header {
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

header ._2rrZM3re0PBGphwHdmcENZ {
  display: none;
}

header ._3Cw0nWJ4JJSm9LfrN_O7n5 {
  display: grid;
  grid-template-columns: minmax(auto, .9fr) repeat(4, auto);
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #F2D903;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .3);
}

header ._3Cw0nWJ4JJSm9LfrN_O7n5 img {
  width: 60px;
  height: 60px;
}

header ._3Cw0nWJ4JJSm9LfrN_O7n5 h1 {
  margin: 0;
}

header ._3Cw0nWJ4JJSm9LfrN_O7n5 div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
  grid-gap: 0 10px;
}

header nav div i {
  font-size: 22px;
  color: rgba(0, 0, 0, .7);
  transition: 0.3s ease;
}

header nav div i:hover {
  color: rgb(0, 0, 0);
}

@media (max-width: 800px) {
  header ._3Cw0nWJ4JJSm9LfrN_O7n5 {
    grid-template-columns: 1fr;
  }

  header ._3Cw0nWJ4JJSm9LfrN_O7n5 div {
    display: none;
  }

  header ._3Cw0nWJ4JJSm9LfrN_O7n5 div:first-of-type {
    justify-content: center;
  }

  header ._2rrZM3re0PBGphwHdmcENZ {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #F2D903;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
  }

}



._27PGBmir4uX7mAG5SfSpg6 {
  color: #233034;
  font-size: 32px;
  line-height: 1.36;
  text-align: left;
  display: flex;
  max-width: 1152px;
  margin: 20px auto;
  justify-content: space-between;
  height: 600px;
}
._1-NaOTYJSk5KPtr7TOwDzA {
  padding: 16px;
  display: flex;
  align-items: center;
  max-width: 600px;
}
._1DDuOYfqfySCBvQeF4GXUv {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 300;
}
._2GH-C1omHA9nHIu-ekS71n {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  /* top: 10px; */
  left: 40%;
  overflow-y: hidden;
  /* height: 600px; */
}
._2GH-C1omHA9nHIu-ekS71n img {
  max-width: 90%;
  filter: drop-shadow(0 2px 2px gray);
}

@media (max-width: 800px) {
    ._2GH-C1omHA9nHIu-ekS71n {
        left: 0;
    }
    ._2GH-C1omHA9nHIu-ekS71n img {
      filter: opacity(10%) blur(1px);
    }
}
@media (min-width: 1400px) {
    ._2GH-C1omHA9nHIu-ekS71n {
        left: 50%;
    }
    ._2GH-C1omHA9nHIu-ekS71n img {
        max-width: 70%;
    }
}

._2RXZytBD7IUDOWv_MmYgYP {
  background: #ffd121;
  height: 53px;
  padding: 0 25px;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
  color: #233034;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  max-width: 120px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
}

._2RXZytBD7IUDOWv_MmYgYP:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in;
}

._6ZoXe1BlprSi2coQt4iq {
  position: relative;
}

._2bUqY78rnMVz3_LkI_Hs4W {
  margin: auto;
  max-width: 1152px;
}
._13VTFC5H3bUrbr9fc5QMwT {
  width: 10vh;
  height: 10vh;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.smTPdtmR3FRZAhk-BLfyU {
  border-radius: 50%;
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

._3Vrsak16lMJMlhb-SQuEoi {
  margin-top: 16px;
  font-weight: 400;
  font-size: 2vh;
}

._1ipdJb7YzuoR02Dskel__i {
  width: 15vh;
  height: 15vh;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

._37iJ-e7oXlrmP8yKH5odG5 {
  list-style-type: none;
}

.OwUUg-NUMjsV-GEWa0CcE {
  padding: 50px 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  color: #393939;
  font-size: 2.5vh;
}

._19X8qSAVqSj524mxXfnYBU {
  padding-bottom: 0vh;
  font-family: Roboto, "Lucida Console";
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.x3zkHtOMuN6PPiQx0B5Sm {
  padding: 1vh;
  width: 10vh;
  height: 10vh;
  line-height: 3vh;
  text-align: center;
}

._2ydGpzoDg_yVX4T7OsVDSG {
  width: 20vh;
  height: 20vh;
  padding: 1vh;
  line-height: 3vh;
  text-align: center;
}

