@charset "UTF-8";
.secn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 2%;
  border: solid red 1px;
}

.secn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.secn-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

* {
  box-sizing: border-box;
}

.topnav {
  width: 100%;
  background-color: rgb(243, 243, 243);
  box-shadow: 6px 0 12px rgba(82, 73, 28, 0.4);
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 600px) and (max-width: 999px) {
  .topnav {
    top: 0;
  }
}
@media (min-width: 1000px) {
  .topnav {
    top: 0;
  }
}
.topnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 2%;
}

.topnav button {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: orange;
}
.topnav button svg {
  fill: orange;
  stroke: orange;
  height: 30px;
  width: 30px;
}
@media (min-width: 1000px) {
  .topnav button {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .topnav button {
    display: none;
  }
}

.topnav button span {
  position: absolute;
  bottom: -15px;
  font-size: 11px;
}

.topnav menu {
  position: absolute;
  top: 72px;
}
@media (min-width: 600px) {
  .topnav menu {
    top: 0;
  }
}
@media (min-width: 1000px) {
  .topnav menu {
    top: 0;
  }
}
.topnav menu {
  height: 180px;
}
@media (min-width: 600px) {
  .topnav menu {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .topnav menu {
    height: 80px;
  }
}
.topnav menu {
  padding: 0;
}
@media (min-width: 600px) {
  .topnav menu {
    padding: auto;
  }
}
@media (min-width: 1000px) {
  .topnav menu {
    padding: auto;
  }
}
.topnav menu {
  box-shadow: 6px 0 12px rgba(82, 73, 28, 0.4);
}
@media (min-width: 600px) and (max-width: 999px) {
  .topnav menu {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-shadow: unset;
  }
}
@media (min-width: 1000px) {
  .topnav menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-shadow: unset;
  }
}
.topnav menu {
  font-weight: 600 !important;
  right: 0;
  width: 0;
}
@media (min-width: 600px) {
  .topnav menu {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .topnav menu {
    width: 100%;
  }
}
.topnav menu {
  overflow: hidden;
  transition: 0.5s;
  background-color: rgb(243, 243, 243);
}

.topnav menu.show {
  width: 100%;
}

.topnav menu button {
  color: #02023d;
  font-size: 14px;
  font-family: 600;
  height: 50px;
}
@media (min-width: 600px) {
  .topnav menu button {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .topnav menu button {
    height: 100%;
  }
}
.topnav menu button {
  width: 100% !important;
}
@media (min-width: 600px) {
  .topnav menu button {
    width: auto !important;
  }
}
@media (min-width: 1000px) {
  .topnav menu button {
    width: auto !important;
  }
}
.topnav menu button {
  padding: 0 6%;
}
@media (min-width: 600px) {
  .topnav menu button {
    padding: 0 0;
  }
}
@media (min-width: 1000px) {
  .topnav menu button {
    padding: 0 0;
  }
}
.topnav menu button {
  margin: 4px 0;
}
@media (min-width: 600px) {
  .topnav menu button {
    margin: 0 3%;
  }
}
@media (min-width: 1000px) {
  .topnav menu button {
    margin: 0 3%;
  }
}
.topnav menu button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(2, 2, 61, 0.05);
}
@media (min-width: 600px) {
  .topnav menu button {
    background-color: unset;
  }
}
@media (min-width: 1000px) {
  .topnav menu button {
    background-color: unset;
  }
}
.topnav menu button {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.topnav .logo-holder {
  width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .topnav .logo-holder {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  .topnav .logo-holder {
    width: 20%;
  }
}
.topnav .logo-holder {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.topnav .logo-holder img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
}

.leftNav, .rightNav {
  width: 0%;
  height: inherit;
  background-color: white;
  position: fixed;
  height: 90vh;
  top: 80px;
  overflow: hidden;
}

.leftNav {
  left: 0%;
  left: 0;
}
@media (min-width: 600px) {
  .leftNav {
    left: 0;
  }
}
@media (min-width: 1000px) {
  .leftNav {
    left: 1;
  }
}
.leftNav {
  width: 0;
  width: 0;
}
@media (min-width: 600px) {
  .leftNav {
    width: 0;
  }
}
@media (min-width: 1000px) {
  .leftNav {
    width: 0;
  }
}
.leftNav {
  overflow: hidden;
  transition: 0.8s;
  background-color: white;
  z-index: 2;
  top: 80px;
}

.leftNav .menuHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2%;
  width: 100%;
}

.menu-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.leftNav .menuHolder .menu-group button {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 2px;
  color: #02023d;
}

.leftNav .menuHolder .title {
  text-align: left;
  width: 100%;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.leftNav.shower {
  width: 100%;
}
@media (min-width: 600px) {
  .leftNav.shower {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .leftNav.shower {
    width: 0%;
  }
}
.leftNav.shower {
  z-index: 5;
  transition: 0.8s;
  border-right: solid orange 0.3px;
}

.midleContainer {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media (min-width: 600px) {
  .midleContainer {
    margin-top: 80px;
  }
}
@media (min-width: 1000px) {
  .midleContainer {
    margin-top: 80px;
  }
}

.rightNav {
  background-color: white;
  width: 0%;
  right: 0%;
}

.contentHolder {
  background-color: white;
  height: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .contentHolder {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    width: 100%;
  }
}
.contentHolder {
  width: 100%;
}
@media (min-width: 600px) {
  .contentHolder {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    width: 100%;
  }
}
.contentHolder {
  margin-left: 0;
  margin-left: 0%;
}
@media (min-width: 600px) {
  .contentHolder {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    margin-left: 0%;
  }
}
.contentHolder {
  margin-right: auto;
  overflow: auto;
}

.menuHolder {
  margin-right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.menuButton {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin: auto 30px;
  position: relative;
  font-size: 12px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
}
.menuButton span {
  position: absolute;
  top: 100%;
  width: 250%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
}
.menuButton svg {
  fill: orange;
  height: 25px;
  width: 25px;
}
@media (min-width: 1000px) {
  .menuButton {
    display: none;
  }
}

.topPane {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 1% 2% 2% 2%;
  position: relative;
}

#banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 89vh;
  width: 100%;
  overflow: hidden;
}

#banner .slide {
  position: absolute;
  height: 89vh;
  width: 100%;
  left: 100%;
  height: 89vh;
}

#banner .slide .division {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

#banner .slide .division:first-child {
  background-color: rgb(243, 243, 243);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}
@media (min-width: 600px) {
  #banner .slide .division:first-child {
    z-index: 0;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:first-child {
    z-index: 1;
  }
}
#banner .slide .division:first-child {
  height: 100%;
}
@media (min-width: 1000px) {
  #banner .slide .division:first-child {
    clip-path: polygon(0 0, 75% 0, 55% 100%, 0 100%);
  }
}

#banner .slide .division:first-child .nest {
  padding-top: 15vh;
}
@media (min-width: 600px) {
  #banner .slide .division:first-child .nest {
    padding-top: 15vh;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:first-child .nest {
    padding-top: 15.5vh;
  }
}
#banner .slide .division:first-child .nest {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 5%;
}
@media (min-width: 600px) {
  #banner .slide .division:first-child .nest {
    padding-left: 10%;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:first-child .nest {
    padding-left: 14%;
  }
}
#banner .slide .division:first-child .nest {
  z-index: 10;
}

