@charset "UTF-8";
/* CSS Document */

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*body {
  -webkit-text-size-adjust: none;
}*/

a {
  color: #69c;
  text-decoration: none;
}

a:hover {
  color: #09f;
}

/* Box Model */

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


/* Containers */

.container {
  margin: 0 auto;
}

.wrapper {
  margin: 0 auto;
/*  max-width: 1520px; */
  height: 100%;
  position: relative;
}
	
/* Header */
#header {
  width: 100%;
  height: 80px;
  position: relative;
}

#back {
  width: 40px;
  height: 40px;
  background: url("../images/arrow_back.svg");
  background-size: contain;
  position: absolute;
  top: 40px;
  cursor: pointer;
}

#back:hover {
  background: url("../images/arrow_back_on.svg");
}


/* Slides */

#intro {
  margin: 0;
}

article {
  padding: 30px 25%;
  width: 100%;
}

.videoframe {
  padding: 30px 0;
  text-align:center;
  width: 100%;
}

h1 {
  padding: 0 0 30px 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 84px;
  color: #000;
}

#intro .description {
  margin: 0 0 40px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
  color: #333;
}

.col2 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.col2 li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 50%;
  min-width: 300px;
  float: left;
}

.col2 li p {
  padding: 0 50px 0 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

h2 {
  margin: 10px 0 30px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  font-weight: 300px;
  line-height: 24px;
}

.detail {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px; 
}

.bold {
  font-weight: 400;
}

.detail li {
  margin: 0 30px 10px 30px;
  list-style: disc;
}

ul.process {
  margin: -10px 0 20px 0;
  font-weight: 200;
}

.process li {
  margin: 0 30px 10px 30px;
  list-style: circle;
  line-height: 20px;
}

ul.cases {
  padding: 10px 0 0 0;
}

ul.cases li {
  list-style: decimal;
}

table.persona {
  margin: 0 0 40px 0;
  background: #eee;
}

table.persona td {
  padding: 30px 40px 20px 40px;
  width: 50%;
}

ul.persona {
  margin: -10px 0 20px 0;
  font-weight: 200;
}

.persona li {
  margin: 0 30px 10px 20px;
  list-style: circle;
  line-height: 20px;
}

.illustration {
  margin: 40px 0;
  width: 100%;
  height: 100%;
}

#last {
  height: 300px;
  position: relative;
}

.upward {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_up.svg");
  background-size: contain;
  position: absolute;
  bottom: 50px;
  right: 200px;
  cursor: pointer;
  z-index: 10;
}

.upward:hover {
  background-image: url("../images/arrow_up_on.svg");
}

/* Footer */
footer {
  height: 150px;
  font-size: 14px;
  line-height: 24px;
  background: #000;
  position: relative;
}

#copyright {
  margin: 0 0 5px 0;
  color: #999; 
}

/* Illustrations */

.illustration .wrapper {
  background-size: contain;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  height: 700px;
}

/* Creative Preview */
#cp-intro {
  background-image: url("../images/cp_intro.gif");
}

#cp-intro-screens {
  text-align: center;
}

#cp-layout {
  background-image: url("../images/cp_layout.png");
}

/* Audience Insight */
#ai-intro {
  background-image: url("../images/ai_intro.png");
}

#ai-nav {
  background-image: url("../images/ai_nav.png");
}

#ai-color {
  background-image: url("../images/ai_color.png");
}

#ai-selection {
  background-image: url("../images/ai_selection.png");
}

#ai-revision {
  background-image: url("../images/ai_revision.png");
}

#ai-component {
  background-image: url("../images/ai_component.png");
}

/* 9x9.tv */
#tv-intro {
  background-image: url("../images/tv_intro.png");
}

#tv-pc {
  background-image: url("../images/tv_pc.png");
}

#tv-google {
  background-image: url("../images/tv_google.png");
  height: 650px;
}

#tv-iOS {
  background-image: url("../images/tv_iOS.png");
  height: 950px;
}

#tv-revision {
  background-image: url("../images/tv_revision.png");
}

#tv-exploration {
  background-image: url("../images/tv_exploration.png");
}

/* TelTel */
#tt-intro {
  background-image: url("../images/tt_intro.png");
}

#tt-subs {
  background-image: url("../images/tt_subs.png");
  height: 1800px;
}

/* Scout */
#wp8-intro {
  background-image: url("../images/wp8_intro.png");
}

