.navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
  color: #000;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.brand {
  position: static;
  display: block;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(25, 125, 255, 0.54);
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/home-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/home-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
  color: #fff;
  font-size: 16px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-align: center;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.button {
  border-radius: 0px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #121111;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 137, 211, 0.6);
  background-color: #f1f1f1;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rich-text-block {
  color: #fff;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 137, 211, 0.57);
  background-color: #f1f1f1;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 137, 211, 0.56);
  background-color: #f1f1f1;
}

.centered-container-2 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-align: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 137, 211, 0.35);
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: 150px;
  max-width: 200px;
  min-width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.button-2 {
  margin-top: 34px;
  border: 2px solid #4189d3;
  background-color: #f1f1f1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #868686;
  font-weight: 500;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  background-color: #050505;
  font-family: Montserrat, sans-serif;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  margin-bottom: 67px;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #009dff;
  background-color: rgba(65, 137, 211, 0.63);
  color: #fff;
}

.feature-section2 {
  padding-top: 51px;
  padding-bottom: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 153, 255, 0.54);
  background-color: #050505;
  background-image: url('../images/vivaion10.png');
  background-position: 50% 50%;
  background-size: auto;
}

.feature-image-mask {
  width: 100%;
  margin-right: 0px;
  text-align: center;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(65, 137, 211, 0.63);
}

.div-block {
  margin-right: 0px;
}