#banner .slide .division:last-child {
  background-color: rgb(255, 94, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  height: 50%;
}
@media (min-width: 600px) {
  #banner .slide .division:last-child {
    height: 60%;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:last-child {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#banner .slide .division:last-child {
  top: 50%;
}
@media (min-width: 600px) {
  #banner .slide .division:last-child {
    top: 40%;
  }
}
@media (min-width: 1000px) {
  #banner .slide .division:last-child {
    top: 0%;
  }
}
#banner .slide .division:last-child {
  padding-right: 5%;
}

#banner .slide:nth-child(2) .division:last-child {
  background-color: #02023d;
}

#banner .division .sub {
  /*//position: absolute;
  height: 100%;
  width: 100%;
  background-color: colors.$white-smoke;
  @include mixin.flx;
  @include mixin.flexdir(column);
  //@include mixin.cntralign;
  padding-left: 15%;
  @include mixin.cntrjstf*/
}

#banner .division .child {
  width: 80%;
}
@media (min-width: 600px) {
  #banner .division .child {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  #banner .division .child {
    width: 40%;
  }
}
#banner .division .child {
  font-size: 5vw;
  font-size: 4.5vw;
}
@media (min-width: 600px) {
  #banner .division .child {
    font-size: 2.5vw;
  }
}
@media (min-width: 1000px) {
  #banner .division .child {
    font-size: 1.5vw;
  }
}

#banner .division .child:first-child {
  width: 90%;
}
@media (min-width: 600px) {
  #banner .division .child:first-child {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:first-child {
    width: 80%;
  }
}
#banner .division .child:first-child {
  font-weight: 600;
  font-size: 7.5vw;
}
@media (min-width: 600px) {
  #banner .division .child:first-child {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:first-child {
    font-size: 40px;
  }
}
#banner .division .child:first-child {
  margin-bottom: 3vh;
}
@media (min-width: 600px) {
  #banner .division .child:first-child {
    margin-bottom: 3vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:first-child {
    margin-bottom: 5vh;
  }
}

