.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 100vh;
}

.background-video {
  background-color: #00000080;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #ffffff8c;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 40px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 92%;
  height: 90%;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-2 {
  width: 400px;
  font-size: 25px;
  line-height: 1.2;
}

.link-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff1f;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: #000;
  background-color: #fff;
}

.link-block._2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #000;
}

.link-block._3 {
  color: #000;
  background-color: #ffffff1f;
  border: 1px solid #000;
}

.link-block._1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #fff;
}

.text-block-3 {
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.4rem;
  display: flex;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 16px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  border-top: 1px solid #0000003b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 98%;
  margin-bottom: 100px;
  padding-top: 100px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.paragraph {
  max-width: 920px;
  font-size: 32px;
  line-height: 1.2;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-small-2 {
  background-color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-6 {
  font-size: 24px;
  line-height: 1.2;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 1.2;
}

.section-3 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-9 {
  background-color: #000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/unnamed.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.div-block-9._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/unnamed-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-9._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/unnamed-2.avif');
  background-size: auto, cover;
}

.sticy-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 19em;
}

.sticy-div._2 {
  top: 13em;
}

.sticy-div._3 {
  top: 7em;
}

.text-block-7 {
  border: 1px dashed #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.section-4 {
  background-image: url('../images/pexels-dapur-melodi-192125-32932489.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-10 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 80%;
  display: flex;
}

.icon-embed-small-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-5 {
  color: #fff;
  background-image: linear-gradient(#00000082, #00000082), url('../images/unnamed-4.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
}

.text-block-7-copy {
  color: #fff;
  background-color: #5e5e5e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.div-block-8-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
}

.div-block-16 {
  background-image: url('../images/65a2a5145a7b19f5634d9fa9_platform-3.avif');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 60%;
  display: flex;
}

.div-block-h {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.div-block-h.m {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.div-block-17 {
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  background-color: #000000a8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50%;
  display: flex;
}

.heading-4 {
  width: 90%;
}

.paragraph-4 {
  width: 90%;
  font-size: 20px;
  line-height: 1.2;
}

.section-7 {
  background-image: url('../images/659ed1e3e3ca7fa574992563_Secure-2-1-p-2000.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-10-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fedb5b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 60%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-dark {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 100px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-divider {
  border-top: 1px solid #707070;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12px;
  margin-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.footer-copyright-center {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-3-copy {
  font-size: 18px;
  line-height: 1.2;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.image-2 {
  filter: brightness(200%);
}

.image-2._2 {
  filter: brightness(0%);
}

.div-block-5-copy {
  border-top: 1px solid #0000003b;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  height: 80vh;
  display: flex;
}

.div-block-6-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.text-block-7-copy {
  background-color: #5e5e5e00;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.image-4 {
  align-self: center;
  width: 30px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-menu {
  margin-right: auto;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-24 {
  background-image: url('../images/unnamed-24.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fedb5b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 70%;
  padding: 20px;
  font-weight: 400;
  display: flex;
}

.heading-5 {
  font-weight: 400;
}

.link-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block-8 {
  font-size: 20px;
  line-height: 1.2;
}

.image-5 {
  filter: brightness(0%);
}

.section-8 {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 45%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label {
  border-bottom: 1px solid #787878;
  width: 100%;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.bold-text {
  font-weight: 500;
}

.dropdown-toggle {
  border: 1px solid #000;
  width: 100%;
}

.dropdown {
  color: #fff;
  text-transform: capitalize;
  background-color: #212121;
  border: 1px solid #000;
  width: 100%;
  display: none;
}

.form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid #000;
  flex-flow: column;
  padding: 60px 30px 30px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #212121;
  border: 1px solid #000;
  height: 60px;
}

.text-field:focus {
  border-color: #fedb5b;
}

.submit-button {
  color: #000;
  background-color: #fedb5b;
  width: 100%;
  font-weight: 500;
}

.submit-button:disabled {
  background-color: #9f9f9f;
}

.div-block-28 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  color: #fff;
  background-color: #39393994;
  border: 1px solid #3f3f3f;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.text-block-9 {
  font-size: 22px;
  line-height: 1.2;
}

.text-block-9-copy {
  font-size: 16px;
  line-height: 1.2;
}

.bold-text-2 {
  font-weight: 500;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.section-9 {
  height: 100vh;
}

.div-block-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 50%;
  padding: 32px;
  display: flex;
}

.div-block-31 {
  background-image: url('../images/unnamed-7.avif');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 50%;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.icon-embed-medium {
  color: #898989;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 4rem;
  display: flex;
}

.section-2-copy {
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
}

.div-block-5-copy {
  border-top: 1px solid #0000003b;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 98%;
  height: 80vh;
  margin-top: 100px;
  padding-top: 100px;
  display: flex;
}

.div-block-8-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid #ffffff1f;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.section-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 180vh;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
  overflow: hidden;
}

.div-block-4-copy {
  color: #2f2f2f;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-8 {
  color: #000;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.section-11 {
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 110vh;
  display: flex;
}

.grid {
  grid-template-columns: 260px 260px;
  grid-auto-flow: row dense;
  justify-content: end;
  place-items: stretch stretch;
  width: 50%;
  height: 100%;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.paragraph-5 {
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
}

.image-7 {
  border-radius: 8px;
  height: 100%;
}

.div-block-38 {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  padding: 20px;
  display: flex;
}

.text-block-10 {
  font-size: 40px;
  line-height: 1.2;
}

.div-block-39 {
  border-top: 1px solid #646464;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-block-11 {
  font-size: 20px;
  line-height: 1.2;
}

.div-block-40 {
  color: #2c2c2c;
  background-color: #b1b1b1;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  padding: 20px;
  display: flex;
}

.div-block-42 {
  color: #3f3f3f;
  background-color: #fedb5b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  padding: 20px;
  display: flex;
}

._42 {
  color: #fff;
  background-color: #414141;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  padding: 20px;
  display: flex;
}

.heading-8-copy {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-4-copy-copy {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.div-block-44 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.paragraph-6 {
  width: 850px;
  font-size: 24px;
  line-height: 1.2;
}

.section-13 {
  background-color: #fedb5b;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.d {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._5 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._8 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.section-14 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/unnamed-6.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._85 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 20px;
  display: flex;
}

.background-video-5 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 108%;
  max-width: 1550px;
  height: 600px;
  display: flex;
}

.div-block-47 {
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
}

._55 {
  border-top: 1px solid #ffffff3b;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  height: 100vh;
  padding-top: 20px;
  display: flex;
}

.div-block-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 90%;
  display: flex;
}

._7 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.maindropdown {
  color: #fff;
  background-color: #212121;
  width: 100%;
}

.products {
  background-image: url('../images/unnamed-5.avif');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section-2-products {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-15 {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-top: 1px solid #0000004d;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 12px;
  display: flex;
  position: sticky;
  top: 70px;
}

.text-number {
  background-color: #5e5e5e00;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.text-block-13 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.image-8 {
  box-sizing: border-box;
  object-fit: cover;
  width: 300px;
  height: 200px;
}

.heading-9 {
  margin-bottom: 40px;
}

.bold-text-3 {
  font-weight: 500;
}

.section-16 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-49 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 80vh;
  margin-bottom: 50px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ababab;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 100%;
  display: flex;
}

.div-block-51 {
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
  overflow: hidden;
}

.image-9 {
  object-fit: cover;
  background-image: url('../images/unnamed-4.avif');
  background-position: 0 0;
  background-size: auto;
  min-height: 100%;
}

.image-9.none {
  display: none;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-14 {
  cursor: pointer;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-14.none {
  display: none;
}

.text-block-14._2 {
  color: #000;
}

.dropdown-toggle-2 {
  border: 1px solid #000;
  width: 100%;
}

.radio-button-field {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.radio-button-field:hover {
  background-color: #5e5e5e;
}

.radio-button {
  border: 1px solid #000;
  margin-left: 0;
  margin-right: 5px;
}

.dropdown-list {
  background-color: #f0f6ff;
}

.dropdown-list.w--open {
  background-color: #343434;
}

.t {
  display: none;
}

.t.m {
  color: #fff;
  display: block;
}

.div-block-7-copy {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-2-copy {
  font-size: 20px;
  line-height: 1.2;
}

.section-17 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/unnamed-17.avif');
  background-position: 0 0, 50% 10%;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  display: flex;
}

.platform-hero {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 92%;
  height: 100%;
  display: flex;
}

.div-block-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #ffffff8c;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 70px;
  display: flex;
}

.text-block-2-copy {
  width: 400px;
  font-size: 20px;
  line-height: 1.2;
}

.platformheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.section-19 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.image-10 {
  height: 100%;
}

.div-block-53 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.paragraph-8 {
  font-size: 20px;
  line-height: 1.2;
}

.section-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.heading-11 {
  text-align: center;
  width: 80%;
  font-size: 40px;
}

.div-block-54 {
  width: 40%;
}

.dropdown-3 {
  border-top: 1px solid #0000004d;
  width: 100%;
}

.dropdown-toggle-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-15 {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}

.div-block-55 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-list-2 {
  padding: 5px;
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  padding: 19px;
}

.section-21 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.paragraph-9 {
  text-align: center;
  width: 650px;
  font-size: 32px;
  line-height: 1.3;
}

.div-block-33-copy-copy {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-field-copy {
  color: #fff;
  background-color: #212121;
  border: 1px solid #000;
  width: 150px;
  height: 60px;
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: #909090;
  font-size: 16px;
  line-height: 1.2;
}

.div-block-60 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-61 {
  background-color: #b1b1b1;
  width: .5px;
  height: 30px;
}

.text-block-17 {
  font-size: 26px;
  line-height: 1.2;
}

.div-block-62 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-18 {
  font-size: 16px;
  line-height: 1.2;
}

.text-block-19 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

.paragraph-2-copy {
  width: 400px;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-copy {
  max-width: 920px;
  font-size: 32px;
  line-height: 1.2;
}

.aboutus-details {
  border-top: 1px solid #0000003b;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 98%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-63 {
  width: 50%;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.div-block-22-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-65 {
  flex-flow: column;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.home-page-paragraph {
  font-size: 20px;
  line-height: 1.2;
}

.stiky-p, .glow {
  font-size: 18px;
  line-height: 1.2;
}

.image-11 {
  width: 80px;
}

.div-block-67 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.radio-button-field-2 {
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field-2:hover {
  background-color: #ffffff24;
}

.div-block-68 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.radio-button-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.radio-button-2 {
  opacity: 0;
  margin-left: 0;
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .aboutus-details {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading {
    align-self: center;
    width: 510px;
    font-size: 48px;
  }

  .text-block-2 {
    width: 220px;
    font-size: 20px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .div-block-6 {
    width: 100%;
  }

  .paragraph {
    font-size: 24px;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 18px;
  }

  .div-block-9 {
    padding-left: 0;
  }

  .sticy-div {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-10 {
    width: 80%;
    height: auto;
    padding: 50px 20px;
  }

  .heading-2 {
    font-size: 48px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .div-block-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .div-block-h {
    padding-left: 10px;
  }

  .div-block-17 {
    height: 30%;
  }

  .div-block-18 {
    width: 60%;
    height: 60%;
  }

  .div-block-10-copy {
    width: 60%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper {
    padding-right: 10px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-copyright-center {
    text-align: left;
    line-height: 1.3;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .paragraph-2-copy {
    width: 400px;
    font-size: 18px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-10 {
    height: 110vh;
  }

  .div-block-33 {
    width: 70%;
  }

  .section-11 {
    height: 180vh;
  }

  .div-block-35 {
    flex-flow: column;
    height: 170vh;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 80%;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
  }

  .div-block-38 {
    width: auto;
  }

  .text-block-10 {
    font-size: 32px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .div-block-40, .div-block-42, ._42 {
    width: auto;
  }

  .div-block-43 {
    height: auto;
  }

  .paragraph-6 {
    width: auto;
  }

  .d {
    width: 70%;
  }

  .section-2-products {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .text-number {
    width: auto;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .div-block-copy {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-2-copy {
    width: 400px;
    font-size: 20px;
  }

  .platformheading {
    width: 510px;
    font-size: 48px;
  }

  .section-19 {
    height: 80vh;
  }

  .image-10 {
    height: 70%;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .heading-11 {
    font-size: 33px;
  }

  .div-block-54 {
    width: 45%;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .paragraph-2-copy {
    width: 290px;
  }

  .rich-text-block {
    width: 100%;
  }

  .aboutus-details {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: 95%;
    height: 50vh;
    margin-top: 40px;
    padding-top: 30px;
  }

  .div-block-63 {
    width: 50%;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .heading-16 {
    font-size: 26px;
  }

  .stiky-p, .glow {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading {
    width: auto;
    font-size: 42px;
  }

  .text-block-2 {
    width: 450px;
  }

  .div-block-5 {
    flex-flow: column;
    width: 95%;
    height: 132vh;
    padding-bottom: 30px;
  }

  .div-block-6 {
    align-self: center;
    width: 98%;
  }

  .paragraph {
    font-size: 20px;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left: 1px solid #0000006b;
    width: 100%;
  }

  .section-3 {
    flex-flow: column;
    height: 230vh;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    width: 90%;
    height: 70%;
  }

  .heading-2 {
    font-size: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .section-5 {
    justify-content: center;
    align-items: center;
    height: 140vh;
  }

  .section-6 {
    height: 150vh;
    padding-top: 20px;
  }

  .div-block-15 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-16 {
    height: 50%;
  }

  .div-block-h {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-left: 1px solid #000;
    width: 100%;
  }

  .div-block-h.m {
    border-right-style: none;
  }

  .div-block-17 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    height: 50%;
  }

  .div-block-18 {
    width: 80%;
  }

  .heading-4 {
    font-size: 26px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .div-block-10-copy {
    width: 90%;
  }

  .footer-dark {
    height: 110vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph-3-copy {
    width: 340px;
  }

  .image-4 {
    align-self: flex-start;
    height: 30px;
    transform: rotate(90deg);
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 90vh;
    position: relative;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .section-8 {
    flex-flow: column;
    height: 350vh;
  }

  .div-block-26 {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .div-block-29 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .section-2-copy {
    height: 100vh;
  }

  .div-block-5-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    margin-top: 0;
    padding-top: 50px;
  }

  .div-block-8-copy {
    width: 100%;
  }

  .div-block-33 {
    width: 80%;
  }

  .heading-8 {
    font-size: 26px;
  }

  .div-block-37 {
    height: 250px;
  }

  .paragraph-5 {
    font-size: 20px;
  }

  .heading-8-copy {
    font-size: 32px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .d {
    width: 80%;
  }

  ._85 {
    font-size: 40px;
  }

  .div-block-46 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  ._55 {
    height: 120vh;
  }

  ._7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-2-products {
    height: 90vh;
  }

  .section-15 {
    height: 500vh;
  }

  .div-block-48 {
    flex-flow: column;
    height: 400px;
  }

  .image-8 {
    width: 100%;
  }

  .section-16 {
    height: 120vh;
  }

  .div-block-49 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: 90vh;
  }

  .div-block-50 {
    width: 100%;
    height: 62%;
  }

  .text-block-14 {
    font-size: 32px;
  }

  .div-block-7-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section-17 {
    height: 70vh;
  }

  .div-block-copy {
    flex-flow: column;
  }

  .text-block-2-copy {
    width: auto;
  }

  .section-19 {
    height: 140vh;
  }

  .div-block-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-10 {
    object-fit: contain;
    height: 40%;
  }

  .div-block-53 {
    width: auto;
  }

  .section-20 {
    height: 150vh;
  }

  .heading-11 {
    width: 90%;
    font-size: 26px;
  }

  .div-block-54 {
    width: 95%;
  }

  .text-block-15 {
    line-height: 1.3;
  }

  .div-block-55 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-9 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
  }

  .div-block-33-copy-copy {
    margin-right: 0;
  }

  .div-block-59 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-16, .div-block-60 {
    width: 90%;
  }

  .div-block-62 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2-copy {
    width: auto;
  }

  .paragraph-copy {
    font-size: 20px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .heading-13 {
    font-size: 24px;
  }

  .heading-14, .heading-15 {
    font-size: 20px;
  }

  .aboutus-details {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    height: auto;
    margin-top: 0;
    padding-top: 50px;
  }

  .div-block-64 {
    width: 100%;
  }

  .div-block-65 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .div-block-66 {
    flex-flow: row;
  }

  .image-11 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 36px;
  }

  .text-block-2 {
    width: auto;
    font-size: 16px;
  }

  .link-block {
    width: 190px;
    height: 46px;
  }

  .link-block._3 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .div-block-5 {
    height: auto;
  }

  .section-3 {
    height: 270vh;
  }

  .sticy-div {
    margin-bottom: 50px;
    top: 5em;
  }

  .sticy-div._2, .sticy-div._3 {
    top: 5em;
  }

  .div-block-10 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-embed-small-5 {
    width: 1.2rem;
  }

  .section-5 {
    height: 145vh;
  }

  .div-block-18 {
    height: 70%;
  }

  .footer-dark {
    height: 105vh;
  }

  .container {
    max-width: none;
  }

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

  .paragraph-3-copy {
    width: auto;
  }

  .div-block-20 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-23 {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .div-block-25 {
    width: 90%;
    height: 80%;
  }

  .section-8 {
    height: 360vh;
  }

  .div-block-26 {
    width: 97%;
  }

  .heading-7 {
    font-size: 48px;
  }

  .section-2-copy {
    height: 120vh;
  }

  .div-block-5-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .div-block-33 {
    width: 90%;
  }

  .heading-8 {
    font-size: 24px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .div-block-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .div-block-39 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-42, ._42 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8-copy {
    font-size: 24px;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .d {
    width: 90%;
  }

  ._85 {
    font-size: 36px;
  }

  ._55 {
    height: auto;
  }

  .heading-9 {
    font-size: 24px;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
  }

  .heading-10 {
    align-self: flex-start;
  }

  .text-block-14 {
    font-size: 26px;
  }

  .text-block-2-copy {
    font-size: 16px;
  }

  .platformheading {
    width: auto;
    font-size: 40px;
  }

  .div-block-59 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-60 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #383838;
  }

  .aboutus-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .div-block-63 {
    width: 100%;
  }

  .heading-16 {
    font-size: 24px;
  }

  .div-block-66 {
    flex-flow: column;
  }

  .image-11 {
    width: 40px;
  }
}

#w-node-d4912a20-5942-c8af-1bb7-e62715527831-15527829, #w-node-d4912a20-5942-c8af-1bb7-e6271552783c-15527829, #w-node-e4045318-d752-a185-e601-26cf0e22deff-cf21fc92, #w-node-ea0eb7f1-b9b7-6aea-7cb7-00310d3cb922-cf21fc92, #w-node-b943ffe3-299a-2109-4442-8fa1f3e81815-cf21fc92, #w-node-_09a7ec80-e21c-a28a-56ed-32ce018c6e94-cf21fc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


