:root {
    --black: #000000;
    --darkblue: #e76f51;
    --lightblue: #f4a261;
    --blueinfo: #1d7fcf;
    --grey: #ffffff;
    --sand: #D3D8D8;
    --lightsand: #ebf1fa;
    --gold: #1d7fcf;
    --greenok: #00A874;
    --green: #2ecc71;
    --red: #e63312;
    --redMaterial: #802016;
    --yellow: #e9be5b;
    --orange: #e9985b;
    --white: #ffffff;
}

/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url(/../fonts/anton-v9-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Anton Regular'), local('Anton-Regular'),
       url(/../fonts/anton-v9-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(/../fonts/anton-v9-latin-regular.woff) format('woff'), /* Modern Browsers */
}

p {
  text-indent: 0px;
	padding: 8px 0px 8px 0px;
}

h1 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.10em;
	line-height: 150%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h2 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.05em;
	line-height: 140%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h3 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.00em;
	line-height: 140%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h4 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.95em;
	line-height: 140%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h5 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.90em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h6 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

body {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.80em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

/* unvisited link */
a:link {

}

/* visited link */
a:visited {
    
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    
}

#product-carousel li {
    height: 150px;
}

#sidebar {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    height: 90vh;
    max-width: 400px;
    width: 100vw;
    z-index: 9999;
    background: whitesmoke;
}

.m-persona-2 {
    padding-top: 5vh;
    width: 10vw;
    padding-left: 1vw;
}

#innerLoading {
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0.7;
    background-color: #c3c3c3;
    z-index: 999;
}

#intText {
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 33vh;
    left: 25vw;
    z-index: 999;
    width: 50vw;
}

.c-dialog {
  position: absolute;
  z-index: 9990;
  overflow: auto;
  overflow-y: auto;
}

.dropdown-item {
  font-size: 15px;
}

.dropdown-menu {
  color: #000;
}

@media (max-width: 850px) {



.navbar {
  font-size: 9px;
  left: 0%; 
  width: 100%;
  margin-top: 0px;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
	
.navbar li {
        margin-left : 0.01em;
        margin-right : 0.01em;
    }
	
.dropdown-item {
  font-size: 9px;
  color: #000;
}

.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 10px;
	max-width: 210px;
    min-width: 210px;
    display: inline-block;
    margin-top: 6px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

 a.f-whitelat {
    font-size: 8px;
    display: block;
    margin-top: 6px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 9px;
	max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 9px;
	max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 9px;
	max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 9px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #fff;
    color: white;
}
}

@media (min-width: 851px) and (max-width: 1083px) {
 

.navbar {
  font-size: 8px;
  left: 0%; 
  width: 100%;
  margin-top: 0px;
  padding-left: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar li {
        margin-left : 0.01em;
        margin-right : 0.01em;
    }

.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 12px;
    max-width: 270px;
    min-width: 270px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 9px;
    display: block;
    margin-top: 7px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 9px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}	

a.f-darkblue,
button.f-darkblue {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
   font-size: 10px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 7px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}


@media (min-width: 1084px) and (max-width: 1289px) {

.navbar {
  font-size: 9px;
  left: 0%; 
  width: 100%;
  margin-top: 10px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar li {
        margin-left : 0.05em;
        margin-right : 0.05em;
    }


.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 13px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whiteblock {
    font-size: 10px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}	
	

a.f-darkblue,
button.f-darkblue {
    font-size: 13px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 13px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
   font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}



@media (min-width: 1290px) and (max-width: 1649px) {

.navbar {
  font-size: 12px;
  left: 1%; 
  width: 98%;
  margin-top: 20px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar li {
        margin-left : 0.3em;
        margin-right : 0.3em;
    }


.f-auto-play {
	margin-top:-8vh;
}

a.f-whitetop {
    font-size: 16px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 11px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 6px;
	margin-bottom: 6px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}

@media (min-width: 1400px) and (max-width: 1649px) {

.navbar {
  font-size: 13px;
  left: 1%; 
  width: 98%;
  margin-top: 20px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
}

@media (min-width: 1650px) {

.navbar {
  font-size: 14px;
  left: 5%; 
  width: 90%;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar li {
        margin-left : 0.3em;
        margin-right : 0.3em;
    }


.f-auto-play {
	margin-top:-8vh;
}

a.f-whitetop {
    font-size: 16px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 14px;
   	max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 6px;
	margin-bottom: 6px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 1px;
	word-spacing: 1px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}

.c-select-button:focus:not(:hover) {
    border: 4px solid #739a01;
}
button.c-select-button[aria-pressed=true]{
	background-color: 	#88c2d8;
	border: 3px solid #000000;
}

.c-border {
    border: solid 2px #8c8782;
    padding: 0px;
}

.divTexto {
    min-width: 180px
}

.divImagen {
    float: right;
    margin-top: -25px
}

.divResultado {
    position: relative;
    top: 130px;
    left: 25px;
    margin-bottom: 19.05px;
    max-width: 280px;
}

.menuLine {
    padding: 5px
}

.menuLine:hover {
    background-color: var(--sand);
    color: black;
}

#container-ring{
	position: fixed;
    width: 90%;
    height: 50%;
    opacity: 0.8;
    top: 25%;
	background-color: var(--lightsand);
	z-index: 999;
	display: none;
}

.ring {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #3c3c3c;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-family: sans-serif;
	font-size: 20px;
	color: #4a148c;
	letter-spacing:4px;
	text-transform: uppercase;
	text-shadow:0 0 10px #4a148c;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	z-index: 9999;
}
.ring:before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-top: 3px solid #fff000;
	border-right: 3px solid #fff000;
	border-radius: 50%;
	animation: animateCircle 2s linear infinite;
}
.span-ring {
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 50%;
	height: 4px;
	background: transparent;
	transform-origin:left;
	animation: animate 2s linear infinite;
}
.span-ring:before {
	content:'';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff000;
	top: -6px;
	right: -8px;
	box-shadow: 0 0 20px #fff000;
}

 @keyframes animateCircle
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
@keyframes animate
{
	0%
	{
		transform: rotate(45deg);
	}
	100%
	{
		transform: rotate(405deg);
	}
}

@charset "UTF-8";/*! @ms-mwf/mwf - v1.27.2+7862917 | Copyright 2017 Microsoft Corporation | This software is based on or incorporates material from the files listed below (collectively, "Third Party Code"). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license under which Microsoft received Third Party Code are set forth below together with the full text of such license. Such notices and license are provided solely for your information. Microsoft, not the third party, licenses this Third Party Code to you under the terms in which you received the Microsoft software or the services, unless Microsoft clearly states that such Microsoft terms do NOT apply for a particular Third Party Code. Unless applicable law gives you more rights, Microsoft reserves all other rights not expressly granted under such agreement(s), whether by implication, estoppel or otherwise.*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,legend {
    border: 0
}

.m-track-list>div,table {
    border-collapse: collapse
}

legend,td,th {
    padding: 0
}

body,dd,dl,fieldset,figure {
    margin: 0
}

.c-age-rating:after,.x-clearfix:after,[data-grid*=col-]:after,[data-grid~=container]:after {
    clear: both
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    color: #000
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,textarea {
    overflow: auto
}

code,kbd,pre,samp {
    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] {
    -webkit-box-sizing: border-box;
    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;
    -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
}

.theme-dark .theme-light ins,.theme-dark .theme-light u,.theme-light ins,.theme-light u,ins,u {
    border-bottom: 1px solid rgba(0,0,0,.6)
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0
}

@font-face {
    font-family: MWF-MDL2;
    src: url(/web/20250113001232im_/https://assets.onestore.ms/cdnfiles/external/mwf/short/v1/latest/fonts/MWFMDL2.ttf) format("truetype"),url(/web/20250113001232im_/https://assets.onestore.ms/cdnfiles/external/mwf/short/v1/latest/fonts/MWFMDL2.woff) format("woff"),url(/web/20250113001232im_/https://assets.onestore.ms/cdnfiles/external/mwf/short/v1/latest/fonts/MWFMDL2.svg) format("svg")
}

@font-face {
    font-family: SegoeUI;
    src: local('Segoe UI'),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("ttf");
    font-weight: 400
}

@font-face {
    font-family: SegoeUI;
    src: local('Segoe UI'),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff2) format("woff2"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff) format("woff"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.ttf) format("ttf");
    font-weight: 100
}

@font-face {
    font-family: SegoeUI;
    src: local('Segoe UI'),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2) format("woff2"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff) format("woff"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.ttf) format("ttf");
    font-weight: 200
}

@font-face {
    font-family: SegoeUI;
    src: local('Segoe UI'),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2) format("woff2"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff) format("woff"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf) format("ttf");
    font-weight: 600
}

@font-face {
    font-family: SegoeUI;
    src: local('Segoe UI'),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2) format("woff2"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff) format("woff"),url(//web.archive.org/web/20250113001232im_/https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.ttf) format("ttf");
    font-weight: 700
}

.c-heading-1 {
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px;
    font-weight: 100;
    letter-spacing: -.01em
}

.c-heading-2 {
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 100;
    letter-spacing: -.01em
}

.c-heading-3,.c-subheading-1 {
    font-size: 34px;
    line-height: 40px
}

.c-heading-4,.c-subheading-2 {
    font-size: 24px;
    line-height: 28px
}

.c-heading-5,.c-paragraph-1,.c-subheading-3 {
    font-size: 20px;
    line-height: 24px
}

.c-heading-6,.c-paragraph-2,.c-subheading-4 {
    font-size: 18px;
    line-height: 24px
}

.c-paragraph-3,.c-paragraph-4,.c-subheading-5,.c-subheading-6 {
    font-size: 15px;
    line-height: 20px
}

.c-caption-1 {
    font-size: 13px;
    line-height: 16px
}

.c-heading-3 {
    padding: 38px 0 2px;
    font-weight: 100
}

.c-heading-4 {
    padding: 36px 0 4px;
    font-weight: 200
}

.c-heading-5 {
    padding: 35px 0 5px;
    font-weight: 400
}

.c-heading-6 {
    padding: 37px 0 3px;
    font-weight: 400
}

.c-subheading-1 {
    padding: 12px 0 2px;
    font-weight: 100
}

.c-subheading-2 {
    padding: 4px 0 8px;
    font-weight: 200
}

.c-subheading-3 {
    padding: 8px 0 4px;
    font-weight: 400
}

.c-subheading-4 {
    padding: 9px 0 3px;
    font-weight: 400
}

.c-subheading-5,.c-subheading-6 {
    padding: 8px 0 0;
    font-weight: 400
}

.c-paragraph-1 {
    padding: 24px 0 4px;
    font-weight: 200
}

.c-paragraph-2 {
    padding: 25px 0 3px;
    font-weight: 200
}

.c-paragraph-3 {
    padding: 24px 0 0;
    font-weight: 400
}

.c-paragraph-4 {
    padding: 12px 0 0;
    font-weight: 400
}

.c-caption-1 {
    padding: 3px 0 1px;
    font-weight: 400
}

.c-caption-2 {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .c-heading-1 {
        font-size:46px;
        line-height: 56px;
        padding: 37px 0 3px
    }

    .c-heading-2 {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px
    }

    .c-heading-3,.c-subheading-1 {
        font-size: 26px;
        line-height: 32px
    }

    .c-heading-4,.c-subheading-2 {
        font-size: 20px;
        line-height: 24px
    }

    .c-heading-5,.c-paragraph-1,.c-subheading-3 {
        font-size: 18px;
        line-height: 24px
    }

    .c-heading-6,.c-paragraph-2,.c-subheading-4 {
        font-size: 16px;
        line-height: 20px
    }

    .c-caption-1 {
        font-size: 12px;
        line-height: 16px
    }

    .c-heading-5 {
        padding: 37px 0 3px
    }

    .c-heading-6 {
        padding: 39px 0 1px
    }

    .c-subheading-1 {
        padding: 9px 0 3px
    }

    .c-subheading-2 {
        padding: 8px 0 4px
    }

    .c-subheading-3 {
        padding: 4px 0
    }

    .c-subheading-4 {
        padding: 7px 0 5px
    }

    .c-paragraph-2 {
        padding: 27px 0 1px
    }

    .c-caption-2 {
        font-size: 10px;
        line-height: 12px;
        padding: 2px 0
    }
}

kbd,mark {
    padding: 1px 4px 2px
}

fieldset,kbd kbd,ol,ul {
    padding: 0
}

body {
    font-size: 15px;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 320px;
    color: #000;
    background-color: #FFF
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.theme-light {
    color: #000;
    background-color: #e6e6e6
}

.theme-dark {
    color: #FFF;
    background-color: #333
}

h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin-top: 0;
    margin-bottom: 0
}

ol,ul {
    list-style: none
}

audio,canvas,img,video {
    vertical-align: middle
}

address {
    font: inherit
}

a:active,a:focus,a:hover,a:link,a:visited {
    text-decoration: none;
    color: inherit
}

em,i,q,var {
    font-style: italic
}

.c-glyph,abbr,cite,dfn,time {
    font-style: normal
}

b,strong {
    font-weight: 700
}

mark {
    background: #FFF100
}

@media screen and (-ms-high-contrast:active) {
    mark {
        outline: solid 1px;
        color: inherit
    }
}

.theme-dark .theme-light del,.theme-dark .theme-light s,.theme-light del,.theme-light s,del,s {
    color: rgba(0,0,0,.6)
}

.theme-dark del,.theme-dark s,.theme-light .theme-dark del,.theme-light .theme-dark s {
    color: rgba(255,255,255,.6)
}

.theme-dark .theme-light kbd,.theme-light kbd,kbd {
    background: rgba(0,0,0,.6);
    color: #FFF
}

ins,u {
    text-decoration: none
}

.theme-dark ins,.theme-dark u,.theme-light .theme-dark ins,.theme-light .theme-dark u {
    border-bottom: 1px solid rgba(255,255,255,.6)
}

.theme-dark .theme-light abbr,.theme-dark .theme-light dfn,.theme-light abbr,.theme-light dfn,abbr,dfn {
    border-bottom: 1px dotted rgba(0,0,0,.6)
}

small,sub,sup {
    font-size: .8em
}

.theme-dark abbr,.theme-dark dfn,.theme-light .theme-dark abbr,.theme-light .theme-dark dfn {
    border-bottom: 1px dotted rgba(255,255,255,.6)
}

code,kbd,pre,samp {
    font-family: Consolas,"Courier New",Courier,monospace
}

kbd {
    border-radius: 2px
}

.theme-dark kbd,.theme-light .theme-dark kbd {
    background: rgba(255,255,255,.6);
    color: #000
}

bdo {
    direction: rtl
}

input,input[type=search] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

fieldset {
    border: 0
}

.c-logo img+span,.x-screen-reader {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important
}

[data-grid~=container] {
    max-width: calc(1600px + 10%);
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%
}

@media screen and (max-width: 1083px) {
    [data-grid~=container] {
        padding-left:0;
        padding-right: 0
    }
}

[data-grid*=col-],[data-grid~=container] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom:1}

[data-grid*=col-]:after,[data-grid*=col-]:before,[data-grid~=container]:after,[data-grid~=container]:before {
    content: " ";
    display: table
}

[data-grid*=col-] {
    float: left;
    min-height: 1px
}

[data-grid~=pad-12x]>[data-grid] {
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width: 1778px) {
    [data-grid~=pad-12x]>[data-grid] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media screen and (max-width: 1083px) {
    [data-grid~=pad-12x]>[data-grid] {
        padding-left:18px;
        padding-right: 18px
    }
}

@media screen and (max-width: 767px) {
    [data-grid~=pad-12x]>[data-grid] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media screen and (max-width: 539px) {
    [data-grid~=pad-12x]>[data-grid] {
        padding-left:12px;
        padding-right: 12px
    }
}

[data-grid~=pad-6x]>[data-grid] {
    padding-left: 12px;
    padding-right: 12px
}

[data-grid~=pad-3x]>[data-grid] {
    padding-left: 6px;
    padding-right: 6px
}

[data-grid~=pad-2x]>[data-grid] {
    padding-left: 4px;
    padding-right: 4px
}

[data-grid~=col-1] {
    width: 8.3333333333%
}

[data-grid~=col-2] {
    width: 16.6666666667%
}

[data-grid~=col-3] {
    width: 25%
}

[data-grid~=col-4] {
    width: 33.3333333333%
}

[data-grid~=col-5] {
    width: 41.6666666667%
}

[data-grid~=col-6] {
    width: 50%
}

[data-grid~=col-7] {
    width: 58.3333333333%
}

[data-grid~=col-8] {
    width: 66.6666666667%
}

[data-grid~=col-9] {
    width: 75%
}

[data-grid~=col-10] {
    width: 83.3333333333%
}

[data-grid~=col-11] {
    width: 91.6666666667%
}

[data-grid~=col-12] {
    width: 100%
}

[data-grid~=col-1-5] {
    width: 20%
}

[data-grid~=col-1-8] {
    width: 12.5%
}

@media screen and (max-width: 1778px) {
    [data-grid~=stack-5]>[data-grid] {
        float:none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}

@media screen and (max-width: 1399px) {
    [data-grid~=stack-4]>[data-grid] {
        float:none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}

@media screen and (max-width: 1083px) {
    [data-grid~=stack-3]>[data-grid] {
        float:none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}

@media screen and (max-width: 767px) {
    [data-grid~=stack-2]>[data-grid] {
        float:none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}

@media screen and (max-width: 539px) {
    [data-grid*=col-] {
        float:none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}

.x-background-shade-5 {
    background-color: rgba(0,0,0,.05)
}

.x-background-shade-10 {
    background-color: rgba(0,0,0,.1)
}

.x-background-shade-15 {
    background-color: rgba(0,0,0,.15)
}

.x-background-shade-20 {
    background-color: rgba(0,0,0,.2)
}

.x-background-shade-30 {
    background-color: rgba(0,0,0,.3)
}

.x-background-shade-40 {
    background-color: rgba(0,0,0,.4)
}

.x-background-shade-50 {
    background-color: rgba(0,0,0,.5)
}

.x-background-shade-60 {
    background-color: rgba(0,0,0,.6)
}

.x-background-shade-70 {
    background-color: rgba(0,0,0,.7)
}

.x-background-shade-80 {
    background-color: rgba(0,0,0,.8)
}

.x-background-shade-90 {
    background-color: rgba(0,0,0,.9)
}

.x-background-shade-95 {
    background-color: rgba(0,0,0,.95)
}

.x-background-tint-5 {
    background-color: rgba(255,255,255,.05)
}

.x-background-tint-10 {
    background-color: rgba(255,255,255,.1)
}

.x-background-tint-15 {
    background-color: rgba(255,255,255,.15)
}

.x-background-tint-20 {
    background-color: rgba(255,255,255,.2)
}

.x-background-tint-30 {
    background-color: rgba(255,255,255,.3)
}

.x-background-tint-40 {
    background-color: rgba(255,255,255,.4)
}

.x-background-tint-50 {
    background-color: rgba(255,255,255,.5)
}

.x-background-tint-60 {
    background-color: rgba(255,255,255,.6)
}

.x-background-tint-70 {
    background-color: rgba(255,255,255,.7)
}

.x-background-tint-80 {
    background-color: rgba(255,255,255,.8)
}

.x-background-tint-90 {
    background-color: rgba(255,255,255,.9)
}

.x-background-tint-95 {
    background-color: rgba(255,255,255,.95)
}

.x-background-foreground-5 {
    background-color: rgba(0,0,0,.05)
}

.x-background-foreground-10 {
    background-color: rgba(0,0,0,.1)
}

.x-background-foreground-15 {
    background-color: rgba(0,0,0,.15)
}

.x-background-foreground-20 {
    background-color: rgba(0,0,0,.2)
}

.x-background-foreground-30 {
    background-color: rgba(0,0,0,.3)
}

.x-background-foreground-40 {
    background-color: rgba(0,0,0,.4)
}

.x-background-foreground-50 {
    background-color: rgba(0,0,0,.5)
}

.x-background-foreground-60 {
    background-color: rgba(0,0,0,.6)
}

.x-background-foreground-70 {
    background-color: rgba(0,0,0,.7)
}

.x-background-foreground-80 {
    background-color: rgba(0,0,0,.8)
}

.x-background-foreground-90 {
    background-color: rgba(0,0,0,.9)
}

.x-background-foreground-95 {
    background-color: rgba(0,0,0,.95)
}

.x-background-background-5 {
    background-color: rgba(255,255,255,.05)
}

.x-background-background-10 {
    background-color: rgba(255,255,255,.1)
}

.x-background-background-15 {
    background-color: rgba(255,255,255,.15)
}

.x-background-background-20 {
    background-color: rgba(255,255,255,.2)
}

.x-background-background-30 {
    background-color: rgba(255,255,255,.3)
}

.x-background-background-40 {
    background-color: rgba(255,255,255,.4)
}

.x-background-background-50 {
    background-color: rgba(255,255,255,.5)
}

.x-background-background-60 {
    background-color: rgba(255,255,255,.6)
}

.x-background-background-70 {
    background-color: rgba(255,255,255,.7)
}

.x-background-background-80 {
    background-color: rgba(255,255,255,.8)
}

.x-background-background-90 {
    background-color: rgba(255,255,255,.9)
}

.x-background-background-95 {
    background-color: rgba(255,255,255,.95)
}

.x-background-accent-5 {
    background-color: rgba(0,103,184,.05)
}

.x-background-accent-10 {
    background-color: rgba(0,103,184,.1)
}

.x-background-accent-15 {
    background-color: rgba(0,103,184,.15)
}

.x-background-accent-20 {
    background-color: rgba(0,103,184,.2)
}

.x-background-accent-30 {
    background-color: rgba(0,103,184,.3)
}

.x-background-accent-40 {
    background-color: rgba(0,103,184,.4)
}

.x-background-accent-50 {
    background-color: rgba(0,103,184,.5)
}

.x-background-accent-60 {
    background-color: rgba(0,103,184,.6)
}

.x-background-accent-70 {
    background-color: rgba(0,103,184,.7)
}

.x-background-accent-80 {
    background-color: rgba(0,103,184,.8)
}

.x-background-accent-90 {
    background-color: rgba(0,103,184,.9)
}

.x-background-accent-95 {
    background-color: rgba(0,103,184,.95)
}

.x-background-transparent {
    background-color: rgba(255,255,255,0)!important
}

.x-background-card {
    background-color: #E1E1E1!important
}

.x-clearfix:after,.x-clearfix:before {
    content: " ";
    display: table
}

.x-float-left {
    float: left!important
}

.x-float-right {
    float: right!important
}

@-webkit-keyframes fadeIn {
    0%,1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0%,1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0%,1% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

[class^=c-] .x-hidden-focus,[class^=c-] .x-hidden-focus+span:before,[class^=c-] .x-hidden-focus:before,[class^=c-].x-hidden-focus,[class^=c-].x-hidden-focus+span:before,[class^=c-].x-hidden-focus:before,[class^=m-] .x-hidden-focus,[class^=m-] .x-hidden-focus+span:before,[class^=m-] .x-hidden-focus:before,[class^=m-].x-hidden-focus,[class^=m-].x-hidden-focus+span:before,[class^=m-].x-hidden-focus:before {
    outline-color: transparent!important;
    outline-style: none!important
}

[class^=m-] {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 48px
}

@media only screen and (min-width: 320px) {
    [class^=m-] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (min-width: 540px) {
    [class^=m-] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    [class^=m-] {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (min-width: 1084px) {
    [class^=m-] {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (min-width: 1400px) {
    [class^=m-] {
        padding-left:48px;
        padding-right: 48px
    }
}

@media only screen and (min-width: 1779px) {
    [class^=m-] {
        padding-left:48px;
        padding-right: 48px
    }
}

.x-offset-content {
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (min-width: 540px) {
    .x-offset-content {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .x-offset-content {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (min-width: 1400px) {
    .x-offset-content {
        padding-left:48px;
        padding-right: 48px
    }
}

.x-offset-content[data-grid~=pad-2x] {
    padding-left: 8px;
    padding-right: 8px
}

@media only screen and (min-width: 540px) {
    .x-offset-content[data-grid~=pad-2x] {
        padding-left:20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px) {
    .x-offset-content[data-grid~=pad-2x] {
        padding-left:32px;
        padding-right: 32px
    }
}

@media only screen and (min-width: 1400px) {
    .x-offset-content[data-grid~=pad-2x] {
        padding-left:44px;
        padding-right: 44px
    }
}

.x-offset-content[data-grid~=pad-3x] {
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (min-width: 540px) {
    .x-offset-content[data-grid~=pad-3x] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .x-offset-content[data-grid~=pad-3x] {
        padding-left:48px;
        padding-right: 48px
    }
}

@media only screen and (min-width: 1400px) {
    .x-offset-content[data-grid~=pad-3x] {
        padding-left:42px;
        padding-right: 42px
    }
}

.x-offset-content[data-grid~=pad-6x] {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width: 540px) {
    .x-offset-content[data-grid~=pad-6x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .x-offset-content[data-grid~=pad-6x] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 1400px) {
    .x-offset-content[data-grid~=pad-6x] {
        padding-left:36px;
        padding-right: 36px
    }
}

.x-offset-content[data-grid~=pad-12x] {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width: 1778px) {
    .x-offset-content[data-grid~=pad-12x] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media screen and (max-width: 1399px) {
    .x-offset-content[data-grid~=pad-12x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 1083px) {
    .x-offset-content[data-grid~=pad-12x] {
        padding-left:18px;
        padding-right: 18px
    }
}

@media only screen and (max-width: 767px) {
    .x-offset-content[data-grid~=pad-12x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 539px) {
    .x-offset-content[data-grid~=pad-12x] {
        padding-left:0;
        padding-right: 0
    }
}

.x-offset-uhf {
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (min-width: 768px) {
    .x-offset-uhf {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 1084px) {
    .x-offset-uhf {
        padding-left:0;
        padding-right: 0
    }
}

@media print {
    .x-visible-print-block {
        display: block!important
    }

    .x-visible-print-inline {
        display: inline!important
    }

    .x-visible-print-inline-block {
        display: inline-block!important
    }

    .x-hidden-print {
        display: none!important
    }
}

.x-hidden {
    display: none!important
}

.x-visible-block {
    display: block!important
}

.x-visible-inline-block {
    display: inline-block!important
}

.x-visible-inline {
    display: inline!important
}

@media all and (max-width: 539px) {
    .x-visible-vp1-block {
        display:block!important
    }

    .x-visible-vp1-inline {
        display: inline!important
    }

    .x-visible-vp1-inline-block {
        display: inline-block!important
    }

    .x-hidden-vp1 {
        display: none!important
    }
}

@media all and (min-width: 540px) and (max-width:767px) {
    .x-visible-vp2-block {
        display:block!important
    }

    .x-visible-vp2-inline {
        display: inline!important
    }

    .x-visible-vp2-inline-block {
        display: inline-block!important
    }

    .x-hidden-vp2 {
        display: none!important
    }
}

@media all and (min-width: 768px) and (max-width:1083px) {
    .x-visible-vp3-block {
        display:block!important
    }

    .x-visible-vp3-inline {
        display: inline!important
    }

    .x-visible-vp3-inline-block {
        display: inline-block!important
    }

    .x-hidden-vp3 {
        display: none!important
    }
}

@media all and (min-width: 1084px) and (max-width:1399px) {
    .x-visible-vp4-block {
        display:block!important
    }

    .x-visible-vp4-inline {
        display: inline!important
    }

    .x-visible-vp4-inline-block {
        display: inline-block!important
    }

    .x-hidden-vp4 {
        display: none!important
    }
}

@media all and (min-width: 1400px) {
    .x-visible-vp5-block {
        display:block!important
    }

    .x-visible-vp5-inline {
        display: inline!important
    }

    .x-visible-vp5-inline-block {
        display: inline-block!important
    }

    .x-hidden-vp5 {
        display: none!important
    }
}

.x-screen-reader {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important
}

.x-type-center {
    text-align: center!important
}

.x-type-right {
    text-align: right!important
}

.x-type-left {
    text-align: left!important
}

.x-weight-light {
    font-weight: 100
}

.x-weight-semilight {
    font-weight: 200
}

.x-weight-normal {
    font-weight: 400
}

.x-weight-semibold {
    font-weight: 600
}

.c-age-rating .c-label,.c-badge,.x-weight-bold {
    font-weight: 700
}

.c-action-menu>button.c-action-trigger.f-active,.no-js .c-action-menu:hover>button.c-action-trigger:not([disabled]) {
    background: rgba(0,0,0,.1);
    color: #000;
    text-decoration: none;
    border-left-color: rgba(0,0,0,.1);
    border-right-color: rgba(0,0,0,.1);
    border-top-color: rgba(0,0,0,.1);
    -webkit-animation: fadeIn .2s cubic-bezier(.68,-.55,.265,1.55);
    animation: fadeIn .2s cubic-bezier(.68,-.55,.265,1.55)
}

.c-action-menu {
    position: relative;
    display: inline-block
}

.c-action-menu>button.c-action-trigger {
    position: relative;
    height: 100%;
    border: 1px solid transparent;
    border-bottom: 0
}

a.c-action-trigger,button.c-action-toggle,button.c-action-trigger {
    max-width: 374px;
    border: 1px solid transparent;
    overflow: hidden;
    white-space: nowrap
}

.c-action-menu>button.c-action-trigger:focus:not(.x-hidden-focus),.c-action-menu>button.c-action-trigger:hover:not(.x-hidden-focus) {
    background: rgba(0,0,0,.1);
    color: #000
}

.c-action-menu>button.c-action-trigger:focus:not(.x-hidden-focus) {
    outline: #0067B8 solid 2px
}

.c-action-menu>button.c-action-trigger:active {
    background: rgba(0,0,0,.2)
}

.c-action-menu>button.c-action-trigger[disabled]:focus,.c-action-menu>button.c-action-trigger[disabled]:hover {
    background: 0 0;
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.c-action-menu>button.c-action-trigger[aria-expanded=false]+ul {
    display: none
}

.c-action-menu>button.c-action-trigger:not([aria-label]) {
    padding: 8px 24px 8px 8px
}

.c-action-menu>button.c-action-trigger:not([aria-label]):after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    font-size: 8px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}

.c-action-menu>button.c-action-trigger:not([aria-label])[disabled]:after {
    color: rgba(0,0,0,.2)
}

.c-action-menu>.c-context-menu {
    position: absolute
}

.c-action-menu>button.c-action-trigger.f-active:focus:not(.x-hidden-focus),.no-js .c-action-menu:hover>button.c-action-trigger:not([disabled]):focus:not(.x-hidden-focus) {
    outline: 0
}

.js .c-action-menu>.c-context-menu ul[aria-expanded=true],.no-js .c-action-menu:hover>.c-context-menu:not([aria-disabled]) {
    display: block;
    -webkit-animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55);
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}

button.c-action-toggle {
    font-size: 15px;
    line-height: 20px;
    min-width: 36px;
    display: inline-block;
    padding: 6px 10px 8px;
    color: #0067B8;
    background: 0 0;
    vertical-align: middle;
    outline: transparent dashed 1px;
    text-decoration: none
}

button.c-action-toggle[aria-hidden=true] {
    display: none
}

button.c-action-toggle:hover {
    color: #FFF;
    background: #0067B8
}

@media screen and (-ms-high-contrast:active) {
    button.c-action-toggle:hover {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    button.c-action-toggle:hover {
        background: #000
    }
}

button.c-action-toggle:focus {
    outline: #000 dashed 1px
}

.theme-dark .theme-light button.c-action-toggle:active,.theme-dark button.c-action-toggle:active,.theme-light .theme-dark button.c-action-toggle:active,.theme-light button.c-action-toggle:active,button.c-action-toggle:active {
    outline: transparent solid 1px
}

button.c-action-toggle[disabled] {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

button.c-action-toggle[disabled]:hover {
    background: inherit
}

button.c-action-toggle.c-glyph {
    min-width: 120px;
    padding-left: 0
}

button.c-action-toggle.c-glyph:before {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px
}

button.c-action-toggle.c-glyph[aria-label] {
    min-width: 0;
    margin-right: 10px;
    padding-right: 0
}

button.c-action-toggle.c-glyph.f-align-margin {
    margin-left: -10px
}

@media screen and (-ms-high-contrast:active) {
    button.c-action-toggle.c-glyph {
        background: #000
    }

    button.c-action-toggle.c-glyph:hover {
        background: #FFF
    }
}

button.c-action-toggle.c-glyph:hover {
    -ms-high-contrast-adjust: none
}

@media screen and (-ms-high-contrast:black-on-white) {
    button.c-action-toggle.c-glyph {
        background: #FFF
    }

    button.c-action-toggle.c-glyph:hover {
        background: #000
    }
}

.theme-dark .theme-light button.c-action-toggle,.theme-dark button.c-action-toggle,.theme-light .theme-dark button.c-action-toggle,.theme-light button.c-action-toggle {
    background: 0 0;
    text-decoration: none
}

.theme-dark .theme-light button.c-action-toggle[disabled],.theme-dark button.c-action-toggle[disabled],.theme-light .theme-dark button.c-action-toggle[disabled],.theme-light button.c-action-toggle[disabled] {
    cursor: not-allowed;
    background: inherit
}

.theme-dark .theme-light button.c-action-toggle,.theme-light button.c-action-toggle {
    color: #000
}

.theme-dark .theme-light button.c-action-toggle:focus,.theme-light button.c-action-toggle:focus {
    outline-color: #000
}

.theme-dark .theme-light button.c-action-toggle:hover,.theme-light button.c-action-toggle:hover {
    color: #FFF;
    background: #000
}

.theme-dark .theme-light button.c-action-toggle[disabled],.theme-light button.c-action-toggle[disabled] {
    color: rgba(0,0,0,.2)
}

.theme-dark button.c-action-toggle,.theme-light .theme-dark button.c-action-toggle {
    color: #FFF
}

.theme-dark button.c-action-toggle:focus,.theme-light .theme-dark button.c-action-toggle:focus {
    outline-color: #FFF
}

.theme-dark button.c-action-toggle:hover,.theme-light .theme-dark button.c-action-toggle:hover {
    color: #000;
    background: #FFF
}

.theme-dark button.c-action-toggle[disabled],.theme-light .theme-dark button.c-action-toggle[disabled] {
    color: rgba(255,255,255,.6)
}

a.c-action-trigger,button.c-action-trigger {
    font-size: 15px;
    min-width: 36px;
    display: inline-block;
    margin-top: 12px;
    padding: 6px 0 8px;
    color: #0067B8;
    background: 0 0;
    vertical-align: bottom;
    outline: transparent dashed 1px
}

a.c-action-trigger:focus:not(.x-hidden-focus),button.c-action-trigger:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

a.c-action-trigger:focus:not(.x-hidden-focus),a.c-action-trigger:hover,button.c-action-trigger:focus:not(.x-hidden-focus),button.c-action-trigger:hover {
    color: #005da6;
    text-decoration: underline
}

a.c-action-trigger:active,button.c-action-trigger:active {
    background: 0 0;
    color: #005293;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

a.c-action-trigger.x-hidden-focus:not(:hover),button.c-action-trigger.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .theme-light a.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-action-trigger:focus:not(.x-hidden-focus),.theme-light a.c-action-trigger:focus:not(.x-hidden-focus),.theme-light button.c-action-trigger:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light a.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-action-trigger:hover,.theme-dark .theme-light button.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-action-trigger:hover,.theme-light a.c-action-trigger:focus:not(.x-hidden-focus),.theme-light a.c-action-trigger:hover,.theme-light button.c-action-trigger:focus:not(.x-hidden-focus),.theme-light button.c-action-trigger:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light a.c-action-trigger:active,.theme-dark .theme-light button.c-action-trigger:active,.theme-light a.c-action-trigger:active,.theme-light button.c-action-trigger:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light a.c-action-trigger.x-hidden-focus:not(:hover),.theme-dark .theme-light button.c-action-trigger.x-hidden-focus:not(:hover),.theme-light a.c-action-trigger.x-hidden-focus:not(:hover),.theme-light button.c-action-trigger.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark a.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark button.c-action-trigger:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-action-trigger:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark a.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark a.c-action-trigger:hover,.theme-dark button.c-action-trigger:focus:not(.x-hidden-focus),.theme-dark button.c-action-trigger:hover,.theme-light .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-action-trigger:hover,.theme-light .theme-dark button.c-action-trigger:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-action-trigger:hover {
    color: #e6e6e6
}

.theme-dark a.c-action-trigger:active,.theme-dark button.c-action-trigger:active,.theme-light .theme-dark a.c-action-trigger:active,.theme-light .theme-dark button.c-action-trigger:active {
    color: #ccc
}

.theme-dark a.c-action-trigger.x-hidden-focus:not(:hover),.theme-dark button.c-action-trigger.x-hidden-focus:not(:hover),.theme-light .theme-dark a.c-action-trigger.x-hidden-focus:not(:hover),.theme-light .theme-dark button.c-action-trigger.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

a.c-action-trigger[disabled],button.c-action-trigger[disabled] {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

a.c-action-trigger[disabled]:hover,button.c-action-trigger[disabled]:hover {
    text-decoration: none
}

a.c-action-trigger.c-glyph,button.c-action-trigger.c-glyph {
    min-width: 120px;
    padding-right: 10px
}

a.c-action-trigger.c-glyph:before,button.c-action-trigger.c-glyph:before {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle
}

a.c-action-trigger.c-glyph[aria-label],button.c-action-trigger.c-glyph[aria-label] {
    min-width: 0;
    margin-right: 10px;
    padding-right: 0
}

a.c-action-trigger.c-glyph.f-align-margin,button.c-action-trigger.c-glyph.f-align-margin {
    margin-left: -10px
}

a.c-action-trigger.f-heavyweight,button.c-action-trigger.f-heavyweight {
    padding: 6px 10px 8px;
    border: 2px solid transparent;
    color: #FFF;
    background: #0067B8;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out
}

a.c-action-trigger.f-heavyweight.c-glyph,button.c-action-trigger.f-heavyweight.c-glyph {
    padding-left: 0
}

a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus) {
    color: #FFF;
    outline: #000 solid 2px;
    text-decoration: underline
}

a.c-action-trigger.f-heavyweight:hover,button.c-action-trigger.f-heavyweight:hover {
    text-decoration: none
}

a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),a.c-action-trigger.f-heavyweight:hover,button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),button.c-action-trigger.f-heavyweight:hover {
    background: #005da6
}

a.c-action-trigger.f-heavyweight:active,button.c-action-trigger.f-heavyweight:active {
    background: #005293;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

a.c-action-trigger.f-heavyweight[disabled],button.c-action-trigger.f-heavyweight[disabled] {
    cursor: not-allowed;
    border-color: transparent;
    background: #cce1f1;
    color: rgba(0,0,0,.2)
}

.theme-dark .theme-light a.c-action-trigger,.theme-dark .theme-light button.c-action-trigger,.theme-light a.c-action-trigger,.theme-light button.c-action-trigger {
    color: #000;
    background: 0 0
}

.theme-dark .theme-light a.c-action-trigger[disabled],.theme-dark .theme-light button.c-action-trigger[disabled],.theme-light a.c-action-trigger[disabled],.theme-light button.c-action-trigger[disabled] {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.theme-dark .theme-light a.c-action-trigger.f-heavyweight,.theme-dark .theme-light button.c-action-trigger.f-heavyweight,.theme-light a.c-action-trigger.f-heavyweight,.theme-light button.c-action-trigger.f-heavyweight {
    color: #FFF;
    background: #000
}

.theme-dark .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus) {
    color: #FFF;
    outline-color: #FFF
}

.theme-dark .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-action-trigger.f-heavyweight:hover,.theme-dark .theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-action-trigger.f-heavyweight:hover,.theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light a.c-action-trigger.f-heavyweight:hover,.theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light button.c-action-trigger.f-heavyweight:hover {
    background: #1a1a1a
}

.theme-dark .theme-light a.c-action-trigger.f-heavyweight:active,.theme-dark .theme-light button.c-action-trigger.f-heavyweight:active,.theme-light a.c-action-trigger.f-heavyweight:active,.theme-light button.c-action-trigger.f-heavyweight:active {
    background: #333
}

.theme-dark .theme-light a.c-action-trigger.f-heavyweight[disabled],.theme-dark .theme-light button.c-action-trigger.f-heavyweight[disabled],.theme-light a.c-action-trigger.f-heavyweight[disabled],.theme-light button.c-action-trigger.f-heavyweight[disabled] {
    background: #ccc;
    border-color: transparent;
    color: rgba(0,0,0,.2)
}

.theme-dark a.c-action-trigger,.theme-dark button.c-action-trigger,.theme-light .theme-dark a.c-action-trigger,.theme-light .theme-dark button.c-action-trigger {
    color: #FFF;
    background: 0 0
}

.theme-dark a.c-action-trigger[disabled],.theme-dark button.c-action-trigger[disabled],.theme-light .theme-dark a.c-action-trigger[disabled],.theme-light .theme-dark button.c-action-trigger[disabled] {
    color: rgba(255,255,255,.6);
    cursor: not-allowed
}

.theme-dark a.c-action-trigger.f-heavyweight,.theme-dark button.c-action-trigger.f-heavyweight,.theme-light .theme-dark a.c-action-trigger.f-heavyweight,.theme-light .theme-dark button.c-action-trigger.f-heavyweight {
    color: #000;
    background: #FFF
}

.theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus) {
    color: #000;
    outline-color: #000
}

.theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark a.c-action-trigger.f-heavyweight:hover,.theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-dark button.c-action-trigger.f-heavyweight:hover,.theme-light .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-action-trigger.f-heavyweight:hover,.theme-light .theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-action-trigger.f-heavyweight:hover {
    background: #e6e6e6
}

.theme-dark a.c-action-trigger.f-heavyweight:active,.theme-dark button.c-action-trigger.f-heavyweight:active,.theme-light .theme-dark a.c-action-trigger.f-heavyweight:active,.theme-light .theme-dark button.c-action-trigger.f-heavyweight:active {
    background: #ccc
}

.theme-dark a.c-action-trigger.f-heavyweight[disabled],.theme-dark button.c-action-trigger.f-heavyweight[disabled],.theme-light .theme-dark a.c-action-trigger.f-heavyweight[disabled],.theme-light .theme-dark button.c-action-trigger.f-heavyweight[disabled] {
    background: #4d4d4d;
    border-color: transparent;
    color: rgba(255,255,255,.2)
}

.c-age-rating {
    display: block
}

.c-age-rating:after,.c-age-rating:before {
    content: " ";
    display: table
}

.c-age-rating>.c-image {
    float: left;
    width: 56px;
    height: auto
}

.c-age-rating .c-label,.c-age-rating .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 0 80px
}

.c-age-rating .c-label {
    display: block
}

.c-age-rating .c-content-toggle {
    margin-left: 80px
}

.c-age-rating .c-content-toggle p {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 200px;
    padding-top: 0
}

.c-age-rating .c-content-toggle .c-list {
    margin-top: 0;
    margin-bottom: 0
}

.c-badge {
    font-size: 13px;
    display: inline-block;
    letter-spacing: .075em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

.c-badge.f-highlight {
    background-color: #FFD800;
    color: #000
}

.c-badge.f-lowlight {
    background-color: #333;
    color: #FFF
}

.c-badge.f-accent {
    background-color: #6BB1E8;
    color: #000
}

.c-badge.f-accent,.c-badge.f-highlight,.c-badge.f-lowlight,.c-badge[style^=background] {
    font-weight: 400
}

.c-badge.f-small {
    padding: 0 7px 1px 0;
    line-height: 18px;
    height: 18px
}

.c-badge.f-small.f-accent,.c-badge.f-small.f-highlight,.c-badge.f-small.f-lowlight,.c-badge.f-small[style^="background:"] {
    padding: 0 7px 1px
}

.c-badge.f-large {
    padding: 3px 14px 5px 0;
    line-height: 20px;
    height: 26px
}

.c-badge.f-large.f-accent,.c-badge.f-large.f-highlight,.c-badge.f-large.f-lowlight,.c-badge.f-large[style^="background:"] {
    padding: 3px 14px 5px
}

.c-badge.f-responsive {
    padding: 0 7px 1px 0;
    line-height: 18px;
    height: 18px
}

.c-badge.f-responsive.f-accent,.c-badge.f-responsive.f-highlight,.c-badge.f-responsive.f-lowlight,.c-badge.f-responsive[style^="background:"] {
    padding: 0 7px 1px
}

@media only screen and (min-width: 1084px) {
    .c-badge.f-responsive {
        padding:3px 14px 5px 0;
        line-height: 20px;
        height: 26px
    }

    .c-badge.f-responsive.f-accent,.c-badge.f-responsive.f-highlight,.c-badge.f-responsive.f-lowlight,.c-badge.f-responsive[style^="background:"] {
        padding: 3px 14px 5px
    }
}

.c-blockquote {
    background: rgba(0,0,0,.05);
    border-left: 2px solid rgba(0,0,0,.4);
    margin: 24px 0;
    padding: 12px 24px
}

.c-blockquote.f-lightweight {
    background: 0 0;
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.6);
    margin: 36px 0;
    padding: 0 24px
}

.theme-dark .theme-light .c-blockquote,.theme-light .c-blockquote {
    background: #FFF;
    color: #000;
    border-color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-blockquote.f-lightweight,.theme-light .c-blockquote.f-lightweight {
    background: 0 0
}

.theme-dark .c-blockquote,.theme-light .theme-dark .c-blockquote {
    background: #000;
    color: #FFF;
    border-color: rgba(255,255,255,.8)
}

.theme-dark .c-blockquote.f-lightweight,.theme-light .theme-dark .c-blockquote.f-lightweight {
    background: 0 0
}

ol.c-breadcrumb,ul.c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

ol.c-breadcrumb li,ul.c-breadcrumb li {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    padding-right: 8px;
    color: #0067B8
}

ol.c-breadcrumb li:after,ul.c-breadcrumb li:after {
    content: "/";
    padding-left: 8px;
    color: rgba(0,0,0,.6)
}

ol.c-breadcrumb li:last-child:after,ul.c-breadcrumb li:last-child:after {
    content: '';
    padding: 0
}

ol.c-breadcrumb li:last-child,ol.c-breadcrumb li:last-child a,ul.c-breadcrumb li:last-child,ul.c-breadcrumb li:last-child a {
    color: rgba(0,0,0,.6)
}

ol.c-breadcrumb li a,ul.c-breadcrumb li a {
    font-size: 13px;
    line-height: 16px;
    color: #0067B8
}

.theme-dark .theme-light ol.c-breadcrumb li:after,.theme-dark .theme-light ol.c-breadcrumb li:last-child,.theme-dark .theme-light ol.c-breadcrumb li:last-child a,.theme-dark .theme-light ul.c-breadcrumb li:after,.theme-dark .theme-light ul.c-breadcrumb li:last-child,.theme-dark .theme-light ul.c-breadcrumb li:last-child a,.theme-light ol.c-breadcrumb li:after,.theme-light ol.c-breadcrumb li:last-child,.theme-light ol.c-breadcrumb li:last-child a,.theme-light ul.c-breadcrumb li:after,.theme-light ul.c-breadcrumb li:last-child,.theme-light ul.c-breadcrumb li:last-child a {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light ol.c-breadcrumb li a,.theme-dark .theme-light ul.c-breadcrumb li a,.theme-light ol.c-breadcrumb li a,.theme-light ul.c-breadcrumb li a {
    color: #000;
    text-decoration: none
}

.theme-dark .theme-light ol.c-breadcrumb li a:hover,.theme-dark .theme-light ul.c-breadcrumb li a:hover,.theme-light ol.c-breadcrumb li a:hover,.theme-light ul.c-breadcrumb li a:hover {
    text-decoration: underline
}

.theme-dark ol.c-breadcrumb li:after,.theme-dark ol.c-breadcrumb li:last-child,.theme-dark ol.c-breadcrumb li:last-child a,.theme-dark ul.c-breadcrumb li:after,.theme-dark ul.c-breadcrumb li:last-child,.theme-dark ul.c-breadcrumb li:last-child a,.theme-light .theme-dark ol.c-breadcrumb li:after,.theme-light .theme-dark ol.c-breadcrumb li:last-child,.theme-light .theme-dark ol.c-breadcrumb li:last-child a,.theme-light .theme-dark ul.c-breadcrumb li:after,.theme-light .theme-dark ul.c-breadcrumb li:last-child,.theme-light .theme-dark ul.c-breadcrumb li:last-child a {
    color: rgba(255,255,255,.6)
}

.theme-dark ol.c-breadcrumb li a,.theme-dark ul.c-breadcrumb li a,.theme-light .theme-dark ol.c-breadcrumb li a,.theme-light .theme-dark ul.c-breadcrumb li a {
    color: #FFF;
    text-decoration: none
}

.theme-dark ol.c-breadcrumb li a:hover,.theme-dark ul.c-breadcrumb li a:hover,.theme-light .theme-dark ol.c-breadcrumb li a:hover,.theme-light .theme-dark ul.c-breadcrumb li a:hover {
    text-decoration: underline
}

a.c-button[role=button],button.c-button {
    font-size: 15px;
    max-width: 374px;
    min-width: 120px;
    display: inline-block;
    margin-top: 12px;
    padding: 9px 12px 10px;
    background-color: rgba(0,0,0,.2);
    color: #000;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out
}

a.c-button[role=button]:focus:not(.x-hidden-focus),button.c-button:focus:not(.x-hidden-focus) {
    outline: #000 solid 2px;
    text-decoration: underline
}

a.c-button[role=button]:focus:not(.x-hidden-focus),a.c-button[role=button]:hover,button.c-button:focus:not(.x-hidden-focus),button.c-button:hover {
    background: rgba(0,0,0,.3)
}

a.c-button[role=button]:active,button.c-button:active {
    background: rgba(0,0,0,.4);
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

a.c-button[role=button][disabled],button.c-button[disabled] {
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    cursor: not-allowed
}

a.c-button[role=button]>.c-price,button.c-button>.c-price {
    padding: 0;
    text-align: center
}

.theme-dark .theme-light a.c-button[role=button],.theme-dark .theme-light button.c-button,.theme-light a.c-button[role=button],.theme-light button.c-button {
    background-color: transparent;
    color: #000;
    border-color: #000
}

.theme-dark .theme-light a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button:focus:not(.x-hidden-focus),.theme-light a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-light button.c-button:focus:not(.x-hidden-focus) {
    outline: #000 solid 1px
}

.theme-dark .theme-light a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-button[role=button]:hover,.theme-dark .theme-light button.c-button:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button:hover,.theme-light a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-light a.c-button[role=button]:hover,.theme-light button.c-button:focus:not(.x-hidden-focus),.theme-light button.c-button:hover {
    background: #ccc
}

.theme-dark .theme-light a.c-button[role=button]:active,.theme-dark .theme-light button.c-button:active,.theme-light a.c-button[role=button]:active,.theme-light button.c-button:active {
    background: #b3b3b3
}

.theme-dark .theme-light a.c-button[role=button][disabled],.theme-dark .theme-light button.c-button[disabled],.theme-light a.c-button[role=button][disabled],.theme-light button.c-button[disabled] {
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}

.theme-dark a.c-button[role=button],.theme-dark button.c-button,.theme-light .theme-dark a.c-button[role=button],.theme-light .theme-dark button.c-button {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF
}

.theme-dark a.c-button[role=button]:focus,.theme-dark button.c-button:focus,.theme-light .theme-dark a.c-button[role=button]:focus,.theme-light .theme-dark button.c-button:focus {
    outline: #FFF solid 1px
}

.theme-dark a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-dark a.c-button[role=button]:hover,.theme-dark button.c-button:focus:not(.x-hidden-focus),.theme-dark button.c-button:hover,.theme-light .theme-dark a.c-button[role=button]:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-button[role=button]:hover,.theme-light .theme-dark button.c-button:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button:hover {
    background: #1a1a1a
}

.theme-dark a.c-button[role=button]:active,.theme-dark button.c-button:active,.theme-light .theme-dark a.c-button[role=button]:active,.theme-light .theme-dark button.c-button:active {
    background: #000
}

.theme-dark a.c-button[role=button][disabled],.theme-dark button.c-button[disabled],.theme-light .theme-dark a.c-button[role=button][disabled],.theme-light .theme-dark button.c-button[disabled] {
    color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.2)
}

a.c-button[role=button].f-lightweight,button.c-button.f-lightweight {
    color: #0067B8;
    background: 0 0;
    border: 0;
    padding: 10px 12px 11px
}

a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),button.c-button.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),a.c-button[role=button].f-lightweight:hover,button.c-button.f-lightweight:focus:not(.x-hidden-focus),button.c-button.f-lightweight:hover {
    color: #005da6;
    text-decoration: underline
}

a.c-button[role=button].f-lightweight:active,button.c-button.f-lightweight:active {
    background: 0 0;
    color: #005293;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

a.c-button[role=button].f-lightweight.x-hidden-focus:not(:hover),button.c-button.f-lightweight.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-light a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-button[role=button].f-lightweight:hover,.theme-dark .theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button.f-lightweight:hover,.theme-light a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-light a.c-button[role=button].f-lightweight:hover,.theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-light button.c-button.f-lightweight:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight:active,.theme-dark .theme-light button.c-button.f-lightweight:active,.theme-light a.c-button[role=button].f-lightweight:active,.theme-light button.c-button.f-lightweight:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight.x-hidden-focus:not(:hover),.theme-dark .theme-light button.c-button.f-lightweight.x-hidden-focus:not(:hover),.theme-light a.c-button[role=button].f-lightweight.x-hidden-focus:not(:hover),.theme-light button.c-button.f-lightweight.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-dark a.c-button[role=button].f-lightweight:hover,.theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-dark button.c-button.f-lightweight:hover,.theme-light .theme-dark a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-button[role=button].f-lightweight:hover,.theme-light .theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button.f-lightweight:hover {
    color: #e6e6e6
}

.theme-dark a.c-button[role=button].f-lightweight:active,.theme-dark button.c-button.f-lightweight:active,.theme-light .theme-dark a.c-button[role=button].f-lightweight:active,.theme-light .theme-dark button.c-button.f-lightweight:active {
    color: #ccc
}

.theme-dark a.c-button[role=button].f-lightweight.x-hidden-focus:not(:hover),.theme-dark button.c-button.f-lightweight.x-hidden-focus:not(:hover),.theme-light .theme-dark a.c-button[role=button].f-lightweight.x-hidden-focus:not(:hover),.theme-light .theme-dark button.c-button.f-lightweight.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),button.c-button.f-lightweight:focus:not(.x-hidden-focus) {
    outline: 0
}

a.c-button[role=button].f-lightweight[disabled],button.c-button.f-lightweight[disabled] {
    color: rgba(0,0,0,.2);
    text-decoration: none;
    cursor: not-allowed
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight,.theme-dark .theme-light button.c-button.f-lightweight,.theme-light a.c-button[role=button].f-lightweight,.theme-light button.c-button.f-lightweight {
    color: #000;
    background: 0 0
}

.theme-dark .theme-light a.c-button[role=button].f-lightweight[disabled],.theme-dark .theme-light button.c-button.f-lightweight[disabled],.theme-light a.c-button[role=button].f-lightweight[disabled],.theme-light button.c-button.f-lightweight[disabled] {
    color: rgba(0,0,0,.4);
    background: 0 0
}

.theme-dark a.c-button[role=button].f-lightweight,.theme-dark button.c-button.f-lightweight,.theme-light .theme-dark a.c-button[role=button].f-lightweight,.theme-light .theme-dark button.c-button.f-lightweight {
    color: #FFF;
    background: 0 0
}

.theme-dark a.c-button[role=button].f-lightweight[disabled],.theme-dark button.c-button.f-lightweight[disabled],.theme-light .theme-dark a.c-button[role=button].f-lightweight[disabled],.theme-light .theme-dark button.c-button.f-lightweight[disabled] {
    color: rgba(255,255,255,.4);
    background: 0 0
}

@media screen and (-ms-high-contrast:active) {
    a.c-button[role=button].f-lightweight:focus:not(.x-hidden-focus),button.c-button.f-lightweight:focus:not(.x-hidden-focus) {
        outline: ButtonText dashed 1px
    }
}

a.c-button[role=button].f-flex,button.c-button.f-flex {
    width: 100%;
    max-width: 100%
}

a.c-button.f-primary,button.c-button.f-primary,button.c-button[type=submit] {
    color: #FFF;
    background-color: #0067B8
}

a.c-button.f-primary:focus:not(.x-hidden-focus),button.c-button.f-primary:focus:not(.x-hidden-focus),button.c-button[type=submit]:focus:not(.x-hidden-focus) {
    outline: #000 solid 2px
}

a.c-button.f-primary:focus:not(.x-hidden-focus),a.c-button.f-primary:hover,button.c-button.f-primary:focus:not(.x-hidden-focus),button.c-button.f-primary:hover,button.c-button[type=submit]:focus:not(.x-hidden-focus),button.c-button[type=submit]:hover {
    background: #005da6
}

a.c-button.f-primary:active,button.c-button.f-primary:active,button.c-button[type=submit]:active {
    background: #005293;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

a.c-button.f-primary[disabled],button.c-button.f-primary[disabled],button.c-button[type=submit][disabled] {
    color: rgba(0,0,0,.2);
    background-color: rgba(0,103,184,.2);
    border-color: transparent
}

.theme-dark .theme-light a.c-button.f-primary,.theme-dark .theme-light button.c-button.f-primary,.theme-dark .theme-light button.c-button[type=submit],.theme-light a.c-button.f-primary,.theme-light button.c-button.f-primary,.theme-light button.c-button[type=submit] {
    color: #FFF;
    background-color: #000;
    border-color: transparent
}

.theme-dark .theme-light a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-light a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light button.c-button[type=submit]:focus:not(.x-hidden-focus) {
    outline-color: #FFF
}

.theme-dark .theme-light a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-button.f-primary:hover,.theme-dark .theme-light button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button.f-primary:hover,.theme-dark .theme-light button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-button[type=submit]:hover,.theme-light a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light a.c-button.f-primary:hover,.theme-light button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light button.c-button.f-primary:hover,.theme-light button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-light button.c-button[type=submit]:hover {
    background: #1a1a1a
}

.theme-dark .theme-light a.c-button.f-primary:active,.theme-dark .theme-light button.c-button.f-primary:active,.theme-dark .theme-light button.c-button[type=submit]:active,.theme-light a.c-button.f-primary:active,.theme-light button.c-button.f-primary:active,.theme-light button.c-button[type=submit]:active {
    background: #333
}

.theme-dark .theme-light a.c-button.f-primary[disabled],.theme-dark .theme-light button.c-button.f-primary[disabled],.theme-dark .theme-light button.c-button[type=submit][disabled],.theme-light a.c-button.f-primary[disabled],.theme-light button.c-button.f-primary[disabled],.theme-light button.c-button[type=submit][disabled] {
    background-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}

.theme-dark a.c-button.f-primary,.theme-dark button.c-button.f-primary,.theme-dark button.c-button[type=submit],.theme-light .theme-dark a.c-button.f-primary,.theme-light .theme-dark button.c-button.f-primary,.theme-light .theme-dark button.c-button[type=submit] {
    color: #000;
    background-color: #FFF;
    border-color: transparent
}

.theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button[type=submit]:focus:not(.x-hidden-focus) {
    outline-color: #000
}

.theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark a.c-button.f-primary:hover,.theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-dark button.c-button.f-primary:hover,.theme-dark button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-dark button.c-button[type=submit]:hover,.theme-light .theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-button.f-primary:hover,.theme-light .theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button.f-primary:hover,.theme-light .theme-dark button.c-button[type=submit]:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-button[type=submit]:hover {
    background: #e6e6e6
}

.theme-dark a.c-button.f-primary:active,.theme-dark button.c-button.f-primary:active,.theme-dark button.c-button[type=submit]:active,.theme-light .theme-dark a.c-button.f-primary:active,.theme-light .theme-dark button.c-button.f-primary:active,.theme-light .theme-dark button.c-button[type=submit]:active {
    background: #ccc
}

.theme-dark a.c-button.f-primary[disabled],.theme-dark button.c-button.f-primary[disabled],.theme-dark button.c-button[type=submit][disabled],.theme-light .theme-dark a.c-button.f-primary[disabled],.theme-light .theme-dark button.c-button.f-primary[disabled],.theme-light .theme-dark button.c-button[type=submit][disabled] {
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}

a.c-call-to-action,button.c-call-to-action {
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    padding: 10px 22px 7px 24px;
    overflow: hidden;
    border: 2px solid transparent;
    color: #FFF;
    background: #0067B8;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    letter-spacing: .075em;
    white-space: nowrap;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out
}

a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span,a.c-call-to-action.f-lightweight:hover span,a.c-call-to-action:focus:not(.x-hidden-focus) span,button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span,button.c-call-to-action.f-lightweight:hover span,button.c-call-to-action:focus:not(.x-hidden-focus) span {
    text-decoration: underline
}

a.c-call-to-action span,button.c-call-to-action span {
    display: inline-block;
    max-width: 100%;
    -o-text-overflow: clip;
    text-overflow: clip;
    overflow: hidden
}

a.c-call-to-action:after,button.c-call-to-action:after {
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
    content: "";
    vertical-align: top
}

a.c-call-to-action:focus:not(.x-hidden-focus),button.c-call-to-action:focus:not(.x-hidden-focus) {
    outline: #000 solid 2px
}

a.c-call-to-action:focus:not(.x-hidden-focus),a.c-call-to-action:hover,button.c-call-to-action:focus:not(.x-hidden-focus),button.c-call-to-action:hover {
    background: #005da6
}

a.c-call-to-action:active,button.c-call-to-action:active {
    background: #005293;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

a.c-call-to-action[aria-disabled=true],button.c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    border-color: transparent;
    background: #cce1f1;
    color: rgba(0,0,0,.2)
}

.theme-dark .theme-light a.c-call-to-action,.theme-dark .theme-light button.c-call-to-action,.theme-light a.c-call-to-action,.theme-light button.c-call-to-action {
    color: #FFF;
    background: #000
}

.theme-dark .theme-light a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action:focus:not(.x-hidden-focus) {
    outline-color: #FFF
}

.theme-dark .theme-light a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-call-to-action:hover,.theme-dark .theme-light button.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action:hover,.theme-light a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action:hover,.theme-light button.c-call-to-action:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action:hover {
    background: #1a1a1a
}

.theme-dark .theme-light a.c-call-to-action:active,.theme-dark .theme-light button.c-call-to-action:active,.theme-light a.c-call-to-action:active,.theme-light button.c-call-to-action:active {
    background: #333
}

.theme-dark .theme-light a.c-call-to-action[aria-disabled=true],.theme-dark .theme-light button.c-call-to-action[aria-disabled=true],.theme-light a.c-call-to-action[aria-disabled=true],.theme-light button.c-call-to-action[aria-disabled=true] {
    background: #ccc;
    border-color: transparent;
    color: rgba(0,0,0,.2)
}

.theme-dark a.c-call-to-action,.theme-dark button.c-call-to-action,.theme-light .theme-dark a.c-call-to-action,.theme-light .theme-dark button.c-call-to-action {
    color: #000;
    background: #FFF
}

.theme-dark a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus) {
    outline-color: #000
}

.theme-dark a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark a.c-call-to-action:hover,.theme-dark button.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action:hover,.theme-light .theme-dark a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action:hover,.theme-light .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action:hover {
    background: #e6e6e6
}

.theme-dark a.c-call-to-action:active,.theme-dark button.c-call-to-action:active,.theme-light .theme-dark a.c-call-to-action:active,.theme-light .theme-dark button.c-call-to-action:active {
    background: #ccc
}

.theme-dark a.c-call-to-action[aria-disabled=true],.theme-dark button.c-call-to-action[aria-disabled=true],.theme-light .theme-dark a.c-call-to-action[aria-disabled=true],.theme-light .theme-dark button.c-call-to-action[aria-disabled=true] {
    background: #4d4d4d;
    border-color: transparent;
    color: rgba(255,255,255,.2)
}

a.c-call-to-action.f-secondary,button.c-call-to-action.f-secondary {
    color: #000;
    background: #ccc
}

a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) {
    outline: #000 solid 2px
}

a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),a.c-call-to-action.f-secondary:hover,button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),button.c-call-to-action.f-secondary:hover {
    background: #b3b3b3
}

a.c-call-to-action.f-secondary:active,button.c-call-to-action.f-secondary:active {
    background: #999
}

a.c-call-to-action.f-secondary[aria-disabled=true],button.c-call-to-action.f-secondary[aria-disabled=true] {
    background: #ccc;
    border-color: transparent;
    color: rgba(0,0,0,.2)
}

.theme-dark .theme-light a.c-call-to-action.f-secondary,.theme-dark .theme-light button.c-call-to-action.f-secondary,.theme-light a.c-call-to-action.f-secondary,.theme-light button.c-call-to-action.f-secondary {
    color: #000;
    background: rgba(255,255,255,0);
    border-color: #000
}

.theme-dark .theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) {
    outline: #000 solid 1px
}

.theme-dark .theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-call-to-action.f-secondary:hover,.theme-dark .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action.f-secondary:hover,.theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action.f-secondary:hover,.theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action.f-secondary:hover {
    background: #ccc
}

.theme-dark .theme-light a.c-call-to-action.f-secondary:active,.theme-dark .theme-light button.c-call-to-action.f-secondary:active,.theme-light a.c-call-to-action.f-secondary:active,.theme-light button.c-call-to-action.f-secondary:active {
    background: #b3b3b3
}

.theme-dark .theme-light a.c-call-to-action.f-secondary[aria-disabled=true],.theme-dark .theme-light button.c-call-to-action.f-secondary[aria-disabled=true],.theme-light a.c-call-to-action.f-secondary[aria-disabled=true],.theme-light button.c-call-to-action.f-secondary[aria-disabled=true] {
    background: #ccc;
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}

.theme-dark a.c-call-to-action.f-secondary,.theme-dark button.c-call-to-action.f-secondary,.theme-light .theme-dark a.c-call-to-action.f-secondary,.theme-light .theme-dark button.c-call-to-action.f-secondary {
    background: rgba(255,255,255,0);
    color: #FFF;
    border-color: #FFF
}

.theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) {
    outline: #FFF solid 1px
}

.theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark a.c-call-to-action.f-secondary:hover,.theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action.f-secondary:hover,.theme-light .theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action.f-secondary:hover,.theme-light .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action.f-secondary:hover {
    background: #1a1a1a
}

.theme-dark a.c-call-to-action.f-secondary:active,.theme-dark button.c-call-to-action.f-secondary:active,.theme-light .theme-dark a.c-call-to-action.f-secondary:active,.theme-light .theme-dark button.c-call-to-action.f-secondary:active {
    background: #000
}

.theme-dark a.c-call-to-action.f-secondary[aria-disabled=true],.theme-dark button.c-call-to-action.f-secondary[aria-disabled=true],.theme-light .theme-dark a.c-call-to-action.f-secondary[aria-disabled=true],.theme-light .theme-dark button.c-call-to-action.f-secondary[aria-disabled=true] {
    background: #4d4d4d;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}

a.c-call-to-action.x-hidden-focus,button.c-call-to-action.x-hidden-focus {
    outline: 0
}

a.c-call-to-action.f-lightweight,button.c-call-to-action.f-lightweight {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

a.c-call-to-action.f-lightweight:active,a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),a.c-call-to-action.f-lightweight:hover,button.c-call-to-action.f-lightweight:active,button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),button.c-call-to-action.f-lightweight:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),a.c-call-to-action.f-lightweight:hover,button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),button.c-call-to-action.f-lightweight:hover {
    color: #005da6
}

a.c-call-to-action.f-lightweight:active,button.c-call-to-action.f-lightweight:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

a.c-call-to-action.f-lightweight[aria-disabled=true],button.c-call-to-action.f-lightweight[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight,.theme-dark .theme-light button.c-call-to-action.f-lightweight,.theme-light a.c-call-to-action.f-lightweight,.theme-light button.c-call-to-action.f-lightweight {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-call-to-action.f-lightweight:hover,.theme-dark .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark .theme-light button.c-call-to-action.f-lightweight:hover,.theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light a.c-call-to-action.f-lightweight:hover,.theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light button.c-call-to-action.f-lightweight:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight:hover,.theme-dark .theme-light button.c-call-to-action.f-lightweight:hover,.theme-light a.c-call-to-action.f-lightweight:hover,.theme-light button.c-call-to-action.f-lightweight:hover {
    background: 0 0
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight:active,.theme-dark .theme-light button.c-call-to-action.f-lightweight:active,.theme-light a.c-call-to-action.f-lightweight:active,.theme-light button.c-call-to-action.f-lightweight:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light a.c-call-to-action.f-lightweight[aria-disabled=true],.theme-dark .theme-light button.c-call-to-action.f-lightweight[aria-disabled=true],.theme-light a.c-call-to-action.f-lightweight[aria-disabled=true],.theme-light button.c-call-to-action.f-lightweight[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark a.c-call-to-action.f-lightweight,.theme-dark button.c-call-to-action.f-lightweight,.theme-light .theme-dark a.c-call-to-action.f-lightweight,.theme-light .theme-dark button.c-call-to-action.f-lightweight {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark a.c-call-to-action.f-lightweight:hover,.theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-dark button.c-call-to-action.f-lightweight:hover,.theme-light .theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-call-to-action.f-lightweight:hover,.theme-light .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus),.theme-light .theme-dark button.c-call-to-action.f-lightweight:hover {
    color: #e6e6e6
}

.theme-dark a.c-call-to-action.f-lightweight:hover,.theme-dark button.c-call-to-action.f-lightweight:hover,.theme-light .theme-dark a.c-call-to-action.f-lightweight:hover,.theme-light .theme-dark button.c-call-to-action.f-lightweight:hover {
    background: 0 0
}

.theme-dark a.c-call-to-action.f-lightweight:active,.theme-dark button.c-call-to-action.f-lightweight:active,.theme-light .theme-dark a.c-call-to-action.f-lightweight:active,.theme-light .theme-dark button.c-call-to-action.f-lightweight:active {
    color: #ccc
}

.theme-dark a.c-call-to-action.f-lightweight[aria-disabled=true],.theme-dark button.c-call-to-action.f-lightweight[aria-disabled=true],.theme-light .theme-dark a.c-call-to-action.f-lightweight[aria-disabled=true],.theme-light .theme-dark button.c-call-to-action.f-lightweight[aria-disabled=true] {
    background: 0 0;
    color: #666
}

@-webkit-keyframes hero-content-next {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hero-content-next {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hero-content-previous {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hero-content-previous {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hero-background-next {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hero-background-next {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hero-background-previous {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hero-background-previous {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hero-background-next-y-center {
    0% {
        -webkit-transform: translate(10px,-50%);
        transform: translate(10px,-50%)
    }

    100% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

@keyframes hero-background-next-y-center {
    0% {
        -webkit-transform: translate(10px,-50%);
        transform: translate(10px,-50%)
    }

    100% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

@-webkit-keyframes hero-background-previous-y-center {
    0% {
        -webkit-transform: translate(-10px,-50%);
        transform: translate(-10px,-50%)
    }

    100% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

@keyframes hero-background-previous-y-center {
    0% {
        -webkit-transform: translate(-10px,-50%);
        transform: translate(-10px,-50%)
    }

    100% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

@-webkit-keyframes hero-background-next-x-center {
    0% {
        -webkit-transform: translateX(-49%);
        transform: translateX(-49%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes hero-background-next-x-center {
    0% {
        -webkit-transform: translateX(-49%);
        transform: translateX(-49%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes hero-background-previous-x-center {
    0% {
        -webkit-transform: translateX(-51%);
        transform: translateX(-51%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes hero-background-previous-x-center {
    0% {
        -webkit-transform: translateX(-51%);
        transform: translateX(-51%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes hero-background-next-x-center-y-center {
    0% {
        -webkit-transform: translate(-49%,-50%);
        transform: translate(-49%,-50%)
    }

    100% {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@keyframes hero-background-next-x-center-y-center {
    0% {
        -webkit-transform: translate(-49%,-50%);
        transform: translate(-49%,-50%)
    }

    100% {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@-webkit-keyframes hero-background-previous-x-center-y-center {
    0% {
        -webkit-transform: translate(-51%,-50%);
        transform: translate(-51%,-50%)
    }

    100% {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@keyframes hero-background-previous-x-center-y-center {
    0% {
        -webkit-transform: translate(-51%,-50%);
        transform: translate(-51%,-50%)
    }

    100% {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.c-carousel {
    position: relative
}

.c-carousel .c-flipper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    display: none
}

.c-carousel .c-flipper.f-left,.c-carousel .c-flipper.f-previous {
    left: 0
}

.c-carousel .c-flipper.f-next,.c-carousel .c-flipper.f-right {
    right: 0
}

.c-carousel .c-flipper+div {
    position: relative;
    overflow: hidden
}

.c-carousel.f-scrollable-next .c-flipper.f-next,.c-carousel.f-scrollable-next .c-flipper.f-right,.c-carousel.f-scrollable-previous .c-flipper.f-left,.c-carousel.f-scrollable-previous .c-flipper.f-previous {
    display: block
}

.c-carousel>.c-group {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 8px;
    z-index: 100
}

.c-carousel>.c-group .c-sequence-indicator {
    position: static;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.c-carousel>.c-group .c-sequence-indicator[aria-hidden=true] {
    display: none
}

.c-carousel .c-sequence-indicator {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    bottom: 24px
}

.c-carousel.f-multi-slide .c-flipper {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.16,1,.29,.99) .15;
    -o-transition: opacity cubic-bezier(.16,1,.29,.99) .15;
    transition: opacity cubic-bezier(.16,1,.29,.99) .15
}

.c-carousel.f-multi-slide:hover .c-flipper {
    opacity: .8
}

.c-carousel.f-multi-slide:hover .c-flipper:hover {
    opacity: 1
}

.c-carousel.f-multi-slide:hover .c-flipper:active,.c-flipper {
    opacity: .8
}

.c-carousel.f-multi-slide.theme-light .c-flipper {
    background: #FFF;
    color: #000
}

.c-carousel.f-multi-slide.theme-dark .c-flipper {
    background: #000;
    color: #FFF
}

.c-carousel.f-multi-slide li {
    display: none;
    width: 100%
}

.c-carousel.f-multi-slide li.f-active {
    display: block
}

.c-carousel.f-single-slide ul {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    left: 0;
    width: auto;
    -webkit-transition: left cubic-bezier(.16,1,.29,.99) 667ms;
    -o-transition: left cubic-bezier(.16,1,.29,.99) 667ms;
    transition: left cubic-bezier(.16,1,.29,.99) 667ms
}

.c-carousel.f-single-slide li {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-carousel.f-single-slide .c-flipper {
        border: 1px solid #000
    }
}

@media screen and (-ms-high-contrast:white-on-black) {
    .c-carousel.f-single-slide .c-flipper {
        border: 1px solid #FFF
    }
}

@media only screen and (max-width: 767px) {
    .c-carousel .f-gallery {
        display:none
    }
}

.c-carousel .f-gallery li {
    height: 201px;
    width: 358px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 12px
}

@media only screen and (max-width: 1399px) {
    .c-carousel .f-gallery li {
        height:153px;
        width: 272px
    }
}

.c-carousel .f-gallery li .c-action-trigger {
    position: absolute;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin: 0;
    height: 48px;
    width: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px)
}

.c-carousel .f-gallery li .c-action-trigger:hover {
    text-decoration: none;
    background: rgba(0,0,0,.7)
}

.c-carousel .f-gallery li .c-action-trigger:before {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    color: #FFF;
    font-size: 24px;
    content: "";
    margin: 0
}

.c-carousel .f-gallery li .c-action-trigger:focus:not(.x-hidden-focus) {
    outline: #000 dashed 1px
}

.c-carousel .f-gallery li .c-action-trigger:active {
    background: rgba(0,0,0,.8)
}

.c-carousel .f-gallery li .c-action-trigger.x-hidden-focus {
    background: rgba(0,0,0,.6)!important
}

.c-carousel .f-gallery li .c-heading-6 {
    color: #000;
    position: absolute;
    bottom: 9px;
    right: 12px;
    width: 72px;
    text-align: right
}

.c-carousel .f-gallery li .c-heading-6:first-child {
    left: 12px;
    width: 238px;
    text-align: left
}

@media only screen and (max-width: 1399px) {
    .c-carousel .f-gallery li .c-heading-6:first-child {
        width:152px
    }
}

.c-carousel li {
    position: relative;
    height: 100%;
    z-index: 1
}

.c-carousel li~li {
    display: none
}

.c-carousel li .c-hero>picture img,.c-carousel li .m-hero-item>picture img,.c-carousel li>picture.c-image img {
    margin: 0 auto
}

.c-carousel li.f-animate-next>picture.c-image img {
    -webkit-animation: hero-background-next cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-background-next cubic-bezier(.16,1,.29,.99) 667ms both
}

.c-carousel li.f-animate-next>picture.c-image.f-x-center img {
    -webkit-animation-name: hero-background-next-x-center;
    animation-name: hero-background-next-x-center
}

.c-carousel li.f-animate-next>picture.c-image.f-y-center img {
    -webkit-animation-name: hero-background-next-y-center;
    animation-name: hero-background-next-y-center
}

.c-carousel li.f-animate-next>picture.c-image.f-y-center.f-x-center img {
    -webkit-animation-name: hero-background-next-x-center-y-center;
    animation-name: hero-background-next-x-center-y-center
}

.c-carousel li.f-animate-next .c-hero>picture img,.c-carousel li.f-animate-next .m-hero-item>picture img {
    -webkit-animation: hero-background-next-y-center cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-background-next-y-center cubic-bezier(.16,1,.29,.99) 667ms both
}

.c-carousel li.f-animate-next .c-hero>div,.c-carousel li.f-animate-next .m-hero-item>div {
    -webkit-animation: hero-content-next cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-content-next cubic-bezier(.16,1,.29,.99) 667ms both
}

.c-carousel li.f-animate-previous>picture.c-image img {
    -webkit-animation: hero-background-previous cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-background-previous cubic-bezier(.16,1,.29,.99) 667ms both
}

.c-carousel li.f-animate-previous>picture.c-image.f-x-center img {
    -webkit-animation-name: hero-background-previous-x-center;
    animation-name: hero-background-previous-x-center
}

.c-carousel li.f-animate-previous>picture.c-image.f-y-center img {
    -webkit-animation-name: hero-background-previous-y-center;
    animation-name: hero-background-previous-y-center
}

.c-carousel li.f-animate-previous>picture.c-image.f-y-center.f-x-center img {
    -webkit-animation-name: hero-background-previous-x-center-y-center;
    animation-name: hero-background-previous-x-center-y-center
}

.c-carousel li.f-animate-previous .c-hero>picture img,.c-carousel li.f-animate-previous .m-hero-item>picture img {
    -webkit-animation: hero-background-previous-y-center cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-background-previous-y-center cubic-bezier(.16,1,.29,.99) 667ms both
}

.c-carousel li.f-animate-previous .c-hero>div,.c-carousel li.f-animate-previous .m-hero-item>div {
    -webkit-animation: hero-content-previous cubic-bezier(.16,1,.29,.99) 667ms both;
    animation: hero-content-previous cubic-bezier(.16,1,.29,.99) 667ms both
}

@media only screen and (max-width: 767px) {
    .c-carousel li>picture.c-image.f-x-left img,.c-carousel li>picture.c-image.f-x-right img {
        left:0;
        left: calc(50%);
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-carousel li .c-hero>div>div,.c-carousel li .m-hero-item>div>div {
        padding-bottom: 48px
    }

    .c-carousel li .c-hero.f-x-left>picture img,.c-carousel li .c-hero.f-x-right>picture img,.c-carousel li .m-hero-item.f-x-left>picture img,.c-carousel li .m-hero-item.f-x-right>picture img {
        left: 0;
        left: calc(50%);
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-carousel li.f-animate-next .c-hero[class*=f-x][class*=f-y]>picture img,.c-carousel li.f-animate-next .m-hero-item[class*=f-x][class*=f-y]>picture img,.c-carousel li.f-animate-next>picture.c-image[class*=f-x][class*=f-y] img {
        -webkit-animation-name: hero-background-next-x-center;
        animation-name: hero-background-next-x-center
    }

    .c-carousel li.f-animate-previous .c-hero[class*=f-x][class*=f-y]>picture img,.c-carousel li.f-animate-previous .m-hero-item[class*=f-x][class*=f-y]>picture img,.c-carousel li.f-animate-previous>picture.c-image[class*=f-x][class*=f-y] img {
        -webkit-animation-name: hero-background-previous-x-center;
        animation-name: hero-background-previous-x-center
    }
}

fieldset.c-checkbox label.c-label {
    display: block;
    float: left;
    clear: left
}

.c-mosaic [data-f-mosaic*=f-vp]:after,.c-mosaic:after,.c-price:after,.c-range-slider:after,.c-rating div:after,.c-rating form:after,.c-structured-list .f-column .f-row:after,[class^=c-heading-]:after,nav.c-link-navigation a.c-hyperlink:after {
    clear: both
}

.c-checkbox label.c-label {
    font-size: 15px;
    line-height: 20px;
    margin-right: 24px;
    padding-bottom: 0;
    position: relative
}

.c-checkbox input[type=checkbox] {
    position: absolute;
    height: 20px;
    opacity: 0;
    width: 20px
}

.c-checkbox input[type=checkbox]+span {
    cursor: pointer;
    display: inline-block;
    left: 0;
    padding-left: 28px;
    position: relative;
    top: 0
}

.c-checkbox input[type=checkbox]+span:after,.c-checkbox input[type=checkbox]+span:before {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
    top: 0;
    line-height: 20px
}

.c-checkbox input[type=checkbox]+span:before {
    content: "";
    -webkit-box-shadow: inset 0 0 0 1px #000,inset 0 0 0 10px transparent;
    box-shadow: inset 0 0 0 1px #000,inset 0 0 0 10px transparent;
    top: 0
}

@media screen and (-ms-high-contrast:active) {
    .c-checkbox input[type=checkbox]+span:before {
        border: 1px solid #737373
    }
}

.c-checkbox input[type=checkbox]:not(:disabled):focus+span:before,.c-checkbox input[type=checkbox]:not(:disabled):hover+span:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.8);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.8)
}

.c-checkbox input[type=checkbox]:focus+span:before {
    outline: rgba(0,0,0,.8) dashed 1px
}

.c-checkbox input[type=checkbox]:checked+span:after {
    font-family: MWF-MDL2;
    content: "";
    color: #FFF;
    font-size: 17px;
    padding-left: 1px
}

.c-checkbox input[type=checkbox]:checked:disabled+span:after {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,103,184,.05),inset 0 0 0 10px rgba(0,103,184,.2);
    box-shadow: inset 0 0 0 1px rgba(0,103,184,.05),inset 0 0 0 10px rgba(0,103,184,.2);
    color: rgba(255,255,255,.3)
}

.c-checkbox input[type=checkbox]:checked:not(:disabled)+span:before {
    -webkit-box-shadow: inset 0 0 0 10px #0067B8;
    box-shadow: inset 0 0 0 10px #0067B8
}

.c-checkbox input[type=checkbox]:checked:not(:disabled):focus+span:before,.c-checkbox input[type=checkbox]:checked:not(:disabled):hover+span:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 10px #0067B8;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 10px #0067B8
}

.c-checkbox input[type=checkbox]:indeterminate+span:after {
    border: 5px solid #000;
    content: "";
    height: 0;
    left: 5px;
    top: 5px;
    width: 0
}

.c-checkbox input[type=checkbox]:indeterminate:disabled+span:after {
    border-color: rgba(0,0,0,.2)
}

.c-checkbox input[type=checkbox]:indeterminate:not(:disabled):hover+span:after {
    border-color: rgba(0,0,0,.6)
}

.c-checkbox input[type=checkbox]:indeterminate:not(:disabled)+span:before {
    -webkit-box-shadow: inset 0 0 0 1px #0067B8;
    box-shadow: inset 0 0 0 1px #0067B8
}

.c-checkbox input[type=checkbox]:disabled+span {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.c-checkbox input[type=checkbox]:disabled+span:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}

.c-checkbox+.c-caption-1,.c-checkbox+.c-caption-2 {
    padding-top: 24px
}

.c-checkbox.f-inline legend+div,.c-checkbox.f-inline legend+div>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 540px) {
    .c-checkbox.f-inline legend+div,.c-checkbox.f-inline legend+div>div {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.c-checkbox+.c-checkbox legend.c-label,.c-checkbox+.c-radio legend.c-label {
    padding-top: 40px
}

.c-choice-summary {
    font-size: 13px;
    position: relative;
    display: inline-block;
    list-style-type: none;
    max-width: 100%;
    background-color: rgba(0,0,0,.1);
    padding-right: 36px;
    min-width: 72px;
    margin-top: 12px;
    margin-right: 12px
}

.c-choice-summary>.c-menu {
    position: absolute;
    min-width: 100%;
    width: inherit
}

.c-choice-summary>.c-menu[aria-hidden=true] {
    height: 0;
    width: 0;
    border: 0;
    overflow: hidden
}

.c-choice-summary>.c-menu .c-menu-item .c-radio input[type=radio]+span {
    white-space: nowrap
}

.c-choice-summary span {
    display: inline-block;
    padding: 9px 4px 10px 12px;
    min-width: 100%
}

.c-choice-summary a.c-action-trigger.c-glyph,.c-choice-summary button.c-action-trigger.c-glyph {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    margin: 0;
    padding: 5px 0 9px
}

.c-choice-summary a.c-action-trigger.c-glyph[aria-label],.c-choice-summary button.c-action-trigger.c-glyph[aria-label] {
    margin-right: 0
}

.c-choice-summary a.c-action-trigger.c-glyph:before,.c-choice-summary button.c-action-trigger.c-glyph:before {
    width: auto;
    height: auto;
    color: rgba(0,0,0,.6)
}

.c-choice-summary a.c-action-trigger.c-glyph:focus,.c-choice-summary button.c-action-trigger.c-glyph:focus {
    background: 0 0;
    outline: #000 dashed 1px
}

.c-choice-summary a.c-action-trigger.c-glyph:hover,.c-choice-summary button.c-action-trigger.c-glyph:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.1)
}

.c-choice-summary a.c-action-trigger.c-glyph:hover.x-hidden-focus,.c-choice-summary button.c-action-trigger.c-glyph:hover.x-hidden-focus {
    background-color: rgba(0,0,0,.1)!important
}

.c-choice-summary a.c-action-trigger.c-glyph:active,.c-choice-summary button.c-action-trigger.c-glyph:active {
    background-color: rgba(0,0,0,.2)
}

.c-choice-summary a.c-action-trigger.c-glyph:active.x-hidden-focus,.c-choice-summary button.c-action-trigger.c-glyph:active.x-hidden-focus {
    background-color: rgba(0,0,0,.2)!important
}

.c-choice-summary a.c-action-trigger.c-glyph:active:before,.c-choice-summary button.c-action-trigger.c-glyph:active:before {
    color: rgba(0,0,0,.8)
}

.c-combo {
    position: relative;
    min-width: 76px;
    max-width: 296px;
    height: 38px;
    margin-top: 20px
}

.c-combo[aria-expanded=false] ul {
    display: none
}

.c-combo div {
    display: block
}

.c-combo div ul {
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 294px;
    min-width: 64px;
    max-width: 368px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    top: 38px;
    background: #FFF;
    overflow-y: auto;
    max-height: none
}

.c-combo div ul li span {
    background: #f2f2f2;
    display: block;
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer
}

.c-combo div ul li span:hover {
    color: #000;
    background: #e6e6e6
}

.c-combo div ul li span.active,.c-combo div ul li span.active:hover {
    color: #FFF;
    background: #0078D7
}

.c-combo div ul[aria-expanded=false],.c-combo div ul[aria-hidden=true] {
    display: none
}

.c-combo button,.c-combo input[type=text] {
    float: left;
    outline: 0;
    background: #FFF
}

.c-combo input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 38px 7px 10px;
    border: 1px solid rgba(0,0,0,.6)
}

.c-combo input[type=text]:hover {
    border-color: rgba(0,0,0,.8)
}

.c-combo input[type=text]:active,.c-combo input[type=text]:focus {
    border-color: #0067B8
}

.c-combo input[type=text]::-ms-clear {
    display: none
}

.c-combo input[type=text]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-combo input[type=text]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-combo input[type=text]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-combo input[type=text]::placeholder {
    color: rgba(0,0,0,.6)
}

.c-combo button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: 2px 2px 1px 1px;
    padding: 9px;
    -webkit-transition: color .1s,background-color .1s;
    -o-transition: color .1s,background-color .1s;
    transition: color .1s,background-color .1s;
    border: 0
}

.c-combo button:hover {
    color: #0067B8
}

.c-combo button:active,.c-combo button:focus {
    color: #FFF;
    background: #0067B8;
    -ms-high-contrast-adjust: none
}

.c-combo button:before {
    content: "";
    text-indent: 0;
    font-size: 16px;
    -ms-high-contrast-adjust: none
}

@media screen and (-ms-high-contrast) {
    .c-combo button:active,.c-combo button:focus {
        color: window;
        background: windowText
    }

    .c-combo button:before {
        font-size: 22px;
        font-weight: 900;
        line-height: 18px;
        text-indent: -3px
    }

    .c-combo button {
        color: windowText;
        background: window
    }
}

.c-content-toggle p {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}

.c-content-toggle [data-f-expanded=false] {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.c-content-toggle [data-f-expanded=true] {
    overflow-y: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-content-toggle button {
    display: inline-block;
    color: #0067B8;
    border: 0;
    background: 0 0;
    padding: 0
}

.c-content-toggle button:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

.c-content-toggle button:focus:not(.x-hidden-focus),.c-content-toggle button:hover {
    color: #005da6;
    text-decoration: underline
}

.c-content-toggle button:active {
    background: 0 0;
    color: #005293;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-content-toggle button.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .theme-light .c-content-toggle button:focus:not(.x-hidden-focus),.theme-light .c-content-toggle button:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-content-toggle button:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-content-toggle button:hover,.theme-light .c-content-toggle button:focus:not(.x-hidden-focus),.theme-light .c-content-toggle button:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-content-toggle button:active,.theme-light .c-content-toggle button:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-content-toggle button.x-hidden-focus:not(:hover),.theme-light .c-content-toggle button.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .c-content-toggle button:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-toggle button:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-content-toggle button:focus:not(.x-hidden-focus),.theme-dark .c-content-toggle button:hover,.theme-light .theme-dark .c-content-toggle button:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-toggle button:hover {
    color: #e6e6e6
}

.theme-dark .c-content-toggle button:active,.theme-light .theme-dark .c-content-toggle button:active {
    color: #ccc
}

.theme-dark .c-content-toggle button.x-hidden-focus:not(:hover),.theme-light .theme-dark .c-content-toggle button.x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.no-js .c-content-toggle button {
    display: none
}

.c-content-toggle .c-refine-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-context-menu {
    background: #f2f2f2;
    width: 296px;
    min-width: 64px;
    max-width: 368px;
    border: 1px solid rgba(0,0,0,.1);
    z-index: 500
}

.c-context-menu>li {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    background-clip: padding-box
}

.c-context-menu>li span {
    display: inline-block;
    width: 100%;
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer;
    white-space: normal
}

.c-context-menu>li span.c-glyph {
    min-width: 120px;
    padding-right: 10px
}

.c-context-menu>li span.c-glyph:before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle
}

.theme-dark .theme-light .c-context-menu>li span,.theme-light .c-context-menu>li span {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8)
}

.theme-dark .c-context-menu>li span,.theme-light .theme-dark .c-context-menu>li span {
    background: #262626;
    color: rgba(255,255,255,.8)
}

.c-context-menu>li.f-context-text-only span {
    padding-left: 38px
}

.c-context-menu>li[role=menuitemcheckbox][aria-checked=true] span {
    font-weight: 700
}

.c-context-menu>li[role=menuitemcheckbox][aria-checked=true] span:after,.c-context-menu>li[role=menuitemcheckbox][aria-checked=true] span:before {
    font-weight: 200
}

.c-context-menu>li[role=menuitemcheckbox][aria-checked=true] span:after {
    font-size: 15px;
    font-family: MWF-MDL2;
    content: "";
    display: inline-block;
    text-decoration: none;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000
}

.c-context-menu>li.f-divider span {
    border-top: 1px solid rgba(0,0,0,.2)
}

.c-context-menu>li:focus,.c-context-menu>li:hover {
    background: #d9d9d9
}

.c-context-menu>li:focus:not(.x-hidden-focus) {
    outline: #0067B8 solid 2px;
    z-index: 501
}

.c-context-menu>li[aria-disabled=true] span {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.c-date-time-picker {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.6) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.6) inset;
    outline: 0;
    background: rgba(0,0,0,.05);
    position: relative;
    float: left
}

.c-date-time-picker button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: 0 0;
    height: 36px;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.6);
    padding: 4px 12px
}

.c-date-time-picker button:focus {
    outline: rgba(0,0,0,.6) dashed 1px
}

.c-date-time-picker:hover {
    background: rgba(0,0,0,.2)
}

.c-date-time-picker:active {
    background: rgba(0,0,0,.4)
}

.c-date-time-picker[data-date-time-picker=date] {
    width: 296px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-date-time-picker[data-date-time-picker=date] [data-date-time-picker=month] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 135px;
    text-align: left
}

.c-date-time-picker[data-date-time-picker=date] [data-date-time-picker=day] {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.c-date-time-picker[data-date-time-picker=date] [data-date-time-picker=year] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}

.c-date-time-picker[data-date-time-picker=time] {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-date-time-picker[data-date-time-picker=time] [data-date-time-picker=hour],.c-date-time-picker[data-date-time-picker=time] [data-date-time-picker=minute],.c-date-time-picker[data-date-time-picker=time] [data-date-time-picker=ampm] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}

.c-date-time-picker[data-date-time-picker=time24] {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-date-time-picker[data-date-time-picker=time24] [data-date-time-picker=hour24],.c-date-time-picker[data-date-time-picker=time24] [data-date-time-picker=minute24] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}

.c-date-time-picker [data-date-time-picker=date-selector],.c-date-time-picker [data-date-time-picker=time-selector12],.c-date-time-picker [data-date-time-picker=time-selector24] {
    width: 100%;
    background: #f2f2f2;
    position: absolute;
    top: -157px;
    left: 0;
    height: 396px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    z-index: 300
}

.c-date-time-picker [data-date-time-picker=date-selector][aria-hidden=true],.c-date-time-picker [data-date-time-picker=time-selector12][aria-hidden=true],.c-date-time-picker [data-date-time-picker=time-selector24][aria-hidden=true] {
    display: none
}

.c-date-time-picker [data-date-time-picker=date-selector][aria-hidden=false],.c-date-time-picker [data-date-time-picker=time-selector12][aria-hidden=false],.c-date-time-picker [data-date-time-picker=time-selector24][aria-hidden=false] {
    border: 1px solid rgba(0,0,0,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-date-time-picker [data-date-time-picker=date-selector]>span,.c-date-time-picker [data-date-time-picker=time-selector12]>span,.c-date-time-picker [data-date-time-picker=time-selector24]>span {
    position: absolute;
    z-index: 0;
    top: 154px;
    left: 0;
    height: 44px;
    width: 100%;
    background: #0067B8
}

@media screen and (-ms-high-contrast) {
    .c-date-time-picker [data-date-time-picker=date-selector],.c-date-time-picker [data-date-time-picker=time-selector12],.c-date-time-picker [data-date-time-picker=time-selector24] {
        background: #FFF
    }

    .c-date-time-picker [data-date-time-picker=date-selector]>div,.c-date-time-picker [data-date-time-picker=time-selector12]>div,.c-date-time-picker [data-date-time-picker=time-selector24]>div {
        border-right: 1px solid #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-date-time-picker [data-date-time-picker=date-selector],.c-date-time-picker [data-date-time-picker=time-selector12],.c-date-time-picker [data-date-time-picker=time-selector24] {
        background: #000
    }

    .c-date-time-picker [data-date-time-picker=date-selector]>div,.c-date-time-picker [data-date-time-picker=time-selector12]>div,.c-date-time-picker [data-date-time-picker=time-selector24]>div {
        border-right: 1px solid #FFF
    }
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm],.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm],.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1;
    top: 0;
    height: 352px
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm] button,.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm] button,.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] button {
    position: absolute;
    left: 80px;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm] button:first-of-type,.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm] button:first-of-type,.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm] button:last-of-type,.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm] button:last-of-type,.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] button:last-of-type {
    top: 330px
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm] ul,.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm] ul,.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] ul {
    top: 154px
}

.c-date-time-picker [data-date-time-picker=date-selector] [data-date-time-picker=ampm] ul.f-js-pm,.c-date-time-picker [data-date-time-picker=time-selector12] [data-date-time-picker=ampm] ul.f-js-pm,.c-date-time-picker [data-date-time-picker=time-selector24] [data-date-time-picker=ampm] ul.f-js-pm {
    top: 110px
}

.c-date-time-picker [data-date-time-picker=date-selector]>div,.c-date-time-picker [data-date-time-picker=time-selector12]>div,.c-date-time-picker [data-date-time-picker=time-selector24]>div {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0,0,0,.6);
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-clip: content-box;
    border-right: 1px solid rgba(0,0,0,.6);
    float: left;
    position: relative;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=date-selector]>div:first-of-type button,.c-date-time-picker [data-date-time-picker=time-selector12]>div:first-of-type button,.c-date-time-picker [data-date-time-picker=time-selector24]>div:first-of-type button {
    left: 0;
    width: inherit
}

.c-date-time-picker [data-date-time-picker=date-selector]>div:last-of-type,.c-date-time-picker [data-date-time-picker=time-selector12]>div:last-of-type,.c-date-time-picker [data-date-time-picker=time-selector24]>div:last-of-type {
    border-right: 0
}

.c-date-time-picker [data-date-time-picker=date-selector]>div:last-of-type button,.c-date-time-picker [data-date-time-picker=time-selector12]>div:last-of-type button,.c-date-time-picker [data-date-time-picker=time-selector24]>div:last-of-type button {
    left: auto;
    right: 0;
    width: inherit
}

.c-date-time-picker [data-date-time-picker=date-selector]>div ul,.c-date-time-picker [data-date-time-picker=time-selector12]>div ul,.c-date-time-picker [data-date-time-picker=time-selector24]>div ul {
    position: relative;
    top: -66px
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li,.c-date-time-picker [data-date-time-picker=time-selector12]>div li,.c-date-time-picker [data-date-time-picker=time-selector24]>div li {
    height: 44px;
    padding: 12px 12px 3px;
    outline: 0
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li:focus,.c-date-time-picker [data-date-time-picker=time-selector12]>div li:focus,.c-date-time-picker [data-date-time-picker=time-selector24]>div li:focus,.c-drawer .f-toggle:focus,.c-drawer>button:focus,.c-drawer>header .f-toggle:focus,.c-drawer>header>button:focus,.c-flipper:focus {
    outline: #000 dashed 1px
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li[aria-selected=true],.c-date-time-picker [data-date-time-picker=time-selector12]>div li[aria-selected=true],.c-date-time-picker [data-date-time-picker=time-selector24]>div li[aria-selected=true] {
    color: #FFF
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li[aria-selected=true]:focus,.c-date-time-picker [data-date-time-picker=time-selector12]>div li[aria-selected=true]:focus,.c-date-time-picker [data-date-time-picker=time-selector24]>div li[aria-selected=true]:focus {
    background: #005da6
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li[aria-selected=true].x-hidden-focus,.c-date-time-picker [data-date-time-picker=date-selector]>div li[aria-selected=true]:hover,.c-date-time-picker [data-date-time-picker=time-selector12]>div li[aria-selected=true].x-hidden-focus,.c-date-time-picker [data-date-time-picker=time-selector12]>div li[aria-selected=true]:hover,.c-date-time-picker [data-date-time-picker=time-selector24]>div li[aria-selected=true].x-hidden-focus,.c-date-time-picker [data-date-time-picker=time-selector24]>div li[aria-selected=true]:hover {
    background: 0 0
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li.f-js-last,.c-date-time-picker [data-date-time-picker=time-selector12]>div li.f-js-last,.c-date-time-picker [data-date-time-picker=time-selector24]>div li.f-js-last {
    border-bottom: 1px solid rgba(0,0,0,.6)
}

.c-date-time-picker [data-date-time-picker=date-selector]>div li:hover,.c-date-time-picker [data-date-time-picker=time-selector12]>div li:hover,.c-date-time-picker [data-date-time-picker=time-selector24]>div li:hover {
    background: #ccc;
    cursor: pointer
}

.c-date-time-picker [data-date-time-picker=date-selector]>button,.c-date-time-picker [data-date-time-picker=time-selector12]>button,.c-date-time-picker [data-date-time-picker=time-selector24]>button {
    width: 50%;
    height: 44px;
    background: #f2f2f2;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=date-selector]>button:focus,.c-date-time-picker [data-date-time-picker=time-selector12]>button:focus,.c-date-time-picker [data-date-time-picker=time-selector24]>button:focus {
    border: 1px dotted rgba(0,0,0,.6)
}

.c-date-time-picker [data-date-time-picker=date-selector]>button.glyph-accept:before,.c-date-time-picker [data-date-time-picker=date-selector]>button.glyph-cancel:before,.c-date-time-picker [data-date-time-picker=time-selector12]>button.glyph-accept:before,.c-date-time-picker [data-date-time-picker=time-selector12]>button.glyph-cancel:before,.c-date-time-picker [data-date-time-picker=time-selector24]>button.glyph-accept:before,.c-date-time-picker [data-date-time-picker=time-selector24]>button.glyph-cancel:before {
    color: rgba(0,0,0,.6)
}

.c-date-time-picker [data-date-time-picker=date-selector]>button:hover,.c-date-time-picker [data-date-time-picker=time-selector12]>button:hover,.c-date-time-picker [data-date-time-picker=time-selector24]>button:hover {
    background: #ccc
}

.c-date-time-picker [data-date-time-picker=date-selector]>button[data-date-time-picker=apply],.c-date-time-picker [data-date-time-picker=time-selector12]>button[data-date-time-picker=apply],.c-date-time-picker [data-date-time-picker=time-selector24]>button[data-date-time-picker=apply] {
    left: 0
}

.c-date-time-picker [data-date-time-picker=date-selector]>button[data-date-time-picker=cancel],.c-date-time-picker [data-date-time-picker=time-selector12]>button[data-date-time-picker=cancel],.c-date-time-picker [data-date-time-picker=time-selector24]>button[data-date-time-picker=cancel] {
    right: 0
}

.c-date-time-picker [data-date-time-picker=month] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 135px;
    text-align: left;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=month] button {
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=month] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=month] button:last-of-type {
    top: 330px
}

.c-date-time-picker [data-date-time-picker=day] {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=day] button {
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=day] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=day] button:last-of-type {
    top: 330px
}

.c-date-time-picker [data-date-time-picker=year] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=year] button {
    position: absolute;
    left: 135px;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=year] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=year] button:last-of-type {
    top: 330px
}

.c-date-time-picker [data-date-time-picker=hour],.c-date-time-picker [data-date-time-picker=hour24] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=hour] button,.c-date-time-picker [data-date-time-picker=hour24] button {
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=hour] button:first-of-type,.c-date-time-picker [data-date-time-picker=hour24] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=hour] button:last-of-type,.c-date-time-picker [data-date-time-picker=hour24] button:last-of-type {
    top: 330px
}

.c-date-time-picker [data-date-time-picker=minute],.c-date-time-picker [data-date-time-picker=minute24] {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}

.c-date-time-picker [data-date-time-picker=minute] button,.c-date-time-picker [data-date-time-picker=minute24] button {
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: 0 0;
    border: 0;
    z-index: 100
}

.c-date-time-picker [data-date-time-picker=minute] button:first-of-type,.c-date-time-picker [data-date-time-picker=minute24] button:first-of-type {
    top: 0
}

.c-date-time-picker [data-date-time-picker=minute] button:last-of-type,.c-date-time-picker [data-date-time-picker=minute24] button:last-of-type {
    top: 330px
}

.c-dialog[aria-hidden=true] {
    display: none
}

.c-dialog [role=dialog] {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #FFF;
    border: 1px solid #0067B8;
    margin: 0 auto;
    max-height: 760px;
    max-width: 546px;
    min-width: 296px;
    width: 100%;
    padding: 24px;
    z-index: 1000
}

.c-dialog [role=dialog]:focus {
    outline: 0
}

.c-dialog [role=dialog] [role=document] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto
}

.c-dialog [role=dialog] h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding: 0
}

.c-dialog [role=dialog] h2.c-heading-1 {
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px;
    font-weight: 100;
    letter-spacing: -.01em
}

.c-dialog [role=dialog] h2.c-heading-1.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] h2.c-heading-2 {
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 100;
    letter-spacing: -.01em
}

.c-dialog [role=dialog] h2.c-heading-2.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] h2.c-heading-3 {
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 100
}

.c-dialog [role=dialog] h2.c-heading-3.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] h2.c-heading-4 {
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 200
}

.c-dialog [role=dialog] h2.c-heading-4.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] h2.c-heading-5 {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 400
}

.c-dialog [role=dialog] h2.c-heading-5.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] h2.c-heading-6 {
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 400
}

.c-dialog [role=dialog] h2.c-heading-6.f-lean {
    padding-top: 0
}

.c-dialog [role=dialog] .c-progress.f-indeterminate-regional {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    height: 10px
}

.c-dialog [role=dialog] .c-divider {
    margin: 16px 0
}

.c-dialog [role=dialog] .c-paragraph:first-of-type {
    padding-top: 8px
}

.c-dialog [role=dialog] .c-group {
    display: block;
    margin: 1px
}

.c-dialog [role=dialog] .c-group.f-wrap-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-dialog [role=dialog] .c-group .c-button {
    float: right;
    margin-top: 24px;
    width: 50%;
    max-width: none;
    margin-right: 0
}

.c-dialog [role=dialog] .c-group .c-button+.c-button {
    float: left;
    width: calc(50% - 4px)
}

.c-dialog [role=dialog] [class^=c-heading-]+.c-price.f-large {
    padding-top: 8px;
    padding-bottom: 24px
}

.c-dialog.f-flow [role=dialog] {
    max-width: 640px
}

.c-dialog.f-flow [role=dialog],.c-dialog.f-lightbox [role=dialog] {
    padding: 36px
}

.c-dialog.f-flow [role=dialog]>button.c-glyph,.c-dialog.f-lightbox [role=dialog]>button.c-glyph {
    padding: 0;
    background: 0 0;
    border: 0
}

.c-dialog.f-flow [role=dialog]>.c-glyph,.c-dialog.f-lightbox [role=dialog]>.c-glyph {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    color: rgba(0,0,0,.6);
    cursor: pointer
}

.c-dialog.f-flow [role=dialog]>.c-glyph:hover,.c-dialog.f-lightbox [role=dialog]>.c-glyph:hover {
    color: rgba(0,0,0,.8)
}

.c-dialog.f-flow [role=dialog]>.c-glyph:focus,.c-dialog.f-lightbox [role=dialog]>.c-glyph:focus {
    outline: rgba(0,0,0,.8) dashed 1px
}

.c-dialog.f-flow [role=dialog]>.c-glyph:active,.c-dialog.f-lightbox [role=dialog]>.c-glyph:active {
    color: #000
}

.c-dialog.f-flow [role=dialog]>.c-glyph:before,.c-dialog.f-lightbox [role=dialog]>.c-glyph:before {
    margin: 10px;
    vertical-align: middle
}

.c-dialog.f-flow [role=dialog] .f-dialog-scroll,.c-dialog.f-lightbox [role=dialog] .f-dialog-scroll {
    overflow-y: auto;
    max-height: 600px;
    min-width: 245px
}

.c-dialog.f-flow [role=dialog] .c-group .c-button,.c-dialog.f-lightbox [role=dialog] .c-group .c-button {
    margin-top: 36px
}

.c-dialog.f-lightbox [role=dialog] {
    background: #2F2F2F;
    border-color: transparent;
    max-width: 1066px;
    overflow: visible;
    padding: 0
}

.c-dialog.f-lightbox [role=dialog]>.c-glyph {
    top: -36px;
    color: rgba(255,255,255,.6)
}

.c-dialog.f-lightbox [role=dialog]>.c-glyph:hover {
    color: rgba(255,255,255,.8)
}

.c-dialog.f-lightbox [role=dialog]>.c-glyph:focus {
    outline-color: rgba(255,255,255,.6)
}

.c-dialog.f-lightbox [role=dialog] [role=document] img {
    width: 100%
}

.c-dialog.f-lightbox>[role=presentation] {
    background: rgba(0,0,0,.9)
}

.c-dialog.f-lightbox>[role=presentation]+button.c-glyph {
    padding: 0;
    background: 0 0;
    border: 0;
    width: 36px;
    height: 36px
}

.c-dialog.f-lightbox>[role=presentation]+button.c-glyph:before {
    vertical-align: top
}

.c-dialog.f-lightbox>[role=presentation]+.c-glyph {
    position: fixed;
    top: 24px;
    right: 24px;
    color: rgba(255,255,255,.6);
    font-size: 36px;
    z-index: 1001
}

.c-dialog.f-lightbox>[role=presentation]+.c-glyph:hover {
    color: rgba(255,255,255,.8)
}

.c-dialog.f-lightbox>[role=presentation]+.c-glyph:focus {
    outline: rgba(255,255,255,.6) dashed 1px
}

.c-dialog>[role=presentation] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.9);
    z-index: 1000
}

.c-dialog>[role=presentation]:focus {
    outline: 0
}

.theme-dark .theme-light .c-dialog [role=dialog],.theme-light .c-dialog [role=dialog] {
    background: #FFF;
    border-color: #000
}

.theme-dark .theme-light .c-dialog [role=dialog] .c-glyph,.theme-light .c-dialog [role=dialog] .c-glyph {
    color: #000
}

.theme-dark .theme-light .c-dialog [role=dialog] .c-glyph:hover,.theme-light .c-dialog [role=dialog] .c-glyph:hover {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-dialog [role=dialog] .c-glyph:focus,.theme-light .c-dialog [role=dialog] .c-glyph:focus {
    outline-color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-dialog>[role=presentation],.theme-light .c-dialog>[role=presentation] {
    background: rgba(255,255,255,.9)
}

.theme-dark .c-dialog [role=dialog],.theme-light .theme-dark .c-dialog [role=dialog] {
    background: #000;
    border-color: #FFF
}

.theme-dark .c-dialog [role=dialog] .c-glyph,.theme-light .theme-dark .c-dialog [role=dialog] .c-glyph {
    color: #FFF
}

.theme-dark .c-dialog [role=dialog] .c-glyph:hover,.theme-light .theme-dark .c-dialog [role=dialog] .c-glyph:hover {
    color: rgba(255,255,255,.8)
}

.theme-dark .c-dialog [role=dialog] .c-glyph:focus,.theme-light .theme-dark .c-dialog [role=dialog] .c-glyph:focus {
    outline-color: rgba(255,255,255,.6)
}

@media only screen and (max-width: 767px) {
    .c-dialog.f-flow [role=dialog],.c-dialog.f-lightbox [role=dialog] {
        padding:24px
    }

    .c-dialog.f-flow [role=dialog] {
        width: 80%
    }
}

@media only screen and (max-width: 539px) {
    .c-dialog [role=dialog] {
        top:0;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 12px;
        max-height: 342px;
        width: auto
    }

    .c-dialog [role=dialog] .c-group {
        display: block;
        padding: 0
    }

    .c-dialog [role=dialog] .c-group .c-button {
        float: none;
        margin-top: 24px;
        width: 100%;
        max-width: none;
        margin-right: 0
    }

    .c-dialog [role=dialog] .c-group .c-button+.c-button {
        float: none;
        width: 100%;
        margin-top: 12px
    }

    .c-dialog.f-lightbox [role=dialog] {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .c-dialog.f-flow [role=dialog] {
        height: auto;
        max-height: 100%;
        min-height: 250px;
        width: auto
    }

    .c-dialog.f-flow [role=dialog] .f-dialog-scroll {
        overflow-y: auto;
        -ms-flex-negative: 50;
        flex-shrink: 50;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-height: 800px
    }

    .c-dialog.f-flow [role=dialog] .c-group.f-wrap-items {
        min-height: 100%
    }

    .c-dialog.f-flow [role=dialog] .c-group .c-button+.c-button {
        margin-top: 12px;
        float: none;
        width: 100%
    }

    .c-drawer>header {
        padding-right: 36px
    }
}

.c-drawer .f-toggle,.c-drawer>button,.c-drawer>header {
    min-height: 44px;
    position: relative
}

hr.c-divider {
    border: 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.2)
}

hr.c-divider.f-pad-bottom-3x {
    margin-bottom: 12px
}

hr.c-divider.f-pad-bottom-6x {
    margin-bottom: 24px
}

hr.c-divider.f-pad-top-3x {
    margin-top: 12px
}

hr.c-divider.f-pad-top-6x {
    margin-top: 24px
}

hr.c-divider.f-pad-vertical-3x {
    margin: 12px 0
}

hr.c-divider.f-pad-vertical-6x {
    margin: 24px 0
}

hr.c-subdivider {
    border: 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

hr.c-subdivider.f-pad-bottom-3x {
    margin-bottom: 12px
}

hr.c-subdivider.f-pad-bottom-6x {
    margin-bottom: 24px
}

hr.c-subdivider.f-pad-top-3x {
    margin-top: 12px
}

hr.c-subdivider.f-pad-top-6x {
    margin-top: 24px
}

hr.c-subdivider.f-pad-vertical-3x {
    margin: 12px 0
}

hr.c-subdivider.f-pad-vertical-6x {
    margin: 24px 0
}

.c-drawer.f-divider .f-toggle,.c-drawer.f-divider>button,.c-drawer.f-divider>header .f-toggle,.c-drawer.f-divider>header>button {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.c-drawer>header {
    margin-bottom: 8px
}

.c-drawer>header .f-toggle,.c-drawer>header>button {
    height: 100%;
    position: absolute
}

.c-drawer>nav.c-link-navigation {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    overflow: hidden;
    text-align: left;
    width: auto
}

.c-drawer>nav.c-link-navigation li {
    display: inline-block;
    height: auto
}

.c-drawer>nav.c-link-navigation li a.c-hyperlink {
    padding: 0
}

.c-drawer>nav.c-link-navigation li:first-child a {
    margin-left: 0
}

.c-drawer>nav.c-link-navigation ul {
    white-space: nowrap
}

.c-drawer .f-toggle,.c-drawer>button,.c-drawer>header .f-toggle,.c-drawer>header>button {
    font-size: 13px;
    line-height: 16px;
    display: block;
    border: 0;
    background: 0 0;
    color: #000;
    font-weight: 400;
    padding: 14px 36px 14px 12px;
    left: 0;
    text-align: left;
    width: 100%
}

.c-drawer[data-js-collapse].f-show .f-toggle:after,.c-drawer[data-js-collapse].f-show>button:after,.c-drawer[data-js-collapse].f-show>header .f-toggle:after,.c-drawer[data-js-collapse].f-show>header>button:after,.c-explicit>span {
    display: none
}

.c-drawer .f-toggle:after,.c-drawer>button:after,.c-drawer>header .f-toggle:after,.c-drawer>header>button:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px
}

.c-drawer>div[id],.c-flipper:before {
    position: relative
}

.c-drawer .f-toggle[aria-expanded=true]:after,.c-drawer>button[aria-expanded=true]:after,.c-drawer>header .f-toggle[aria-expanded=true]:after,.c-drawer>header>button[aria-expanded=true]:after {
    content: ""
}

.c-drawer .f-toggle[aria-expanded=false]:after,.c-drawer>button[aria-expanded=false]:after,.c-drawer>header .f-toggle[aria-expanded=false]:after,.c-drawer>header>button[aria-expanded=false]:after {
    content: ""
}

.c-drawer .f-toggle:hover,.c-drawer>button:hover,.c-drawer>header .f-toggle:hover,.c-drawer>header>button:hover {
    background: rgba(0,0,0,.1)
}

.c-drawer .f-toggle:active,.c-drawer>button:active,.c-drawer>header .f-toggle:active,.c-drawer>header>button:active {
    background: rgba(0,0,0,.3)
}

.c-drawer .c-list {
    margin-left: 12px
}

.c-drawer[data-js-collapse].f-show .f-toggle:hover,.c-drawer[data-js-collapse].f-show>button:hover,.c-drawer[data-js-collapse].f-show>header .f-toggle:hover,.c-drawer[data-js-collapse].f-show>header>button:hover {
    background: 0 0
}

.c-drawer[data-js-collapse].f-divider .f-toggle,.c-drawer[data-js-collapse].f-divider>button,.c-drawer[data-js-collapse].f-divider>header .f-toggle,.c-drawer[data-js-collapse].f-divider>header>button {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.c-explicit {
    font-size: 11px;
    line-height: 1;
    margin: 0 5px;
    padding: 0 3px;
    border: 1px solid #000
}

.c-explicit>span+span {
    display: inline
}

@media only screen and (max-width: 539px) {
    .c-explicit>span {
        display:inline
    }

    .c-explicit>span+span {
        display: none
    }
}

.c-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-file .c-button {
    margin-top: 20px
}

.c-file input[type=file] {
    float: left;
    visibility: hidden;
    width: 0
}

.c-file input.c-text-field[type=text] {
    margin-right: 8px
}

.c-file input.c-text-field[type=text]::-ms-clear {
    display: none
}

.c-file input.c-text-field[type=text][readonly] {
    background: #FFF
}

.c-file input.c-text-field[type=text][readonly]:hover {
    border-color: rgba(0,0,0,.8);
    cursor: pointer
}

.c-file input.c-text-field[type=text][readonly]:active,.c-file input.c-text-field[type=text][readonly]:focus {
    border-color: #0067B8
}

.c-flipper {
    display: inline-block;
    width: 24px;
    height: 48px;
    border: 0;
    padding: 0;
    background: #ccc;
    color: #333;
    font-family: MWF-MDL2
}

@media screen and (-ms-high-contrast:active) {
    .c-flipper {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-flipper {
        background: #FFF
    }
}

.c-flipper:before {
    left: 0;
    top: 0
}

.c-flipper.f-large {
    width: 48px;
    height: 96px
}

.c-flipper.f-large:before {
    font-size: 24px;
    line-height: 28px
}

.c-flipper.f-left:before,.c-flipper.f-previous:before {
    content: ""
}

.c-flipper.f-next:before,.c-flipper.f-right:before {
    content: ""
}

.c-flipper:focus {
    background: rgba(0,0,0,.2)
}

.c-flipper:hover {
    opacity: 1
}

.c-flipper:active {
    background: #b3b3b3;
    color: #000
}

.theme-dark .theme-light .c-flipper,.theme-light .c-flipper {
    background: #e6e6e6;
    color: #333;
    opacity: .8
}

.theme-dark .theme-light .c-flipper:focus,.theme-light .c-flipper:focus {
    outline-color: #000
}

.theme-dark .theme-light .c-flipper:hover,.theme-light .c-flipper:hover {
    opacity: 1
}

.theme-dark .theme-light .c-flipper:active,.theme-light .c-flipper:active {
    background: #FFF;
    color: #000
}

.theme-dark .c-flipper,.theme-light .theme-dark .c-flipper {
    background: #1a1a1a;
    color: #d9d9d9;
    opacity: .8
}

.theme-dark .c-flipper:focus,.theme-light .theme-dark .c-flipper:focus {
    outline-color: #FFF
}

.theme-dark .c-flipper:hover,.theme-light .theme-dark .c-flipper:hover {
    opacity: 1
}

.theme-dark .c-flipper:active,.theme-light .theme-dark .c-flipper:active {
    background: #000;
    color: #FFF
}

.c-flyout {
    font-size: 15px;
    position: absolute;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    min-width: 128px;
    max-width: 296px;
    padding: 12px;
    z-index: 700
}

.c-flyout[aria-hidden=true] {
    display: none
}

.c-flyout[aria-hidden=false] {
    display: block
}

.c-flyout p {
    padding: 0
}

.c-flyout button {
    float: right
}

.c-flyout:focus {
    outline: 0
}

.c-flyout.f-beak:after,.c-flyout.f-beak:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.c-flyout.f-beak:before {
    border-width: 9px
}

.c-flyout.f-beak:after {
    border-width: 8px
}

.c-flyout.f-beak[data-js-flyout-placement=right]:after,.c-flyout.f-beak[data-js-flyout-placement=right]:before {
    right: 100%;
    top: 50%
}

.c-flyout.f-beak[data-js-flyout-placement=right]:before {
    border-right-color: rgba(0,0,0,.2);
    margin-top: -9px
}

.c-flyout.f-beak[data-js-flyout-placement=right]:after {
    border-right-color: #FFF;
    margin-top: -8px
}

.c-flyout.f-beak[data-js-flyout-placement=left]:after,.c-flyout.f-beak[data-js-flyout-placement=left]:before {
    left: 100%;
    top: 50%
}

.c-flyout.f-beak[data-js-flyout-placement=left]:before {
    border-left-color: rgba(0,0,0,.2);
    margin-top: -9px
}

.c-flyout.f-beak[data-js-flyout-placement=left]:after {
    border-left-color: #FFF;
    margin-top: -8px
}

.c-flyout.f-beak[data-js-flyout-placement=bottom]:after,.c-flyout.f-beak[data-js-flyout-placement=bottom]:before {
    bottom: 100%;
    left: 50%
}

.c-flyout.f-beak[data-js-flyout-placement=bottom]:before {
    border-bottom-color: rgba(0,0,0,.2);
    margin-left: -9px
}

.c-flyout.f-beak[data-js-flyout-placement=bottom]:after {
    border-bottom-color: #FFF;
    margin-left: -8px
}

.c-flyout.f-beak[data-js-flyout-placement=top]:after,.c-flyout.f-beak[data-js-flyout-placement=top]:before {
    top: 100%;
    left: 50%
}

.c-flyout.f-beak[data-js-flyout-placement=top]:before {
    border-top-color: rgba(0,0,0,.2);
    margin-left: -9px
}

.c-flyout.f-beak[data-js-flyout-placement=top]:after {
    border-top-color: #FFF;
    margin-left: -8px
}

.c-glyph:after,.c-glyph:before {
    font-family: MWF-MDL2;
    display: inline-block
}

.c-glyph:after,.c-glyph:before,.c-glyph:hover:after,.c-glyph:hover:before {
    text-decoration: none
}

html:hover .c-glyph {
    /*!/#IFDEF devicegroup_midlevel */
    -ms-zoom:1/*!/#ENDIF*/
}

.c-glyph.glyph-accept:before {
    content: ""
}

.c-glyph.glyph-add:before {
    content: ""
}

.c-glyph.glyph-settings:before {
    content: ""
}

.c-glyph.glyph-people:before {
    content: ""
}

.c-glyph.glyph-microphone:before {
    content: ""
}

.c-glyph.glyph-camera:before {
    content: ""
}

.c-glyph.glyph-forward:before {
    content: ""
}

.c-glyph.glyph-remove:before {
    content: ""
}

.c-glyph.glyph-down:before {
    content: ""
}

.c-glyph.glyph-back-to-window:before {
    content: ""
}

.c-glyph.glyph-cancel:before {
    content: ""
}

.c-glyph.glyph-cellphone:before {
    content: ""
}

.c-glyph.glyph-chat-bubbles:before {
    content: ""
}

.c-glyph.glyph-check-mark:before {
    content: ""
}

.c-glyph.glyph-chevron-down:before {
    content: ""
}

.c-glyph.glyph-chevron-left:before {
    content: ""
}

.c-glyph.glyph-chevron-right:before {
    content: ""
}

.c-glyph.glyph-chevron-up:before {
    content: ""
}

.c-glyph.glyph-completed:before {
    content: ""
}

.c-glyph.glyph-contact:before {
    content: ""
}

.c-glyph.glyph-copy:before {
    content: ""
}

.c-glyph.glyph-delete:before {
    content: ""
}

.c-glyph.glyph-download:before {
    content: ""
}

.c-glyph.glyph-edit:before {
    content: ""
}

.c-glyph.glyph-emoji-neutral:before {
    content: ""
}

.c-glyph.glyph-emoji-disappointed:before {
    content: ""
}

.c-glyph.glyph-feedback:before {
    content: ""
}

.c-glyph.glyph-filter:before {
    content: ""
}

.c-glyph.glyph-flag:before {
    content: ""
}

.c-glyph.glyph-full-screen:before {
    content: ""
}

.c-glyph.glyph-global-nav-button:before {
    content: ""
}

.c-glyph.glyph-heart-fill:before {
    content: ""
}

.c-glyph.glyph-arrow-htmllegacy:before {
    content: ""
}

.c-glyph.glyph-arrow-htmllegacy-mirrored:before {
    content: ""
}

.c-glyph.glyph-gift:before {
    content: ""
}

.c-glyph.glyph-incident-triangle:before {
    content: ""
}

.c-glyph.glyph-info:before {
    content: ""
}

.c-glyph.glyph-list:before {
    content: ""
}

.c-glyph.glyph-mail:before {
    content: ""
}

.c-glyph.glyph-more:before {
    content: ""
}

.c-glyph.glyph-mute:before {
    content: ""
}

.c-glyph.glyph-pause:before {
    content: ""
}

.c-glyph.glyph-pc1:before {
    content: ""
}

.c-glyph.glyph-phone:before {
    content: ""
}

.c-glyph.glyph-play:before {
    content: ""
}

.c-glyph.glyph-refresh:before {
    content: ""
}

.c-glyph.glyph-save:before {
    content: ""
}

.c-glyph.glyph-search:before {
    content: ""
}

.c-glyph.glyph-share:before {
    content: ""
}

.c-glyph.glyph-shopping-bag:before {
    content: ""
}

.c-glyph.glyph-shopping-cart:before {
    content: ""
}

.c-glyph.glyph-subtitles:before {
    content: ""
}

.c-glyph.glyph-surface-hub:before {
    content: ""
}

.c-glyph.glyph-this-pc:before {
    content: ""
}

.c-glyph.glyph-up:before {
    content: ""
}

.c-glyph.glyph-volume:before {
    content: ""
}

.c-glyph.glyph-waffle:before {
    content: ""
}

.c-glyph.glyph-warning:before {
    content: ""
}

.c-glyph.glyph-world:before {
    content: ""
}

.c-glyph.glyph-xbox-one-console:before {
    content: ""
}

.c-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1px
}

.c-group.f-wrap-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-group.f-wrap-items>.c-product-placement,.c-group.f-wrap-items>.m-product-placement-item {
    display: inline-block
}

@media only screen and (max-width: 539px) {
    .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium,.c-group.f-wrap-items .m-product-placement-item.f-orientation-vertical.f-size-medium {
        width:calc(50% - 24px)
    }

    .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium picture img,.c-group.f-wrap-items .m-product-placement-item.f-orientation-vertical.f-size-medium picture img {
        width: 100%
    }
}

.c-group>.c-call-to-action {
    margin-right: 4px
}

.c-group>.c-action-trigger {
    padding-right: 24px
}

.c-group>.c-action-trigger:last-child {
    padding-right: 0
}

.c-group>.c-select-button {
    margin-top: 8px;
    width: 250px
}

@media only screen and (min-width: 320px) {
    .c-group a.c-button[role=button],.c-group button.c-button {
        margin-right:4px
    }
}

@media only screen and (min-width: 540px) {
    .c-group a.c-button[role=button],.c-group button.c-button {
        margin-right:8px
    }
}

[class^=c-heading-]:after,[class^=c-heading-]:before {
    content: " ";
    display: table
}

[class^=c-heading-].f-lean {
    padding-top: 0;
    padding-bottom: 0
}

[class^=c-heading-] span+a.c-hyperlink {
    font-size: 15px;
    line-height: 20px;
    float: right;
    margin-left: 12px;
    font-weight: 400
}

.c-mosaic [data-f-mosaic*=f-vp],.c-price .c-label,.c-price meta+span,.c-price s,.c-price span {
    float: left
}

[class^=c-heading-]+.c-label {
    margin-top: 8px
}

form [class^=c-heading-] {
    padding-top: 24px
}

.c-heading-1 span+a.c-hyperlink {
    margin-top: 45px
}

.c-heading-2 span+a.c-hyperlink {
    margin-top: 31px
}

.c-heading-3 span+a.c-hyperlink {
    margin-top: 18px
}

.c-heading-4 span+a.c-hyperlink {
    margin-top: 8px
}

.c-heading-5 span+a.c-hyperlink {
    margin-top: 4px
}

.c-heading-6 span+a.c-hyperlink {
    margin-top: 3px
}

.f-initial-baseline-large.c-heading-2 {
    padding-top: 52px
}

.f-initial-baseline-large.c-heading-3 {
    padding-top: 65px
}

.f-initial-baseline-large.c-heading-4 {
    padding-top: 75px
}

.f-initial-baseline-large.c-heading-5 {
    padding-top: 79px
}

.f-initial-baseline-large.c-heading-6 {
    padding-top: 80px
}

@media (max-width: 1083px) {
    .f-initial-baseline-large.c-heading-2 {
        padding-top:51px
    }

    .f-initial-baseline-large.c-heading-3 {
        padding-top: 65px
    }

    .f-initial-baseline-large.c-heading-4 {
        padding-top: 75px
    }

    .f-initial-baseline-large.c-heading-5 {
        padding-top: 79px
    }

    .f-initial-baseline-large.c-heading-6 {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .c-heading-1 span+a.c-hyperlink {
        margin-top:31px
    }

    .c-heading-2 span+a.c-hyperlink {
        margin-top: 18px
    }

    .c-heading-3 span+a.c-hyperlink {
        margin-top: 10px
    }

    .c-heading-4 span+a.c-hyperlink {
        margin-top: 4px
    }

    .c-heading-5 span+a.c-hyperlink {
        margin-top: 3px
    }

    .c-heading-6 span+a.c-hyperlink {
        margin-top: 0
    }

    .f-initial-baseline-large.c-heading-2 {
        padding-top: 50px
    }

    .f-initial-baseline-large.c-heading-3 {
        padding-top: 58px
    }

    .f-initial-baseline-large.c-heading-4 {
        padding-top: 64px
    }

    .f-initial-baseline-large.c-heading-5 {
        padding-top: 65px
    }

    .f-initial-baseline-large.c-heading-6 {
        padding-top: 68px
    }
}

@media (max-width: 539px) {
    .f-initial-baseline-large.c-heading-1,.f-initial-baseline-large.c-heading-2,.f-initial-baseline-large.c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-large.c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-large.c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-large.c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1778px) {
    .f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-1,.f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-2,.f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-large [data-grid~=stack-5]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1399px) {
    .f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-1,.f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-2,.f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-large [data-grid~=stack-4]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1083px) {
    .f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-1,.f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-2,.f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-large [data-grid~=stack-3]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 767px) {
    .f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-1,.f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-2,.f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-large [data-grid~=stack-2]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

.f-initial-baseline-small.c-heading-1 {
    padding-top: 4px
}

.f-initial-baseline-small.c-heading-2 {
    padding-top: 18px
}

.f-initial-baseline-small.c-heading-3 {
    padding-top: 31px
}

.f-initial-baseline-small.c-heading-4 {
    padding-top: 41px
}

.f-initial-baseline-small.c-heading-5 {
    padding-top: 45px
}

.f-initial-baseline-small.c-heading-6 {
    padding-top: 46px
}

@media (max-width: 767px) {
    .f-initial-baseline-small.c-heading-1 {
        padding-top:4px
    }

    .f-initial-baseline-small.c-heading-2 {
        padding-top: 17px
    }

    .f-initial-baseline-small.c-heading-3 {
        padding-top: 25px
    }

    .f-initial-baseline-small.c-heading-4 {
        padding-top: 31px
    }

    .f-initial-baseline-small.c-heading-5 {
        padding-top: 32px
    }

    .f-initial-baseline-small.c-heading-6 {
        padding-top: 35px
    }
}

@media (max-width: 539px) {
    .f-initial-baseline-small.c-heading-1,.f-initial-baseline-small.c-heading-2,.f-initial-baseline-small.c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-small.c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-small.c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-small.c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1778px) {
    .f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-1,.f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-2,.f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-small [data-grid~=stack-5]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1399px) {
    .f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-1,.f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-2,.f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-small [data-grid~=stack-4]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 1083px) {
    .f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-1,.f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-2,.f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-small [data-grid~=stack-3]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

@media screen and (max-width: 767px) {
    .f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-1,.f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-2,.f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-3 {
        padding-top:38px
    }

    .f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-4 {
        padding-top: 36px
    }

    .f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-5 {
        padding-top: 37px
    }

    .f-initial-baseline-small [data-grid~=stack-2]>[data-grid].c-heading-6 {
        padding-top: 39px
    }
}

a.c-hyperlink {
    color: #0067B8
}

a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),a.c-hyperlink:not(.f-image):hover {
    color: #005da6;
    text-decoration: underline
}

a.c-hyperlink:not(.f-image):active {
    background: 0 0;
    color: #005293;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

a.c-hyperlink:not(.f-image).x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-dark .theme-light a.c-hyperlink:not(.f-image):hover,.theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-light a.c-hyperlink:not(.f-image):hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light a.c-hyperlink:not(.f-image):active,.theme-light a.c-hyperlink:not(.f-image):active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light a.c-hyperlink:not(.f-image).x-hidden-focus:not(:hover),.theme-light a.c-hyperlink:not(.f-image).x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-dark a.c-hyperlink:not(.f-image):hover,.theme-light .theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus),.theme-light .theme-dark a.c-hyperlink:not(.f-image):hover {
    color: #e6e6e6
}

.theme-dark a.c-hyperlink:not(.f-image):active,.theme-light .theme-dark a.c-hyperlink:not(.f-image):active {
    color: #ccc
}

.theme-dark a.c-hyperlink:not(.f-image).x-hidden-focus:not(:hover),.theme-light .theme-dark a.c-hyperlink:not(.f-image).x-hidden-focus:not(:hover) {
    background: 0 0!important;
    text-decoration: none!important;
    outline-color: transparent!important
}

.theme-dark .theme-light a.c-hyperlink,.theme-light a.c-hyperlink {
    text-decoration: underline;
    color: #000
}

.theme-dark a.c-hyperlink,.theme-light .theme-dark a.c-hyperlink {
    text-decoration: underline;
    color: #FFF
}

.theme-dark a.c-hyperlink.f-disabled,.theme-dark a.c-hyperlink[aria-disabled=true],.theme-light .theme-dark a.c-hyperlink.f-disabled,.theme-light .theme-dark a.c-hyperlink[aria-disabled=true] {
    color: rgba(255,255,255,.6)
}

nav.c-in-page-navigation .c-select-menu>a,nav.c-in-page-navigation a.f-active,nav.c-in-page-navigation a:active,nav.c-in-page-navigation a:focus,nav.c-in-page-navigation a:hover {
    color: #000
}

.theme-dark a.c-hyperlink.f-disabled:hover,.theme-dark a.c-hyperlink[aria-disabled=true]:hover,.theme-light .theme-dark a.c-hyperlink.f-disabled:hover,.theme-light .theme-dark a.c-hyperlink[aria-disabled=true]:hover {
    text-decoration: underline;
    cursor: default
}

[class^=c-paragraph] a.c-hyperlink,[class^=c-caption] a.c-hyperlink {
    text-decoration: underline
}

img.c-image,picture.c-image img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto
}

img.c-image.f-round {
    border-radius: 50%
}

picture.c-image {
    display: block
}

img.c-image.f-pad-bottom-3x,picture.c-image.f-pad-bottom-3x {
    padding-bottom: 12px
}

img.c-image.f-pad-bottom-6x,picture.c-image.f-pad-bottom-6x {
    padding-bottom: 24px
}

img.c-image.f-pad-top-3x,picture.c-image.f-pad-top-3x {
    padding-top: 12px
}

img.c-image.f-pad-top-6x,picture.c-image.f-pad-top-6x {
    padding-top: 24px
}

img.c-image.f-pad-vertical-3x,picture.c-image.f-pad-vertical-3x {
    padding: 12px 0
}

img.c-image.f-pad-vertical-6x,picture.c-image.f-pad-vertical-6x {
    padding: 24px 0
}

img.c-image.f-pad-left-3x,picture.c-image.f-pad-left-3x {
    padding-left: 12px
}

img.c-image.f-pad-left-6x,picture.c-image.f-pad-left-6x {
    padding-left: 24px
}

img.c-image.f-pad-right-3x,picture.c-image.f-pad-right-3x {
    padding-right: 12px
}

img.c-image.f-pad-right-6x,picture.c-image.f-pad-right-6x {
    padding-right: 24px
}

img.c-image.f-pad-horizontal-3x,picture.c-image.f-pad-horizontal-3x {
    padding-left: 12px;
    padding-right: 12px
}

img.c-image.f-pad-horizontal-6x,picture.c-image.f-pad-horizontal-6x {
    padding-left: 24px;
    padding-right: 24px
}

nav.c-in-page-navigation {
    border-bottom: 1px solid rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (-ms-high-contrast) {
    nav.c-in-page-navigation {
        padding-bottom: 1px
    }
}

nav.c-in-page-navigation h4 {
    padding: 38px 0 12px;
    margin: 0 24px
}

nav.c-in-page-navigation.f-vertical {
    border-bottom: 0
}

nav.c-in-page-navigation.f-vertical>ul {
    white-space: normal
}

nav.c-in-page-navigation.f-vertical>ul li {
    display: block
}

nav.c-in-page-navigation.f-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 300
}

nav.c-in-page-navigation.f-sticky.f-vertical {
    width: auto
}

nav.c-in-page-navigation.f-sticky.f-vertical.f-dropdown {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

nav.c-in-page-navigation.f-hide {
    height: 0;
    visibility: hidden
}

nav.c-in-page-navigation a:focus {
    outline: #000 dashed 1px
}

nav.c-in-page-navigation .c-select-menu {
    padding: 2px 0;
    margin: 0 24px
}

nav.c-in-page-navigation>ul {
    white-space: nowrap
}

nav.c-in-page-navigation>ul li {
    display: inline-block
}

nav.c-in-page-navigation>ul li>a {
    font-size: 15px;
    color: rgba(0,0,0,.6);
    padding: 12px 0;
    margin: 0 24px;
    display: inline-block
}

nav.c-in-page-navigation>ul li>a:hover {
    color: rgba(0,0,0,.8)
}

nav.c-in-page-navigation>ul li>a:focus {
    color: rgba(0,0,0,.8);
    outline: rgba(0,0,0,.8) dashed 1px
}

nav.c-in-page-navigation>ul li>a.f-active,nav.c-in-page-navigation>ul li>a:active {
    color: #000
}

nav.c-in-page-navigation.f-dropdown {
    padding-left: 20px
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu {
    position: relative;
    width: 100%
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded] {
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgba(0,0,0,.6)
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:hover {
    border-color: rgba(0,0,0,.8)
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:active,nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:focus {
    border-color: #0067B8
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu .c-menu {
    position: absolute;
    top: 100%
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu [aria-expanded=false]+.c-menu[aria-hidden=true] {
    display: none
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a {
    display: inline-block;
    color: rgba(0,0,0,.6);
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    padding: 12px 24px 12px 0;
    margin: 0 24px
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    font-size: 9px;
    color: #000;
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus {
    outline: #000 dashed 1px
}

nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:hover {
    outline: 0
}

.js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>[aria-expanded=true]+.c-menu[aria-hidden=false],.js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>span[aria-expanded=true]+.c-menu[aria-hidden=false],.no-js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu:hover .c-menu {
    display: block
}

.c-label {
    font-size: 13px;
    display: inline-block;
    margin-top: 21px;
    padding-bottom: 7px;
    line-height: 20px
}

.c-label+input.c-password[type=password],.c-label+input.c-text-field[type=email],.c-label+input.c-text-field[type=tel],.c-label+input.c-text-field[type=url],.c-label+input.c-text-field[type=text],.c-label+input.c-text-field[type=number] {
    margin: 0
}

.c-label+.c-combo,.c-label+.c-file button,.c-label+.c-file input[type=text],.c-label+.c-select,.c-label+.c-select-menu {
    margin-top: 0
}

legend.c-label {
    display: block;
    margin-top: 0;
    padding-top: 21px
}

nav.c-link-navigation {
    margin-top: 48px;
    text-align: center
}

nav.c-link-navigation .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0 24px;
    font-weight: 400
}

nav.c-link-navigation a.c-hyperlink {
    display: block
}

nav.c-link-navigation a.c-hyperlink:after,nav.c-link-navigation a.c-hyperlink:before {
    content: " ";
    display: table
}

nav.c-link-navigation p {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 60px;
    word-wrap: break-word;
    -o-text-overflow: clip;
    text-overflow: clip
}

nav.c-link-navigation li {
    display: inline-block
}

nav.c-link-navigation li a.c-hyperlink {
    margin: 0 18px;
    vertical-align: top
}

nav.c-link-navigation li a.c-hyperlink picture {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    max-height: 120px
}

@media only screen and (min-width: 768px) {
    nav.c-link-navigation li a.c-hyperlink picture {
        margin-bottom:12px
    }
}

nav.c-link-navigation li a.c-hyperlink p {
    padding: 0 10px;
    max-width: 200px;
    text-align: center;
    margin: 0 auto
}

nav.c-link-navigation li a.c-hyperlink.f-image {
    display: inline-block;
    margin: 0 22px 24px
}

nav.c-link-navigation li a.c-hyperlink.f-image:focus {
    outline: transparent
}

nav.c-link-navigation li a.c-hyperlink.f-image:focus img {
    outline: #0067B8 solid 1px
}

nav.c-link-navigation li a.c-hyperlink.f-image:focus p {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

nav.c-link-navigation li a.c-hyperlink.f-image:focus p,nav.c-link-navigation li a.c-hyperlink.f-image:hover p {
    color: #005da6;
    text-decoration: underline
}

nav.c-link-navigation li a.c-hyperlink.f-image:active {
    outline: transparent
}

nav.c-link-navigation li a.c-hyperlink.f-image:active p {
    background: 0 0;
    color: #005293
}

nav.c-link-navigation li a.c-hyperlink.f-image.x-hidden-focus.f-image img {
    outline: transparent!important
}

nav.c-link-navigation li a.c-hyperlink.f-image.x-hidden-focus.f-image p {
    background: 0 0!important;
    text-decoration: none!important
}

nav.c-link-navigation.f-align-left {
    text-align: left
}

nav.c-link-navigation.f-align-left li a.c-hyperlink {
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    nav.c-link-navigation li {
        clear:both;
        display: block
    }

    nav.c-link-navigation li a.c-hyperlink {
        display: block;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 12px auto
    }

    nav.c-link-navigation li a.c-hyperlink picture {
        display: inline-block;
        max-width: none;
        max-height: none
    }

    nav.c-link-navigation li a.c-hyperlink picture img {
        width: 64px;
        height: 64px;
        margin: 4px
    }

    nav.c-link-navigation li a.c-hyperlink p {
        text-align: left;
        display: inline-block;
        padding: 0 12px 0 8px
    }

    nav.c-link-navigation li a.c-hyperlink.f-image {
        width: 100%;
        max-height: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    nav.c-link-navigation li a.c-hyperlink.f-image p {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 40px;
        max-width: calc(100% - 100px);
        vertical-align: middle
    }
}

.c-list {
    font-size: 15px;
    line-height: 20px;
    padding-left: 19px;
    padding-right: 0;
    margin: 8px 0;
    list-style-position: outside
}

.c-list li {
    padding: 8px 0
}

.c-list.f-lean li {
    padding: 0
}

.c-list.f-bare {
    padding-left: 0;
    list-style-type: none
}

ul.c-list {
    list-style-type: disc
}

ol.c-list {
    list-style-type: decimal
}

.c-logo img+span {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important
}

.c-menu,.c-menu-item.f-sub-menu>a,.c-menu-item.f-sub-menu>button {
    position: relative
}

.c-menu {
    z-index: 500;
    width: 296px;
    min-width: 64px;
    max-width: 368px;
    padding: 0;
    margin: 0;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0;
    background-clip: padding-box
}

.c-menu.f-scroll {
    max-height: 220px;
    overflow-y: auto
}

.c-menu .c-menu-item [aria-checked=true] {
    background: #0067B8;
    color: #FFF
}

@media screen and (-ms-high-contrast) {
    .c-menu .c-menu-item [aria-checked=true] {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-menu .c-menu-item [aria-checked=true] {
        background: #000
    }
}

.c-menu .c-menu-item [aria-checked=true]:hover {
    background: rgba(0,103,184,.8);
    color: #FFF
}

.c-menu .c-menu-item [aria-checked=true]:focus {
    outline: #0067B8 dashed 1px;
    color: #FFF
}

.c-menu .c-menu-item [aria-checked=true]:active {
    background: rgba(0,103,184,.4);
    color: #FFF
}

.theme-dark .theme-light .c-menu,.theme-light .c-menu {
    background: #FFF;
    color: #000
}

.theme-dark .c-menu,.theme-light .theme-dark .c-menu {
    background: #000;
    color: #FFF
}

.c-menu-item {
    background: inherit
}

.c-menu-item a,.c-menu-item button,.c-menu-item span {
    display: block;
    background: rgba(0,0,0,.05);
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer;
    white-space: normal
}

.c-menu-item a:focus,.c-menu-item button:focus,.c-menu-item span:focus,.theme-dark .theme-light .c-menu-item a:focus,.theme-dark .theme-light .c-menu-item button:focus,.theme-dark .theme-light .c-menu-item span:focus,.theme-light .c-menu-item a:focus,.theme-light .c-menu-item button:focus,.theme-light .c-menu-item span:focus {
    outline: #000 dashed 1px
}

.c-menu-item a:focus,.c-menu-item a:hover,.c-menu-item button:focus,.c-menu-item button:hover,.c-menu-item span:focus,.c-menu-item span:hover {
    background: rgba(0,0,0,.1)
}

.c-menu-item a:active,.c-menu-item button:active,.c-menu-item span:active {
    background: rgba(0,0,0,.3)
}

.c-menu-item a.f-context-action-trigger,.c-menu-item button.f-context-action-trigger,.c-menu-item span.f-context-action-trigger {
    color: #0067B8
}

.c-menu-item a.f-icon img,.c-menu-item button.f-icon img,.c-menu-item span.f-icon img {
    width: 40px;
    height: 22px;
    display: inline-block;
    padding-right: 16px
}

.c-menu-item a.f-icon p,.c-menu-item button.f-icon p,.c-menu-item span.f-icon p {
    display: inline-block;
    width: calc(100% - 40px);
    color: inherit;
    vertical-align: middle
}

.c-menu-item a[aria-checked=true],.c-menu-item a[aria-selected=true],.c-menu-item button[aria-checked=true],.c-menu-item button[aria-selected=true],.c-menu-item span[aria-checked=true],.c-menu-item span[aria-selected=true] {
    background: #0067B8;
    color: #FFF
}

@media screen and (-ms-high-contrast) {
    .c-menu-item a[aria-checked=true],.c-menu-item a[aria-selected=true],.c-menu-item button[aria-checked=true],.c-menu-item button[aria-selected=true],.c-menu-item span[aria-checked=true],.c-menu-item span[aria-selected=true] {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-menu-item a[aria-checked=true],.c-menu-item a[aria-selected=true],.c-menu-item button[aria-checked=true],.c-menu-item button[aria-selected=true],.c-menu-item span[aria-checked=true],.c-menu-item span[aria-selected=true] {
        background: #000
    }
}

.theme-dark .theme-light .c-menu-item a,.theme-dark .theme-light .c-menu-item button,.theme-dark .theme-light .c-menu-item span,.theme-light .c-menu-item a,.theme-light .c-menu-item button,.theme-light .c-menu-item span {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-menu-item a:focus,.theme-dark .theme-light .c-menu-item a:hover,.theme-dark .theme-light .c-menu-item button:focus,.theme-dark .theme-light .c-menu-item button:hover,.theme-dark .theme-light .c-menu-item span:focus,.theme-dark .theme-light .c-menu-item span:hover,.theme-light .c-menu-item a:focus,.theme-light .c-menu-item a:hover,.theme-light .c-menu-item button:focus,.theme-light .c-menu-item button:hover,.theme-light .c-menu-item span:focus,.theme-light .c-menu-item span:hover {
    background: rgba(0,0,0,.1);
    color: #000
}

.theme-dark .theme-light .c-menu-item a:active,.theme-dark .theme-light .c-menu-item button:active,.theme-dark .theme-light .c-menu-item span:active,.theme-light .c-menu-item a:active,.theme-light .c-menu-item button:active,.theme-light .c-menu-item span:active {
    background: rgba(0,0,0,.3);
    color: #000
}

.theme-dark .theme-light .c-menu-item a[aria-checked=true],.theme-dark .theme-light .c-menu-item a[aria-selected=true],.theme-dark .theme-light .c-menu-item button[aria-checked=true],.theme-dark .theme-light .c-menu-item button[aria-selected=true],.theme-dark .theme-light .c-menu-item span[aria-checked=true],.theme-dark .theme-light .c-menu-item span[aria-selected=true],.theme-light .c-menu-item a[aria-checked=true],.theme-light .c-menu-item a[aria-selected=true],.theme-light .c-menu-item button[aria-checked=true],.theme-light .c-menu-item button[aria-selected=true],.theme-light .c-menu-item span[aria-checked=true],.theme-light .c-menu-item span[aria-selected=true] {
    background: #0067B8;
    color: #FFF
}

.theme-dark .theme-light .c-menu-item a[aria-checked=true]:focus,.theme-dark .theme-light .c-menu-item a[aria-checked=true]:hover,.theme-dark .theme-light .c-menu-item a[aria-selected=true]:focus,.theme-dark .theme-light .c-menu-item a[aria-selected=true]:hover,.theme-dark .theme-light .c-menu-item button[aria-checked=true]:focus,.theme-dark .theme-light .c-menu-item button[aria-checked=true]:hover,.theme-dark .theme-light .c-menu-item button[aria-selected=true]:focus,.theme-dark .theme-light .c-menu-item button[aria-selected=true]:hover,.theme-dark .theme-light .c-menu-item span[aria-checked=true]:focus,.theme-dark .theme-light .c-menu-item span[aria-checked=true]:hover,.theme-dark .theme-light .c-menu-item span[aria-selected=true]:focus,.theme-dark .theme-light .c-menu-item span[aria-selected=true]:hover,.theme-light .c-menu-item a[aria-checked=true]:focus,.theme-light .c-menu-item a[aria-checked=true]:hover,.theme-light .c-menu-item a[aria-selected=true]:focus,.theme-light .c-menu-item a[aria-selected=true]:hover,.theme-light .c-menu-item button[aria-checked=true]:focus,.theme-light .c-menu-item button[aria-checked=true]:hover,.theme-light .c-menu-item button[aria-selected=true]:focus,.theme-light .c-menu-item button[aria-selected=true]:hover,.theme-light .c-menu-item span[aria-checked=true]:focus,.theme-light .c-menu-item span[aria-checked=true]:hover,.theme-light .c-menu-item span[aria-selected=true]:focus,.theme-light .c-menu-item span[aria-selected=true]:hover {
    background: #0067B8;
    color: #FFF;
    outline-color: #000
}

.theme-dark .c-menu-item a,.theme-dark .c-menu-item button,.theme-dark .c-menu-item span,.theme-light .theme-dark .c-menu-item a,.theme-light .theme-dark .c-menu-item button,.theme-light .theme-dark .c-menu-item span {
    background: #262626;
    color: rgba(255,255,255,.8)
}

.theme-dark .c-menu-item a:focus,.theme-dark .c-menu-item a:hover,.theme-dark .c-menu-item button:focus,.theme-dark .c-menu-item button:hover,.theme-dark .c-menu-item span:focus,.theme-dark .c-menu-item span:hover,.theme-light .theme-dark .c-menu-item a:focus,.theme-light .theme-dark .c-menu-item a:hover,.theme-light .theme-dark .c-menu-item button:focus,.theme-light .theme-dark .c-menu-item button:hover,.theme-light .theme-dark .c-menu-item span:focus,.theme-light .theme-dark .c-menu-item span:hover {
    background: #666;
    color: #FFF
}

.theme-dark .c-menu-item a:focus,.theme-dark .c-menu-item button:focus,.theme-dark .c-menu-item span:focus,.theme-light .theme-dark .c-menu-item a:focus,.theme-light .theme-dark .c-menu-item button:focus,.theme-light .theme-dark .c-menu-item span:focus {
    outline: #FFF dashed 1px
}

.theme-dark .c-menu-item a:active,.theme-dark .c-menu-item button:active,.theme-dark .c-menu-item span:active,.theme-light .theme-dark .c-menu-item a:active,.theme-light .theme-dark .c-menu-item button:active,.theme-light .theme-dark .c-menu-item span:active {
    background: #999;
    color: #FFF
}

.theme-dark .c-menu-item a[aria-checked=true],.theme-dark .c-menu-item a[aria-selected=true],.theme-dark .c-menu-item button[aria-checked=true],.theme-dark .c-menu-item button[aria-selected=true],.theme-dark .c-menu-item span[aria-checked=true],.theme-dark .c-menu-item span[aria-selected=true],.theme-light .theme-dark .c-menu-item a[aria-checked=true],.theme-light .theme-dark .c-menu-item a[aria-selected=true],.theme-light .theme-dark .c-menu-item button[aria-checked=true],.theme-light .theme-dark .c-menu-item button[aria-selected=true],.theme-light .theme-dark .c-menu-item span[aria-checked=true],.theme-light .theme-dark .c-menu-item span[aria-selected=true] {
    background: #0067B8;
    color: #FFF
}

.theme-dark .c-menu-item a[aria-checked=true]:focus,.theme-dark .c-menu-item a[aria-checked=true]:hover,.theme-dark .c-menu-item a[aria-selected=true]:focus,.theme-dark .c-menu-item a[aria-selected=true]:hover,.theme-dark .c-menu-item button[aria-checked=true]:focus,.theme-dark .c-menu-item button[aria-checked=true]:hover,.theme-dark .c-menu-item button[aria-selected=true]:focus,.theme-dark .c-menu-item button[aria-selected=true]:hover,.theme-dark .c-menu-item span[aria-checked=true]:focus,.theme-dark .c-menu-item span[aria-checked=true]:hover,.theme-dark .c-menu-item span[aria-selected=true]:focus,.theme-dark .c-menu-item span[aria-selected=true]:hover,.theme-light .theme-dark .c-menu-item a[aria-checked=true]:focus,.theme-light .theme-dark .c-menu-item a[aria-checked=true]:hover,.theme-light .theme-dark .c-menu-item a[aria-selected=true]:focus,.theme-light .theme-dark .c-menu-item a[aria-selected=true]:hover,.theme-light .theme-dark .c-menu-item button[aria-checked=true]:focus,.theme-light .theme-dark .c-menu-item button[aria-checked=true]:hover,.theme-light .theme-dark .c-menu-item button[aria-selected=true]:focus,.theme-light .theme-dark .c-menu-item button[aria-selected=true]:hover,.theme-light .theme-dark .c-menu-item span[aria-checked=true]:focus,.theme-light .theme-dark .c-menu-item span[aria-checked=true]:hover,.theme-light .theme-dark .c-menu-item span[aria-selected=true]:focus,.theme-light .theme-dark .c-menu-item span[aria-selected=true]:hover {
    background: #0067B8;
    color: #FFF;
    outline-color: #FFF
}

.c-menu-item .c-radio {
    background: rgba(0,0,0,.1)
}

.c-menu-item .c-radio span {
    background: 0 0
}

.c-menu-item .c-radio input[type=radio]:checked+span:after {
    top: 16px;
    left: 16px
}

.c-menu-item .c-radio input[type=radio]+span {
    display: block;
    padding-left: 40px;
    margin-left: 0
}

.c-menu-item .c-radio input[type=radio]+span:before {
    top: 11px;
    left: 11px
}

.c-menu-item .c-radio .c-label {
    display: block;
    margin: 0
}

.c-menu-item[aria-disabled=true] a,.c-menu-item[aria-disabled=true] a:active,.c-menu-item[aria-disabled=true] a:focus,.c-menu-item[aria-disabled=true] a:hover,.c-menu-item[aria-disabled=true] button,.c-menu-item[aria-disabled=true] button:active,.c-menu-item[aria-disabled=true] button:focus,.c-menu-item[aria-disabled=true] button:hover,.c-menu-item[aria-disabled=true] span,.c-menu-item[aria-disabled=true] span:active,.c-menu-item[aria-disabled=true] span:focus,.c-menu-item[aria-disabled=true] span:hover {
    background-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.c-menu-item.f-sub-menu>a:after,.c-menu-item.f-sub-menu>button:after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    font-size: 6px;
    right: 12px;
    top: 19px
}

.c-menu-item.f-sub-menu>a+.c-menu,.c-menu-item.f-sub-menu>button+.c-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

.c-menu-item.f-sub-menu>a+.c-menu.f-flip,.c-menu-item.f-sub-menu>button+.c-menu.f-flip {
    left: -100%
}

.js .c-menu-item.f-sub-menu>a[aria-expanded=true]+.c-menu[aria-hidden=false],.js .c-menu-item.f-sub-menu>button[aria-expanded=true]+.c-menu[aria-hidden=false],.no-js .c-menu-item.f-sub-menu>a:focus+.c-menu,.no-js .c-menu-item.f-sub-menu>a:hover+.c-menu,.no-js .c-menu-item.f-sub-menu>button:focus+.c-menu,.no-js .c-menu-item.f-sub-menu>button:hover+.c-menu {
    display: block;
    -webkit-animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55);
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}

.c-menu-item a.f-product {
    padding: 8px 12px;
    overflow: hidden
}

.c-menu-item a.f-product .c-image {
    background: #737373;
    width: 40px;
    vertical-align: top;
    float: left
}

.c-menu-item a.f-product div {
    overflow: hidden;
    height: 100%
}

.c-menu-item a.f-product span {
    background: 0 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-menu-item a.f-product span:hover {
    background: 0 0
}

.c-meta-text {
    color: #666
}

.theme-dark .theme-light .c-meta-text,.theme-light .c-meta-text {
    color: rgba(0,0,0,.6)
}

.theme-dark .c-meta-text,.theme-light .theme-dark .c-meta-text {
    color: rgba(255,255,255,.6)
}

.c-mosaic {
    max-width: 2048px;
    margin: 0 auto
}

.c-mosaic [data-f-mosaic]>picture {
    z-index: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.c-mosaic [data-f-mosaic]>picture img {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-mosaic [data-f-mosaic*=f-vp]:after,.c-mosaic [data-f-mosaic*=f-vp]:before,.c-mosaic:after,.c-mosaic:before {
    content: " ";
    display: table
}

.c-mosaic [data-f-mosaic~=f-vp1-whole] {
    width: 100%
}

.c-mosaic [data-f-mosaic~=f-vp1-half] {
    width: 50%
}

.c-mosaic [data-f-mosaic~=f-height-small] {
    height: 150px
}

.c-mosaic [data-f-mosaic~=f-height-medium],.c-mosaic [data-f-mosaic~=f-height-large] {
    height: 300px
}

@media only screen and (min-width: 540px) {
    .c-mosaic [data-f-mosaic~=f-vp2-whole] {
        width:100%
    }

    .c-mosaic [data-f-mosaic~=f-vp2-half] {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .c-mosaic [data-f-mosaic~=f-vp3-whole] {
        width:100%
    }

    .c-mosaic [data-f-mosaic~=f-vp3-half] {
        width: 50%
    }

    .c-mosaic [data-f-mosaic~=f-height-small] {
        height: 200px
    }

    .c-mosaic [data-f-mosaic~=f-height-medium],.c-mosaic [data-f-mosaic~=f-height-large] {
        height: 400px
    }
}

@media only screen and (min-width: 1084px) {
    .c-mosaic [data-f-mosaic~=f-vp4-whole] {
        width:100%
    }

    .c-mosaic [data-f-mosaic~=f-vp4-half] {
        width: 50%
    }

    .c-mosaic [data-f-mosaic~=f-height-large] {
        height: 800px
    }
}

.c-mosaic-placement {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 19px;
    width: 100%;
    height: 100%
}

.c-mosaic-placement.f-background-neutral-00 {
    background: #FFF
}

.c-mosaic-placement.f-background-neutral-10 {
    background: #E6E6E6
}

.c-mosaic-placement.f-background-neutral-20 {
    background: #D2D2D2
}

.c-mosaic-placement.f-background-neutral-30 {
    background: #ACACAC
}

.c-mosaic-placement.f-background-neutral-45 {
    background: #919191
}

.c-mosaic-placement.f-background-neutral-55 {
    background: #737373
}

.c-mosaic-placement.f-background-neutral-65 {
    background: #505050
}

.c-mosaic-placement.f-background-neutral-75 {
    background: #464646
}

.c-mosaic-placement.f-background-neutral-80 {
    background: #2F2F2F
}

.c-mosaic-placement.f-background-neutral-90 {
    background: #171717
}

.c-mosaic-placement.f-background-neutral-100 {
    background: #000
}

.c-mosaic-placement.f-background-accent {
    background: #0067B8
}

.c-mosaic-placement[class*=f-mask]>picture:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-10>picture:before,.theme-light .c-mosaic-placement.f-mask-10>picture:before {
    background: rgba(255,255,255,.1)
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-20>picture:before,.theme-light .c-mosaic-placement.f-mask-20>picture:before {
    background: rgba(255,255,255,.2)
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-40>picture:before,.theme-light .c-mosaic-placement.f-mask-40>picture:before {
    background: rgba(255,255,255,.4)
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-60>picture:before,.theme-light .c-mosaic-placement.f-mask-60>picture:before {
    background: rgba(255,255,255,.6)
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-80>picture:before,.theme-light .c-mosaic-placement.f-mask-80>picture:before {
    background: rgba(255,255,255,.8)
}

.theme-dark .theme-light .c-mosaic-placement.f-mask-100>picture:before,.theme-light .c-mosaic-placement.f-mask-100>picture:before {
    background: #FFF
}

.theme-dark .c-mosaic-placement.f-mask-10>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-10>picture:before {
    background: rgba(0,0,0,.1)
}

.theme-dark .c-mosaic-placement.f-mask-20>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-20>picture:before {
    background: rgba(0,0,0,.2)
}

.theme-dark .c-mosaic-placement.f-mask-40>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-40>picture:before {
    background: rgba(0,0,0,.4)
}

.theme-dark .c-mosaic-placement.f-mask-60>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-60>picture:before {
    background: rgba(0,0,0,.6)
}

.theme-dark .c-mosaic-placement.f-mask-80>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-80>picture:before {
    background: rgba(0,0,0,.8)
}

.theme-dark .c-mosaic-placement.f-mask-100>picture:before,.theme-light .theme-dark .c-mosaic-placement.f-mask-100>picture:before {
    background: #000
}

.c-mosaic-placement .c-video {
    height: 400px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute
}

.c-mosaic-placement .c-video>h1 {
    display: none
}

.c-mosaic-placement .c-video video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -2;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.c-mosaic-placement .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 400;
    font-weight: 700
}

.c-mosaic-placement .c-subheading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200
}

.c-mosaic-placement a.c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.c-mosaic-placement a.c-call-to-action:active,.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.c-mosaic-placement a.c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.c-mosaic-placement a.c-call-to-action:hover {
    color: #005da6
}

.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span,.c-mosaic-placement a.c-call-to-action:hover span {
    text-decoration: underline
}

.c-mosaic-placement a.c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-mosaic-placement a.c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action,.theme-light .c-mosaic-placement a.c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:hover,.theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-mosaic-placement a.c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:hover,.theme-light .c-mosaic-placement a.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:active,.theme-light .c-mosaic-placement a.c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-mosaic-placement a.c-call-to-action[aria-disabled=true],.theme-light .c-mosaic-placement a.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-mosaic-placement a.c-call-to-action,.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .c-mosaic-placement a.c-call-to-action:hover,.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .c-mosaic-placement a.c-call-to-action:hover,.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .c-mosaic-placement a.c-call-to-action:active,.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:active {
    color: #ccc
}

.theme-dark .c-mosaic-placement a.c-call-to-action[aria-disabled=true],.theme-light .theme-dark .c-mosaic-placement a.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-mosaic-placement .c-group,.c-mosaic-placement picture,.c-mosaic-placement picture:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.c-mosaic-placement .c-group {
    display: block;
    top: auto;
    text-align: center;
    height: 42px
}

.c-mosaic-placement picture {
    z-index: 0;
    overflow: hidden
}

.c-mosaic-placement picture img {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-mosaic-placement picture:after {
    content: "";
    display: block;
    z-index: 1
}

.theme-dark .theme-light .c-mosaic-placement picture:after,.theme-light .c-mosaic-placement picture:after {
    background-color: rgba(255,255,255,.2)
}

.theme-dark .c-mosaic-placement picture:after,.theme-light .theme-dark .c-mosaic-placement picture:after {
    background-color: rgba(0,0,0,.2)
}

.c-mosaic-placement>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center
}

.c-mosaic-placement>div>div {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    height: 42px
}

.c-mosaic-placement.f-height-large.f-width-small .c-heading,.c-mosaic-placement.f-height-large.f-width-small .c-subheading {
    padding: 0 12.5%
}

.c-mosaic-placement.f-height-large.f-width-large .c-heading,.c-mosaic-placement.f-height-large.f-width-large .c-subheading {
    padding: 0 25%
}

@media only screen and (max-width: 767px) {
    .c-mosaic-placement.f-height-large.f-width-large .c-heading,.c-mosaic-placement.f-height-large.f-width-large .c-subheading {
        padding:0 12.5% 19px
    }
}

.c-mosaic-placement.f-height-medium .c-heading,.c-mosaic-placement.f-height-medium .c-subheading {
    display: none
}

.c-mosaic-placement.f-height-medium.f-width-large .c-heading,.c-mosaic-placement.f-height-medium.f-width-large .c-subheading {
    padding: 0 12.5%
}

.c-mosaic-placement.f-height-medium .c-video {
    height: 200px
}

.c-navigation-menu {
    position: relative;
    display: inline-block
}

.c-navigation-menu>button {
    background: 0 0;
    border: 1px solid transparent;
    display: inline-block;
    color: #262626;
    padding: 11px 24px 13px 12px
}

.c-navigation-menu>button:after {
    font-family: MWF-MDL2;
    content: "";
    font-size: 8px;
    color: #262626;
    font-weight: 700;
    padding-left: 8px;
    padding-top: 7px
}

.c-navigation-menu>button:hover,.c-navigation-menu>button:hover:after {
    color: #000;
    text-decoration: none
}

.c-table .c-call-to-action:focus:not(.x-hidden-focus) span,.c-table .c-call-to-action:hover span,.c-table thead th button:focus,.c-table thead th button:hover {
    text-decoration: underline
}

.c-navigation-menu>button:focus {
    outline: #000 dashed 1px;
    outline-offset: -1px
}

.c-navigation-menu>button:focus:hover {
    outline: 0
}

.c-navigation-menu>button:focus:not(.x-hidden-focus),.c-navigation-menu>button:hover:not(.x-hidden-focus) {
    background: rgba(0,0,0,.1);
    color: #000
}

.c-navigation-menu>button[aria-expanded=true] {
    background: #f2f2f2;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-color: transparent;
    outline: 0
}

.c-navigation-menu>a {
    display: inline-block;
    color: rgba(0,0,0,.8);
    padding: 11px 24px 13px 12px
}

.c-navigation-menu+a.c-hyperlink {
    color: #262626;
    padding: 11px 12px 13px
}

.c-navigation-menu+a.c-hyperlink:not(.f-image):hover {
    color: #000
}

.c-navigation-menu ol,.c-navigation-menu ul {
    position: absolute;
    z-index: 500;
    min-width: 240px;
    max-width: 296px;
    padding: 0;
    margin: 0;
    background: #FFF;
    border: 1px solid #d9d9d9;
    background-clip: padding-box
}

.c-navigation-menu ol[aria-hidden=true],.c-navigation-menu ul[aria-hidden=true] {
    display: none
}

.c-navigation-menu ol[aria-hidden=false],.c-navigation-menu ul[aria-hidden=false] {
    display: block
}

.c-navigation-menu ol a,.c-navigation-menu ol button,.c-navigation-menu ul a,.c-navigation-menu ul button {
    display: block;
    background: #f2f2f2;
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer;
    white-space: normal;
    width: 100%;
    text-align: left;
    border: 1px solid transparent
}

.c-navigation-menu ol a:focus,.c-navigation-menu ol a:hover,.c-navigation-menu ol button:focus,.c-navigation-menu ol button:hover,.c-navigation-menu ul a:focus,.c-navigation-menu ul a:hover,.c-navigation-menu ul button:focus,.c-navigation-menu ul button:hover {
    background: rgba(0,0,0,.1)
}

.c-navigation-menu ol a:focus,.c-navigation-menu ol button:focus,.c-navigation-menu ul a:focus,.c-navigation-menu ul button:focus {
    outline: #000 dashed 1px;
    outline-offset: -1px
}

.c-navigation-menu ol a:active,.c-navigation-menu ol button:active,.c-navigation-menu ul a:active,.c-navigation-menu ul button:active {
    background: rgba(0,0,0,.3)
}

.c-navigation-menu ol a[aria-expanded=true],.c-navigation-menu ol button[aria-expanded=true],.c-navigation-menu ul a[aria-expanded=true],.c-navigation-menu ul button[aria-expanded=true] {
    background: rgba(0,0,0,.1)
}

.c-navigation-menu ol button,.c-navigation-menu ul button {
    padding-right: 30px
}

.c-navigation-menu ol button:after,.c-navigation-menu ul button:after {
    position: absolute;
    font-family: MWF-MDL2;
    content: "";
    font-size: 6px;
    right: 12px;
    top: 19px;
    color: rgba(0,0,0,.8);
    font-weight: 700
}

.c-navigation-menu ol .f-sub-menu button+ol,.c-navigation-menu ol .f-sub-menu button+ul,.c-navigation-menu ul .f-sub-menu button+ol,.c-navigation-menu ul .f-sub-menu button+ul {
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 500;
    min-width: 240px;
    max-width: 296px;
    padding: 0;
    margin: 0;
    background-clip: padding-box
}

.c-navigation-menu ol .f-sub-menu button+ol a,.c-navigation-menu ol .f-sub-menu button+ol button,.c-navigation-menu ol .f-sub-menu button+ul a,.c-navigation-menu ol .f-sub-menu button+ul button,.c-navigation-menu ul .f-sub-menu button+ol a,.c-navigation-menu ul .f-sub-menu button+ol button,.c-navigation-menu ul .f-sub-menu button+ul a,.c-navigation-menu ul .f-sub-menu button+ul button {
    background: rgba(0,0,0,.1)
}

.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button,.c-navigation-menu ol .f-sub-menu button+ol a:focus,.c-navigation-menu ol .f-sub-menu button+ol a:hover,.c-navigation-menu ol .f-sub-menu button+ol button:focus,.c-navigation-menu ol .f-sub-menu button+ol button:hover,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button,.c-navigation-menu ol .f-sub-menu button+ul a:focus,.c-navigation-menu ol .f-sub-menu button+ul a:hover,.c-navigation-menu ol .f-sub-menu button+ul button:focus,.c-navigation-menu ol .f-sub-menu button+ul button:hover,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button,.c-navigation-menu ul .f-sub-menu button+ol a:focus,.c-navigation-menu ul .f-sub-menu button+ol a:hover,.c-navigation-menu ul .f-sub-menu button+ol button:focus,.c-navigation-menu ul .f-sub-menu button+ol button:hover,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button,.c-navigation-menu ul .f-sub-menu button+ul a:focus,.c-navigation-menu ul .f-sub-menu button+ul a:hover,.c-navigation-menu ul .f-sub-menu button+ul button:focus,.c-navigation-menu ul .f-sub-menu button+ul button:hover {
    background: rgba(0,0,0,.15)
}

.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a:focus,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a:hover,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button:focus,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button:hover,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a:focus,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a:hover,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button:focus,.c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button:hover,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a:focus,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a:hover,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button:focus,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button:hover,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a:focus,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a:hover,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button:focus,.c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button:hover,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a:focus,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a:hover,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button:focus,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button:hover,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a:focus,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a:hover,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button:focus,.c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button:hover,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a:focus,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a:hover,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button:focus,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button:hover,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a:focus,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a:hover,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button:focus,.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button:hover {
    background: rgba(0,0,0,.2)
}

[class*=c-paragraph].f-lean {
    padding: 0
}

input.c-password[type=password] {
    display: block;
    width: 276px;
    height: 36px;
    margin-top: 20px;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.6);
    outline: 0;
    background-color: #FFF
}

.c-pivot>.c-flipper[aria-hidden=true],.c-pivot[aria-hidden=true] {
    display: none
}

input.c-password[type=password]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-password[type=password]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-password[type=password]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-password[type=password]::placeholder {
    color: rgba(0,0,0,.6)
}

input.c-password[type=password].f-small {
    width: 88px
}

input.c-password[type=password].f-flex {
    width: 100%;
    min-width: 88px;
    max-width: 400px
}

input.c-password[type=password]:hover {
    border-color: rgba(0,0,0,.8)
}

input.c-password[type=password]:active,input.c-password[type=password]:focus {
    border-color: #0067B8
}

input.c-password[type=password][disabled] {
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}

input.c-password[type=password][readonly] {
    border: 1px solid rgba(0,0,0,.6);
    background-color: #e6e6e6
}

.c-pivot {
    position: relative
}

.c-pivot .no-js:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.c-pivot .no-js:not(.f-disabled)>[role=tablist]>a.f-active,.c-pivot .no-js:not(.f-disabled)>div>[role=tab].f-active,.c-pivot .no-js:not(.f-disabled)>div>a.f-active,.c-pivot .no-js:not(.f-disabled)>header>[role=tab].f-active,.c-pivot .no-js:not(.f-disabled)>header>a.f-active {
    font-weight: 600
}

.c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.c-pivot:not(.f-disabled)>[role=tablist]>a.f-active,.c-pivot:not(.f-disabled)>div>[role=tab].f-active,.c-pivot:not(.f-disabled)>div>a.f-active,.c-pivot:not(.f-disabled)>header>[role=tab].f-active,.c-pivot:not(.f-disabled)>header>a.f-active {
    position: relative;
    color: #000;
    border-bottom: 2px solid #0067B8
}

.c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:focus:not(.x-hidden-focus),.c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:focus:not(.x-hidden-focus),.c-pivot:not(.f-disabled)>div>[role=tab].f-active:focus:not(.x-hidden-focus),.c-pivot:not(.f-disabled)>div>a.f-active:focus:not(.x-hidden-focus),.c-pivot:not(.f-disabled)>header>[role=tab].f-active:focus:not(.x-hidden-focus),.c-pivot:not(.f-disabled)>header>a.f-active:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

.c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:hover,.c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:hover,.c-pivot:not(.f-disabled)>div>[role=tab].f-active:hover,.c-pivot:not(.f-disabled)>div>a.f-active:hover,.c-pivot:not(.f-disabled)>header>[role=tab].f-active:hover,.c-pivot:not(.f-disabled)>header>a.f-active:hover {
    color: rgba(0,0,0,.8)
}

.c-pivot>.c-flipper {
    background: #ccc;
    display: none;
    height: 36px;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 1
}

.c-pivot>.c-flipper:hover {
    background: #999
}

.c-pivot>.c-flipper[aria-hidden=false] {
    display: block
}

.c-pivot>.c-flipper[aria-hidden=false]+div>a:first-child,.c-pivot>.c-flipper[aria-hidden=false]+header>a:first-child {
    margin-left: 28px
}

.c-pivot>[role=tablist],.c-pivot>div,.c-pivot>header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 36px;
    white-space: nowrap;
    width: 100%
}

.c-pivot>[role=tablist]+.c-flipper,.c-pivot>div+.c-flipper,.c-pivot>header+.c-flipper {
    right: 0
}

.c-pivot>[role=tablist]>[role=tab],.c-pivot>[role=tablist]>a,.c-pivot>div>[role=tab],.c-pivot>div>a,.c-pivot>header>[role=tab],.c-pivot>header>a {
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    margin: 0 12px;
    color: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-transition: margin .6s cubic-bezier(.16,1,.29,.99);
    -o-transition: margin .6s cubic-bezier(.16,1,.29,.99);
    transition: margin .6s cubic-bezier(.16,1,.29,.99);
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    outline: 0
}

.c-pivot>[role=tablist]>[role=tab]:hover,.c-pivot>[role=tablist]>a:hover,.c-pivot>div>[role=tab]:hover,.c-pivot>div>a:hover,.c-pivot>header>[role=tab]:hover,.c-pivot>header>a:hover {
    color: rgba(0,0,0,.8)
}

.c-pivot>[role=tablist]>[role=tab]:first-child,.c-pivot>[role=tablist]>a:first-child,.c-pivot>div>[role=tab]:first-child,.c-pivot>div>a:first-child,.c-pivot>header>[role=tab]:first-child,.c-pivot>header>a:first-child {
    margin-left: 0
}

.c-pivot>[role=tablist]>[role=tab]:last-child,.c-pivot>[role=tablist]>a:last-child,.c-pivot>div>[role=tab]:last-child,.c-pivot>div>a:last-child,.c-pivot>header>[role=tab]:last-child,.c-pivot>header>a:last-child {
    margin-right: 0
}

.c-pivot>[role=tablist]>[role=tab].c-glyph:before,.c-pivot>[role=tablist]>a.c-glyph:before,.c-pivot>div>[role=tab].c-glyph:before,.c-pivot>div>a.c-glyph:before,.c-pivot>header>[role=tab].c-glyph:before,.c-pivot>header>a.c-glyph:before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 16px;
    position: relative;
    bottom: 2px
}

.c-pivot>section[aria-hidden=true] {
    display: none;
    overflow: hidden
}

.c-pivot>section[aria-hidden=false] {
    display: block
}

.c-pivot.f-disabled>[role=tablist]>[role=tab],.c-pivot.f-disabled>[role=tablist]>a,.c-pivot.f-disabled>div>[role=tab],.c-pivot.f-disabled>div>a,.c-pivot.f-disabled>header>[role=tab],.c-pivot.f-disabled>header>a {
    color: rgba(0,0,0,.4);
    cursor: not-allowed
}

.theme-dark .theme-light .c-pivot.f-disabled>[role=tablist]>[role=tab],.theme-dark .theme-light .c-pivot.f-disabled>[role=tablist]>a,.theme-dark .theme-light .c-pivot.f-disabled>div>[role=tab],.theme-dark .theme-light .c-pivot.f-disabled>div>a,.theme-dark .theme-light .c-pivot.f-disabled>header>[role=tab],.theme-dark .theme-light .c-pivot.f-disabled>header>a,.theme-light .c-pivot.f-disabled>[role=tablist]>[role=tab],.theme-light .c-pivot.f-disabled>[role=tablist]>a,.theme-light .c-pivot.f-disabled>div>[role=tab],.theme-light .c-pivot.f-disabled>div>a,.theme-light .c-pivot.f-disabled>header>[role=tab],.theme-light .c-pivot.f-disabled>header>a {
    color: rgba(0,0,0,.4)
}

.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab],.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a,.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role=tab],.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>a,.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role=tab],.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>a,.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab],.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a,.theme-light .c-pivot:not(.f-disabled)>div>[role=tab],.theme-light .c-pivot:not(.f-disabled)>div>a,.theme-light .c-pivot:not(.f-disabled)>header>[role=tab],.theme-light .c-pivot:not(.f-disabled)>header>a {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active,.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role=tab].f-active,.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>a.f-active,.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role=tab].f-active,.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>a.f-active,.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active,.theme-light .c-pivot:not(.f-disabled)>div>[role=tab].f-active,.theme-light .c-pivot:not(.f-disabled)>div>a.f-active,.theme-light .c-pivot:not(.f-disabled)>header>[role=tab].f-active,.theme-light .c-pivot:not(.f-disabled)>header>a.f-active {
    color: #000;
    border-color: #000
}

.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>a.f-active:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>a.f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>div>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>div>a.f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>header>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .c-pivot:not(.f-disabled)>header>a.f-active:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab]:hover,.theme-dark .theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a:hover,.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role=tab]:hover,.theme-dark .theme-light .c-pivot:not(.f-disabled)>div>a:hover,.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role=tab]:hover,.theme-dark .theme-light .c-pivot:not(.f-disabled)>header>a:hover,.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab]:hover,.theme-light .c-pivot:not(.f-disabled)>[role=tablist]>a:hover,.theme-light .c-pivot:not(.f-disabled)>div>[role=tab]:hover,.theme-light .c-pivot:not(.f-disabled)>div>a:hover,.theme-light .c-pivot:not(.f-disabled)>header>[role=tab]:hover,.theme-light .c-pivot:not(.f-disabled)>header>a:hover {
    color: rgba(0,0,0,.8)
}

.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab],.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a,.theme-dark .c-pivot:not(.f-disabled)>div>[role=tab],.theme-dark .c-pivot:not(.f-disabled)>div>a,.theme-dark .c-pivot:not(.f-disabled)>header>[role=tab],.theme-dark .c-pivot:not(.f-disabled)>header>a,.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab],.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a,.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role=tab],.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>a,.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role=tab],.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>a {
    color: rgba(255,255,255,.6)
}

.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active,.theme-dark .c-pivot:not(.f-disabled)>div>[role=tab].f-active,.theme-dark .c-pivot:not(.f-disabled)>div>a.f-active,.theme-dark .c-pivot:not(.f-disabled)>header>[role=tab].f-active,.theme-dark .c-pivot:not(.f-disabled)>header>a.f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role=tab].f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>a.f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role=tab].f-active,.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>a.f-active {
    color: #FFF;
    border-color: #FFF
}

.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:focus:not(.x-hidden-focus),.theme-dark .c-pivot:not(.f-disabled)>div>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .c-pivot:not(.f-disabled)>div>a.f-active:focus:not(.x-hidden-focus),.theme-dark .c-pivot:not(.f-disabled)>header>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-dark .c-pivot:not(.f-disabled)>header>a.f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a.f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>a.f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role=tab].f-active:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>a.f-active:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab]:hover,.theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a:hover,.theme-dark .c-pivot:not(.f-disabled)>div>[role=tab]:hover,.theme-dark .c-pivot:not(.f-disabled)>div>a:hover,.theme-dark .c-pivot:not(.f-disabled)>header>[role=tab]:hover,.theme-dark .c-pivot:not(.f-disabled)>header>a:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>[role=tab]:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>[role=tablist]>a:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role=tab]:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>div>a:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role=tab]:hover,.theme-light .theme-dark .c-pivot:not(.f-disabled)>header>a:hover {
    color: rgba(255,255,255,.8)
}

.theme-dark .c-pivot.f-disabled>[role=tablist]>[role=tab],.theme-dark .c-pivot.f-disabled>[role=tablist]>a,.theme-dark .c-pivot.f-disabled>div>[role=tab],.theme-dark .c-pivot.f-disabled>div>a,.theme-dark .c-pivot.f-disabled>header>[role=tab],.theme-dark .c-pivot.f-disabled>header>a,.theme-light .theme-dark .c-pivot.f-disabled>[role=tablist]>[role=tab],.theme-light .theme-dark .c-pivot.f-disabled>[role=tablist]>a,.theme-light .theme-dark .c-pivot.f-disabled>div>[role=tab],.theme-light .theme-dark .c-pivot.f-disabled>div>a,.theme-light .theme-dark .c-pivot.f-disabled>header>[role=tab],.theme-light .theme-dark .c-pivot.f-disabled>header>a {
    color: rgba(255,255,255,.4)
}

.c-price:after,.c-price:before {
    content: " ";
    display: table
}

.c-price .c-label {
    font-size: 15px;
    padding: 0 4px;
    display: inline;
    margin: 0
}

.c-price.f-large .c-label,.c-price.f-large meta+span,.c-price.f-large s,.c-price.f-large span {
    font-size: 20px;
    line-height: 24px
}

.no-eventlistener progress.c-progress {
    display: none
}

progress.c-progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    min-width: 296px;
    height: 4px
}

progress.c-progress::-webkit-progress-bar {
    background: rgba(0,0,0,.2)
}

progress.c-progress::-webkit-progress-value {
    background: #0067B8
}

progress.c-progress::-moz-progress-bar {
    background: #0067B8
}

progress.c-progress>[role=progressbar] {
    display: block;
    position: relative;
    background: rgba(0,0,0,.2);
    min-width: 296px;
    width: 100%;
    height: 4px
}

progress.c-progress>[role=progressbar]>span {
    display: block;
    position: relative;
    height: 100%;
    background: #0067B8;
    color: #0067B8
}

.c-progress {
    display: block;
    margin-top: 12px
}

@media screen and (-ms-high-contrast) {
    .c-progress.f-indeterminate-local span:after,.c-progress.f-indeterminate-regional span:after {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-progress.f-indeterminate-local span:after,.c-progress.f-indeterminate-regional span:after {
        background: #000
    }
}

.c-progress.f-indeterminate-regional {
    position: relative;
    min-width: 296px;
    width: 100%
}

.c-progress.f-indeterminate-regional span {
    position: absolute;
    display: inline-block;
    opacity: 0;
    -webkit-animation: dots 4s infinite;
    animation: dots 4s infinite
}

.c-progress.f-indeterminate-regional span:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #0067B8;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.c-progress.f-indeterminate-regional span:nth-child(1) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

.c-progress.f-indeterminate-regional span:nth-child(1):after {
    left: -10px
}

.c-progress.f-indeterminate-regional span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.c-progress.f-indeterminate-regional span:nth-child(2):after {
    left: -20px
}

.c-progress.f-indeterminate-regional span:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.c-progress.f-indeterminate-regional span:nth-child(3):after {
    left: -30px
}

.c-progress.f-indeterminate-regional span:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.c-progress.f-indeterminate-regional span:nth-child(4):after {
    left: -40px
}

.c-progress.f-indeterminate-regional span:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.c-progress.f-indeterminate-regional span:nth-child(5):after {
    left: -50px
}

@-webkit-keyframes dots {
    0%,20% {
        left: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0
    }

    25%,75% {
        opacity: 1
    }

    35% {
        left: 45%;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    65% {
        left: 55%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100%,80% {
        left: 100%;
        opacity: 0
    }
}

@keyframes dots {
    0%,20% {
        left: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0
    }

    25%,75% {
        opacity: 1
    }

    35% {
        left: 45%;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    65% {
        left: 55%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100%,80% {
        left: 100%;
        opacity: 0
    }
}

.c-progress.f-indeterminate-local {
    position: relative
}

.c-progress.f-indeterminate-local span {
    position: absolute;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: orbit 5.5s infinite;
    animation: orbit 5.5s infinite
}

.c-progress.f-indeterminate-local span:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    background: #0067B8
}

.c-progress.f-indeterminate-local span:nth-child(2) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms
}

.c-progress.f-indeterminate-local span:nth-child(3) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms
}

.c-progress.f-indeterminate-local span:nth-child(4) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms
}

.c-progress.f-indeterminate-local span:nth-child(5) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms
}

.c-progress.f-indeterminate-local.f-progress-large,.c-progress.f-indeterminate-local.f-progress-large span {
    width: 60px;
    height: 60px
}

.c-progress.f-indeterminate-local.f-progress-large span:after {
    width: 6px;
    height: 6px
}

.c-progress.f-indeterminate-local.f-progress-small {
    width: 20px;
    height: 20px
}

.c-progress.f-indeterminate-local.f-progress-small span {
    width: 25px;
    height: 25px
}

.c-progress.f-indeterminate-local.f-progress-small span:after {
    width: 3px;
    height: 3px
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    7% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    30% {
        -webkit-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    39% {
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    70% {
        -webkit-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100%,76% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0
    }
}

@keyframes orbit {
    0% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    7% {
        -webkit-transform: rotate(345deg);
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    30% {
        -webkit-transform: rotate(455deg);
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    39% {
        -webkit-transform: rotate(690deg);
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    70% {
        -webkit-transform: rotate(815deg);
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100%,76% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
        opacity: 0
    }
}

.c-radio legend.c-label {
    padding-bottom: 0
}

.c-radio label.c-label {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-right: 24px;
    padding-bottom: 0;
    position: relative
}

.c-radio label.c-label+.c-caption {
    font-size: 13px;
    margin-top: 0;
    margin-left: 28px;
    color: rgba(0,0,0,.6)
}

.c-radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.c-radio input[type=radio]+span {
    cursor: pointer;
    display: inline-block;
    margin-left: 28px
}

.c-radio input[type=radio]+span:before {
    border: 1px solid #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.c-radio input[type=radio]:hover:not(:disabled)+span:before {
    border-color: rgba(0,0,0,.8)
}

.c-radio input[type=radio]:focus+span:before {
    outline: rgba(0,0,0,.8) dashed 1px
}

.c-radio input[type=radio]:checked+span:after {
    background: currentColor;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    left: 5px;
    position: absolute;
    top: 5px
}

@media screen and (-ms-high-contrast:active) {
    .c-price meta+span,.c-price s,.c-price span {
        float: none
    }

    .c-radio input[type=radio]:checked+span:after {
        border: 5px solid currentColor
    }
}

.c-radio input[type=radio]:checked:not(:disabled)+span {
    color: #000
}

.c-radio input[type=radio]:checked:not(:disabled)+span:before {
    border-color: #0067B8
}

.c-radio input[type=radio]:checked:not(:disabled):hover+span:after {
    background: rgba(0,0,0,.6)
}

.c-radio input[type=radio]:disabled+span {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.c-radio input[type=radio]:disabled+span:before {
    border-color: rgba(0,0,0,.2)
}

.c-radio.f-inline legend+div,.c-radio.f-inline legend+div>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-radio.f-inline label.c-label {
    display: inline-block
}

.c-radio+.c-checkbox legend.c-label,.c-radio+.c-radio legend.c-label {
    padding-top: 40px
}

.c-range-slider {
    max-width: 296px;
    padding-bottom: 8px
}

.c-range-slider:after,.c-range-slider:before {
    content: " ";
    display: table
}

.c-range-slider .c-text-field[type=number] {
    font-size: 13px;
    width: 48px;
    float: right;
    margin-top: 0;
    -moz-appearance: textfield
}

.c-range-slider .c-text-field[type=number]::-webkit-inner-spin-button,.c-range-slider .c-text-field[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.c-range-slider .c-text-field[type=number].f-adjusting {
    border-color: #0067B8
}

.c-range-slider legend+label+.c-text-field[type=number] {
    float: left
}

.c-range-slider label.c-label {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(1px,1px,1px,1px)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important
}

.c-range-slider label.c-label+.c-text-field[type=number] {
    margin-bottom: 16px
}

.c-range-slider [role=slider] {
    position: absolute;
    top: -7px;
    width: 12px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16' width='12' height='16'%3E%3Cpolygon points='7 1 6 0 0 0 0 16 6 16 7 15 12 8 7 1' style='fill:%230067B8'/%3E%3C/svg%3E")
}

.c-range-slider [role=slider]:focus {
    outline: #000 dashed 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16' width='12' height='16'%3E%3Cpolygon points='7 1 6 0 0 0 0 16 6 16 7 15 12 8 7 1' style='fill:%23lack'/%3E%3C/svg%3E")
}

.c-range-slider [role=slider]:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16' width='12' height='16'%3E%3Cpolygon points='7 1 6 0 0 0 0 16 6 16 7 15 12 8 7 1' style='fill:%23003e6e'/%3E%3C/svg%3E")
}

.c-range-slider [role=slider]:first-child {
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px)
}

.c-range-slider [role=slider]+[role=slider] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-range-slider>div {
    margin-top: 24px;
    height: 2px;
    background: rgba(0,0,0,.4);
    clear: both
}

.c-range-slider>div>div {
    position: relative;
    height: 100%;
    margin: 0 12px
}

.c-range-slider span {
    display: block;
    position: absolute;
    top: 0;
    background: #0067B8;
    height: 100%
}

.c-rating {
    -ms-high-contrast-adjust: none
}

.c-rating span.c-glyph {
    cursor: default;
    width: 16px;
    height: 16px;
    line-height: 1
}

.c-rating span.c-glyph:after,.c-rating span.c-glyph:before {
    font-size: 12px
}

.c-rating button.c-glyph {
    width: 44px;
    height: 44px;
    border: 0;
    background: 0 0
}

.c-rating button.c-glyph:after,.c-rating button.c-glyph:before {
    font-size: 24px
}

.c-rating button.c-glyph:after {
    color: #000
}

.c-rating button.c-glyph:focus {
    outline: 0
}

.c-rating button.c-glyph:focus:before {
    outline: #000 dashed 1px
}

.c-rating button.c-glyph.f-full:before,.c-rating button.c-glyph.f-none.f-full:before {
    content: ""
}

.c-rating.f-individual {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px)
}

.c-rating.f-individual span.c-glyph {
    width: 30px;
    height: 30px
}

.c-rating.f-individual span.c-glyph:after,.c-rating.f-individual span.c-glyph:before {
    font-size: 18px
}

.c-rating.f-aggregate div,.c-rating.f-individual div {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}

.c-rating .c-glyph {
    position: relative;
    float: left
}

.c-rating .c-glyph:after,.c-rating .c-glyph:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-rating .c-glyph:before {
    content: "";
    color: rgba(0,0,0,.3)
}

.c-rating .c-glyph:after {
    color: #0067B8
}

.c-rating div,.c-rating form {
    display: inline-block
}

.c-rating div:after,.c-rating div:before,.c-rating form:after,.c-rating form:before {
    content: " ";
    display: table
}

.c-rating form button.c-glyph[disabled]:after,.c-rating form:hover button.c-glyph:not([disabled]):after,.c-rating form[disabled] button.c-glyph:after {
    display: none
}

.c-rating form {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}

.c-rating form:hover button.c-glyph:not([disabled]):before {
    content: "";
    color: #0067B8
}

.c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:before {
    color: rgba(0,0,0,.3)
}

.c-rating form button.c-glyph[disabled]:hover,.c-rating form[disabled] button.c-glyph:hover {
    cursor: not-allowed
}

.c-rating form button.c-glyph[disabled]:before,.c-rating form[disabled] button.c-glyph:before {
    content: "";
    color: rgba(0,0,0,.2)
}

.c-rating .f-full:after,.c-rating .f-full~.c-glyph:before,.c-rating .f-half~.c-glyph:before {
    content: ""
}

.c-rating .f-half:after {
    content: ""
}

.c-rating.f-user-rated .f-full:after,.c-rating.f-user-rated .f-half:after {
    color: #0067B8
}

.theme-dark .theme-light .c-rating .c-glyph:before,.theme-light .c-rating .c-glyph:before {
    color: rgba(0,0,0,.3)
}

.theme-dark .theme-light .c-rating .c-glyph:after,.theme-light .c-rating .c-glyph:after {
    color: #0067B8
}

.theme-dark .theme-light .c-rating form button.c-glyph:focus:before,.theme-light .c-rating form button.c-glyph:focus:before {
    outline-color: #000
}

.theme-dark .theme-light .c-rating form button.c-glyph:before,.theme-light .c-rating form button.c-glyph:before {
    color: rgba(0,0,0,.3)
}

.theme-dark .theme-light .c-rating form button.c-glyph:after,.theme-light .c-rating form button.c-glyph:after {
    color: #000
}

.theme-dark .theme-light .c-rating form:hover button.c-glyph:not([disabled]):before,.theme-light .c-rating form:hover button.c-glyph:not([disabled]):before {
    color: #0067B8
}

.theme-dark .theme-light .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before,.theme-light .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before {
    color: rgba(0,0,0,.3)
}

.theme-dark .theme-light .c-rating form[disabled] button.c-glyph:before,.theme-dark .theme-light .c-rating form[disabled] button.c-glyph:hover~button.c-glyph:before,.theme-light .c-rating form[disabled] button.c-glyph:before,.theme-light .c-rating form[disabled] button.c-glyph:hover~button.c-glyph:before {
    color: rgba(0,0,0,.2)
}

.theme-dark .c-rating .c-glyph:before,.theme-light .theme-dark .c-rating .c-glyph:before {
    color: rgba(255,255,255,.3)
}

.theme-dark .c-rating .c-glyph:after,.theme-light .theme-dark .c-rating .c-glyph:after {
    color: #FFF
}

.theme-dark .c-rating form button.c-glyph:focus:before,.theme-light .theme-dark .c-rating form button.c-glyph:focus:before {
    outline-color: #FFF
}

.theme-dark .c-rating form button.c-glyph:before,.theme-light .theme-dark .c-rating form button.c-glyph:before {
    color: rgba(255,255,255,.3)
}

.theme-dark .c-rating form:hover button.c-glyph:not([disabled]):before,.theme-light .theme-dark .c-rating form:hover button.c-glyph:not([disabled]):before {
    color: rgba(255,255,255,.8)
}

.theme-dark .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before,.theme-light .theme-dark .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before {
    color: rgba(255,255,255,.3)
}

@media screen and (-ms-high-contrast:active) {
    .c-rating form:hover button.c-glyph:hover~button.c-glyph:before,.c-rating.f-community-rated .c-glyph:before {
        content: ""
    }
}

.c-rating[data-value] {
    height: 20px
}

.c-rating[data-value] div {
    height: 16px;
    width: 80px;
    position: relative
}

.c-rating[data-value] div:after,.c-rating[data-value] div:before {
    display: inline-block;
    font-family: MWF-MDL2;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4px;
    position: absolute;
    white-space: nowrap;
    text-align: left;
    left: 0;
    top: 2px;
    height: 100%;
    width: 100%
}

.c-rating[data-value] div:before {
    content: "";
    color: rgba(0,0,0,.3)
}

@media screen and (-ms-high-contrast:active) {
    .c-rating[data-value] div:before {
        color: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-rating[data-value] div:before {
        color: rgba(0,0,0,.3)
    }
}

.c-rating[data-value] div:after {
    color: #0067B8
}

@media screen and (-ms-high-contrast:active) {
    .c-rating[data-value] div:after {
        color: rgba(0,0,0,.3)
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-rating[data-value] div:after {
        color: #000
    }
}

.c-rating[data-value] div span {
    display: none
}

.theme-dark .theme-light .c-rating[data-value] div:before,.theme-light .c-rating[data-value] div:before {
    color: rgba(0,0,0,.3)
}

@media screen and (-ms-high-contrast:active) {
    .theme-dark .theme-light .c-rating[data-value] div,.theme-light .c-rating[data-value] div {
        color: rgba(0,0,0,.3)
    }

    .theme-dark .c-rating[data-value] div:before,.theme-light .theme-dark .c-rating[data-value] div:before {
        color: rgba(255,255,255,.3)
    }
}

.theme-dark .c-rating[data-value] div:before,.theme-light .theme-dark .c-rating[data-value] div:before {
    color: rgba(255,255,255,.3)
}

.theme-dark .c-rating[data-value] div:after,.theme-light .theme-dark .c-rating[data-value] div:after {
    color: #FFF
}

@media screen and (-ms-high-contrast:active) {
    .theme-dark .c-rating[data-value] div:after,.theme-light .theme-dark .c-rating[data-value] div:after {
        color: #FFF
    }
}

.c-rating[data-value].f-aggregate,.c-rating[data-value].f-aggregate div,.c-rating[data-value].f-individual,.c-rating[data-value].f-individual div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-rating[data-value].f-individual {
    height: 34px
}

.c-rating[data-value].f-individual div {
    height: 30px;
    width: 150px
}

.c-rating[data-value].f-individual div:after,.c-rating[data-value].f-individual div:before {
    font-size: 18px;
    letter-spacing: 12px;
    top: 6px
}

.c-rating[data-value$=".5"] div:before,.c-rating[data-value^="1"] div:before,.c-rating[data-value^="2"] div:before,.c-rating[data-value^="3"] div:before,.c-rating[data-value^="4"] div:before,.c-rating[data-value^="5"] div:before {
    content: ""
}

.c-rating[data-value="0.5"] div:after {
    content: ""
}

.c-rating[data-value="1"] div:after {
    content: ""
}

.c-rating[data-value="1.5"] div:after {
    content: ""
}

.c-rating[data-value="2"] div:after {
    content: ""
}

.c-rating[data-value="2.5"] div:after {
    content: ""
}

.c-rating[data-value="3"] div:after {
    content: ""
}

.c-rating[data-value="3.5"] div:after {
    content: ""
}

.c-rating[data-value="4"] div:after {
    content: ""
}

.c-rating[data-value="4.5"] div:after {
    content: ""
}

.c-rating[data-value="5"] div:after {
    content: ""
}

.c-rating.f-aggregate:not([data-max]),.c-rating.f-individual:not([data-max]),.c-rating.f-interactive {
    height: auto
}

.c-rating.f-aggregate:not([data-max]) div,.c-rating.f-individual:not([data-max]) div,.c-rating.f-interactive div {
    height: auto;
    width: auto;
    position: static
}

.c-rating.f-aggregate:not([data-max]) div:after,.c-rating.f-aggregate:not([data-max]) div:before,.c-rating.f-individual:not([data-max]) div:after,.c-rating.f-individual:not([data-max]) div:before,.c-rating.f-interactive div:after,.c-rating.f-interactive div:before {
    content: ""
}

a.c-refine-item,button.c-refine-item {
    position: relative;
    display: block;
    padding: 12px;
    border: 0;
    width: 100%;
    background: 0 0;
    color: rgba(0,0,0,.6)
}

a.c-refine-item span,button.c-refine-item span {
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap
}

[data-js-select-type] a.c-refine-item:after,[data-js-select-type] button.c-refine-item:after,[role=listbox] a.c-refine-item:after,[role=listbox] button.c-refine-item:after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
    width: 44px;
    font-size: 13px;
    text-align: center
}

a.c-refine-item:focus,button.c-refine-item:focus {
    outline: #000 dashed 1px
}

a.c-refine-item:hover,button.c-refine-item:hover {
    background: rgba(0,0,0,.1)
}

a.c-refine-item:active,button.c-refine-item:active {
    background: rgba(0,0,0,.3)
}

a.f-selected.c-refine-item,a[aria-checked=true].c-refine-item,a[aria-selected=true].c-refine-item,button.f-selected.c-refine-item,button[aria-checked=true].c-refine-item,button[aria-selected=true].c-refine-item {
    padding-right: 44px;
    background: rgba(0,0,0,.1);
    font-weight: 600;
    color: #000
}

a.f-selected.c-refine-item:hover,a[aria-checked=true].c-refine-item:hover,a[aria-selected=true].c-refine-item:hover,button.f-selected.c-refine-item:hover,button[aria-checked=true].c-refine-item:hover,button[aria-selected=true].c-refine-item:hover {
    background: rgba(0,0,0,.2)
}

a.f-selected.c-refine-item:active,a[aria-checked=true].c-refine-item:active,a[aria-selected=true].c-refine-item:active,button.f-selected.c-refine-item:active,button[aria-checked=true].c-refine-item:active,button[aria-selected=true].c-refine-item:active {
    background: rgba(0,0,0,.3)
}

a.f-selected.c-refine-item:after,a[aria-checked=true].c-refine-item:after,a[aria-selected=true].c-refine-item:after,button.f-selected.c-refine-item:after,button[aria-checked=true].c-refine-item:after,button[aria-selected=true].c-refine-item:after {
    display: inline-block
}

.c-refine-menu>button,.c-refine-menu>div[aria-hidden=true] {
    display: none
}

.c-refine-menu>div>div {
    position: relative
}

.c-refine-menu>div>div .c-heading {
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 200;
    display: inline-block;
    overflow: hidden;
    margin-left: 12px
}

.c-refine-menu>div>div .c-heading+a.c-action-trigger.c-glyph,.c-refine-menu>div>div .c-heading+button.c-action-trigger.c-glyph {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0 -12px 0 0;
    padding: 9px 0 10px;
    color: rgba(0,0,0,.6)
}

.c-refine-menu .c-divider {
    margin: 12px 0
}

.c-refine-menu .c-drawer {
    margin: 0
}

.c-refine-menu .c-refine-item+ul .c-refine-item {
    padding-left: 32px
}

.c-refine-menu .c-content-toggle ul[data-f-expanded=true] {
    max-height: 1100px;
    overflow-y: auto
}

.c-refine-menu .c-content-toggle button[data-f-more] {
    padding: 12px
}

@media only screen and (max-width: 767px) {
    .c-refine-menu>div>div .c-heading {
        padding-right:44px
    }

    .c-refine-menu>div>div .c-heading+button.c-action-trigger.c-glyph {
        display: block
    }
}

.c-search {
    position: relative;
    min-width: 92px;
    max-width: 296px;
    height: 38px;
    margin-top: 20px
}

.c-search button,.c-search input[type=search] {
    float: left;
    outline: 0;
    background-color: #FFF
}

.c-search input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 38px 7px 10px;
    border: 1px solid rgba(0,0,0,.6)
}

.c-search input[type=search]:hover {
    border-color: rgba(0,0,0,.8)
}

.c-search input[type=search]:active,.c-search input[type=search]:focus {
    border-color: #0067B8
}

.c-search input[type=search]::-ms-clear {
    display: none
}

.c-search input[type=search]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-search input[type=search]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-search input[type=search]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-search input[type=search]::placeholder {
    color: rgba(0,0,0,.6)
}

.c-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: 2px 2px 1px 1px;
    padding: 9px;
    -webkit-transition: color .1s,background-color .1s;
    -o-transition: color .1s,background-color .1s;
    transition: color .1s,background-color .1s;
    border: 0
}

.c-search button:hover {
    color: #0067B8
}

.c-search button:active,.c-search button:focus {
    color: #FFF;
    background: #0067B8;
    -ms-high-contrast-adjust: none
}

.c-search button:before {
    content: "";
    text-indent: 0;
    font-size: 16px;
    -ms-high-contrast-adjust: none
}

@media screen and (-ms-high-contrast) {
    .c-search button:active,.c-search button:focus {
        color: window;
        background: windowText
    }

    .c-search button:before {
        font-size: 22px;
        font-weight: 900;
        line-height: 18px;
        text-indent: -3px
    }

    .c-search button {
        color: windowText;
        background: window
    }
}

.theme-dark .theme-light .c-search,.theme-light .c-search {
    color: #000
}

.theme-dark .theme-light .c-search input[type=search],.theme-light .c-search input[type=search] {
    border-color: #000;
    background-color: rgba(255,255,255,.6)
}

.theme-dark .theme-light .c-search input[type=search]:hover,.theme-light .c-search input[type=search]:hover {
    border-color: rgba(0,0,0,.8);
    background-color: rgba(255,255,255,.8)
}

.theme-dark .theme-light .c-search input[type=search]:active,.theme-dark .theme-light .c-search input[type=search]:focus,.theme-light .c-search input[type=search]:active,.theme-light .c-search input[type=search]:focus {
    border-color: #000;
    background-color: #FFF
}

.theme-dark .theme-light .c-search input[type=search]::-webkit-input-placeholder,.theme-light .c-search input[type=search]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-search input[type=search]:-ms-input-placeholder,.theme-light .c-search input[type=search]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-search input[type=search]::-ms-input-placeholder,.theme-light .c-search input[type=search]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-search input[type=search]::placeholder,.theme-light .c-search input[type=search]::placeholder {
    color: rgba(0,0,0,.6)
}

.theme-dark .theme-light .c-search button,.theme-light .c-search button {
    background: 0 0
}

.theme-dark .theme-light .c-search button:active,.theme-dark .theme-light .c-search button:focus,.theme-light .c-search button:active,.theme-light .c-search button:focus {
    color: #FFF;
    background: #0067B8;
    -ms-high-contrast-adjust: none
}

@media screen and (-ms-high-contrast) {
    .theme-dark .theme-light .c-search button:active,.theme-dark .theme-light .c-search button:focus,.theme-light .c-search button:active,.theme-light .c-search button:focus {
        color: window;
        background: windowText
    }
}

.theme-dark .c-search,.theme-light .theme-dark .c-search {
    color: #FFF
}

.theme-dark .c-search input[type=search],.theme-light .theme-dark .c-search input[type=search] {
    border-color: #FFF;
    background-color: rgba(0,0,0,.6)
}

.theme-dark .c-search input[type=search]:hover,.theme-light .theme-dark .c-search input[type=search]:hover {
    border-color: rgba(255,255,255,.8);
    background-color: rgba(0,0,0,.8)
}

.theme-dark .c-search input[type=search]:active,.theme-dark .c-search input[type=search]:focus,.theme-light .theme-dark .c-search input[type=search]:active,.theme-light .theme-dark .c-search input[type=search]:focus {
    border-color: #FFF;
    background-color: #000
}

.theme-dark .c-search input[type=search]::-webkit-input-placeholder,.theme-light .theme-dark .c-search input[type=search]::-webkit-input-placeholder {
    color: rgba(255,255,255,.6)
}

.theme-dark .c-search input[type=search]:-ms-input-placeholder,.theme-light .theme-dark .c-search input[type=search]:-ms-input-placeholder {
    color: rgba(255,255,255,.6)
}

.theme-dark .c-search input[type=search]::-ms-input-placeholder,.theme-light .theme-dark .c-search input[type=search]::-ms-input-placeholder {
    color: rgba(255,255,255,.6)
}

.theme-dark .c-search input[type=search]::placeholder,.theme-light .theme-dark .c-search input[type=search]::placeholder {
    color: rgba(255,255,255,.6)
}

.theme-dark .c-search button,.theme-light .theme-dark .c-search button {
    background: 0 0
}

.theme-dark .c-search button:active,.theme-dark .c-search button:focus,.theme-light .theme-dark .c-search button:active,.theme-light .theme-dark .c-search button:focus {
    color: #FFF;
    background: #0067B8;
    -ms-high-contrast-adjust: none
}

@media screen and (-ms-high-contrast) {
    .theme-dark .c-search button:active,.theme-dark .c-search button:focus,.theme-light .theme-dark .c-search button:active,.theme-light .theme-dark .c-search button:focus {
        color: window;
        background: windowText
    }
}

.c-select {
    position: relative;
    margin-top: 20px;
    min-width: 88px;
    max-width: 296px
}

.c-select:after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    right: 4px;
    top: 28px;
    height: 34px;
    width: 31px;
    padding-top: 10px;
    text-align: center
}

.c-select select,button.c-select-button.f-swatch-disabled {
    position: relative
}

.js .c-select:after {
    display: none
}

.c-select:after:hover {
    z-index: 1
}

.c-select .c-label {
    display: block;
    margin-top: 0
}

.c-select select {
    width: 100%;
    display: none;
    padding: 7px 34px 7px 5px;
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    outline: 0;
    border: 1px solid rgba(0,0,0,.6);
    cursor: pointer
}

.no-js .c-select select {
    display: block
}

.c-select select:hover {
    z-index: 100;
    border-color: rgba(0,0,0,.8)
}

.c-select select:active,.c-select select:focus {
    background: #FFF;
    border-color: #0067B8
}

.c-select select[disabled] {
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2);
    background: #FFF;
    z-index: 100;
    padding-right: 0
}

.c-select select option {
    background: #FFF;
    color: #000
}

.c-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.c-select select::-ms-expand {
    display: none
}

.c-select select:focus::-ms-value {
    background: 0 0;
    color: #000
}

.theme-dark .theme-light .c-select select,.theme-light .c-select select {
    background: #FFF;
    color: #000
}

.theme-dark .theme-light .c-select:after,.theme-light .c-select:after {
    color: #000
}

.theme-dark .c-select select,.theme-light .theme-dark .c-select select {
    background: rgba(255,255,255,.8);
    color: #000
}

.theme-dark .c-select:after,.theme-light .theme-dark .c-select:after {
    color: #000
}

button.c-select-button {
    font-size: 15px;
    margin-top: 36px;
    margin-right: 12px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.4);
    color: #000;
    padding: 6px 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.c-select-menu.f-border+.c-select-menu.f-border,.c-select-menu.f-border+.c-select-menu.f-border.f-persist,.c-slider div {
    margin-top: 12px
}

button.c-select-button[aria-pressed=true] {
    border-width: 2px;
    border-color: #000;
    padding: 5px 9px
}

button.c-select-button:focus {
    outline: #000 dashed 1px
}

button.c-select-button:hover {
    border-color: #000
}

button.c-select-button:hover[aria-pressed=true] {
    border-color: #0067B8
}

button.c-select-button:active {
    outline: 0;
    border-color: #003e6e
}

button.c-select-button[disabled] {
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2);
    outline: 0;
    cursor: not-allowed
}

button.c-select-button[data-select-button-swatch] {
    width: 36px;
    height: 36px
}

button.c-select-button[data-select-button-swatch]:focus,button.c-select-button[data-select-button-swatch]:hover {
    border-color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF
}

button.c-select-button[data-select-button-swatch]:active,button.c-select-button[data-select-button-swatch][aria-pressed=true]:focus,button.c-select-button[data-select-button-swatch][aria-pressed=true]:hover {
    border-color: #999;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF
}

button.c-select-button[data-select-button-swatch][aria-pressed=true] {
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF
}

button.c-select-button[data-select-button-swatch][aria-pressed=true]:focus {
    outline: #000 dashed 1px
}

button.c-select-button.f-swatch-disabled:focus,button.c-select-button.f-swatch-disabled:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.2)
}

button.c-select-button.f-swatch-disabled:before {
    position: absolute;
    content: "";
    left: -25%;
    top: 50%;
    right: -25%;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

button.c-select-button.f-swatch-disabled-dark {
    border-color: rgba(255,255,255,.2)
}

button.c-select-button.f-swatch-disabled-dark:focus,button.c-select-button.f-swatch-disabled-dark:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,.2)
}

.theme-dark .theme-light button.c-select-button,.theme-light button.c-select-button {
    background: rgba(255,255,255,0);
    border-color: rgba(0,0,0,.4);
    color: #000
}

.theme-dark .theme-light button.c-select-button:focus,.theme-light button.c-select-button:focus {
    outline-color: #000
}

.theme-dark .theme-light button.c-select-button:hover,.theme-light button.c-select-button:hover {
    border-color: #000
}

.theme-dark .theme-light button.c-select-button:active,.theme-light button.c-select-button:active {
    background: rgba(0,0,0,.4);
    outline: 0
}

.theme-dark .theme-light button.c-select-button[disabled],.theme-light button.c-select-button[disabled] {
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}

.theme-dark .theme-light button.c-select-button[aria-pressed=true],.theme-light button.c-select-button[aria-pressed=true] {
    border-color: #000
}

.theme-dark .theme-light button.c-select-button[aria-pressed=true]:hover,.theme-light button.c-select-button[aria-pressed=true]:hover {
    border-color: #0067B8
}

.theme-dark button.c-select-button,.theme-light .theme-dark button.c-select-button {
    background: rgba(255,255,255,0);
    border-color: rgba(255,255,255,.4);
    color: #FFF
}

.theme-dark button.c-select-button:focus,.theme-light .theme-dark button.c-select-button:focus {
    outline-color: #FFF;
    border-color: rgba(255,255,255,.4)
}

.theme-dark button.c-select-button:hover,.theme-light .theme-dark button.c-select-button:hover {
    border-color: #FFF
}

.theme-dark button.c-select-button:active,.theme-light .theme-dark button.c-select-button:active {
    background: rgba(255,255,255,.4);
    outline: 0
}

.theme-dark button.c-select-button[disabled],.theme-light .theme-dark button.c-select-button[disabled] {
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}

.theme-dark button.c-select-button[aria-pressed=true],.theme-dark button.c-select-button[aria-pressed=true]:focus,.theme-light .theme-dark button.c-select-button[aria-pressed=true],.theme-light .theme-dark button.c-select-button[aria-pressed=true]:focus {
    border-color: #FFF
}

.theme-dark button.c-select-button[aria-pressed=true]:hover,.theme-light .theme-dark button.c-select-button[aria-pressed=true]:hover {
    border-color: #0067B8
}

.c-select-menu {
    position: relative;
    display: inline-block
}

.c-select-menu.f-accent>a,.c-select-menu.f-accent>button {
    color: #0067B8
}

.c-select-menu.f-accent>a:after,.c-select-menu.f-accent>button:after {
    color: rgba(0,0,0,.6)
}

.c-select-menu.f-accent>a:active,.c-select-menu.f-accent>a:hover,.c-select-menu.f-accent>button:active,.c-select-menu.f-accent>button:hover {
    color: #0067B8
}

.c-select-menu.f-accent>a:active:after,.c-select-menu.f-accent>a:hover:after,.c-select-menu.f-accent>button:active:after,.c-select-menu.f-accent>button:hover:after {
    color: #000
}

.c-select-menu.f-border>a {
    padding: 8px 24px 8px 12px
}

.c-select-menu.f-border [aria-expanded] {
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgba(0,0,0,.6)
}

.c-select-menu.f-border [aria-expanded]:hover {
    border-color: rgba(0,0,0,.8)
}

.c-select-menu.f-border [aria-expanded]:active,.c-select-menu.f-border [aria-expanded]:focus {
    border-color: #0067B8
}

.c-select-menu.f-flex,.c-select-menu.f-flex>[aria-expanded] {
    width: 100%;
    min-width: 88px;
    max-width: 546px
}

.c-select-menu .c-menu {
    position: absolute;
    top: 100%
}

.c-select-menu [aria-expanded=false]+.c-menu[aria-hidden=true] {
    display: none
}

.c-select-menu>button {
    border: 0;
    background: 0 0;
    text-align: left
}

.c-select-menu>button.f-icon img {
    width: 40px;
    height: 22px;
    display: inline-block;
    padding-right: 16px
}

.c-select-menu>button.f-icon span {
    display: inline-block;
    width: calc(100% - 40px);
    color: inherit;
    vertical-align: middle
}

.c-select-menu>button img {
    width: 0;
    height: 0
}

.c-select-menu>button span {
    width: 100%
}

.c-select-menu>a,.c-select-menu>button {
    display: inline-block;
    color: rgba(0,0,0,.8);
    padding: 8px 24px 8px 8px;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.c-select-menu>a:after,.c-select-menu>button:after {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    font-size: 8px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}

.c-select-menu>a:hover,.c-select-menu>a:hover:after,.c-select-menu>button:hover,.c-select-menu>button:hover:after {
    color: #000
}

.c-select-menu>a:focus,.c-select-menu>button:focus {
    border-color: #0067B8;
    outline: #000 dashed 1px
}

.c-select-menu>a:focus:hover,.c-select-menu>button:focus:hover {
    outline: 0
}

.c-select-menu[aria-disabled=true]>a,.c-select-menu[aria-disabled=true]>a:active,.c-select-menu[aria-disabled=true]>a:after,.c-select-menu[aria-disabled=true]>a:focus,.c-select-menu[aria-disabled=true]>a:hover,.c-select-menu[aria-disabled=true]>button,.c-select-menu[aria-disabled=true]>button:active,.c-select-menu[aria-disabled=true]>button:after,.c-select-menu[aria-disabled=true]>button:focus,.c-select-menu[aria-disabled=true]>button:hover {
    color: rgba(0,0,0,.2)
}

.c-select-menu[aria-disabled=true]>a:hover,.c-select-menu[aria-disabled=true]>button:hover {
    cursor: not-allowed
}

.js .c-select-menu>[aria-expanded=true]+.c-menu[aria-hidden=false],.js .c-select-menu>span[aria-expanded=true]+.c-menu[aria-hidden=false],.no-js .c-select-menu:hover>.c-menu {
    display: block;
    -webkit-animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55);
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}

.theme-dark .theme-light .c-select-menu>a,.theme-dark .theme-light .c-select-menu>a:after,.theme-dark .theme-light .c-select-menu>button,.theme-dark .theme-light .c-select-menu>button:after,.theme-light .c-select-menu>a,.theme-light .c-select-menu>a:after,.theme-light .c-select-menu>button,.theme-light .c-select-menu>button:after {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-select-menu>a:hover,.theme-dark .theme-light .c-select-menu>a:hover:after,.theme-dark .theme-light .c-select-menu>button:hover,.theme-dark .theme-light .c-select-menu>button:hover:after,.theme-light .c-select-menu>a:hover,.theme-light .c-select-menu>a:hover:after,.theme-light .c-select-menu>button:hover,.theme-light .c-select-menu>button:hover:after {
    color: #000
}

.theme-dark .theme-light .c-select-menu>a:focus,.theme-dark .theme-light .c-select-menu>button:focus,.theme-light .c-select-menu>a:focus,.theme-light .c-select-menu>button:focus {
    outline-color: #000
}

.theme-dark .theme-light .c-select-menu.f-border>a,.theme-dark .theme-light .c-select-menu.f-border>button,.theme-light .c-select-menu.f-border>a,.theme-light .c-select-menu.f-border>button {
    background: rgba(255,255,255,.8);
    border-color: rgba(0,0,0,.6);
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-select-menu.f-border>a:after,.theme-dark .theme-light .c-select-menu.f-border>button:after,.theme-light .c-select-menu.f-border>a:after,.theme-light .c-select-menu.f-border>button:after {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-select-menu.f-border>a:hover,.theme-dark .theme-light .c-select-menu.f-border>button:hover,.theme-light .c-select-menu.f-border>a:hover,.theme-light .c-select-menu.f-border>button:hover {
    background: #FFF;
    border-color: rgba(0,0,0,.8);
    color: #000
}

.theme-dark .theme-light .c-select-menu.f-border>a:hover:after,.theme-dark .theme-light .c-select-menu.f-border>button:hover:after,.theme-light .c-select-menu.f-border>a:hover:after,.theme-light .c-select-menu.f-border>button:hover:after {
    color: #000
}

.theme-dark .theme-light .c-select-menu.f-border>a:focus,.theme-dark .theme-light .c-select-menu.f-border>button:focus,.theme-light .c-select-menu.f-border>a:focus,.theme-light .c-select-menu.f-border>button:focus {
    border-color: #000
}

.theme-dark .c-select-menu>a,.theme-dark .c-select-menu>a:after,.theme-dark .c-select-menu>button,.theme-dark .c-select-menu>button:after,.theme-light .theme-dark .c-select-menu>a,.theme-light .theme-dark .c-select-menu>a:after,.theme-light .theme-dark .c-select-menu>button,.theme-light .theme-dark .c-select-menu>button:after {
    color: rgba(255,255,255,.8)
}

.theme-dark .c-select-menu>a:hover,.theme-dark .c-select-menu>a:hover:after,.theme-dark .c-select-menu>button:hover,.theme-dark .c-select-menu>button:hover:after,.theme-light .theme-dark .c-select-menu>a:hover,.theme-light .theme-dark .c-select-menu>a:hover:after,.theme-light .theme-dark .c-select-menu>button:hover,.theme-light .theme-dark .c-select-menu>button:hover:after {
    color: #FFF
}

.theme-dark .c-select-menu>a:focus,.theme-dark .c-select-menu>button:focus,.theme-light .theme-dark .c-select-menu>a:focus,.theme-light .theme-dark .c-select-menu>button:focus {
    outline-color: #FFF
}

.theme-dark .c-select-menu.f-border>a,.theme-dark .c-select-menu.f-border>button,.theme-light .theme-dark .c-select-menu.f-border>a,.theme-light .theme-dark .c-select-menu.f-border>button {
    background: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.6);
    color: rgba(0,0,0,.8)
}

.theme-dark .c-select-menu.f-border>a:after,.theme-dark .c-select-menu.f-border>button:after,.theme-light .theme-dark .c-select-menu.f-border>a:after,.theme-light .theme-dark .c-select-menu.f-border>button:after {
    color: rgba(0,0,0,.8)
}

.theme-dark .c-select-menu.f-border>a:hover,.theme-dark .c-select-menu.f-border>button:hover,.theme-light .theme-dark .c-select-menu.f-border>a:hover,.theme-light .theme-dark .c-select-menu.f-border>button:hover {
    color: #000;
    background: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.8)
}

.theme-dark .c-select-menu.f-border>a:hover:after,.theme-dark .c-select-menu.f-border>button:hover:after,.theme-light .theme-dark .c-select-menu.f-border>a:hover:after,.theme-light .theme-dark .c-select-menu.f-border>button:hover:after {
    color: #000
}

.theme-dark .c-select-menu.f-border>a:focus,.theme-dark .c-select-menu.f-border>button:focus,.theme-light .theme-dark .c-select-menu.f-border>a:focus,.theme-light .theme-dark .c-select-menu.f-border>button:focus {
    border-color: #FFF
}

.c-select-menu [class*=c-paragraph],.c-select-menu+[class*=c-caption] {
    padding-top: 24px
}

.c-sequence-indicator {
    font-size: 0
}

.c-sequence-indicator[aria-hidden=true] {
    display: none
}

.c-sequence-indicator a,.c-sequence-indicator button {
    display: inline-block;
    border: 0;
    padding: 2px 3px;
    width: 12px;
    height: 10px;
    background: 0 0
}

@media screen and (-ms-high-contrast:active) {
    .c-sequence-indicator a,.c-sequence-indicator button {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-sequence-indicator a,.c-sequence-indicator button {
        background: #FFF
    }
}

.c-sequence-indicator a:before,.c-sequence-indicator button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.8)
}

.c-sequence-indicator a:focus,.c-sequence-indicator button:focus {
    outline: #000 dashed 1px
}

.c-sequence-indicator a:hover:before,.c-sequence-indicator button:hover:before {
    background: rgba(0,0,0,.4)
}

@media screen and (-ms-high-contrast:active) {
    .c-sequence-indicator a:hover:before,.c-sequence-indicator button:hover:before {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-sequence-indicator a:hover:before,.c-sequence-indicator button:hover:before {
        background: #FFF
    }
}

.c-sequence-indicator button[aria-checked=true]:before,.c-sequence-indicator button[aria-selected=true]:before {
    background: #000
}

@media screen and (-ms-high-contrast:active) {
    .c-sequence-indicator button[aria-checked=true]:before,.c-sequence-indicator button[aria-selected=true]:before {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-sequence-indicator button[aria-checked=true]:before,.c-sequence-indicator button[aria-selected=true]:before {
        background: #FFF
    }
}

.theme-dark .theme-light .c-sequence-indicator a:before,.theme-dark .theme-light .c-sequence-indicator button:before,.theme-light .c-sequence-indicator a:before,.theme-light .c-sequence-indicator button:before {
    border-color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-sequence-indicator a:focus,.theme-dark .theme-light .c-sequence-indicator button:focus,.theme-light .c-sequence-indicator a:focus,.theme-light .c-sequence-indicator button:focus {
    outline-color: #000
}

.theme-dark .theme-light .c-sequence-indicator a:hover:before,.theme-dark .theme-light .c-sequence-indicator button:hover:before,.theme-light .c-sequence-indicator a:hover:before,.theme-light .c-sequence-indicator button:hover:before {
    background: rgba(0,0,0,.4)
}

.theme-dark .theme-light .c-sequence-indicator button[aria-checked=true]:before,.theme-dark .theme-light .c-sequence-indicator button[aria-selected=true]:before,.theme-light .c-sequence-indicator button[aria-checked=true]:before,.theme-light .c-sequence-indicator button[aria-selected=true]:before {
    background: #000
}

.theme-dark .c-sequence-indicator a:before,.theme-dark .c-sequence-indicator button:before,.theme-light .theme-dark .c-sequence-indicator a:before,.theme-light .theme-dark .c-sequence-indicator button:before {
    border-color: rgba(255,255,255,.8)
}

.theme-dark .c-sequence-indicator a:focus,.theme-dark .c-sequence-indicator button:focus,.theme-light .theme-dark .c-sequence-indicator a:focus,.theme-light .theme-dark .c-sequence-indicator button:focus {
    outline-color: #FFF
}

.theme-dark .c-sequence-indicator a:hover:before,.theme-dark .c-sequence-indicator button:hover:before,.theme-light .theme-dark .c-sequence-indicator a:hover:before,.theme-light .theme-dark .c-sequence-indicator button:hover:before {
    background: rgba(255,255,255,.4)
}

.theme-dark .c-sequence-indicator button[aria-checked=true]:before,.theme-dark .c-sequence-indicator button[aria-selected=true]:before,.theme-light .theme-dark .c-sequence-indicator button[aria-checked=true]:before,.theme-light .theme-dark .c-sequence-indicator button[aria-selected=true]:before {
    background: #FFF
}

.c-slider {
    width: 296px
}

.c-slider.f-vertical {
    height: 324px
}

.c-slider.f-vertical input[type=range] {
    -webkit-appearance: slider-vertical;
    -moz-appearance: slider-vertical;
    appearance: slider-vertical
}

.c-slider.f-vertical>div {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 134px;
    left: -134px
}

.c-slider.f-vertical>div>button>span {
    top: -40px;
    left: -14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-slider input[type=range] {
    -webkit-appearance: slider-horizontal;
    -moz-appearance: slider-horizontal;
    appearance: slider-horizontal
}

.no-js .c-slider input[type=range] {
    display: block
}

.js .c-slider input[type=range] {
    display: none
}

.c-slider div {
    position: relative;
    height: 4px;
    background: rgba(0,0,0,.4)
}

@media screen and (-ms-high-contrast:active) {
    .c-slider div {
        background: rgba(255,255,255,.4)
    }
}

@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:black-on-white) {
    .c-slider div {
        border: 1px solid #000
    }
}

.c-slider div button {
    height: 24px;
    width: 8px;
    background: #0067B8;
    border: 0;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    top: -10px;
    outline: 0
}

@media screen and (-ms-high-contrast:active) {
    .c-slider div button,.c-slider div button:active,.c-slider div button:hover {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:black-on-white) {
    .c-slider div button,.c-slider div button:active,.c-slider div button:hover {
        border: 4px solid #000
    }
}

.c-slider div button:focus:not(.x-hidden-focus) {
    outline: #000 dashed 1px
}

.c-slider div button:hover {
    background: #000
}

.c-slider div button:active,.c-slider div button:focus:not(.x-hidden-focus) {
    background: #003e6e
}

.c-slider div button:active span,.c-slider div button:focus:not(.x-hidden-focus) span {
    display: block
}

.c-slider div button span {
    display: none;
    position: absolute;
    min-width: 36px;
    height: 36px;
    text-align: center;
    top: -40px;
    left: 4px;
    padding: 8px 8px 10px;
    background: #e6e6e6;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-slider div>span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #0067B8
}

@media screen and (-ms-high-contrast:active) {
    .c-slider div>span {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:black-on-white) {
    .c-slider div>span {
        border: 1px solid #000
    }
}

.c-slider.f-disabled label.c-label {
    color: rgba(0,0,0,.2)
}

.c-slider.f-disabled input[type=range][disabled]+div,.c-slider.f-disabled input[type=range][disabled]+div button {
    background: #ccc
}

.c-slider.f-disabled input[type=range][disabled]+div span {
    display: none
}

.c-structured-list {
    margin: 24px 0
}

.c-structured-list .f-column {
    padding-left: 10px
}

.c-structured-list .f-column:first-child {
    padding-right: 10px;
    padding-left: 0
}

.c-structured-list .f-column .f-row {
    width: 100%;
    float: left
}

.c-structured-list .f-column .f-row:after,.c-structured-list .f-column .f-row:before {
    content: " ";
    display: table
}

.c-structured-list .f-column .f-row.f-dividers {
    border-bottom: 1px solid #E6E6E6
}

.c-structured-list .f-column .f-row.f-dividers:first-child {
    border-top: 1px solid #E6E6E6
}

@media only screen and (max-width: 1399px) {
    .c-structured-list .f-column:first-child .f-row.f-dividers:first-child {
        border-top:1px solid #E6E6E6
    }

    .c-structured-list .f-column {
        padding-right: 10px;
        padding-left: 0;
        max-width: 768px
    }

    .c-structured-list .f-column .f-row.f-dividers:first-child {
        border-top: 0
    }
}

.c-structured-list .f-column .f-row [class^=c-paragraph] {
    padding: 0
}

.c-structured-list .f-column .f-row [data-grid="col-2 stack-2"] {
    padding: 8px 0 8px 24px
}

.c-structured-list .f-column .f-row [data-grid=col-10] {
    padding: 8px 12px 8px 24px
}

.c-table {
    overflow: auto;
    margin-top: 8px
}

.c-table.f-divided tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.c-table td.f-image {
    padding: 8px;
    vertical-align: middle
}

.c-table td .c-checkbox .c-label {
    margin-top: 0
}

.c-table td .c-checkbox input[type=checkbox]+span {
    display: inline
}

.c-table table {
    width: 100%
}

.c-table caption {
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 400;
    text-align: left
}

.c-table thead th,.c-table thead th button {
    font-size: 11px;
    line-height: 16px;
    color: rgba(0,0,0,.6)
}

.c-table thead {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.c-table thead th {
    vertical-align: bottom
}

.c-table thead th button {
    font-weight: 400;
    background: 0 0;
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.c-table thead th button:hover {
    color: rgba(0,0,0,.8)
}

.c-table thead th button.f-ascending,.c-table thead th button.f-descending {
    color: #000
}

.c-table thead th button:focus {
    outline: rgba(0,0,0,.6) dashed 1px
}

.c-table thead th button:active {
    color: #000;
    outline: transparent solid 1px
}

.c-table thead th button.c-glyph:after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: top
}

.c-table thead th button.f-ascending:after {
    content: ""
}

.c-table thead th button.f-descending:after {
    content: ""
}

.c-table thead th[colspan]:not([colspan="1"]),.c-table thead tr+tr th,.c-table thead tr+tr th:last-child {
    text-align: center
}

.c-table td,.c-table th {
    font-weight: 400;
    padding: 10px 12px;
    text-align: left
}

.c-table td:first-child,.c-table th:first-child {
    padding-left: 19px
}

.c-table td.f-sub-categorical,.c-table th.f-sub-categorical {
    text-align: center
}

.c-table td.f-numerical,.c-table th.f-numerical {
    text-align: right
}

.c-table td .c-price,.c-table th .c-price {
    float: right
}

.c-table td .c-price button,.c-table td .c-price span,.c-table th .c-price button,.c-table th .c-price span {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-table[data-table=structured] {
    margin-top: 20px
}

.c-table[data-table=structured] table {
    table-layout: fixed
}

.c-table[data-table=structured] table td {
    width: 50%
}

.c-table ul.c-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-table ul.c-list li {
    padding: 0 0 8px;
    list-style: none
}

.c-table .c-paragraph {
    padding: 0
}

.c-table .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    margin-top: 10px
}

.c-table .c-call-to-action:active,.c-table .c-call-to-action:focus:not(.x-hidden-focus),.c-table .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-table .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-table .c-call-to-action:focus:not(.x-hidden-focus),.c-table .c-call-to-action:hover {
    color: #005da6
}

.c-table .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-table .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-table .c-call-to-action,.theme-light .c-table .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-table .c-call-to-action:hover,.theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-table .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-table .c-call-to-action:hover,.theme-light .c-table .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .c-table .c-call-to-action:active,.theme-light .c-table .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-table .c-call-to-action[aria-disabled=true],.theme-light .c-table .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-table .c-call-to-action,.theme-light .theme-dark .c-table .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .c-table .c-call-to-action:hover,.theme-light .theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-table .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .c-table .c-call-to-action:hover,.theme-light .theme-dark .c-table .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .c-table .c-call-to-action:active,.theme-light .theme-dark .c-table .c-call-to-action:active {
    color: #ccc
}

.theme-dark .c-table .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .c-table .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-table .c-call-to-action:hover {
    border-color: transparent
}

.c-text-action {
    position: relative;
    min-width: 92px;
    max-width: 296px;
    height: 38px;
    margin-top: 20px
}

.c-text-action button,.c-text-action input[type=text] {
    float: left;
    outline: 0;
    background-color: #FFF
}

.c-text-action input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 38px 7px 10px;
    border: 1px solid rgba(0,0,0,.6)
}

.c-text-action input[type=text]:hover {
    border-color: rgba(0,0,0,.8)
}

.c-text-action input[type=text]:active,.c-text-action input[type=text]:focus {
    border-color: #0067B8
}

.c-text-action input[type=text]::-ms-clear {
    display: none
}

.c-text-action input[type=text]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text]::placeholder {
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text][disabled] {
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}

.c-text-action input[type=text][disabled]+button {
    cursor: not-allowed
}

.c-text-action input[type=text][disabled]+button:active,.c-text-action input[type=text][disabled]+button:focus,.c-text-action input[type=text][disabled]+button:hover {
    background: #FFF;
    color: rgba(0,0,0,.2)
}

.c-text-action input[type=text][disabled]+button:before {
    cursor: not-allowed;
    color: rgba(0,0,0,.2)
}

.c-text-action input[type=text][readonly] {
    border: 1px solid rgba(0,0,0,.6);
    background: #e6e6e6
}

.c-text-action input[type=text][readonly]+button {
    background: #e6e6e6;
    cursor: default;
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text][readonly]+button:active,.c-text-action input[type=text][readonly]+button:focus,.c-text-action input[type=text][readonly]+button:hover {
    color: rgba(0,0,0,.6)
}

.c-text-action input[type=text][readonly]+button:before {
    background: #e6e6e6
}

.c-text-action button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: 2px 1px 1px;
    padding: 9px;
    -webkit-transition: color .1s,background-color .1s;
    -o-transition: color .1s,background-color .1s;
    transition: color .1s,background-color .1s;
    border: 0
}

@media screen and (-ms-high-contrast) {
    .c-text-action button:active,.c-text-action button:focus,.c-text-action button:hover {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-text-action button:active,.c-text-action button:focus,.c-text-action button:hover {
        background: #000
    }
}

.c-text-action button:hover {
    color: #0067B8
}

.c-text-action button:active,.c-text-action button:focus {
    color: #FFF;
    background: #0067B8
}

.c-text-action button:before {
    font-size: 16px
}

.c-textarea label.c-label {
    display: block;
    margin-top: 16px;
    padding-bottom: 6px
}

.c-textarea textarea {
    font-size: 15px;
    line-height: 20px;
    min-width: 296px;
    min-height: 36px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.6);
    outline: 0;
    padding: 7px 12px;
    color: #000;
    resize: none
}

.c-textarea textarea:active,.c-textarea textarea:focus {
    border-color: #0067B8
}

.c-textarea textarea[disabled] {
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}

.c-textarea textarea[readonly] {
    border: 1px solid rgba(0,0,0,.6);
    background-color: #e6e6e6
}

.c-textarea textarea.f-resize {
    resize: both
}

.c-textarea textarea.f-scroll {
    overflow-y: scroll
}

.c-textarea textarea.f-flex {
    width: 100%;
    max-width: 100%
}

.theme-dark .theme-light .c-textarea textarea,.theme-light .c-textarea textarea {
    background: rgba(255,255,255,.6);
    border: 1px solid #000;
    color: #000
}

.theme-dark .c-textarea textarea,.theme-light .theme-dark .c-textarea textarea {
    background: rgba(255,255,255,.6);
    border-color: #FFF;
    color: #000
}

.c-textarea+p[class*=c-paragraph],.c-textarea+p[class*=c-caption] {
    padding-top: 16px
}

input.c-text-field[type=email],input.c-text-field[type=tel],input.c-text-field[type=url],input.c-text-field[type=text],input.c-text-field[type=number] {
    display: block;
    width: 296px;
    height: 36px;
    margin-top: 20px;
    padding: 7px 10px;
    border: 1px solid rgba(0,0,0,.6);
    outline: 0;
    background: #FFF
}

@media only screen and (max-width: 539px) {
    .c-textarea textarea {
        min-width:100%
    }

    input.c-text-field[type=email],input.c-text-field[type=tel],input.c-text-field[type=url],input.c-text-field[type=text],input.c-text-field[type=number] {
        width: 100%
    }
}

input.c-text-field[type=email].f-small,input.c-text-field[type=tel].f-small,input.c-text-field[type=url].f-small,input.c-text-field[type=text].f-small,input.c-text-field[type=number].f-small {
    width: 88px
}

input.c-text-field[type=email].f-flex,input.c-text-field[type=tel].f-flex,input.c-text-field[type=url].f-flex,input.c-text-field[type=text].f-flex,input.c-text-field[type=number].f-flex {
    width: 100%;
    min-width: 88px;
    max-width: 100%
}

input.c-text-field[type=email]:hover,input.c-text-field[type=tel]:hover,input.c-text-field[type=url]:hover,input.c-text-field[type=text]:hover,input.c-text-field[type=number]:hover {
    border-color: rgba(0,0,0,.8)
}

input.c-text-field[type=email]:active,input.c-text-field[type=email]:focus,input.c-text-field[type=tel]:active,input.c-text-field[type=tel]:focus,input.c-text-field[type=url]:active,input.c-text-field[type=url]:focus,input.c-text-field[type=text]:active,input.c-text-field[type=text]:focus,input.c-text-field[type=number]:active,input.c-text-field[type=number]:focus {
    border-color: #0067B8
}

input.c-text-field[type=email][disabled],input.c-text-field[type=tel][disabled],input.c-text-field[type=url][disabled],input.c-text-field[type=text][disabled],input.c-text-field[type=number][disabled] {
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}

input.c-text-field[type=email][readonly],input.c-text-field[type=tel][readonly],input.c-text-field[type=url][readonly],input.c-text-field[type=text][readonly],input.c-text-field[type=number][readonly] {
    border: 1px solid rgba(0,0,0,.6);
    background: #e6e6e6
}

input.c-text-field[type=email][maxlength="3"],input.c-text-field[type=tel][maxlength="3"],input.c-text-field[type=url][maxlength="3"],input.c-text-field[type=text][maxlength="3"],input.c-text-field[type=number][maxlength="3"] {
    max-width: 50px
}

input.c-text-field[type=email][maxlength="10"],input.c-text-field[type=tel][maxlength="10"],input.c-text-field[type=url][maxlength="10"],input.c-text-field[type=text][maxlength="10"],input.c-text-field[type=number][maxlength="10"] {
    max-width: 102px
}

input.c-text-field[type=email]::-webkit-input-placeholder,input.c-text-field[type=tel]::-webkit-input-placeholder,input.c-text-field[type=url]::-webkit-input-placeholder,input.c-text-field[type=text]::-webkit-input-placeholder,input.c-text-field[type=number]::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-text-field[type=email]:-ms-input-placeholder,input.c-text-field[type=tel]:-ms-input-placeholder,input.c-text-field[type=url]:-ms-input-placeholder,input.c-text-field[type=text]:-ms-input-placeholder,input.c-text-field[type=number]:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-text-field[type=email]::-ms-input-placeholder,input.c-text-field[type=tel]::-ms-input-placeholder,input.c-text-field[type=url]::-ms-input-placeholder,input.c-text-field[type=text]::-ms-input-placeholder,input.c-text-field[type=number]::-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

input.c-text-field[type=email]::placeholder,input.c-text-field[type=tel]::placeholder,input.c-text-field[type=url]::placeholder,input.c-text-field[type=text]::placeholder,input.c-text-field[type=number]::placeholder {
    color: rgba(0,0,0,.6)
}

input.c-text-field[type=email] [class*=c-paragraph],input.c-text-field[type=email]+[class*=c-caption],input.c-text-field[type=tel] [class*=c-paragraph],input.c-text-field[type=tel]+[class*=c-caption],input.c-text-field[type=url] [class*=c-paragraph],input.c-text-field[type=url]+[class*=c-caption],input.c-text-field[type=text] [class*=c-paragraph],input.c-text-field[type=text]+[class*=c-caption],input.c-text-field[type=number] [class*=c-paragraph],input.c-text-field[type=number]+[class*=c-caption] {
    padding-top: 24px
}

div.c-toggle button {
    position: relative;
    width: 44px;
    height: 20px;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 42px
}

@media screen and (-ms-high-contrast) {
    div.c-toggle button:after,div.c-toggle button[aria-checked=true]:after {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    div.c-toggle button:after,div.c-toggle button[aria-checked=true]:after {
        background: #000
    }
}

div.c-toggle button:after {
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background: #000;
    content: "";
    border-radius: 10px;
    width: 10px;
    height: 10px
}

div.c-toggle button:focus {
    outline: #000 dashed 1px
}

div.c-toggle button[aria-checked=true] {
    background: #0067B8;
    border-color: #0067B8
}

div.c-toggle button[aria-checked=true]:hover {
    background: rgba(0,103,184,.8);
    border-color: rgba(0,103,184,.8)
}

div.c-toggle button[aria-checked=true]:after {
    left: 28px;
    background: #FFF
}

div.c-toggle button[aria-checked=true]:disabled {
    background: rgba(0,0,0,.2);
    border-color: transparent
}

div.c-toggle button[aria-checked=true]:disabled:after {
    background: rgba(0,0,0,.2)
}

div.c-toggle button[aria-checked=false] {
    background: 0 0;
    border-color: #000
}

div.c-toggle button:disabled {
    background: 0 0;
    border-color: rgba(0,0,0,.2)
}

div.c-toggle button:disabled:after {
    background: rgba(0,0,0,.2)
}

div.c-toggle>label {
    float: left;
    clear: left;
    margin-top: 32px
}

div.c-toggle>label+button {
    margin-top: 0;
    float: left;
    clear: left
}

div.c-toggle>label+button+span {
    float: left
}

div.c-toggle span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    padding-left: 12px;
    padding-bottom: 0;
    cursor: pointer
}

div.c-toggle.f-disabled {
    color: rgba(0,0,0,.2)
}

div.c-toggle.f-disabled :hover,div.c-toggle.f-disabled:hover {
    cursor: default
}

span.c-tooltip {
    font-size: 13px;
    position: fixed;
    background: #f2f2f2;
    border: 1px solid rgba(0,0,0,.3);
    max-width: 340px;
    padding: 8px;
    line-height: 16px;
    z-index: 700
}

span.c-tooltip.hook-focus {
    margin-top: 8px
}

span.c-tooltip.hook-hover {
    margin-top: 20px
}

span.c-tooltip[aria-hidden=true] {
    display: none
}

span.c-tooltip.f-hidden-from-screen-readers,span.c-tooltip[aria-hidden=false] {
    display: block
}

.theme-dark .theme-light span.c-tooltip,.theme-light span.c-tooltip {
    background: #f2f2f2;
    color: #000;
    border-color: rgba(0,0,0,.3)
}

.theme-dark span.c-tooltip,.theme-light .theme-dark span.c-tooltip {
    background: #0d0d0d;
    color: #FFF;
    border-color: rgba(255,255,255,.3)
}

.c-track-list-placement {
    margin-right: 24px;
    margin-top: 12px
}

.c-track-list-placement>a {
    display: block;
    width: 100%;
    height: 100%
}

.c-track-list-placement>a:after,.c-track-list-placement>a:before {
    content: " ";
    display: table
}

.c-track-list-placement>a:after {
    clear: both
}

.c-track-list-placement>a:focus {
    outline: rgba(0,0,0,.6) dashed 1px
}

.c-track-list-placement>a:hover .c-heading,.c-track-list-placement>a:hover .c-subheading {
    text-decoration: underline
}

.c-track-list-placement>a:focus>picture img,.c-track-list-placement>a:hover>picture img {
    outline: rgba(0,0,0,.6) solid 1px
}

.c-video .f-progress div button:focus,.c-video .f-volume-slider .c-slider div button:focus,.c-video-player .f-core-player .f-progress div button:focus {
    outline-color: #FFF
}

.c-track-list-placement picture,.c-track-list-placement picture img {
    display: block
}

.c-track-list-placement .c-badge {
    margin-top: 12px;
    margin-bottom: 4px
}

.c-track-list-placement .c-badge+.c-heading {
    padding-top: 0
}

.c-track-list-placement .c-price {
    padding: 5px 0 0 5px;
    line-height: 20px;
    float: right
}

.c-track-list-placement .c-heading,.c-track-list-placement [itemprop="name byArtist inAlbum"] span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    width: 200px;
    padding: 8px 0 0;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-track-list-placement .c-heading {
    max-height: 20px;
    float: left
}

.c-track-list-placement .c-explicit {
    vertical-align: text-bottom
}

.c-track-list-placement [itemprop=byArtist] span,.c-track-list-placement [itemprop=inAlbum] span,.c-track-list-placement [itemprop=duration] span,.c-track-list-placement [itemprop="name byArtist inAlbum"] span {
    color: rgba(0,0,0,.6)
}

.c-track-list-placement [itemprop="name byArtist inAlbum"] span {
    max-height: 60px;
    float: left
}

.c-track-list-placement.f-size-small {
    width: 358px
}

.c-track-list-placement.f-size-small.f-wide {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E6E6E6
}

.c-track-list-placement.f-size-small.f-wide:first-child {
    border-top: 1px solid #E6E6E6
}

.c-track-list-placement.f-size-small.f-wide>div {
    padding: 0 12px
}

.c-track-list-placement.f-size-small.f-wide>div:first-child {
    padding: 8px 12px
}

.c-track-list-placement.f-size-small.f-wide>div:nth-child(4) {
    max-width: 150px
}

.c-track-list-placement.f-size-small.f-wide>div>.c-heading,.c-track-list-placement.f-size-small.f-wide>div>div,.c-track-list-placement.f-size-small.f-wide>div>span {
    padding: 0;
    float: left
}

.c-track-list-placement.f-size-small.f-wide>div .c-price {
    padding: 0;
    line-height: inherit
}

.c-track-list-placement.f-size-small.f-wide>div>.c-button {
    margin: 0;
    min-width: 65px;
    float: right
}

@media only screen and (min-width: 0) {
    .c-track-list-placement.f-size-small.f-wide {
        display:table-row
    }

    .c-track-list-placement.f-size-small.f-wide>div {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .c-track-list-placement.f-size-small.f-wide [itemprop=byArtist] span,.c-track-list-placement.f-size-small.f-wide [itemprop=inAlbum] span {
        width: inherit;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

@media only screen and (min-width: 320px) {
    .c-track-list-placement.f-size-small.f-wide [itemprop=duration] span {
        display:none
    }
}

@media only screen and (min-width: 540px) {
    .c-radio.f-inline legend+div,.c-radio.f-inline legend+div>div {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .c-track-list-placement.f-size-small.f-wide .c-heading {
        max-width: 250px
    }

    .c-track-list-placement.f-size-small.f-wide [itemprop=byArtist] span,.c-track-list-placement.f-size-small.f-wide [itemprop=inAlbum] span {
        max-width: 125px
    }
}

@media only screen and (min-width: 768px) {
    .c-track-list-placement.f-size-small.f-wide .c-heading {
        max-width:250px
    }

    .c-track-list-placement.f-size-small.f-wide [itemprop=byArtist] span,.c-track-list-placement.f-size-small.f-wide [itemprop=inAlbum] span {
        max-width: 100px
    }

    .c-track-list-placement.f-size-small.f-wide [itemprop=duration] span {
        display: table-cell
    }
}

@media only screen and (min-width: 1084px) {
    .c-track-list-placement.f-size-small.f-wide .c-heading {
        max-width:350px
    }

    .c-track-list-placement.f-size-small.f-wide [itemprop=byArtist] span,.c-track-list-placement.f-size-small.f-wide [itemprop=inAlbum] span {
        max-width: 175px
    }
}

.c-track-list-placement.f-size-small .c-badge {
    display: none
}

.c-track-list-placement.f-size-small picture {
    float: left;
    margin-right: 12px
}

.c-video {
    display: inline-block;
    margin: 0;
    width: 100%;
    min-width: 320px;
    direction: ltr;
    position: relative;
    overflow: hidden
}

.c-video>[aria-hidden=true] {
    display: none
}

.c-video video {
    display: block;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: 0 0
}

.c-video .f-video-cc-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.c-video .f-video-cc-overlay.f-overlay-slidein {
    bottom: 44px
}

.c-video .f-progress {
    direction: ltr;
    width: 100%;
    width: calc(100% - 288px);
    display: inline-block;
    margin-bottom: 5px
}

.c-video .f-progress div {
    background: rgba(255,255,255,.4)
}

.c-video .f-progress div button:active,.c-video .f-progress div button:hover {
    background: #FFF
}

.c-video .f-progress div button:active span,.c-video .f-progress div button:hover span {
    display: block
}

.c-video .f-progress div button span {
    font-size: 13px;
    width: auto;
    top: -48px;
    background: #000;
    color: #FFF
}

@media (max-width: 767px) {
    .c-video .f-progress div button span {
        font-size:12px
    }
}

.c-video button {
    color: #FFF;
    background: 0 0;
    border: 0
}

.c-video .f-video-controls {
    font-size: 24px;
    width: 100%;
    max-width: 1779px;
    height: 44px;
    background: #000;
    position: absolute;
    bottom: 0;
    display: inline-block
}

@media (max-width: 767px) {
    .c-video .f-video-controls {
        font-size:20px
    }
}

.c-video .f-video-controls button.c-glyph {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    top: 2px
}

.c-video .f-video-controls button.c-glyph:focus,.c-video .f-video-controls button.c-glyph:hover {
    color: rgba(255,255,255,.6)
}

.c-video .f-video-controls button.c-glyph:focus {
    outline: #FFF dashed 1px
}

.c-video .f-video-controls button.c-glyph:active {
    color: rgba(255,255,255,.4)
}

.c-video .f-video-controls .f-time {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    padding-right: 12px;
    position: relative;
    top: -3px
}

@media (max-width: 767px) {
    .c-video .f-video-controls .f-time {
        font-size:12px
    }
}

.c-video .f-video-controls .f-time .f-current-time {
    color: #FFF
}

.c-video .f-play-pause {
    margin-left: 1px;
    margin-top: 3px;
    padding-top: 1px
}

.c-video .f-full-screen span,.c-video .f-play-pause span {
    min-width: 44px;
    padding: 8px;
    background: #000;
    position: absolute;
    color: #FFF
}

.c-video .f-play-pause span {
    font-size: 13px;
    height: 36px;
    bottom: 46px;
    left: 0
}

@media (max-width: 767px) {
    .c-video .f-play-pause span {
        font-size:12px
    }
}

.c-video .f-play-pause span[aria-hidden=true] {
    display: none
}

.c-video .f-play-pause span[aria-hidden=false] {
    display: block
}

.c-video .f-full-screen {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0
}

.c-video .f-full-screen span {
    font-size: 13px;
    min-height: 36px;
    text-align: right;
    right: 0
}

@media (max-width: 767px) {
    .c-video .f-full-screen span {
        font-size:12px
    }
}

.c-video .f-full-screen span[aria-hidden=true] {
    display: none
}

.c-video .f-full-screen span[aria-hidden=false] {
    display: block;
    bottom: 49px
}

.c-video .f-volume-button {
    display: inline-block;
    position: absolute;
    right: 46px
}

.c-video .f-volume-slider {
    position: absolute;
    width: 44px;
    min-height: 120px;
    bottom: 46px;
    right: 46px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6)
}

.c-video .f-volume-slider:after {
    display: block;
    height: 11px;
    background: 0 0;
    position: absolute;
    content: "";
    bottom: -12px;
    width: 100%
}

.c-video .f-volume-slider[aria-hidden=true] {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(1px,1px,1px,1px)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important
}

.c-video .f-volume-slider .c-slider {
    width: 92px;
    height: 92px
}

@media screen and (-ms-high-contrast) {
    .c-video .f-volume-slider .c-slider div,.c-video .f-volume-slider .c-slider div button:active,.c-video .f-volume-slider .c-slider div button:hover {
        background: #FFF
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-video .f-volume-slider .c-slider div,.c-video .f-volume-slider .c-slider div button:active,.c-video .f-volume-slider .c-slider div button:hover {
        background: #000
    }
}

.c-video .f-volume-slider .c-slider div {
    background: rgba(255,255,255,.4);
    left: -25px;
    top: 45px
}

.c-video .f-volume-slider .c-slider div button:active,.c-video .f-volume-slider .c-slider div button:hover {
    background: #FFF
}

.c-video .f-volume-slider .c-slider div>span {
    background: #0067B8
}

.c-video .f-volume-slider .c-slider div button {
    z-index: 1
}

.c-video .f-volume-slider .c-slider div button span {
    font-size: 13px;
    width: auto;
    min-width: 40px;
    min-height: 32px;
    top: 38px;
    left: -16px;
    background: #000;
    color: #FFF;
    border: 1px solid rgba(255,255,255,.6)
}

@media (max-width: 767px) {
    .c-video .f-volume-slider .c-slider div button span {
        font-size:12px
    }
}

.c-video .f-options {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 90px;
    margin-left: 12px
}

.c-video .f-options-dialog {
    position: absolute;
    bottom: 46px;
    right: 90px;
    width: 160px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6);
    overflow: hidden;
    direction: ltr
}

.c-video .f-options-dialog .c-list {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px
}

.c-video .f-options-dialog .c-list li {
    height: 40px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.6)
}

.c-video .f-options-dialog .c-list li:first-child {
    border-top: 0
}

.c-video .f-options-dialog .c-list li ul {
    display: none;
    left: 160px
}

.c-video .f-options-dialog .c-list li ul li {
    position: relative
}

.c-video .f-options-dialog .c-list li a {
    font-size: 13px;
    color: #FFF;
    display: block;
    height: 100%;
    width: 100%;
    padding: 8px 12px
}

@media (max-width: 767px) {
    .c-video .f-options-dialog .c-list li a {
        font-size:12px
    }
}

.c-video .f-options-dialog .c-list li a .c-image {
    padding-right: 12px;
    display: inline-block
}

.c-video .f-options-dialog .c-list li a.c-action-trigger {
    margin-top: 0
}

.c-video .f-options-dialog .c-list li a.c-action-trigger:before {
    margin-left: 1px;
    margin-bottom: 5px
}

.c-video .f-options-dialog .c-list li a.c-glyph[data-video-selectable] {
    color: rgba(255,255,255,.8)
}

.c-video .f-options-dialog .c-list li a.glyph-check-mark[data-video-selectable] {
    color: #FFF
}

.c-video .f-options-dialog .c-list li a.glyph-check-mark[data-video-selectable]:before {
    float: right;
    margin-right: 0
}

.c-video .f-options-dialog .c-list li a:hover {
    text-decoration: none;
    background: rgba(255,255,255,.1)
}

.c-video .f-options-dialog .c-list li a:focus {
    border: 1px dashed #FFF
}

.c-video .f-options-dialog .c-list li a:active {
    text-decoration: none;
    background: rgba(255,255,255,.2);
    border: 0
}

.c-video .f-options-dialog[aria-hidden=true] {
    visibility: hidden
}

.c-video .f-options-dialog[aria-hidden=false] {
    visibility: visible
}

.c-video [role=status] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #FFF;
    text-align: center
}

.c-video [role=status] .c-heading,.c-video [role=status] .c-paragraph {
    font-size: 15px
}

.c-video [role=status] .c-heading {
    font-weight: 700
}

.c-video [role=status] .c-heading:before {
    font-size: 34px;
    font-family: MWF-MDL2;
    content: "";
    display: block;
    margin-bottom: 20px;
    font-weight: 400
}

.c-video [role=status]>div {
    position: absolute;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 48px;
    width: 100%
}

@media only screen and (min-width: 1400px) {
    .c-video [role=status]>div {
        padding:56px
    }
}

.c-video [role=status][aria-hidden=true] {
    display: none
}

.c-video .f-slidein {
    -webkit-animation: .5s forwards slidein;
    animation: .5s forwards slidein
}

.c-video .f-slideout {
    -webkit-animation: .5s forwards slideout;
    animation: .5s forwards slideout
}

.c-video.f-video-trigger.f-mask-20 {
    background-color: rgba(0,0,0,.2)
}

.c-video.f-video-trigger.f-mask-40 {
    background-color: rgba(0,0,0,.4)
}

.c-video.f-video-trigger section {
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #FFF;
    background-color: rgba(0,0,0,.2)
}

.c-video.f-video-trigger section:hover {
    background-color: rgba(0,0,0,.4)
}

.c-video.f-video-trigger section div {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0
}

.c-video.f-video-trigger section div .c-heading {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0 auto;
    max-width: 60%
}

@media (max-width: 767px) {
    .c-video.f-video-trigger section div .c-heading {
        font-size:20px
    }
}

.c-video.f-video-trigger section div p {
    font-size: 13px;
    padding: 0;
    max-width: 33.3333333333%;
    margin: 0 auto;
    display: block
}

.c-video.f-video-trigger section div p[aria-hidden=true] {
    display: none
}

.c-video.f-video-trigger section div a {
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    color: #FFF;
    margin-top: 16px;
    padding: 0
}

.c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label] {
    font-size: 24px;
    font-family: MWF-MDL2;
    content: "";
    margin-top: 16px;
    line-height: 28px;
    padding-right: 3px;
    height: 48px;
    width: 48px;
    color: #FFF
}

.c-video-player,.c-video-player .f-core-player,.c-video-player .f-video-player {
    height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label] {
        font-size:20px
    }
}

.c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]:hover {
    color: rgba(255,255,255,.8)
}

.c-video.f-video-trigger[class*=f-mask].theme-light>section {
    background: #FFF
}

.c-video.f-video-trigger[class*=f-mask].theme-dark>section {
    background: #000
}

.c-video-player {
    display: inline-block;
    margin: 0;
    min-width: 320px;
    direction: ltr;
    position: relative;
    overflow: hidden
}

.c-video-player>[aria-hidden=true] {
    display: none
}

.c-video-player .f-core-player object,.c-video-player .f-core-player video {
    display: block;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: #000
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-info p[aria-hidden=true],.c-video-player .f-core-player .f-video-player div {
    display: none
}

.c-video-player .f-core-player .f-video-cc-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.c-video-player .f-core-player .f-video-cc-overlay.f-overlay-slidein {
    bottom: 44px
}

.c-video-player .f-core-player .f-interactive-overlay {
    background-color: rgba(0,0,0,.4);
    background-size: cover;
    color: #FFF;
    height: 20%;
    max-height: 200px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%
}

.c-video-player .f-core-player .f-interactive-overlay div {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-info {
    float: left;
    left: 25%;
    width: 50%
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-info .c-headline {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-interactive-overlay .f-overlay-info .c-headline {
        font-size:20px
    }
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-info p {
    font-size: 13px;
    padding: 0;
    margin: 5px 0
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-link {
    float: right;
    width: 25%
}

.c-video-player .f-core-player .f-interactive-overlay .f-overlay-link .c-action-trigger {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@-webkit-keyframes interactive-overlay-slidein {
    from {
        top: -20%
    }

    to {
        top: 0
    }
}

@keyframes interactive-overlay-slidein {
    from {
        top: -20%
    }

    to {
        top: 0
    }
}

@-webkit-keyframes interactive-overlay-slideout {
    from {
        top: 0
    }

    to {
        top: -20%
    }
}

@keyframes interactive-overlay-slideout {
    from {
        top: 0
    }

    to {
        top: -20%
    }
}

.c-video-player .f-core-player .f-interactive-overlay-slidein {
    -webkit-animation: .5s forwards interactive-overlay-slidein;
    animation: .5s forwards interactive-overlay-slidein
}

.c-video-player .f-core-player .f-interactive-overlay-slideout {
    -webkit-animation: .5s forwards interactive-overlay-slideout;
    animation: .5s forwards interactive-overlay-slideout
}

.c-video-player .f-core-player .f-progress {
    direction: ltr;
    width: 100%;
    width: calc(100% - 288px);
    display: inline-block;
    margin-bottom: 5px
}

.c-video-player .f-core-player .f-progress div {
    background: rgba(255,255,255,.4)
}

.c-video-player .f-core-player .f-progress div button:active,.c-video-player .f-core-player .f-progress div button:hover {
    background: #FFF
}

.c-video-player .f-core-player .f-progress div button:active span,.c-video-player .f-core-player .f-progress div button:hover span {
    display: block
}

.c-video-player .f-core-player .f-progress div button {
    background: #0067B8
}

.c-video-player .f-core-player .f-progress div button span {
    font-size: 13px;
    width: auto;
    top: -48px;
    background: #000;
    color: #FFF
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-progress div button span {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-video-controls {
    font-size: 24px;
    width: 100%;
    height: 44px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: 1
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-video-controls {
        font-size:20px
    }
}

.c-video-player .f-core-player .f-video-controls span {
    font-size: 13px
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-video-controls span {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-video-controls button {
    color: #FFF;
    background: 0 0;
    border: 0
}

.c-video-player .f-core-player .f-video-controls button.c-glyph {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    top: 2px
}

.c-video-player .f-core-player .f-video-controls button.c-glyph:focus,.c-video-player .f-core-player .f-video-controls button.c-glyph:hover {
    color: rgba(255,255,255,.6)
}

.c-video-player .f-core-player .f-video-controls button.c-glyph:focus {
    outline: #FFF dashed 1px
}

.c-video-player .f-core-player .f-video-controls button.c-glyph:active {
    color: rgba(255,255,255,.4)
}

.c-video-player .f-core-player .f-video-controls .f-time {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    padding-right: 12px;
    position: relative;
    top: -3px
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-video-controls .f-time {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-video-controls .f-time .f-current-time,.c-video-player .f-core-player .f-video-controls .f-time .f-duration {
    color: #FFF
}

.c-video-player .f-core-player .f-full-screen span,.c-video-player .f-core-player .f-options span,.c-video-player .f-core-player .f-play-pause span {
    font-size: 13px;
    color: #FFF;
    position: absolute;
    min-height: 36px;
    min-width: 44px;
    text-align: left;
    background: #000;
    padding: 8px
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-full-screen span,.c-video-player .f-core-player .f-options span,.c-video-player .f-core-player .f-play-pause span {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-full-screen span[aria-hidden=true],.c-video-player .f-core-player .f-options span[aria-hidden=true],.c-video-player .f-core-player .f-play-pause span[aria-hidden=true] {
    display: none
}

.c-video-player .f-core-player .f-full-screen span[aria-hidden=false],.c-video-player .f-core-player .f-options span[aria-hidden=false],.c-video-player .f-core-player .f-play-pause span[aria-hidden=false] {
    display: block;
    bottom: 49px
}

.c-video-player .f-core-player .f-play-pause {
    margin-left: 1px;
    margin-top: 3px;
    padding-top: 1px
}

.c-video-player .f-core-player .f-play-pause span {
    left: 0
}

.c-video-player .f-core-player .f-full-screen {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0
}

.c-video-player .f-core-player .f-full-screen span {
    right: 0
}

.c-video-player .f-core-player .f-volume-button {
    display: inline-block;
    position: absolute;
    right: 46px
}

.c-video-player .f-core-player .f-volume-slider {
    position: absolute;
    width: 44px;
    min-height: 120px;
    bottom: 46px;
    right: 46px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6)
}

.c-video-player .f-core-player .f-volume-slider:after {
    display: block;
    height: 11px;
    background: 0 0;
    position: absolute;
    content: "";
    bottom: -12px;
    width: 100%
}

.c-video-player .f-core-player .f-volume-slider[aria-hidden=true] {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(1px,1px,1px,1px)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important
}

.c-video-player .f-core-player .f-player-menu .c-list li button.glyph-check-mark[data-video-selectable]:before,.c-video-player .f-core-player .f-player-menu .c-list li button.glyph-chevron-right:before {
    float: right;
    margin-right: 0
}

.c-video-player .f-core-player .f-volume-slider .c-slider {
    width: 92px;
    height: 92px
}

.c-video-player .f-core-player .f-volume-slider .c-slider div {
    background: rgba(255,255,255,.4);
    left: -25px;
    top: 45px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-video-player .f-core-player .f-volume-slider .c-slider div button:active,.c-video-player .f-core-player .f-volume-slider .c-slider div button:hover {
    background: #FFF
}

.c-video-player .f-core-player .f-volume-slider .c-slider div>span {
    background: #0067B8
}

.c-video-player .f-core-player .f-volume-slider .c-slider div button {
    background: #0067B8;
    z-index: 1
}

.c-video-player .f-core-player .f-volume-slider .c-slider div button span {
    font-size: 13px;
    width: auto;
    min-width: 40px;
    min-height: 32px;
    top: 38px;
    left: -16px;
    background: #000;
    color: #FFF;
    border: 1px solid rgba(255,255,255,.6);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-volume-slider .c-slider div button span {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-volume-slider .c-slider div button:focus {
    outline-color: #FFF
}

.c-video-player .f-core-player .f-options {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 90px;
    margin-left: 12px
}

.c-video-player .f-core-player .f-options span {
    left: 0
}

.c-video-player .f-core-player .f-player-menu {
    position: absolute;
    bottom: 46px;
    right: 90px;
    min-width: 160px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6);
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    outline: transparent solid 0
}

.c-video-player .f-core-player .f-player-menu .c-list {
    margin: 0;
    min-width: 160px;
    list-style: none
}

.c-video-player .f-core-player .f-player-menu .c-list li {
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.6)
}

.c-video-player .f-core-player .f-player-menu .c-list li:first-child {
    border-top: 0
}

.c-video-player .f-core-player .f-player-menu .c-list li ul {
    display: none;
    left: 160px
}

.c-video-player .f-core-player .f-player-menu .c-list li ul li {
    position: relative
}

.c-video-player .f-core-player .f-player-menu .c-list li button {
    font-size: 13px;
    color: #FFF;
    display: block;
    height: 100%;
    padding: 8px 12px;
    text-align: left;
    width: 100%
}

@media (max-width: 767px) {
    .c-video-player .f-core-player .f-player-menu .c-list li button {
        font-size:12px
    }
}

.c-video-player .f-core-player .f-player-menu .c-list li button .c-image {
    padding-right: 12px;
    display: inline-block;
    width: 28px
}

.c-video-player .f-core-player .f-player-menu .c-list li button.c-action-trigger {
    margin-top: 0
}

.c-video-player .f-core-player .f-player-menu .c-list li button.c-action-trigger:before {
    margin-left: 1px;
    margin-bottom: 5px
}

.c-video-player .f-core-player .f-player-menu .c-list li button.c-glyph[data-video-selectable] {
    color: rgba(255,255,255,.8)
}

.c-video-player .f-core-player .f-player-menu .c-list li button.glyph-check-mark[data-video-selectable] {
    color: #FFF
}

.c-video-player .f-core-player .f-player-menu .c-list li button.glyph-chevron-right {
    color: #FFF
}

.c-video-player .f-core-player .f-player-menu .c-list li button:hover {
    text-decoration: none;
    background: rgba(255,255,255,.1)
}

.c-video-player .f-core-player .f-player-menu .c-list li button:focus {
    border: 1px dashed #FFF
}

.c-video-player .f-core-player .f-player-menu .c-list li button:active {
    text-decoration: none;
    background: rgba(255,255,255,.2);
    border: 0
}

.c-video-player .f-core-player .f-player-menu[aria-hidden=true] {
    visibility: hidden
}

.c-video-player .f-core-player .f-player-menu[aria-hidden=false] {
    visibility: visible
}

.c-video-player .f-core-player .c-progress {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-video-player .f-core-player [role=status] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #FFF;
    text-align: center
}

.c-video-player .f-core-player [role=status] .c-heading,.c-video-player .f-core-player [role=status] .c-paragraph {
    font-size: 15px
}

.c-video-player .f-core-player [role=status] .c-heading {
    font-weight: 700
}

.c-video-player .f-core-player [role=status] .c-heading:before {
    font-size: 34px;
    font-family: MWF-MDL2;
    content: "";
    display: block;
    margin-bottom: 20px;
    font-weight: 400
}

.c-video-player .f-core-player [role=status][aria-hidden=true],.c-video-player .f-core-player>[aria-hidden=true] {
    display: none
}

.c-video-player .f-core-player [role=status]>div {
    position: absolute;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 48px;
    width: 100%
}

@media only screen and (min-width: 1400px) {
    .c-video-player .f-core-player [role=status]>div {
        padding:56px
    }
}

@-webkit-keyframes slidein {
    from {
        bottom: -44px
    }

    to {
        bottom: 0
    }
}

@keyframes slidein {
    from {
        bottom: -44px
    }

    to {
        bottom: 0
    }
}

@-webkit-keyframes slideout {
    from {
        bottom: 0
    }

    to {
        bottom: -44px
    }
}

@keyframes slideout {
    from {
        bottom: 0
    }

    to {
        bottom: -44px
    }
}

.c-video-player .f-core-player .f-slidein {
    -webkit-animation: .5s forwards slidein;
    animation: .5s forwards slidein
}

.c-video-player .f-core-player .f-slideout {
    -webkit-animation: .5s forwards slideout;
    animation: .5s forwards slideout
}

.c-video-player .f-external-player {
    height: 100%;
    width: 100%
}

.c-video-player .f-video-trigger {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c-video-player .f-video-trigger .f-mask-20 {
    background-color: rgba(0,0,0,.2)
}

.c-video-player .f-video-trigger .f-mask-40 {
    background-color: rgba(0,0,0,.4)
}

.c-video-player .f-video-trigger section {
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #FFF;
    background-color: rgba(0,0,0,.2)
}

.c-video-player .f-video-trigger section:hover {
    background-color: rgba(0,0,0,.4)
}

.c-video-player .f-video-trigger section div {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0
}

.c-video-player .f-video-trigger section div .c-heading {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0 auto;
    max-width: 60%
}

@media (max-width: 767px) {
    .c-video-player .f-video-trigger section div .c-heading {
        font-size:20px
    }
}

.c-video-player .f-video-trigger section div p {
    font-size: 13px;
    padding: 0;
    max-width: 33.3333333333%;
    margin: 0 auto
}

.c-video-player .f-video-trigger section div a,.c-video-player .f-video-trigger section div button {
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    color: #FFF;
    margin: 0;
    padding: 0
}

.c-video-player .f-video-trigger section div a.c-action-trigger.c-glyph[aria-label],.c-video-player .f-video-trigger section div button.c-action-trigger.c-glyph[aria-label] {
    font-size: 24px;
    font-family: MWF-MDL2;
    content: "";
    margin: 0;
    line-height: 13px;
    padding-right: 5px;
    height: 48px;
    width: 48px;
    color: #FFF
}

@media (max-width: 767px) {
    .c-video-player .f-video-trigger section div a.c-action-trigger.c-glyph[aria-label],.c-video-player .f-video-trigger section div button.c-action-trigger.c-glyph[aria-label] {
        font-size:20px
    }
}

.c-video-player .f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]:hover,.c-video-player .f-video-trigger section div button.c-action-trigger.c-glyph[aria-label]:hover {
    color: rgba(255,255,255,.8)
}

.c-video-player .f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]:focus,.c-video-player .f-video-trigger section div button.c-action-trigger.c-glyph[aria-label]:focus {
    background: rgba(0,0,0,.6);
    outline: #FFF dashed 1px
}

.c-video-player .f-video-trigger[class*=f-mask].theme-light>section {
    background: #FFF
}

.c-video-player .f-video-trigger[class*=f-mask].theme-dark>section {
    background: #000
}

.c-video-player+.m-media-gallery {
    padding: 24px 0 0
}

.c-content-placement,.m-content-placement-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 48px;
    cursor: pointer
}

.c-content-placement .c-heading,.m-content-placement-item .c-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    opacity: .95;
    padding-top: 12px;
    padding-bottom: 2px
}

.c-content-placement .c-paragraph,.m-content-placement-item .c-paragraph {
    padding-top: 2px
}

.c-content-placement .c-heading,.c-content-placement .c-paragraph,.m-content-placement-item .c-heading,.m-content-placement-item .c-paragraph {
    padding-right: 12px
}

.c-content-placement .c-call-to-action,.m-content-placement-item .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.c-content-placement .c-call-to-action:active,.c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.c-content-placement .c-call-to-action:hover,.m-content-placement-item .c-call-to-action:active,.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.c-content-placement .c-call-to-action:hover,.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item .c-call-to-action:hover {
    color: #005da6
}

.c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span,.c-content-placement .c-call-to-action:hover span,.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span,.m-content-placement-item .c-call-to-action:hover span {
    text-decoration: underline
}

.c-content-placement .c-call-to-action:active,.m-content-placement-item .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-content-placement:hover>div .c-heading,.c-content-placement:hover>div>.c-call-to-action span,.c-content-placement:hover>div>.c-group>.c-call-to-action:first-child span,.c-content-placement:hover>div>.c-group>.c-hyperlink:first-child,.c-content-placement:hover>div>.c-hyperlink,.c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span,.c-content-placement>a:first-child .c-call-to-action:hover span,.m-content-placement-item:hover>div .c-heading,.m-content-placement-item:hover>div>.c-call-to-action span,.m-content-placement-item:hover>div>.c-group>.c-call-to-action:first-child span,.m-content-placement-item:hover>div>.c-group>.c-hyperlink:first-child,.m-content-placement-item:hover>div>.c-hyperlink,.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span,.m-content-placement-item>a:first-child .c-call-to-action:hover span {
    text-decoration: underline
}

.c-content-placement .c-call-to-action[aria-disabled=true],.m-content-placement-item .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-content-placement .c-call-to-action,.theme-dark .theme-light .m-content-placement-item .c-call-to-action,.theme-light .c-content-placement .c-call-to-action,.theme-light .m-content-placement-item .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-content-placement .c-call-to-action:hover,.theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-content-placement-item .c-call-to-action:hover,.theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-content-placement .c-call-to-action:hover,.theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-content-placement-item .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-content-placement .c-call-to-action:hover,.theme-dark .theme-light .m-content-placement-item .c-call-to-action:hover,.theme-light .c-content-placement .c-call-to-action:hover,.theme-light .m-content-placement-item .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .c-content-placement .c-call-to-action:active,.theme-dark .theme-light .m-content-placement-item .c-call-to-action:active,.theme-light .c-content-placement .c-call-to-action:active,.theme-light .m-content-placement-item .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-content-placement .c-call-to-action[aria-disabled=true],.theme-dark .theme-light .m-content-placement-item .c-call-to-action[aria-disabled=true],.theme-light .c-content-placement .c-call-to-action[aria-disabled=true],.theme-light .m-content-placement-item .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-content-placement .c-call-to-action,.theme-dark .m-content-placement-item .c-call-to-action,.theme-light .theme-dark .c-content-placement .c-call-to-action,.theme-light .theme-dark .m-content-placement-item .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .c-content-placement .c-call-to-action:hover,.theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-content-placement-item .c-call-to-action:hover,.theme-light .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-placement .c-call-to-action:hover,.theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-content-placement-item .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .c-content-placement .c-call-to-action:hover,.theme-dark .m-content-placement-item .c-call-to-action:hover,.theme-light .theme-dark .c-content-placement .c-call-to-action:hover,.theme-light .theme-dark .m-content-placement-item .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .c-content-placement .c-call-to-action:active,.theme-dark .m-content-placement-item .c-call-to-action:active,.theme-light .theme-dark .c-content-placement .c-call-to-action:active,.theme-light .theme-dark .m-content-placement-item .c-call-to-action:active {
    color: #ccc
}

.theme-dark .c-content-placement .c-call-to-action[aria-disabled=true],.theme-dark .m-content-placement-item .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .c-content-placement .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-content-placement-item .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-content-placement .c-hyperlink,.m-content-placement-item .c-hyperlink {
    display: inline-block;
    padding: 10px 16px 10px 0
}

.c-content-placement .c-hyperlink+.c-hyperlink,.m-content-placement-item .c-hyperlink+.c-hyperlink {
    padding-right: 0
}

.c-content-placement .c-badge,.m-content-placement-item .c-badge {
    margin: 12px 0 4px
}

@media only screen and (min-width: 320px) {
    .c-content-placement .c-badge+.c-heading,.m-content-placement-item .c-badge+.c-heading {
        padding-top:0
    }
}

.c-content-placement .c-video,.c-content-placement .m-ambient-video,.m-content-placement-item .c-video,.m-content-placement-item .m-ambient-video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    padding: 0
}

.c-content-placement .c-video video,.c-content-placement .m-ambient-video video,.m-content-placement-item .c-video video,.m-content-placement-item .m-ambient-video video {
    min-width: 100%;
    width: 100%;
    height: 100%
}

.c-content-placement>picture,.m-content-placement-item>picture {
    display: block;
    position: relative;
    overflow: hidden
}

.c-content-placement>picture img,.m-content-placement-item>picture img {
    position: relative;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 539px) {
    .c-content-placement .c-heading,.m-content-placement-item .c-heading {
        font-size:18px;
        line-height: 24px
    }
}

.no-js .c-content-placement,.no-js .m-content-placement-item {
    cursor: auto
}

.c-content-placement .c-group,.m-content-placement-item .c-group {
    display: block;
    overflow: visible
}

.c-content-placement .c-group>.c-call-to-action,.m-content-placement-item .c-group>.c-call-to-action {
    padding-right: 16px;
    margin-top: 0
}

.c-content-placement:hover picture img,.m-content-placement-item:hover picture img {
    opacity: .9
}

.c-content-placement>a:first-child,.m-content-placement-item>a:first-child {
    display: block
}

.c-content-placement>a:first-child .c-heading,.m-content-placement-item>a:first-child .c-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    opacity: .95;
    padding-top: 12px;
    padding-bottom: 2px
}

.c-content-placement>a:first-child .c-paragraph,.m-content-placement-item>a:first-child .c-paragraph {
    padding-top: 2px
}

.c-content-placement>a:first-child .c-heading,.c-content-placement>a:first-child .c-paragraph,.m-content-placement-item>a:first-child .c-heading,.m-content-placement-item>a:first-child .c-paragraph {
    padding-right: 12px
}

.c-content-placement>a:first-child .c-call-to-action,.m-content-placement-item>a:first-child .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.c-content-placement>a:first-child .c-call-to-action:active,.c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.c-content-placement>a:first-child .c-call-to-action:hover,.m-content-placement-item>a:first-child .c-call-to-action:active,.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item>a:first-child .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.c-content-placement>a:first-child .c-call-to-action:hover,.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.m-content-placement-item>a:first-child .c-call-to-action:hover {
    color: #005da6
}

.c-content-placement>a:first-child .c-call-to-action:active,.m-content-placement-item>a:first-child .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-content-placement>a:first-child:active .c-heading,.c-content-placement>a:first-child:hover .c-heading,.c-content-placement>a:first-child:hover+.c-call-to-action span,.c-content-placement>a:first-child:hover+.c-group>.c-call-to-action:first-child span,.c-content-placement>a:first-child:hover+.c-group>.c-hyperlink:first-child,.c-content-placement>a:first-child:hover+.c-hyperlink,.c-product-placement>a:hover .c-heading,.c-product-placement>a:hover .c-subheading,.m-content-placement-item>a:first-child:active .c-heading,.m-content-placement-item>a:first-child:hover .c-heading,.m-content-placement-item>a:first-child:hover+.c-call-to-action span,.m-content-placement-item>a:first-child:hover+.c-group>.c-call-to-action:first-child span,.m-content-placement-item>a:first-child:hover+.c-group>.c-hyperlink:first-child,.m-content-placement-item>a:first-child:hover+.c-hyperlink,.m-product-placement-item>a:hover .c-heading,.m-product-placement-item>a:hover .c-subheading {
    text-decoration: underline
}

.c-content-placement>a:first-child .c-call-to-action[aria-disabled=true],.m-content-placement-item>a:first-child .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action,.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action,.theme-light .c-content-placement>a:first-child .c-call-to-action,.theme-light .m-content-placement-item>a:first-child .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:hover,.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover,.theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-content-placement>a:first-child .c-call-to-action:hover,.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:hover,.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover,.theme-light .c-content-placement>a:first-child .c-call-to-action:hover,.theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:active,.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:active,.theme-light .c-content-placement>a:first-child .c-call-to-action:active,.theme-light .m-content-placement-item>a:first-child .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action[aria-disabled=true],.theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled=true],.theme-light .c-content-placement>a:first-child .c-call-to-action[aria-disabled=true],.theme-light .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action,.theme-dark .m-content-placement-item>a:first-child .c-call-to-action,.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action,.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .c-content-placement>a:first-child .c-call-to-action:hover,.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover,.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover,.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action:hover,.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover,.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover,.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action:active,.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:active,.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:active,.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:active {
    color: #ccc
}

.theme-dark .c-content-placement>a:first-child .c-call-to-action[aria-disabled=true],.theme-dark .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-content-placement>a:first-child .c-hyperlink,.m-content-placement-item>a:first-child .c-hyperlink {
    display: inline-block;
    padding: 10px 16px 10px 0
}

.c-content-placement>a:first-child .c-hyperlink+.c-hyperlink,.m-content-placement-item>a:first-child .c-hyperlink+.c-hyperlink {
    padding-right: 0
}

.c-content-placement>a:first-child .c-badge,.m-content-placement-item>a:first-child .c-badge {
    margin: 12px 0 4px
}

@media only screen and (min-width: 320px) {
    .c-content-placement>a:first-child .c-badge+.c-heading,.m-content-placement-item>a:first-child .c-badge+.c-heading {
        padding-top:0
    }
}

.c-content-placement>a:first-child .c-video,.c-content-placement>a:first-child .m-ambient-video,.m-content-placement-item>a:first-child .c-video,.m-content-placement-item>a:first-child .m-ambient-video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    padding: 0
}

.c-content-placement>a:first-child .c-video video,.c-content-placement>a:first-child .m-ambient-video video,.m-content-placement-item>a:first-child .c-video video,.m-content-placement-item>a:first-child .m-ambient-video video {
    min-width: 100%;
    width: 100%;
    height: 100%
}

.c-content-placement>a:first-child>picture,.m-content-placement-item>a:first-child>picture {
    display: block;
    position: relative;
    overflow: hidden
}

.c-content-placement>a:first-child>picture img,.m-content-placement-item>a:first-child>picture img {
    position: relative;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 539px) {
    .c-content-placement>a:first-child .c-heading,.m-content-placement-item>a:first-child .c-heading {
        font-size:18px;
        line-height: 24px
    }
}

.c-content-placement>a:first-child:hover picture img,.m-content-placement-item>a:first-child:hover picture img {
    opacity: .9
}

.c-content-placement>a:first-child:active picture img,.m-content-placement-item>a:first-child:active picture img {
    opacity: .8
}

.c-product-placement,.m-product-placement-item {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-top: 0;
    margin-right: 24px;
    margin-top: 12px
}

.c-product-placement>a,.m-product-placement-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.c-product-placement>a:after,.c-product-placement>a:before,.m-product-placement-item>a:after,.m-product-placement-item>a:before {
    content: " ";
    display: table
}

.c-product-placement .c-rating .c-meta-text,.c-product-placement picture,.c-product-placement picture .c-image,.c-product-placement picture img,.m-product-placement-item .c-rating .c-meta-text,.m-product-placement-item picture,.m-product-placement-item picture .c-image,.m-product-placement-item picture img {
    display: inline-block
}

.c-product-placement>a:after,.m-product-placement-item>a:after {
    clear: both
}

.c-product-placement>a .c-image,.c-product-placement>a>picture img,.m-product-placement-item>a .c-image,.m-product-placement-item>a>picture img {
    outline: rgba(0,0,0,.1) solid 1px
}

.c-product-placement>a:focus,.m-product-placement-item>a:focus {
    outline: #0067B8 solid 1px
}

.c-product-placement>a:hover .c-heading>.c-explicit,.c-product-placement>a:hover .c-subheading>.c-explicit,.m-product-placement-item>a:hover .c-heading>.c-explicit,.m-product-placement-item>a:hover .c-subheading>.c-explicit {
    line-height: 15px;
    text-decoration: none
}

.c-product-placement>a:focus .c-image,.c-product-placement>a:focus>picture img,.c-product-placement>a:hover .c-image,.c-product-placement>a:hover>picture img,.m-product-placement-item>a:focus .c-image,.m-product-placement-item>a:focus>picture img,.m-product-placement-item>a:hover .c-image,.m-product-placement-item>a:hover>picture img {
    outline: rgba(0,0,0,.6) solid 1px
}

.c-product-placement .c-heading,.m-product-placement-item .c-heading {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 60px;
    font-weight: 700;
    opacity: .95;
    padding-top: 16px;
    padding-bottom: 2px;
    white-space: normal;
    position: relative
}

.c-product-placement .c-explicit,.m-product-placement-item .c-explicit {
    position: absolute;
    right: 0;
    bottom: 2px;
    margin: 0;
    line-height: 16px;
    height: 17px;
    min-width: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    -webkit-box-shadow: 0 4px 0 4px #FFF;
    box-shadow: 0 4px 0 4px #FFF;
    font-weight: 400
}

.c-product-placement .c-rating,.m-product-placement-item .c-rating {
    margin-top: 4px;
    margin-bottom: 2px
}

.c-product-placement .c-price,.m-product-placement-item .c-price {
    padding-top: 4px;
    padding-bottom: 4px
}

.c-product-placement .c-paragraph,.m-product-placement-item .c-paragraph {
    font-size: 13px;
    line-height: 16px;
    padding-top: 8px;
    color: #000
}

.c-product-placement .c-badge,.m-product-placement-item .c-badge {
    margin-top: 12px;
    margin-bottom: 4px
}

.c-product-placement .c-badge+.c-heading,.m-product-placement-item .c-badge+.c-heading {
    padding-top: 0
}

.c-product-placement.context-accessory .c-image,.c-product-placement.context-accessory .f-default-image,.c-product-placement.context-accessory picture img,.c-product-placement.context-artist .c-image,.c-product-placement.context-artist .f-default-image,.c-product-placement.context-artist picture img,.c-product-placement.context-device .c-image,.c-product-placement.context-device .f-default-image,.c-product-placement.context-device picture img,.m-product-placement-item.context-accessory .c-image,.m-product-placement-item.context-accessory .f-default-image,.m-product-placement-item.context-accessory picture img,.m-product-placement-item.context-artist .c-image,.m-product-placement-item.context-artist .f-default-image,.m-product-placement-item.context-artist picture img,.m-product-placement-item.context-device .c-image,.m-product-placement-item.context-device .f-default-image,.m-product-placement-item.context-device picture img {
    outline: 0
}

.c-product-placement.context-artist .c-image,.c-product-placement.context-artist .f-default-image,.c-product-placement.context-artist picture img,.m-product-placement-item.context-artist .c-image,.m-product-placement-item.context-artist .f-default-image,.m-product-placement-item.context-artist picture img {
    border-radius: 50%
}

.c-product-placement.context-artist.f-size-flex>a>div+div,.c-product-placement.context-artist.f-size-medium>a>div+div,.m-product-placement-item.context-artist.f-size-flex>a>div+div,.m-product-placement-item.context-artist.f-size-medium>a>div+div {
    text-align: center;
    padding: 0 12px
}

.c-product-placement.context-tvshow.f-size-medium .f-default-image+div,.c-product-placement.context-tvshow.f-size-medium picture+div,.m-product-placement-item.context-tvshow.f-size-medium .f-default-image+div,.m-product-placement-item.context-tvshow.f-size-medium picture+div {
    min-height: 62px;
    width: 100%
}

.c-product-placement.context-video,.m-product-placement-item.context-video {
    width: 320px;
    white-space: normal
}

.c-product-placement.context-video [class*=c-heading],.m-product-placement-item.context-video [class*=c-heading] {
    font-weight: 700;
    opacity: .95;
    padding-top: 12px
}

.c-product-placement.context-video .c-badge+[class*=c-heading],.m-product-placement-item.context-video .c-badge+[class*=c-heading] {
    padding-top: 0
}

.c-product-placement.context-video .c-action-trigger,.m-product-placement-item.context-video .c-action-trigger {
    position: absolute;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin: 0;
    height: 48px;
    width: 48px;
    top: calc(90px - 24px);
    left: calc(160px - 24px)
}

.c-product-placement.context-video .c-action-trigger:hover,.m-product-placement-item.context-video .c-action-trigger:hover {
    text-decoration: none;
    background: rgba(0,0,0,.7)
}

.c-product-placement.context-video .c-action-trigger:before,.m-product-placement-item.context-video .c-action-trigger:before {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    color: #FFF;
    font-size: 24px;
    content: "";
    margin: 0
}

.c-product-placement.context-video .c-action-trigger:active,.m-product-placement-item.context-video .c-action-trigger:active {
    background: rgba(0,0,0,.8)
}

.c-product-placement.context-video .c-action-trigger.x-hidden-focus,.m-product-placement-item.context-video .c-action-trigger.x-hidden-focus {
    background: rgba(0,0,0,.6)!important;
    outline: 0
}

.c-product-placement.context-video img,.c-product-placement.context-video picture,.m-product-placement-item.context-video img,.m-product-placement-item.context-video picture {
    width: 320px
}

.c-product-placement .f-default-image,.m-product-placement-item .f-default-image {
    background-color: rgba(0,0,0,.3);
    outline: rgba(0,0,0,.1) solid 1px
}

.c-product-placement .f-default-image:focus,.c-product-placement .f-default-image:hover,.m-product-placement-item .f-default-image:focus,.m-product-placement-item .f-default-image:hover {
    outline: rgba(0,0,0,.6) solid 1px
}

.c-product-placement .f-default-image picture,.m-product-placement-item .f-default-image picture {
    position: relative;
    width: 100%;
    height: 100%
}

.c-product-placement .f-default-image picture .c-image,.m-product-placement-item .f-default-image picture .c-image {
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-product-placement .f-default-image picture:focus,.c-product-placement.f-clean .f-default-image,.m-product-placement-item .f-default-image picture:focus,.m-product-placement-item.f-clean .f-default-image {
    outline: 0
}

.c-product-placement.f-clean .f-default-image:hover,.m-product-placement-item.f-clean .f-default-image:hover {
    outline: rgba(0,0,0,.6) solid 1px
}

.c-product-placement.f-size-small,.m-product-placement-item.f-size-small {
    width: 272px
}

.c-product-placement.f-size-small .c-badge,.m-product-placement-item.f-size-small .c-badge {
    display: none
}

.c-product-placement.f-size-small .f-default-image+div,.c-product-placement.f-size-small picture+div,.m-product-placement-item.f-size-small .f-default-image+div,.m-product-placement-item.f-size-small picture+div {
    overflow: hidden
}

.c-product-placement.f-size-small .c-heading,.m-product-placement-item.f-size-small .c-heading {
    padding-top: 2px
}

.c-product-placement.f-size-small picture,.m-product-placement-item.f-size-small picture {
    float: left;
    margin-right: 12px
}

.c-product-placement.f-size-small .f-default-image,.m-product-placement-item.f-size-small .f-default-image {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 12px
}

.c-product-placement.f-size-small.context-movie .f-default-image,.m-product-placement-item.f-size-small.context-movie .f-default-image {
    width: 72px;
    height: 103px
}

.c-product-placement.f-size-small.context-video,.m-product-placement-item.f-size-small.context-video {
    width: 320px
}

.c-product-placement.f-size-medium,.m-product-placement-item.f-size-medium {
    width: 124px
}

.c-product-placement.f-size-medium>a>div,.m-product-placement-item.f-size-medium>a>div {
    padding-right: 24px
}

.c-product-placement.f-size-medium .f-default-image,.m-product-placement-item.f-size-medium .f-default-image {
    width: 124px;
    height: 124px;
    padding-right: 0
}

.c-product-placement.f-size-large>a>div,.c-product-placement.f-size-medium .f-default-image+div,.m-product-placement-item.f-size-large>a>div,.m-product-placement-item.f-size-medium .f-default-image+div {
    padding-right: 24px
}

.c-product-placement.f-size-medium.context-movie .f-default-image,.m-product-placement-item.f-size-medium.context-movie .f-default-image {
    width: 124px;
    height: 170px
}

.c-product-placement.f-size-medium.context-video,.m-product-placement-item.f-size-medium.context-video {
    width: 320px
}

.c-product-placement.f-size-large,.m-product-placement-item.f-size-large {
    width: 272px
}

.c-product-placement.f-size-large .f-default-image,.m-product-placement-item.f-size-large .f-default-image {
    width: 272px;
    height: 223px;
    padding-right: 0
}

.c-product-placement.f-size-large .f-default-image+div,.m-product-placement-item.f-size-large .f-default-image+div {
    padding-right: 24px
}

.c-product-placement.f-size-large.context-video,.m-product-placement-item.f-size-large.context-video {
    width: 320px
}

.c-product-placement.f-size-extra-large,.m-product-placement-item.f-size-extra-large {
    width: 740px
}

.c-product-placement.f-size-extra-large>a>div,.m-product-placement-item.f-size-extra-large>a>div {
    padding-right: 48px
}

.c-product-placement.f-size-extra-large .f-default-image,.m-product-placement-item.f-size-extra-large .f-default-image {
    width: 740px;
    height: 416px;
    padding-right: 0
}

.c-product-placement.f-size-extra-large .f-default-image+div,.m-product-placement-item.f-size-extra-large .f-default-image+div {
    padding-right: 48px
}

.c-product-placement.f-size-extra-large .c-paragraph,.c-product-placement.f-size-large .c-paragraph,.m-product-placement-item.f-size-extra-large .c-paragraph,.m-product-placement-item.f-size-large .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 16px 0 0;
    font-weight: 400;
    white-space: normal
}

.c-product-placement.f-size-flex>a>div,.m-product-placement-item.f-size-flex>a>div {
    padding-right: 24px
}

.c-product-placement.f-size-flex .f-default-image,.m-product-placement-item.f-size-flex .f-default-image {
    position: relative;
    width: 100%;
    padding-right: 0
}

.c-product-placement.f-size-flex .f-default-image:before,.m-product-placement-item.f-size-flex .f-default-image:before {
    display: block;
    content: "";
    width: 100%
}

.c-product-placement.f-size-flex .f-default-image>picture,.m-product-placement-item.f-size-flex .f-default-image>picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-product-placement.f-size-flex .f-default-image+div,.m-product-placement-item.f-size-flex .f-default-image+div {
    padding-right: 24px
}

.c-product-placement.f-size-flex.context-accessory .f-default-image:before,.c-product-placement.f-size-flex.context-app .f-default-image:before,.c-product-placement.f-size-flex.context-artist .f-default-image:before,.c-product-placement.f-size-flex.context-game .f-default-image:before,.c-product-placement.f-size-flex.context-software .f-default-image:before,.c-product-placement.f-size-flex.context-tvshow .f-default-image:before,.m-product-placement-item.f-size-flex.context-accessory .f-default-image:before,.m-product-placement-item.f-size-flex.context-app .f-default-image:before,.m-product-placement-item.f-size-flex.context-artist .f-default-image:before,.m-product-placement-item.f-size-flex.context-game .f-default-image:before,.m-product-placement-item.f-size-flex.context-software .f-default-image:before,.m-product-placement-item.f-size-flex.context-tvshow .f-default-image:before {
    padding-top: 100%
}

.c-product-placement.f-size-flex.context-device .f-default-image:before,.m-product-placement-item.f-size-flex.context-device .f-default-image:before {
    padding-top: 80.6451612903%
}

.c-product-placement.f-size-flex.context-movie .f-default-image:before,.m-product-placement-item.f-size-flex.context-movie .f-default-image:before {
    padding-top: 137.096774194%
}

.c-hero,.m-hero-item {
    position: relative;
    overflow: hidden;
    padding: 0 5%;
    width: 100%
}

.c-hero:before,.m-hero-item:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 41.55%
}

@media only screen and (max-width: 1083px) {
    .c-hero:before,.m-hero-item:before {
        padding-bottom:56.25%
    }
}

.c-hero:hover,.m-hero-item:hover {
    cursor: default
}

.c-hero[data-js-href]:hover,.m-hero-item[data-js-href]:hover {
    cursor: pointer
}

.c-hero picture,.m-hero-item picture {
    display: block
}

.c-hero>picture,.m-hero-item>picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.0125);
    -ms-transform: scale(1.0125);
    transform: scale(1.0125)
}

.c-hero>picture img,.m-hero-item>picture img {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.c-hero>picture:after,.m-hero-item>picture:after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.c-hero.f-transparent:before,.m-hero-item.f-transparent:before {
    padding-bottom: 56.25%
}

.c-hero>div,.m-hero-item>div {
    width: 88%;
    height: 100%;
    max-width: 2048px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .c-hero>div,.m-hero-item>div {
        position:relative
    }
}

.c-hero>div>div,.m-hero-item>div>div {
    position: absolute;
    z-index: 1;
    max-width: 520px
}

.c-hero>div>div>div,.m-hero-item>div>div>div {
    margin-top: 24px;
    padding: 0 2px
}

.c-hero>div.c-video,.c-hero>div.m-ambient-video,.m-hero-item>div.c-video,.m-hero-item>div.m-ambient-video {
    width: 100%;
    margin: 0;
    padding: 0
}

.c-hero>div.c-video:before,.c-hero>div.m-ambient-video:before,.m-hero-item>div.c-video:before,.m-hero-item>div.m-ambient-video:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 37.55%
}

@media only screen and (max-width: 1083px) {
    .c-hero>div.c-video:before,.c-hero>div.m-ambient-video:before,.m-hero-item>div.c-video:before,.m-hero-item>div.m-ambient-video:before {
        padding-bottom:56.25%
    }
}

.c-hero .c-heading,.m-hero-item .c-heading {
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    letter-spacing: -.01em;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 112px;
    font-weight: 700;
    opacity: .95
}

@media screen and (-ms-high-contrast:active) {
    .c-hero .c-heading,.m-hero-item .c-heading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-hero .c-heading,.m-hero-item .c-heading {
        background: #FFF
    }
}

@media only screen and (max-width: 1399px) {
    .c-hero .c-heading,.m-hero-item .c-heading {
        font-size:24px;
        line-height: 28px;
        padding: 36px 0 4px;
        max-height: 56px;
        font-weight: 700
    }
}

.c-hero .c-subheading,.m-hero-item .c-subheading {
    font-size: 24px;
    line-height: 28px;
    padding: 4px 0 2.36px;
    font-weight: 200;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 56px
}

@media screen and (-ms-high-contrast:active) {
    .c-hero .c-subheading,.m-hero-item .c-subheading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-hero .c-subheading,.m-hero-item .c-subheading {
        background: #FFF
    }
}

@media only screen and (max-width: 1399px) {
    .c-hero .c-subheading,.m-hero-item .c-subheading {
        font-size:15px;
        line-height: 20px;
        padding: 8px 0 0;
        font-weight: 400;
        max-height: 40px
    }
}

@media only screen and (max-width: 767px) {
    .c-hero .c-subheading,.m-hero-item .c-subheading {
        font-size:18px;
        line-height: 24px;
        padding: 9px 0 3px;
        font-weight: 400;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 48px
    }
}

.c-hero .c-paragraph,.m-hero-item .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 80px
}

@media screen and (-ms-high-contrast:active) {
    .c-hero .c-paragraph,.m-hero-item .c-paragraph {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-hero .c-paragraph,.m-hero-item .c-paragraph {
        background: #FFF
    }
}

.c-hero .c-product-subtitle,.c-hero .c-product-title,.m-hero-item .c-product-subtitle,.m-hero-item .c-product-title {
    font-size: 34px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 44px;
    max-height: 88px;
    padding: 0
}

@media screen and (-ms-high-contrast:active) {
    .c-hero .c-product-subtitle,.c-hero .c-product-title,.m-hero-item .c-product-subtitle,.m-hero-item .c-product-title {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-hero .c-product-subtitle,.c-hero .c-product-title,.m-hero-item .c-product-subtitle,.m-hero-item .c-product-title {
        background: #FFF
    }
}

@media only screen and (max-width: 1399px) {
    .c-hero .c-product-subtitle,.c-hero .c-product-title,.m-hero-item .c-product-subtitle,.m-hero-item .c-product-title {
        font-size:24px;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        line-height: 32px;
        max-height: 64px
    }
}

.c-hero .c-product-title,.m-hero-item .c-product-title {
    font-weight: 700;
    opacity: .95
}

.c-hero .c-product-subtitle,.m-hero-item .c-product-subtitle {
    font-weight: 100
}

.c-hero .c-price,.m-hero-item .c-price {
    font-size: 20px;
    line-height: 24px;
    display: inline-block
}

@media screen and (-ms-high-contrast:active) {
    .c-hero .c-price,.m-hero-item .c-price {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .c-hero .c-price,.m-hero-item .c-price {
        background: #FFF
    }
}

.c-hero .c-rating,.m-hero-item .c-rating {
    margin-top: 12px
}

.c-hero .c-group,.m-hero-item .c-group {
    display: block;
    overflow: visible
}

.c-hero .c-group>.c-call-to-action,.m-hero-item .c-group>.c-call-to-action {
    margin-right: 24px
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    padding: 10px 43px 7px 25px
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: #005da6
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span,.c-hero .c-group>.c-call-to-action+.c-call-to-action:hover span,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover span {
    text-decoration: underline
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action,.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action,.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action,.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action,.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action,.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action,.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active {
    color: #ccc
}

.theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-hero form .c-label,.m-hero-item form .c-label {
    margin: 24px 0
}

.c-hero.theme-dark .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-dark .c-group>.c-call-to-action+.c-call-to-action {
    color: #FFF
}

.c-hero.theme-dark .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item.theme-dark .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    color: #FFF;
    background: content-box rgba(255,255,255,.1)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero.theme-dark .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-dark .c-group>.c-call-to-action+.c-call-to-action {
        color: #FFF
    }

    .c-hero.theme-light .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-light .c-group>.c-call-to-action+.c-call-to-action {
        color: #000
    }
}

.c-hero.theme-light .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-light .c-group>.c-call-to-action+.c-call-to-action {
    color: #000
}

.c-hero.theme-light .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item.theme-light .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    color: #000;
    background: content-box rgba(0,0,0,.1)
}

.c-hero.theme-dark .c-group.f-accent>.c-call-to-action,.c-hero.theme-light .c-group.f-accent>.c-call-to-action,.m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action,.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action {
    margin-right: 24px
}

.c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action,.c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action {
    color: #0078D7
}

.c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    color: #0067B8;
    background: content-box rgba(0,103,184,.1)
}

.c-hero .c-logo,.m-hero-item .c-logo {
    margin-top: 12px
}

.c-hero.context-app .c-heading,.m-hero-item.context-app .c-heading {
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 56px
}

@media only screen and (max-width: 1399px) {
    .c-hero.context-app .c-heading,.m-hero-item.context-app .c-heading {
        white-space:nowrap;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 40px
    }

    .c-hero.context-music-album picture img.c-image,.m-hero-item.context-music-album picture img.c-image {
        max-width: 64px
    }
}

.c-hero.context-article .c-heading,.m-hero-item.context-article .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 80px;
    font-weight: 700;
    opacity: .95
}

.c-hero.context-game .c-rating,.m-hero-item.context-game .c-rating {
    margin-top: 60px
}

.c-hero.context-accessory>div>div>div,.c-hero.context-article>div>div>div,.c-hero.context-device>div>div>div,.c-hero.context-game>div>div>div,.c-hero.context-music-album .c-product-title,.m-hero-item.context-accessory>div>div>div,.m-hero-item.context-article>div>div>div,.m-hero-item.context-device>div>div>div,.m-hero-item.context-game>div>div>div,.m-hero-item.context-music-album .c-product-title {
    margin-top: 12px
}

.c-hero.f-x-left>div>div,.m-hero-item.f-x-left>div>div {
    left: 0
}

.c-hero.f-x-center,.m-hero-item.f-x-center {
    text-align: center
}

.c-hero.f-x-center .c-group,.m-hero-item.f-x-center .c-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-hero.f-x-center>div>div,.m-hero-item.f-x-center>div>div {
    min-width: 50%;
    left: 30%;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-hero.f-x-center>div>div .c-image,.m-hero-item.f-x-center>div>div .c-image {
    margin: 0 auto
}

.c-hero.f-x-right>div>div,.m-hero-item.f-x-right>div>div {
    right: 0
}

.c-hero.f-y-top>div>div,.m-hero-item.f-y-top>div>div {
    top: 60px
}

@media only screen and (max-width: 1399px) {
    .c-hero.f-y-top>div>div,.m-hero-item.f-y-top>div>div {
        top:24px
    }
}

.c-hero.f-y-top.f-transparent>div>div,.m-hero-item.f-y-top.f-transparent>div>div {
    top: 140px
}

@media only screen and (max-width: 1083px) {
    .c-hero.f-y-top.f-transparent>div>div,.m-hero-item.f-y-top.f-transparent>div>div {
        top:120px
    }
}

.c-hero.f-y-center .c-heading:first-child,.m-hero-item.f-y-center .c-heading:first-child {
    padding-top: 0
}

.c-hero.f-y-center>div>div,.m-hero-item.f-y-center>div>div {
    top: 120px;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-hero.f-y-center.f-transparent>div>div,.m-hero-item.f-y-center.f-transparent>div>div {
    top: 120px;
    top: calc(55%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-hero.f-y-center.f-x-center>div>div,.m-hero-item.f-y-center.f-x-center>div>div {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.c-hero.f-y-bottom>div>div,.m-hero-item.f-y-bottom>div>div {
    bottom: 60px
}

.c-hero[class*=f-mask].theme-light>picture:after,.m-hero-item[class*=f-mask].theme-light>picture:after {
    background: #FFF
}

.c-hero[class*=f-mask].theme-light.f-x-left.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-top>picture:after {
    background: -webkit-radial-gradient(top left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top left,#FFF,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-light.f-x-left.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-top>picture:after {
        background: -webkit-radial-gradient(top left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top left,#FFF,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-light.f-x-left.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-center>picture:after {
        background: -webkit-radial-gradient(center left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center left,#FFF,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-light.f-x-left.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-center>picture:after {
    background: -webkit-radial-gradient(center left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center left,#FFF,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-light.f-x-left.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom left,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom left,#FFF,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-light.f-x-left.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-left.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom left,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom left,#FFF,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-light.f-x-center.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-top>picture:after {
        background: -webkit-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top center,#FFF,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-light.f-x-center.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-top>picture:after {
    background: -webkit-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top center,#FFF,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-light.f-x-center.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-center>picture:after {
    background: -webkit-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center center,#FFF,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-light.f-x-center.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-center>picture:after {
        background: -webkit-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center center,#FFF,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-light.f-x-center.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom center,#FFF,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-light.f-x-center.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-center.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom center,#FFF,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-light.f-x-right.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-top>picture:after {
    background: -webkit-radial-gradient(top right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top right,#FFF,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-light.f-x-right.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-top>picture:after {
        background: -webkit-radial-gradient(top right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top right,#FFF,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-light.f-x-right.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-center>picture:after {
        background: -webkit-radial-gradient(center right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center right,#FFF,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-light.f-x-right.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-center>picture:after {
    background: -webkit-radial-gradient(center right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center right,#FFF,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-light.f-x-right.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom right,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom right,#FFF,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-light.f-x-right.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-light.f-x-right.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom right,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom right,#FFF,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-dark>picture:after,.m-hero-item[class*=f-mask].theme-dark>picture:after {
    background: #000
}

.c-hero[class*=f-mask].theme-dark.f-x-left.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-top>picture:after {
    background: -webkit-radial-gradient(top left,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top left,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top left,#000,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-dark.f-x-left.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-top>picture:after {
        background: -webkit-radial-gradient(top left,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top left,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top left,#000,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-dark.f-x-left.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-center>picture:after {
        background: -webkit-radial-gradient(center left,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center left,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center left,#000,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-dark.f-x-left.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-center>picture:after {
    background: -webkit-radial-gradient(center left,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center left,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center left,#000,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-dark.f-x-left.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom left,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom left,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom left,#000,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-dark.f-x-left.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-left.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom left,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom left,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom left,#000,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-dark.f-x-center.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-top>picture:after {
        background: -webkit-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-dark.f-x-center.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-top>picture:after {
    background: -webkit-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-dark.f-x-center.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-center>picture:after {
    background: -webkit-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-dark.f-x-center.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-center>picture:after {
        background: -webkit-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-dark.f-x-center.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-dark.f-x-center.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-center.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-dark.f-x-right.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-top>picture:after {
    background: -webkit-radial-gradient(top right,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(top right,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at top right,#000,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-dark.f-x-right.f-y-top>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-top>picture:after {
        background: -webkit-radial-gradient(top right,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top right,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top right,#000,rgba(255,255,255,0) 80%)
    }

    .c-hero[class*=f-mask].theme-dark.f-x-right.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-center>picture:after {
        background: -webkit-radial-gradient(center right,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center right,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center right,#000,rgba(255,255,255,0) 80%)
    }
}

.c-hero[class*=f-mask].theme-dark.f-x-right.f-y-center>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-center>picture:after {
    background: -webkit-radial-gradient(center right,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center right,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center right,#000,rgba(255,255,255,0) 80%)
}

.c-hero[class*=f-mask].theme-dark.f-x-right.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-bottom>picture:after {
    background: -webkit-radial-gradient(bottom right,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(bottom right,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at bottom right,#000,rgba(255,255,255,0) 80%)
}

@media screen and (-ms-high-contrast:active) {
    .c-hero[class*=f-mask].theme-dark.f-x-right.f-y-bottom>picture:after,.m-hero-item[class*=f-mask].theme-dark.f-x-right.f-y-bottom>picture:after {
        background: -webkit-radial-gradient(bottom right,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom right,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom right,#000,rgba(255,255,255,0) 80%)
    }
}

.c-hero.f-mask-20>picture:after,.m-hero-item.f-mask-20>picture:after {
    opacity: .2
}

.c-hero.f-mask-40>picture:after,.m-hero-item.f-mask-40>picture:after {
    opacity: .4
}

.c-hero.f-mask-60>picture:after,.m-hero-item.f-mask-60>picture:after {
    opacity: .6
}

.c-hero.f-mask-80>picture:after,.m-hero-item.f-mask-80>picture:after {
    opacity: .8
}

.c-hero.f-mask-100>picture:after,.m-hero-item.f-mask-100>picture:after {
    opacity: 1
}

.c-hero .c-video,.c-hero .m-ambient-video,.m-hero-item .c-video,.m-hero-item .m-ambient-video {
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0
}

.c-hero .c-video>h1,.c-hero .m-ambient-video>h1,.m-hero-item .c-video>h1,.m-hero-item .m-ambient-video>h1 {
    display: none
}

.c-hero .c-video video,.c-hero .m-ambient-video video,.m-hero-item .c-video video,.m-hero-item .m-ambient-video video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -2;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width: 1399px) {
    .c-hero.f-y-bottom>div>div,.m-hero-item.f-y-bottom>div>div {
        bottom:48px
    }

    .c-hero>div>div,.m-hero-item>div>div {
        max-width: 440px
    }
}

@media only screen and (max-width: 1083px) {
    .c-hero>div>div,.m-hero-item>div>div {
        max-width:340px
    }
}

@media only screen and (max-width: 767px) {
    .c-hero .c-subheading,.c-hero>div picture,.c-hero[class*=f-x][class*=f-y]>picture:after,.m-hero-item .c-subheading,.m-hero-item>div picture,.m-hero-item[class*=f-x][class*=f-y]>picture:after {
        display:none
    }

    .c-hero,.m-hero-item {
        height: auto;
        padding: 0;
        text-align: center
    }

    .c-hero[class*=f-x][class*=f-y]>picture img,.m-hero-item[class*=f-x][class*=f-y]>picture img {
        top: 0;
        left: 0;
        left: calc(50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-hero[class*=f-x][class*=f-y]>div>div,.m-hero-item[class*=f-x][class*=f-y]>div>div {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
        top: calc(50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 100%
    }

    .c-hero>div,.m-hero-item>div {
        padding: 12px;
        height: 280px
    }

    .c-hero>div.c-video,.c-hero>div.m-ambient-video,.m-hero-item>div.c-video,.m-hero-item>div.m-ambient-video {
        padding: 0;
        height: auto
    }

    .c-hero>div.c-video video,.c-hero>div.m-ambient-video video,.m-hero-item>div.c-video video,.m-hero-item>div.m-ambient-video video {
        min-height: auto;
        width: 100%
    }

    .c-hero .c-paragraph,.m-hero-item .c-paragraph {
        max-height: 40px
    }

    .c-hero .c-heading,.c-hero.context-article .c-heading,.m-hero-item .c-heading,.m-hero-item.context-article .c-heading {
        font-size: 20px;
        line-height: 24px;
        padding: 35px 0 5px;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 120px;
        font-weight: 700
    }

    .c-hero .c-heading,.c-hero.context-app .c-heading,.c-hero.context-article .c-heading,.m-hero-item .c-heading,.m-hero-item.context-app .c-heading,.m-hero-item.context-article .c-heading {
        padding-top: 0
    }

    .c-hero>div>div>div,.m-hero-item>div>div>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-hero .c-group>.c-call-to-action,.c-hero .c-group>.c-call-to-action+.c-call-to-action,.c-hero.theme-dark .c-group.f-accent>.c-call-to-action,.c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action,.c-hero.theme-light .c-group.f-accent>.c-call-to-action,.c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action,.m-hero-item .c-group>.c-call-to-action,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action,.m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action,.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action,.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action {
        margin: 0
    }

    .c-hero.context-game .c-rating,.m-hero-item.context-game .c-rating {
        margin-top: 12px
    }

    .c-hero.context-music-album .c-product-title,.m-hero-item.context-music-album .c-product-title {
        margin-top: 0
    }
}

@media only screen and (max-width: 539px) {
    .c-hero .c-paragraph,.c-hero .c-price,.c-hero .c-rating,.m-hero-item .c-paragraph,.m-hero-item .c-price,.m-hero-item .c-rating {
        display:none
    }

    .c-hero .c-group>.c-call-to-action+.c-call-to-action,.m-hero-item .c-group>.c-call-to-action+.c-call-to-action {
        padding: 10px 43px 7px
    }
}

[class^=pad-]+.pad-hero-item .m-hero-item,[class^=m-]+.m-hero-item {
    margin-top: 48px;
    float: left;
    clear: both
}

.m-immersive-hero-item {
    position: relative;
    min-height: 600px;
    max-height: 100vh;
    overflow: hidden;
    padding: 0
}

.m-immersive-hero-item:hover {
    cursor: default
}

.m-immersive-hero-item[data-js-href]:hover {
    cursor: pointer
}

.m-immersive-hero-item>picture.c-image {
    display: block;
    width: 100%;
    max-width: 100%
}

.m-immersive-hero-item>picture.c-image img {
    width: 100%;
    overflow-y: hidden
}

.m-immersive-hero-item>div {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%
}

.m-immersive-hero-item>div>div {
    padding-left: 12px;
    padding-right: 12px;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    max-width: 100%;
    margin: 0 auto
}

.m-immersive-hero-item>div>div .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 100;
    font-weight: 700;
    opacity: .95
}

@media screen and (-ms-high-contrast:active) {
    .m-immersive-hero-item>div>div .c-heading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-immersive-hero-item>div>div .c-heading {
        background: #FFF
    }
}

.m-immersive-hero-item>div>div .c-subheading {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0 4px;
    font-weight: 400
}

@media screen and (-ms-high-contrast:active) {
    .m-immersive-hero-item>div>div .c-subheading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-immersive-hero-item>div>div .c-subheading {
        background: #FFF
    }
}

.m-immersive-hero-item>div>div .c-call-to-action {
    margin: 24px 0
}

.m-immersive-hero-item>div>div .c-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action {
    margin: 0 24px 0 0
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    margin-top: 0
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active,.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: #005da6
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span,.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover span {
    text-decoration: underline
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action,.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action,.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover,.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active,.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

@media only screen and (max-width: 539px) {
    .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action {
        padding:10px 43px 7px
    }
}

.m-immersive-hero-item>div>picture.c-image {
    margin: 0 auto
}

.m-immersive-hero-item>div>picture.c-image img {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    max-width: none;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 0
}

@media only screen and (min-width: 540px) {
    .m-immersive-hero-item>div>div {
        padding-left:24px;
        padding-right: 24px;
        max-width: 80%
    }
}

@media only screen and (min-width: 768px) {
    .m-immersive-hero-item>div>div {
        max-width:60%
    }

    .m-immersive-hero-item>div>picture.c-image+div .c-heading {
        padding-top: 24px
    }
}

@media only screen and (min-width: 1084px) {
    .m-immersive-hero-item>div>picture.c-image img {
        max-width:100%
    }
}

@media only screen and (min-width: 1400px) {
    .m-immersive-hero-item>div>div {
        max-width:50%
    }

    .m-immersive-hero-item>div>div .c-heading {
        font-size: 46px;
        line-height: 56px;
        padding: 37px 0 3px;
        letter-spacing: -.01em;
        font-weight: 700
    }

    .m-immersive-hero-item>div>div .c-subheading {
        font-size: 24px;
        line-height: 28px;
        padding: 4px 0 8px;
        font-weight: 200
    }
}

@media only screen and (min-width: 1779px) {
    .m-immersive-hero-item>div>div .c-heading {
        font-size:62px;
        line-height: 72px;
        padding: 38px 0 6px;
        font-weight: 100;
        letter-spacing: -.01em
    }

    .m-immersive-hero-item>div>div .c-subheading {
        font-size: 34px;
        line-height: 40px;
        padding: 8px 0 2px;
        font-weight: 100
    }
}

.m-immersive-hero-item.f-align-bottom>div,.m-immersive-hero-item.f-align-top>div {
    top: 72px
}

@media only screen and (min-width: 768px) {
    .m-immersive-hero-item.f-align-bottom>div,.m-immersive-hero-item.f-align-top>div {
        top:120px
    }
}

@media only screen and (min-width: 1084px) {
    .m-immersive-hero-item.f-align-bottom>div,.m-immersive-hero-item.f-align-top>div {
        top:148px
    }
}

.m-immersive-hero-item.f-align-top>div {
    top: 0;
    bottom: 0
}

.m-immersive-hero-item.f-align-top>div>div {
    position: absolute;
    top: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media only screen and (min-width: 768px) {
    .m-immersive-hero-item.f-align-top>div>div {
        top:120px
    }
}

@media only screen and (min-width: 1084px) {
    .m-immersive-hero-item.f-align-top>div>div {
        top:148px
    }
}

.m-immersive-hero-item.f-align-top>div>picture.c-image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position=above],.c-auto-suggest .c-menu[data-js-auto-suggest-position=above],.m-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position=above],.m-auto-suggest .c-menu[data-js-auto-suggest-position=above] {
    bottom: 100%
}

.m-immersive-hero-item.f-align-bottom>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-immersive-hero-item.f-align-bottom>div>picture.c-image {
    margin: 0
}

.no-js .m-immersive-hero-item>div picture.c-image {
    display: none
}

.m-immersive-hero-item.theme-dark .c-group>a.c-call-to-action+a.c-call-to-action {
    color: #FFF
}

.m-immersive-hero-item.theme-dark .c-group>a.c-call-to-action+a.c-call-to-action:focus:not(.x-hidden-focus) {
    color: #FFF;
    background: content-box rgba(255,255,255,.1)
}

.m-immersive-hero-item.theme-light .c-group>a.c-call-to-action+a.c-call-to-action {
    color: #000
}

.m-immersive-hero-item.theme-light .c-group>a.c-call-to-action+a.c-call-to-action:focus:not(.x-hidden-focus) {
    color: #000;
    background: content-box rgba(0,0,0,.1)
}

.m-action-bar {
    white-space: nowrap;
    position: relative
}

.m-action-bar .c-action-trigger {
    margin-top: 0
}

.m-action-bar .f-divider:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    border-right: 1px solid rgba(0,0,0,.2)
}

.m-action-bar>li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.m-action-bar>li[data-overflow=true] {
    display: none
}

.m-action-bar>li>.c-action-trigger {
    margin: 0 12px
}

.m-action-bar .f-overflow {
    position: absolute;
    padding-right: 12px;
    right: 0;
    background: #FFF;
    height: 36px
}

.m-action-bar .f-overflow .c-action-trigger {
    width: 100%;
    color: #000;
    text-align: left
}

.m-action-bar .f-overflow .c-action-trigger:focus,.m-action-bar .f-overflow .c-action-trigger:hover {
    text-decoration: none
}

.m-action-bar .f-overflow .c-action-trigger:hover {
    background: rgba(0,0,0,.1)
}

.m-action-bar .f-overflow .c-action-trigger:active {
    background: rgba(0,0,0,.3)!important
}

.m-action-bar .f-overflow .c-action-trigger:focus {
    outline: #000 dashed 1px;
    background: 0 0
}

.m-action-bar .f-overflow>button {
    position: relative;
    border: 0;
    background: 0 0;
    color: #0067B8;
    padding: 8px 11px;
    height: 100%
}

.theme-dark .m-action-bar .f-overflow .c-action-trigger,.theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger,.theme-dark .theme-light .m-action-bar .f-overflow>button:before,.theme-light .m-action-bar .f-overflow .c-action-trigger,.theme-light .m-action-bar .f-overflow>button:before,.theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger {
    color: #000
}

.m-action-bar .f-overflow>button:before {
    font-family: MWF-MDL2;
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.m-action-bar .f-overflow>button:focus {
    outline: #000 dashed 1px
}

.m-action-bar .f-overflow>ul {
    position: absolute;
    right: 11px;
    background: #f2f2f2;
    min-width: 200px;
    z-index: 500
}

.m-action-bar .f-overflow>ul>li>ul>li[data-overflow=false],.m-action-bar .f-overflow>ul[aria-hidden=true] {
    display: none
}

.m-action-bar .f-overflow>ul>li>ul>li.f-divider,.m-action-bar .f-overflow>ul>li>ul>li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

@media only screen and (min-width: 540px) {
    .m-action-bar .f-overflow>ul {
        right:23px
    }

    .m-action-bar .f-overflow {
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .m-action-bar .f-overflow>ul {
        right:35px
    }
}

@media only screen and (min-width: 768px) {
    .m-action-bar .f-overflow {
        padding-right:36px
    }
}

@media only screen and (min-width: 1400px) {
    .m-action-bar .f-overflow>ul {
        right:47px
    }

    .m-action-bar .f-overflow {
        padding-right: 48px
    }
}

.theme-dark .theme-light .m-action-bar .f-divider:after,.theme-light .m-action-bar .f-divider:after {
    border-right: 1px solid rgba(0,0,0,.2)
}

.theme-dark .theme-light .m-action-bar .f-overflow,.theme-light .m-action-bar .f-overflow {
    background: #e6e6e6
}

.theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:hover,.theme-light .m-action-bar .f-overflow .c-action-trigger:hover {
    background: rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:active,.theme-light .m-action-bar .f-overflow .c-action-trigger:active {
    background: rgba(0,0,0,.3)!important
}

.theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:focus,.theme-light .m-action-bar .f-overflow .c-action-trigger:focus {
    outline-color: #000
}

.theme-dark .theme-light .m-action-bar .f-overflow>button:focus,.theme-light .m-action-bar .f-overflow>button:focus {
    outline: #000 dashed 1px
}

.theme-dark .theme-light .m-action-bar .f-overflow>ul,.theme-light .m-action-bar .f-overflow>ul {
    background: #f2f2f2
}

.theme-dark .m-action-bar .f-divider:after,.theme-light .theme-dark .m-action-bar .f-divider:after {
    border-right: 1px solid rgba(255,255,255,.2)
}

.theme-dark .m-action-bar .f-overflow,.theme-light .theme-dark .m-action-bar .f-overflow {
    background: #333
}

.theme-dark .m-action-bar .f-overflow .c-action-trigger:hover,.theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:hover {
    background: rgba(0,0,0,.1)
}

.theme-dark .m-action-bar .f-overflow .c-action-trigger:active,.theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:active {
    background: rgba(0,0,0,.3)!important
}

.theme-dark .m-action-bar .f-overflow .c-action-trigger:focus,.theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus {
    outline-color: #000
}

.theme-dark .m-action-bar .f-overflow>button:before,.theme-light .theme-dark .m-action-bar .f-overflow>button:before {
    color: #FFF
}

.theme-dark .m-action-bar .f-overflow>button:focus,.theme-light .theme-dark .m-action-bar .f-overflow>button:focus {
    outline: #FFF dashed 1px
}

.theme-dark .m-action-bar .f-overflow>ul,.theme-light .theme-dark .m-action-bar .f-overflow>ul {
    background: #f2f2f2
}

.m-additional-information {
    width: 100%;
    float: left
}

.m-additional-information .c-content-toggle p {
    padding-top: 0
}

.m-additional-information .c-age-rating,.m-additional-information .c-content-toggle,.m-additional-information .c-list {
    margin-bottom: 24px
}

.m-additional-information .c-age-rating:first-child,.m-additional-information .c-content-toggle:first-child,.m-additional-information .c-list:first-child {
    margin-top: 0
}

.m-additional-information [class*=heading] {
    padding-top: 0;
    margin-bottom: 24px
}

@media only screen and (min-width: 540px) {
    .m-additional-information [data-grid=col-6]>[data-grid=col-6] {
        padding-right:48px
    }
}

.c-alert[role=alert],.m-alert[role=alert] {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 24px;
    position: relative
}

.c-alert[role=alert].f-information,.m-alert[role=alert].f-information {
    background: #f2f2f2;
    color: #231F20
}

.c-alert[role=alert].f-warning,.m-alert[role=alert].f-warning {
    background: #d02e00;
    color: #FFF
}

.c-alert[role=alert].f-warning .c-action-trigger,.m-alert[role=alert].f-warning .c-action-trigger {
    color: #FFF;
    text-decoration: underline
}

.c-alert[role=alert].f-error,.m-alert[role=alert].f-error {
    background: #fff999;
    color: #231F20
}

.c-alert[role=alert] .c-paragraph,.m-alert[role=alert] .c-paragraph {
    vertical-align: middle;
    line-height: 24px
}

.c-alert[role=alert] .c-glyph,.m-alert[role=alert] .c-glyph {
    float: left;
    margin-top: 1px;
    margin-left: -8px;
    margin-right: 12px
}

.c-alert[role=alert] .c-glyph:before,.m-alert[role=alert] .c-glyph:before {
    font-size: 24px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-alert[role=alert] .c-glyph+.c-heading,.m-alert[role=alert] .c-glyph+.c-heading {
    padding-top: 0
}

.c-alert[role=alert] .c-glyph~p.c-paragraph,.m-alert[role=alert] .c-glyph~p.c-paragraph {
    margin-left: 28px
}

.c-alert[role=alert]>.c-glyph.c-action-trigger.glyph-cancel,.m-alert[role=alert]>.c-glyph.c-action-trigger.glyph-cancel {
    height: 48px;
    width: 48px;
    position: absolute;
    right: 1px;
    left: auto;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    float: right;
    color: currentColor
}

.c-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position=default],.c-auto-suggest .c-menu[data-js-auto-suggest-position=default],.m-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position=default],.m-auto-suggest .c-menu[data-js-auto-suggest-position=default] {
    top: 38px
}

.c-alert[role=alert]>.c-glyph.c-action-trigger.glyph-cancel:before,.m-alert[role=alert]>.c-glyph.c-action-trigger.glyph-cancel:before {
    font-size: 15px
}

.c-alert[role=alert]>div,.m-alert[role=alert]>div {
    max-width: 1600px;
    margin: 0 auto;
    padding: 13px 48px 13px 20px;
    float: inherit
}

.c-alert[role=alert]>div>.c-heading,.m-alert[role=alert]>div>.c-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 2px 0 8px
}

.c-alert[role=alert]>div>.c-heading+.c-paragraph,.m-alert[role=alert]>div>.c-heading+.c-paragraph {
    line-height: inherit
}

.c-alert[role=alert]>div>.c-paragraph,.m-alert[role=alert]>div>.c-paragraph {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    margin: 0
}

@media (max-width: 767px) {
    .c-alert[role=alert]>div>.c-paragraph,.m-alert[role=alert]>div>.c-paragraph {
        font-size:12px
    }
}

.c-alert[role=alert]>div>.c-paragraph .c-group,.m-alert[role=alert]>div>.c-paragraph .c-group {
    overflow: visible;
    display: block;
    margin-left: -2px
}

.c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger {
    font-size: 13px
}

@media (max-width: 767px) {
    .c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger {
        font-size:12px
    }
}

.c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger:first-child,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger:first-child {
    padding: 0 10px 0 0
}

.c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger:last-child,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger:last-child {
    padding: 0 4px 0 0
}

@media only screen and (max-width: 767px) {
    .c-alert[role=alert]>div>.c-paragraph .c-group,.m-alert[role=alert]>div>.c-paragraph .c-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger {
        margin-top: 0;
        vertical-align: baseline
    }
}

@media only screen and (min-width: 768px) {
    .c-alert[role=alert]>div>.c-paragraph .c-group,.m-alert[role=alert]>div>.c-paragraph .c-group {
        display:inline;
        float: right
    }

    .c-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger,.m-alert[role=alert]>div>.c-paragraph .c-group .c-action-trigger {
        margin: -7px 0 0
    }
}

.c-alert[role=alert].f-fixed,.m-alert[role=alert].f-fixed {
    margin-top: 0;
    z-index: 700
}

.c-alert[role=alert].f-fixed>div,.m-alert[role=alert].f-fixed>div {
    max-width: none
}

.m-ambient-video {
    padding: 48px 0 0;
    margin: 0;
    width: 100%;
    min-width: 320px;
    direction: ltr;
    position: relative;
    overflow: hidden
}

.m-ambient-video:after,.m-ambient-video:before {
    content: " ";
    display: table
}

.m-ambient-video:after {
    clear: both
}

.m-ambient-video.f-lean {
    padding: 0
}

.m-ambient-video video {
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0
}

.m-area-heading {
    text-align: center;
    padding-top: 88px
}

.m-area-heading:after,.m-area-heading:before {
    content: " ";
    display: table
}

.m-area-heading:after {
    clear: both
}

.m-area-heading .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding-top: 0;
    font-weight: 700
}

@media (max-width: 767px) {
    .m-area-heading .c-heading {
        font-size:26px;
        line-height: 32px
    }
}

.m-area-heading .c-subheading {
    font-size: 20px;
    line-height: 24px;
    padding-top: 8px;
    font-weight: 200
}

@media (max-width: 767px) {
    .m-area-heading .c-subheading {
        font-size:18px;
        line-height: 24px
    }
}

.m-area-heading .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding-top: 12px;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 540px) {
    .m-area-heading .c-paragraph {
        max-width:80%
    }
}

.m-area-heading .c-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px
}

.m-area-heading .c-group a.c-hyperlink {
    padding: 8px 20px
}

.c-auto-suggest,.m-auto-suggest {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block
}

.c-auto-suggest .c-menu,.m-auto-suggest .c-menu {
    position: absolute;
    width: 100%;
    background: #FFF;
    border-top: 1px solid;
    border-color: rgba(0,0,0,.2)
}

.c-auto-suggest .c-menu .c-menu-item,.m-auto-suggest .c-menu .c-menu-item {
    position: static
}

.c-auto-suggest .c-menu .c-menu-item>a,.c-auto-suggest .c-menu .c-menu-item>span,.m-auto-suggest .c-menu .c-menu-item>a,.m-auto-suggest .c-menu .c-menu-item>span {
    background: #FFF
}

.c-auto-suggest .c-menu .c-menu-item>a:focus,.c-auto-suggest .c-menu .c-menu-item>a:hover,.c-auto-suggest .c-menu .c-menu-item>span:focus,.c-auto-suggest .c-menu .c-menu-item>span:hover,.m-auto-suggest .c-menu .c-menu-item>a:focus,.m-auto-suggest .c-menu .c-menu-item>a:hover,.m-auto-suggest .c-menu .c-menu-item>span:focus,.m-auto-suggest .c-menu .c-menu-item>span:hover {
    background: rgba(0,0,0,.1)
}

.c-auto-suggest .c-menu[aria-hidden=true],.m-auto-suggest .c-menu[aria-hidden=true] {
    display: none
}

.c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span {
    color: rgba(0,0,0,.6)
}

.c-auto-suggest .c-menu.f-auto-suggest-scroll,.m-auto-suggest .c-menu.f-auto-suggest-scroll {
    overflow-y: auto;
    max-height: none
}

.theme-dark .theme-light .c-auto-suggest .c-menu,.theme-dark .theme-light .m-auto-suggest .c-menu,.theme-light .c-auto-suggest .c-menu,.theme-light .m-auto-suggest .c-menu {
    border-color: #2F2F2F
}

.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a,.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span,.theme-light .c-auto-suggest .c-menu .c-menu-item>a,.theme-light .c-auto-suggest .c-menu .c-menu-item>span,.theme-light .m-auto-suggest .c-menu .c-menu-item>a,.theme-light .m-auto-suggest .c-menu .c-menu-item>span {
    background: #FFF
}

.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a:focus,.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a:hover,.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span:focus,.theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span:hover,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a:focus,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a:hover,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span:focus,.theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span:hover,.theme-light .c-auto-suggest .c-menu .c-menu-item>a:focus,.theme-light .c-auto-suggest .c-menu .c-menu-item>a:hover,.theme-light .c-auto-suggest .c-menu .c-menu-item>span:focus,.theme-light .c-auto-suggest .c-menu .c-menu-item>span:hover,.theme-light .m-auto-suggest .c-menu .c-menu-item>a:focus,.theme-light .m-auto-suggest .c-menu .c-menu-item>a:hover,.theme-light .m-auto-suggest .c-menu .c-menu-item>span:focus,.theme-light .m-auto-suggest .c-menu .c-menu-item>span:hover {
    background: #e6e6e6
}

.theme-dark .theme-light .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-dark .theme-light .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-light .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-light .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span {
    color: #505050
}

.theme-dark .c-auto-suggest .c-menu,.theme-dark .m-auto-suggest .c-menu,.theme-light .theme-dark .c-auto-suggest .c-menu,.theme-light .theme-dark .m-auto-suggest .c-menu {
    border-color: #D2D2D2
}

.theme-dark .c-auto-suggest .c-menu .c-menu-item>a,.theme-dark .c-auto-suggest .c-menu .c-menu-item>span,.theme-dark .m-auto-suggest .c-menu .c-menu-item>a,.theme-dark .m-auto-suggest .c-menu .c-menu-item>span,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span {
    background: #000
}

.theme-dark .c-auto-suggest .c-menu .c-menu-item>a:focus,.theme-dark .c-auto-suggest .c-menu .c-menu-item>a:hover,.theme-dark .c-auto-suggest .c-menu .c-menu-item>span:focus,.theme-dark .c-auto-suggest .c-menu .c-menu-item>span:hover,.theme-dark .m-auto-suggest .c-menu .c-menu-item>a:focus,.theme-dark .m-auto-suggest .c-menu .c-menu-item>a:hover,.theme-dark .m-auto-suggest .c-menu .c-menu-item>span:focus,.theme-dark .m-auto-suggest .c-menu .c-menu-item>span:hover,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:focus,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:hover,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:focus,.theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:hover,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:focus,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:hover,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span:focus,.theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span:hover {
    background: #1a1a1a
}

.theme-dark .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-dark .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-light .theme-dark .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span,.theme-light .theme-dark .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span {
    color: #919191
}

.c-label+.c-auto-suggest.c-search,.c-label+.m-auto-suggest.c-search {
    margin-top: 0
}

a.c-back-to-top,a.m-back-to-top {
    visibility: hidden
}

@media only screen and (min-width: 768px) {
    .m-area-heading .c-paragraph {
        max-width:60%
    }

    a.c-back-to-top,a.m-back-to-top {
        position: fixed;
        bottom: 24px;
        right: 24px;
        width: 48px;
        height: 48px;
        background: rgba(0,0,0,.1);
        visibility: visible;
        float: right;
        padding: 12px;
        z-index: 500;
        opacity: 1;
        -webkit-transition: opacity .6s cubic-bezier(.19,1,.22,1);
        -o-transition: opacity .6s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s cubic-bezier(.19,1,.22,1)
    }

    a.c-back-to-top:focus,a.c-back-to-top:hover,a.m-back-to-top:focus,a.m-back-to-top:hover {
        background: rgba(0,0,0,.2)
    }

    a.c-back-to-top:focus,a.m-back-to-top:focus {
        outline: #000 dashed 1px
    }

    a.c-back-to-top:active,a.m-back-to-top:active {
        background: rgba(0,0,0,.3)
    }

    a.c-back-to-top .c-glyph.glyph-up,a.m-back-to-top .c-glyph.glyph-up {
        font-size: 24px
    }

    a.c-back-to-top .c-glyph.glyph-up:before,a.m-back-to-top .c-glyph.glyph-up:before {
        width: 24px;
        height: 24px
    }

    a.c-back-to-top[aria-disabled=true],a.m-back-to-top[aria-disabled=true] {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility .6s cubic-bezier(.19,1,.22,1),opacity .6s cubic-bezier(.19,1,.22,1);
        -o-transition: visibility .6s cubic-bezier(.19,1,.22,1),opacity .6s cubic-bezier(.19,1,.22,1);
        transition: visibility .6s cubic-bezier(.19,1,.22,1),opacity .6s cubic-bezier(.19,1,.22,1)
    }
}

.m-banner {
    display: block;
    clear: both;
    text-align: center;
    float: none;
    max-width: 1000px;
    margin: 0 auto
}

.m-banner blockquote {
    font-size: 34px;
    line-height: 40px;
    padding: 0 0 2px;
    font-weight: 100;
    font-style: italic;
    margin: 0
}

.m-banner .c-heading-3 {
    padding-top: 0
}

.m-banner .c-caption-1 {
    font-size: 18px;
    padding-top: 20px;
    color: rgba(0,0,0,.6)
}

.m-banner .c-image {
    margin: 0 auto;
    width: auto;
    max-height: 70px
}

.m-banner .c-image+.c-heading-3,.m-banner .c-logo+.c-heading-3 {
    padding-top: 10px
}

.m-banner form .c-label {
    margin: 16px 0
}

.m-banner .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.m-banner .c-call-to-action:active,.m-banner .c-call-to-action:focus:not(.x-hidden-focus),.m-banner .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-banner .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-banner .c-call-to-action:focus:not(.x-hidden-focus),.m-banner .c-call-to-action:hover {
    color: #005da6
}

.m-banner .c-call-to-action:focus:not(.x-hidden-focus) span,.m-banner .c-call-to-action:hover span {
    text-decoration: underline
}

.m-banner .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-banner .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-banner .c-call-to-action,.theme-light .m-banner .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-banner .c-call-to-action:hover,.theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-banner .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-banner .c-call-to-action:hover,.theme-light .m-banner .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-banner .c-call-to-action:active,.theme-light .m-banner .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-banner .c-call-to-action[aria-disabled=true],.theme-light .m-banner .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-banner .c-call-to-action,.theme-light .theme-dark .m-banner .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-banner .c-call-to-action:hover,.theme-light .theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-banner .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-banner .c-call-to-action:hover,.theme-light .theme-dark .m-banner .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-banner .c-call-to-action:active,.theme-light .theme-dark .m-banner .c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-banner .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-banner .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.m-banner.f-align-left {
    text-align: left;
    float: left
}

.m-banner.f-align-left .c-image {
    margin: 0
}

.m-card-group {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-card-group .c-card {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.m-card-group .c-card,.m-card-group .c-card.f-double,.m-card-group .c-card.f-single {
    width: 100%
}

@media screen and (min-width: 540px) {
    .m-card-group .c-card,.m-card-group .c-card.f-single {
        width:48%
    }

    .m-card-group .c-card.f-double {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .m-card-group .c-card {
        margin-bottom:16px
    }

    .m-card-group .c-card,.m-card-group .c-card.f-single {
        width: 31%
    }

    .m-card-group .c-card.f-double {
        width: 64%
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group .c-card {
        margin-bottom:16px
    }

    .m-card-group .c-card,.m-card-group .c-card.f-single {
        width: 23%
    }

    .m-card-group .c-card.f-double {
        width: 48%
    }
}

@media screen and (min-width: 1400px) {
    .m-card-group .c-card {
        margin-bottom:24px
    }
}

@media screen and (min-width: 1779px) {
    .m-card-group .c-card {
        margin-bottom:32px
    }
}

.m-card-group .c-card .card-heading [class*=c-heading] {
    font-weight: 700;
    margin-bottom: 16px;
    padding: 0
}

.context-ucx h1,.context-ucx h2 {
    font-weight: 100;
    letter-spacing: -.01em
}

.m-card-group .c-card .c-card-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.05);
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    background-color: #FFF;
    height: 360px
}

.m-card-group .c-card:not(.f-noninteractive) .c-card-content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: -webkit-box-shadow,-webkit-transform;
    -o-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.16,1,.29,.99);
    -o-transition-timing-function: cubic-bezier(.16,1,.29,.99);
    transition-timing-function: cubic-bezier(.16,1,.29,.99)
}

.m-card-group .c-card:not(.f-noninteractive) .c-card-content:focus,.m-card-group .c-card:not(.f-noninteractive) .c-card-content:hover {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
    -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: -webkit-box-shadow,-webkit-transform;
    -o-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.16,1,.29,.99);
    -o-transition-timing-function: cubic-bezier(.16,1,.29,.99);
    transition-timing-function: cubic-bezier(.16,1,.29,.99)
}

.m-card-group.f-feed .c-card.f-single .c-card-content {
    height: 180px
}

.m-card-group.f-feed.f-layout-a .c-card {
    margin-left: 12px;
    margin-right: 12px
}

@media screen and (min-width: 540px) {
    .m-card-group.f-feed.f-layout-a .c-card,.m-card-group.f-feed.f-layout-a .c-card.f-single {
        width:calc(50% - 24px)
    }

    .m-card-group.f-feed.f-layout-a .c-card.f-double {
        width: calc(100% - 24px)
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-feed.f-layout-a .c-card,.m-card-group.f-feed.f-layout-a .c-card.f-single {
        width:calc(33% - 24px)
    }

    .m-card-group.f-feed.f-layout-a .c-card.f-double {
        width: calc(66% - 24px)
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-feed.f-layout-a .c-card,.m-card-group.f-feed.f-layout-a .c-card.f-single {
        width:calc(25% - 24px)
    }

    .m-card-group.f-feed.f-layout-a .c-card.f-double {
        width: calc(50% - 24px)
    }
}

.m-card-group.f-feed.f-layout-b .c-card {
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (min-width: 540px) {
    .m-card-group.f-feed.f-layout-b .c-card,.m-card-group.f-feed.f-layout-b .c-card.f-single {
        width:calc(50% - 20px)
    }

    .m-card-group.f-feed.f-layout-b .c-card.f-double {
        width: calc(100% - 20px)
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-feed.f-layout-b .c-card,.m-card-group.f-feed.f-layout-b .c-card.f-single {
        width:calc(33% - 20px)
    }

    .m-card-group.f-feed.f-layout-b .c-card.f-double {
        width: calc(66% - 20px)
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-feed.f-layout-b .c-card,.m-card-group.f-feed.f-layout-b .c-card.f-single {
        width:calc(25% - 20px)
    }

    .m-card-group.f-feed.f-layout-b .c-card.f-double {
        width: calc(50% - 20px)
    }
}

.m-card-group.f-channel {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 2%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    margin-left: 1%;
    margin-right: 1%
}

.m-card-group.f-channel .c-card {
    grid-row: span 2;
    grid-template-rows: 1fr;
    -ms-grid-row-span: 2;
    margin-left: 0;
    margin-right: 0
}

.m-card-group.f-channel .c-card .c-card-content {
    height: 360px
}

.m-card-group.f-channel .c-card,.m-card-group.f-channel .c-card.f-double,.m-card-group.f-channel .c-card.f-single {
    width: 100%
}

.m-card-group.f-channel .c-card.f-single {
    grid-row: span 1;
    -ms-grid-row-span: 1
}

.m-card-group.f-channel .c-card.f-single .c-card-content {
    height: 180px
}

@media screen and (min-width: 540px) {
    .m-card-group.f-channel .c-card.f-single {
        grid-row:span 2
    }

    .m-card-group.f-channel .c-card.f-single .c-card-content {
        height: 360px
    }

    .m-card-group.f-channel .c-card.f-double {
        grid-column: span 2;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-channel .c-card.f-double,.m-card-group.f-channel .c-card.f-single {
        -ms-grid-row-span:2
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-channel .c-card.f-single {
        grid-row:span 2
    }

    .m-card-group.f-channel .c-card.f-double {
        -ms-grid-row-span: 1
    }
}

.m-card-group.f-channel .c-card:first-child {
    -ms-grid-row: 1
}

.m-card-group.f-channel .c-card:nth-child(2) {
    -ms-grid-row: 2
}

.m-card-group.f-channel .c-card:nth-child(3) {
    -ms-grid-row: 3
}

.m-card-group.f-channel .c-card:last-child {
    -ms-grid-row: 4
}

.m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2) {
    -ms-grid-row: 3
}

@media screen and (min-width: 540px) {
    .m-card-group.f-channel {
        grid-template-columns:1fr 1fr;
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr;
        -ms-grid-rows: 1fr 1fr
    }

    .m-card-group.f-channel .c-card:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .m-card-group.f-channel .c-card:nth-last-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }

    .m-card-group.f-channel .c-card:nth-last-child(1) {
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }

    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2) {
        -ms-grid-row: 2
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-channel {
        grid-template-columns:1fr 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr 2% 1fr
    }

    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) {
        grid-row: span 1;
        -ms-grid-row-span: 1
    }

    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content {
        height: 168px
    }

    .m-card-group.f-channel .c-card:nth-child(3) {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }

    .m-card-group.f-channel .c-card:nth-child(4) {
        -ms-grid-column: 5;
        -ms-grid-row: 2
    }

    .m-card-group.f-channel .c-card:nth-child(3):last-child {
        -ms-grid-row: 2
    }

    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2) {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-channel {
        grid-template-columns:1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr;
        -ms-grid-rows: 1fr
    }

    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) {
        grid-row: span 2;
        -ms-grid-row-span: 2
    }

    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content {
        height: 360px
    }

    .m-card-group.f-channel .c-card:last-child {
        -ms-grid-column: 7;
        -ms-grid-row: 1
    }

    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2) {
        -ms-grid-column: 5
    }

    .m-card-group.f-channel .c-card:nth-child(3):last-child {
        -ms-grid-row: 1
    }
}

.m-card-group.f-channel.f-layout-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

@media screen and (min-width: 540px) {
    .m-card-group.f-channel.f-layout-a {
        grid-template-columns:minmax(240px,336px) minmax(240px,336px);
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px)
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-channel.f-layout-a {
        grid-template-columns:minmax(240px,336px) minmax(240px,336px) minmax(240px,336px);
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px)
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-channel.f-layout-a {
        grid-template-columns:minmax(240px,336px) minmax(240px,336px) minmax(240px,336px) minmax(240px,336px);
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px)
    }
}

.m-card-group.f-channel.f-layout-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

@media screen and (min-width: 540px) {
    .m-card-group.f-channel.f-layout-b {
        grid-template-columns:minmax(300px,355px) minmax(300px,355px);
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: minmax(300px,355px) 20px minmax(300px,355px)
    }
}

@media screen and (min-width: 768px) {
    .m-card-group.f-channel.f-layout-b {
        grid-template-columns:minmax(300px,355px) minmax(300px,355px) minmax(300px,355px);
        -ms-grid-columns: minmax(300px,355px) 20px minmax(300px,355px) 20px minmax(300px,355px)
    }

    .m-card-group.f-channel.f-layout-b .c-card.f-single:nth-last-child(-n+2) .c-card-content {
        height: 190px
    }
}

@media screen and (min-width: 1084px) {
    .m-card-group.f-channel.f-layout-b {
        grid-template-columns:minmax(300px,355px) minmax(300px,355px) minmax(300px,355px) minmax(300px,355px);
        -ms-grid-columns: minmax(300px,355px) 20px minmax(300px,355px) 20px minmax(300px,355px) 20px minmax(300px,355px)
    }

    .m-card-group.f-channel.f-layout-b .c-card.f-single:nth-last-child(-n+2) .c-card-content {
        height: 400px
    }
}

.m-card-group.f-layout-a .c-card .c-card-content {
    height: 360px
}

.m-card-group.f-layout-a .c-card.f-single {
    max-width: 336px;
    min-width: 240px
}

.m-card-group.f-layout-a .c-card.f-double {
    max-width: 696px;
    min-width: 504px
}

@media screen and (max-width: 540px) {
    .m-card-group.f-layout-a .c-card.f-single .c-card-content {
        height:168px
    }

    .m-card-group.f-layout-a .c-card.f-double {
        max-width: 336px;
        min-width: 240px
    }
}

.m-card-group.f-layout-b .c-card .c-card-content {
    height: 400px
}

.m-card-group.f-layout-b .c-card.f-single {
    max-width: 355px;
    min-width: 300px
}

.m-card-group.f-layout-b .c-card.f-double {
    max-width: 730px;
    min-width: 620px
}

@media screen and (max-width: 540px) {
    .m-card-group.f-layout-b .c-card.f-single .c-card-content {
        height:190px
    }

    .m-card-group.f-layout-b .c-card.f-double {
        min-width: 300px;
        max-width: 355px
    }
}

.c-compare-chart .c-product-placement,.c-compare-chart .m-product-placement-item,.m-compare-chart .c-product-placement,.m-compare-chart .m-product-placement-item {
    padding-bottom: 80px
}

.c-compare-chart .c-product-placement img,.c-compare-chart .m-product-placement-item img,.m-compare-chart .c-product-placement img,.m-compare-chart .m-product-placement-item img {
    margin: 0
}

.c-compare-chart .c-product-placement.f-size-large,.c-compare-chart .c-product-placement.f-size-medium,.c-compare-chart .c-product-placement.f-size-small,.c-compare-chart .m-product-placement-item.f-size-large,.c-compare-chart .m-product-placement-item.f-size-medium,.c-compare-chart .m-product-placement-item.f-size-small,.m-compare-chart .c-product-placement.f-size-large,.m-compare-chart .c-product-placement.f-size-medium,.m-compare-chart .c-product-placement.f-size-small,.m-compare-chart .m-product-placement-item.f-size-large,.m-compare-chart .m-product-placement-item.f-size-medium,.m-compare-chart .m-product-placement-item.f-size-small {
    width: inherit
}

.c-compare-chart .c-product-placement+button,.c-compare-chart .m-product-placement-item+button,.m-compare-chart .c-product-placement+button,.m-compare-chart .m-product-placement-item+button {
    position: absolute;
    bottom: 0;
    margin-top: 20px
}

.c-compare-chart .c-product-placement>a [class^=c-heading-],.c-compare-chart .m-product-placement-item>a [class^=c-heading-],.m-compare-chart .c-product-placement>a [class^=c-heading-],.m-compare-chart .m-product-placement-item>a [class^=c-heading-] {
    padding-top: 4px
}

.c-compare-chart section .f-row,.m-compare-chart section .f-row {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    margin: 10px 0 0;
    width: 100%
}

.c-compare-chart section .c-heading-5,.m-compare-chart section .c-heading-5 {
    visibility: hidden
}

.c-compare-chart section .f-column:first-child .c-heading-5,.m-compare-chart section .f-column:first-child .c-heading-5 {
    visibility: visible
}

.c-compare-chart section .f-icons,.m-compare-chart section .f-icons {
    margin-bottom: 24px
}

.c-compare-chart section img,.m-compare-chart section img {
    margin: 5px;
    display: inline-block
}

.c-compare-chart section button,.m-compare-chart section button {
    color: #FFF;
    background-color: #0067B8;
    margin-bottom: 24px
}

.c-compare-chart section button:focus:not(.x-hidden-focus),.m-compare-chart section button:focus:not(.x-hidden-focus) {
    outline: #000 solid 2px
}

.c-compare-chart section button:focus:not(.x-hidden-focus),.c-compare-chart section button:hover,.m-compare-chart section button:focus:not(.x-hidden-focus),.m-compare-chart section button:hover {
    background: #005da6
}

.c-compare-chart section button:active,.m-compare-chart section button:active {
    background: #005293;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.c-compare-chart section button[disabled],.m-compare-chart section button[disabled] {
    color: rgba(0,0,0,.2);
    background-color: rgba(0,103,184,.2);
    border-color: transparent
}

.theme-dark .theme-light .c-compare-chart section button,.theme-dark .theme-light .m-compare-chart section button,.theme-light .c-compare-chart section button,.theme-light .m-compare-chart section button {
    color: #FFF;
    background-color: #000;
    border-color: transparent
}

.theme-dark .theme-light .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .m-compare-chart section button:focus:not(.x-hidden-focus) {
    outline-color: #FFF
}

.theme-dark .theme-light .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .theme-light .c-compare-chart section button:hover,.theme-dark .theme-light .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-compare-chart section button:hover,.theme-light .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .c-compare-chart section button:hover,.theme-light .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .m-compare-chart section button:hover {
    background: #1a1a1a
}

.theme-dark .theme-light .c-compare-chart section button:active,.theme-dark .theme-light .m-compare-chart section button:active,.theme-light .c-compare-chart section button:active,.theme-light .m-compare-chart section button:active {
    background: #333
}

.theme-dark .theme-light .c-compare-chart section button[disabled],.theme-dark .theme-light .m-compare-chart section button[disabled],.theme-light .c-compare-chart section button[disabled],.theme-light .m-compare-chart section button[disabled] {
    background-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}

.theme-dark .c-compare-chart section button,.theme-dark .m-compare-chart section button,.theme-light .theme-dark .c-compare-chart section button,.theme-light .theme-dark .m-compare-chart section button {
    color: #000;
    background-color: #FFF;
    border-color: transparent
}

.theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus) {
    outline-color: #000
}

.theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .c-compare-chart section button:hover,.theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-dark .m-compare-chart section button:hover,.theme-light .theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .theme-dark .c-compare-chart section button:hover,.theme-light .theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-compare-chart section button:hover {
    background: #e6e6e6
}

.theme-dark .c-compare-chart section button:active,.theme-dark .m-compare-chart section button:active,.theme-light .theme-dark .c-compare-chart section button:active,.theme-light .theme-dark .m-compare-chart section button:active {
    background: #ccc
}

.theme-dark .c-compare-chart section button[disabled],.theme-dark .m-compare-chart section button[disabled],.theme-light .theme-dark .c-compare-chart section button[disabled],.theme-light .theme-dark .m-compare-chart section button[disabled] {
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}

.c-compare-chart section ul,.m-compare-chart section ul {
    margin-bottom: 24px
}

.c-compare-chart section .c-call-to-action,.m-compare-chart section .c-call-to-action {
    margin-top: 15px
}

.c-compare-chart section .c-divider,.m-compare-chart section .c-divider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-compare-chart section p,.m-compare-chart section p {
    margin-bottom: 24px;
    padding: 0;
    display: block
}

@media only screen and (max-width: 768px) {
    .c-compare-chart [data-grid*=col-],.m-compare-chart [data-grid*=col-] {
        width:50%
    }
}

@media only screen and (max-width: 539px) {
    .c-compare-chart,.m-compare-chart {
        padding:0 24px
    }

    .c-compare-chart section .c-heading-5,.m-compare-chart section .c-heading-5 {
        visibility: visible
    }

    .c-compare-chart section .f-column .f-row img,.m-compare-chart section .f-column .f-row img {
        max-width: 100%;
        text-align: center
    }
}

.m-rich-content-block>[class*=c-heading]:first-child,.m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-2]>div [class*=c-heading]:first-child {
    padding-top: 0
}

.m-content-placement {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media only screen and (min-width: 540px) {
    .m-content-placement {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .m-content-placement {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 1400px) {
    .m-content-placement {
        padding-left:36px;
        padding-right: 36px
    }
}

.m-rich-content-block[data-grid~=pad-6x] {
    padding-left: 0;
    padding-right: 0
}

.m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-2]>div+div [class*=c-heading]:first-child {
    padding-top: 48px
}

@media only screen and (min-width: 768px) {
    .m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-2]>div+div [class*=c-heading]:first-child {
        padding-top:0
    }
}

.m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-3]>div [class*=c-heading]:first-child {
    padding-top: 0
}

.m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-3]>div+div [class*=c-heading]:first-child {
    padding-top: 48px
}

@media only screen and (min-width: 1084px) {
    .m-rich-content-block[data-grid~=pad-6x][data-grid~=stack-3]>div+div [class*=c-heading]:first-child {
        padding-top:0
    }
}

@media only screen and (min-width: 540px) {
    .m-rich-content-block[data-grid~=pad-6x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .m-rich-content-block[data-grid~=pad-6x] {
        padding-left:24px;
        padding-right: 24px;
        padding-top: 48px
    }
}

@media only screen and (min-width: 1400px) {
    .m-rich-content-block[data-grid~=pad-6x] {
        padding-left:36px;
        padding-right: 36px
    }
}

.m-rich-content-block[data-grid~=pad-12x] {
    padding-left: 30px;
    padding-right: 30px
}

.m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-2]>div [class*=c-heading]:first-child {
    padding-top: 0
}

.m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-2]>div+div [class*=c-heading]:first-child {
    padding-top: 48px
}

@media only screen and (min-width: 768px) {
    .m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-2]>div+div [class*=c-heading]:first-child {
        padding-top:0
    }
}

.m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-3]>div [class*=c-heading]:first-child {
    padding-top: 0
}

.m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-3]>div+div [class*=c-heading]:first-child {
    padding-top: 48px
}

@media only screen and (min-width: 1084px) {
    .m-rich-content-block[data-grid~=pad-12x][data-grid~=stack-3]>div+div [class*=c-heading]:first-child {
        padding-top:0
    }
}

@media screen and (max-width: 1778px) {
    .m-rich-content-block[data-grid~=pad-12x] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media screen and (max-width: 1399px) {
    .m-rich-content-block[data-grid~=pad-12x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 1083px) {
    .m-rich-content-block[data-grid~=pad-12x] {
        padding-left:18px;
        padding-right: 18px
    }
}

@media only screen and (max-width: 767px) {
    .m-rich-content-block[data-grid~=pad-12x] {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 539px) {
    .m-rich-content-block[data-grid~=pad-12x] {
        padding-left:0;
        padding-right: 0
    }
}

.context-ucx h1 {
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px
}

.context-ucx h2 {
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px
}

.context-ucx h3,.context-ucx h4 {
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 200
}

.context-ucx h5 {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 400
}

.context-ucx h6 {
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 400
}

.context-ucx small {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 0;
    font-weight: 400
}

.context-ucx p {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}

.m-device-actions {
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
    padding-top: 0
}

.m-device-actions [data-grid=col-6]:first-child {
    padding-right: 12px;
    padding-left: 0
}

.m-device-actions [data-grid=col-6]:first-child .f-row:first-child {
    display: none
}

.m-device-actions [data-grid=col-6] {
    padding-right: 0;
    padding-left: 12px
}

.m-device-actions [data-grid=col-6] .f-row:first-child {
    color: #000
}

.m-device-actions .f-row {
    overflow: hidden;
    color: rgba(0,0,0,.6);
    margin-top: 24px
}

.m-device-actions .c-button,.m-device-actions .f-row .c-meta-text,.m-device-actions .f-row:first-child {
    margin-top: 0
}

.m-device-actions .f-description {
    overflow: hidden
}

.m-device-actions .f-description [class^=c-paragraph] {
    padding: 0
}

.m-device-actions .f-description .f-battery .c-image,.m-device-actions .f-description .f-battery [class^=c-paragraph] {
    display: inline-block;
    margin-right: 12px
}

.m-device-actions .f-button {
    float: left;
    padding-right: 24px;
    min-width: 150px;
    margin-bottom: 12px
}

.m-device-actions .c-meta-text {
    display: block;
    margin-top: 24px
}

@media only screen and (max-width: 1083px) {
    .m-device-actions {
        padding-left:12px;
        padding-right: 12px
    }

    .m-device-actions [data-grid=col-6]:first-child {
        padding-top: 0
    }

    .m-device-actions [data-grid=col-6]:first-child .f-row:first-child {
        display: block;
        margin-top: 0;
        margin-bottom: 20px
    }

    .m-device-actions [data-grid=col-6] {
        padding-left: 0;
        margin-bottom: 0
    }

    .m-device-actions [data-grid=col-6] .f-row:first-child {
        display: none
    }
}

@media only screen and (max-width: 539px) {
    .m-device-actions .f-button {
        float:none;
        padding-right: 0
    }

    .m-device-actions .c-button {
        width: 100%
    }

    .m-device-actions .f-row:first-child {
        margin-bottom: 0
    }

    .m-device-actions .f-row:first-child .f-button {
        margin-bottom: 20px
    }

    .m-feed-hero .c-carousel .c-sequence-indicator {
        bottom: 12px
    }
}

.f-map {
    clear: both;
    width: 100%;
    height: 440px;
    background: #737373
}

@media only screen and (max-width: 320px) {
    .f-map {
        height:260px
    }
}

.m-email-sign-up {
    padding-left: 0;
    padding-right: 0
}

.m-email-sign-up .c-group>input.c-text-field {
    margin-top: 12px;
    margin-right: 12px;
    height: auto
}

.m-email-sign-up .c-group>input.c-text-field+.c-button {
    margin-right: 20px
}

.m-email-sign-up .c-group>input.c-text-field+.c-button+.c-hyperlink {
    margin-top: 20px
}

.m-email-sign-up .c-checkbox .c-label {
    margin-right: 0
}

@media only screen and (max-width: 1083px) {
    .m-email-sign-up {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (max-width: 540px) {
    .m-email-sign-up {
        padding-left:24px;
        padding-right: 24px
    }
}

.c-feature,.m-feature {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: auto
}

.c-feature:after,.c-feature:before,.m-feature:after,.m-feature:before {
    content: " ";
    display: table
}

.c-feature:after,.m-feature:after {
    clear: both
}

.c-feature.f-background-neutral-00,.m-feature.f-background-neutral-00 {
    background-color: #FFF
}

.c-feature.f-background-neutral-10,.m-feature.f-background-neutral-10 {
    background-color: #E6E6E6
}

.c-feature.f-background-neutral-20,.m-feature.f-background-neutral-20 {
    background-color: #D2D2D2
}

.c-feature.f-background-neutral-30,.m-feature.f-background-neutral-30 {
    background-color: #ACACAC
}

.c-feature.f-background-neutral-45,.m-feature.f-background-neutral-45 {
    background-color: #919191
}

.c-feature.f-background-neutral-55,.m-feature.f-background-neutral-55 {
    background-color: #737373
}

.c-feature.f-background-neutral-65,.m-feature.f-background-neutral-65 {
    background-color: #505050
}

.c-feature.f-background-neutral-75,.m-feature.f-background-neutral-75 {
    background-color: #464646
}

.c-feature.f-background-neutral-80,.m-feature.f-background-neutral-80 {
    background-color: #2F2F2F
}

.c-feature.f-background-neutral-90,.m-feature.f-background-neutral-90 {
    background-color: #171717
}

.c-feature.f-background-neutral-100,.m-feature.f-background-neutral-100 {
    background-color: #000
}

.c-feature .c-call-to-action,.m-feature .c-call-to-action {
    margin-top: 10px
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary) {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    color: #005da6
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span,.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover span,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover span {
    text-decoration: underline
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-feature .c-call-to-action:focus:not(.x-hidden-focus) span,.c-feature .c-call-to-action:hover span,.m-feature .c-call-to-action:focus:not(.x-hidden-focus) span,.m-feature .c-call-to-action:hover span,.m-feed-hero-item a:focus,.m-feed-hero-item:hover a,.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span,.m-highlight-feature>div .c-call-to-action:hover span {
    text-decoration: underline
}

.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary) {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    background: 0 0
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary),.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary) {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    color: #e6e6e6
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    background: 0 0
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active,.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active {
    color: #ccc
}

.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true],.theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.c-feature.f-background-neutral-00,.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-10,.c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-20,.c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-30,.c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-00,.m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-10,.m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-20,.m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-30,.m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    color: #000
}

.c-feature.f-background-accent,.m-feature.f-background-accent {
    background: #0067B8
}

.c-feature>div,.m-feature>div {
    text-align: center;
    margin: 0 auto
}

.c-feature>div .c-heading,.m-feature>div .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 24px 0 5px;
    font-weight: 400;
    margin-top: 20px
}

.c-feature>div .c-paragraph,.m-feature>div .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400
}

.c-feature>div .c-badge,.c-feature>div .c-logo,.m-feature>div .c-badge,.m-feature>div .c-logo {
    margin-top: 12px
}

.c-feature>div .c-badge+.c-heading,.c-feature>div .c-logo+.c-heading,.m-feature>div .c-badge+.c-heading,.m-feature>div .c-logo+.c-heading {
    padding-top: 8px
}

.c-feature>div .c-logo,.m-feature>div .c-logo {
    display: block
}

.c-feature>div .c-logo img,.m-feature>div .c-logo img {
    margin: 0 auto
}

.c-feature>div .c-group,.m-feature>div .c-group {
    display: block;
    overflow: visible;
    margin-top: 10px
}

.c-feature>div .c-group .c-call-to-action,.m-feature>div .c-group .c-call-to-action {
    padding-right: 16px;
    margin-top: 0;
    margin-right: 4px
}

.c-feature .c-video,.c-feature .m-ambient-video,.c-feature picture,.m-feature .c-video,.m-feature .m-ambient-video,.m-feature picture {
    display: block;
    width: 100%;
    max-width: 100%
}

.c-feature picture img,.m-feature picture img {
    max-width: 100%;
    height: auto
}

.c-feature.f-align-left>div,.c-feature.f-align-right>div,.m-feature.f-align-left>div,.m-feature.f-align-right>div {
    width: 100%;
    position: relative;
    padding: 0 24px 24px
}

.c-feature.f-align-left>div.m-ambient-video,.c-feature.f-align-right>div.m-ambient-video,.m-feature.f-align-left>div.m-ambient-video,.m-feature.f-align-right>div.m-ambient-video {
    padding: 0
}

.c-feature.f-align-center>div,.m-feature.f-align-center>div {
    width: auto;
    padding: 0 24px;
    max-width: 100%
}

.c-feature.f-align-center>div .c-group,.m-feature.f-align-center>div .c-group {
    display: block
}

.c-feature.f-align-center>div .c-group .c-call-to-action,.m-feature.f-align-center>div .c-group .c-call-to-action {
    margin: 0 2px
}

.c-feature.f-align-center>div .c-image,.m-feature.f-align-center>div .c-image {
    display: inline-block
}

.c-feature.f-align-center .c-video,.c-feature.f-align-center .m-ambient-video,.c-feature.f-align-center picture,.m-feature.f-align-center .c-video,.m-feature.f-align-center .m-ambient-video,.m-feature.f-align-center picture {
    width: 100%
}

.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,0,0,.1)
}

.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):active {
    background: 0 0;
    color: #000
}

.c-feature.f-background-accent,.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-100,.c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-45,.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-55,.c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-65,.c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-75,.c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-80,.c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary),.c-feature.f-background-neutral-90,.c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-accent,.m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-100,.m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-45,.m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-55,.m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-65,.m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-75,.m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-80,.m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary),.m-feature.f-background-neutral-90,.m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary) {
    color: #FFF
}

.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(255,255,255,.1)
}

.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):hover,.m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus),.m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):hover {
    color: #e6e6e6
}

.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):active,.m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):active {
    background: 0 0;
    color: #ccc
}

@media only screen and (min-width: 540px) {
    .c-feature.f-align-left>div,.c-feature.f-align-right>div,.m-feature.f-align-left>div,.m-feature.f-align-right>div {
        width:490px;
        margin: 0 auto;
        text-align: center
    }

    .c-feature.f-align-left>div.c-video,.c-feature.f-align-left>div.m-ambient-video,.c-feature.f-align-right>div.c-video,.c-feature.f-align-right>div.m-ambient-video,.m-feature.f-align-left>div.c-video,.m-feature.f-align-left>div.m-ambient-video,.m-feature.f-align-right>div.c-video,.m-feature.f-align-right>div.m-ambient-video {
        width: 100%
    }

    .c-feature.f-align-left .c-logo img,.c-feature.f-align-right .c-logo img,.m-feature.f-align-left .c-logo img,.m-feature.f-align-right .c-logo img {
        margin: 0 auto
    }
}

@media only screen and (min-width: 768px) {
    .c-feature.f-align-left>div .c-logo img,.c-feature.f-align-left>div.m-ambient-video,.c-feature.f-align-right>div .c-logo img,.c-feature.f-align-right>div.m-ambient-video,.m-feature.f-align-left>div .c-logo img,.m-feature.f-align-left>div.m-ambient-video,.m-feature.f-align-right>div .c-logo img,.m-feature.f-align-right>div.m-ambient-video {
        margin:0
    }

    .c-feature.f-align-left picture,.c-feature.f-align-right picture,.m-feature.f-align-left picture,.m-feature.f-align-right picture {
        width: 50%
    }

    .c-feature.f-align-left picture img,.c-feature.f-align-right picture img,.m-feature.f-align-left picture img,.m-feature.f-align-right picture img {
        right: 0
    }

    .c-feature.f-align-left>div,.c-feature.f-align-right>div,.m-feature.f-align-left>div,.m-feature.f-align-right>div {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 0;
        position: absolute;
        top: calc(50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        text-align: left
    }

    .c-feature.f-align-left>div.c-video,.c-feature.f-align-left>div.m-ambient-video,.c-feature.f-align-right>div.c-video,.c-feature.f-align-right>div.m-ambient-video,.m-feature.f-align-left>div.c-video,.m-feature.f-align-left>div.m-ambient-video,.m-feature.f-align-right>div.c-video,.m-feature.f-align-right>div.m-ambient-video {
        width: 50%;
        max-width: 50%;
        overflow: hidden;
        position: relative;
        left: 0;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0
    }

    .c-feature.f-align-left>div.c-video>h1,.c-feature.f-align-left>div.m-ambient-video>h1,.c-feature.f-align-right>div.c-video>h1,.c-feature.f-align-right>div.m-ambient-video>h1,.m-feature.f-align-left>div.c-video>h1,.m-feature.f-align-left>div.m-ambient-video>h1,.m-feature.f-align-right>div.c-video>h1,.m-feature.f-align-right>div.m-ambient-video>h1 {
        display: none
    }

    .c-feature.f-align-left>div.c-video video,.c-feature.f-align-left>div.m-ambient-video video,.c-feature.f-align-right>div.c-video video,.c-feature.f-align-right>div.m-ambient-video video,.m-feature.f-align-left>div.c-video video,.m-feature.f-align-left>div.m-ambient-video video,.m-feature.f-align-right>div.c-video video,.m-feature.f-align-right>div.m-ambient-video video {
        width: 100%;
        min-width: 100%;
        height: 100%;
        max-height: 100%
    }

    .c-feature.f-align-left>div .c-heading,.c-feature.f-align-right>div .c-heading,.m-feature.f-align-left>div .c-heading,.m-feature.f-align-right>div .c-heading {
        padding-top: 0
    }

    .c-feature.f-align-left>div,.m-feature.f-align-left>div {
        left: 0
    }

    .c-feature.f-align-left .c-video,.c-feature.f-align-left .m-ambient-video,.c-feature.f-align-left picture,.m-feature.f-align-left .c-video,.m-feature.f-align-left .m-ambient-video,.m-feature.f-align-left picture {
        float: right
    }

    .c-feature.f-align-right>div,.m-feature.f-align-right>div {
        left: 50%
    }

    .c-feature.f-align-right .c-video,.c-feature.f-align-right .m-ambient-video,.c-feature.f-align-right picture,.m-feature.f-align-right .c-video,.m-feature.f-align-right .m-ambient-video,.m-feature.f-align-right picture {
        float: left;
        left: 0
    }

    .c-feature.f-align-right.f-image-priority>div,.m-feature.f-align-right.f-image-priority>div {
        left: 50%
    }

    .c-feature.f-align-right.f-image-priority>div.c-video,.c-feature.f-align-right.f-image-priority>div.m-ambient-video,.m-feature.f-align-right.f-image-priority>div.c-video,.m-feature.f-align-right.f-image-priority>div.m-ambient-video {
        left: 0
    }

    .c-feature.f-set-ratio.f-align-left,.c-feature.f-set-ratio.f-align-right,.m-feature.f-set-ratio.f-align-left,.m-feature.f-set-ratio.f-align-right {
        position: relative;
        padding-bottom: 37.5%
    }
}

@media only screen and (min-width: 768px) and (min-width:1400px) {
    .c-feature.f-set-ratio.f-align-left,.c-feature.f-set-ratio.f-align-right,.m-feature.f-set-ratio.f-align-left,.m-feature.f-set-ratio.f-align-right {
        padding-bottom:28.125%
    }
}

@media only screen and (min-width: 768px) {
    .c-feature.f-set-ratio.f-align-left .c-video,.c-feature.f-set-ratio.f-align-left .m-ambient-video,.c-feature.f-set-ratio.f-align-left picture,.c-feature.f-set-ratio.f-align-right .c-video,.c-feature.f-set-ratio.f-align-right .m-ambient-video,.c-feature.f-set-ratio.f-align-right picture,.m-feature.f-set-ratio.f-align-left .c-video,.m-feature.f-set-ratio.f-align-left .m-ambient-video,.m-feature.f-set-ratio.f-align-left picture,.m-feature.f-set-ratio.f-align-right .c-video,.m-feature.f-set-ratio.f-align-right .m-ambient-video,.m-feature.f-set-ratio.f-align-right picture {
        position:absolute
    }

    .c-feature.f-set-ratio.f-align-left picture,.c-feature.f-set-ratio.f-align-right picture,.m-feature.f-set-ratio.f-align-left picture,.m-feature.f-set-ratio.f-align-right picture {
        width: 50%
    }

    .c-feature.f-set-ratio.f-align-left picture img,.c-feature.f-set-ratio.f-align-right picture img,.m-feature.f-set-ratio.f-align-left picture img,.m-feature.f-set-ratio.f-align-right picture img {
        right: 0
    }

    .c-feature.f-set-ratio.f-align-left.f-image-priority,.c-feature.f-set-ratio.f-align-right.f-image-priority,.m-feature.f-set-ratio.f-align-left.f-image-priority,.m-feature.f-set-ratio.f-align-right.f-image-priority {
        padding-bottom: 28.1625%
    }

    .c-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video,.c-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video,.m-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video,.m-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video {
        height: 100%
    }

    .c-feature.f-set-ratio.f-align-left>div,.m-feature.f-set-ratio.f-align-left>div {
        left: 0
    }

    .c-feature.f-set-ratio.f-align-left .c-video,.c-feature.f-set-ratio.f-align-left .m-ambient-video,.c-feature.f-set-ratio.f-align-left picture,.c-feature.f-set-ratio.f-align-right>div,.m-feature.f-set-ratio.f-align-left .c-video,.m-feature.f-set-ratio.f-align-left .m-ambient-video,.m-feature.f-set-ratio.f-align-left picture,.m-feature.f-set-ratio.f-align-right>div {
        left: 50%
    }

    .c-feature.f-set-ratio.f-align-right .c-video,.c-feature.f-set-ratio.f-align-right .m-ambient-video,.c-feature.f-set-ratio.f-align-right picture,.m-feature.f-set-ratio.f-align-right .c-video,.m-feature.f-set-ratio.f-align-right .m-ambient-video,.m-feature.f-set-ratio.f-align-right picture {
        right: 50%;
        left: 0
    }

    .c-feature.f-set-ratio.f-align-right.f-image-priority>div,.m-feature.f-set-ratio.f-align-right.f-image-priority>div {
        left: 50%
    }

    .c-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video,.c-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video,.m-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video,.m-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video {
        left: 0
    }
}

@media only screen and (min-width: 768px) and (min-width:1084px) {
    .c-feature.f-set-ratio.f-align-left.f-image-priority,.c-feature.f-set-ratio.f-align-right.f-image-priority,.m-feature.f-set-ratio.f-align-left.f-image-priority,.m-feature.f-set-ratio.f-align-right.f-image-priority {
        padding-bottom:36.5%
    }
}

@media only screen and (min-width: 1084px) {
    .c-feature.f-align-right.f-image-priority>div,.c-feature.f-set-ratio.f-align-right.f-image-priority>div,.m-feature.f-align-right.f-image-priority>div,.m-feature.f-set-ratio.f-align-right.f-image-priority>div {
        left:65%
    }

    .c-feature>div .c-heading,.m-feature>div .c-heading {
        font-size: 34px;
        line-height: 40px;
        padding: 0 0 2px;
        font-weight: 100
    }

    .c-feature>div .c-paragraph,.m-feature>div .c-paragraph {
        padding-top: 12px
    }

    .c-feature.f-align-left.f-image-priority picture,.c-feature.f-align-right.f-image-priority picture,.m-feature.f-align-left.f-image-priority picture,.m-feature.f-align-right.f-image-priority picture {
        width: 65%
    }

    .c-feature.f-align-left.f-image-priority>div,.c-feature.f-align-right.f-image-priority>div,.m-feature.f-align-left.f-image-priority>div,.m-feature.f-align-right.f-image-priority>div {
        width: 35%
    }

    .c-feature.f-align-left.f-image-priority>div.c-video,.c-feature.f-align-left.f-image-priority>div.m-ambient-video,.c-feature.f-align-right.f-image-priority>div.c-video,.c-feature.f-align-right.f-image-priority>div.m-ambient-video,.m-feature.f-align-left.f-image-priority>div.c-video,.m-feature.f-align-left.f-image-priority>div.m-ambient-video,.m-feature.f-align-right.f-image-priority>div.c-video,.m-feature.f-align-right.f-image-priority>div.m-ambient-video {
        width: 65%;
        max-width: 65%
    }

    .c-feature.f-align-center>div,.m-feature.f-align-center>div {
        max-width: 798px
    }

    .c-feature.f-align-center>div.c-video,.c-feature.f-align-center>div.m-ambient-video,.m-feature.f-align-center>div.c-video,.m-feature.f-align-center>div.m-ambient-video {
        max-width: 100%
    }

    .c-feature.f-set-ratio.f-align-right.f-image-priority picture,.c-feature.f-set-ratio.f-align-right.f-image-priority>.c-video,.c-feature.f-set-ratio.f-align-right.f-image-priority>.m-ambient-video,.m-feature.f-set-ratio.f-align-right.f-image-priority picture,.m-feature.f-set-ratio.f-align-right.f-image-priority>.c-video,.m-feature.f-set-ratio.f-align-right.f-image-priority>.m-ambient-video {
        right: 35%
    }

    .c-feature.f-set-ratio.f-align-left.f-image-priority>div,.m-feature.f-set-ratio.f-align-left.f-image-priority>div {
        right: 65%
    }

    .c-feature.f-set-ratio.f-align-left.f-image-priority picture,.c-feature.f-set-ratio.f-align-left.f-image-priority>.c-video,.c-feature.f-set-ratio.f-align-left.f-image-priority>.m-ambient-video,.m-feature.f-set-ratio.f-align-left.f-image-priority picture,.m-feature.f-set-ratio.f-align-left.f-image-priority>.c-video,.m-feature.f-set-ratio.f-align-left.f-image-priority>.m-ambient-video {
        left: 35%
    }
}

.m-feature,.m-feature-group {
    padding-top: 0;
    margin-top: 48px
}

@media only screen and (min-width: 1400px) {
    .c-feature.f-align-left>div,.c-feature.f-align-right>div,.m-feature.f-align-left>div,.m-feature.f-align-right>div {
        padding-left:48px;
        padding-right: 48px
    }

    .c-feature.f-align-left>div.c-video,.c-feature.f-align-left>div.m-ambient-video,.c-feature.f-align-right>div.c-video,.c-feature.f-align-right>div.m-ambient-video,.m-feature.f-align-left>div.c-video,.m-feature.f-align-left>div.m-ambient-video,.m-feature.f-align-right>div.c-video,.m-feature.f-align-right>div.m-ambient-video {
        padding: 0
    }
}

.m-feature {
    padding-left: 0;
    padding-right: 0
}

.m-feature[data-grid~=container] {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    clear: both
}

@media only screen and (min-width: 540px) {
    .m-feature[data-grid~=container] {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .m-feature[data-grid~=container] {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (min-width: 1400px) {
    .m-feature[data-grid~=container] {
        padding-left:48px;
        padding-right: 48px
    }
}

.m-feature-group {
    padding-left: 12px;
    padding-right: 12px;
    background: rgba(0,0,0,.1)
}

@media only screen and (min-width: 540px) {
    .m-feature-group {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .m-feature-group {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (min-width: 1400px) {
    .m-feature-group {
        padding-left:48px;
        padding-right: 48px
    }
}

.m-feature-group .m-area-heading {
    float: none
}

.m-feature-group .m-feature {
    float: none;
    margin-bottom: 48px
}

.m-footer>div>a.c-hyperlink,.m-footer>div>a.c-hyperlink.c-glyph {
    float: left;
    font-size: 11px;
    line-height: 16px;
    display: inline-block
}

.m-feature-group .m-feature picture img {
    width: 100%
}

.m-feature-group .m-feature .f-background-neutral-00,.m-feature-group .m-feature.f-background-neutral-00 {
    color: #000;
    background: #FFF
}

.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action,.m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action {
    color: #0067B8
}

.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus),.m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,103,184,.1)
}

.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus),.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:hover,.m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus),.m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:hover {
    color: #005da6
}

.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:active,.m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:active {
    background: 0 0;
    color: #005293
}

.m-feed-hero {
    padding: 0
}

.m-feed-hero .c-carousel .m-feed-hero-item>div {
    bottom: 48px
}

@media only screen and (max-width: 539px) {
    .m-feed-hero .c-carousel .m-feed-hero-item>div {
        bottom:28px
    }
}

[class^=pad-]+.pad-feed-hero .m-feed-hero,[class^=m-]+.m-feed-hero {
    padding-top: 48px
}

.m-feed-hero-item {
    padding: 0;
    position: relative
}

.m-feed-hero-item:hover {
    cursor: pointer
}

.m-feed-hero-item .c-image {
    position: relative;
    display: block;
    padding-bottom: 37.55%
}

@media only screen and (max-width: 1083px) {
    .m-feed-hero-item .c-image {
        padding-bottom:56.25%
    }
}

.m-feed-hero-item .c-image img {
    position: absolute
}

.m-feed-hero-item .c-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-feed-hero-item a {
    display: block
}

.m-feed-hero-item a:focus {
    outline: transparent
}

.m-feed-hero-item .c-heading {
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 56px;
    padding-bottom: 2.36px;
    font-weight: 700;
    opacity: .95
}

@media screen and (-ms-high-contrast:active) {
    .m-feed-hero-item .c-heading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-feed-hero-item .c-heading {
        background: #FFF
    }
}

@media only screen and (max-width: 539px) {
    .m-feed-hero-item .c-heading {
        font-size:15px;
        line-height: 20px;
        max-height: 40px;
        padding-bottom: .23px;
        font-weight: 700
    }
}

.m-feed-hero-item .c-subheading {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: .27px;
    font-weight: 400
}

@media screen and (-ms-high-contrast:active) {
    .m-feed-hero-item .c-subheading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-feed-hero-item .c-subheading {
        background: #FFF
    }
}

@media only screen and (max-width: 767px) {
    .m-feed-hero-item .c-heading {
        width:auto;
        margin: 0 24px
    }

    .m-feed-hero-item .c-subheading {
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
        max-height: 20px;
        padding-bottom: .23px
    }
}

.m-feed-hero-item>div {
    position: absolute;
    width: 100%;
    bottom: 48px
}

@media only screen and (max-width: 1083px) {
    .m-feed-hero-item>div {
        bottom:24px
    }
}

@media only screen and (max-width: 539px) {
    .m-feed-hero-item .c-subheading {
        font-size:11px;
        line-height: 16px;
        white-space: nowrap;
        max-height: 16px
    }

    .m-feed-hero-item>div {
        bottom: 12px
    }
}

.m-feed-hero-item>div>div {
    max-width: 800px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center
}

.m-footer nav,.m-footer>div {
    max-width: calc(1600px + 10%)
}

.m-feed-hero-item.theme-light .c-image:after {
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(255,255,255,.95)),color-stop(85%, transparent));
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
    background: -o-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
    background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
}

@media only screen and (max-width: 767px) {
    .m-feed-hero-item.theme-light .c-image:after {
        background:-webkit-gradient(linear,left bottom, left top,from(#fff),to(transparent));
        background: -webkit-linear-gradient(bottom,#fff,transparent 100%);
        background: -o-linear-gradient(bottom,#fff,transparent 100%);
        background: linear-gradient(0deg,#fff,transparent 100%)
    }
}

.m-feed-hero-item.theme-light a:focus {
    background: content-box rgba(0,0,0,.1);
    color: rgba(0,0,0,.9)
}

.m-feed-hero-item.theme-light a:active {
    color: rgba(0,0,0,.8)
}

.m-feed-hero-item.theme-dark .c-image:after {
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.95)),color-stop(85%, transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
    background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
}

@media only screen and (max-width: 767px) {
    .m-feed-hero-item.theme-dark .c-image:after {
        background:-webkit-gradient(linear,left bottom, left top,from(#000),to(transparent));
        background: -webkit-linear-gradient(bottom,#000,transparent 100%);
        background: -o-linear-gradient(bottom,#000,transparent 100%);
        background: linear-gradient(0deg,#000,transparent 100%)
    }
}

.m-feed-hero-item.theme-dark a:focus {
    background: content-box rgba(255,255,255,.1);
    color: #e6e6e6
}

.m-feed-hero-item.theme-dark a:active {
    color: #ccc
}

.m-footer {
    background: #f2f2f2;
    margin-top: 48px;
    padding: 0
}

.m-footer a.c-hyperlink:focus {
    outline: transparent;
    background: content-box rgba(0,0,0,.1)
}

.m-footer a.c-hyperlink:focus,.m-footer a.c-hyperlink:hover {
    color: rgba(0,0,0,.9)
}

.m-footer a.c-hyperlink:active {
    background: 0 0;
    color: rgba(0,0,0,.8)
}

.m-footer nav {
    margin: 0 auto;
    padding: 0 5%
}

.m-footer nav:after,.m-footer nav:before {
    content: " ";
    display: table
}

.m-footer nav:after {
    clear: both
}

.m-footer nav .c-heading-4 {
    font-size: 15px;
    line-height: 20px
}

.m-footer nav .c-heading-4,.m-footer nav a.c-hyperlink {
    color: #616161;
    word-break: break-word;
    display: inline-block
}

.m-footer nav ul.c-list {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0
}

.m-footer nav div>div:first-child {
    padding-left: 0
}

.m-footer>div {
    background: #f2f2f2;
    margin: 0 auto;
    padding: 30px 5% 16px
}

.m-footer>div:after,.m-footer>div:before {
    content: " ";
    display: table
}

.m-footer>div:after {
    clear: both
}

.m-footer>div>a.c-hyperlink {
    padding-right: 24px;
    color: #616161;
    white-space: nowrap
}

.m-footer>div>a.c-hyperlink.c-glyph {
    color: #616161
}

.m-footer>div>a.c-hyperlink.c-glyph:before {
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
    color: #616161;
    vertical-align: middle
}

.m-footer>div>a.c-hyperlink:focus,.m-footer>div>a.c-hyperlink:hover {
    color: rgba(0,0,0,.9);
    text-decoration: underline
}

.m-footer>div ul.c-list {
    font-size: 11px;
    line-height: 16px;
    float: right;
    margin: 3px 0
}

.m-footer>div ul.c-list li {
    color: #616161;
    display: inline-block;
    padding: 0 24px 4px 0
}

.m-footer>div ul.c-list li a.c-hyperlink {
    color: #616161
}

.m-footer>div ul.c-list li a:focus,.m-footer>div ul.c-list li a:hover {
    color: rgba(0,0,0,.9)
}

@media only screen and (max-width: 1083px) {
    .m-footer nav {
        padding:30px 36px 16px
    }

    .m-footer nav div>div:first-child {
        padding-left: 12px
    }

    .m-footer>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 36px 16px
    }

    .m-footer>div>a.c-hyperlink {
        margin-right: auto
    }
}

@media only screen and (max-width: 767px) {
    .m-footer>div {
        padding:30px 24px 16px
    }

    .m-footer>div>a.c-hyperlink,.m-footer>div>a.c-hyperlink+ul.c-list {
        width: 100%
    }

    .m-footer>div>a.c-hyperlink,.m-footer>div>a.c-hyperlink.c-glyph {
        float: none
    }

    .m-footer>div ul.c-list {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 12px
    }

    .m-footer>div ul.c-list li {
        padding: 6px 4px 0 6px
    }
}

@media only screen and (max-width: 539px) {
    .m-footer>div ul.c-list {
        float:left
    }

    .m-footer>div ul.c-list li {
        padding: 6px 10px 0 0
    }
}

.m-group-call-to-action {
    padding-top: 34px
}

.m-group-call-to-action strong {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .m-group-call-to-action strong {
        font-size:16px;
        line-height: 20px
    }
}

.m-group-call-to-action .c-group {
    height: auto;
    position: relative
}

.m-group-call-to-action .c-group .c-call-to-action {
    font-size: 18px;
    line-height: 24px;
    border: 0;
    font-weight: 200
}

@media (max-width: 767px) {
    .m-group-call-to-action .c-group .c-call-to-action {
        font-size:16px;
        line-height: 20px
    }
}

.m-group-call-to-action .c-group .c-call-to-action:after {
    content: ""
}

@media only screen and (max-width: 767px) {
    .m-group-call-to-action {
        padding-top:24px
    }

    .m-group-call-to-action strong {
        padding-bottom: 6px
    }

    .m-group-call-to-action .c-call-to-action {
        padding: 6px 0
    }
}

[class*=m-heading].f-action+[class^=m-],[class*=m-heading].f-pivot+[class^=m-],[class*=m-heading].f-select+[class^=m-] {
    padding-top: 12px
}

[class*=m-heading] {
    clear: both
}

[class*=m-heading].f-heavyweight .c-heading {
    font-weight: 700;
    opacity: .95
}

[class*=m-heading].f-pivot:not(.f-disabled)>a.f-active {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #0067B8
}

[class*=m-heading].f-pivot:not(.f-disabled)>a.f-active:focus {
    background: content-box rgba(0,103,184,.1)
}

[class*=m-heading].f-pivot:not(.f-disabled)>a:hover {
    color: rgba(0,0,0,.8)
}

[class*=m-heading].f-pivot>a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 12px;
    line-height: 34px;
    color: rgba(0,0,0,.6);
    font-weight: 400;
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px)
}

[class*=m-heading].f-pivot>a:focus {
    outline: transparent
}

[class*=m-heading].f-pivot.f-disabled>a {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

[class*=m-heading].f-select .c-select-menu {
    margin-right: 8px
}

[class*=m-heading].f-action>.c-action-menu:first-of-type {
    margin-left: -8px
}

[class*=m-heading].f-action>.c-action-menu:first-of-type>button.c-action-trigger {
    margin-top: 4px
}

[class*=m-heading] .c-heading a.c-hyperlink {
    font-size: 15px;
    line-height: 20px;
    float: right;
    margin-left: 12px;
    font-weight: 400
}

.m-heading-1 .c-heading {
    font-size: 62px;
    line-height: 72px;
    padding: 0 0 6px;
    font-weight: 100;
    letter-spacing: -.01em
}

.m-heading-1 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 45px;
    z-index: 100
}

.m-heading-1+[class*=m-] {
    padding-top: 10px
}

@media only screen and (max-width: 767px) {
    .m-heading-1 .c-heading {
        margin-top:31px
    }

    .m-heading-1+[class*=m-] {
        padding-top: 13px
    }
}

.m-heading-2 .c-heading {
    font-size: 46px;
    line-height: 56px;
    padding: 0 0 3px;
    font-weight: 100;
    letter-spacing: -.01em
}

.m-heading-2 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 31px;
    z-index: 100
}

.m-heading-2+[class*=m-] {
    padding-top: 12px
}

@media only screen and (max-width: 767px) {
    .m-heading-2 .c-heading {
        margin-top:18px
    }

    .m-heading-2+[class*=m-] {
        padding-top: 16px
    }
}

.m-heading-3 .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding: 0 0 2px;
    font-weight: 100
}

.m-heading-3 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 18px;
    z-index: 100
}

.m-heading-3+[class*=m-] {
    padding-top: 18px
}

@media only screen and (max-width: 767px) {
    .m-heading-3 .c-heading {
        margin-top:10px
    }

    .m-heading-3+[class*=m-] {
        padding-top: 10px
    }
}

.m-heading-4 .c-heading {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 4px;
    font-weight: 200
}

.m-heading-4 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 8px;
    z-index: 100
}

.m-heading-4+[class*=m-] {
    padding-top: 16px
}

@media only screen and (max-width: 767px) {
    .m-heading-4 .c-heading {
        margin-top:4px
    }

    .m-heading-4+[class*=m-] {
        padding-top: 14px
    }
}

.m-heading-5 .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 5px;
    font-weight: 400
}

.m-heading-5 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 4px;
    z-index: 100
}

.m-heading-5+[class*=m-] {
    padding-top: 15px
}

.m-heading-6 .c-heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 3px;
    font-weight: 400
}

.m-heading-6 .c-heading span+a.c-hyperlink {
    position: relative;
    margin-top: 3px;
    z-index: 100
}

@media only screen and (max-width: 767px) {
    .m-heading-5 .c-heading {
        margin-top:3px
    }

    .m-heading-6 .c-heading {
        margin-top: 0
    }
}

.m-heading-6+[class*=m-] {
    padding-top: 17px
}

[class*=m-heading]+.m-content-placement,[class*=pad-heading]+.pad-content-placement .m-content-placement {
    position: relative;
    margin-top: -48px
}

[class*=m-heading]+.m-product-placement,[class*=pad-heading]+.pad-product-placement .m-product-placement {
    padding-top: 2px
}

.m-hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media only screen and (max-width: 1083px) {
    .m-hero .c-hero,.m-hero .m-hero-item {
        padding-left:36px;
        padding-right: 36px
    }
}

@media only screen and (max-width: 767px) {
    .m-hero .c-hero,.m-hero .m-hero-item {
        padding-left:0;
        padding-right: 0
    }
}

[class^=pad-]+.pad-hero .m-hero,[class^=m-]+.m-hero {
    padding-top: 48px;
    clear: both
}

.m-highlight-feature {
    padding: 0;
    margin-top: 48px;
    position: relative
}

.m-highlight-feature:after,.m-highlight-feature:before {
    content: " ";
    display: table
}

.m-highlight-feature:after {
    clear: both
}

.m-highlight-feature picture.c-image,.m-highlight-feature picture.c-image img {
    width: 100%;
    max-width: 100%
}

.m-highlight-feature>div {
    padding-left: 12px;
    padding-right: 12px;
    width: 80%;
    text-align: center;
    margin: 0 auto
}

.m-highlight-feature>div .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    margin: 12px auto 0
}

.m-highlight-feature>div .c-call-to-action:active,.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.m-highlight-feature>div .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.m-highlight-feature>div .c-call-to-action:hover {
    color: #005da6
}

.m-highlight-feature>div .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-highlight-feature>div .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action,.theme-light .m-highlight-feature>div .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:hover,.theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-highlight-feature>div .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:hover,.theme-light .m-highlight-feature>div .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:active,.theme-light .m-highlight-feature>div .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-highlight-feature>div .c-call-to-action[aria-disabled=true],.theme-light .m-highlight-feature>div .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-highlight-feature>div .c-call-to-action,.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-highlight-feature>div .c-call-to-action:hover,.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-highlight-feature>div .c-call-to-action:hover,.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-highlight-feature>div .c-call-to-action:active,.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-highlight-feature>div .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-highlight-feature>div .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.m-highlight-feature>div .c-heading {
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 400;
    font-weight: 700
}

.m-highlight-feature>div .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400
}

.m-highlight-feature>div .c-logo {
    display: block;
    padding-top: 24px
}

.m-highlight-feature>div .c-logo img {
    margin: 0 auto
}

.m-highlight-feature>div .c-logo+.c-heading {
    padding-top: 12px
}

.m-highlight-feature>div.c-video {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-highlight-feature>div.c-video video {
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%
}

.m-highlight-feature.f-lean {
    margin-top: 0
}

@media only screen and (min-width: 768px) {
    .m-highlight-feature>div {
        padding-left:24px;
        padding-right: 24px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 36px;
        width: 316px;
        height: 300px;
        top: 24px;
        top: calc(50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FFF;
        color: #000;
        -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
        box-shadow: 0 6px 6px rgba(0,0,0,.1)
    }

    .m-highlight-feature>div .c-heading {
        padding-top: 0
    }

    .m-highlight-feature>div.c-video {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .m-highlight-feature.f-align-left>div {
        left: 0
    }

    .m-highlight-feature.f-align-right>div {
        right: 0
    }
}

@media only screen and (min-width: 1084px) {
    .m-highlight-feature>div {
        margin:0 48px;
        width: 316px;
        height: 336px
    }

    .m-highlight-feature>div .c-heading {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 5px;
        font-weight: 700
    }

    .m-highlight-feature>div .c-logo+.c-heading {
        padding-top: 12px
    }
}

@media only screen and (min-width: 1400px) {
    .m-highlight-feature>div {
        width:364px;
        height: 408px
    }
}

.m-highlight-feature+.m-highlight-feature.f-lean,.pad-highlight-feature+.pad-highlight-feature .m-highlight-feature.f-lean {
    margin-top: 48px
}

@media only screen and (min-width: 768px) {
    .m-highlight-feature+.m-highlight-feature.f-lean,.pad-highlight-feature+.pad-highlight-feature .m-highlight-feature.f-lean {
        margin-top:0
    }
}

.c-histogram:after,.c-histogram:before,.m-histogram:after,.m-histogram:before {
    content: " ";
    display: table
}

.c-histogram:after,.m-histogram:after {
    clear: both
}

.c-histogram>div:first-child,.m-histogram>div:first-child {
    display: table-cell;
    vertical-align: top
}

.c-histogram>div:first-child>div>span,.m-histogram>div:first-child>div>span {
    margin-left: 4px;
    margin-top: -2px
}

.c-histogram>div:first-child>span,.m-histogram>div:first-child>span {
    font-size: 130px;
    line-height: 1;
    letter-spacing: -5px;
    font-weight: 100;
    display: inline-block;
    margin-bottom: 7px
}

.c-histogram>ul,.m-histogram>ul {
    display: table-cell;
    padding-left: 24px;
    padding-top: 23px;
    vertical-align: top;
    width: 100%
}

.c-histogram>ul li,.m-histogram>ul li {
    margin-bottom: 10px
}

.c-histogram>ul a,.m-histogram>ul a {
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 2px 3px
}

.c-histogram>ul a:focus,.m-histogram>ul a:focus {
    outline: rgba(0,0,0,.8) dashed 1px
}

.c-histogram>ul a>div,.m-histogram>ul a>div {
    display: inline-block;
    margin-left: 5px;
    width: calc(100% - 83px)
}

.c-histogram>ul a>div>div,.m-histogram>ul a>div>div {
    height: 12px;
    position: relative;
    background-color: #0067B8;
    -ms-high-contrast-adjust: none
}

.c-histogram>ul a>div>div span,.m-histogram>ul a>div>div span {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 4px
}

.c-histogram>ul .c-glyph,.m-histogram>ul .c-glyph {
    display: inline-block;
    margin-left: 4px
}

.c-histogram>ul .c-glyph:after,.m-histogram>ul .c-glyph:after {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    content: ""
}

@media only screen and (max-width: 539px) {
    .c-histogram>div,.c-histogram>ul,.m-histogram>div,.m-histogram>ul {
        display:block
    }

    .c-histogram>ul,.m-histogram>ul {
        padding-left: 0
    }

    .c-histogram>ul a>div,.m-histogram>ul a>div {
        width: calc(100% - 45px)
    }
}

.m-hyperlink-group {
    padding-left: 0;
    padding-right: 0
}

.m-hyperlink-group>div {
    text-align: center;
    padding: 0 12.5% 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .m-hyperlink-group>div {
        padding-bottom:0
    }

    .m-hyperlink-group>div [class*=c-heading] {
        padding-top: 0
    }
}

.m-hyperlink-group>div ul {
    margin: 0;
    padding: 0
}

.m-hyperlink-group>div ul li {
    padding: 0
}

.m-hyperlink-group>div .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 1.64px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 48px;
    font-weight: 700
}

.m-hyperlink-group>div .c-hyperlink {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    font-weight: 200
}

@media (max-width: 767px) {
    .m-hyperlink-group>div .c-hyperlink {
        font-size:16px;
        line-height: 20px
    }
}

.m-hyperlink-group>div .c-hyperlink:hover {
    text-decoration: underline
}

.m-hyperlink-group>div.f-background-accent {
    background: #0067B8
}

.m-hyperlink-group>div.f-background-neutral-00 {
    background: #FFF
}

.m-hyperlink-group>div.f-background-neutral-10 {
    background: #E6E6E6
}

.m-hyperlink-group>div.f-background-neutral-20 {
    background: #D2D2D2
}

.m-hyperlink-group>div.f-background-neutral-30 {
    background: #ACACAC
}

.m-hyperlink-group>div.f-background-neutral-45 {
    background: #919191
}

.m-hyperlink-group>div.f-background-neutral-55 {
    background: #737373
}

.m-hyperlink-group>div.f-background-neutral-65 {
    background: #505050
}

.m-hyperlink-group>div.f-background-neutral-75 {
    background: #464646
}

.m-hyperlink-group>div.f-background-neutral-80 {
    background: #2F2F2F
}

.m-hyperlink-group>div.f-background-neutral-90 {
    background: #171717
}

.m-hyperlink-group>div.f-background-neutral-100,.m-hyperlink-group>div.f-brand-neutral-100 {
    background: #000
}

.theme-dark .theme-light .m-hyperlink-group>div,.theme-light .m-hyperlink-group>div {
    color: #000
}

.theme-dark .m-hyperlink-group>div,.theme-light .theme-dark .m-hyperlink-group>div {
    color: #f2f2f2
}

@media only screen and (max-width: 767px) {
    .c-histogram>ul li,.m-histogram>ul li {
        max-width:90%
    }

    .m-hyperlink-group>div .c-heading {
        padding-top: 24px;
        padding-bottom: 6px
    }

    .m-hyperlink-group>div .c-hyperlink {
        padding: 6px 0
    }
}

.c-mosaic-placement .m-hyperlink-group>div {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-mosaic-placement.f-height-large.f-width-small .m-hyperlink-group>div>.c-heading {
    padding: 0 12.5% 11px
}

.m-hyperlink-group-content-placement {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0
}

.m-hyperlink-group-content-placement [data-grid] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    min-height: 0;
    width: auto
}

@media only screen and (min-width: 540px) {
    .m-hyperlink-group-content-placement [data-grid] {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
}

.m-hyperlink-group-content-placement .m-content-placement-item {
    width: 100%
}

@media only screen and (min-width: 1084px) {
    .m-hyperlink-group-content-placement {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .m-hyperlink-group-content-placement>[data-grid*=col-] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (min-width: 540px) {
    .m-hyperlink-group-content-placement>[data-grid*=col-]>[data-grid*=col-] {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }

    .m-hyperlink-group-content-placement>[data-grid*=col-] .m-hyperlink-group [class^=c-heading] {
        padding-top: 0
    }
}

.m-hyperlink-group-content-placement>[data-grid*=col-] .m-hyperlink-group>div {
    width: 100%;
    padding: 24px
}

@media only screen and (min-width: 540px) {
    .m-hyperlink-group-content-placement {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .m-hyperlink-group-content-placement {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 1400px) {
    .m-hyperlink-group-content-placement {
        padding-left:36px;
        padding-right: 36px
    }
}

.m-image {
    padding: 48px 0 0
}

.m-image:after,.m-image:before {
    content: " ";
    display: table
}

.m-image .c-video,.m-image-intro>.c-image {
    display: block
}

.m-image:after {
    clear: both
}

.m-image.f-lean {
    padding: 0
}

.m-image [class*=c-caption] {
    color: rgba(0,0,0,.6)
}

.m-image-intro {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative
}

.m-image-intro>.c-image img {
    width: 100%
}

.m-image-intro>.c-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.m-image-intro>div {
    padding: 16px 12px;
    position: relative;
    max-width: 100%;
    text-align: center
}

.m-image-intro>div>.c-heading {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 4px;
    font-weight: 200;
    font-weight: 700
}

@media (max-width: 767px) {
    .m-image-intro>div>.c-heading {
        font-size:20px;
        line-height: 24px
    }
}

.m-image-intro>div .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0;
    font-weight: 400
}

@media only screen and (min-width: 540px) {
    .m-image-intro.f-align-bottom>div,.m-image-intro.f-align-center>div,.m-image-intro.f-align-top>div {
        position:absolute;
        margin: 0 auto
    }

    .m-image-intro.f-align-center>div {
        left: 50%;
        top: calc(50% + 24px);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@media only screen and (min-width: 1084px) {
    .m-image-intro.f-align-center>div {
        top:50%
    }
}

@media only screen and (min-width: 540px) {
    .m-image-intro.f-align-top>div {
        left:50%;
        top: 24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-image-intro.f-align-bottom>div {
        left: 50%;
        bottom: 24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-image-intro.f-transparent.f-align-top>div {
        top: 60px
    }
}

.m-media-gallery .c-carousel .f-gallery li .c-action-trigger:active,.m-media-gallery .c-carousel .f-gallery li .c-action-trigger:active:before,.m-media-gallery .c-carousel .f-gallery li:active .c-action-trigger,.m-media-gallery .c-carousel .f-gallery li:active .c-action-trigger:before {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

@media only screen and (min-width: 768px) {
    .m-image-intro.f-transparent.f-align-top>div {
        top:120px
    }
}

@media only screen and (min-width: 1400px) {
    .m-image-intro.f-transparent.f-align-top>div {
        top:140px
    }
}

@media only screen and (min-width: 540px) {
    .m-image-intro[class*=f-mask].theme-light>picture:after {
        background:#FFF
    }

    .m-image-intro[class*=f-mask].theme-light.f-align-top>picture:after {
        background: -webkit-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top center,#FFF,rgba(255,255,255,0) 80%)
    }

    .m-image-intro[class*=f-mask].theme-light.f-align-center>picture:after {
        background: -webkit-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center center,#FFF,rgba(255,255,255,0) 80%)
    }

    .m-image-intro[class*=f-mask].theme-light.f-align-bottom>picture:after {
        background: -webkit-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom center,circle,#FFF,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom center,#FFF,rgba(255,255,255,0) 80%)
    }

    .m-image-intro[class*=f-mask].theme-dark>picture:after {
        background: #000
    }

    .m-image-intro[class*=f-mask].theme-dark.f-align-top>picture:after {
        background: -webkit-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(top center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
    }

    .m-image-intro[class*=f-mask].theme-dark.f-align-center>picture:after {
        background: -webkit-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
    }

    .m-image-intro[class*=f-mask].theme-dark.f-align-bottom>picture:after {
        background: -webkit-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
        background: -o-radial-gradient(bottom center,circle,#000,rgba(255,255,255,0) 80%);
        background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
    }

    .m-image-intro.f-mask-20>picture:after {
        opacity: .2
    }

    .m-image-intro.f-mask-40>picture:after {
        opacity: .4
    }

    .m-image-intro.f-mask-60>picture:after {
        opacity: .6
    }

    .m-image-intro.f-mask-80>picture:after {
        opacity: .8
    }

    .m-image-intro.f-mask-100>picture:after {
        opacity: 1
    }
}

.m-immersive-hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.m-immersive-hero .c-carousel .c-sequence-indicator {
    bottom: 12px
}

.m-immersive-hero .m-immersive-hero-item.f-align-bottom>div>div {
    padding-bottom: 36px
}

.m-in-page-navigation,.m-link-navigation {
    padding-top: 0
}

.m-media {
    padding: 0 0 4px
}

.m-media:after,.m-media:before {
    content: " ";
    display: table
}

.m-media:after {
    clear: both
}

.m-media .c-image {
    float: left;
    margin-right: 12px
}

.m-media [class*=c-paragraph],.m-media [class*=c-heading],.m-media [class*=c-subheading] {
    float: left;
    width: calc(100% - 60px);
    padding: 0 24px 0 0
}

@media only screen and (min-width: 539px) {
    .m-media [class*=c-heading] {
        float:none;
        display: inline-block
    }
}

.m-media-gallery {
    padding-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    zoom:1;width: 100%
}

.m-media-gallery:after,.m-media-gallery:before {
    content: " ";
    display: table
}

.m-media-gallery:after {
    clear: both
}

.m-media-gallery .c-carousel .c-flipper {
    top: 50%
}

.m-media-gallery .c-carousel .c-flipper.f-previous {
    left: -24px
}

.m-media-gallery .c-carousel .c-flipper.f-next {
    right: -24px
}

.m-media-gallery .c-carousel .c-flipper:focus {
    background: #b3b3b3
}

.m-media-gallery .c-carousel picture:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.4)
}

.m-multi-feature,.m-multi-feature.f-align-left>section,.m-multi-feature.f-align-right>section,.m-multi-hero-item {
    position: relative
}

.m-media-gallery .c-carousel .f-gallery {
    vertical-align: top;
    padding: 0
}

.m-media-gallery .c-carousel .f-gallery li .c-action-trigger {
    z-index: 1;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.m-media-gallery .c-carousel .f-gallery li .c-action-trigger:before {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    top: calc(50% - 10px);
    left: calc(50% - 11px)
}

.m-media-gallery .c-carousel .f-gallery li .c-action-trigger:focus:not(.x-hidden-focus) {
    outline: #FFF dashed 1px
}

.m-media-gallery .c-carousel .f-gallery li:hover .c-action-trigger {
    text-decoration: none;
    background: rgba(0,0,0,.8)
}

.m-media-gallery .c-carousel .f-gallery li:hover picture:after {
    background: rgba(0,0,0,.5)
}

.m-media-gallery .c-carousel .f-gallery li:active picture:after {
    background: rgba(0,0,0,.6)
}

.m-mosaic {
    padding-left: 0;
    padding-right: 0;
    clear: left
}

.m-multi-feature:after,[class^=m-persona-]:after {
    clear: both
}

.m-multi-column>.c-list,.m-multi-column>div {
    -webkit-column-gap: 24px;
    column-gap: 24px
}

.m-multi-column>.c-list>li {
    padding: 1px 0
}

.m-multi-column>.c-list>li a.c-hyperlink {
    padding: 7px 0;
    display: inline-block
}

.m-multi-column.f-columns-1>.c-list,.m-multi-column.f-columns-1>div,.m-multi-column.f-columns-2>.c-list,.m-multi-column.f-columns-2>div,.m-multi-column.f-columns-3>.c-list,.m-multi-column.f-columns-3>div,.m-multi-column.f-columns-4>.c-list,.m-multi-column.f-columns-4>div,.m-multi-column.f-columns-5>.c-list,.m-multi-column.f-columns-5>div,.m-multi-column>.c-list,.m-multi-column>div {
    -webkit-columns: 1;
    columns: 1
}

@media only screen and (min-width: 540px) {
    .m-multi-column.f-columns-2>.c-list,.m-multi-column.f-columns-2>div,.m-multi-column.f-columns-3>.c-list,.m-multi-column.f-columns-3>div,.m-multi-column.f-columns-4>.c-list,.m-multi-column.f-columns-4>div,.m-multi-column.f-columns-5>.c-list,.m-multi-column.f-columns-5>div {
        -webkit-columns:2;
        columns: 2
    }
}

@media only screen and (min-width: 768px) {
    .m-multi-column.f-columns-3>.c-list,.m-multi-column.f-columns-3>div,.m-multi-column.f-columns-4>.c-list,.m-multi-column.f-columns-4>div,.m-multi-column.f-columns-5>.c-list,.m-multi-column.f-columns-5>div {
        -webkit-columns:3;
        columns: 3
    }
}

@media only screen and (min-width: 1400px) {
    .m-multi-column.f-columns-4>.c-list,.m-multi-column.f-columns-4>div,.m-multi-column.f-columns-5>.c-list,.m-multi-column.f-columns-5>div {
        -webkit-columns:4;
        columns: 4
    }
}

@media only screen and (min-width: 1779px) {
    .m-multi-column.f-columns-5>.c-list,.m-multi-column.f-columns-5>div {
        -webkit-columns:5;
        columns: 5
    }
}

.m-multi-feature {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

.m-multi-feature.f-background-neutral-00 {
    background-color: #FFF
}

.m-multi-feature.f-background-neutral-10 {
    background-color: #E6E6E6
}

.m-multi-feature.f-background-neutral-20 {
    background-color: #D2D2D2
}

.m-multi-feature.f-background-neutral-30 {
    background-color: #ACACAC
}

.m-multi-feature.f-background-neutral-45 {
    background-color: #919191
}

.m-multi-feature.f-background-neutral-55 {
    background-color: #737373
}

.m-multi-feature.f-background-neutral-65 {
    background-color: #505050
}

.m-multi-feature.f-background-neutral-75 {
    background-color: #464646
}

.m-multi-feature.f-background-neutral-80 {
    background-color: #2F2F2F
}

.m-multi-feature.f-background-neutral-90 {
    background-color: #171717
}

.m-multi-feature.f-background-neutral-100 {
    background-color: #000
}

.m-multi-feature:after,.m-multi-feature:before {
    content: " ";
    display: table
}

.m-multi-feature .m-area-heading {
    float: none;
    padding-top: 40px
}

.m-multi-feature .m-area-heading+.c-sequence-indicator+ul+.c-carousel {
    margin-top: 36px
}

.m-multi-feature .m-area-heading+.c-sequence-indicator+ul+.c-carousel ul.c-group {
    padding: 0
}

.m-multi-feature>section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.m-multi-feature>section .c-pivot,.m-multi-feature>section>ul {
    margin-left: 12px;
    margin-right: 12px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.m-multi-feature>section .c-carousel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
    height: initial
}

.m-multi-feature>section>.c-sequence-indicator {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.m-multi-feature [role=tabpanel] {
    display: none
}

.m-multi-feature [role=tabpanel] .c-logo,.m-multi-feature [role=tabpanel].f-active {
    display: block
}

.m-multi-feature [role=tabpanel] .c-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 24px 0 5px;
    font-weight: 400
}

.m-multi-feature [role=tabpanel] .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400
}

.m-multi-feature [role=tabpanel] .c-badge,.m-multi-feature [role=tabpanel] .c-logo {
    margin-top: 12px
}

.m-multi-feature [role=tabpanel] .c-badge+.c-heading,.m-multi-feature [role=tabpanel] .c-logo+.c-heading {
    padding-top: 8px
}

.m-multi-feature [role=tabpanel] .c-logo img {
    margin: 0 auto
}

.m-multi-feature [role=tabpanel] .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    margin-top: 10px
}

.m-multi-feature [role=tabpanel] .c-call-to-action:active,.m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    color: #005da6
}

.m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus) span,.m-multi-feature [role=tabpanel] .c-call-to-action:hover span {
    text-decoration: underline
}

.m-multi-feature [role=tabpanel] .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.c-pagination li>a:active,.c-pagination li>a:focus:not(.x-hidden-focus),.c-pagination li>a:hover,.m-multi-hero-item:hover a,.m-navigation-bar>.c-logo span:hover,.m-pagination li>a:active,.m-pagination li>a:focus:not(.x-hidden-focus),.m-pagination li>a:hover,.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span,.m-panes-product-placement-item .c-call-to-action:hover span {
    text-decoration: underline
}

.m-multi-feature [role=tabpanel] .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action,.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:hover,.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:hover,.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:active,.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-multi-feature [role=tabpanel] .c-call-to-action[aria-disabled=true],.theme-light .m-multi-feature [role=tabpanel] .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action,.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:hover,.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:hover,.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:active,.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-multi-feature [role=tabpanel] .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.m-multi-feature [role=tabpanel] .c-group {
    display: block;
    overflow: visible;
    margin-top: 10px
}

.m-multi-feature [role=tabpanel] .c-group .c-call-to-action {
    margin-top: 0;
    margin-right: 4px
}

.m-multi-feature [role=tablist] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-multi-feature [role=tablist] li {
    margin-right: 10px;
    float: left;
    display: block
}

.m-multi-feature [role=tablist] li>a {
    display: block;
    background: #ACACAC
}

.m-multi-feature [role=tablist] li>a:focus,.m-multi-feature [role=tablist] li>a:hover {
    outline: #000 dashed 1px;
    border-color: #000
}

.m-multi-feature [role=tablist] li>a:hover {
    border-color: #000
}

.m-multi-feature [role=tablist] li>a:hover.f-active,.m-multi-feature [role=tablist] li>a:hover.f-active .c-image {
    border-color: #003e6e
}

.m-multi-feature [role=tablist] li>a:active {
    outline: #000 solid 1px
}

.m-multi-feature [role=tablist] li>a:active .c-image {
    border: 1px solid #000
}

.m-multi-feature [role=tablist] li>a .c-image {
    border: 1px solid #FFF
}

.m-multi-feature [role=tablist] li>a.f-active {
    outline: #000 solid 1px;
    background: #0067B8
}

.m-multi-feature [role=tablist] li>a.f-active.c-logo:focus {
    outline: #000 dashed 1px
}

.m-multi-feature [role=tablist] li>a.f-active .c-image {
    border: 1px solid #000
}

.m-multi-feature [role=tablist]:not(.c-sequence-indicator)+[role=tabpanel] .c-heading,.m-multi-feature [role=tablist]:not(.c-sequence-indicator)+ul .c-heading {
    padding-top: 0
}

.m-multi-feature.f-align-center {
    text-align: center
}

.m-multi-feature.f-align-center>section>[role=tablist] {
    margin-bottom: 24px
}

.m-multi-feature.f-align-center>section>.c-pivot,.m-multi-feature.f-align-center>section>[role=tablist] {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 18px
}

.m-multi-feature.f-align-center>section>.c-pivot>[role=tablist]>a,.m-multi-feature.f-align-center>section>[role=tablist]>[role=tablist]>a {
    font-weight: 400
}

.m-multi-feature.f-align-center>section>.c-pivot>[role=tablist]>a.f-active,.m-multi-feature.f-align-center>section>[role=tablist]>[role=tablist]>a.f-active {
    font-weight: 600
}

@media only screen and (min-width: 540px) {
    .m-multi-feature.f-align-center>section>.c-pivot,.m-multi-feature.f-align-center>section>[role=tablist] {
        margin-left:24px;
        margin-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .m-multi-feature.f-align-center>section>.c-pivot,.m-multi-feature.f-align-center>section>[role=tablist] {
        margin-left:36px;
        margin-right: 36px
    }
}

@media only screen and (min-width: 1400px) {
    .m-multi-feature.f-align-center>section>.c-pivot,.m-multi-feature.f-align-center>section>[role=tablist] {
        margin-left:48px;
        margin-right: 48px
    }
}

.m-multi-feature.f-align-center>section>ul {
    margin: 0 auto
}

.m-multi-feature.f-align-left>section>div,.m-multi-feature.f-align-right>section>div {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center
}

.m-multi-feature.f-align-left>section>div [role=tablist],.m-multi-feature.f-align-right>section>div [role=tablist] {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-multi-feature.f-align-left>section>div.c-carousel,.m-multi-feature.f-align-right>section>div.c-carousel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0
}

@media only screen and (min-width: 540px) {
    .m-multi-feature.f-align-left>section>div,.m-multi-feature.f-align-right>section>div {
        padding-left:24px;
        padding-right: 24px
    }

    .m-multi-feature.f-align-left>section>div.c-carousel,.m-multi-feature.f-align-right>section>div.c-carousel {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .m-multi-feature [role=tablist]+[role=tabpanel] .c-heading {
        padding-top:0
    }

    .m-multi-feature [role=tabpanel]>.c-heading {
        font-size: 20px;
        line-height: 24px;
        padding: 24px 0 5px;
        font-weight: 400
    }

    .m-multi-feature [role=tabpanel] .c-paragraph {
        padding-top: 12px
    }

    .m-multi-feature.f-align-left>section,.m-multi-feature.f-align-right>section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-multi-feature.f-align-left>section [role=tabpanel],.m-multi-feature.f-align-right>section [role=tabpanel] {
        text-align: left
    }

    .m-multi-feature.f-align-left>section>div,.m-multi-feature.f-align-right>section>div {
        padding-left: 36px;
        padding-right: 36px;
        width: 50%
    }

    .m-multi-feature.f-align-left>section>div>ul[role=tablist],.m-multi-feature.f-align-right>section>div>ul[role=tablist] {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .m-multi-feature.f-align-left>section>.c-carousel,.m-multi-feature.f-align-right>section>.c-carousel {
        padding: 0;
        width: 50%
    }

    .m-multi-feature.f-align-left>section>div {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .m-multi-feature.f-align-left>section>div.c-carousel,.m-multi-feature.f-align-right>section>div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .m-multi-feature.f-align-right>section>div.c-carousel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 1084px) {
    .m-multi-feature [role=tabpanel]>.c-heading {
        font-size:34px;
        line-height: 40px;
        padding: 24px 0 2px;
        font-weight: 100
    }
}

@media only screen and (min-width: 1400px) {
    .m-multi-feature.f-align-left>section>div,.m-multi-feature.f-align-right>section>div {
        padding-left:48px;
        padding-right: 48px
    }

    .m-multi-feature.f-align-left>section>div.c-carousel,.m-multi-feature.f-align-right>section>div.c-carousel {
        padding-left: 0;
        padding-right: 0
    }
}

.m-multi-hero {
    padding: 0
}

@media only screen and (min-width: 1084px) {
    .m-multi-hero .c-carousel,.m-multi-hero .c-carousel ul li .m-multi-hero-item {
        background:0 0
    }

    .m-multi-hero .c-carousel .c-flipper.f-next,.m-multi-hero .c-carousel .c-flipper.f-previous,.m-multi-hero .c-carousel .c-sequence-indicator {
        display: none
    }

    .m-multi-hero .c-carousel ul li {
        display: block
    }

    .m-multi-hero .c-carousel ul li .m-multi-hero-item picture {
        padding-bottom: 56.25%;
        overflow: hidden
    }

    .m-multi-hero .c-carousel ul li .m-multi-hero-item>div {
        bottom: 28px
    }

    .m-multi-hero .c-carousel ul li:first-child {
        float: left;
        width: 66.6666666667%;
        padding-right: 4px
    }

    .m-multi-hero .c-carousel ul li:first-child .m-multi-hero-item .c-heading {
        white-space: nowrap;
        max-height: 28px;
        padding-bottom: 2.36px
    }

    .m-multi-hero .c-carousel ul li:first-child+li {
        padding-bottom: 4px
    }

    .m-multi-hero .c-carousel ul li:first-child+li,.m-multi-hero .c-carousel ul li:first-child+li+li {
        float: right;
        width: 33.3333333333%
    }

    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item picture,.m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item picture {
        padding-bottom: 56.25%;
        padding-bottom: calc((9 / 16 * 100%) - 3px)
    }

    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item .c-subheading,.m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item .c-subheading {
        display: none
    }

    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item .c-heading,.m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item .c-heading {
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
        padding-bottom: 1.64px
    }

    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item div>div,.m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item div>div {
        margin: 0 16px
    }
}

.m-multi-hero-item {
    padding: 0
}

.m-multi-hero-item:hover {
    cursor: pointer
}

.m-multi-hero-item .c-image {
    position: relative;
    display: block;
    padding-bottom: 56.25%
}

.m-multi-hero-item .c-image img {
    position: absolute
}

.m-multi-hero-item .c-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-multi-hero-item a {
    display: block
}

.m-multi-hero-item a:focus {
    outline: transparent;
    text-decoration: underline
}

.m-multi-hero-item .c-heading {
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 56px;
    padding-bottom: 2.36px;
    font-weight: 700;
    opacity: .95
}

@media screen and (-ms-high-contrast:active) {
    .m-multi-hero-item .c-heading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-multi-hero-item .c-heading {
        background: #FFF
    }
}

@media only screen and (max-width: 539px) {
    .m-media-gallery .c-carousel .c-flipper {
        visibility:hidden
    }

    .m-media-gallery .c-carousel .c-flipper.f-previous {
        left: 0
    }

    .m-media-gallery .c-carousel .c-flipper.f-next {
        right: 0
    }

    .m-media-gallery .c-carousel:hover .c-flipper {
        visibility: visible
    }

    .m-multi-hero-item .c-heading {
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
        padding-bottom: 1.64px;
        font-weight: 700
    }
}

.m-multi-hero-item .c-subheading {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: .27px;
    font-weight: 400
}

@media screen and (-ms-high-contrast:active) {
    .m-multi-hero-item .c-subheading {
        background: #000
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .m-multi-hero-item .c-subheading {
        background: #FFF
    }
}

@media only screen and (max-width: 767px) {
    .m-multi-hero-item .c-heading {
        width:auto;
        margin: 0 24px
    }

    .m-multi-hero-item .c-subheading {
        display: none
    }
}

.m-multi-hero-item>div {
    position: absolute;
    bottom: 48px;
    width: 100%
}

.m-multi-hero-item>div>div {
    max-width: 832px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center
}

.m-multi-hero-item.theme-light.f-mask-95 .c-image:after {
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(255,255,255,.95)),color-stop(85%, transparent));
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
    background: -o-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
    background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
}

@media screen and (-ms-high-contrast:active) {
    .m-multi-hero-item.theme-light.f-mask-95 .c-image:after {
        background: -webkit-gradient(linear,left bottom, left top,from(rgba(255,255,255,.95)),color-stop(85%, transparent));
        background: -webkit-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
        background: -o-linear-gradient(bottom,rgba(255,255,255,.95),transparent 85%);
        background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
    }
}

.m-multi-hero-item.theme-light a:focus {
    background: content-box rgba(0,0,0,.1);
    color: rgba(0,0,0,.9)
}

.m-multi-hero-item.theme-light a:active {
    color: rgba(0,0,0,.8)
}

.m-multi-hero-item.theme-dark.f-mask-95 .c-image:after {
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.95)),color-stop(85%, transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
    background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
}

@media screen and (-ms-high-contrast:active) {
    .m-multi-hero-item.theme-dark.f-mask-95 .c-image:after {
        background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.95)),color-stop(85%, transparent));
        background: -webkit-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
        background: -o-linear-gradient(bottom,rgba(0,0,0,.95),transparent 85%);
        background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
    }
}

.m-multi-hero-item.theme-dark a:focus {
    background: content-box rgba(255,255,255,.1);
    color: #e6e6e6
}

.m-multi-hero-item.theme-dark a:active {
    color: #ccc
}

.m-navigation-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0
}

.m-navigation-bar .c-hyperlink {
    color: #262626;
    padding: 11px 12px 13px
}

.m-navigation-bar>.c-logo span {
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 200;
    padding: 7px 17px
}

.m-navigation-bar>.c-logo[alt] {
    color: transparent;
    margin: 1px 17px
}

.m-navigation-bar>.c-logo[alt] span {
    line-height: normal;
    font-size: 15px;
    padding: 0
}

.m-navigation-bar>.c-logo[alt=windows] {
    width: 105px;
    height: 23px;
    padding: 2px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230078D7' viewBox='92.4 91.8 985.3 216' width='105' height='23'%3E%3Cpath d='M188.1 198.1h120.3V91.8l-120.3 16.8zM184.5 198.1v-89L92.4 122v76.1zM184.5 201.7H92.4v76l92.1 12.8zM188.1 201.7V291l120.3 16.8V201.7zM570.8 141.8c0 2.8-1 5.1-2.9 6.9-1.9 1.8-4.2 2.8-6.9 2.8s-5-.9-6.9-2.7c-1.9-1.8-2.8-4.1-2.8-7 0-2.6.9-4.8 2.8-6.7 1.8-1.9 4.1-2.8 6.9-2.8 2.8 0 5.1.9 7 2.8 1.8 1.8 2.8 4 2.8 6.7zm-29.2-6.8L505 264.7h-17.8l-28.9-102.8h-.4l-29 102.8h-17.6L373.2 135h16.6l30 108.3h.4L451.5 135h14.7l29.7 108.6h.4L525.1 135h16.5zm27.1 129.7h-14.8V172h14.8v92.7zm99.1 0H653v-52.8c0-19.6-7.2-29.4-21.5-29.4-7.3 0-13.4 2.8-18.3 8.3-4.9 5.5-7.4 12.6-7.4 21.1v52.8H591V172h14.8v15.4h.4c6.9-11.8 17.1-17.6 30.4-17.6 10.2 0 18 3.3 23.3 10 5.3 6.6 8 16 8 28.2l-.1 56.7zm102.3 0h-14.8V249h-.4c-6.9 12-17.5 18-31.8 18-11.7 0-21-4.2-28-12.6-6.9-8.4-10.4-19.6-10.4-33.7 0-15.3 3.8-27.6 11.5-36.9 7.7-9.3 18-13.9 30.9-13.9 12.7 0 21.9 5 27.8 15h.4v-57.3h14.8v137.1zm-14.9-41.9v-13.7c0-7.7-2.5-14-7.6-19.1-5.1-5.1-11.3-7.6-18.6-7.6-8.9 0-16 3.3-21.3 9.9-5.2 6.6-7.9 15.8-7.9 27.5 0 10.6 2.5 19 7.4 25.2 4.9 6.2 11.6 9.3 20 9.3 8.1 0 14.8-3 20.1-8.9s7.9-13.4 7.9-22.6zm125-4.8c0 14.7-4.2 26.5-12.5 35.5-8.4 9-19.6 13.4-33.6 13.4-13.7 0-24.6-4.4-32.8-13.1-8.2-8.7-12.3-20.2-12.3-34.4 0-15.3 4.2-27.4 12.6-36.3 8.4-8.9 19.9-13.3 34.6-13.3 13.7 0 24.5 4.3 32.3 12.9 7.8 8.6 11.7 20.3 11.7 35.3zm-15.2.5c0-11.6-2.6-20.6-7.7-26.8-5.2-6.2-12.5-9.3-22.1-9.3-9.5 0-17.1 3.2-22.6 9.5-5.5 6.4-8.3 15.3-8.3 26.9 0 11.1 2.8 19.8 8.4 26 5.6 6.2 13.1 9.4 22.6 9.4 9.6 0 17-3.1 22.2-9.2 4.9-6.1 7.5-14.9 7.5-26.5zm149.8-46.5L987 264.6h-15.4L951 192.8h-.4l-22.4 71.9h-14.8l-28-92.6H901l20.4 74.7h.7L945 172h13.6l20.6 74.7h.7l20.3-74.7h14.6zm62.9 67.9c0 8-3.1 14.5-9.3 19.5-6.2 5-14.4 7.5-24.6 7.5-8.7 0-16.4-1.9-23-5.6v-15.9c7.3 5.9 15.3 8.9 24.1 8.9 11.8 0 17.6-4.3 17.6-12.9 0-3.5-1.1-6.3-3.4-8.5s-7.5-5.2-15.6-8.9c-8.2-3.5-14-7.3-17.4-11.3-3.4-4-5.1-9.3-5.1-16 0-7.7 3.1-14 9.2-19.2 6.2-5.1 14-7.7 23.4-7.7 7.3 0 13.9 1.4 19.8 4.3V189c-6-4.4-13-6.6-21-6.6-4.9 0-8.8 1.2-11.8 3.6-3 2.4-4.5 5.5-4.5 9.3 0 4.1 1.1 7.3 3.4 9.5s7 4.8 14.2 7.8c8.8 3.7 15 7.7 18.5 11.8 3.7 4.1 5.5 9.3 5.5 15.5z'/%3E%3C/svg%3E")
}

.m-navigation-bar>.c-logo[alt=xbox] {
    width: 78px;
    height: 24px;
    padding: 3px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' viewBox='0 0 195 60' enable-background='new 0 0 195 60'%3E%3Cstyle%3E.st12%7Bopacity:.8%7D.st17%7Bopacity:.9%7D.st46%7Bopacity:.85%7D.st57%7Bopacity:.75%7D%3C/style%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M46.4 5.5C41.1 2 35.6.4 29.8.4 24.1.4 18.5 2 13.2 5.5c-1.4.9-2.4 1.8-4.1 3.4C3.7 14.2.3 21.6.3 29.8c0 7 2.4 13.4 6.5 18.5 0 0 1.5 1.9 3.5 3.7 5.2 4.5 12 7.3 19.4 7.3 7.4 0 14.2-2.7 19.4-7.3 2.3-2.1 3.5-3.7 3.5-3.7 4.1-5.1 6.5-11.5 6.5-18.5 0-8.2-3.4-15.6-8.8-20.9-1.7-1.9-3.9-3.4-3.9-3.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_3_' cx='-2472.991' cy='31.323' r='26.367' gradientTransform='matrix%28.2042 -.9789 -.8883 -.1853 547.777 -2383.742%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.5' stop-color='%2391c73e'/%3E%3Cstop offset='.809' stop-color='%2337b34a'/%3E%3Cstop offset='.856' stop-color='%2331b14a'/%3E%3Cstop offset='.917' stop-color='%2321ac4a'/%3E%3Cstop offset='.987' stop-color='%2306a44b'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M11.9 13.6L9.1 8.9s1.5-1.8 4.3-3.5c1.4-.9 3.4-1.3 5.8-.6 2.5.7 6 1.4 10.7 4.2v26.2c-13.4-8.1-18-21.2-18-21.6z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_3_%29'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='-2487.939' y1='28.265' x2='-2458.479' y2='28.265' gradientTransform='matrix%28-1 0 0 1 -2458.087 0%29'%3E%3Cstop offset='0' stop-color='%23fff100' stop-opacity='.1'/%3E%3Cstop offset='.007' stop-color='%23fff31d' stop-opacity='.095'/%3E%3Cstop offset='.022' stop-color='%23fff551' stop-opacity='.085'/%3E%3Cstop offset='.037' stop-color='%23fff880' stop-opacity='.074'/%3E%3Cstop offset='.052' stop-color='%23fffaa7' stop-opacity='.063'/%3E%3Cstop offset='.067' stop-color='%23fffcc7' stop-opacity='.052'/%3E%3Cstop offset='.084' stop-color='%23fffde0' stop-opacity='.04'/%3E%3Cstop offset='.101' stop-color='%23fffef1' stop-opacity='.028'/%3E%3Cstop offset='.119' stop-color='%23fffffc' stop-opacity='.015'/%3E%3Cstop offset='.14' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath d='M.4 29.8C.4 16.6 9.1 8.9 9.1 8.9s1.5-1.8 4.3-3.5c1.4-.9 3.4-1.3 5.8-.6 2.5.7 6 1.4 10.7 4.2v15c-6.6 4.7-24.5 23-19.3 28.1C5.5 47.5.4 40.3.4 29.8z' opacity='.75' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_4_%29'/%3E%3CradialGradient id='SVGID_5_' cx='-1775.269' cy='31.323' r='26.366' gradientTransform='matrix%28-.2042 -.9789 .8883 -.1853 -345.625 -1700.726%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.5' stop-color='%2391c73e'/%3E%3Cstop offset='.809' stop-color='%2337b34a'/%3E%3Cstop offset='.856' stop-color='%2331b14a'/%3E%3Cstop offset='.917' stop-color='%2321ac4a'/%3E%3Cstop offset='.987' stop-color='%2306a44b'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M47.8 13.6l2.8-4.7s-2.5-2.4-4.3-3.5c-1.4-.9-3.4-1.3-5.8-.6-2.5.7-6 1.4-10.7 4.2v26.2c13.3-8.1 17.9-21.2 18-21.6z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_5_%29'/%3E%3CradialGradient id='SVGID_6_' cx='53.634' cy='53.58' r='47.519' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.771' stop-color='%2391c73e'/%3E%3Cstop offset='.88' stop-color='%2337b34a'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M30.4 36.9l-8.5-20.2c-2.3 2.5-5.6 5.3-8.8 10.5-4.3 7-9.3 17.2-6.4 20.9 1 1.2 2.5 2.9 3.9 4.1-.1-.1 19.8-9.4 19.8-15.3z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_6_%29'/%3E%3CradialGradient id='SVGID_7_' cx='211.388' cy='53.58' r='47.422' gradientTransform='matrix%28-1 0 0 1 217.387 0%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.771' stop-color='%2391c73e'/%3E%3Cstop offset='.88' stop-color='%2337b34a'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M29.3 36.9l8.5-20.2c2.3 2.5 5.6 5.3 8.8 10.5 4.3 7 9.3 17.2 6.4 20.9-1 1.2-2.5 2.9-3.9 4.1 0-.1-19.8-9.4-19.8-15.3z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_7_%29'/%3E%3Cdefs%3E%3Cpath id='SVGID_8_' d='M50.5 8.9s-2.6-2.3-12.7 7.8C43.9 24 56.1 42 52.7 48.4c4.1-5.1 6.5-11.5 6.5-18.5 0-8.3-3.3-15.7-8.7-21M10.4 52c5.2 4.5 12 7.3 19.4 7.3 7.4 0 14.2-2.7 19.4-7.3 4.6-4.7-10.6-21.4-19.4-28-8.8 6.6-24 23.3-19.4 28M9.2 8.9s-.1 0 0 0C3.8 14.3.4 21.7.4 29.9c0 7 2.4 13.4 6.5 18.5C3.4 42 15.7 24 21.8 16.7 11.8 6.6 9.1 8.9 9.2 8.9M29.8.4C35.5.4 41.1 2 46.4 5.5c-.2-.1-1.5-.9-3.7-.8-5.7.2-12.9 4.4-12.9 4.4s-7.2-4.2-12.9-4.4c-2.2-.1-3.6.7-3.7.8C18.5 2 24.1.4 29.8.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_9_'%3E%3Cuse xlink:href='%23SVGID_8_' overflow='visible'/%3E%3C/clipPath%3E%3Ccircle cx='29.5' cy='29.6' r='30.5' clip-path='url%28%23SVGID_9_%29' fill='%23fff'/%3E%3Cg clip-path='url%28%23SVGID_9_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_10_' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.2 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_11_'%3E%3Cuse xlink:href='%23SVGID_10_' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.36' clip-path='url%28%23SVGID_11_%29'%3E%3CradialGradient id='SVGID_12_' cx='24.613' cy='23.504' r='40.98' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.12' stop-color='%23fff'/%3E%3Cstop offset='.324' stop-color='%23dedddf'/%3E%3Cstop offset='.511' stop-color='%23c6c5c8'/%3E%3Cstop offset='.626' stop-color='%23bdbcc0'/%3E%3Cstop offset='.732' stop-color='%23c6c5c9'/%3E%3Cstop offset='.903' stop-color='%23dedde0'/%3E%3Cstop offset='.956' stop-color='%23e7e6e8'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_12_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter' filterUnits='userSpaceOnUse' x='7.4' y='3.6' width='44.2' height='55.7'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='7.4' y='3.6' width='44.2' height='55.7' id='SVGID_13_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter%29'%3E%3ClinearGradient id='SVGID_14_' gradientUnits='userSpaceOnUse' x1='14.995' y1='28.863' x2='31.36' y2='28.863'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_14_%29' d='M14.5 17.3h25.7v23.2H14.5z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.8' mask='url%28%23SVGID_13_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_15_' class='st12' d='M51.6 49.1v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7s.1.2.2.2c5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_16_'%3E%3Cuse xlink:href='%23SVGID_15_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_17_' gradientUnits='userSpaceOnUse' x1='24.585' y1='21.57' x2='32.155' y2='32.925'%3E%3Cstop offset='.418' stop-color='%23edecee'/%3E%3Cstop offset='.755' stop-color='%23e5e4e6'/%3E%3Cstop offset='.824' stop-color='%23e3e2e4'/%3E%3C/linearGradient%3E%3Ccircle cx='22.9' cy='19' r='15.4' opacity='.7' clip-path='url%28%23SVGID_16_%29' fill='url%28%23SVGID_17_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_1_' filterUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6' id='SVGID_18_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_1_%29'%3E%3CradialGradient id='SVGID_19_' cx='21.561' cy='16.178' r='47.699' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.175' stop-color='%23fff'/%3E%3Cstop offset='.249' stop-color='%23cdcdcd'/%3E%3Cstop offset='.364' stop-color='%23858585'/%3E%3Cstop offset='.469' stop-color='%234c4c4c'/%3E%3Cstop offset='.557' stop-color='%23232323'/%3E%3Cstop offset='.627' stop-color='%23090909'/%3E%3Cstop offset='.669'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_19_%29' d='M-5.5-7H73v72.8H-5.5z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.9' mask='url%28%23SVGID_18_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_20_' class='st17' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.8-9.5 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.6-4.5-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_21_'%3E%3Cuse xlink:href='%23SVGID_20_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_21_%29'%3E%3CradialGradient id='SVGID_22_' cx='27.292' cy='23.252' r='50.317' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.225' stop-color='%23fff'/%3E%3Cstop offset='.238' stop-color='%23fdfdfd'/%3E%3Cstop offset='.491' stop-color='%23d5d5d7'/%3E%3Cstop offset='.692' stop-color='%23bdbdc0'/%3E%3Cstop offset='.815' stop-color='%23b4b4b8'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_22_%29'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_23_' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.2 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_24_'%3E%3Cuse xlink:href='%23SVGID_23_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_2_' filterUnits='userSpaceOnUse' x='-.3' y='0' width='59.8' height='59.7'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-.3' y='0' width='59.8' height='59.7' id='SVGID_25_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_2_%29'%3E%3ClinearGradient id='SVGID_26_' gradientUnits='userSpaceOnUse' x1='28.433' y1='1.681' x2='28.433' y2='46.698'%3E%3Cstop offset='.337' stop-color='%23fff'/%3E%3Cstop offset='.35' stop-color='%23f3f3f3'/%3E%3Cstop offset='.425' stop-color='%23b4b4b4'/%3E%3Cstop offset='.499' stop-color='%237d7d7d'/%3E%3Cstop offset='.571' stop-color='%23505050'/%3E%3Cstop offset='.639' stop-color='%232d2d2d'/%3E%3Cstop offset='.703' stop-color='%23141414'/%3E%3Cstop offset='.761' stop-color='%23050505'/%3E%3Cstop offset='.809'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_24_%29' fill='url%28%23SVGID_26_%29' d='M.1-1.7h56.7v52.6H.1z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='SVGID_27_' gradientUnits='userSpaceOnUse' x1='27.31' y1='9.903' x2='30.932' y2='40.688'%3E%3Cstop offset='0' stop-color='%23edecee'/%3E%3Cstop offset='.295' stop-color='%23e9e8ea'/%3E%3Cstop offset='.591' stop-color='%23dddcde'/%3E%3Cstop offset='.822' stop-color='%23cfcdd0'/%3E%3Cstop offset='.989' stop-color='%23a3a2a6'/%3E%3C/linearGradient%3E%3Cpath d='M59.6 29.5c0 21.9-18.1 30.2-31.4 30.2C14.8 59.7-.3 48-.3 30.2-.3 12 15.2 0 28.5 0s31.1 8.4 31.1 29.5z' opacity='.65' clip-path='url%28%23SVGID_24_%29' mask='url%28%23SVGID_25_%29' fill='url%28%23SVGID_27_%29'/%3E%3Cg class='st17'%3E%3Cdefs%3E%3Cpath id='SVGID_28_' class='st17' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.3 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_29_'%3E%3Cuse xlink:href='%23SVGID_28_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_30_' gradientUnits='userSpaceOnUse' x1='4.684' y1='10.504' x2='23.797' y2='36.486'%3E%3Cstop offset='.155' stop-color='%23f9f9fa'/%3E%3Cstop offset='.346' stop-color='%23f2f1f3'/%3E%3Cstop offset='.635' stop-color='%23dedcdf'/%3E%3Cstop offset='.802' stop-color='%23cfcdd0'/%3E%3C/linearGradient%3E%3Cpath d='M38.3 19c0 8.5-20.3 32.7-28.8 32.7S-1.3 35.3-1.3 26.8 3.6 7.4 12.1 7.4c8.5-.1 26.2 3.1 26.2 11.6z' opacity='.45' clip-path='url%28%23SVGID_29_%29' fill='url%28%23SVGID_30_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_3_' filterUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6' id='SVGID_31_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_3_%29'%3E%3ClinearGradient id='SVGID_32_' gradientUnits='userSpaceOnUse' x1='65.573' y1='61.661' x2='4.277' y2='2.685'%3E%3Cstop offset='.29' stop-color='%23fff'/%3E%3Cstop offset='.796'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_32_%29' d='M-2.9-4.9h66.4v65.4H-2.9z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.8' mask='url%28%23SVGID_31_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_33_' class='st12' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.9-9.8 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.5-4.3-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_34_'%3E%3Cuse xlink:href='%23SVGID_33_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_34_%29'%3E%3CradialGradient id='SVGID_35_' cx='28.643' cy='27.412' r='34.841' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.18' stop-color='%23fff'/%3E%3Cstop offset='.296' stop-color='%23e9e8e9'/%3E%3Cstop offset='.448' stop-color='%23d1d0d2'/%3E%3Cstop offset='.541' stop-color='%23c8c7ca'/%3E%3Cstop offset='.672' stop-color='%23d3d2d5'/%3E%3Cstop offset='.903' stop-color='%23f1f0f1'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_35_%29'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_36_' d='M47.4 6.1c-.3-.2-2-.7-2.5-.8-2.1-.4-4.6 0-6.9.9-3.5 1.4-6.8 3.3-8.1 4.1-1.2-.8-4.8-2.3-8.3-3.7-2.6-1-5.5-1.5-7.1-1.1-.6.1-1.9.1-2.3.4C17 2.6 23.7.1 29.9.1c6.2 0 13.1 2.4 17.5 6z'/%3E%3C/defs%3E%3CclipPath id='SVGID_37_'%3E%3Cuse xlink:href='%23SVGID_36_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_37_%29'%3E%3CradialGradient id='SVGID_38_' cx='24.125' cy='3.113' r='32.52' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.088' stop-color='%23e3e2e4'/%3E%3Cstop offset='.296' stop-color='%23c3c2c5'/%3E%3Cstop offset='.58' stop-color='%239e9ca1'/%3E%3Cstop offset='.808' stop-color='%2386858a'/%3E%3Cstop offset='.951' stop-color='%237e7c82'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_38_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_39_' d='M47.4 6.1c-.3-.2-2.2-.7-2.7-.8-2.1-.4-4.5.1-6.8 1-3.5 1.4-6.8 3.3-8.1 4.1-1.2-.8-4.7-2.4-8.2-3.8-2.6-1-5.7-1.5-7.3-1.1-.6.1-1.8.1-2.2.3C17 2.6 23.6.1 29.8.1c6.2 0 13 2.3 17.6 6z'/%3E%3C/defs%3E%3CradialGradient id='SVGID_40_' cx='21.133' cy='13.425' r='27.577' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.509' stop-color='%23fff'/%3E%3Cstop offset='.722' stop-color='%23e0dfe1'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cuse xlink:href='%23SVGID_39_' overflow='visible' opacity='.5' fill='url%28%23SVGID_40_%29'/%3E%3CclipPath id='SVGID_41_'%3E%3Cuse xlink:href='%23SVGID_39_' overflow='visible' opacity='.5'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_42_' cx='24.36' cy='11.455' r='16.639' fx='23.406' fy='13.187' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c5c7c9'/%3E%3Cstop offset='.165' stop-color='%23e2e3e4'/%3E%3Cstop offset='.323' stop-color='%23f7f8f8'/%3E%3Cstop offset='.427' stop-color='%23fff'/%3E%3Cstop offset='.53' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Ccircle cx='22.9' cy='19' r='15.4' opacity='.85' clip-path='url%28%23SVGID_41_%29' fill='url%28%23SVGID_42_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_4_' filterUnits='userSpaceOnUse' x='0' y='7' width='24.1' height='42'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='0' y='7' width='24.1' height='42' id='SVGID_43_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_4_%29'%3E%3ClinearGradient id='SVGID_44_' gradientUnits='userSpaceOnUse' x1='17.166' y1='26.008' x2='-8.719' y2='26.008'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.291' stop-color='%23a5a5a5'/%3E%3Cstop offset='.545' stop-color='%235f5f5f'/%3E%3Cstop offset='.755' stop-color='%232b2b2b'/%3E%3Cstop offset='.912' stop-color='%230c0c0c'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_44_%29' d='M-7.3 1.9h32v48.2h-32z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_45_' cx='21.946' cy='16.763' r='46.185' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.163' stop-color='%23fff'/%3E%3Cstop offset='.511' stop-color='%23dcdbdd'/%3E%3Cstop offset='.814' stop-color='%23c4c3c6'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cpath d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3 1-10.5 2.5-13.2 1-1.9 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z' opacity='.6' mask='url%28%23SVGID_43_%29' fill='url%28%23SVGID_45_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_5_' filterUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9' id='SVGID_46_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_5_%29'%3E%3CradialGradient id='SVGID_47_' cx='40.488' cy='16.179' r='40.076' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.367' stop-color='%23fff'/%3E%3Cstop offset='.41' stop-color='%23c6c6c6'/%3E%3Cstop offset='.467' stop-color='gray'/%3E%3Cstop offset='.518' stop-color='%23494949'/%3E%3Cstop offset='.562' stop-color='%23212121'/%3E%3Cstop offset='.597' stop-color='%23090909'/%3E%3Cstop offset='.618'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_47_%29' d='M31.1 2.6H65v47.7H31.1z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_48_' cx='34.034' cy='14.194' r='29.39' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263' stop-color='%23fff'/%3E%3Cstop offset='.308' stop-color='%23eaeaeb'/%3E%3Cstop offset='.401' stop-color='%23c2c2c6'/%3E%3Cstop offset='.475' stop-color='%23aaaaae'/%3E%3Cstop offset='.521' stop-color='%23a1a1a6'/%3E%3C/radialGradient%3E%3Cpath d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z' opacity='.15' mask='url%28%23SVGID_46_%29' fill='url%28%23SVGID_48_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_6_' filterUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9' id='SVGID_49_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_6_%29'%3E%3CradialGradient id='SVGID_50_' cx='38.121' cy='15.275' r='42.036' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.453'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_50_%29' d='M32.3-1.2h33.9v53.7H32.3z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_51_' cx='41.966' cy='16.372' r='42.37' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.145' stop-color='%23d4d4d6'/%3E%3Cstop offset='.173' stop-color='%23d3d3d5'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cpath d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z' opacity='.3' mask='url%28%23SVGID_49_%29' fill='url%28%23SVGID_51_%29'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_52_' d='M51.6 49.1v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.8s.1.2.2.2c5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.2-.1-.4-.1-.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_53_'%3E%3Cuse xlink:href='%23SVGID_52_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_7_' filterUnits='userSpaceOnUse' x='-.5' y='-.5' width='60.1' height='60.1'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-.5' y='-.5' width='60.1' height='60.1' id='SVGID_54_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_7_%29'%3E%3CradialGradient id='SVGID_55_' cx='18.134' cy='13.409' r='70.474' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263'/%3E%3Cstop offset='.308' stop-color='%23393939'/%3E%3Cstop offset='.368' stop-color='%237f7f7f'/%3E%3Cstop offset='.422' stop-color='%23b6b6b6'/%3E%3Cstop offset='.468' stop-color='%23dedede'/%3E%3Cstop offset='.504' stop-color='%23f6f6f6'/%3E%3Cstop offset='.527' stop-color='%23fff'/%3E%3Cstop offset='.545' stop-color='%23f4f4f4'/%3E%3Cstop offset='.578' stop-color='%23d5d5d5'/%3E%3Cstop offset='.621' stop-color='%23a4a4a4'/%3E%3Cstop offset='.674' stop-color='%23606060'/%3E%3Cstop offset='.733' stop-color='%230a0a0a'/%3E%3Cstop offset='.74'/%3E%3C/radialGradient%3E%3Cpath clip-path='url%28%23SVGID_53_%29' fill='url%28%23SVGID_55_%29' d='M-3.3-4.4h68.8v65.8H-3.3z'/%3E%3Cpath d='M51.5 49.1v-.5c-.5-4.2-5.5-10-10.6-15.5-4.6-5-8.7-8.2-11.1-10.3-1.5 1.1-6.4 5.2-11 10.2C13.4 38.8 8.2 44.8 8 49v.8c5.4 5.8 13.1 9.5 21.6 9.5 8.7 0 16.4-3.7 21.9-9.6v-.1-.5z' clip-path='url%28%23SVGID_53_%29' fill='none'/%3E%3ClinearGradient id='SVGID_56_' gradientUnits='userSpaceOnUse' x1='-3.349' y1='28.527' x2='65.44' y2='28.527'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.077' stop-color='%23dedede'/%3E%3Cstop offset='.268' stop-color='%23909090'/%3E%3Cstop offset='.439' stop-color='%23525252'/%3E%3Cstop offset='.582' stop-color='%23262626'/%3E%3Cstop offset='.693' stop-color='%230a0a0a'/%3E%3Cstop offset='.757'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_53_%29' fill='url%28%23SVGID_56_%29' d='M-3.3-4.4h68.8v65.8H-3.3z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_57_' cx='27.699' cy='29.764' r='34.214' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263' stop-color='%23fff'/%3E%3Cstop offset='.333' stop-color='%23ebebec'/%3E%3Cstop offset='.485' stop-color='%23c4c3c6'/%3E%3Cstop offset='.606' stop-color='%23acabaf'/%3E%3Cstop offset='.68' stop-color='%23a3a2a6'/%3E%3Cstop offset='.739' stop-color='%23aeadb1'/%3E%3Cstop offset='.844' stop-color='%23cccbce'/%3E%3Cstop offset='.87' stop-color='%23d4d4d6'/%3E%3C/radialGradient%3E%3Cpath d='M59.6 29.6c0 16.6-13.4 30-30 30s-30-13.4-30-30 13.5-30 30-30c16.5-.1 30 13.4 30 30z' opacity='.54' clip-path='url%28%23SVGID_53_%29' mask='url%28%23SVGID_54_%29' fill='url%28%23SVGID_57_%29'/%3E%3C/g%3E%3Cg class='st46'%3E%3Cdefs%3E%3Cpath id='SVGID_58_' class='st46' d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.3 6.3 9.9 13.5 1.2 1.9 2.3 4.1 3.3 6 2.5 4.9 4.5 10.9 2.6 13.5 4.3-5.1 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_59_'%3E%3Cuse xlink:href='%23SVGID_58_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_8_' filterUnits='userSpaceOnUse' x='13.4' y='-3.6' width='55.4' height='60.2'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='13.4' y='-3.6' width='55.4' height='60.2' id='SVGID_60_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_8_%29'%3E%3CradialGradient id='SVGID_61_' cx='47.313' cy='-23.717' r='23.891' gradientTransform='matrix%28.9441 0 0 1.2198 -3.182 51.257%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.411'/%3E%3Cstop offset='.734' stop-color='%23ccc'/%3E%3Cstop offset='.969'/%3E%3C/radialGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_61_%29' d='M17.9-2.3h46v59.5h-46z'/%3E%3ClinearGradient id='SVGID_62_' gradientUnits='userSpaceOnUse' x1='22.368' y1='-19.545' x2='71.116' y2='-19.545' gradientTransform='matrix%28.9441 0 0 1.2198 -3.182 51.257%29'%3E%3Cstop offset='.456'/%3E%3Cstop offset='.483' stop-color='%23030303'/%3E%3Cstop offset='.501' stop-color='%230b0b0b'/%3E%3Cstop offset='.516' stop-color='%231a1a1a'/%3E%3Cstop offset='.53' stop-color='%23303030'/%3E%3Cstop offset='.543' stop-color='%234b4b4b'/%3E%3Cstop offset='.555' stop-color='%236d6d6d'/%3E%3Cstop offset='.566' stop-color='%23959595'/%3E%3Cstop offset='.577' stop-color='%23c3c3c3'/%3E%3Cstop offset='.587' stop-color='%23f7f7f7'/%3E%3Cstop offset='.589' stop-color='%23fff'/%3E%3Cstop offset='.683' stop-color='%23fff'/%3E%3Cstop offset='.976'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_62_%29' d='M17.9-2.3h46v59.5h-46z'/%3E%3ClinearGradient id='SVGID_63_' gradientUnits='userSpaceOnUse' x1='41.097' y1='22.748' x2='41.097' y2='40.987'%3E%3Cstop offset='.145' stop-color='%23fff'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_63_%29' d='M17.8 21.5h46.5v27.8H17.8z'/%3E%3C/g%3E%3C/mask%3E%3Cpath opacity='.65' clip-path='url%28%23SVGID_59_%29' mask='url%28%23SVGID_60_%29' fill='%237e7c82' d='M13.4-3.6h55.4v60.2H13.4z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_9_' filterUnits='userSpaceOnUse' x='-8.6' y='-14.3' width='76.1' height='75.2'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-8.6' y='-14.3' width='76.1' height='75.2' id='SVGID_64_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_9_%29'%3E%3CradialGradient id='SVGID_65_' cx='22.003' cy='14.623' r='37.021' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.536'/%3E%3Cstop offset='.603' stop-color='%23060606'/%3E%3Cstop offset='.687' stop-color='%23151515'/%3E%3Cstop offset='.762' stop-color='%232a2a2a'/%3E%3Cstop offset='.824' stop-color='%23adadad'/%3E%3Cstop offset='.916' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_65_%29' stroke='%23231f20' stroke-width='.113' d='M-.8-2h61.4v62H-.8z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.15' mask='url%28%23SVGID_64_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_66_' d='M13.3 7.7c-.6-.3-1.1-.5-1.6-.6l-.3-.1c-.3-.1-.5 0-.7 0-.3 0-.5.3-.7.4C4 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3 1.4-11.1 2.3-13 .9-1.9 2.2-4 3.3-5.9 4.5-7.3 11.1-13.9 11.1-13.9-3.9-4.2-8.8-7.5-10.8-8.5zm38.3 41.4c0-.2 0-.4-.1-.6-.5-4.2-5-10-10.1-15.5-4.6-5-9.1-8.7-11.6-10.7h-.2l-.2-.1c-1.4 1.1-6.4 5.3-11 10.4-5.3 5.7-10.3 12-10.5 16.2v.8c0 .1.1.3.2.3 5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.3c-.1-.1-.1-.2-.1-.3z' opacity='.15'/%3E%3C/defs%3E%3CclipPath id='SVGID_67_'%3E%3Cuse xlink:href='%23SVGID_66_' overflow='visible'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_68_' cx='29.396' cy='23.322' r='37.814' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f3f3f4'/%3E%3Cstop offset='.111' stop-color='%23dcdbdd'/%3E%3Cstop offset='.299' stop-color='%23bab9bd'/%3E%3Cstop offset='.453' stop-color='%23a5a4a8'/%3E%3Cstop offset='.555' stop-color='%239d9ca1'/%3E%3Cstop offset='.636' stop-color='%23a2a1a5'/%3E%3Cstop offset='.73' stop-color='%23afafb3'/%3E%3Cstop offset='.829' stop-color='%23c6c5c8'/%3E%3Cstop offset='.931' stop-color='%23e6e5e7'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Cellipse cx='29.4' cy='23.3' rx='38' ry='37.6' opacity='.7' clip-path='url%28%23SVGID_67_%29' fill='url%28%23SVGID_68_%29'/%3E%3C/g%3E%3Cg class='st57'%3E%3Cdefs%3E%3Cpath id='SVGID_69_' class='st57' d='M47.4 6.1c-.3-.2-2.1-.7-2.6-.8-2.1-.4-5 .3-7.3 1.2-3.5 1.4-6.4 3.2-7.7 4h-.3c-1.2-.8-4.6-2.6-8.2-3.9-2.6-1-6-1.3-7.6-.9-.6.1-1.3 0-1.7.3 5.3-3.9 11.4-6 17.7-6 6.1 0 13.2 2.2 17.7 6.1z'/%3E%3C/defs%3E%3CclipPath id='SVGID_70_'/%3E%3Cg opacity='.62' clip-path='url%28%23SVGID_70_%29'%3E%3CradialGradient id='SVGID_71_' cx='34.238' cy='549.977' r='30.869' gradientTransform='matrix%28.7552 0 0 .4537 1.608 -239.28%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.434' stop-color='%23fff'/%3E%3Cstop offset='.737' stop-color='%23eaeaeb'/%3E%3Cstop offset='1' stop-color='%23d4d4d6'/%3E%3C/radialGradient%3E%3Cpath d='M51.1 10.3c0 7.8-10.6 14.2-23.6 14.2-13 0-23.6-6.4-23.6-14.2 0-7.8 10.6-14.2 23.6-14.2 13 0 23.6 6.4 23.6 14.2z' fill='url%28%23SVGID_71_%29'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='.5'%3E%3CradialGradient id='SVGID_72_' cx='30.447' cy='29.769' r='29.584' gradientTransform='matrix%281.0074 0 0 1 -.928 0%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.663' stop-color='%23fff'/%3E%3Cstop offset='.794' stop-color='%23fdfdfd'/%3E%3Cstop offset='.845' stop-color='%23f6f6f7'/%3E%3Cstop offset='.882' stop-color='%23eaeaeb'/%3E%3Cstop offset='.912' stop-color='%23d9d9db'/%3E%3Cstop offset='.939' stop-color='%23c3c2c6'/%3E%3Cstop offset='.961' stop-color='%23a9a7ac'/%3E%3Cstop offset='.975' stop-color='%23959399'/%3E%3Cstop offset='.979' stop-color='%238a888e'/%3E%3Cstop offset='.986' stop-color='%236e6b6f'/%3E%3Cstop offset='.995' stop-color='%23403c3f'/%3E%3Cstop offset='1' stop-color='%23231f20'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.8' r='29.7' fill-rule='evenodd' clip-rule='evenodd' fill='url%28%23SVGID_72_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_10_' filterUnits='userSpaceOnUse' x='.1' y='.1' width='59.4' height='59.4'%3E%3CfeColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0' color-interpolation-filters='sRGB' result='source'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='.1' y='.1' width='59.4' height='59.4' id='SVGID_73_'%3E%3Cimage width='64' height='64' xlink:href='B50E587F.jpg' transform='translate%28-2 -2%29' overflow='visible' filter='url%28%23Adobe_OpacityMaskFilter_10_%29'/%3E%3C/mask%3E%3Cg opacity='.65' mask='url%28%23SVGID_73_%29'%3E%3Ccircle cx='29.7' cy='29.8' r='29.7' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M189.7 47.9l-11.3-15.3-11.3 15.3h-4.7L176 29.4l-12.4-16.8h4.7l10.1 13.7 10.1-13.7h4.6l-12.4 16.8 13.6 18.5h-4.6zm-92.7 0L85.7 32.6 74.4 47.9h-4.7l13.6-18.5L71 12.6h4.7l10.1 13.7 10.1-13.7h4.6L88.1 29.4l13.6 18.5H97zm33.6-10.3c0 6.4-4.8 10.3-12.6 10.3h-14.4V31.4h-7.4c.5-.8 1.9-2.7 2.6-3.5h4.8V12.6H118c10.7 0 11.5 7.4 11.5 9.6 0 3.1-1.7 5.7-4.3 7.1.8.4 1.6.8 2.3 1.5 2 1.7 3.1 4 3.1 6.8zm-23-9.8H118c4.8 0 7.5-2.2 7.5-5.9 0-4.9-4.7-5.6-7.5-5.6h-10.4v11.5zm19 9.7c0-5.1-4.7-6.2-8.7-6.2h-10.4v12.9h10.4c3.3 0 8.7-.8 8.7-6.7zm39.5-7.3c0 10.9-6.9 18.5-16.8 18.5s-16.9-7.6-16.9-18.5 6.9-18.5 16.9-18.5c9.9 0 16.8 7.6 16.8 18.5zm-4 0c0-8.7-5.3-14.7-12.8-14.7-7.6 0-12.9 6.1-12.9 14.7 0 8.7 5.3 14.8 12.9 14.8 7.5 0 12.8-6.1 12.8-14.8z' fill='%23107c10'/%3E%3C/g%3E%3C/svg%3E")
}

.m-page-bar {
    position: relative;
    max-width: calc(1600px + 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    padding: 0 5%;
    background: #FFF;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-page-bar.f-hidden {
    display: none
}

.m-page-bar.f-sticky {
    z-index: 500;
    visibility: hidden;
    position: fixed;
    top: -60px;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    -o-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1)
}

.m-page-bar.f-sticky.f-show {
    visibility: visible;
    top: 0
}

.m-page-bar.f-sticky[itemscope]>div:first-child {
    overflow: hidden
}

.m-page-bar>div {
    height: 60px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.m-page-bar>div:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.m-page-bar>div:first-child {
    float: left
}

.m-page-bar>div .c-call-to-action {
    color: #FFF
}

.m-page-bar>div [class^=c-heading-] {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 0;
    margin-right: 8px
}

.m-page-bar>div [class^=c-heading-] .c-hyperlink {
    float: none
}

.m-page-bar>div .context-menu [class^=c-heading-] {
    float: left;
    padding-top: 5px
}

.m-page-bar>div .context-menu [class^=c-heading-]+.c-list li:first-child {
    margin-left: 24px
}

.m-page-bar>div .context-menu .c-list {
    margin: 0;
    white-space: nowrap
}

.m-page-bar>div .context-menu .c-list li {
    display: inline-block;
    margin: 0 24px
}

.m-page-bar>div .context-menu .c-list li.f-active .c-hyperlink {
    color: #000
}

.m-page-bar>div .context-menu .c-list li .c-hyperlink {
    color: #595959
}

.m-page-bar>div .context-menu .c-select-menu {
    display: none;
    float: left
}

.m-page-bar>div .context-menu .c-select-menu>a {
    margin-left: 24px
}

.m-page-bar>div .context-menu .c-select-menu>.c-menu {
    top: 90%;
    left: 24px
}

.m-page-bar>div>div {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center
}

.m-page-bar>div>div>div {
    float: left;
    width: inherit
}

.m-page-bar>div>div>div+div {
    display: block;
    width: 100%
}

.m-page-bar>div>div>div>.c-hyperlink {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    margin: 0
}

.m-page-bar>div>.c-price {
    width: auto;
    float: right;
    padding: 20px 0;
    margin-right: 24px
}

.m-page-bar>div>.c-price>s {
    float: none;
    display: block
}

.m-page-bar>div>.c-price>s+span {
    margin-left: -.2em
}

.m-page-bar>div>.c-call-to-action {
    float: right;
    margin: 10px 0;
    max-width: 100%
}

@media only screen and (max-width: 1083px) {
    .m-page-bar {
        padding-left:24px;
        padding-right: 24px
    }

    .m-page-bar>div {
        width: 40%
    }

    .m-page-bar>div:first-child {
        width: 60%
    }

    .m-page-bar>div .context-menu .c-list {
        display: none
    }

    .m-page-bar>div .context-menu .c-select-menu {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .m-page-bar {
        padding-left:16px;
        padding-right: 16px;
        width: 100%
    }

    .m-page-bar>div {
        width: 50%
    }

    .m-page-bar>div>.c-price>s,.m-page-bar>div>.c-price>s+span {
        display: none
    }

    .m-page-bar>div>.c-price>meta+span {
        width: 20%
    }

    .m-page-bar>div>.c-price>meta+span+span {
        width: 80%
    }

    .m-page-bar>div:first-child {
        width: 50%
    }

    .m-page-bar>div .context-menu [class^=c-heading-] {
        padding-top: 8px;
        float: none
    }

    .m-page-bar>div .context-menu>.c-select-menu>a {
        margin-left: 0
    }

    .m-page-bar>div .context-menu>.c-select-menu>.c-menu {
        left: 0
    }
}

@media only screen and (max-width: 539px) {
    .m-page-bar.f-sticky[itemscope]>div:first-child {
        display:none
    }

    .m-page-bar.f-sticky[itemscope]>div:last-child {
        width: 100%;
        overflow: hidden
    }

    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-price {
        width: 100%;
        float: none;
        margin-right: 4px
    }

    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-price>meta+span {
        width: auto
    }

    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-call-to-action+.c-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.c-pagination,.m-pagination {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin-top: 24px
}

.c-pagination li,.m-pagination li {
    display: inline-block;
    margin-right: 12px
}

.c-pagination li>a,.c-pagination li>span,.m-pagination li>a,.m-pagination li>span {
    display: inline-block;
    padding: 6px 12px;
    color: #0067B8;
    white-space: nowrap;
    outline: 0
}

.c-pagination li>a:focus:not(.x-hidden-focus),.c-pagination li>a:hover,.m-pagination li>a:focus:not(.x-hidden-focus),.m-pagination li>a:hover {
    color: #005da6
}

.c-pagination li>a:focus:not(.x-hidden-focus),.m-pagination li>a:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.c-pagination li>a:active,.m-pagination li>a:active {
    color: #005293
}

.c-pagination li.f-active>a,.c-pagination li.f-active>span,.m-pagination li.f-active>a,.m-pagination li.f-active>span {
    border: 1px solid #000
}

.c-pagination li.f-hide,.m-pagination li.f-hide {
    display: none
}

.c-pagination li:first-child .c-glyph:before,.m-pagination li:first-child .c-glyph:before {
    content: "";
    vertical-align: -2px;
    margin-right: 8px
}

.c-pagination li:last-child,.m-pagination li:last-child {
    margin-right: 0
}

.c-pagination li:last-child .c-glyph:after,.m-pagination li:last-child .c-glyph:after {
    content: "";
    vertical-align: -2px;
    margin-left: 8px
}

@media only screen and (max-width: 539px) {
    .c-pagination li,.m-pagination li {
        margin-right:0
    }

    .c-pagination li:first-child a,.c-pagination li:last-child a,.m-pagination li:first-child a,.m-pagination li:last-child a {
        position: relative;
        display: inline
    }

    .c-pagination li:first-child span,.c-pagination li:last-child span,.m-pagination li:first-child span,.m-pagination li:last-child span {
        height: 0;
        overflow: hidden;
        position: absolute
    }

    .c-pagination li:first-child .c-glyph:after,.c-pagination li:first-child .c-glyph:before,.c-pagination li:last-child .c-glyph:after,.c-pagination li:last-child .c-glyph:before,.m-pagination li:first-child .c-glyph:after,.m-pagination li:first-child .c-glyph:before,.m-pagination li:last-child .c-glyph:after,.m-pagination li:last-child .c-glyph:before {
        top: 8px;
        margin: 0
    }
}

.m-panes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: auto;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1
}

.m-panes section {
    border-left: 1px solid rgba(0,0,0,.2);
    text-align: center;
    padding: 36px 48px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1
}

.m-panes section:first-child {
    border-left: 0
}

.m-panes section.f-align-middle {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-preferred-size: auto;
    -ms-flex-item-align: center;
    align-self: center
}

.m-panes section.f-stacked {
    padding-left: 24px;
    -ms-flex-preferred-size: auto
}

.m-panes section.f-stacked>div {
    padding-left: 24px;
    padding-bottom: 36px;
    text-align: left;
    max-width: calc(100% - 24px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto
}

.m-panes section.f-stacked>div+div:last-of-type {
    padding-top: 36px;
    border-top: 1px solid rgba(0,0,0,.2);
    text-align: left
}

.m-panes section.f-stacked:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -ms-flex-negative: 1
}

.m-panes section.f-stacked:last-child>div,.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto
}

.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture+div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
    display: block;
    width: 100%;
    padding-left: 36px
}

.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture.c-image img {
    display: inline-block;
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto
}

@supports (-ms-accelerator:true) {
    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture.c-image img {
        max-width: 100%
    }
}

@media only screen and (max-width: 1399px) {
    .m-panes {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-panes section {
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-left: 0;
        -ms-flex-item-align: auto;
        align-self: auto;
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .m-panes section:last-child {
        -ms-flex-item-align: auto;
        align-self: auto;
        border-bottom: 0
    }

    .m-panes section.f-stacked {
        border-left: 0;
        padding: 24px 0
    }

    .m-panes section.f-stacked>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: auto;
        padding-left: 0;
        border-right: 1px solid rgba(0,0,0,.2)
    }

    .m-panes section.f-stacked>div+div:last-of-type {
        border-top: 0;
        border-right: 0;
        padding-top: 0
    }

    .m-panes section.f-stacked:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item {
        display: block;
        padding: 20px;
        border-bottom: 0;
        border-top: 0
    }

    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture+div {
        text-align: center;
        display: block;
        padding-left: 0
    }

    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture.c-image img {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width: 539px) {
    .m-panes {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-panes section {
        padding: 36px 0 16px
    }

    .m-panes section.f-stacked {
        padding-left: 0
    }

    .m-panes section.f-stacked>div {
        padding-top: 16px;
        padding-bottom: 0;
        border-right: 0
    }

    .m-panes section.f-stacked>div+div:last-of-type {
        padding-top: 16px;
        border-top: 1px solid rgba(0,0,0,.2)
    }

    .m-panes section.f-stacked:first-child {
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-right: 0;
        padding-bottom: 36px
    }

    .m-panes section.f-stacked:last-child {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding-top: 0
    }

    .m-panes section.f-stacked:last-child>div>div {
        padding: 36px 0
    }
}

@media only screen and (min-width: 1400px) {
    .m-panes section:last-child.f-stacked {
        -ms-flex-preferred-size:100%
    }
}

.m-panes-product-placement-item {
    padding: 0
}

.m-panes-product-placement-item .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 100
}

.m-panes-product-placement-item .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}

.m-panes-product-placement-item .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none;
    margin-top: 12px
}

.m-panes-product-placement-item .c-call-to-action:active,.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.m-panes-product-placement-item .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.m-panes-product-placement-item .c-call-to-action:hover {
    color: #005da6
}

.m-panes-product-placement-item .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-panes-product-placement-item .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action,.theme-light .m-panes-product-placement-item .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:hover,.theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-panes-product-placement-item .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:hover,.theme-light .m-panes-product-placement-item .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:active,.theme-light .m-panes-product-placement-item .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action[aria-disabled=true],.theme-light .m-panes-product-placement-item .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-panes-product-placement-item .c-call-to-action,.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-panes-product-placement-item .c-call-to-action:hover,.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-panes-product-placement-item .c-call-to-action:hover,.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-panes-product-placement-item .c-call-to-action:active,.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-panes-product-placement-item .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.m-panes-product-placement-item .c-price {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px
}

.m-panes-product-placement-item .c-rating {
    display: inline-block;
    margin-top: -8px;
    vertical-align: middle
}

.m-panes-product-placement-item picture.c-image img {
    margin: 0 auto
}

[class^=m-persona-] {
    padding: 0;
    display: table
}

[class^=m-persona-]:after,[class^=m-persona-]:before {
    content: " ";
    display: table
}

[class^=m-persona-]>div {
    float: left;
    padding-right: 12px
}

[class^=m-persona-]>div>.c-image {
    max-width: none
}

[class^=m-persona-]>div picture {
    position: relative;
    display: block;
    background-color: rgba(0,0,0,.3);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' preserveAspectRatio='xMidYMid meet'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 2%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Elements'%3E%3Cpath class='cls-1' d='M42.26,42.29a30.12,30.12,0,0,1,8.63,4.62,30.53,30.53,0,0,1,6.54,6.87,31.35,31.35,0,0,1,4.13,8.54A32.4,32.4,0,0,1,63,72H58.5a27.57,27.57,0,0,0-2.06-10.71A25.88,25.88,0,0,0,42.21,47.06,27.57,27.57,0,0,0,31.5,45a27.34,27.34,0,0,0-13.73,3.64,26.37,26.37,0,0,0-9.63,9.63,27.13,27.13,0,0,0-2.69,6.49A27.4,27.4,0,0,0,4.5,72H0a31.64,31.64,0,0,1,1.48-9.69,31.32,31.32,0,0,1,4.18-8.49A30.89,30.89,0,0,1,12.22,47a31.91,31.91,0,0,1,8.6-4.68A22.23,22.23,0,0,1,12.18,34a23,23,0,0,1-2.36-5.52,22.62,22.62,0,0,1,.93-14.8,22.5,22.5,0,0,1,12-12,22.76,22.76,0,0,1,17.54,0,22.5,22.5,0,0,1,12,12,22.57,22.57,0,0,1,.93,14.78A22.8,22.8,0,0,1,50.82,34a23.28,23.28,0,0,1-3.69,4.69A21.77,21.77,0,0,1,42.26,42.29ZM13.5,22.5a17.33,17.33,0,0,0,1.42,7,18.23,18.23,0,0,0,9.58,9.58,17.9,17.9,0,0,0,14,0,18.23,18.23,0,0,0,9.58-9.58,17.33,17.33,0,0,0,1.42-7,17.33,17.33,0,0,0-1.42-7A18.23,18.23,0,0,0,38.5,5.92a17.9,17.9,0,0,0-14,0,18.23,18.23,0,0,0-9.58,9.58A17.33,17.33,0,0,0,13.5,22.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

[class^=m-persona-]>div picture .c-image {
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

[class^=m-persona-]>div picture .c-image[aria-hidden=true] {
    display: none
}

[class^=m-persona-]>div+div {
    display: table-cell;
    float: none;
    overflow: hidden;
    vertical-align: middle
}

[class^=m-persona-]>div+div .c-button,[class^=m-persona-]>div+div .c-hyperlink,[class^=m-persona-]>div+div [class*=c-heading],[class^=m-persona-]>div+div [class*=c-subheading],[class^=m-persona-]>div+div [class^=c-paragraph] {
    padding: 0
}

[class^=m-persona-]>div+div .c-hyperlink {
    display: inline-block
}

.m-persona-4>div+div [class*=c-subheading],.m-persona-5>div+div [class*=c-subheading] {
    display: none
}

[class^=m-persona-]>div+div .c-button,[class^=m-persona-]>div+div .c-hyperlink,[class^=m-persona-]>div+div [class^=c-paragraph] {
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 400
}

@media (max-width: 767px) {
    [class^=m-persona-]>div+div .c-button,[class^=m-persona-]>div+div .c-hyperlink,[class^=m-persona-]>div+div [class^=c-paragraph] {
        font-size:16px;
        line-height: 20px
    }
}

[class^=m-persona-]>div+div .c-button {
    max-width: none;
    margin: 0;
    background-color: transparent;
    white-space: normal;
    letter-spacing: normal;
    text-align: left
}

[class^=m-persona-]>div+div [class*=c-subheading] {
    color: #999
}

.m-persona-1>div {
    padding-right: 24px
}

.m-persona-1>div picture,.m-persona-1>div picture>.c-image {
    width: 144px;
    height: 144px
}

.m-persona-1>div+div .c-button,.m-persona-1>div+div .c-hyperlink,.m-persona-1>div+div [class*=c-heading],.m-persona-1>div+div [class^=c-paragraph] {
    font-size: 46px;
    line-height: 56px;
    font-weight: 100;
    letter-spacing: -.01em;
    padding: 0
}

@media (max-width: 767px) {
    .m-persona-1>div+div .c-button,.m-persona-1>div+div .c-hyperlink,.m-persona-1>div+div [class*=c-heading],.m-persona-1>div+div [class^=c-paragraph] {
        font-size:34px;
        line-height: 40px
    }
}

.m-persona-1>div+div [class*=c-subheading] {
    font-size: 20px;
    line-height: 24px;
    padding: 4px 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .m-persona-1>div+div [class*=c-subheading] {
        font-size:18px;
        line-height: 24px
    }
}

.m-persona-1>div+div .c-button {
    line-height: 60px
}

.m-persona-2>div picture,.m-persona-2>div picture>.c-image {
    width: 64px;
    height: 64px
}

.m-persona-2>div+div .c-button,.m-persona-2>div+div .c-hyperlink,.m-persona-2>div+div [class*=c-heading],.m-persona-2>div+div [class^=c-paragraph] {
    font-size: 24px;
    line-height: 28px;
    font-weight: 200;
    padding: 0
}

@media (max-width: 767px) {
    .m-persona-2>div+div .c-button,.m-persona-2>div+div .c-hyperlink,.m-persona-2>div+div [class*=c-heading],.m-persona-2>div+div [class^=c-paragraph] {
        font-size:20px;
        line-height: 24px
    }
}

.m-persona-2>div+div .c-button {
    line-height: 32px
}

.m-persona-2>div+div [class*=c-subheading],.m-persona-3>div+div .c-button,.m-persona-3>div+div .c-hyperlink,.m-persona-3>div+div [class*=c-heading],.m-persona-3>div+div [class*=c-subheading],.m-persona-3>div+div [class^=c-paragraph],.m-persona-4>div+div .c-button,.m-persona-4>div+div .c-hyperlink,.m-persona-4>div+div [class*=c-heading],.m-persona-4>div+div [class^=c-paragraph],.m-persona-5>div+div .c-button,.m-persona-5>div+div .c-hyperlink,.m-persona-5>div+div [class*=c-heading],.m-persona-5>div+div [class^=c-paragraph] {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 0
}

.m-persona-3>div picture,.m-persona-3>div picture>.c-image {
    width: 48px;
    height: 48px
}

.m-persona-4>div picture,.m-persona-4>div picture>.c-image {
    width: 32px;
    height: 32px
}

.m-persona-5>div picture,.m-persona-5>div picture>.c-image {
    width: 24px;
    height: 24px
}

.m-ratings-and-reviews {
    max-width: 800px
}

.m-ratings-and-reviews .c-content-toggle p {
    word-break: break-word
}

.m-ratings-and-reviews .context-filter,.m-ratings-and-reviews .context-sort {
    padding-right: 24px
}

.m-ratings-and-reviews .context-response {
    padding-top: 24px
}

.m-ratings-and-reviews .context-response>div {
    position: relative;
    padding-left: 24px
}

.m-ratings-and-reviews .context-response>div:before {
    font-family: MWF-MDL2;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.m-ratings-and-reviews .context-response>div .c-content-toggle p {
    padding-top: 10px
}

.m-ratings-and-reviews .context-helpful-select {
    padding-top: 24px
}

.m-ratings-and-reviews .context-helpful-select .c-meta-text {
    padding-right: 13px
}

.m-ratings-and-reviews .context-helpful-select .c-group {
    display: inline-block;
    vertical-align: bottom
}

.m-ratings-and-reviews .context-helpful-select .c-group button {
    display: inline-block;
    color: #0067B8;
    border: 0;
    background: 0 0;
    padding: 0;
    min-width: inherit;
    margin: 0 13px;
    vertical-align: inherit
}

.m-ratings-and-reviews .context-helpful-select .c-group button:hover {
    text-decoration: underline
}

.m-ratings-and-reviews .context-helpful-select .c-group button:active {
    text-decoration: none;
    color: #005da6
}

.c-supplemental-nav a:hover,.m-supplemental-nav>nav a:hover,.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span,.m-typographic-intro>div>div .c-call-to-action:hover span {
    text-decoration: underline
}

.m-ratings-and-reviews .context-helpful-select .c-group button:focus {
    outline: #000 dashed 1px
}

.m-ratings-and-reviews .context-helpful-select+.c-histogram,.m-ratings-and-reviews .context-helpful-select+.m-histogram {
    padding-top: 22px
}

.m-ratings-and-reviews .c-histogram,.m-ratings-and-reviews .m-histogram {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.m-ratings-and-reviews .c-divider {
    margin-top: 48px
}

.m-ratings-and-reviews .c-divider+span {
    padding: 8px 0 8px 8px;
    float: right
}

.m-ratings-and-reviews .c-heading-4 {
    padding-top: 48px
}

.m-ratings-and-reviews [data-grid=col-3] .c-rating {
    margin-top: 18px
}

.m-ratings-and-reviews [data-grid=col-3] .c-paragraph-3 {
    padding: 0
}

.m-ratings-and-reviews [data-grid=col-3] .c-paragraph-3+.c-paragraph-3 {
    padding: 8px 0 0;
    word-break: break-word
}

.m-ratings-and-reviews [data-grid=col-3] .c-meta-text {
    padding-top: 8px
}

.m-ratings-and-reviews [data-grid=col-9] .c-heading-6 {
    font-weight: 400;
    padding: 22px 0 5px
}

.m-ratings-and-reviews [data-grid=col-9] .c-heading-6+.c-content-toggle p {
    padding-top: 0
}

@media only screen and (max-width: 539px) {
    .m-ratings-and-reviews .c-histogram,.m-ratings-and-reviews .m-histogram {
        padding-top:8px
    }

    .m-ratings-and-reviews button+[data-grid=col-12] .c-heading-4 {
        padding-top: 48px
    }

    .m-ratings-and-reviews .c-heading-4 {
        padding-top: 28px
    }

    .m-ratings-and-reviews .c-select-menu,.m-ratings-and-reviews .context-filter {
        display: block
    }

    .m-ratings-and-reviews .context-sort+.c-select-menu {
        display: inline-block
    }

    .m-ratings-and-reviews .context-helpful-select .c-meta-text,.m-ratings-and-reviews [data-grid=col-9] .context-response>div span {
        display: block
    }

    .m-ratings-and-reviews .c-divider {
        margin-top: 28px
    }

    .m-ratings-and-reviews .c-divider+span {
        float: none;
        display: block;
        padding: 8px 8px 8px 0
    }

    .m-ratings-and-reviews .context-filter {
        padding: 12px 0 8px
    }

    .m-ratings-and-reviews .context-helpful-select .c-group button:first-child {
        margin-left: 0
    }

    .m-ratings-and-reviews [data-grid=col-9] .c-heading-6 {
        padding: 14px 0 4px
    }

    .m-ratings-and-reviews [data-grid=col-9] .c-content-toggle p {
        padding: 0
    }

    .m-ratings-and-reviews [data-grid=col-9] .c-meta-text {
        padding: 20px 0 24px
    }

    .m-ratings-and-reviews [data-grid=col-9] .context-helpful-select .c-meta-text {
        padding: 20px 0 14px
    }

    .m-ratings-and-reviews [data-grid=col-9] .context-response {
        padding-top: 24px
    }

    .m-ratings-and-reviews [data-grid=col-9] .context-response>div {
        position: relative;
        padding-left: 24px
    }

    .m-ratings-and-reviews [data-grid=col-9] .context-response>div .c-content-toggle p {
        padding-top: 12px
    }

    .m-ratings-and-reviews [data-grid=col-9] .context-response>div:before {
        font-family: MWF-MDL2;
        content: "";
        position: absolute;
        left: 0;
        top: 0
    }
}

.m-refinements>div[data-grid=col-3] {
    margin-top: 35px
}

.m-refinements>div+div {
    margin-top: 36px;
    padding-left: 75px
}

.m-refinements>div+div>h1 {
    padding-top: 12px;
    padding-bottom: 8px
}

.m-refinements>div+div section {
    display: inline-block
}

.m-refinements>div+div .c-divider {
    margin-top: 20px
}

.m-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-review .c-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 22px 0 6px
}

.m-review .c-content-toggle p {
    word-wrap: break-word;
    padding-top: 0
}

.m-review div .c-rating {
    margin-top: 18px
}

.m-review div .c-rating .f-individual {
    padding: 0;
    margin-bottom: 4px
}

.m-review div .c-paragraph {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 0
}

.m-review div .c-paragraph+.c-paragraph-3 {
    padding: 8px 0 0;
    word-wrap: break-word
}

.m-review div .c-meta-text {
    padding-top: 8px;
    font-weight: 400
}

@media only screen and (min-width: 540px) {
    .m-review {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.m-rich-heading {
    display: block;
    height: 200px;
    position: relative;
    padding-top: 0;
    margin-top: 48px;
    overflow: hidden
}

.m-rich-heading.f-image {
    width: 100%;
    height: 200px;
    background: #000;
    color: #FFF
}

.m-rich-heading>div {
    position: relative;
    width: 50%;
    float: left
}

.m-rich-heading>picture.c-image img {
    height: 200px;
    width: 400px;
    max-width: none;
    position: absolute;
    right: 0
}

.m-rich-heading>picture.c-image:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 285px;
    width: 115px;
    height: 200px;
    background: -webkit-gradient(linear,right top, left top,color-stop(0, rgba(255,255,255,0)),to(#000));
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0,#000 100%);
    background: -o-linear-gradient(right,rgba(255,255,255,0) 0,#000 100%);
    background: linear-gradient(to left,rgba(255,255,255,0) 0,#000 100%)
}

.m-rich-heading .c-paragraph-3 {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 40px
}

.m-rich-heading .c-heading {
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 100;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 80px
}

.m-rich-heading.theme-light.f-brand-neutral-10 {
    background: #E6E6E6
}

.m-rich-heading.theme-light.f-brand-neutral-20 {
    background: #D2D2D2
}

.m-rich-heading.theme-light.f-brand-neutral-30 {
    background: #ACACAC
}

.m-rich-heading.theme-dark.f-accent {
    background: #0067B8
}

.m-rich-heading.theme-dark.f-brand-neutral-45 {
    background: #919191
}

.m-rich-heading.theme-dark.f-brand-neutral-55 {
    background: #737373
}

.m-rich-heading.theme-dark.f-brand-neutral-65 {
    background: #505050
}

.m-rich-heading.theme-dark.f-brand-neutral-75 {
    background: #464646
}

.m-rich-heading.theme-dark.f-brand-neutral-80 {
    background: #2F2F2F
}

.m-rich-heading.theme-dark.f-brand-neutral-90 {
    background: #171717
}

.m-rich-heading.theme-dark.f-brand-neutral-100 {
    background: #000
}

.m-rich-heading .c-logo {
    position: absolute;
    right: 48px;
    width: 200px;
    height: 130px;
    margin-top: 32px;
    margin-bottom: 32px
}

.m-rich-heading .c-logo>.c-image {
    width: 100%;
    max-width: 200px;
    max-height: 130px
}

@media only screen and (max-width: 1083px) {
    .m-rich-heading .c-heading {
        font-size:24px;
        line-height: 28px;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 56px
    }

    .m-rich-heading .c-logo {
        right: 36px
    }
}

@media only screen and (max-width: 767px) {
    .m-rich-heading>div {
        width:100%;
        float: none
    }

    .m-rich-heading .c-logo,.m-rich-heading .c-paragraph-3 {
        display: none
    }

    .m-rich-heading .c-heading {
        padding: 8px
    }

    .m-rich-heading.theme-dark,.m-rich-heading.theme-light {
        height: auto
    }

    .m-rich-heading>picture.c-image {
        z-index: -1
    }

    .m-rich-heading>picture.c-image+div {
        height: 200px
    }

    .m-rich-heading>picture.c-image+div .c-heading {
        position: absolute;
        bottom: 40px;
        z-index: 1
    }

    .m-rich-heading>picture.c-image:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.4)
    }
}

@media only screen and (max-width: 539px) {
    .m-rich-heading>picture.c-image:after {
        right:0;
        left: 0;
        width: 100%;
        background: -webkit-gradient(linear,right top, left top,color-stop(0, rgba(255,255,255,0)),color-stop(80%, #000));
        background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0,#000 80%);
        background: -o-linear-gradient(right,rgba(255,255,255,0) 0,#000 80%);
        background: linear-gradient(to left,rgba(255,255,255,0) 0,#000 80%)
    }

    .m-rich-heading>picture.c-image:before {
        background: rgba(255,255,255,0)
    }
}

.m-product-placement {
    padding-top: 12px
}

.m-product-placement .c-hyperlink[aria-hidden=true] {
    visibility: hidden
}

.m-product-placement.f-artist a>div {
    height: inherit
}

.m-product-placement .c-carousel .c-flipper.f-left,.m-product-placement .c-carousel .c-flipper.f-previous {
    left: -24px
}

.m-product-placement .c-carousel .c-flipper.f-next,.m-product-placement .c-carousel .c-flipper.f-right {
    right: -24px
}

.m-product-placement .c-carousel .c-group {
    vertical-align: top
}

.m-product-placement.f-song .c-track-list-placement .c-explicit>span {
    display: inline
}

.m-product-placement.f-song .c-track-list-placement .c-explicit>span+span,.m-product-placement[data-js-flex=true] .c-group li[aria-hidden=true],.m-product-placement[data-js-flex=true]:not(.f-scrollable) .c-flipper.f-next,.m-product-placement[data-js-flex=true]:not(.f-scrollable) .c-flipper.f-previous {
    display: none
}

@media only screen and (max-width: 539px) {
    .m-product-placement .c-carousel .c-flipper {
        visibility:hidden
    }

    .m-product-placement .c-carousel .c-flipper.f-left,.m-product-placement .c-carousel .c-flipper.f-previous {
        left: 0
    }

    .m-product-placement .c-carousel .c-flipper.f-next,.m-product-placement .c-carousel .c-flipper.f-right {
        right: 0
    }

    .m-product-placement .c-carousel:hover .c-flipper {
        visibility: visible
    }
}

.m-product-placement[data-js-flex=true] .c-group {
    -webkit-transition-property: opacity,left;
    -o-transition-property: opacity,left;
    transition-property: opacity,left;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 667ms;
    animation-duration: 667ms;
    -webkit-animation-timing-function: cubic-bezier(.16,1,.29,.99);
    animation-timing-function: cubic-bezier(.16,1,.29,.99);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0
}

@-webkit-keyframes fade-in {
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    100% {
        opacity: 1
    }
}

.m-product-placement[data-js-flex=true] .c-group.f-visible {
    opacity: 1
}

.m-product-placement[data-js-flex=true] .c-group li {
    width: 124px
}

.m-product-placement[data-js-flex=true] .c-group.f-height-default .context-device .f-default-image:before {
    margin-top: 19.3548387097%
}

.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-accessory .f-default-image:before,.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-app .f-default-image:before,.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-artist .f-default-image:before,.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-game .f-default-image:before,.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-software .f-default-image:before,.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-tvshow .f-default-image:before {
    margin-top: 37.0967741935%
}

.m-product-placement[data-js-flex=true] .c-group.f-height-movie .context-device .f-default-image:before {
    margin-top: 56.4516129032%
}

.m-product-placement[data-js-flex=true]:not(.f-scrollable) .c-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0!important;
    margin-right: -24px
}

.m-product-placement[data-js-flex=true]:not(.f-scrollable) .c-group li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.m-search-help .c-heading-5 {
    padding: 12px 0 24px
}

.m-search-help span,.m-search-help ul li {
    padding: 2px 0
}

.m-search-help .f-column {
    padding-right: 24px
}

.m-search-help .c-search {
    max-width: 100%;
    margin: 46px 0 84px
}

@media only screen and (max-width: 539px) {
    .m-search-help .c-heading-5 {
        padding:12px 0 8px
    }
}

.m-search-results [class^=c-heading-] {
    padding-top: 0
}

.m-search-results>div:last-child {
    padding: 24px 0
}

.m-search-results .c-hyperlink {
    display: block
}

.m-search-results .f-result-item,.m-search-results .f-result-item-details {
    padding-top: 24px
}

.m-search-results .f-result-item-details {
    padding-left: 24px
}

.m-search-results .f-hyperlink {
    font-weight: 400;
    line-height: 20px
}

.m-search-results h3.f-hyperlink {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0;
    font-weight: 200
}

@media (max-width: 767px) {
    .m-search-results h3.f-hyperlink {
        font-size:18px;
        line-height: 24px
    }
}

.m-search-results span.f-hyperlink .c-hyperlink {
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: 1.64px;
    color: #107C10
}

.m-search-results p {
    color: rgba(0,0,0,.6);
    padding-top: 0
}

@media only screen and (max-width: 539px) {
    .m-search-results .f-result-item-details {
        padding:0
    }
}

a.m-skip-to-main,a.m-skip-to-main:hover {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2
}

a.m-skip-to-main:active,a.m-skip-to-main:focus {
    background: #E6E6E6;
    color: #0067B8;
    position: fixed;
    top: 0;
    left: 0;
    padding: 24px;
    width: 100%;
    height: auto;
    overflow: auto;
    text-decoration: underline;
    text-align: center;
    z-index: 800;
    outline: 0
}

a.m-skip-to-main:focus {
    border: 1px dashed #000
}

.m-social {
    padding: 0
}

.c-social,.m-social {
    display: block;
    margin-top: 48px
}

.c-social.f-facebook>div,.c-social.f-pinterest>div,.c-social.f-twitter>div,.m-social.f-facebook>div,.m-social.f-pinterest>div,.m-social.f-twitter>div {
    display: inline-block;
    margin-right: 24px
}

.c-social>span,.m-social>span {
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,.6);
    padding-right: 12px;
    margin-bottom: 4px
}

.c-social>a,.c-social>ul>li>a,.m-social>a,.m-social>ul>li>a {
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out
}

@media screen and (-ms-high-contrast:active) {
    .c-social>a,.c-social>ul>li>a,.m-social>a,.m-social>ul>li>a {
        -ms-high-contrast-adjust: background;
        background: #FFF
    }
}

.c-social>a:focus,.c-social>ul>li>a:focus,.m-social>a:focus,.m-social>ul>li>a:focus {
    outline: #000 solid 2px
}

.c-social.f-follow ul>li>a:active,.c-social.f-follow>a:active,.c-social.f-share ul>li>a:active,.c-social.f-share>a:active,.c-social>a.x-hidden-focus,.c-social>ul>li>a.x-hidden-focus,.m-social.f-follow ul>li>a:active,.m-social.f-follow>a:active,.m-social.f-share ul>li>a:active,.m-social.f-share>a:active,.m-social>a.x-hidden-focus,.m-social>ul>li>a.x-hidden-focus {
    outline: 0
}

.c-social>a:focus:before,.c-social>a:hover:before,.c-social>ul>li>a:focus:before,.c-social>ul>li>a:hover:before,.m-social>a:focus:before,.m-social>a:hover:before,.m-social>ul>li>a:focus:before,.m-social>ul>li>a:hover:before {
    background: rgba(0,0,0,.1)
}

@media screen and (-ms-high-contrast:active) {
    .c-social>a:focus:before,.c-social>a:hover:before,.c-social>ul>li>a:focus:before,.c-social>ul>li>a:hover:before,.m-social>a:focus:before,.m-social>a:hover:before,.m-social>ul>li>a:focus:before,.m-social>ul>li>a:hover:before {
        background: 0 0
    }
}

.c-social>a:active,.c-social>ul>li>a:active,.m-social>a:active,.m-social>ul>li>a:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.c-social>a:active:before,.c-social>ul>li>a:active:before,.m-social>a:active:before,.m-social>ul>li>a:active:before {
    background: rgba(0,0,0,.2)
}

.c-social>a:before,.c-social>ul>li>a:before,.m-social>a:before,.m-social>ul>li>a:before {
    background: 0 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-social>a>img,.c-social>ul>li>a>img,.m-social>a>img,.m-social>ul>li>a>img {
    width: 32px;
    height: 32px
}

.c-social>a.x-hidden-focus:before,.c-social>ul>li>a.x-hidden-focus:before,.m-social>a.x-hidden-focus:before,.m-social>ul>li>a.x-hidden-focus:before {
    background: 0 0
}

.c-social.f-follow ul>li>a>img,.c-social.f-follow>a>img,.c-social.f-share ul>li>a>img,.c-social.f-share>a>img,.m-social.f-follow ul>li>a>img,.m-social.f-follow>a>img,.m-social.f-share ul>li>a>img,.m-social.f-share>a>img {
    opacity: .6
}

@media screen and (-ms-high-contrast:active) {
    .c-social.f-follow ul>li>a:hover:before,.c-social.f-follow>a:hover:before,.c-social.f-share ul>li>a:hover:before,.c-social.f-share>a:hover:before,.m-social.f-follow ul>li>a:hover:before,.m-social.f-follow>a:hover:before,.m-social.f-share ul>li>a:hover:before,.m-social.f-share>a:hover:before {
        background: 0 0
    }

    .c-social.f-follow ul>li>a>img,.c-social.f-follow>a>img,.c-social.f-share ul>li>a>img,.c-social.f-share>a>img,.m-social.f-follow ul>li>a>img,.m-social.f-follow>a>img,.m-social.f-share ul>li>a>img,.m-social.f-share>a>img {
        opacity: 1
    }
}

.c-social.f-follow ul>li>a>img:focus,.c-social.f-follow ul>li>a>img:hover,.c-social.f-follow>a>img:focus,.c-social.f-follow>a>img:hover,.c-social.f-share ul>li>a>img:focus,.c-social.f-share ul>li>a>img:hover,.c-social.f-share>a>img:focus,.c-social.f-share>a>img:hover,.m-social.f-follow ul>li>a>img:focus,.m-social.f-follow ul>li>a>img:hover,.m-social.f-follow>a>img:focus,.m-social.f-follow>a>img:hover,.m-social.f-share ul>li>a>img:focus,.m-social.f-share ul>li>a>img:hover,.m-social.f-share>a>img:focus,.m-social.f-share>a>img:hover {
    opacity: .8
}

@media screen and (-ms-high-contrast:active) {
    .c-social.f-follow ul>li>a>img:focus,.c-social.f-follow ul>li>a>img:hover,.c-social.f-follow>a>img:focus,.c-social.f-follow>a>img:hover,.c-social.f-share ul>li>a>img:focus,.c-social.f-share ul>li>a>img:hover,.c-social.f-share>a>img:focus,.c-social.f-share>a>img:hover,.m-social.f-follow ul>li>a>img:focus,.m-social.f-follow ul>li>a>img:hover,.m-social.f-follow>a>img:focus,.m-social.f-follow>a>img:hover,.m-social.f-share ul>li>a>img:focus,.m-social.f-share ul>li>a>img:hover,.m-social.f-share>a>img:focus,.m-social.f-share>a>img:hover {
        opacity: 1
    }
}

.c-social.f-follow ul>li>a>img:active,.c-social.f-follow>a>img:active,.c-social.f-share ul>li>a>img:active,.c-social.f-share>a>img:active,.m-social.f-follow ul>li>a>img:active,.m-social.f-follow>a>img:active,.m-social.f-share ul>li>a>img:active,.m-social.f-share>a>img:active {
    opacity: 1
}

.c-social button,.m-social button {
    width: 32px;
    height: 32px;
    border: 0;
    background-color: transparent;
    padding: 0;
    color: rgba(0,0,0,.6);
    vertical-align: middle
}

.c-social button[aria-hidden=true],.m-social button[aria-hidden=true] {
    display: none
}

.c-social button:focus,.m-social button:focus {
    outline: #000 dashed 1px
}

.c-social .f-hide,.m-social .f-hide {
    display: none!important
}

.c-social.f-horizontal,.m-social.f-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-social.f-horizontal ul>li>a,.c-social.f-horizontal>a,.m-social.f-horizontal ul>li>a,.m-social.f-horizontal>a {
    display: inline-block;
    margin-right: 12px
}

.c-social.f-horizontal ul>li,.m-social.f-horizontal ul>li {
    float: left
}

.c-social.f-horizontal button[aria-hidden=false],.m-social.f-horizontal button[aria-hidden=false] {
    display: inline-block
}

.c-social.f-vertical button[aria-hidden=false],.m-social.f-vertical button[aria-hidden=false],.m-split-reveal>.c-image {
    display: block
}

.c-social.f-horizontal button.c-glyph[aria-expanded=false]:after,.c-social.f-horizontal button.c-glyph[data-js-toggle=false]:after,.m-social.f-horizontal button.c-glyph[aria-expanded=false]:after,.m-social.f-horizontal button.c-glyph[data-js-toggle=false]:after {
    content: ""
}

.c-social.f-horizontal button.c-glyph[aria-expanded=true]:after,.c-social.f-horizontal button.c-glyph[data-js-toggle=true]:after,.m-social.f-horizontal button.c-glyph[aria-expanded=true]:after,.m-social.f-horizontal button.c-glyph[data-js-toggle=true]:after {
    content: ""
}

.c-social.f-vertical ul>li>a,.c-social.f-vertical>a,.m-social.f-vertical ul>li>a,.m-social.f-vertical>a {
    display: block;
    margin-bottom: 12px;
    margin-right: 0
}

.c-social.f-vertical button.c-glyph[aria-expanded=false]:after,.c-social.f-vertical button.c-glyph[data-js-toggle=false]:after,.m-social.f-vertical button.c-glyph[aria-expanded=false]:after,.m-social.f-vertical button.c-glyph[data-js-toggle=false]:after {
    font-family: MWF-MDL2;
    content: ""
}

.c-social.f-vertical button.c-glyph[aria-expanded=true]:after,.c-social.f-vertical button.c-glyph[data-js-toggle=true]:after,.m-social.f-vertical button.c-glyph[aria-expanded=true]:after,.m-social.f-vertical button.c-glyph[data-js-toggle=true]:after {
    font-family: MWF-MDL2;
    content: ""
}

@media only screen and (max-width: 767px) {
    .c-social,.m-social {
        margin-top:36px
    }
}

.m-split-reveal {
    position: relative;
    padding: 0;
    margin-top: 0
}

.m-split-reveal>div:first-child {
    position: absolute;
    background: #FFF;
    z-index: 1
}

.m-split-reveal>div:first-child button {
    position: relative;
    padding: 0;
    border-radius: 50%;
    background: #0067B8;
    border: solid #FFF;
    outline: 0;
    z-index: 2
}

.m-split-reveal .c-image img {
    width: 100%
}

.m-split-reveal>.c-image+div {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 0%
}

.m-split-reveal.f-horizontal>.c-image+div,.m-split-reveal.f-horizontal>.c-image+div div,.m-split-reveal.f-horizontal>.c-image+div img,.m-split-reveal.f-horizontal>.c-image+div picture,.m-split-reveal.f-horizontal>div:first-child,.m-split-reveal.f-horizontal>div:first-child div,.m-split-reveal.f-horizontal>div:first-child img,.m-split-reveal.f-horizontal>div:first-child picture {
    height: 100%
}

.m-split-reveal.f-vertical>.c-image+div,.m-split-reveal.f-vertical>div:first-child {
    width: 100%
}

.c-supplemental-nav,.m-supplemental-nav>nav {
    margin-top: 32px
}

.c-supplemental-nav nav[aria-hidden=true],.m-supplemental-nav>nav nav[aria-hidden=true] {
    display: none
}

.c-supplemental-nav a,.c-supplemental-nav button,.c-supplemental-nav span,.m-supplemental-nav>nav a,.m-supplemental-nav>nav button,.m-supplemental-nav>nav span {
    display: block;
    margin-bottom: 30px;
    color: rgba(0,0,0,.6)
}

.c-supplemental-nav a:hover,.c-supplemental-nav button:hover,.c-supplemental-nav span:hover,.m-supplemental-nav>nav a:hover,.m-supplemental-nav>nav button:hover,.m-supplemental-nav>nav span:hover {
    cursor: pointer
}

.c-supplemental-nav>a,.m-supplemental-nav>nav>a {
    margin-bottom: 16px
}

.c-supplemental-nav button,.m-supplemental-nav>nav button {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-bottom: 16px
}

.c-supplemental-nav button:after,.m-supplemental-nav>nav button:after {
    font-family: MWF-MDL2;
    content: "";
    font-size: 8px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    margin-left: 8px;
    padding-top: 7px
}

.c-supplemental-nav a.active,.c-supplemental-nav button.active,.m-supplemental-nav>nav a.active,.m-supplemental-nav>nav button.active {
    color: #000
}

.c-supplemental-nav a:focus,.c-supplemental-nav a:hover,.c-supplemental-nav button:focus,.c-supplemental-nav button:hover,.m-supplemental-nav>nav a:focus,.m-supplemental-nav>nav a:hover,.m-supplemental-nav>nav button:focus,.m-supplemental-nav>nav button:hover {
    color: rgba(0,0,0,.8)
}

.c-supplemental-nav a.f-active,.c-supplemental-nav button.f-active,.m-supplemental-nav>nav a.f-active,.m-supplemental-nav>nav button.f-active {
    color: #000
}

.c-supplemental-nav a.f-disabled,.c-supplemental-nav button.f-disabled,.m-supplemental-nav>nav a.f-disabled,.m-supplemental-nav>nav button.f-disabled {
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}

.m-typographic-intro.f-background-neutral-00>div>div,.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-10>div>div,.m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-20>div>div,.m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-30>div>div,.m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:hover {
    color: #000
}

.c-supplemental-nav a:focus,.c-supplemental-nav button:focus,.m-supplemental-nav>nav a:focus,.m-supplemental-nav>nav button:focus {
    outline: dashed 1px
}

.c-supplemental-nav>nav>a+nav,.m-supplemental-nav>nav>nav>a+nav {
    height: 0;
    overflow: hidden
}

.c-supplemental-nav>nav>a:first-child,.c-supplemental-nav>nav>span:first-child,.m-supplemental-nav>nav>nav>a:first-child,.m-supplemental-nav>nav>nav>span:first-child {
    margin-left: 0;
    margin-bottom: 16px
}

.c-supplemental-nav>nav a,.m-supplemental-nav>nav>nav a {
    margin-left: 20px;
    margin-bottom: 16px
}

.c-supplemental-nav nav>nav>nav,.m-supplemental-nav>nav nav>nav>nav {
    margin-left: 20px
}

.m-supplemental-nav {
    clear: left;
    padding-top: 0
}

.m-supplemental-nav:after,.m-supplemental-nav:before {
    content: " ";
    display: table
}

.m-supplemental-nav:after {
    clear: both
}

.m-system-requirements {
    padding-left: 30px;
    padding-right: 30px
}

.m-system-requirements .c-heading-3 {
    padding-top: 0
}

.m-system-requirements .c-table caption {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.m-system-requirements .c-table tr:before {
    width: 0
}

.m-system-requirements .c-table td,.m-system-requirements .c-table th {
    min-width: 120px;
    padding-left: 0;
    vertical-align: text-top
}

.m-system-requirements .c-table td:first-child,.m-system-requirements .c-table th:first-child {
    font-weight: 700
}

@media screen and (max-width: 1778px) {
    .m-system-requirements {
        padding-left:24px;
        padding-right: 24px
    }
}

@media screen and (max-width: 1399px) {
    .m-system-requirements {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 1083px) {
    .m-system-requirements {
        padding-left:18px;
        padding-right: 18px
    }
}

@media only screen and (max-width: 767px) {
    .m-system-requirements {
        padding-left:12px;
        padding-right: 12px
    }
}

@media only screen and (max-width: 539px) {
    .m-system-requirements.f-single-column .c-table.f-divided tbody>tr {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-system-requirements {
        padding-left: 0;
        padding-right: 0
    }
}

.m-track-list>[class^=c-heading] {
    margin-bottom: 24px
}

.m-track-list>div {
    display: table
}

.m-track-list>div .c-track-list-placement.f-row-click:hover {
    background: #E6E6E6
}

.m-track-list>div .c-track-list-placement.f-row-click:focus {
    outline: rgba(0,0,0,.6) dashed 1px
}

.m-track-list>div .c-track-list-placement.f-row-click:active {
    background: #ACACAC
}

.m-track-list.f-lean .c-track-list-placement.f-size-small.f-wide>div:nth-child(3) {
    max-width: 250px
}

.m-track-list.f-lean .c-track-list-placement.f-size-small.f-wide>div>.c-button {
    margin: 6px 0
}

.m-typographic-intro {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    height: 150px
}

.m-typographic-intro.f-background-neutral-00 {
    background: #FFF
}

.m-typographic-intro.f-background-neutral-10 {
    background: #E6E6E6
}

.m-typographic-intro.f-background-neutral-20 {
    background: #D2D2D2
}

.m-typographic-intro.f-background-neutral-30 {
    background: #ACACAC
}

.m-typographic-intro.f-background-neutral-45 {
    background: #919191
}

.m-typographic-intro.f-background-neutral-55 {
    background: #737373
}

.m-typographic-intro.f-background-neutral-65 {
    background: #505050
}

.m-typographic-intro.f-background-neutral-75 {
    background: #464646
}

.m-typographic-intro.f-background-neutral-80 {
    background: #2F2F2F
}

.m-typographic-intro.f-background-neutral-90 {
    background: #171717
}

.m-typographic-intro.f-background-neutral-100 {
    background: #000
}

@media only screen and (min-width: 540px) {
    .m-typographic-intro {
        height:250px
    }
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro {
        height:300px
    }
}

@media only screen and (min-width: 1084px) {
    .m-typographic-intro {
        height:360px
    }

    .m-typographic-intro>div {
        padding: 0 5%
    }
}

.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(0,0,0,.1)
}

.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:active {
    background: 0 0;
    color: #000
}

.m-typographic-intro.f-background-accent>div>div,.m-typographic-intro.f-background-accent>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-100>div>div,.m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-45>div>div,.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-55>div>div,.m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-65>div>div,.m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-75>div>div,.m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-80>div>div,.m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action,.m-typographic-intro.f-background-neutral-90>div>div,.m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action {
    color: #FFF
}

.m-typographic-intro.f-background-accent>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:focus:not(.x-hidden-focus) {
    outline: transparent;
    background: content-box rgba(255,255,255,.1)
}

.m-typographic-intro.f-background-accent>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-accent>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:hover,.m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:hover {
    color: #e6e6e6
}

.m-typographic-intro.f-background-accent>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:active,.m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:active {
    background: 0 0;
    color: #ccc
}

.m-typographic-intro.f-background-accent {
    background: #0067B8
}

.m-typographic-intro>div {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(1600px + 10%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}

.m-typographic-intro>div>div {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

@media only screen and (min-width: 540px) {
    .m-typographic-intro>div>div {
        padding-left:24px;
        padding-right: 24px
    }
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro>div>div {
        padding-left:36px;
        padding-right: 36px;
        max-width: 800px
    }
}

@media only screen and (min-width: 1400px) {
    .m-typographic-intro>div>div {
        padding-left:48px;
        padding-right: 48px
    }
}

.m-typographic-intro>div>div>.c-heading {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 4px;
    font-weight: 200;
    font-weight: 700
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro>div>div>.c-heading {
        font-size:34px;
        line-height: 40px;
        padding: 0 0 2px;
        font-weight: 100;
        font-weight: 700
    }
}

.m-typographic-intro>div>div .c-subheading {
    font-size: 13px;
    line-height: 16px;
    padding: 14px 0 1px;
    font-weight: 400;
    -webkit-columns: 1;
    columns: 1;
    display: none
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro>div>div .c-subheading {
        font-size:15px;
        line-height: 20px;
        padding: 14px 0 0;
        font-weight: 400
    }

    .m-typographic-intro.f-brief>div>div {
        max-width: 650px
    }
}

@media only screen and (min-width: 1084px) {
    .m-typographic-intro>div>div .c-subheading {
        -webkit-columns:2;
        columns: 2;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

.m-typographic-intro>div>div .c-call-to-action {
    background: 0 0;
    color: #0067B8;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 0 7px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-high-contrast-adjust: none
}

.m-typographic-intro>div>div .c-call-to-action:active,.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro>div>div .c-call-to-action:hover {
    background: 0 0;
    outline: transparent;
    border-color: transparent
}

.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,103,184,.1)
}

.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.m-typographic-intro>div>div .c-call-to-action:hover {
    color: #005da6
}

.m-typographic-intro>div>div .c-call-to-action:active {
    background: 0 0;
    color: #005293;
    text-decoration: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.m-typographic-intro>div>div .c-call-to-action[aria-disabled=true] {
    cursor: not-allowed;
    color: #cce1f1
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action,.theme-light .m-typographic-intro>div>div .c-call-to-action {
    color: #000;
    background: 0 0;
    border-color: transparent
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(0,0,0,.1)
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:hover,.theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .m-typographic-intro>div>div .c-call-to-action:hover {
    color: rgba(0,0,0,.9)
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:hover,.theme-light .m-typographic-intro>div>div .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:active,.theme-light .m-typographic-intro>div>div .c-call-to-action:active {
    color: rgba(0,0,0,.8)
}

.theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action[aria-disabled=true],.theme-light .m-typographic-intro>div>div .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #999
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action,.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action {
    color: #FFF;
    background: 0 0;
    border-color: transparent
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) {
    background: content-box rgba(255,255,255,.1)
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-dark .m-typographic-intro>div>div .c-call-to-action:hover,.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus),.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:hover {
    color: #e6e6e6
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action:hover,.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:hover {
    background: 0 0
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action:active,.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:active {
    color: #ccc
}

.theme-dark .m-typographic-intro>div>div .c-call-to-action[aria-disabled=true],.theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action[aria-disabled=true] {
    background: 0 0;
    color: #666
}

.m-typographic-intro.f-brief {
    height: 100px
}

@media only screen and (min-width: 540px) {
    .m-typographic-intro>div>div .c-subheading {
        display:block
    }

    .m-typographic-intro.f-brief {
        height: 200px
    }
}

.m-typographic-intro.f-brief>div>div .c-subheading {
    display: none;
    -webkit-columns: 1;
    columns: 1
}

.m-typographic-intro.f-transparent {
    height: 200px
}

.m-typographic-intro.f-transparent>div>div {
    top: 60%
}

@media only screen and (min-width: 540px) {
    .m-typographic-intro.f-brief>div>div .c-subheading {
        display:block
    }

    .m-typographic-intro.f-transparent {
        height: 300px
    }
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro.f-transparent {
        height:400px
    }
}

@media only screen and (min-width: 1084px) {
    .m-typographic-intro.f-transparent {
        height:480px
    }
}

.m-typographic-intro.f-transparent.f-brief {
    height: 150px
}

@media only screen and (min-width: 540px) {
    .m-typographic-intro.f-transparent.f-brief {
        height:250px
    }
}

@media only screen and (min-width: 768px) {
    .m-typographic-intro.f-transparent.f-brief {
        height:300px
    }
}

@media only screen and (min-width: 1084px) {
    .m-typographic-intro.f-transparent.f-brief {
        height:300px
    }
}

.m-video-trigger {
    position: relative;
    width: 100%;
    padding: 0
}

.m-video-trigger .c-image {
    position: relative;
    display: block;
    padding-bottom: 56.25%
}

.m-video-trigger .c-image img {
    position: absolute
}

.m-video-trigger .c-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-video-trigger div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}

.m-video-trigger div .c-heading {
    font-size: 34px;
    font-weight: 700;
    width: 50%
}

@media (max-width: 767px) {
    .m-video-trigger div .c-heading {
        font-size:26px
    }
}

.m-video-trigger div .c-paragraph {
    font-size: 15px;
    width: 33.3333333333%;
    margin-top: 10px
}

.m-video-trigger div .c-heading,.m-video-trigger div .c-paragraph {
    padding: 0;
    margin: 0 auto
}

.m-video-trigger div>a,.m-video-trigger div>button {
    display: inline-block;
    position: relative;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin-top: 28px;
    height: 48px;
    width: 48px;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: scale ease-in-out;
    -o-transition: scale ease-in-out;
    transition: scale ease-in-out
}

.m-video-trigger div>a:focus:not(.x-hidden-focus),.m-video-trigger div>a:hover,.m-video-trigger div>button:focus:not(.x-hidden-focus),.m-video-trigger div>button:hover {
    text-decoration: none;
    background: rgba(0,0,0,.7)
}

.m-video-trigger div>a:focus:not(.x-hidden-focus),.m-video-trigger div>button:focus:not(.x-hidden-focus) {
    border: 1px solid #000
}

.m-video-trigger div>a:active,.m-video-trigger div>button:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.m-video-trigger div>a.x-hidden-focus,.m-video-trigger div>button.x-hidden-focus {
    outline: 0
}

.m-video-trigger div>a:before,.m-video-trigger div>button:before {
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #FFF;
    font-size: 24px;
    content: ""
}

.m-video-trigger[data-js-width=medium]>div .c-heading {
    width: 66.6666666667%
}

.m-video-trigger[data-js-width=medium]>div .c-paragraph {
    width: 50%
}

.m-video-trigger[data-js-width=small]>div .c-heading {
    width: 83.3333333333%
}

.m-video-trigger[data-js-width=small]>div>.c-paragraph {
    display: none
}

.m-video-trigger[data-js-width=small]>div>a {
    margin-top: 10px
}

.m-video-trigger.theme-light .c-heading,.m-video-trigger.theme-light .c-paragraph {
    color: #000
}

.m-video-trigger.theme-dark .c-heading,.m-video-trigger.theme-dark .c-paragraph {
    color: #FFF
}

.m-video-trigger[class*=f-mask].theme-light>picture:after {
    background: -webkit-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center center,circle,#FFF,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center center,#FFF,rgba(255,255,255,0) 80%)
}

.m-video-trigger[class*=f-mask].theme-dark>picture:after {
    background: -webkit-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
    background: -o-radial-gradient(center center,circle,#000,rgba(255,255,255,0) 80%);
    background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
}

.m-video-trigger.f-mask-20>picture:after {
    opacity: .2
}

.m-video-trigger.f-mask-40>picture:after {
    opacity: .4
}

.m-video-trigger.f-mask-60>picture:after {
    opacity: .6
}

.m-video-trigger.f-mask-80>picture:after {
    opacity: .8
}

.m-video-trigger.f-mask-100>picture:after {
    opacity: 1
}

.context-results-tiled .c-group>.m-product-placement-item.f-size-extra-large,.context-results-tiled .c-group>.m-product-placement-item.f-size-large {
    margin-bottom: 48px
}

.x-m-v-0x {
    margin-top: 0;
    margin-bottom: 0
}

.x-m-v-1x {
    margin-top: 4px;
    margin-bottom: 4px
}

.x-m-v-2x {
    margin-top: 8px;
    margin-bottom: 8px
}

.x-m-v-3x {
    margin-top: 12px;
    margin-bottom: 12px
}

.x-m-v-4x {
    margin-top: 16px;
    margin-bottom: 16px
}

.x-m-v-5x {
    margin-top: 20px;
    margin-bottom: 20px
}

.x-m-v-6x {
    margin-top: 24px;
    margin-bottom: 24px
}

.x-m-v-7x {
    margin-top: 28px;
    margin-bottom: 28px
}

.x-m-v-8x {
    margin-top: 32px;
    margin-bottom: 32px
}

.x-m-v-9x {
    margin-top: 36px;
    margin-bottom: 36px
}

.x-m-v-10x {
    margin-top: 40px;
    margin-bottom: 40px
}

.x-m-v-11x {
    margin-top: 44px;
    margin-bottom: 44px
}

.x-m-v-12x {
    margin-top: 48px;
    margin-bottom: 48px
}

.x-m-h-0x {
    margin-left: 0;
    margin-right: 0
}

.x-m-h-1x {
    margin-left: 4px;
    margin-right: 4px
}

.x-m-h-2x {
    margin-left: 8px;
    margin-right: 8px
}

.x-m-h-3x {
    margin-left: 12px;
    margin-right: 12px
}

.x-m-h-4x {
    margin-left: 16px;
    margin-right: 16px
}

.x-m-h-5x {
    margin-left: 20px;
    margin-right: 20px
}

.x-m-h-6x {
    margin-left: 24px;
    margin-right: 24px
}

.x-m-h-7x {
    margin-left: 28px;
    margin-right: 28px
}

.x-m-h-8x {
    margin-left: 32px;
    margin-right: 32px
}

.x-m-h-9x {
    margin-left: 36px;
    margin-right: 36px
}

.x-m-h-10x {
    margin-left: 40px;
    margin-right: 40px
}

.x-m-h-11x {
    margin-left: 44px;
    margin-right: 44px
}

.x-m-h-12x {
    margin-left: 48px;
    margin-right: 48px
}

.x-m-t-0x {
    margin-top: 0
}

.x-m-t-1x {
    margin-top: 4px
}

.x-m-t-2x {
    margin-top: 8px
}

.x-m-t-3x {
    margin-top: 12px
}

.x-m-t-4x {
    margin-top: 16px
}

.x-m-t-5x {
    margin-top: 20px
}

.x-m-t-6x {
    margin-top: 24px
}

.x-m-t-7x {
    margin-top: 28px
}

.x-m-t-8x {
    margin-top: 32px
}

.x-m-t-9x {
    margin-top: 36px
}

.x-m-t-10x {
    margin-top: 40px
}

.x-m-t-11x {
    margin-top: 44px
}

.x-m-t-12x {
    margin-top: 48px
}

.x-m-r-0x {
    margin-right: 0
}

.x-m-r-1x {
    margin-right: 4px
}

.x-m-r-2x {
    margin-right: 8px
}

.x-m-r-3x {
    margin-right: 12px
}

.x-m-r-4x {
    margin-right: 16px
}

.x-m-r-5x {
    margin-right: 20px
}

.x-m-r-6x {
    margin-right: 24px
}

.x-m-r-7x {
    margin-right: 28px
}

.x-m-r-8x {
    margin-right: 32px
}

.x-m-r-9x {
    margin-right: 36px
}

.x-m-r-10x {
    margin-right: 40px
}

.x-m-r-11x {
    margin-right: 44px
}

.x-m-r-12x {
    margin-right: 48px
}

.x-m-b-0x {
    margin-bottom: 0
}

.x-m-b-1x {
    margin-bottom: 4px
}

.x-m-b-2x {
    margin-bottom: 8px
}

.x-m-b-3x {
    margin-bottom: 12px
}

.x-m-b-4x {
    margin-bottom: 16px
}

.x-m-b-5x {
    margin-bottom: 20px
}

.x-m-b-6x {
    margin-bottom: 24px
}

.x-m-b-7x {
    margin-bottom: 28px
}

.x-m-b-8x {
    margin-bottom: 32px
}

.x-m-b-9x {
    margin-bottom: 36px
}

.x-m-b-10x {
    margin-bottom: 40px
}

.x-m-b-11x {
    margin-bottom: 44px
}

.x-m-b-12x {
    margin-bottom: 48px
}

.x-m-l-0x {
    margin-left: 0
}

.x-m-l-1x {
    margin-left: 4px
}

.x-m-l-2x {
    margin-left: 8px
}

.x-m-l-3x {
    margin-left: 12px
}

.x-m-l-4x {
    margin-left: 16px
}

.x-m-l-5x {
    margin-left: 20px
}

.x-m-l-6x {
    margin-left: 24px
}

.x-m-l-7x {
    margin-left: 28px
}

.x-m-l-8x {
    margin-left: 32px
}

.x-m-l-9x {
    margin-left: 36px
}

.x-m-l-10x {
    margin-left: 40px
}

.x-m-l-11x {
    margin-left: 44px
}

.x-m-l-12x {
    margin-left: 48px
}

.x-m-a-0x {
    margin: 0
}

.x-m-a-1x {
    margin: 4px
}

.x-m-a-2x {
    margin: 8px
}

.x-m-a-3x {
    margin: 12px
}

.x-m-a-4x {
    margin: 16px
}

.x-m-a-5x {
    margin: 20px
}

.x-m-a-6x {
    margin: 24px
}

.x-m-a-7x {
    margin: 28px
}

.x-m-a-8x {
    margin: 32px
}

.x-m-a-9x {
    margin: 36px
}

.x-m-a-10x {
    margin: 40px
}

.x-m-a-11x {
    margin: 44px
}

.x-m-a-12x {
    margin: 48px
}

.x-p-v-0x {
    padding-top: 0;
    padding-bottom: 0
}

.x-p-v-1x {
    padding-top: 4px;
    padding-bottom: 4px
}

.x-p-v-2x {
    padding-top: 8px;
    padding-bottom: 8px
}

.x-p-v-3x {
    padding-top: 12px;
    padding-bottom: 12px
}

.x-p-v-4x {
    padding-top: 16px;
    padding-bottom: 16px
}

.x-p-v-5x {
    padding-top: 20px;
    padding-bottom: 20px
}

.x-p-v-6x {
    padding-top: 24px;
    padding-bottom: 24px
}

.x-p-v-7x {
    padding-top: 28px;
    padding-bottom: 28px
}

.x-p-v-8x {
    padding-top: 32px;
    padding-bottom: 32px
}

.x-p-v-9x {
    padding-top: 36px;
    padding-bottom: 36px
}

.x-p-v-10x {
    padding-top: 40px;
    padding-bottom: 40px
}

.x-p-v-11x {
    padding-top: 44px;
    padding-bottom: 44px
}

.x-p-v-12x {
    padding-top: 48px;
    padding-bottom: 48px
}

.x-p-h-0x {
    padding-left: 0;
    padding-right: 0
}

.x-p-h-1x {
    padding-left: 4px;
    padding-right: 4px
}

.x-p-h-2x {
    padding-left: 8px;
    padding-right: 8px
}

.x-p-h-3x {
    padding-left: 12px;
    padding-right: 12px
}

.x-p-h-4x {
    padding-left: 16px;
    padding-right: 16px
}

.x-p-h-5x {
    padding-left: 20px;
    padding-right: 20px
}

.x-p-h-6x {
    padding-left: 24px;
    padding-right: 24px
}

.x-p-h-7x {
    padding-left: 28px;
    padding-right: 28px
}

.x-p-h-8x {
    padding-left: 32px;
    padding-right: 32px
}

.x-p-h-9x {
    padding-left: 36px;
    padding-right: 36px
}

.x-p-h-10x {
    padding-left: 40px;
    padding-right: 40px
}

.x-p-h-11x {
    padding-left: 44px;
    padding-right: 44px
}

.x-p-h-12x {
    padding-left: 48px;
    padding-right: 48px
}

.x-p-t-0x {
    padding-top: 0
}

.x-p-t-1x {
    padding-top: 4px
}

.x-p-t-2x {
    padding-top: 8px
}

.x-p-t-3x {
    padding-top: 12px
}

.x-p-t-4x {
    padding-top: 16px
}

.x-p-t-5x {
    padding-top: 20px
}

.x-p-t-6x {
    padding-top: 24px
}

.x-p-t-7x {
    padding-top: 28px
}

.x-p-t-8x {
    padding-top: 32px
}

.x-p-t-9x {
    padding-top: 36px
}

.x-p-t-10x {
    padding-top: 40px
}

.x-p-t-11x {
    padding-top: 44px
}

.x-p-t-12x {
    padding-top: 48px
}

.x-p-r-0x {
    padding-right: 0
}

.x-p-r-1x {
    padding-right: 4px
}

.x-p-r-2x {
    padding-right: 8px
}

.x-p-r-3x {
    padding-right: 12px
}

.x-p-r-4x {
    padding-right: 16px
}

.x-p-r-5x {
    padding-right: 20px
}

.x-p-r-6x {
    padding-right: 24px
}

.x-p-r-7x {
    padding-right: 28px
}

.x-p-r-8x {
    padding-right: 32px
}

.x-p-r-9x {
    padding-right: 36px
}

.x-p-r-10x {
    padding-right: 40px
}

.x-p-r-11x {
    padding-right: 44px
}

.x-p-r-12x {
    padding-right: 48px
}

.x-p-b-0x {
    padding-bottom: 0
}

.x-p-b-1x {
    padding-bottom: 4px
}

.x-p-b-2x {
    padding-bottom: 8px
}

.x-p-b-3x {
    padding-bottom: 12px
}

.x-p-b-4x {
    padding-bottom: 16px
}

.x-p-b-5x {
    padding-bottom: 20px
}

.x-p-b-6x {
    padding-bottom: 24px
}

.x-p-b-7x {
    padding-bottom: 28px
}

.x-p-b-8x {
    padding-bottom: 32px
}

.x-p-b-9x {
    padding-bottom: 36px
}

.x-p-b-10x {
    padding-bottom: 40px
}

.x-p-b-11x {
    padding-bottom: 44px
}

.x-p-b-12x {
    padding-bottom: 48px
}

.x-p-l-0x {
    padding-left: 0
}

.x-p-l-1x {
    padding-left: 4px
}

.x-p-l-2x {
    padding-left: 8px
}

.x-p-l-3x {
    padding-left: 12px
}

.x-p-l-4x {
    padding-left: 16px
}

.x-p-l-5x {
    padding-left: 20px
}

.x-p-l-6x {
    padding-left: 24px
}

.x-p-l-7x {
    padding-left: 28px
}

.x-p-l-8x {
    padding-left: 32px
}

.x-p-l-9x {
    padding-left: 36px
}

.x-p-l-10x {
    padding-left: 40px
}

.x-p-l-11x {
    padding-left: 44px
}

.x-p-l-12x {
    padding-left: 48px
}

.x-p-a-0x {
    padding: 0
}

.x-p-a-1x {
    padding: 4px
}

.x-p-a-2x {
    padding: 8px
}

.x-p-a-3x {
    padding: 12px
}

.x-p-a-4x {
    padding: 16px
}

.x-p-a-5x {
    padding: 20px
}

.x-p-a-6x {
    padding: 24px
}

.x-p-a-7x {
    padding: 28px
}

.x-p-a-8x {
    padding: 32px
}

.x-p-a-9x {
    padding: 36px
}

.x-p-a-10x {
    padding: 40px
}

.x-p-a-11x {
    padding: 44px
}

.x-p-a-12x {
    padding: 48px
}

.m-hero{
	padding-left: 0px !important; 
	padding-right: 0px !important;
}

/*
     FILE ARCHIVED ON 00:12:32 Jan 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:03:54 Apr 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.561
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.007
  esindex: 0.015
  cdx.remote: 120.926
  LoadShardBlock: 81.427 (3)
  PetaboxLoader3.datanode: 150.071 (5)
  load_resource: 2420.76 (2)
  PetaboxLoader3.resolve: 1276.818 (2)
*/