#banner .division .child:nth-child(2) {
  margin-bottom: 30px;
  margin-bottom: 3vh;
}
@media (min-width: 600px) {
  #banner .division .child:nth-child(2) {
    margin-bottom: 3vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-child(2) {
    margin-bottom: 4vh;
  }
}
#banner .division .child:nth-child(2) {
  background-color: rgba(2, 2, 61, 0.05);
  border: solid rgba(2, 2, 61, 0.1) 0.3px;
  min-width: 55vw;
}
@media (min-width: 600px) {
  #banner .division .child:nth-child(2) {
    min-width: 30vw;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-child(2) {
    min-width: 20vw;
  }
}
#banner .division .child:nth-child(2) {
  max-width: 58vw;
}
@media (min-width: 600px) {
  #banner .division .child:nth-child(2) {
    max-width: 35vw;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-child(2) {
    max-width: 25vw;
  }
}
#banner .division .child:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5vh;
}
@media (min-width: 600px) {
  #banner .division .child:nth-child(2) {
    height: 4vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-child(2) {
    height: 8vh;
  }
}
#banner .division .child:nth-child(2) {
  border-radius: 70px;
}

#banner .division .child:nth-last-of-type(-n + 3) {
  background-color: rgba(2, 2, 61, 0.05);
  border: solid rgba(2, 2, 61, 0.1) 0.3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  height: 55px;
  height: 6vh;
}
@media (min-width: 600px) {
  #banner .division .child:nth-last-of-type(-n + 3) {
    height: 4vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-last-of-type(-n + 3) {
    height: 8vh;
  }
}
#banner .division .child:nth-last-of-type(-n + 3) {
  border-radius: 5px;
  padding: 0 10px;
  padding-left: 50px;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  #banner .division .child:nth-last-of-type(-n + 3) {
    margin-bottom: 2vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-last-of-type(-n + 3) {
    margin-bottom: 4vh;
  }
}
#banner .division .child:nth-last-of-type(-n + 3) {
  font-weight: 600;
}

#banner .division .child:nth-last-of-type(1) {
  background-color: rgba(2, 2, 61, 0.05);
  border: solid rgba(2, 2, 61, 0.1) 0.3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 150px;
  height: 55px;
  border-radius: 5px;
  padding: 0 10px;
  padding-left: 50px;
  margin-top: 30px;
  height: 6vh;
}
@media (min-width: 600px) {
  #banner .division .child:nth-last-of-type(1) {
    height: 6vh;
  }
}
@media (min-width: 1000px) {
  #banner .division .child:nth-last-of-type(1) {
    height: 8vh;
  }
}
#banner .division .child:nth-last-of-type(1) {
  font-weight: 600;
  display: none;
}

#banner .getPaylodr {
  position: absolute;
  top: 67%;
  top: 50vh;
}
@media (min-width: 600px) {
  #banner .getPaylodr {
    top: 47%;
  }
}
@media (min-width: 1000px) {
  #banner .getPaylodr {
    top: 67%;
  }
}
#banner .getPaylodr {
  left: 5%;
}
@media (min-width: 600px) {
  #banner .getPaylodr {
    left: 10%;
  }
}
@media (min-width: 1000px) {
  #banner .getPaylodr {
    left: 14%;
  }
}
#banner .getPaylodr {
  z-index: 5;
  width: 120px;
  background-color: rgb(255, 94, 0);
  color: white;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin: unset;
  margin-top: 30px;
}

#banner .slide:nth-child(2) .division:last-child img {
  width: 85%;
  width: 78vw;
}
@media (min-width: 600px) {
  #banner .slide:nth-child(2) .division:last-child img {
    width: 60vw;
  }
}
@media (min-width: 1000px) {
  #banner .slide:nth-child(2) .division:last-child img {
    width: 40vw;
  }
}
#banner .slide:nth-child(2) .division:last-child img {
  height: 40vw;
}
@media (min-width: 600px) {
  #banner .slide:nth-child(2) .division:last-child img {
    height: 30vw;
  }
}
@media (min-width: 1000px) {
  #banner .slide:nth-child(2) .division:last-child img {
    height: 20vw;
  }
}

