@font-face {
  font-family: "TTOctosquares-Black";
  src: url("fonts/TT.Octosquares/TTOctosquares-Black.otf");
  src: url("fonts/TT.Octosquares/TTOctosquares-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTOctosquaresCond-BlackIt";
  src: url("fonts/TT.Octosquares/TTOctosquaresCond-BlackIt.otf");
  src: url("fonts/TT.Octosquares/TTOctosquaresCond-BlackIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 60.5%;
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 45%;
  }
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  cursor: none;
  overflow-x: hidden;
  background-color: #000000;
  color: #F8BE1D;
}

@media only screen and (max-width: 37.5em) {
  body {
    cursor: default;
  }
}

.body__home {
  overflow: hidden;
  min-height: 98vh;
  color: #F8BE1D;
}

@media only screen and (max-width: 37.5em) {
  .body__home {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__vision {
  padding: 3rem 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #6d5000;
  opacity: 0.1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F8BE1D;
}

main {
  padding: 3rem;
}

@media only screen and (max-width: 37.5em) {
  main {
    padding: 3rem 1.2rem;
  }
}

::-moz-selection {
  background-color: #F8BE1D;
  color: #000000;
}

::selection {
  background-color: #F8BE1D;
  color: #000000;
}

body {
  font-family: "TTOctosquares-Black", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.heading {
  width: 85%;
}

.heading__text-box {
  padding: 2rem 0;
  height: 100%;
}

@media only screen and (max-width: 56.25em) {
  .heading__text-box {
    width: 100%;
  }
}

.heading__primary {
  font-size: 8rem;
  color: #F8BE1D;
  line-height: 8rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 56.25em) {
  .heading__primary {
    font-size: 9.4rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .heading__primary--partners {
    font-size: 5rem;
  }
}

.heading__secondary {
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 4rem;
}

.heading__secondary--yellow {
  color: #F8BE1D;
}

.para {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  letter-spacing: -0.1rem;
  font-weight: 600;
  text-align: justify;
}

@media only screen and (max-width: 56.25em) {
  .para {
    font-weight: 400;
    color: #eee;
    margin: 0 !important;
    font-size: 2rem;
  }
}

.margin {
  margin: 2rem;
}

.margin--sides {
  margin: 0 2rem;
}

.margin--top {
  margin: 2rem 0;
}

.margin--sm {
  margin: 1rem;
}

.margin--sm--sides {
  margin: 0 1rem;
}

.margin--la {
  margin: 3rem;
}

.padding--top {
  padding: 2rem 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex--space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link {
  display: block;
  text-decoration: none;
  margin: 0 0.2rem;
}

.text--right {
  text-align: right;
}

@media only screen and (max-width: 56.25em) {
  .text--right {
    text-align: center;
  }
}

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

.bee {
  -webkit-animation: hover 2s ease-in-out infinite;
          animation: hover 2s ease-in-out infinite;
}

.bee-body {
  position: relative;
  margin: 136px 130px 38px 130px;
  min-width: 130px;
  background: #ffca31;
  /*body*/
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-size: 130px 65px, cover, cover, cover;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #292929)), radial-gradient(circle at 51% 36%, #ffd764 47%, transparent 47%), radial-gradient(circle at 51% 53%, #ffd764 55%, transparent 55%), radial-gradient(circle at 60% 53%, #ffebb1 60%, transparent 60%);
  background-image: linear-gradient(to bottom, transparent 50%, #292929 50%), radial-gradient(circle at 51% 36%, #ffd764 47%, transparent 47%), radial-gradient(circle at 51% 53%, #ffd764 55%, transparent 55%), radial-gradient(circle at 60% 53%, #ffebb1 60%, transparent 60%);
  /*stripes on body*/
  -webkit-box-shadow: 35px -105px 0 -44px #ffd764, -35px -105px 0 -44px #ffd764, 38px -107px 0 -41px #ffebb1, -32px -107px 0 -41px #ffebb1, 35px -105px 0 -38px #ffca31, -35px -105px 0 -38px #ffca31, 3px -95px 0 -18px #ffd764, 5px -100px 0 -15px #ffebb1, 0px -95px 0 -10px #ffca31, -35px -183px 0 -57px #363636, 35px -183px 0 -57px #363636, -33px -185px 0 -56px #505050, 37px -185px 0 -56px #505050, -35px -184px 0 -54px #292929, 35px -184px 0 -54px #292929;
          box-shadow: 35px -105px 0 -44px #ffd764, -35px -105px 0 -44px #ffd764, 38px -107px 0 -41px #ffebb1, -32px -107px 0 -41px #ffebb1, 35px -105px 0 -38px #ffca31, -35px -105px 0 -38px #ffca31, 3px -95px 0 -18px #ffd764, 5px -100px 0 -15px #ffebb1, 0px -95px 0 -10px #ffca31, -35px -183px 0 -57px #363636, 35px -183px 0 -57px #363636, -33px -185px 0 -56px #505050, 37px -185px 0 -56px #505050, -35px -184px 0 -54px #292929, 35px -184px 0 -54px #292929;
  /*antenae nubs*/
}

.bee-body:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #363636));
  background: linear-gradient(to bottom, transparent 50%, #363636 50%);
  height: 130px;
  width: 130px;
  right: 0px;
  bottom: 0px;
  background-size: 130px 65px;
  border-radius: 50%;
  -webkit-clip-path: ellipse(41% at 51% 48%);
          clip-path: ellipse(41% at 51% 48%);
}

.bee-body:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #434343));
  background: linear-gradient(to bottom, transparent 50%, #434343 50%);
  height: 130px;
  width: 130px;
  right: 0px;
  bottom: 0px;
  background-size: 130px 65px;
  border-radius: 50%;
  -webkit-clip-path: ellipse(41% at 61% 48%);
          clip-path: ellipse(41% at 61% 48%);
}

.mouth {
  /*mouth*/
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 55px;
  bottom: 128px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #363636;
}

.antenae {
  position: relative;
  z-index: -2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -75px;
  bottom: 130px;
  border: 8px solid #363636;
  /*right antenae stem*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: hidden hidden hidden solid;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
}

.antenae:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -87px;
  bottom: 30px;
  border: 8px solid #363636;
  /*left antenae stem*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: hidden solid hidden hidden;
  -webkit-transform: skewY(40deg);
          transform: skewY(40deg);
}

.antenae:after {
  /*stinger*/
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  position: absolute;
  content: "";
  bottom: -213px;
  left: -33px;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #292929), color-stop(50%, #363636));
  background: linear-gradient(to right, #292929 50%, #363636 50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.bee-left {
  -webkit-animation: flight-left 0.5s ease-out infinite;
          animation: flight-left 0.5s ease-out infinite;
  content: "";
  position: absolute;
  background-color: #f8f8ff;
  /*large wing left*/
  height: 100px;
  width: 150px;
  bottom: 110px;
  right: 100px;
  border-radius: 30px 130px 0 130px;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  z-index: -1;
  -webkit-box-shadow: inset 30px 105px 0 -70px #fff;
          box-shadow: inset 30px 105px 0 -70px #fff;
}

.bee-left:after {
  -webkit-animation: flight-little 0.5s ease-in-out infinite;
          animation: flight-little 0.5s ease-in-out infinite;
  content: "";
  position: absolute;
  width: 100px;
  height: 110px;
  top: 70px;
  left: 48px;
  background-color: #f0f0f0;
  /*little wing left*/
  border-radius: 50% / 50% 0 100% 50%;
  -webkit-box-shadow: inset 10px 1px 0px 0px #fff, inset 30px 7px 0px 0px #f6f6f6;
          box-shadow: inset 10px 1px 0px 0px #fff, inset 30px 7px 0px 0px #f6f6f6;
}

.bee-right {
  -webkit-animation: flight-right 0.5s ease-in-out infinite;
          animation: flight-right 0.5s ease-in-out infinite;
  content: "";
  position: absolute;
  background-color: #f8f8ff;
  /*large wing right*/
  height: 100px;
  width: 150px;
  bottom: 110px;
  left: 100px;
  border-radius: 30px 130px 0 130px;
  border-radius: 130px 30px 130px 0px;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  z-index: -1;
  -webkit-box-shadow: inset 30px 105px 0 -70px #fff;
          box-shadow: inset 30px 105px 0 -70px #fff;
}

.bee-right:after {
  -webkit-animation: flight-little 0.5s ease-in-out infinite;
          animation: flight-little 0.5s ease-in-out infinite;
  content: "";
  position: absolute;
  width: 100px;
  height: 110px;
  top: 70px;
  right: 48px;
  background-color: #f0f0f0;
  /*little wing right*/
  border-radius: 50% / 0 50% 50% 100%;
  -webkit-box-shadow: inset -10px 1px 0px 0px #fff, inset -30px 7px 0px 0px #f6f6f6;
          box-shadow: inset -10px 1px 0px 0px #fff, inset -30px 7px 0px 0px #f6f6f6;
}

.blink {
  position: relative;
}

.blink:before {
  /*left pupil and eyeball shadows*/
  background-image: radial-gradient(circle at 71% 38%, #fff 8%, transparent 8%), radial-gradient(circle at 65% 50%, #363636 16%, transparent 16%), radial-gradient(circle at 69% 47%, #434343 19%, transparent 19%), radial-gradient(circle at 65% 50%, #292929 25%, transparent 25%), radial-gradient(ellipse at 50% 55%, #f8f8ff 50%, transparent 50%), radial-gradient(circle at 70% 50%, #fff 65%, transparent 65%);
  left: 2px;
}

.blink:before, .blink:after {
  -webkit-clip-path: ellipse(50% 20% at 50% 50%);
          clip-path: ellipse(50% 20% at 50% 50%);
  content: "";
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #f0f0f0;
  top: -67px;
  -webkit-animation: blink 10s linear infinite;
          animation: blink 10s linear infinite;
}

.blink:after {
  /*right pupil and eyeball shadows*/
  background-image: radial-gradient(circle at 41% 38%, #fff 8%, transparent 8%), radial-gradient(circle at 35% 50%, #363636 16%, transparent 16%), radial-gradient(circle at 39% 47%, #434343 19%, transparent 19%), radial-gradient(circle at 35% 50%, #292929 25%, transparent 25%), radial-gradient(ellipse at 50% 55%, #f8f8ff 50%, transparent 50%), radial-gradient(circle at 70% 50%, #fff 65%, transparent 65%);
  left: 73px;
}

.wrapper {
  z-index: 100;
  position: absolute;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  pointer-events: none;
}

@media only screen and (max-width: 37.5em) {
  .wrapper {
    display: none;
  }
}

@-webkit-keyframes blink {
  0% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  9% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  10% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  11% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  30% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  31% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  32% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  33% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  34% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  35% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  50% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  60% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  61% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  69% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  70% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  79% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  80% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  81% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes shadow {
  0% {
    width: 170px;
  }
  50% {
    width: 180px;
  }
  100% {
    width: 170px;
  }
}

@keyframes shadow {
  0% {
    width: 170px;
  }
  50% {
    width: 180px;
  }
  100% {
    width: 170px;
  }
}

@-webkit-keyframes flight-left {
  0% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(25deg);
            transform: skewY(25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
}

@keyframes flight-left {
  0% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(25deg);
            transform: skewY(25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
}

@-webkit-keyframes flight-right {
  0% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
}

@keyframes flight-right {
  0% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
}

@-webkit-keyframes flight-little {
  0% {
    height: 110px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 110px;
  }
}

@keyframes flight-little {
  0% {
    height: 110px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 110px;
  }
}

.blueprint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 40vh;
  min-height: 65vh;
  margin: 4rem 0;
  cursor: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

@media only screen and (max-width: 56.25em) {
  .blueprint {
    min-height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blueprint__col {
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border: 1px #F8BE1D solid;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.blueprint__col:nth-child(odd) {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.blueprint__col:nth-child(odd):hover, .blueprint__col:nth-child(odd):focus, .blueprint__col:nth-child(odd):active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.blueprint__col--center {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: relative;
  border: none;
}

.blueprint__row {
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px #F8BE1D solid;
  text-align: center;
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.blueprint__row {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.blueprint__row:hover, .blueprint__row:focus, .blueprint__row:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.blueprint__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  border: 1px #000 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.blueprint__center:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.blueprint__col > .blueprint__text {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blueprint__text {
  padding: 0.4rem 1rem;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #F8BE1D;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blueprint__text--2 {
  position: relative;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blueprint__text--4 {
  position: relative;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blueprint .blueprint-01-bg {
  background-image: url(./../../img/blueprint/BeeParty.png);
  background-position: center;
  background-size: cover;
}

.blueprint .blueprint-02-bg {
  background-image: url(./../../img/blueprint/SocialMedia.png);
  background-position: center;
  background-size: cover;
}

.blueprint .blueprint-03-bg {
  background-image: url(./../../img/blueprint/BeeVerse.png);
  background-position: center;
  background-size: cover;
}

.blueprint .blueprint-04-bg {
  background-image: url(./../../img/blueprint/HoneyMarket.png);
  background-position: center;
  background-size: cover;
}

.blueprint .blueprint-05-bg {
  background-image: url(./../../img/blueprint/Gallery.png);
  background-position: center;
  background-size: cover;
}

.button {
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.button__text {
  font-size: 2.4rem;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  padding: 1rem 3rem;
  background-color: #000000;
  color: #F8BE1D;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button__text--1 {
  background-color: #F8BE1D;
  color: #000000;
}

.button__image {
  height: 70%;
}

.button:hover {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

.faq {
  font-family: "Montserrat", sans-serif;
  width: 85%;
}

.faq__para {
  margin: 3rem 0;
}

.accordion {
  background-color: #000000;
  color: #F8BE1D;
  cursor: none;
  padding: 3rem 1.8rem;
  width: 100%;
  border: none;
  border-bottom: 1px #000000 solid;
  text-align: left;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.panel {
  padding: 0 4rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  font-size: 1.8rem;
}

.header {
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

al .header__text-box {
  height: 100%;
}

.header__img {
  width: 100%;
  height: 100%;
}

.header__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40rem;
}

.header__primary--text {
  height: 38rem;
  -webkit-mask-image: url(./../../img/B.svg);
          mask-image: url(./../../img/B.svg);
  -webkit-mask-repeat: round;
          mask-repeat: round;
  margin: -4rem;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.header__primary div:hover {
  color: #000000;
}

@media only screen and (max-width: 56.25em) {
  .header__primary {
    display: none;
  }
}

.header__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  visibility: hidden;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  letter-spacing: -0.065em;
}

.header__secondary span:not(:last-child) {
  position: absolute;
}

@media only screen and (max-width: 56.25em) {
  .header__secondary {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14rem;
    line-height: 109px;
    height: 60vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__secondary span:not(:last-child) {
    position: relative;
  }
  .header__secondary span:not(:last-child):hover {
    color: #F8BE1D;
  }
  .header__secondary span:last-child {
    display: none;
  }
}

@media only screen and (max-width: 56.25em) {
  .header {
    height: 94vh;
  }
}

.member {
  margin: 4rem 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 22px;
}

.member__card {
  width: 23rem;
  height: 34rem;
  margin: 2rem;
}

.member__card--partners {
  height: 20rem !important;
  width: 20rem !important;
}

@media only screen and (max-width: 37.5em) {
  .member__card {
    width: 20rem;
    height: 30rem;
    margin: 0.8rem;
  }
}

.member__img-box {
  position: relative;
  width: 100%;
  height: 60%;
  background-color: #F8BE1D;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: scale(1.1);
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.member__img-box {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.member__img-box:hover, .member__img-box:focus, .member__img-box:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.member__img-box--partners {
  height: 100%;
  -webkit-clip-path: none;
          clip-path: none;
  background-color: transparent;
}

.member__border {
  background-color: #000000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.member__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.member__img--partners {
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  width: 90%;
}

.member__text-box {
  margin-top: 2rem;
}

.member__name {
  margin-top: 1rem;
  font-size: 2rem;
  color: #F8BE1D;
  font-weight: 700;
  line-height: 2rem;
}

.member__position {
  font-size: 1.5rem;
  background-color: #F8BE1D;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 1rem;
  margin: 1rem 0;
}

.member__social {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #F8BE1D;
  padding: 0.3rem;
  border: 0.3rem #000000 solid;
  border-radius: 5px;
}

.member__icon {
  width: 100%;
  height: 100%;
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.member__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.member__icon:hover, .member__icon:focus, .member__icon:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.popup {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 75vw;
  height: 40vh;
  min-height: 65vh;
  margin: 6rem 0;
  border: 2px #F8BE1D solid;
}

.popup__title-bar {
  width: 100%;
  height: 10%;
  border-bottom: 1px #F8BE1D solid;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F8BE1D;
}

.popup__title-bar > div {
  margin: 2rem 0;
  padding: 0 2rem;
}

.popup__container {
  overflow-y: scroll;
  height: 90%;
  font-weight: 400;
}

@media only screen and (max-width: 56.25em) {
  .popup__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popup__container--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.popup__container > div {
  padding: 0 2rem;
  width: 50%;
}

@media only screen and (max-width: 56.25em) {
  .popup__container > div {
    width: 100%;
  }
}

.popup__image {
  width: 50%;
}

@media only screen and (max-width: 56.25em) {
  .popup__image {
    width: 25%;
    margin: 4rem 2rem;
  }
}

.popup__heading {
  font-size: 1.8rem;
  margin: 2rem 0 0 0;
  text-transform: uppercase;
  color: #F8BE1D;
}

.popup__details {
  font-size: 1.4rem;
  text-align: justify;
}

.popup__close-btn {
  font-size: 1.6rem;
  margin: 0 2rem !important;
  padding: 0.4rem 2rem;
  background-color: #F8BE1D;
  cursor: none;
  color: #000;
}

.faq-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}

.footer {
  position: relative;
  bottom: 0;
  width: 96%;
  margin: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media only screen and (min-height: 100vh) {
  .footer {
    position: absolute;
    margin: 1rem 0;
  }
}

.footer__text-box {
  margin: 0 2rem;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 56.25em) {
  .navigation {
    background-color: #000000;
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0.4;
  }
}

@media only screen and (max-width: 56.25em) {
  .navigation__open {
    opacity: 1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

.navigation__logo {
  height: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .navigation__logo {
    height: 7rem;
  }
}

.navigation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .navigation__nav {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 56.25em) {
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: right;
    font-size: 200%;
  }
  .navigation__list:first-child {
    height: 70%;
    font-size: 260%;
  }
  .navigation__list:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.navigation__link {
  display: block;
  text-decoration: none;
  margin: 0 0.2rem;
  font-size: 90%;
  cursor: none;
}

.navigation__item {
  color: #F8BE1D;
  padding: 0.1rem 2rem;
  border: none;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.navigation__item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.navigation__item:hover, .navigation__item:focus, .navigation__item:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media only screen and (max-width: 56.25em) {
  .navigation__item {
    text-align: center;
    width: 100%;
  }
}

.navigation__item--current {
  background-color: #F8BE1D;
  border: 2px #F8BE1D solid;
  color: #000000;
  border-radius: 0;
}

.navigation__item--icon {
  border: 4px #000000 solid;
  border-radius: 0;
  background-color: #F8BE1D;
  padding: 0.4rem;
  height: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .navigation__item--icon {
    height: 5rem;
  }
}

.navigation__item--icon:hover {
  background-color: #F8BE1D !important;
  border: 4px #000000 solid;
}

.navigation__item:hover {
  background-color: #000000;
  border: 4px #000000 solid;
}

.navigation__icon {
  width: 100%;
  height: 100%;
}

.navigation__x {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation__x, .navigation__x::before, .navigation__x::after {
  width: 4rem;
  height: 3px;
  background-color: #fff;
  display: inline-block;
}

.navigation__x::before, .navigation__x::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navigation__x::before {
  top: -.8rem;
}

.navigation__x::after {
  top: .8rem;
}

.nav-btn {
  display: none;
}

@media only screen and (max-width: 56.25em) {
  .nav-btn {
    display: block;
    width: 8rem;
    height: 8rem;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    margin: 2.5rem;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

@media only screen and (max-width: 56.25em) {
  .about__heading {
    margin: 2rem 0;
  }
}

.about__text-box {
  padding: 2rem;
  width: 55%;
  height: 100%;
}

.about__text-box--vision {
  width: 70%;
}

@media only screen and (max-width: 56.25em) {
  .about__text-box {
    width: 100%;
    padding: 0;
  }
}

.about__image-box {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 2rem;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .about__image-box {
    width: 100%;
    position: relative;
    padding: 2rem;
  }
}

.about__img {
  width: 50%;
}

.about__img--abt {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.vision {
  height: 100% !important;
  min-height: 100%;
  margin: 4.2rem 0;
  overflow-x: hidden;
  padding: 0 4rem;
}

@media only screen and (max-width: 56.25em) {
  .vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 1rem;
    margin: 2rem 0;
  }
  .vision:nth-child(2) {
    display: none;
  }
}

.vision__text-box {
  padding: 2rem;
  width: 70%;
  height: 100%;
}

@media only screen and (max-width: 56.25em) {
  .vision__text-box {
    width: 100%;
    padding: 1rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .vision__heading {
    margin: 2rem 0;
    text-align: center;
  }
}

.vision__image-box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .vision__image-box {
    width: 100%;
  }
}

.vision__image-box--center {
  width: 98vw;
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .vision__image-box--center {
    display: none;
  }
}

.vision__image {
  width: 65%;
}

@media only screen and (max-width: 56.25em) {
  .vision__image {
    width: 60%;
    padding: 1rem;
  }
}
