.navigasi-navigasi {
  flex: auto;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
.navigasi-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  grid-gap: var(--dl-space-space-fiveunits);
  align-items: center;
  justify-content: center;
}
.navigasi-navlink {
  display: contents;
}
.navigasi-image {
  height: 86px;
  text-decoration: none;
}
.navigasi-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.navigasi-nav {
  display: flex;
}
.navigasi-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigasi-navlink1 {
  transition: 0.3s;
  text-decoration: none;
}

.navigasi-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigasi-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigasi-navlink4 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigasi-navlink5 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigasi-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigasi-login {
  border-style: hidden;
  border-width: 0px;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
  background-color: #ffffff;
}
.navigasi-register {
  color: #ffffff;
  width: 157px;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(113, 207, 235) 2.00%,rgb(55, 99, 175) 51.00%,rgb(28, 34, 85) 100.00%);
}
.navigasi-burger-menu {
  display: none;
}
.navigasi-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navigasi-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.navigasi-nav2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navigasi-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navigasi-image1 {
  height: 2rem;
}
.navigasi-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigasi-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navigasi-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.navigasi-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.navigasi-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}




@media(max-width: 991px) {
  .navigasi-container {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .navigasi-navigasi {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .navigasi-nav {
    display: none;
  }
  .navigasi-nav1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigasi-navlink1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigasi-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigasi-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigasi-navlink4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigasi-navlink5 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigasi-btn-group {
    display: none;
  }
  .navigasi-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .navigasi-navigasi {
    padding: var(--dl-space-space-unit);
  }
  .navigasi-container {
    width: auto;
    justify-content: flex-start;
  }
  .navigasi-mobile-menu {
    padding: 16px;
  }
}

.bannerandmenu-banner {
  width: 100vw;
  height: 800px;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.bannerandmenu-maxwith {
  top: 1px;
  flex: 0 0 auto;
  left: 1px;
  width: 65%;
  display: flex;
  grid-gap: var(--dl-space-space-halfunit);
  position: absolute;
  max-width: 1100px;
  align-items: flex-start;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  flex-direction: column;
  padding-bottom: 6rem;
  justify-content: flex-start;
}
.bannerandmenu-text {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 4em;
}
.bannerandmenu-text1 {
  color: var(--dl-color-nexa-nexadarkblue);
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.bannerandmenu-register {
  color: #ffffff;
  width: 240px;
  font-size: 28px;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-unit);
  background-image: linear-gradient(270deg, rgb(243, 112, 33) 29.00%,rgb(253, 150, 18) 99.00%);
}
.bannerandmenu-image {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 991px) {
  .bannerandmenu-banner {
    height: 766px;
  }
  .bannerandmenu-maxwith {
    height: auto;
    max-width: auto;
  }
  .bannerandmenu-register {
    width: var(--dl-size-size-xlarge);
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  .bannerandmenu-banner {
    height: 560px;
  }
  .bannerandmenu-maxwith {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bannerandmenu-text {
    font-size: 3em;
  }
  .bannerandmenu-text1 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .bannerandmenu-register {
    width: var(--dl-size-size-large);
    font-size: 16px;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .bannerandmenu-banner {
    height: 340px;
  }
  .bannerandmenu-maxwith {
    width: 50%;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .bannerandmenu-text {
    font-size: 1.5em;
  }
  .bannerandmenu-text1 {
    font-size: 13px;
    margin-bottom: 1rem;
  }
  .bannerandmenu-register {
    width: var(--dl-size-size-medium);
    font-size: 14px;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
}

.foothers-foothers {
  flex: 0 0 auto;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f5f5;
}
.foothers-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1366px;
  margin-top: 3rem;
  align-items: flex-start;
  margin-bottom: 3rem;
  justify-content: center;
}
.foothers-logofoother {
  flex: 0 0 auto;
  width: 18%;
  display: flex;
  align-items: flex-start;
  margin-left: 2em;
  margin-right: 2em;
  flex-direction: column;
}
.foothers-image {
  width: var(--dl-size-size-medium);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-container1 {
  flex: 0 0 auto;
  width: 20%;
  height: 4px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-nexa-nexamidorange);
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.foothers-text {
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 600;
}
.foothers-companyfoother {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text01 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text02 {
  line-height: 2.5;
}
.foothers-servicefoother {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text10 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text11 {
  line-height: 2.5;
}
.foothers-solutionfoother {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text21 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text22 {
  line-height: 2.5;
}
.foothers-supportfoother {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text28 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text29 {
  line-height: 2.5;
}
.foothers-newsfoother {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text33 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text34 {
  line-height: 2.5;
}
.foothers-container-mobile {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  max-width: 1366px;
  margin-top: 3rem;
  align-items: flex-start;
  margin-bottom: 3rem;
  justify-content: center;
}
.foothers-logofoother1 {
  flex: 0 0 auto;
  width: 18%;
  display: flex;
  align-items: flex-start;
  margin-left: 2em;
  margin-right: 2em;
  flex-direction: column;
}
.foothers-image1 {
  width: var(--dl-size-size-medium);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-container2 {
  flex: 0 0 auto;
  width: 20%;
  height: 4px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-nexa-nexamidorange);
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.foothers-text37 {
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 600;
}
.foothers-solutionfoother1 {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text38 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text39 {
  line-height: 2.5;
}
.foothers-companyfoother1 {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text45 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text46 {
  line-height: 2.5;
}
.foothers-servicefoother1 {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text54 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text55 {
  line-height: 2.5;
}
.foothers-supportfoother1 {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text65 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text66 {
  line-height: 2.5;
}
.foothers-newsfoother1 {
  flex: 0 0 auto;
  width: 15%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foothers-text70 {
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-text71 {
  line-height: 2.5;
}
.foothers-line {
  flex: 0 0 auto;
  width: 100%;
  height: 2px;
  display: flex;
  max-width: 1366px;
  align-items: flex-start;
  background-color: var(--dl-color-gray-500);
}
.foothers-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  max-width: 1366px;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-container4 {
  flex: 0 0 auto;
  width: 70%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  padding-left: 2em;
  padding-right: 2em;
  flex-direction: column;
}
.foothers-text74 {
  font-size: 13px;
  margin-bottom: var(--dl-space-space-threeunits);
}
.foothers-text75 {
  color: var(--dl-color-gray-700);
}
.foothers-container5 {
  flex: 0 0 auto;
  width: 30%;
  height: 100px;
  display: flex;
  grid-gap: var(--dl-space-space-unit);
  align-items: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
  flex-direction: column;
}
.foothers-text76 {
  color: var(--dl-color-gray-700);
  margin-bottom: var(--dl-space-space-unit);
}
.foothers-container6 {
  flex: 0 0 auto;
  width: auto;
  height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.foothers-container7 {
  flex: 0 0 auto;
  width: auto;
  height: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.foothers-icon {
  width: 20%;
  height: 60%;
}
.foothers-icon2 {
  width: 25%;
  height: 60%;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}
.foothers-icon4 {
  width: 22%;
  height: 60%;
}








@media(max-width: 991px) {
  .foothers-container {
    grid-gap: 2rem;
    max-width: 1100px;
  }
  .foothers-text {
    line-height: 1.6;
  }
  .foothers-companyfoother {
    width: auto;
  }
  .foothers-servicefoother {
    width: auto;
  }
  .foothers-solutionfoother {
    width: auto;
  }
  .foothers-supportfoother {
    width: auto;
  }
  .foothers-newsfoother {
    width: auto;
  }
  .foothers-container-mobile {
    display: none;
    grid-gap: 2rem;
    max-width: 1100px;
  }
  .foothers-text37 {
    line-height: 1.6;
  }
  .foothers-solutionfoother1 {
    width: auto;
  }
  .foothers-companyfoother1 {
    width: auto;
  }
  .foothers-servicefoother1 {
    width: auto;
  }
  .foothers-supportfoother1 {
    width: auto;
  }
  .foothers-newsfoother1 {
    width: auto;
  }
  .foothers-text74 {
    line-height: 1.6;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .foothers-container5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .foothers-text76 {
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .foothers-container {
    grid-gap: 1.2rem;
    max-width: 1100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .foothers-logofoother {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .foothers-text {
    font-size: 13px;
  }
  .foothers-text02 {
    font-size: 13px;
  }
  .foothers-text11 {
    font-size: 13px;
  }
  .foothers-text22 {
    font-size: 13px;
  }
  .foothers-text29 {
    font-size: 13px;
  }
  .foothers-text34 {
    font-size: 13px;
  }
  .foothers-container-mobile {
    display: none;
    grid-gap: 1.2rem;
    max-width: 1100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .foothers-logofoother1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .foothers-text37 {
    font-size: 13px;
  }
  .foothers-text39 {
    font-size: 13px;
  }
  .foothers-text46 {
    font-size: 13px;
  }
  .foothers-text55 {
    font-size: 13px;
  }
  .foothers-text66 {
    font-size: 13px;
  }
  .foothers-text71 {
    font-size: 13px;
  }
  .foothers-container4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .foothers-text74 {
    line-height: 1.6;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .foothers-text75 {
    font-size: 14px;
  }
  .foothers-container5 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .foothers-text76 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .foothers-icon {
    width: 35px;
    height: 35px;
  }
  .foothers-icon2 {
    width: 35px;
    height: 35px;
  }
  .foothers-icon4 {
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 479px) {
  .foothers-foothers {
    height: auto;
  }
  .foothers-container {
    display: none;
  }
  .foothers-container-mobile {
    display: flex;
  }
  .foothers-logofoother1 {
    width: auto;
  }
  .foothers-solutionfoother1 {
    margin-top: var(--dl-space-space-fiveunits);
  }
  .foothers-servicefoother1 {
    margin-top: var(--dl-space-space-unit);
  }
  .foothers-newsfoother1 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .foothers-container3 {
    height: auto;
  }
  .foothers-container4 {
    height: auto;
  }
  .foothers-text74 {
    font-size: 11px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .foothers-text75 {
    font-size: 11px;
    line-height: 1.6;
  }
  .foothers-container5 {
    height: 100%;
  }
  .foothers-text76 {
    font-size: 11px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .foothers-container6 {
    height: auto;
    align-items: flex-end;
  }
  .foothers-container7 {
    height: auto;
  }
  .foothers-icon {
    width: 20%;
  }
  .foothers-icon2 {
    width: 20%;
  }
  .foothers-icon4 {
    width: 20%;
  }
}

.companyabout-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.companyabout-section2 {
  width: 100%;
  height: 348px;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.companyabout-maxwith {
  top: -106px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 357px;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: 1100px;
  box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.16);
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 3rem;
  border-radius: 40px;
  padding-right: 3rem;
  padding-bottom: 3rem;
  justify-content: flex-start;
  background-color: var(--dl-color-nexa-nexadarkblue);
}
.companyabout-container01 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.companyabout-text {
  color: #ffffff;
  width: 100%;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
}
.companyabout-container02 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.companyabout-text04 {
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding-top: var(--dl-space-space-unit);
  padding-left: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-unit);
}
.companyabout-register {
  color: #ffffff;
  width: 240px;
  font-size: 28px;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-unit);
  background-image: linear-gradient(270deg, rgb(243, 112, 33) 29.00%,rgb(253, 150, 18) 99.00%);
}
.companyabout-section2-mobile {
  width: 100%;
  height: 348px;
  display: none;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.companyabout-maxwith1 {
  top: -106px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 357px;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: 1100px;
  box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.16);
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 3rem;
  border-radius: 40px;
  padding-right: 3rem;
  padding-bottom: 3rem;
  justify-content: flex-start;
  background-color: var(--dl-color-nexa-nexadarkblue);
}
.companyabout-container03 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.companyabout-text09 {
  color: #ffffff;
  width: 100%;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
}
.companyabout-text16 {
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding-top: var(--dl-space-space-unit);
  padding-left: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-unit);
}
.companyabout-register1 {
  color: #ffffff;
  width: 240px;
  font-size: 28px;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-unit);
  background-image: linear-gradient(270deg, rgb(243, 112, 33) 29.00%,rgb(253, 150, 18) 99.00%);
}
.companyabout-section3 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 0rem;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: 0rem;
  justify-content: center;
}
.companyabout-container04 {
  flex: 0 0 auto;
  width: 100%;
  height: 320px;
  display: flex;
  grid-gap: 8rem;
  max-width: 1366px;
  align-items: center;
  padding-top: 0em;
  padding-bottom: 0em;
  justify-content: center;
}
.companyabout-container05 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.companyabout-text25 {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 3em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.companyabout-text26 {
  font-size: 18px;
  line-height: 1.6;
}
.companyabout-container06 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.companyabout-text34 {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 3em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.companyabout-text35 {
  font-size: 18px;
  line-height: 1.6;
}
.companyabout-section3-mobile {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: none;
  align-self: center;
  align-items: flex-start;
  padding-top: 0rem;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: 0rem;
  justify-content: center;
}
.companyabout-container07 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.companyabout-text43 {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 3em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.companyabout-text44 {
  font-size: 18px;
  line-height: 1.6;
}
.companyabout-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: 320px;
  display: none;
  grid-gap: 8rem;
  max-width: 1366px;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 4em;
  justify-content: center;
}
.companyabout-text52 {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 3em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.companyabout-text53 {
  font-size: 18px;
  line-height: 1.6;
}
.companyabout-section5 {
  flex: 0 0 auto;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyabout-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1366px;
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 8rem;
  margin-bottom: 4rem;
  padding-right: 8rem;
  padding-bottom: 3rem;
}
.companyabout-iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.companyabout-section6 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  margin-top: 2rem;
  align-items: center;
  padding-top: 8rem;
  margin-bottom: 0rem;
  padding-bottom: 8rem;
  justify-content: center;
  background-color: #e8e8e8;
}
.companyabout-container10 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1366px;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column;
  justify-content: flex-start;
}
.companyabout-text59 {
  color: var(--dl-color-nexa-nexamidorange);
  font-size: 20px;
}
.companyabout-text60 {
  color: var(--dl-color-nexa-nexadarkblue);
  font-size: 3em;
  margin-bottom: 4rem;
}
.companyabout-image {
  width: 100%;
  object-fit: cover;
}
.companyabout-container11 {
  flex: 0 0 auto;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/nexa-footer-background-1500w.png");
}
.companyabout-container12 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1366px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.companyabout-text61 {
  color: #ffffff;
  font-size: 3em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.companyabout-text64 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: var(--dl-space-space-twounits);
}
.companyabout-register2 {
  color: #ffffff;
  width: 240px;
  font-size: 28px;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-bottom: var(--dl-space-space-unit);
  background-image: linear-gradient(270deg, rgb(243, 112, 33) 29.00%,rgb(253, 150, 18) 99.00%);
}
@media(max-width: 991px) {
  .companyabout-maxwith {
    width: 90%;
  }
  .companyabout-text04 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .companyabout-register {
    width: var(--dl-size-size-xlarge);
    font-size: 20px;
  }
  .companyabout-maxwith1 {
    width: 90%;
  }
  .companyabout-container04 {
    grid-gap: 6rem;
    align-items: center;
    padding-top: 0em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0em;
  }
  .companyabout-container05 {
    padding-left: 0em;
    padding-right: 0em;
  }
  .companyabout-container06 {
    padding-left: 0em;
    padding-right: 0em;
  }
  .companyabout-section3-mobile {
    display: none;
  }
  .companyabout-container07 {
    padding-left: 0em;
    padding-right: 0em;
  }
  .companyabout-container09 {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
  .companyabout-section6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .companyabout-register2 {
    width: var(--dl-size-size-xlarge);
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  .companyabout-section2 {
    height: 300px;
  }
  .companyabout-maxwith {
    top: -86px;
    left: 0px;
    right: 0px;
    height: 300px;
    margin: auto;
  }
  .companyabout-text {
    font-size: 20px;
  }
  .companyabout-text04 {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .companyabout-register {
    width: var(--dl-size-size-large);
    font-size: 16px;
  }
  .companyabout-section3 {
    margin-bottom: 0px;
  }
  .companyabout-container04 {
    height: auto;
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .companyabout-text25 {
    font-size: 2em;
  }
  .companyabout-text26 {
    font-size: 16px;
  }
  .companyabout-text34 {
    font-size: 2em;
  }
  .companyabout-text35 {
    font-size: 16px;
  }
  .companyabout-section3-mobile {
    display: none;
  }
  .companyabout-container09 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .companyabout-section6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .companyabout-text60 {
    font-size: 2em;
  }
  .companyabout-text61 {
    font-size: 2em;
  }
  .companyabout-text64 {
    font-size: 16px;
  }
  .companyabout-register2 {
    width: var(--dl-size-size-large);
    font-size: 16px;
  }
}
@media(max-width: 479px) {
  .companyabout-section2 {
    display: none;
  }
  .companyabout-section2-mobile {
    display: flex;
  }
  .companyabout-maxwith1 {
    top: -57px;
    left: 0px;
    right: 0px;
    height: auto;
    margin: auto;
  }
  .companyabout-container03 {
    width: auto;
    align-items: center;
  }
  .companyabout-text09 {
    width: auto;
    font-size: 16px;
    align-self: center;
    text-align: center;
  }
  .companyabout-text16 {
    font-size: 13px;
    align-self: center;
    text-align: center;
  }
  .companyabout-register1 {
    width: auto;
    font-size: 14px;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .companyabout-section3 {
    display: none;
  }
  .companyabout-section3-mobile {
    grid-gap: var(--dl-space-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .companyabout-container07 {
    align-items: center;
  }
  .companyabout-text43 {
    font-size: 2em;
  }
  .companyabout-text44 {
    font-size: 16px;
    text-align: center;
  }
  .companyabout-container08 {
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0em;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0em;
  }
  .companyabout-text52 {
    font-size: 2em;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .companyabout-text53 {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .companyabout-container09 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
