
  .gold{
    color:#fdc65d;
  }

  .disappear{
     opacity:0;
    transition: opacity 5s;
  }
  .appear{
    opacity:1;
  }
  .bottom{
    color:white;
  }
  .container{
    position:relative;
    top:20%;
    width:70%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }
  .sign-in{
    width:45%;
  }
  .sign-in h1{
    font-size:3.5em;
  }
  .form input{
    width:50%;
    margin-right:2em;
    padding:.75em .75em .75em 1em;
    color: #0a0a09;
    background-color:#424242;
    border:none;
    outline:none;
    border-radius:20px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:12px;
  }
  .form button{
    width:30%;
    padding:.75em .75em .75em 1em;
    color: #010101;
    background-color:#fdc65d;
    border:none;
    outline:none;
    border-radius:20px;
    font-family: 'Poppins', sans-serif;
    font-weight:900;
    font-size:13px;
  }
  .hires{
    width:33%;
    padding:2em;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  
  .applicant{
    width:40%;
    padding:1em;
    background-color:#0a0a09;
    border-radius:15px 30px 15px 15px;
    margin-bottom:1em;
  }
  .image-holder{
    width:80px;
    height:80px;
    
  }

  .applicant h3{
    font-size:14px;
    padding-top:4em;
    margin:0;
  }
  
  .applicant p{
    font-size:12px;
    margin:0;
    color:#aeaead;
    padding-bottom:1em;
  }
  
  
  /*! locomotive-scroll v3.1.7 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
  html.has-scroll-smooth {
    overflow: hidden;
  }
  html.has-scroll-dragging,
  html.has-scroll-dragging * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .has-scroll-smooth body {
    overflow: hidden;
  }
  .c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
  }
  .c-scrollbar:hover {
    transform: scaleX(1.45);
  }
  .c-scrollbar:hover,
  .has-scroll-dragging .c-scrollbar,
  .has-scroll-scrolling .c-scrollbar {
    opacity: 1;
  }
  .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fdc65d;
    width: 7px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }


  /****/
  :root {
    --animate-delay: 0.4s;
}



  .o-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }


  .c-header_date span {
    display: inline-block;
    color:#01e4e1;
  }

  .c-summary{
    margin: 50px  0;
}

.c-summary_title {
  text-align: center;
}

.o-layout_video{width: 100%;}



.c-summary_new_rn_ko span {
  display: inline-block;
}