#wp8-screens {
  background-image: url("../images/wp8_screens.png");
  height: 800px;
}

#wp8-flows {
  background-image: url("../images/wp8_flows.png");
  height: 1200px;
}

/* Auto */

#auto-intro {
  height: 100%;
}

#auto-intro ul {
  font-size: 0;
  text-align: center;
}

#auto-intro li {
  width: 600px;
  height: 450px;
  display: inline-block;
}

#auto-intro1 {
  background-image: url("../images/auto_intro1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#auto-intro2 {
  background-image: url("../images/auto_intro2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#auto-journey {
  background-image: url("../images/auto_journey.png");
  height: 1300px;
}

#auto-transferin {
  background-image: url("../images/auto_transfer in.png");
  height: 800px;
}

#auto-transferout {
  background-image: url("../images/auto_transfer out.png");
  height: 900px;
}

#auto-visuals {
  background-image: url("../images/auto_visuals.png");
  height: 1000px;
}

#auto-waypoints {
  background-image: url("../images/auto_waypoints.png");
  height: 800px;
}

#auto-testing {
  background-image: url("../images/auto_testing.png");
  height: 500px;
}

#auto-nearby {
  background-image: url("../images/auto_nearby.png");
  height: 350px;
}


/* abApps */

#abapps-intro {
  background-image: url("../images/abapps_intro.png");
  height: 600px;
}

#abapps-screens {
  background-image: url("../images/abapps_screens.png");
  height: 1100px;
}

#abapps-linking {
  background-image: url("../images/abapps_linking.png");
  height: 850px;
}

/* b2b */

#b2b-intro {
  background-image: url("../images/b2b_intro.png");
  height: 600px;
}

#b2b-registration {
  background-image: url("../images/b2b_registration.png");
  height: 800px;
}

#b2b-views {
  background-image: url("../images/b2b_views.png");
}

#b2b-portals {
  background-image: url("../images/b2b_portals.png");
  height: 1500px;
}


/* bdm */

#bdm-intro {
  background-image: url("../images/bdm_intro.png");
  height: 700px;
}

#bdm-nav {
  background-image: url("../images/bdm_nav.png");
  height: 575px;
}

#bdm-group {
  background-image: url("../images/bdm_group.png");
  height: 400px;
}

#bdm-search {
  background-image: url("../images/bdm_search.png");
  height: 700px;
}

#bdm-bar {
  background-image: url("../images/bdm_bar.png");
  height: 625px;
}

#bdm-sizes {
  background-image: url("../images/bdm_sizes.png");
  height: 1000px;
}

#bdm-system {
  background-image: url("../images/bdm_system.png");
  height: 900px;
}


/* Media Query */

@media screen and (max-width: 1920px) {
  
  #back {
    left: 200px;
  }
	
  footer .wrapper {
    padding: 30px 200px 0 200px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 1680px) {
  
  #back {
    left: 200px;
  }
	
  footer .wrapper {
    padding: 30px 200px 0 200px;
  }
  
  #copyright span {
    padding: 0 10px 0 0;
  }
	
	
}

@media screen and (max-width: 1279px) {
  
#back {
    left: 100px;
  }
	
.illustration .wrapper {
  height: 700px;
}

/* 9x9 */	
#tv-pc {
  height: 600px;
}

#tv-google {
  height: 550px;
}

#tv-iOS {
  height: 800px;
}

#tv-revision {
  height: 700px;
}

/* TelTel */
#tt-subs {
  height: 1200px;
}

/* WP8 */
	
/* Auto */

#auto-intro li {
  width: 560px;
  height: 420px;
}
	
/* abApps */
	
/* b2b */

#b2b-intro {
  height: 500px;
}

#b2b-registration {
  height: 600px;
}

#b2b-views {
  height: 600px;
}

#b2b-portals {
  height: 1200px;
}
	
/* bdm */

#bdm-intro {
  height: 500px;
}

#bdm-nav {
  height: 550px;
}

#bdm-group {
  height: 600px;
}

#bdm-search {
  height: 500px;
}

#bdm-bar {
  height: 450px;
}

#bdm-sizes {
  height: 600px;
}

#bdm-system {
  height: 700px;
}
	
.upward { 
  right: 100px;
}
	
footer .wrapper {
    padding: 30px 100px 0 100px;
  }
  
#copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 1023px) {
  
