@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
@import url("https://mui.aws.manheim.com/0.29.0/man-customer/css/icons.min.css");
html {
  font-size: 62.5%; }

body {
  font-family: "Roboto";
  font-size: 1.6rem; }

a {
  color: #005ba8;
  text-decoration: none; }
  a:hover {
    color: #2c90cc; }
  a:visited {
    color: #005ba8; }

.prelo-component .prelo-show--slide-up {
  transition: all 0.75s ease-in-out;
  transform: translateY(100px); }
.prelo-component .prelo-show--fade-in {
  transition: all 0.6s ease-in-out;
  opacity: 0; }
.prelo-component .prelo-show--delay {
  transition-delay: 0.1s; }
.prelo-component .prelo-content {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }
.prelo-component .prelo-content-footer {
  position: relative;
  max-width: 1167px;
  margin: 0 auto; }
.prelo-component .prelo-input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #babcbe;
  padding: 8px;
  font-size: 16px; }
.prelo-component .prelo__title {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  font-size: 10vw;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }
  .prelo-component .prelo__title strong {
    font-weight: 700; }
  @media screen and (min-width: 42.5em) {
    .prelo-component .prelo__title {
      font-size: 68px; } }
.prelo-component .pill {
  border: 2px solid transparent;
  border-radius: 22px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10vw; }
  @media screen and (min-width: 42.5em) {
    .prelo-component .pill {
      padding: 0 70px; } }
  .prelo-component .pill--white {
    background: #fff; }
  .prelo-component .pill--outline {
    background: none; }
    .prelo-component .pill--outline.pill--white {
      color: #fff;
      border-color: #fff;
      transition: background 0.25s ease-in-out; }
      .prelo-component .pill--outline.pill--white:hover {
        background: rgba(255, 255, 255, 0.2); }
.prelo-component .prelo-media {
  display: flex;
  flex-direction: column; }
  .prelo-component .prelo-media--stripe__image {
    border-bottom: 1px solid #eee; }
  .prelo-component .prelo-media__image {
    margin-bottom: 24px; }
    .prelo-component .prelo-media__image img {
      vertical-align: top;
      width: 100%; }
  @media screen and (min-width: 42.5em) {
    .prelo-component .prelo-media {
      flex-direction: row;
      align-items: center; }
      .prelo-component .prelo-media__image {
        margin-bottom: 0;
        border-bottom: none; }
        .prelo-component .prelo-media__image img {
          width: 55vw; } }
  @media screen and (min-width: 60em) {
    .prelo-component .prelo-media__image img {
      width: 339px;
      margin-top: 100px; } }
.prelo-component header {
  color: #003468;
  text-transform: uppercase;
  font-size: 24px; }
.prelo-component .prelo-component__title--small .prelo-component .prelo-component__title--large {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1; }

.prelo-show .prelo-show--slide-up {
  transform: translateY(0); }
.prelo-show .prelo-show--fade-in {
  opacity: 1; }
