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{line-height:1;}ol,ul{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;}@media screen and (min-width: 550px) {.bp1\+\|hide {
    display: none !important; } }

@media screen and (max-width: 549px) {
  .bp1\-\|hide {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .bp2\+\|hide {
    display: none !important; } }

@media screen and (max-width: 999px) {
  .bp2\-\|hide {
    display: none !important; } }

@font-face {
  font-family: 'DTura';
  src: url("/assets/dtura2-webfont-b69688b047a1a5e5feed2a7af66c508f23a3e61814674446f19ce834a7f78756.eot");
  src: url("/assets/dtura2-webfont-b69688b047a1a5e5feed2a7af66c508f23a3e61814674446f19ce834a7f78756.eot?#iefix") format("embedded-opentype"), url("/assets/dtura2-webfont-9b33bea3eba3011d9aef9537edcc0903d257a4cc51f8cfc5cca298c6d186888c.woff2") format("woff2"), url("/assets/dtura2-webfont-7c3a7042b6614c0060e4fa58332ff83dc12ae95eb0a61a8b31d3507530a17d49.woff") format("woff"), url("/assets/dtura2-webfont-4840ff5834a66db328028b749a5401affb66a8916a22f5cfb4f08b9edc221406.ttf") format("truetype"), url("/assets/dtura2-webfont-d755f9cf6b022aec8f9a5cd65745d594a11290b30dde0558b94e67e4660110b7.svg#dtura2medium") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 20px; }

html, body {
  background: #F9F9F9; }

body {
  margin-left: auto;
  margin-right: auto; }

html, body, button, input {
  font-family: DTura, sans-serif; }

.text {
  font-size: 16px;
  font-size: 1.6vw; }
  @media screen and (max-width: 999px) {
    .text {
      font-size: 2.4vw; } }
  @media screen and (max-width: 549px) {
    .text {
      font-size: 4.8vw; } }

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

.tile {
  float: left;
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 550px) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .tile {
      width: 33.33333%; } }
  .tile--2 {
    position: relative;
    z-index: 10; }

.tile__ratio {
  height: 0;
  position: relative; }

.tile--large .tile__ratio {
  padding-bottom: 110.89613%; }

.tile--small .tile__ratio {
  padding-bottom: 61.4053%; }

.tile__background,
.tile__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.tile__background {
  z-index: 0; }

.tile__content {
  z-index: 1; }

.gif {
  position: relative; }

.gif img {
  display: block;
  max-width: 100%; }

.gif__animated {
  position: absolute;
  top: 0;
  left: 0;
  background: #F9F9F9;
  width: 100%; }

.logo {
  display: block;
  width: 69.3%;
  margin-top: 18.5%; }

.logo img {
  display: block;
  width: 100%;
  height: auto; }

.logo__header {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.info {
  text-transform: uppercase;
  font-size: 1.5em;
  color: black;
  margin-top: .25em;
  padding-left: .25em; }
  .info p {
    line-height: 1;
    letter-spacing: .1em; }

.form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  font-size: 1em; }
  .form input, .form button {
    display: block;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    height: 1.75em;
    padding: .5em .5em .25em;
    letter-spacing: .1em; }

.form__input,
.form__button {
  vertical-align: middle;
  display: table-cell; }

.form__input {
  width: 99%; }
  .form__input input {
    display: block;
    background: #E8E8E8;
    color: black;
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .form__input input:focus {
      outline: none;
      background: #dbdbdb; }
    .form__input input::-webkit-input-placeholder {
      color: gray; }
    .form__input input::-moz-placeholder {
      color: gray; }
    .form__input input:-moz-placeholder {
      color: gray; }
    .form__input input:-ms-input-placeholder {
      color: gray; }

.form__button {
  width: 1px; }
  .form__button button {
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    background: #2257a8;
    border-radius: 0;
    color: white;
    cursor: pointer; }
    .form__button button:hover, .form__button button:focus {
      background: black;
      outline: none; }

.form__success {
  text-transform: uppercase;
  line-height: 1;
  height: 1.75em;
  padding: .5em .5em .25em;
  letter-spacing: .1em;
  background: #f4ab85;
  color: white;
  text-align: center; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }
