.bx-wrapper{position:relative;margin:0 auto 60px;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;left:-5px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px}.bx-wrapper .bx-next{right:10px}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}@font-face{font-family:'DharmaGothicE-ExBoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-RegularItalicItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype')}.contentLink.btn{padding-right:0}.hero-bg.lightContent{background-color:#9d9d9d}.hero-bg{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/made-for-sharing/HEADER_Bild.jpg");background-size:cover;background-position:top center}html[data-device-type="dedicated"] .hero-bg:before,html[data-device-type="portable"] .hero-bg:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(355.1px) calc(38.16px) 0 0;border-color:#de0063 transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="dedicated"] .hero-bg:after,html[data-device-type="portable"] .hero-bg:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(355.1px) calc(38.16px);border-color:transparent transparent #009cde transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(224px) calc(17.92px) 0 0;border-color:#de0063 transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="mobile"] .hero-bg:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(224px) calc(17.92px);border-color:transparent transparent #009cde transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg.no-img:before,html[data-device-type="mobile"] .hero-bg.no-img:after{content:none}.hero-bg h1{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase;letter-spacing:.01em}html[data-device-type="dedicated"] .hero-bg h1{font-size:70px;color:#fff;line-height:4.5rem}html[data-device-type="portable"] .hero-bg h1{font-size:3.9rem;color:#fff}html[data-device-type="mobile"] .hero-bg h1{font-size:3.7rem;color:#fff}html[data-device-type="mobile"] .hero-bg .contentPara,html[data-device-type="mobile"] .hero-bg .hatch{color:#fff}html[data-device-type="mobile"] .hero-bg .editorial-cell{padding-top:30px}.hero-bg .heroBtn{margin-top:14px}.n1 p.contentPara,.n2 p.contentPara,.n3 p.contentPara,.yellow p.contentPara,.slider-bg p.contentPara,.n1 .contentLink:hover,.n2 .contentLink:hover,.n3 .contentLink:hover,.yellow .contentLink:hover,.slider-bg .contentLink:hover,.n1 .contentLink:visited,.n2 .contentLink:visited,.n3 .contentLink:visited,.yellow .contentLink:visited,.slider-bg .contentLink:visited,.n1 .contentLink:active,.n2 .contentLink:active,.n3 .contentLink:active,.yellow .contentLink:active,.slider-bg .contentLink:active,.n1 .contentLink,.n2 .contentLink,.n3 .contentLink,.yellow .contentLink,.slider-bg .contentLink,.n1 .legal-notes,.n2 .legal-notes,.n3 .legal-notes,.yellow .legal-notes,.slider-bg .legal-notes{color:#fff}html[data-device-type="dedicated"] .n1 p.contentPara,html[data-device-type="dedicated"] .n2 p.contentPara,html[data-device-type="dedicated"] .n3 p.contentPara,html[data-device-type="dedicated"] .yellow p.contentPara,html[data-device-type="dedicated"] .slider-bg p.contentPara{font-size:1.35rem;color:#fff;padding-right:15%}.n1 h2,.n2 h2,.n3 h2,.yellow h2,.slider-bg h2,.n1 h3,.n2 h3,.n3 h3,.yellow h3,.slider-bg h3{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase}html[data-device-type="dedicated"] .n1 h2,html[data-device-type="dedicated"] .n2 h2,html[data-device-type="dedicated"] .n3 h2,html[data-device-type="dedicated"] .yellow h2,html[data-device-type="dedicated"] .slider-bg h2,html[data-device-type="dedicated"] .n1 h3,html[data-device-type="dedicated"] .n2 h3,html[data-device-type="dedicated"] .n3 h3,html[data-device-type="dedicated"] .yellow h3,html[data-device-type="dedicated"] .slider-bg h3{font-size:8.7rem;font-size:70px;color:#fff;line-height:4.5rem;padding-bottom:30px}html[data-device-type="portable"] .n1 h2,html[data-device-type="portable"] .n2 h2,html[data-device-type="portable"] .n3 h2,html[data-device-type="portable"] .yellow h2,html[data-device-type="portable"] .slider-bg h2,html[data-device-type="portable"] .n1 h3,html[data-device-type="portable"] .n2 h3,html[data-device-type="portable"] .n3 h3,html[data-device-type="portable"] .yellow h3,html[data-device-type="portable"] .slider-bg h3{font-size:3.9rem;color:#fff;max-width:495px}html[data-device-type="mobile"] .n1 h2,html[data-device-type="mobile"] .n2 h2,html[data-device-type="mobile"] .n3 h2,html[data-device-type="mobile"] .yellow h2,html[data-device-type="mobile"] .slider-bg h2,html[data-device-type="mobile"] .n1 h3,html[data-device-type="mobile"] .n2 h3,html[data-device-type="mobile"] .n3 h3,html[data-device-type="mobile"] .yellow h3,html[data-device-type="mobile"] .slider-bg h3{font-size:3.7rem;color:#fff;width:275px}@media (max-width:768px) and (orientation:landscape){html[data-device-type="mobile"] .n1 h2,html[data-device-type="mobile"] .n2 h2,html[data-device-type="mobile"] .n3 h2,html[data-device-type="mobile"] .yellow h2,html[data-device-type="mobile"] .slider-bg h2,html[data-device-type="mobile"] .n1 h3,html[data-device-type="mobile"] .n2 h3,html[data-device-type="mobile"] .n3 h3,html[data-device-type="mobile"] .yellow h3,html[data-device-type="mobile"] .slider-bg h3{width:460px}}html[data-device-type="mobile"] .n1 .contentPara,html[data-device-type="mobile"] .n2 .contentPara,html[data-device-type="mobile"] .n3 .contentPara,html[data-device-type="mobile"] .yellow .contentPara,html[data-device-type="mobile"] .slider-bg .contentPara,html[data-device-type="mobile"] .n1 .hatch,html[data-device-type="mobile"] .n2 .hatch,html[data-device-type="mobile"] .n3 .hatch,html[data-device-type="mobile"] .yellow .hatch,html[data-device-type="mobile"] .slider-bg .hatch{color:#fff}html[data-device-type="mobile"] .n1 .editorial-cell,html[data-device-type="mobile"] .n2 .editorial-cell,html[data-device-type="mobile"] .n3 .editorial-cell,html[data-device-type="mobile"] .yellow .editorial-cell,html[data-device-type="mobile"] .slider-bg .editorial-cell{padding-top:30px}.n1 a.contentLink.btn,.n2 a.contentLink.btn,.n3 a.contentLink.btn,.yellow a.contentLink.btn,.slider-bg a.contentLink.btn{font-family:"pp-sans-small-bold",Helvetica Neue,Arial,sans-serif}html[data-device-type="dedicated"] .n1 a.contentLink.btn,html[data-device-type="dedicated"] .n2 a.contentLink.btn,html[data-device-type="dedicated"] .n3 a.contentLink.btn,html[data-device-type="dedicated"] .yellow a.contentLink.btn,html[data-device-type="dedicated"] .slider-bg a.contentLink.btn{font-size:19px;color:#fff;width:300px;margin:10px 0 30px 0}html[data-device-type="portable"] .n1 a.contentLink.btn,html[data-device-type="portable"] .n2 a.contentLink.btn,html[data-device-type="portable"] .n3 a.contentLink.btn,html[data-device-type="portable"] .yellow a.contentLink.btn,html[data-device-type="portable"] .slider-bg a.contentLink.btn{font-size:20px;color:#fff;width:220px;line-height:1.2rem}html[data-device-type="mobile"] .n1 a.contentLink.btn,html[data-device-type="mobile"] .n2 a.contentLink.btn,html[data-device-type="mobile"] .n3 a.contentLink.btn,html[data-device-type="mobile"] .yellow a.contentLink.btn,html[data-device-type="mobile"] .slider-bg a.contentLink.btn{font-size:20px;color:#fff;line-height:50px}.n1 html[data-device-type="dedicated"] .editorial p,.n2 html[data-device-type="dedicated"] .editorial p,.n3 html[data-device-type="dedicated"] .editorial p,.yellow html[data-device-type="dedicated"] .editorial p,.slider-bg html[data-device-type="dedicated"] .editorial p{padding-right:50px}.rtb{text-align:center}.rtb h2{color:#009cde}html[data-device-type="dedicated"] .n1 p.contentPara{padding-right:0}html[data-device-type="mobile"] .hero-bg h1{line-height:1em}html[data-device-type="mobile"] .hero-bg .play-button{top:40%}@media (min-width:320px){html[data-device-type="mobile"] .hero-bg{background-position:47% center}}html[data-device-type="dedicated"] .n2.editorial-bg{padding:50px 0}html[data-device-type="dedicated"] .nav-simple header[role="banner"]{overflow:hidden}html[data-device-type="dedicated"] .nav-simple section.hero-bg .editorial-container{height:600px;line-height:600px}html[data-device-type="dedicated"] .hero-bg p{font-size:1.7rem}@media (orientation:landscape){html[data-device-type="portable"] .nav-simple section.hero-bg .editorial-container{height:550px;line-height:550px}}@media (min-width:1005px){html[data-device-type="dedicated"] .promo-section{height:600px}html[data-device-type="dedicated"] .promo-section .span6{width:50%;float:left;height:100%}html[data-device-type="dedicated"] .promo-section .content-section1{width:74%;padding:20%}html[data-device-type="dedicated"] .promo-section .content-section2{width:74%;padding:20%}}@media (max-width:1005px){html[data-device-type="dedicated"] .promo-section{height:600px}html[data-device-type="dedicated"] .promo-section .span6{width:50%;float:left;height:100%}html[data-device-type="dedicated"] .promo-section .content-section1{padding:20% 13%}html[data-device-type="dedicated"] .promo-section .content-section2{padding:20% 13%}}html[data-device-type="mobile"] .promo-section{height:500px}html[data-device-type="mobile"] .promo-section .span6{width:100%;float:left;height:100%}html[data-device-type="mobile"] .promo-section .content-section1{min-width:80%;padding:10% 10%}html[data-device-type="mobile"] .promo-section .content-section2{width:80%;padding:10% 10%}@media (max-width:768px) and (orientation:portrait){html[data-device-type="portable"] .promo-section{height:500px}html[data-device-type="portable"] .promo-section .span6{width:100%;float:left;height:100%}html[data-device-type="portable"] .promo-section .content-section1{width:80%;padding:10% 10%}html[data-device-type="portable"] .promo-section .content-section2{width:80%;padding:10% 10%}}html[data-device-type="portable"] .promo-section{height:400px}html[data-device-type="portable"] .promo-section .span6{width:50%;float:left;height:100%}html[data-device-type="portable"] .promo-section .content-section1{width:50%;padding:10% 10%}html[data-device-type="portable"] .promo-section .content-section2{width:50%;padding:10% 10%}html[data-device-type="mobile"] .video-module .play-button>span{top:58%}.video-hero .video-module .play-button{position:static}.video-hero .video-module{height:90px}.n1{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/made-for-sharing/NARRATIVE_01_Bild_SGA2122.jpg")}.n2{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/made-for-sharing/NARRATIVE_02_Bild_1_SGA2912.jpg")}.n3{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/made-for-sharing/NARRATIVE_03_Bild.jpg")}.yellow{background-color:#FD9502}.editorial-left .editorial-img{background-position:left center}.editorial-img.n1{margin-right:2%}.slider-bg{background-color:#013088}.panel-social{background-color:#00CF93}.panel-social .headline.large{font-family:'DharmaGothicE-RegularItalic';text-transform:uppercase}html[data-device-type="dedicated"] .panel-social .headline.large{font-size:8.7rem;font-size:70px;color:#fff;line-height:4.5rem}html[data-device-type="portable"] .panel-social .headline.large{font-size:3.9rem;color:#fff}html[data-device-type="mobile"] .panel-social .headline.large{font-size:3.7rem;color:#fff}.panel-social p.closinCTApara{color:#fff;font-size:2.1rem}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{width:80%;height:25px}.bx-wrapper .bx-viewport{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;left:0;background:transparent;padding-bottom:30px}html[data-device-type="dedicated"] .bx-wrapper,html[data-device-type="portable"] .bx-wrapper{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background-color:#fff}.bx-wrapper .bx-pager.bx-default-pager a{background-color:transparent;border:1px solid #fff}@media (max-width:1023px){html[data-device-type="portable"] .editorial-left .editorial-img.n1{background-position:center center}}@media (max-width:768px) and (orientation:portrait){html[data-device-type="portable"] .editorial.yellow .containerCentered{padding-left:2%}html[data-device-type="portable"] .row-fluid.yellow [class*="span"]:first-child,html[data-device-type="portable"] .row-fluid.slider-bg [class*="span"]{margin-left:1.5%}html[data-device-type="portable"] .editorial-img.n1{max-width:330px}}html[data-device-type="portable"] .editorial-img.n1{background-size:auto 303px}html[data-device-type="mobile"] .editorial-right.n3{background-position:center top}@media (max-width:768px) and (orientation:portrait){html[data-device-type="mobile"] .editorial-device-img .keep-img.n1{background-size:95%}}

