.safety {
  position: relative;
  z-index: 10;
  overflow: hidden
}

.safety__inner {
  position: relative;
  z-index: 20
}

.safety-content {
  padding-top: 80px
}

.safety-content--brakes {
  padding-top: 95px
}

@media (max-width:899px) {
  .safety-content--brakes {
    padding-top: 70px
  }
}

@media (max-width:599px) {
  .safety-content--brakes {
    padding-top: 40px
  }
}

.safety__heading {
  font-size: 6.2rem
}

@media (max-width:1199px) {
  .safety__heading {
    font-size: 4.6rem
  }
}

@media (max-width:899px) {
  .safety__heading {
    font-size: 3.8rem
  }
}

@media (max-width:599px) {
  .safety__heading {
    font-size: 3rem
  }
}

.safety__paragraph {
  max-width: 355px;
  margin-top: 28px
}

.safety__paragraph--brakes {
  max-width: 490px
}

.safety-info {
  position: relative
}

@media (max-width:899px) {
  .safety-info {
    margin-top: 0
  }
}

.safety-info--brakes {
  padding-top: 75px;
  padding-left: 8%
}

@media (max-width:599px) {
  .safety-info--brakes {
    padding-left: 0;
    margin-top: 20px
  }
}

@media (max-width:599px) {
  .safety-info--brakes .safety-info__image {
    margin-top: 0
  }
}

.safety-info__image--brakes {
  display: block;
  margin: 0 auto
}

@media (max-width:899px) {
  .safety-info__image {
    order: 6
  }
}

@media (max-width:599px) {
  .safety-info__image {
    width: 180%;
    max-width: none;
    margin-left: -40%;
    margin-top: -60px
  }
}

.safety-info__wrap {
  transform: translateZ(0);
  will-change: transform, opacity;
  transition: transform .3s, opacity .1s
}

@media (max-width:899px) {
  .safety-info__wrap {
    display: flex;
    flex-direction: column
  }
}

.safety-info__wrap.is-active {
  transform: translateX(50px);
  opacity: 0
}

.safety-info__button {
  position: absolute
}

.safety-info__button--1 {
  left: 35%;
  top: 16%
}

@media (max-width:1199px) {
  .safety-info__button--1 {
    left: 40%
  }
}

@media (max-width:899px) {
  .safety-info__button--1 {
    order: 1
  }
}

.safety-info__button--2 {
  left: 24.5%;
  top: 28%
}

@media (max-width:899px) {
  .safety-info__button--2 {
    order: 5
  }
}

.safety-info__button--3 {
  left: 15%;
  top: 77%
}

@media (max-width:899px) {
  .safety-info__button--3 {
    order: 3
  }
}

.safety-info__button--4 {
  left: 80%;
  top: 65%
}

@media (max-width:899px) {
  .safety-info__button--4 {
    order: 4
  }
}

.safety-info__button--5 {
  left: 58.7%;
  top: 78%
}

@media (max-width:899px) {
  .safety-info__button--5 {
    order: 2
  }
}

.safety-info__button--a1 {
  left: -85px;
  top: 75px
}

.safety-info__button--a1 .button-open--inverse {
  flex-direction: row-reverse
}

@media (max-width:899px) {
  .safety-info__button--a1 .button-open--inverse {
    flex-direction: row
  }
}

.safety-info__button--a1 .button-open--inverse .button-open__text--content {
  margin-right: 20px
}

.safety-info__button--a2 {
  left: 640px;
  top: -20px
}

@media (max-width:1199px) {
  .safety-info__button--a2 {
    left: 580px
  }
}

.safety-info__button--j1 {
  left: 660px;
  top: -30px
}

@media (max-width:1199px) {
  .safety-info__button--j1 {
    left: 580px
  }
}

@media (max-width:899px) {
  .safety-info__button {
    position: static;
    margin-top: 20px;
    z-index: 10
  }
}

.safety-more {
  display: flex;
  align-items: center;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
  padding-bottom: 20px
}

