

html,
body{
  font-family: 'Toyota Type';
  font-size:18px;
  font-weight: 300;
  line-height:1em;
  letter-spacing: -0.02em;
  position:relative;
  width:100%;
  height:auto;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color:#fff;
  background:#000;

  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased !important;
  }

/* Responsive visibility classes */
.hide-mobile {
  display: block;
}
.show-mobile {
  display: none;
}

@media (max-width: 900px) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}

body {
  position: relative;
}

/* Red accent lines */
.redLineTop,
.redLineBottom {
  position: absolute;
  right: 0;
  width: 500px;
  height: 12px;
  background: #f02;
  z-index: 999999;
  pointer-events: none;
}
.redLineTop {
  top: 0;
}
.redLineBottom {
  bottom: 0;
}

@media (max-width: 768px) {
  .redLineTop,
  .redLineBottom {
    width: 300px;
  }
}
a,
body.isDesktop a:hover{
  color:#fff;
  text-decoration:none;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a:link,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {font-size:1em;font-weight:normal;}
p {
  margin: 0 0 1.2em;
}
p:first-child {
  margin-top: 0 !important;
}
p:last-child {
  margin-bottom: 0 !important;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  outline: 0;
  width:100%;
  height:auto;
  display:block;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}
body.locked{
  overflow:hidden;
}
body.locked #feedPopup{
  -webkit-overflow-scrolling: touch;
}
b,strong{
  font-weight:normal; 
  font-family: 'Toyota Type';
  font-weight: 600;
}
.clear {
  clear: both;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}


.section{
  margin:0;
  padding:0;
  width:100%;
  position:relative;
}
.sectionInner{
  margin:0 auto;
  padding:0 20px;
  width:100%;
  max-width:1440px;
  position:relative;
}
#header {
  padding: 70px 0 60px;
}
#header .logo {
  max-width: 436px;
  margin: 0 auto 30px;
}
#header .mainTitle { 
  font-size: 3rem;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
  color: #fff;
}

.sectionTitle {
  width: 100%;
  height: auto;
  margin-bottom: 23px;
}
.sectionTitle .title {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2em; 
}

.videoWrapper.vimeoWithThumb{

}
.videoWrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.videoWrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.videoWrapper .thumb {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
}
.videoWrapper.active .thumb {
  pointer-events: all;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}
.videoWrapper.videoYt .thumb {z-index: 0;}

.videoWrapper a.btnPlay {
  color: #fff;
  display: block;
  position: absolute;
  width: 118px;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out 0.4s, visibility .2s ease-in-out 0.4s;
  -moz-transition: opacity .2s ease-in-out 0.4s, visibility .2s ease-in-out 0.4s;
  -ms-transition: opacity .2s ease-in-out 0.4s, visibility .2s ease-in-out 0.4s;
  -o-transition: opacity .2s ease-in-out 0.4s, visibility .2s ease-in-out 0.4s;
  transition: opacity .2s ease-in-out 0.4s, visibility .2s ease-in-out 0.4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
.videoWrapper.active a.btnPlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  visibility: visible;
}
.videoWrapper.active a.btnPlay svg{
  width: 100%;
  height: auto;
}
.videoWrapper.active a.btnPlay path{
  transition:all 0.2s ease-out;
}
.videoWrapper.active a.btnPlay:hover path{
  transform:translateX(3%);
}
.videoWrapper a.btnPlay .playText {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%); 
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-weight: bold;
    font-size: 14px;
}
#intro {
  margin-bottom: 60px;
}
#intro .introText {
  max-width: 900px;
  margin: 0 auto;
}
#intro .introText p { 
  font-size: 1.05rem;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  text-align: left;
  color: #fff;
}
#intro .introText p strong { 
  font-weight: bold;
}
#film {
  margin-bottom: 80px;
}
#results {
  color: #fff;
  /* padding: 10px 0 80px 0; */
  padding: 10px 0 10px 0;
  margin-bottom: 0;
}
#results .campaignText {
  max-width: 840px;
  margin: 0 auto 60px;
}
#results .campaignText p { 
  font-size: 1.05rem;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  text-align: left;
}
#results .campaignText p strong { 
}
#results .statsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
#results .stat {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
}
#results .statNumber {
  font-weight: bold;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 5px;
}
#results .statLabel { 
  font-size: 0.9rem;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Toyota Type Book';
}

