* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

#image img {
  height: 30%;
  width: 90%;
}

#image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

#container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 96px;
  line-height: 100px;
  letter-spacing: 25px;
}

#home_video::-webkit-media-controls {
  display: none !important;
}

#home_video::-webkit-media-controls-enclosure {
  display: none !important;
}

video {
  height: 100%;
  width: 100%;
}


.meme {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.meme img {
  max-width: 100%;
}

#line1 {
  font-weight: bold;
  color: #0B2D71;
  font-size: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
}

#line2 {
  font-weight: bold;
  color: #0B2D71;
  text-align: center;
  font-size: 96px;
  line-height: 100px;
  margin-bottom: 35px;
}

#line3 {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

#line3_left {
  font-size: 18px;
  line-height: 32px;
  ;
  margin-bottom: 40px;
  text-align: center;
}

#left {
  margin: auto;
}

.text_block {
  margin-top: 60px;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container h2 {
  font-size: 26px;
  margin: 20px 0;
  color: #0B2D71;
  text-align: center;
}

.responsive-table {
  li {
    border-radius: 3px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .table-header {
    padding: 20px 20px;
    background-color: #0B2D71;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
  }

  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }

  .col-1 {
    flex-basis: 60%;

  }

  .col-2 {
    flex-basis: 20%;
    align-items: center;
  }

  .col-3 {
    flex-basis: 20%;
    align-items: center;
  }

  .table-row:hover {
    background-color: #E6E6E6;
  }

  @media all and (max-width: 767px) {
    .table-header {
      display: none;
    }

    li {
      display: block;
    }

    .col {
      flex-basis: 100%;
    }

    .col {
      display: flex;
      padding: 10px 0;

      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }
}

.section3 {
  background-color: #0B2D71;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 2;
}

.child {
  margin-top: 0;
}

#head {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  margin: 40px 0 30px 100px;
  margin-top: 0;
}

#para {
  margin-left: 100px;
  font-size: 22px;
  line-height: 30px;
}

.lightboxContainer img {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.lightboxContainer {
  position: relative;
  display: inline-block;
}

.lightboxContainer:after {
  content: url("../img/playbutton.png");
  z-index: 900;
  position: absolute;
  top: 51%;
  left: 41%;
  margin-left: -32px;
  margin-top: -32px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

@media (max-width: 767px) {
  #image img {
    height: auto;
    width: 100%;
  }

  #video {
    height: auto;
    width: 100%;
    margin-top: 60px;
  }

  #one {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 10px;
    white-space: nowrap;
    top: 65%;
  }

  #line1 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }

  #line2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  #line3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #line3_left {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .section3 {
    display: flex;
    flex-direction: column;
    background-color: #0B2D71;
    color: #fff;
    gap: 20px;
    padding: 20px;
  }

  #head {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
  }

  #para {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: center;
  }

  .lightboxContainer:after {
    content: url("../img/playbutton.png");
    z-index: 900;
    position: absolute;
    top: 42%;
    left: 43%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 40px 40px;
  }
}

.footer-left img {
  margin-left: 0;
}

@media (min-width: 1400px) {
  .section3 {
    padding-top: 60px;
  }

  #head {
    font-size: 48px;
    line-height: 60px;
    margin: 40px 0 30px 100px;
  }

  #para {
    margin-left: 100px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .lightboxContainer img {
    width: 80%;
    height: 80%;
    margin-top: 0;
  }

  .lightboxContainer:after {
    margin-left: -32px;
    margin-top: -32px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}

@media (min-width: 1600px) {
  .section3 {
    padding-top: 80px;
  }

  #head {
    font-size: 56px;
    line-height: 70px;
    margin: 50px 0 40px 120px;
  }

  #para {
    margin-left: 120px;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 50px;
  }

  .lightboxContainer:after {
    margin-left: -40px;
    margin-top: -40px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}

#talentview_table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-template-rows: auto 1fr 1fr 1fr auto;
  gap: 1px;
  overflow: auto;
  outline: 1px solid black;
}

.grid-container>div {
  padding: 10px;
  outline: 1px solid black;
  text-align: center;
}

.header {
  font-weight: bold;
}

.strengths ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  text-align: left;
}

.footer {
  text-align: left;
  padding-left: 20px;
}

.scores-header {
  grid-row: span 3;
  font-weight: bold;
}

.importance-header {
  grid-column: span 3;
  font-weight: bold;
}

.empty {
  border: none;
  outline: 0px !important;
}