#banner .usersOption {
  position: absolute;
  top: calc(72% + 40px);
  top: calc(60% + 40px);
}
@media (min-width: 600px) {
  #banner .usersOption {
    top: calc(50% + 40px);
  }
}
@media (min-width: 1000px) {
  #banner .usersOption {
    top: calc(72% + 40px);
  }
}
#banner .usersOption {
  left: 5%;
}
@media (min-width: 600px) {
  #banner .usersOption {
    left: 10%;
  }
}
@media (min-width: 1000px) {
  #banner .usersOption {
    left: 14%;
  }
}
#banner .usersOption {
  z-index: 5;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(2, 2, 61, 0.05);
  transition: 0.3s;
  border-radius: 5px;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}

#banner .usersOption.show {
  padding: 5px;
  height: 85px;
  border: solid rgba(2, 2, 61, 0.1) 0.3px;
}

#banner .usersOption button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  height: 40px;
  padding: 0 5%;
  color: #02023d;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

#banner .slide .division .nest .usersOption button:last-child {
  margin-bottom: unset;
}

#banner .slide:first-child .division:last-child img {
  width: 50%;
  width: 53vw;
}
@media (min-width: 600px) {
  #banner .slide:first-child .division:last-child img {
    width: 40vw;
  }
}
@media (min-width: 1000px) {
  #banner .slide:first-child .division:last-child img {
    width: 25vw;
  }
}
#banner .slide:first-child .division:last-child img {
  height: 60vw;
}
@media (min-width: 600px) {
  #banner .slide:first-child .division:last-child img {
    height: 45vw;
  }
}
@media (min-width: 1000px) {
  #banner .slide:first-child .division:last-child img {
    height: 28vw;
  }
}

.currentSlideClass {
  animation: slideIn 0.9s ease forwards;
  z-index: 1;
}

.forwardClass {
  animation: slideOut 0.9s ease forwards;
  z-index: 1;
}

@keyframes slideIn {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes slideOut {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
#whys {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(243, 243, 243, 0.2);
}
#whys h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10vw;
}
@media (min-width: 600px) {
  #whys h1 {
    font-size: 4vw;
  }
}
@media (min-width: 1000px) {
  #whys h1 {
    font-size: 5vw;
  }
}
#whys h1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 800;
  width: 100%;
}

#whys .nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
@media (min-width: 1000px) {
  #whys .nest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
#whys .nest {
  height: auto;
  padding: 3%;
}
@media (min-width: 600px) {
  #whys .nest {
    padding: 6%;
  }
}
@media (min-width: 1000px) {
  #whys .nest {
    padding: 2%;
  }
}

#whys .nest .content {
  width: 88%;
}
@media (min-width: 600px) {
  #whys .nest .content {
    width: 86%;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content {
    width: 28%;
  }
}
#whys .nest .content {
  margin: 20px 0 0 0;
}
@media (min-width: 600px) {
  #whys .nest .content {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content {
    margin: auto;
  }
}
#whys .nest .content {
  height: 320px;
}
@media (min-width: 600px) {
  #whys .nest .content {
    height: 400;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content {
    height: 400px;
  }
}
#whys .nest .content {
  background-color: white;
  border: solid rgba(2, 2, 61, 0.07) 0.5px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 50px;
}

#whys .nest .content .img-holder {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
#whys .nest .content .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#whys .nest .content .heading {
  font-size: 4vw;
}
@media (min-width: 600px) {
  #whys .nest .content .heading {
    font-size: 2.5vw;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content .heading {
    font-size: 1.6vw;
  }
}
#whys .nest .content .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 5%;
}
@media (min-width: 600px) {
  #whys .nest .content .heading {
    padding: 0 4%;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content .heading {
    padding: 0 4%;
  }
}

#whys .nest .content .text {
  font-size: 3.5vw;
}
@media (min-width: 600px) {
  #whys .nest .content .text {
    font-size: 2.2vw;
  }
}
@media (min-width: 1000px) {
  #whys .nest .content .text {
    font-size: 1.4vw;
  }
}
#whys .nest .content .text {
  padding-left: 10%;
  padding-right: 5%;
}

#whys .nest .img-holder {
  border-radius: 7px;
  width: 110%;
}

#about {
  padding: 30px 0;
}
@media (min-width: 600px) {
  #about {
    padding: 40px 0;
  }
}
@media (min-width: 1000px) {
  #about {
    padding: 80px 0;
  }
}
#about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-bottom: 60px;
  width: 100%;
  background-color: rgba(243, 243, 243, 0.8);
}
@media (min-width: 1000px) {
  #about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#about .content {
  width: 87%;
}
@media (min-width: 600px) {
  #about .content {
    width: 77%;
  }
}
@media (min-width: 1000px) {
  #about .content {
    width: 40%;
  }
}
#about .content {
  height: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 80px 0 0 0;
}
@media (min-width: 600px) {
  #about .content {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  #about .content {
    margin: auto;
  }
}
#about .content {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