#overview,
#caseStudyCasting {
  margin-bottom: 90px;
}
#caseStudy{
  margin-bottom: 40px;
}
.textsWrapper.twoCols{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.textsWrapper.twoCols .col{
  display:flex;
  flex-direction: column;
  flex-basis: 100%;
  flex:1;
}
.textsWrapper.twoCols .colLeft{
  padding-right:35px;
}
.textsWrapper.twoCols .colRight{
  padding-left:35px;
}
.textsWrapper p{ 
  font-size:0.95rem;
  line-height:1.29em;
  letter-spacing: -1%;
  margin:35px 0;
  color:#fff;
}
.textsWrapper p strong {
  font-weight: bold;
}
.textsWrapper p a{
  text-decoration:underline;
}


@media (max-width: 1000px) {
  #results .statsWrapper {
    gap: 30px;
  }
  #results .stat {
    flex: 1 1 calc(50% - 15px);
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  #header {
    padding: 40px 0 40px;
  }
  #header .mainTitle {
    font-size: 2rem;
  }
  #intro .introText p {
    font-size: 0.95rem;
  }
  #results {
    padding: 0px 0;
  }
  #results .campaignText {
    margin-bottom: 40px;
  }
  #results .campaignText p {
    font-size: 0.95rem;
  }
  #results .statsWrapper {
    gap: 20px;
  }
  #results .stat {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #results .statNumber {
    font-size: 2.5rem;
  }
  #caseStudy {
    margin-top: 40px;
  }
  .textsWrapper.twoCols{
    flex-direction: column;
  }
  .textsWrapper.twoCols .colLeft{
    padding-right:0;
  }
  .textsWrapper.twoCols .colRight{
    padding-left:0;
  }
  .textsWrapper.twoCols .colRight p:first-child {
    margin-top: 35px !important;
  }
  .videoWrapper a.btnPlay,
  .videoWrapper.active a.btnPlay {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    -webkit-transition: opacity .15s ease-out, visibility .15s ease-out !important;
    -moz-transition: opacity .15s ease-out, visibility .15s ease-out !important;
    transition: opacity .15s ease-out, visibility .15s ease-out !important;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .videoWrapper a.btnPlay svg,
  .videoWrapper.active a.btnPlay svg {
    width: 80px !important;
    max-width: 80px !important;
  }
  .videoWrapper a.btnPlay .playText {
    font-size: 0.55rem;
    bottom: -25px;
  }
}

@media (max-width: 360px) {
  #results .statsWrapper {
    flex-direction: column;
    gap: 25px;
  }
  #results .stat {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #results .statNumber {
    font-size: 2.2rem;
  }
}

#footerScroller {
  padding: 50px 0;
}
#footerScroller .sectionInner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.scrollContainer {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollContent {
  display: flex;
  
  width: 10260px;
  animation: scrollAnimation 70s linear infinite;
  position:relative;
}

.scrollContent img {
  width: 2655px;
  height: auto;
}

:root {
  --full-width: 100vw;
}
@keyframes scrollAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + var(--full-width)));
  }
}
/* @keyframes scrollAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} */

#footer{
  padding-top:80px;
  padding-bottom:120px;
}
#footer .quotesWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
#footer .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#footer .quoteText { 
  font-size: 0.9rem;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 25px;
  min-height: 80px;
  font-style: italic;
}
#footer .quoteLogo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#footer .quoteLogo .logoImg {
  height: auto;
  margin: 0 auto;
}
#footer .quote:nth-child(1) .logoImg {
  max-width: 130px;
}
#footer .quote:nth-child(2) .logoImg {
  max-width: 170px;
}
#footer .quote:nth-child(3) .logoImg {
  max-width: 190px;
}
#footer .quote:nth-child(4) .logoImg {
  max-width: 100px;
}
#footer .quote:nth-child(5) .logoImg {
  max-width: 155px;
}

