

/* FONTS */
@media screen {
    @font-face {
      font-family: "ToyotaType";
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Light.eot");
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Light.woff2")
          format("woff2"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Light.woff")
          format("woff"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Light.ttf")
          format("truetype"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.#ToyotaType-Light")
          format("svg"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Light.eot?#iefix")
          format("embedded-opentype");
      font-weight: 300;
      font-style: normal;
    }
    @font-face {
      font-family: "ToyotaType";
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.eot");
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.woff2")
          format("woff2"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.woff")
          format("woff"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.ttf")
          format("truetype"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.#ToyotaType-Book")
          format("svg"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Book.eot?#iefix")
          format("embedded-opentype");
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: "ToyotaType";
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.eot");
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.woff2")
          format("woff2"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.woff")
          format("woff"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.ttf")
          format("truetype"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.#ToyotaType-Semibold")
          format("svg"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Semibold.eot?#iefix")
          format("embedded-opentype");
      font-weight: 600;
      font-style: normal;
    }
    @font-face {
      font-family: "ToyotaType";
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.eot");
      src: url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.woff2")
          format("woff2"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.woff")
          format("woff"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.ttf")
          format("truetype"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.#ToyotaType-Bold")
          format("svg"),
        url("https://tfs-dev.azureedge.net/fonts/ToyotaType-Bold.eot?#iefix")
          format("embedded-opentype");
      font-weight: bold;
      font-style: normal;
    }
  }
  
  /* DESKTOP */
  
  * {
    box-sizing: border-box;
  }
  
  html,
  body {
    height: 100%;
  }
  
  body,
  h1,
  p,
  li,
  a,
  input {
    font-family: ToyotaType, Helvetica, Arial, sans-serif;
    color: #000000;
  }
  
  body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  a {
    color: #000000;
    text-decoration: none;
  }
  
  .w-100 {
    width: 100%;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .container {
    padding: 0.5% 4% 2%;
    height: 100%;
  }
  
  .container div {
    padding: 1.2em 2em;
  }
  
  .header {
    border-bottom: 1.2px solid #979797;
    display: flex;
    align-items: flex-end;
    height: auto;
    text-align: left;
  }
  
  .header img {
    width: 80%;
    height: auto;
    max-width: 250px;
    min-width: 150px;
    margin: 0 0 0.5em 0;
  }
  
  .main {
    height: auto;
    padding: 0 !important;
  }
  
  .main div {
    height: auto;
  }
  
  .ppl-headline {
    padding-bottom: 0.4% !important; 
  }
  
  .ppl-headline h1 {
    font-size: 2.8vw;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
  }
  
  .ppl-copy {
    padding: 0 2em 0.5em !important;
  }
  
  .ppl-copy p,
  ul {
    font-size: 0.96vw;
    font-weight: 500;
    line-height: 160%;
    margin: 1em 0;
  }
  
  .ppl-copy ul {
    padding: 0 0 0 1.2em;
  }
  
  .ppl-copy li {
    line-height: 180%;
  }
  
  .ppl-buttons {
    padding-top: 0.5% !important;
    padding-bottom: 3% !important;
  }
  
  .ppl-buttons a {
    height: 54px;
    width: 18%;
    min-width: 260px;
  }
  
  .ppl-buttons a,
  .ppl-buttons input {
    border: 2px solid #eb0a1e;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
  }
  
  .ppl-buttons a:first-child,
  .ppl-buttons div {
    display: inline-block;
  }
  
  .ppl-buttons div {
    padding: 0;
    margin: 0;
  }
  
  .ppl-buttons span {
    display: block;
    line-height: 50px;
    height: 54px;
    margin: 0;
    text-align: center;
  }
  
  .ppl-buttons a:hover {
    border: 2px solid #eb0a1e;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
      rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .ppl-buttons a:first-child {
    margin-right: 2%;
    display: inline-block;
  }
  
  .ppl-buttons a:first-child,
  .ppl-buttons a:last-child {
    background-color: #eb0a1e;
    color: white;
  }
  
  .ppl-buttons a:first-child:hover,
  .ppl-buttons a:last-child:hover {
    background-color: #ffffff;
    color: #eb0a1e;
  }
  
  .cta1 {
    background-color: #ffffff;
    color: #eb0a1e;
    display: inline-block;
  }
  
  .cta1:hover {
    background-color: #eb0a1e;
    color: #ffffff;
  }
  
  .img-lock-up {
    text-align: right;
    vertical-align: bottom;
  }
  
  .img-lock-up img {
    width: 70%;
  }
  
  .hide {
    display: none;
  }
  
  .footer {
    height: 10%;
    padding: 0!important;
    text-align: center;
    width: 100%;
  }
  
  .legal-wrap {
    border-top: 1.2px solid #979797;
    padding-top: 1.8% !important;
    width: 100%;
  }
  
  .legal-wrap div {
    display: inline-block;
    margin: auto;
    padding: 0 !important;
    text-align: center;
    width: 30%;
  }
  
  .legal-wrap p {
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 150%;
    margin: 1% 0 0;
  }
  
  /* TABLETS, SMALLER SCREENS */
  
  @media (max-width: 1400px) {
  
    .container {
      padding: 0.5% 4% 2%;
      height: 100%;
    }
  
    .container div {
      padding: 1.2em 1.6em;
    }
  
    .header img {
      width: 60%;
      max-width: 220px;
      min-width: 160px;
      margin: none;
    }
  
    .ppl-headline h1 {
      font-size: 38px;
      line-height: 120%;
    }
  
    .ppl-copy {
      padding: 0 1.8em 0.5em !important;
    }
  
    .ppl-copy p,
    ul {
      font-size: 15px;
      font-weight: 500;
      margin: 1em 0;
    }
  
    .legal-wrap div {
    }
  
    .legal-wrap p {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 1120px) {
    .h-a {
      height: auto !important;
    }
  
    .container {
      padding: 0.5% 4% 2%;
      height: 100%;
    }
  
    .container div {
      padding: 1.2em 1.6em;
    }
  
    .header img {
      width: 60%;
      max-width: 220px;
      min-width: 160px;
      margin: none;
    }
  
    .ppl-copy {
      padding: 0 1.8em 0.5em !important;
    }
  
    .ppl-copy p,
    ul {
      font-weight: 500;
      margin: 1em 0;
    }
  
    .show-mb {
      display: block;
    }
  
    .img-lock-up {
      padding: 4em 0 0 !important;
      text-align: right;
    }
  
    .img-lock-up img {
      height: 20vw;
      width: auto;
      max-height: 180px;
      min-height: 70px;
    }
  
    .footer {
      padding-top: 0.8em !important;
    }
  
    .legal-wrap div {
      display: block;
      margin: 0.8em 0;
      text-align: center;
      width: 100%;
    }
  }
  
  @media (min-width: 800px) and (max-width: 1120px) {
    .ppl-headline {
      padding-bottom: 0em !important;
    }
  
    .ppl-copy ul {
      padding: 0 0 0 1.4em;
    }
  }
  
  @media (max-width: 799px) {
    .ppl-headline {
      padding-bottom: 0em !important;
    }
  
    .ppl-copy {
      padding: 0 1.7em 0.5em !important;
    }
  
    .ppl-buttons {
      text-align: center;
      width: 100%;
    }
  
    .ppl-buttons a {
      width: 48.6%;
      min-width: 220px;
    }
  
    .img-lock-up {
      padding: 1.5em 0 0 !important;
      text-align: center;
    }
  }
  
  /* MOBILE */
  
  @media screen and (max-width: 595px) {
    .h-a {
      height: auto !important;
    }
  
    .hide-mb {
      display: none !important;
    }
  
    .container div {
      padding: 1em 1.5em;
    }
  
    .header img {
      min-width: 120px;
      max-width: 260px;
      margin: 0 !important;
    }
  
    .ppl-headline h1 {
      font-size: 28px;
    }
  
    .ppl-copy {
      padding: 0 1.65em 0.5em !important;
    }
  
    .ppl-copy p,
    ul {
      font-size: 14px;
      margin: 1em 0;
    }
  
    .ppl-copy p,
    ul, li {
      line-height: 160% !important;
    }
  
    .ppl-copy ul {
      padding: 0 0 0 1.4em;
    }
  
    .ppl-buttons a {
      margin-bottom: 1em;
      width: 100%;
      min-width: 250px;
    }
    
    .legal-wrap p {
      font-size: 13px;
    }
  }
  @media screen and (max-width: 399px) {
  
    .ppl-headline h1 {
      font-size: 7.5vw;
    }
  }