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

p {
 margin-bottom: 16px;
}

ol {
 margin-top: 0px;
 margin-bottom: 16px;
 padding-left: 40px;
}

li {
 margin-bottom: 6px;
}

.body {
 background-color: #000;
 font-family: Sora, sans-serif;
}

.container {
 width: auto;
 min-width: 1200px;
 padding-top: 0px;
}

.slider-2 {
 height: 70vh;
 background-color: transparent;
}

.slidercontent {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 height: 70vh;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

.contentleft {
 width: 50%;
}

.contentright {
 width: 50%;
}

.nav-link {
 border-style: none;
 border-width: 1px;
 border-color: #fff;
 -webkit-transition: all 200ms ease;
 transition: all 200ms ease;
 color: #fff;
 font-weight: 600;
}

.nav-link:hover {
 color: #0af960;
}

.logo {
 max-height: 50px;
 max-width: none;
}

.navbar {
 display: block;
 padding-top: 20px;
 padding-bottom: 20px;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: transparent;
}

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

.image {
 background-clip: border-box;
 -webkit-text-fill-color: inherit;
 mix-blend-mode: lighten;
}

.heading {
 color: #fff;
 font-size: 67px;
 line-height: 75px;
 font-weight: 600;
}

.contentbottom {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 grid-column-gap: 60px;
}

.buttonblocktext {
 margin-bottom: 20px;
 color: #fff;
 font-size: 24px;
 line-height: 24px;
 font-weight: 400;
 text-align: center;
}

.button {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 max-width: none;
 margin-right: 0px;
 margin-left: 0px;
 padding: 22px 72px;
 -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;
 grid-column-gap: 10px;
 border-radius: 50px;
 background-image: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#1eabee),
  to(#0af960)
 );
 background-image: linear-gradient(90deg, #1eabee, #0af960);
 color: #000;
 font-size: 16px;
 line-height: 16px;
 font-weight: 600;
 text-decoration: none;
}

.key-stats {
 margin-top: 0px;
 padding-top: 130px;
 padding-bottom: 130px;
}

.sectiontitle {
 margin-top: 0px;
 margin-bottom: 30px;
 color: #fff;
 font-size: 64px;
 line-height: 64px;
 text-align: center;
}

.sectiondescription {
 display: none;
 color: #fff;
 font-size: 16px;
 text-align: center;
}

.keystatsgrid {
 margin-top: 80px;
 grid-column-gap: 60px;
 grid-row-gap: 60px;
 -ms-grid-columns: 1fr 1fr 1fr;
 grid-template-columns: 1fr 1fr 1fr;
}

.keystatblock {
 display: block;
 padding: 30px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 border-radius: 15px;
 background-color: #151515;
}

.keystattitle {
 color: #fff;
 font-size: 30px;
 line-height: 30px;
 text-transform: uppercase;
}

.keystatdescription {
 color: #fff;
 font-size: 16px;
 line-height: 16px;
}

.keystaticon {
 display: block;
 max-height: 40px;
 max-width: none;
 min-height: auto;
 text-align: right;
}

.keystaticonblock {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 margin-bottom: 35px;
 -webkit-box-pack: end;
 -webkit-justify-content: flex-end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}

.product-suite {
 padding-top: 130px;
 padding-bottom: 130px;
 background-color: #151515;
}

.lottie-animation {
 width: 50%;
}

.productmenu {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 margin-top: 80px;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: end;
 -webkit-align-items: flex-end;
 -ms-flex-align: end;
 align-items: flex-end;
 grid-column-gap: 90px;
}

.menuitem {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 text-decoration: none;
}

.menuicon {
 max-width: none;
 min-height: 50px;
 margin-bottom: 30px;
}

.text-block {
 color: #fff;
 font-size: 18px;
 line-height: 18px;
 font-weight: 600;
 text-align: center;
 text-transform: uppercase;
}

.product-list {
 position: relative;
 margin-top: 80px;
 padding-bottom: 130px;
 background-image: -webkit-gradient(
   linear,
   left top,
   left bottom,
   color-stop(82%, transparent),
   to(#000)
  ),
  url('../images/products_bg.svg');
 background-image: linear-gradient(180deg, transparent 82%, #000),
  url('../images/products_bg.svg');
 background-position: 0px 0px, 100% 0%;
 background-size: auto, 1920px;
 background-repeat: repeat, no-repeat;
}

.productlistitem {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 padding: 60px;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 grid-column-gap: 60px;
 border-radius: 20px;
 background-color: #151515;
}

.producticon {
 padding: 40px 30px;
 border-radius: 20px;
 background-color: #000;
}

.producticon.gashero {
 display: flex;
 justify-content: center;
 align-items: center;
}

.producttext {
 width: 80%;
 color: #fff;
 font-size: 14px;
 line-height: 24px;
}

.producttitle {
 margin-top: 0px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 36px;
}

.productsubtitle {
 margin-top: 0px;
 margin-bottom: 30px;
 color: #fff;
 font-size: 20px;
 line-height: 20px;
 font-weight: 600;
}

.productlist {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 grid-row-gap: 60px;
}

.mooaricon {
 margin-right: 15px;
 margin-left: 15px;
}

.aboutcontent {
 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;
 grid-column-gap: 100px;
}

.abouttext {
 width: 50%;
}

.aboutimage {
 width: 50%;
}

.abouttitle {
 margin-top: 0px;
 margin-bottom: 30px;
 color: #fff;
 font-size: 64px;
 line-height: 64px;
}

.aboutdescription {
 margin-bottom: 60px;
 color: #fff;
 line-height: 24px;
}

.aboutbutton {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 max-width: 300px;
 margin-right: 0px;
 margin-left: 0px;
 padding: 22px 72px;
 -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;
 grid-column-gap: 10px;
 border-radius: 50px;
 background-image: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#1eabee),
  to(#0af960)
 );
 background-image: linear-gradient(90deg, #1eabee, #0af960);
 color: #000;
 font-size: 16px;
 line-height: 16px;
 font-weight: 600;
 text-decoration: none;
}

.gmt-token {
 padding-top: 130px;
 background-image: none;
 background-size: auto;
 background-repeat: repeat;
}

.gmtcontent {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 margin-bottom: 130px;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 grid-column-gap: 100px;
}

.gmttext {
 width: 50%;
}

.gmtimage {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 width: 50%;
 -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;
}

.collaborators {
 padding-top: 130px;
 padding-bottom: 130px;
 background-color: #151515;
}

.collaboratorsgrid {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 margin-top: 50px;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-align-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 grid-column-gap: 30px;
 grid-row-gap: 30px;
 -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
 -ms-grid-rows: auto;
 grid-template-rows: auto;
}

.collablogo {
 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;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

.collabimg {
 max-height: none;
 max-width: none;
}

.newletter {
 padding-top: 130px;
 padding-bottom: 130px;
 background-image: url('../images/n_bg_right.png'),
  url('../images/n_bg_left.png'), url('../images/newsletter_bg.jpg');
 background-position: 120% 50%, -100px 50%, 50% 100%;
 background-size: contain, contain, cover;
 background-repeat: no-repeat, no-repeat, no-repeat;
 background-attachment: scroll, scroll, scroll;
}

.newsletterform {
 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;
}

.newlleter-heading {
 margin-top: 0px;
 margin-bottom: 60px;
 color: #fff;
 font-size: 64px;
 line-height: 64px;
 text-align: center;
}

.form {
 width: 50%;
 margin-bottom: 0px;
 padding: 0px;
 border-radius: 50px;
 background-color: transparent;
}

.form-container-two {
 display: block;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

.form-block-two {
 position: relative;
 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;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50px;
 background-color: #fff;
}

.form-input {
 height: 60px;
 margin-bottom: 0px;
 padding: 8px 180px 8px 20px;
 border-style: solid;
 border-width: 1px;
 border-color: #fff;
 border-radius: 50px;
 background-color: #fff;
 color: #c6c6c6;
 font-size: 16px;
}

.form-input::-webkit-input-placeholder {
 color: #a1a1a1;
}

.form-input:-ms-input-placeholder {
 color: #a1a1a1;
}

.form-input::-ms-input-placeholder {
 color: #a1a1a1;
}

.form-input::placeholder {
 color: #a1a1a1;
}

.button-primary {
 padding: 12px 25px;
 background-color: #1a1b1f;
 -webkit-transition: all 200ms ease;
 transition: all 200ms ease;
 color: #fff;
 font-size: 12px;
 line-height: 20px;
 letter-spacing: 2px;
 text-transform: uppercase;
}

.button-primary:hover {
 background-color: #32343a;
 color: #fff;
}

.button-primary:active {
 background-color: #43464d;
}

.button-primary.form-button {
 position: absolute;
 right: 8px;
 margin-right: -8px;
 padding: 8px 60px;
 border-style: solid;
 border-width: 1px;
 border-color: #fff;
 border-radius: 50px;
 background-color: #fff;
 color: #000;
 font-size: 16px;
 font-weight: 500;
 letter-spacing: 0px;
 text-transform: none;
}

.button-primary.form-button:hover {
 background-color: #000;
 color: #fff;
}

.heading-3 {
 margin-top: 60px;
 color: #fff;
 font-weight: 400;
 text-align: center;
}

.newlettericons {
 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;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 grid-column-gap: 20px;
}

.newletterbutton {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 max-width: none;
 margin-right: 0px;
 margin-left: 0px;
 padding: 22px 72px;
 -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;
 grid-column-gap: 10px;
 border-radius: 50px;
 background-image: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#0100ea),
  to(#f936f2)
 );
 background-image: linear-gradient(90deg, #0100ea, #f936f2);
 color: #fff;
 font-size: 16px;
 line-height: 16px;
 font-weight: 600;
 text-decoration: none;
}

.footer {
 padding-top: 130px;
 padding-bottom: 130px;
 background-color: #151515;
}

.footercontent {
 display: -ms-grid;
 display: grid;
 -webkit-box-pack: stretch;
 -webkit-justify-content: stretch;
 -ms-flex-pack: stretch;
 justify-content: stretch;
 grid-auto-flow: row;
 grid-auto-columns: 1fr;
 grid-column-gap: 150px;
 grid-row-gap: 16px;
 -ms-grid-columns: 1fr 1fr 1fr 1fr;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 -ms-grid-rows: auto;
 grid-template-rows: auto;
}

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

.footermenutitle {
 margin-top: 0px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 16px;
 line-height: 16px;
 font-weight: 600;
}

.footericons {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 grid-column-gap: 20px;
}

.socialicon {
 max-height: 20px;
}

.twitter-icon {
 width: 21px;
 height: 20px;
 background-color: #fff;
 border-radius: 2px;
}

.twitter-icon-com {
 width: 24px;
 height: 23px;
 background-color: #fff;
 border-radius: 2px;
}

.footermenulink {
 margin-bottom: 10px;
 color: #bababa;
 text-decoration: none;
}

.copyright {
 padding-top: 40px;
 padding-bottom: 40px;
}

.text-block-2 {
 color: #bababa;
 text-align: center;
}

.productimgdecorative {
 position: absolute;
 left: -25%;
 top: -700px;
 right: auto;
 bottom: auto;
 max-width: none;
}

.producttopbg {
 position: absolute;
 left: auto;
 top: auto;
}

.left-arrow {
 display: none;
}

.right-arrow {
 display: none;
}

.slide-nav {
 display: none;
}

.link-block {
 text-decoration: none;
 cursor: pointer;
}

.link-block-2 {
 text-decoration: none;
 cursor: pointer;
}

.link-block-3 {
 text-decoration: none;
 cursor: pointer;
}

.body-2 {
 background-color: #000;
 font-family: Sora, sans-serif;
 color: #000;
}

.privacy-policy-text {
 width: 100%;
 color: #fff;
 font-size: 14px;
 line-height: 24px;
}

.privacypolicytext {
 max-width: 70%;
}

.container-2 {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -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;
}

.privacy-policy-section {
 margin-top: 60px;
}

.privacy-policy-title {
 margin-top: 0px;
 margin-bottom: 20px;
 color: #fff;
 font-size: 40px;
 line-height: 45px;
 text-align: center;
}

.privacypolicyrichtext {
 color: #fff;
}

.collabimg3 {
 max-height: none;
 max-width: none;
}

.om {
 width: 60px;
}

.matr1x {
 /* width: 300px; */
 width: 80px;
 filter: brightness(100);
}

@media screen and (min-width: 1280px) {
 .gmt-token {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
 }
}

@media screen and (min-width: 1440px) {
 .gmt-token {
  background-image: url('../images/products_bg_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .productimgdecorative {
  left: -20%;
 }
}

@media screen and (min-width: 1920px) {
 .slider-2 {
  height: 70vh;
 }

 .slidercontent {
  height: 70vh;
 }

 .gmt-token {
  background-image: url('../images/products_bg_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .newletter {
  background-position: 100% 50%, -100px 50%, 50% 50%;
  background-size: contain, contain, cover;
 }

 .productimgdecorative {
  left: 0%;
  max-width: none;
 }
}

@media screen and (max-width: 1200px) {
 .container {
  width: auto;
  min-width: 0px;
 }

 .slider-2 {
  height: auto;
 }

 .slidercontent {
  height: auto;
 }

 .heading {
  font-size: 60px;
 }

 .contentbottom {
  margin-top: 60px;
 }

 .key-stats {
  background-image: url('../images/gmt_shape_bg_right.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
 }

 .keystatsgrid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
 }

 .collaboratorsgrid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
 }

 .collabimg {
  max-height: 50px;
 }

 .newletter {
  background-image: url('../images/newsletter_bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
 }

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

 .newlleter-heading {
  font-size: 40px;
  line-height: 40px;
 }

 .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  background-color: transparent;
 }

 .form-container-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
 }

 .form-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }

 .form-input {
  width: auto;
  padding-right: 127px;
 }

 .footercontent {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
 }

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

 .menu-button {
  color: #fff;
 }

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

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

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

 .productimgdecorative {
  display: none;
 }

 .privacypolicytext {
  max-width: 80%;
 }

 .collabimg3 {
  max-height: 50px;
 }
}

@media screen and (max-width: 767px) {
 .Investments {
  grid-row-gap: 60px;
 }

 .container {
  padding-right: 20px;
  padding-left: 20px;
 }

 .heading {
  font-size: 40px;
  line-height: 50px;
 }

 .contentbottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 60px;
 }

 .buttonblock {
  width: 100%;
 }

 .keystatsgrid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
 }

 .productlistitem {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 60px;
 }

 .producttext {
  width: 100%;
 }

 .aboutcontent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
 }

 .abouttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -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;
 }

 .aboutimage {
  width: 100%;
 }

 .abouttitle {
  text-align: center;
 }

 .aboutdescription {
  text-align: center;
 }

 .gmtcontent {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
 }

 .gmttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -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;
 }

 .gmtimage {
  width: 100%;
 }

 .collaboratorsgrid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
 }

 .collabimg {
  max-height: none;
 }

 .form-container-two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .form-block-two {
  width: 100%;
  margin-top: 0px;
 }

 .form-input {
  width: 100%;
 }

 .privacy-policy-text {
  width: 100%;
 }
}

@media screen and (max-width: 479px) {
 .container {
  padding-right: 20px;
  padding-left: 20px;
 }

 .contentleft {
  width: 100%;
 }

 .contentright {
  width: 100%;
 }

 .button {
  padding-right: 31px;
  padding-left: 31px;
 }

 .buttontext {
  font-size: 18px;
 }

 .sectiontitle {
  font-size: 40px;
  line-height: 50px;
 }

 .keystatsgrid {
  width: 100%;
  grid-row-gap: 40px;
 }

 .keystatblock {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
 }

 .keystattitle {
  font-size: 24px;
 }

 .keystatdescription {
  font-size: 14px;
  line-height: 14px;
 }

 .productmenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
 }

 .menuicon {
  width: auto;
  max-height: 40px;
  min-height: auto;
 }

 .productlistitem {
  grid-row-gap: 40px;
 }

 .arrowicon {
  max-height: 60px;
 }

 .abouttitle {
  font-size: 50px;
  line-height: 50px;
 }

 .collaboratorsgrid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
 }

 .newlleter-heading {
  font-size: 30px;
 }

 .form {
  margin-bottom: 30px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }

 .form-block-two {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .form-input {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
 }

 .button-primary.form-button {
  position: absolute;
  right: 8px;
  padding: 13px 15px;
 }

 .newletterbutton {
  padding-right: 20px;
  padding-left: 20px;
 }

 .footercontent {
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
 }

 .privacypolicytext {
  max-width: 85%;
 }

 .privacy-policy-title {
  font-size: 40px;
  line-height: 50px;
 }
}

#w-node-_491d6f2e-d0f6-5067-5a96-a3edf432d551-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

#w-node-a085efe2-01e6-c1f0-577f-c8c380b1e126-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

#w-node-_3f8f5ba9-0024-1240-3cf3-eba93043443a-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

#w-node-b72156fe-633e-5d4d-29d8-40b4d9c59452-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

#w-node-_88782749-d30d-d573-b70f-a068d7b92437-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

#w-node-_8a77f673-6163-8a79-86c9-175d838faabf-df07498d {
 -ms-grid-column: span 1;
 grid-column-start: span 1;
 -ms-grid-column-span: 1;
 grid-column-end: span 1;
 -ms-grid-row: span 1;
 grid-row-start: span 1;
 -ms-grid-row-span: 1;
 grid-row-end: span 1;
 -ms-grid-column-align: auto;
 justify-self: auto;
}

@font-face {
 font-family: 'Sora';
 src: url('../fonts/Sora-Bold.ttf') format('truetype');
 font-weight: 700;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Sora';
 src: url('../fonts/Sora-Regular.ttf') format('truetype');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Sora';
 src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
