@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("/FT/font/HelveticaNeueLTStd-MdCn.woff2") format('woff2'), url("/FT/font/HelveticaNeueLTStd-MdCn.woff") format('woff'), url("/FT/font/HelveticaNeueLTStd-MdCn.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ft {
  width: 100%;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.ft-container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.ft-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.ft-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.ft-header-background {
  background: #0165b3;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 2;
}

.ft-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}

.ft-header-menu-item {
  margin: 0 0.5em;
  padding: 0.5em 0;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.ft-header-menu-item:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.ft-header-menu-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #39bb9d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.ft-header-menu-item:hover {
  text-decoration: none;
  color: inherit;
}

.ft-header-menu-item:hover:after,
.ft-header-menu-item.ft-header-menu-item-active:after {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.ft-header-subheader {
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.ft-header-subheader:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ft-body {
  padding-top: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ft-footer-top {
  background: #e5e5e5;
}

.ft-footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 0.5em;
}

.ft-footer-bottom {
  background: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em;
  color: #fff;
  font-size: 0.8em
}

.ft-footer-branding {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 500px;
  flex: 1 1 500px;
}

.ft-header-logo {
  padding-right: 1em;
}

.ft-footer-branding>img {
  margin-bottom: 0.5em;
}

.ft-footer-branding,
.ft-footer-contact {
  padding: 0.5em;
}

.ft-footer-contact {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.ft-footer-contact-header {
  border-bottom: 2px solid #39bb9d;
  margin-bottom: 5px;
}

.ft-footer-contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft-footer-description {
  font-size: 0.8em;
}

.ft-footer address {
  font-style: normal;
}

.ft-footer address p {
  margin: 0;
  margin-bottom: 0.2em;
}

.ft-footer address .glyphicon {
  height: 1em;
  width: 1em;
  display: inline-block;
  color: #39bb9d;
}

.ft-footer address a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}

.ft-footer address a .text {
  padding-left: 0.5em;
}

.ft-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft-footer-links a {
  text-decoration: none;
  color: inherit;
  padding: 0 0.5em;
}

.ft-footer-links a:hover {
  text-decoration: none;
  color: inherit;
}

.ft-vr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  border-left: 2px solid;
  margin: 0 1em;
  height: 1em;
}

.ft-copyright {
  padding: 0.5em;
}

.ft-address-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  padding-top: 0.2em;
}

.ft-address-lines {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
}

.ft-address-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 0.2em;
}

.ft-banner {
  min-height: 400px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 2;
}

.ft-banner-tyre {
  position: relative;
  top: 50px;
  z-index: 3;
}

.ft-banner-tyre>img {
  max-width: unset;
}

.ft-banner-background {
  padding-top: 50px;
  background-image: url("./images/ft-banner-background.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.ft-banner-background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: repeating-linear-gradient(45deg, #ddd, #ddd 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 12px);
}

.ft-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-banner-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ft-banner-specs-header {
  background: #39bb9d;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 1em;
  color: #fff;
  padding-right: 120px;
}

.ft-banner-specs-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0.5em;
  position: relative;
}

.ft-banner-specs-range>span {
  padding-bottom: 0.2em;
  padding-right: 0.5em;
  font-size: 0.8em;
}

.ft-banner-specs-body {
  border-top-right-radius: 20px;
  background: #fff;
  padding: 1em 1.5em;
}

.ft-banner-specs-body-inner {
  position: relative;
  padding-right: 2em;
}

.ft-banner-specs-body,
.ft-banner-specs-header {
  position: relative;
}

.ft-banner-specs-body:before,
.ft-banner-specs-header:before {
  content: '';
  background: inherit;
  position: absolute;
  left: -200px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
}

.ft-banner-spec-item {
  padding: 0 0.5em;
  margin: 1em 0;
  padding-left: 1.5em;
  border-left: 2px solid #39bb9d;
}

.ft-banner-spec-item-title {
  color: #0165b3;
  text-transform: uppercase;
  font-weight: bold;
}

.ft-banner-spec-item:nth-child(1) {
  padding-right: 120px;
}

.ft-banner-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em;
  padding-right: 60px;
  position: relative;
}

.ft-banner-title>span {
  font-size: 2em;
}

.ft-banner-badge {
  max-width: 170px;
  position: absolute;
  right: 1.5em;
  bottom: -67px;
  z-index: 9;
}

.ft-banner-badge>img {
  width: 100%;
  height: auto;
}

.ft-specs {
  padding-top: 5em;
  padding-bottom: 5em;
  background: #fff;
  position: relative;
  overflow-x: auto;
}

.ft-specs-header {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: repeating-linear-gradient(45deg, #ddd, #ddd 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 12px);
}

.ft-specs-header-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5em;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.ft-specs-header-title>span {
  font-size: 1em;
}

.ft-specs-table {
  width: 100%;
  padding-bottom: 5em;
}

.ft-specs-table thead {
  background: #39bb9d;
  color: #fff;
  text-transform: uppercase;
}

.ft-specs-table th,
.ft-specs-table td {
  padding: 0.5em;
  text-align: left;
}

.ft-specs-table th:first-child,
.ft-specs-table td:first-child {
  padding-left: 1.5em;
}

.ft-specs-table th:last-child,
.ft-specs-table td:last-child {
  padding-right: 1.5em;
}

.ft-specs-table tr:nth-child(2n) {
  background: #f9f9f9;
}

.ft-specs-table tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}

.ft hr {
  border: 0;
  border-top: 2px solid #fff;
  position: relative;
  margin: 0.5em;
}

.ft-approved {
  position: relative;
  padding-right: 3em !important;
  min-height: 3em;
}

.ft-approved:after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 3em;
  background: url(/FT/images/manufacturer-specified.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .ft-banner-badge {
    display: none;
  }

  .ft-banner-specs-header {
    padding-right: 1em;
  }

  .ft-banner-spec-item:nth-child(1) {
    padding-right: 0.5em;
  }

  .ft-banner-specs-body-inner {
    padding-right: 0;
  }

  .ft-banner-tyre {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }

  .ft-banner-tyre>img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .ft-banner-content {
    padding-top: 20em;
    position: relative;
  }

  .ft-banner-tyre {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 19em;
    width: 100%;
    text-align: center;
  }

  .ft-banner-tyre>img {
    height: 100% !important;
    width: auto !important;
  }
}