#about .content:first-child {
  margin: 20px 0 0 0;
}
@media (min-width: 600px) {
  #about .content:first-child {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  #about .content:first-child {
    margin: auto;
  }
}

#about .content .text {
  font-size: 4vw;
}
@media (min-width: 600px) {
  #about .content .text {
    font-size: 2.2vw;
  }
}
@media (min-width: 1000px) {
  #about .content .text {
    font-size: 1.4vw;
  }
}
#about .content .text {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 7vw;
}
@media (min-width: 600px) {
  #about .content .text {
    line-height: 4vw;
  }
}
@media (min-width: 1000px) {
  #about .content .text {
    line-height: 2.6vw;
  }
}

#about .content .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 5%;
  padding: 5%;
}
@media (min-width: 600px) {
  #about .content .heading {
    padding: 4%;
  }
}
@media (min-width: 1000px) {
  #about .content .heading {
    padding: 3%;
  }
}
#about .content .heading h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#about .content .heading svg {
  height: 50px;
  width: 50px;
  stroke: rgb(255, 94, 0);
}

#about .content:last-child .heading svg {
  stroke: #02023d;
}

#about .content:last-child .heading h1 {
  color: rgb(255, 94, 0);
}

#what {
  background-color: rgba(255, 165, 0, 0.09);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

#what h1 {
  font-size: 10vw;
}
@media (min-width: 600px) {
  #what h1 {
    font-size: 4vw;
  }
}
@media (min-width: 1000px) {
  #what h1 {
    font-size: 5vw;
  }
}
#what h1 {
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#what .description {
  width: 100%;
  text-align: center;
  padding: 0 8%;
}
@media (min-width: 600px) {
  #what .description {
    padding: 0 10%;
  }
}
@media (min-width: 1000px) {
  #what .description {
    padding: 0 15%;
  }
}
#what .description {
  line-height: 7vw;
}
@media (min-width: 600px) {
  #what .description {
    line-height: 4vw;
  }
}
@media (min-width: 1000px) {
  #what .description {
    line-height: 2.6vw;
  }
}
#what .description {
  font-size: 4vw;
}
@media (min-width: 600px) {
  #what .description {
    font-size: 2.2vw;
  }
}
@media (min-width: 1000px) {
  #what .description {
    font-size: 1.4vw;
  }
}

#what .nest {
  padding: 30px 0;
}
@media (min-width: 600px) {
  #what .nest {
    padding: 40px 0;
  }
}
@media (min-width: 1000px) {
  #what .nest {
    padding: 80px 4%;
  }
}
#what .nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-bottom: 60px;
  width: 100%;
}
@media (min-width: 1000px) {
  #what .nest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#what .content {
  width: 87%;
}
@media (min-width: 600px) {
  #what .content {
    width: 77%;
  }
}
@media (min-width: 1000px) {
  #what .content {
    width: 40%;
  }
}
#what .content {
  height: 420px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 80px 0 0 0;
}
@media (min-width: 600px) {
  #what .content {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  #what .content {
    margin: auto;
  }
}
#what .content {
  border-radius: 10px;
  background-color: rgba(255, 165, 0, 0.04);
}

#what .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 5%;
  padding: 5%;
}
@media (min-width: 600px) {
  #what .heading {
    padding: 4%;
  }
}
@media (min-width: 1000px) {
  #what .heading {
    padding: 4%;
  }
}
#what .heading svg {
  height: 50px;
  width: 50px;
  stroke: rgb(255, 94, 0);
}

#what .heading .svg {
  padding: 10px;
  background-color: rgba(2, 2, 61, 0.09);
  border-radius: 10px;
}

#what .text {
  font-size: 3.5vw;
}
@media (min-width: 600px) {
  #what .text {
    font-size: 2vw;
  }
}
@media (min-width: 1000px) {
  #what .text {
    font-size: 1vw;
  }
}
#what .text {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 6vw;
}
@media (min-width: 600px) {
  #what .text {
    line-height: 3vw;
  }
}
@media (min-width: 1000px) {
  #what .text {
    line-height: 2.2vw;
  }
}

.parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; /* 🔴 important */
  height: 130%; /* 🔴 important */
  background: url("../pngs/slide-2025-01-20-14-33-10.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(-300px) scale(2);
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 243, 243);
  font-family: "Roboto", sans-serif;
  color: #02023d;
}

.error-Shadow {
  box-shadow: 0 0 2px 2px rgba(255, 0, 0, 0.6);
}

/*# sourceMappingURL=index.css.map */