/* Responsive quotes */
@media (max-width: 1230px) {
  #footer .quotesWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    justify-items: center;
  }
  #footer .quote {
    max-width: 300px;
    width: 100%;
  }
  #footer .quote:nth-child(5) {
    grid-column: 1 / -1;
  }
  #footer .quoteText {
    min-height: 0;
  }
  #footer .quoteLogo {
    display: block;
    height: auto;
    text-align: center;
  }
  #footer .quoteLogo .logoImg {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 768px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #footer .quotesWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #footer .quote {
    max-width: 280px;
    width: 100%;
  }
  #footer .quote:nth-child(5) {
    grid-column: auto;
  }
  #footer .quoteText {
    margin-bottom: 20px;
    font-size: 0.85rem;
  }
  #footer .quoteLogo {
    display: block;
    height: auto;
    text-align: center;
  }
  #footer .quoteLogo .logoImg {
    display: inline-block;
    width: auto;
  }
}

#footerBottom{
  padding:25px 0 37px;
}
#footerBottom img {
  max-width: 289px;
}

/* Bottom Footer Section */
#bottomFooter {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
}
#bottomFooter .bottomFooterInner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  margin: 0;
  padding: 0;
}
#bottomFooter .bgImage {
  position: relative;
  width: 100%;
  height: auto;
}
#bottomFooter .bgImage img {
  width: 100%;
  height: auto;
}
#bottomFooter .commentsOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#bottomFooter .comment {
  position: absolute;
  width: auto;
  max-width: 280px;
  height: auto;
}
#bottomFooter .comment1 {
  top: 8%;
  left: 52%;
  max-width: 240px;
}
#bottomFooter .comment2 {
  top: 25%;
  left: 58%;
  max-width: 200px;
}
#bottomFooter .comment3 {
  top: 15%;
  right: 8%;
  max-width: 260px;
}
#bottomFooter .comment4 {
  top: 32%;
  right: 12%;
  max-width: 240px;
}
#bottomFooter .comment5 {
  top: 50%;
  right: 5%;
  max-width: 280px;
}
#bottomFooter .bottomFooterContent {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
#bottomFooter .bottomFooterText {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
#bottomFooter .textLine1 {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 600;
}
#bottomFooter .textLine2 {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 600;
}
#bottomFooter .bottomFooterLogos {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
#bottomFooter .bottomFooterLogos img {
  max-width: 350px;
  height: auto;
}

@media (max-width: 1024px) {
  #bottomFooter .comment {
    max-width: 220px;
  }
  #bottomFooter .comment1 {
    max-width: 180px;
  }
  #bottomFooter .comment2 {
    max-width: 160px;
  }
  #bottomFooter .comment3 {
    max-width: 200px;
  }
  #bottomFooter .comment4 {
    max-width: 180px;
  }
  #bottomFooter .comment5 {
    max-width: 220px;
  }
}

@media (max-width: 900px) {
  #bottomFooter .bottomFooterInner {
    min-height: 400px;
  }
  #bottomFooter .bottomFooterContent {
    bottom: 30px;
    padding: 0 20px;
  }
  #bottomFooter .bottomFooterText {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #bottomFooter .textLine1,
  #bottomFooter .textLine2 {
    font-size: 1.35rem;
  }
  #bottomFooter .bottomFooterLogos {
    margin-left: 0;
  }
  #bottomFooter .bottomFooterLogos img {
    max-width: 300px;
  }
  #bottomFooter .comment {
    max-width: 150px;
  }
  #bottomFooter .comment1 {
    max-width: 120px;
    top: 5%;
  }
  #bottomFooter .comment2 {
    max-width: 100px;
    top: 20%;
  }
  #bottomFooter .comment3 {
    max-width: 130px;
    top: 12%;
  }
  #bottomFooter .comment4 {
    max-width: 120px;
    top: 28%;
  }
  #bottomFooter .comment5 {
    max-width: 140px;
    top: 45%;
  }
}