.feature-image-3 {
  width: 50%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-image2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.body {
  background-color: #000;
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #000;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body-3 {
  background-color: #000;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bifrost-isometric-diagram-blue.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bifrost-isometric-diagram-blue.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
}

.body-4 {
  background-color: #000;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
  background-color: #fff;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  text-align: left;
}

.form {
  text-align: center;
}

.field-label {
  color: #000;
  text-align: left;
}

.field-label-2 {
  color: #000;
  text-align: left;
}

.field-label-3 {
  color: #000;
  text-align: left;
}

.field-label-4 {
  color: #000;
  text-align: left;
}

.text-field {
  background-color: #171717;
}

.text-field-2 {
  background-color: #171717;
}

.text-field-3 {
  background-color: #171717;
}

.text-field-4 {
  background-color: #171717;
}

.textarea {
  background-color: #171717;
}

.heading-3 {
  color: #000;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.italic-text {
  color: #afafaf;
}

.container {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image {
  margin-top: 32px;
}

.nav-menu {
  margin-top: 15px;
  color: #000;
}

.nav-menu-2 {
  margin-top: 15px;
}

.nav-menu-3 {
  margin-top: 15px;
}

.nav-menu-4 {
  margin-top: 15px;
}

.tabs-menu {
  margin-left: 571px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.div-block-2 {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  background-color: #4189d3;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.div-block-3 {
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  background-color: #4189d3;
}

.div-block-4 {
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  background-color: #4189d3;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
}

.list {
  color: #000;
}

.image-2 {
  margin-top: 30px;
  margin-left: 68px;
}

.list-item {
  color: #fff;
}

.image-3 {
  margin-top: 28px;
}

.container-2 {
  color: #000;
}

.feature-section3 {
  padding-top: 51px;
  padding-bottom: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 153, 255, 0.54);
  background-color: #050505;
  background-image: url('../images/vivaion05.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.feature-section4 {
  padding-top: 51px;
  padding-bottom: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 153, 255, 0.54);
  background-color: #050505;
  background-image: url('../images/blockchain-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.feature-section5 {
  padding-top: 51px;
  padding-bottom: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 153, 255, 0.54);
  background-color: #050505;
  background-image: url('../images/nebula.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.flex-containerearth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  margin-bottom: 67px;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #009dff;
  background-color: rgba(65, 137, 211, 0.63);
  color: #fff;
}

.paragraph-10 {
  margin-right: 28px;
}

.paragraph-11 {
  margin-right: 36px;
}

.paragraph-12 {
  margin-right: 28px;
}

.div-block-5 {
  margin-right: 17px;
}

.feature-section6 {
  padding-top: 51px;
  padding-bottom: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 153, 255, 0.54);
  background-color: #050505;
  background-image: url('../images/trading-chart2.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.feature-imageturtle {
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 100%;
  min-height: 350px;
  min-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-imageearth {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-imagevivaion {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 100%;
  min-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-link {
  border-style: solid;
  border-width: 1px;
  border-color: #0bf;
  background-color: #242424;
  color: #fff;
}

.dropdown-link-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #0bf;
  background-color: #242424;
  color: #fff;
}

.dropdown-link-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #0bf;
  background-color: #242424;
  color: #fff;
}

.button-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #09f;
  background-color: #000;
}

.features-list {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #050505;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.features-wrapper-two {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.features-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  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;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.features-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  margin-bottom: -16px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
}

.features-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .hero-overlay-2 {
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bifrost-isometric-dark.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bifrost-isometric-dark.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .heading-4 {
    color: #fff;
  }

  .div-block-4 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    border-color: rgba(25, 125, 255, 0.54);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/home-banner.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .cards-section {
    border-color: rgba(25, 125, 255, 0.55);
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero {
    border-color: rgba(25, 125, 255, 0.57);
  }

  .call-to-action {
    border-color: rgba(25, 125, 255, 0.58);
  }

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

  .footer-image {
    margin-left: 66px;
  }

  .feature-section2 {
    border-color: #09f;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
  }

  .menu-button-2 {
    margin-top: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
  }

  .feature-section3 {
    border-color: #09f;
  }

  .feature-section4 {
    border-color: #09f;
  }

  .feature-section5 {
    border-color: #09f;
  }

  .feature-section6 {
    border-color: #09f;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    max-width: 100px;
    min-width: 100px;
  }

  .footer-image {
    margin-left: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-section2 {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .button-3 {
    margin-bottom: 40px;
  }

  .feature-image-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image2 {
    margin-right: auto;
    margin-left: auto;
  }

  .body-2 {
    background-position: 50% 50%;
  }

  .menu-button-2 {
    margin-right: 16px;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .paragraph-7 {
    padding-bottom: 40px;
  }

  .heading-6 {
    padding-top: 0px;
  }

  .paragraph-8 {
    padding-bottom: 40px;
  }

  .paragraph-9 {
    padding-bottom: 40px;
  }

  .feature-section3 {
    padding: 40px 20px;
  }

  .feature-section4 {
    padding: 40px 20px;
  }

  .feature-section5 {
    padding: 40px 20px;
  }

  .flex-containerearth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-section6 {
    padding: 40px 20px;
  }

  .feature-imageturtle {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-imageearth {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-imagevivaion {
    margin-right: auto;
    margin-left: auto;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/home-banner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/home-banner.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat-x;
    background-attachment: scroll, scroll;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .call-to-action {
    text-align: left;
  }

  .centered-container-2 {
    text-align: left;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-logo-link {
    height: 60px;
    max-width: 100px;
    margin-left: 89px;
  }

  .footer-image {
    margin-left: 0px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .button-2 {
    margin-left: 83px;
    text-align: left;
  }

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

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

  .icon {
    color: #fff;
  }

  .feature-image {
    min-width: 0px;
  }

  .body-2 {
    background-position: 50% 0%;
    background-repeat: repeat;
  }

  .menu-button-2 {
    margin-top: 5px;
    margin-right: 19px;
    margin-bottom: 5px;
  }

  .menu-button-2.w--open {
    margin-top: 12px;
    margin-right: 13px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .nav-menu {
    margin-top: -1px;
    background-color: #080808;
  }

  .feature-imageturtle {
    min-width: 0px;
  }

  .feature-imagevivaion {
    min-width: 0px;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    margin-bottom: 30px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-image {
    margin-bottom: 10px;
  }
}

#w-node-_6ea008bf-deba-3eb2-6464-af3fddc55c63-eee25d15 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2f02-764692d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2f04-764692d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2f09-764692d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2f0b-764692d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2ef8-764692d2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2eff-764692d2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_23fe673d-6ff4-cc30-6111-9e63586a2f06-764692d2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6ea008bf-deba-3eb2-6464-af3fddc55c53-eee25d15 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ea008bf-deba-3eb2-6464-af3fddc55c57-eee25d15 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ea008bf-deba-3eb2-6464-af3fddc55c5b-eee25d15 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6ea008bf-deba-3eb2-6464-af3fddc55c5f-eee25d15 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}