#back {
    left: 20px;
  }

article {
  padding: 30px 15%;
  width: 100%;
}

.illustration {
  margin: 10px 0;	
}
	
.illustration .wrapper {
  height: 700px;
}

/* 9x9 */
#tv-intro {
  height: 550px;
}
	
#tv-pc {
  height: 500px;
}

#tv-google {
  height: 450px;
}

#tv-iOS {
  height: 700px;
}

#tv-revision {
  height: 600px;
}

/* TelTel */
#tt-subs {
  height: 1200px;
}
	
/* WP8 */
#wp8-intro {
  height: 600px;
}

#wp8-screens {
  height: 600px;
}

#wp8-flows {
  height: 1000px;
}
	
/* Auto */
#auto-intro li {
  width: 440px;
  height: 330px;
}
	
#auto-transferin {
  height: 600px;
}

#auto-transferout {
  height: 650px;
}

#auto-visuals {
  height: 800px;
}

#auto-waypoints {
  height: 600px;
}

#auto-testing {
  height: 400px;
}

#auto-nearby {
  height: 250px;
}
	
/* abApps */

#abapps-intro {
  height: 450px;
}

#abapps-screens {
  height: 900px;
}

#abapps-linking {
  height: 700px;
}
	
/* b2b */

#b2b-intro {
  height: 400px;
}

#b2b-registration {
  height: 500px;
}

#b2b-views {
  height: 500px;
}

#b2b-portals {
  height: 1050px;
}
	
/* bdm */

#bdm-intro {
  height: 450px;
}

#bdm-nav {
  height: 500px;
}

#bdm-group {
  height: 550px;
}

#bdm-search {
  height: 500px;
}

#bdm-bar {
  height: 400px;
}

#bdm-sizes {
  height: 550px;
}

#bdm-system {
  height: 600px;
}
	
.upward { 
  right: 30px;
}
	
footer .wrapper {
    padding: 30px 20px 0 20px;
  }
  
#copyright span {
    padding: 0 10px 0 0;
  }
	
}

@media screen and (max-width: 767px) {
  
#back {
    left: 20px;
  }

article {
  padding: 30px 5%;
  width: 100%;
}
	
h1 {
  padding: 0 0 30px 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

#intro .description {
  margin: 0 0 30px 0;
  font-size: 27px;
  line-height: 35px;
}
	
.illustration {
  margin: 0;
}
	
.illustration .wrapper {
  height: 300px;
}

/* 9x9 */
#tv-intro {
  height: 400px;
}
	
#tv-pc {
  height: 375px;
}

#tv-google {
  height: 350px;
}

#tv-iOS {
  height: 550px;
}

#tv-revision {
  height: 475px;
}

/* TelTel */
#tt-subs {
  height: 1000px;
}
	
#tt-intro {
  height: 400px;
}
	
#tt-subs {
  height: 600px;
}
	
/* WP8 */
#wp8-intro {
  height: 400px;
}

#wp8-screens {
  height: 400px;
  background-position: 0 0;
}
	
#wp8-flows {
  height: 600px;
}


/* Auto */
#auto-intro li {
  width: 440px;
  height: 330px;
}
	
#auto-transferin {
  height: 350px;
}

#auto-transferout {
  height: 400px;
}

#auto-visuals {
  height: 500px;
}

#auto-waypoints {
  height: 400px;
}

#auto-testing {
  height: 300px;
}

#auto-nearby {
  height: 175px;
}
	
/* abApps */

#abapps-intro {
  height: 250px;
}

#abapps-screens {
  height: 600px;
}

#abapps-linking {
  height: 400px;
}
	
/* b2b */

#b2b-intro {
  height: 275px;
}

#b2b-registration {
  height: 375px;
}

#b2b-views {
  height: 375px;
}

#b2b-portals {
  height: 800px;
}
	
/* bdm */

#bdm-intro {
  height: 350px;
}

#bdm-nav {
  height: 400px;
}

#bdm-group {
  height: 450px;
}

#bdm-search {
  height: 400px;
}

#bdm-bar {
  height: 350px;
}

#bdm-sizes {
  height: 450px;
}

#bdm-system {
  height: 500px;
}
	
.upward { 
  right: 30px;
}
	
footer .wrapper {
    padding: 30px 20px 0 20px;
  }
  
#copyright span {
    padding: 0 10px 0 0;
  }
	
}
