@font-face {
  font-family: Coco Gothic Trial;
  src: url('../fonts/Coco-Gothic-Bold-trial.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.section {
  height: 100vh;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.big-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 70%;
  max-width: 1000px;
  padding-top: 20px;
  display: flex;
}

.big-section._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding-left: 40px;
  display: none;
}

.body {
  background-color: #121212;
}

.small-section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  height: 70%;
  padding-left: 40px;
  display: none;
}

.link {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}

.horizontal-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: #e7e7e7;
  font-size: 24px;
  line-height: 1.2;
}

.paragraph {
  color: #f8f8f8;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 2.5;
}

.link-2, .link-3, .link-4 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
  position: relative;
}

.div-block._2 {
  display: none;
}

.paragraph-2 {
  color: #a6a6a6;
  text-align: center;
  width: 70%;
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.2;
}

.image {
  width: 70px;
}

.image-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100px;
  display: flex;
  position: relative;
}

.image-2._2 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  display: flex;
  position: absolute;
  inset: 10% 0% auto 60%;
}

.outer-container {
  justify-content: flex-start;
  align-items: center;
  width: 82vw;
  max-width: 1180px;
  height: 100px;
  display: flex;
}

.image-3 {
  height: 60px;
}

.image-3._2 {
  height: 70px;
}

.image-3._1 {
  height: 40px;
}

.div-block-3 {
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.text-block-3, .text-block5 {
  color: #f9f9f9;
  font-family: Coco Gothic Trial, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 10%;
  margin-bottom: 20px;
  display: flex;
}

.link-5 {
  color: #fff;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
  display: flex;
}

.text-block-4 {
  color: #bebebe;
  font-size: 18px;
  line-height: 1.2;
  transition: all .2s;
}

.text-block-4:hover {
  color: #eee;
  font-size: 20px;
}

.text-block-4._2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 24px;
}

.link-7 {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-4-copy {
  color: #bebebe;
  font-size: 18px;
  line-height: 1.2;
  transition: all .2s;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 10%;
  display: flex;
}

.image-4 {
  height: 60px;
}

.image-4._1 {
  height: 40px;
}

.image-4._2 {
  height: 70px;
}

.div-block-8 {
  max-width: calc(50% - 125px);
  height: 0;
}

@media screen and (min-width: 1280px) {
  .div-block-7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .big-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 2;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-4 {
    height: 50px;
  }

  .image-4._1 {
    height: 30px;
  }

  .image-4._2 {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .big-section {
    width: 90%;
  }

  .paragraph {
    font-size: 18px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-end;
    margin-left: -10px;
    display: flex;
  }

  .div-block._2 {
    display: flex;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .image-2 {
    height: 70px;
  }

  .image-2._2 {
    top: 30%;
  }

  .image-2._3 {
    height: 100px;
  }

  .image-3 {
    height: 40px;
  }

  .image-3._2 {
    height: 50px;
  }

  .text-block-3._2 {
    opacity: 1;
    font-size: 40px;
  }

  .text-block5 {
    opacity: 0;
  }

  .text-block5._2 {
    opacity: 100;
  }

  .div-block-4 {
    flex-flow: row;
    width: 80%;
  }

  .text-block-4, .text-block-4._2, .text-block-4-copy {
    font-size: 20px;
  }

  .div-block-7 {
    flex-flow: row;
    width: 80%;
  }

  .image-4 {
    height: 50px;
  }

  .image-4._1 {
    height: 40px;
  }

  .image-4._2 {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .big-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 90%;
  }

  .text-block {
    font-size: 24px;
  }

  .paragraph {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 1.6;
  }

  .div-block {
    width: 250px;
  }

  .div-block._5 {
    width: 162px;
  }

  .paragraph-2 {
    width: 90%;
    font-size: 14px;
  }

  .outer-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .image-3 {
    height: 40px;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-4._2 {
    font-size: 20px;
  }

  .text-block-4-copy {
    font-size: 16px;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: center;
  }

  .image-4 {
    height: 40px;
  }

  .image-4._1 {
    height: 32px;
  }

  .image-4._2 {
    height: 50px;
  }
}


@font-face {
  font-family: 'Coco Gothic Trial';
  src: url('../fonts/Coco-Gothic-Bold-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}