.safety-more.is-active {
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media (max-width:899px) {
  .safety-more.is-active {
    bottom: auto;
    top: 20px;
    transform: translateY(0);
    flex-direction: column;
    align-items: flex-start
  }
}

.safety-more.is-animated .safety-more__header, .safety-more.is-animated .safety-more__image {
  opacity: 1;
  transform: translateX(0) translateZ(0)
}

.safety-more--brakes {
  padding-bottom: 60px
}

.safety-more--brakes .safety-more__header {
  padding-bottom: 30px
}

.safety-more__header {
  padding-top: 55px;
  width: 52%;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  border-radius: 8px;
  transform: translateX(80px) translateZ(0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .5s, opacity .15s
}

@media (max-width:899px) {
  .safety-more__header {
    width: 100%;
    margin-top: 25px
  }
}

@media (max-width:599px) {
  .safety-more__header {
    padding-top: 20px
  }
}

.safety-more__heading {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: .0623em;
  text-transform: uppercase;
  color: #111111;
  padding: 0 39px 0 46px
}

@media (max-width:599px) {
  .safety-more__heading {
    padding: 0 15px;
    font-size: 1.8rem
  }
}

.safety-more__paragraph {
  margin-top: 30px;
  padding: 0 39px 0 46px
}

@media (max-width:599px) {
  .safety-more__paragraph {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 1.4rem
  }
}

.safety-more__image {
  width: 56%;
  margin-right: 2%;
  flex: 0 0 auto;
  order: -1;
  transform: translateX(-80px) translateZ(0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .5s, opacity .15s
}

.safety-more__image--cut {
  margin-top: 15px;
  display: flex;
  width: 100%;
  max-width: 350px
}

.safety-more__image-cut {
  flex: none;
  max-width: 300px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 50%
}

.safety-more__close {
  position: absolute;
  bottom: 15px;
  left: 0
}

@media (max-width:899px) {
  .safety-more__close {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    flex-direction: row-reverse
  }
}

@media (max-width:899px) {
  .safety-more__close .button-open__button {
    margin-left: 20px
  }
}

.safety-reference {
  padding-top: 40px;
  padding-bottom: 120px
}

@media (max-width:599px) {
  .safety-reference {
    padding-bottom: 40px
  }
}

.safety-reference__wrap {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap
}

@media (max-width:599px) {
  .safety-reference__wrap {
    justify-content: space-between
  }
}

.safety-reference__item {
  position: relative;
  flex: 0 0 auto;
  width: 29%;
  margin-right: 6.5%;
  margin-top: 100px;
  background: linear-gradient(180deg, #111111 39.01%, #003cd6 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .23), 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 8px
}

@media (max-width:899px) {
  .safety-reference__item {
    width: 32%;
    margin-right: 2%
  }
}

@media (max-width:599px) {
  .safety-reference__item {
    width: 47.5%;
    margin-right: 0;
    margin-top: 50px
  }
}

.safety-reference__item:nth-child(3n+2) {
  top: 58px
}

@media (max-width:599px) {
  .safety-reference__item:nth-child(3n+2) {
    top: 0
  }
}

.safety-reference__item:nth-child(3n+3) {
  margin-right: 0;
  top: 120px
}

@media (max-width:599px) {
  .safety-reference__item:nth-child(3n+3) {
    top: 0
  }
}

@media (max-width:599px) {
  .safety-reference__item:nth-child(2n+2) {
    top: 40px
  }
}

.safety-reference__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20
}

@media (max-width:599px) {
  .safety-reference__header {
    padding: 20px 12px
  }
}

.safety-reference__heading {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px
}

@media (max-width:899px) {
  .safety-reference__heading {
    font-size: 1.8rem
  }
}

@media (max-width:599px) {
  .safety-reference__heading {
    font-size: 1.6rem
  }
}

.safety-reference__name {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500
}

.safety-reference__image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 8px;
  height: 438px
}

.safety-reference__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 47, 168, .0001) 8.87%, #003cd6 100%)
}

@media (max-width:599px) {
  .safety-reference__image {
    position: relative
  }
}

.safety-reference__image img {
  flex: none;
  max-width: none
}

@media (max-width:599px) {
  .safety-reference__image img {
    max-height: 100%
  }
}

.safety-reference__image--1 {
  height: 514px;
  margin-top: -100px
}

.safety-reference__image--1 img {
  width: 453px
}

@media (max-width:599px) {
  .safety-reference__image--1 img {
    width: 300px;
    margin-left: 50px
  }
}

@media (max-width:599px) {
  .safety-reference__image--1 {
    margin-top: -70px
  }
}

.safety-reference__image--2 {
  height: 494px;
  margin-top: -74px
}

@media (max-width:599px) {
  .safety-reference__image--2 img {
    max-height: 100%
  }
}

@media (max-width:599px) {
  .safety-reference__image--2 {
    height: 350px;
    margin-top: -50px
  }
}

.safety-reference__image--3 {
  height: 462px;
  margin-top: -44px
}

@media (max-width:599px) {
  .safety-reference__image--3 {
    height: 350px;
    margin-top: -20px
  }
}

.safety-reference__image--4 {
  margin-top: -32px
}

.safety-reference__image--4::before {
  bottom: 100px
}

@media (max-width:599px) {
  .safety-reference__image--4::before {
    bottom: 0
  }
}

.safety-reference__image--4 img {
  margin-left: 78px
}

@media (max-width:599px) {
  .safety-reference__image--4 {
    height: 250px;
    margin-top: -20px
  }
}

.safety-reference__image--5 {
  height: 462px;
  margin-top: -32px
}

.safety-reference__image--5::before {
  bottom: 50px
}

@media (max-width:599px) {
  .safety-reference__image--5::before {
    bottom: 0
  }
}

.safety-reference__image--5 img {
  margin-left: 98px
}

@media (max-width:599px) {
  .safety-reference__image--5 {
    height: 250px;
    margin-top: -20px
  }
}

.safety-reference__number {
  position: absolute;
  top: 25px;
  left: 25px
}
