/** Shopify CDN: Minification failed

Line 442:2 Expected "}" to go with "{"

**/
/*

body, html {
    height: 100%;
  margin: 0;
}


h1{
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: calc(20px + 2.5vw);
  margin: 0;
}

h2{
   font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: calc(14px + .85vw);
  color: #bababa;
}

h3{
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}

p{
  font-size: calc(13.5px + 0.5vw);
    line-height: 1.6;
    font-weight: 300;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  font-size: calc(8px + .5vw);
  padding: 1vw 4vw;
  color: white;
  background-color: black;
  text-align: center;
  border-radius: 4px;
}
button:hover {
  background-color: black;
  color: white;
  box-shadow: 0 0 0 4px black;
  transition: all .2s ease; 
}

button:active {
  border-radius: 8px;
  outline: none;
  background-color: black;
  color: white;
  box-shadow: 0 0 0 0 white;
  transition: all .2s ease; 
}

#button2 {
  border: none;
  outline: 0;
  margin: 0 20px 0 0;
  display: inline-block;
  font-size: calc(8px + .5vw);
  padding: 1vw 4vw;
  color: black;
  background-color: #fed10a;
  text-align: center;
  border-radius: 4px;
}
#button2:hover {
  background-color: #fed10a;
  color: black;
  box-shadow: 0 0 0 4px #fed10a;
  transition: all .2s ease; 
}

#button2:active {
  border-radius: 8px;
  outline: none;
  background-color: #fed10a;
  color: black;
  box-shadow: 0 0 0 0 white;
  transition: all .2s ease; 
}

*/
#shopify-section-hiring-page p{
  font-size: calc(13.5px + 0.5vw);
  line-height: 1.6;
  font-weight: 300;
  font-family: 'IBM Plex Sans';
}

#shopify-section-hiring-page h1{
  font-weight: 800;
  font-size: calc(3em + .5vw);
  letter-spacing: -.05em;
}

#shopify-section-hiring-page h2{
  font-weight: 800;
  font-size:2.25em;
  color: #292b2e;
  text-transform:none;
  letter-spacing: 0;
}

#shopify-section-hiring-page h3{

}

#mission {
  background-image: url("/cdn/shop/files/hirepagebanner.jpg?v=1621276271");
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



#missiontext {
  padding: 4vw;
  width: clamp(320px, 50vw, 600px);
  text-align: left;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: black;
  background-color: white;
}

#jointheteam {
  width: clamp(300px, 80vw, 1400px);
  margin: 5vw auto;
  display:grid;
  gap: 2vw;
  grid-template-columns:3fr 1fr;
}

@media (max-width: 1080px) {
  #jointheteam {
    grid-template-columns:1fr;
  }
}

#join-block{
  border-style: solid;
  border-width: 1.5px;
  border-color: #e2e2e2;
  border-radius: 5px;
  font-size: calc(13.5px + 0.5vw);
  font-weight: 300;
/*   width: clamp(300px, 80vw, 1400px); */
/*   margin: 5vw auto; */
  display: grid;
  grid-template-columns: 1fr;
  text-align:center;
  justify-items: center;
  align-items: center;
  padding: 1.5vw;
}

#join-block img{
  border-radius:4px;
  margin:20px auto;
}

#lookingfor{
  background: url("/cdn/shop/files/799A8314v2.jpg?v=1622750577");
  background-color: #fed10a;
  height:60vh;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

#lookingtext{
  padding: 4vw;
  width: clamp(320px, 50vw, 600px);
  text-align: left;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(10%, -50%);
  background-color: white;
}

#membertraits{
  width: clamp(300px, 80vw, 1000px);
  margin: 5vw auto;
}

.trait img{
   width:100%;
   max-width:450px;
}

.trait{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin-bottom: 5vw;
}
.trait p{
  grid-column:span 2;
}

.trait p b{
  font-size:calc(18px + .75vw);
  font-weight:800;
}
/*
#trait1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin-bottom: 5vw;
}

#trait2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin-bottom: 5vw;
}
#trait3{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin-bottom: 5vw;
}
*/

#WYD{
  background-color: #292b2e;
  min-height: 70vh;
  align-content: center;
  display: grid;
}

#WYD p{
  color:white;
}

#WYD h3{
  font-weight:800;
  font-family: "IBM Plex Sans";
}

 #whatareyoudoing {
  text-align:center;
  align-content:center;
  padding: 5vw 0;
  color: white;
  background-color: #292b2e;
    align-items:center;
    grid-template-rows:200px auto;
  max-width: 1400px;
  margin:auto;
  margin-top: 50px;
}
  
  #whatareyoudoing h2{
    color: white;
  }
    
#whatareyoudoing div.tasks-container {
  	display:grid;
    grid-template-columns:1fr 1fr 1fr;
    padding:20px;
    grid-gap:48px;
    margin:0 auto;
  justify-items: center;
      text-align: center;
}

#whatareyoudoing img{
  width:100%;
  max-width:180px
}


#hereatfuse {
    width: clamp(300px, 80vw, 800px);
    margin: 15vw auto 5vw;
}
#endbuttons {
  display: flex;
  justify-content: center;
  padding: 20px 0 50px 0;
  gap: 24px;
}

#carousel {
  width:clamp(320px, 90vw, 1200px);
  margin: 0 auto;
}
      .swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-container {
        margin-left: auto;
        margin-right: auto;
      }

.swiper-button-next , .swiper-button-prev{
  color: white;
}

.swiper-pagination-bullet-active {
  background-color: #fed10a;
}






@media (max-width: 749px) {

  #mission{
    background-image: url("/cdn/shop/files/hirepagebanner.jpg?v=1621276271") no-repeat 40% center;
    background-size:cover;
    background-position-x: 71%;
  }
  
  #missiontext {
    width: 85vw;
    left: 50%;
    place-content: center;
    text-align: center;
    align-content: center;
    max-width: 1000px;
    top: 75%;

  }
  
  #missiontext button{
    display:flex;
    margin:auto;
  }
  
  #join-block{
    font-size: calc(8px + 1vw);
    display:grid;
    padding: 5vw;
  }
  #join-block button{
    font-size: calc(10px + 1vw);
  }
  
  #membertraits{
    margin:25vw auto;
  }
  
  .trait{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .trait p{
  grid-column:span 3;
  }
  
  .trait img{
    grid-column:4;
    grid-row:1;
  }

    #lookingfor{
    background-image: url("/cdn/shop/files/799A8314v2.jpg?v=1622750577") no-repeat 40% center;
    background-size:cover;
  }
  
  #lookingtext {
    width: 85vw;
    left: 50%;
    place-content: center;
    text-align: center;
    align-content: center;
    max-width: 1000px;
    transform: translate(-50%);
  }
  
   #whatareyoudoing {
    padding:20px;
    margin: 50px 0;
  }
  
  #whatareyoudoing div.tasks-container {
    grid-template-columns:1fr;
  }
  
  #whatareyoudoing img{
  width:100%;
        max-width:150px
}
  