@font-face {
  font-family: 'landR_B';
  src: url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Bold.eot") format("embedded-opentype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Bold.woff") format("woff"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Bold.ttf") format("truetype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Bold.svg") format("svg");
}
@font-face {
  font-family: 'landR_R';
  src: url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Demi.eot") format("embedded-opentype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Demi.woff") format("woff"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Demi.ttf") format("truetype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Demi.svg") format("svg");
}
@font-face {
  font-family: 'landR_L';
  src: url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Light.eot") format("embedded-opentype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Light.woff") format("woff"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Light.ttf") format("truetype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Light.svg") format("svg");
}
@font-face {
  font-family: 'landR_M';
  src: url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Medium.eot") format("embedded-opentype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Medium.woff") format("woff"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Medium.ttf") format("truetype"), url("//www.mid-web.com/common/wf/landR/LandRoverWeb-Medium.svg") format("svg");
}
.landR_B {
  font-family: 'landR_B', Sans-Serif;
}
.landR_R {
  font-family: 'landR_R', Sans-Serif;
}
.landR_L {
  font-family: 'landR_L', Sans-Serif;
}
.landR_M {
  font-family: 'landR_M', Sans-Serif;
}
body {
  min-width: 320px;
}
.full {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.bg-blk {
  background: #000;
  color: #fff;
}
.white {
  color: #fff !important;
}
.no-link {
  pointer-events: none;
}
hr {
  border-top: 1px solid #000;
}
.countdown {
  position: relative;
  width: 100%;
  height: 120px;
}
.pos {
  display: flex;
  align-items: baseline;
  justify-content: end;
  position: absolute;
  bottom: 0;
  width: 20%;
}
.pos1 {
  left: 7%;
}
.pos2 {
  left: 27%;
}
.pos3 {
  left: 47%;
}
.pos4 {
  left: 67%;
}
.unit {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .countdown {
    height: 24vw;
  }
  .pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: auto;
    width: 20%;
  }
  .pos span {
    line-height: 1.1;
  }
  .pos span.unit {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown {
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .countdown {
    height: 100px;
  }
}
