.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

p {
  text-align: justify;
  margin-bottom: 20px;
}

.navbar-logo-left {
  z-index: 100;
  height: 170px;
  background-color: rgba(255, 255, 255, .63);
  background-image: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  height: 160px;
  max-width: 1440px;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  height: 100px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navbar-brand {
  overflow-wrap: normal;
  object-fit: scale-down;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
  border-bottom-color: #000;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
  border-bottom-color: #000;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #213956;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.w--current {
  background-color: #343534;
}

.footer-light {
  color: #fff;
  background-color: rgba(44, 45, 44, .76);
  background-image: linear-gradient(333deg, #3d586b, rgba(0, 0, 0, .75) 57%), url('../images/gravityBar002Worker.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 60px 30px 40px;
  position: relative;
  bottom: 0;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link-two.white {
  color: #fff;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 10px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  outline-offset: 0px;
  border: 1px solid #fff;
  border-radius: 17px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.header_section {
  z-index: -10;
  min-height: 60svh;
  object-fit: cover;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.primary_banner {
  min-height: 60svh;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slide01 {
  background-image: url('../images/DraftBanner3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slider {
  min-height: 50vh;
}

.slide02 {
  background-image: url('../images/DraftBanner1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide03 {
  background-image: url('../images/DraftBanner4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide04 {
  background-image: url('../images/DraftBanner2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.info-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block {
  position: relative;
  top: 25%;
  left: 25%;
}

.features-list {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/gravityBarScrewbanner.jpeg');
  background-position: 0%;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 200px 30px 60px;
  display: flex;
  position: static;
  top: 340px;
}

.features-wrapper-two {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding: 38px 20px;
  display: flex;
}

.features-left {
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.features-block-two.hide {
  display: none;
}

.features-image {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 16px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
}

.arrowh {
  display: none;
}

.contact-form {
  min-height: 300px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.contact-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.contact-form-field:hover, .contact-form-field:focus {
  border-color: #76879d;
}

.contact-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.contact-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.submit-button {
  min-width: 140px;
  letter-spacing: 2px;
  background-color: #343534;
  border-radius: 4px;
  padding: 12px 25px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer_heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.paragraph {
  text-align: justify;
}

.contact_form {
  margin-top: 20px;
}

.textarea {
  min-height: 160px;
  border-radius: 4px;
}

.image {
  margin-bottom: 40px;
  margin-left: 20px;
}

.section {
  z-index: 20;
  justify-content: center;
  margin-top: 0;
  display: block;
  position: static;
  top: 120px;
}

.section.bar01 {
  margin-top: 40px;
}

.section.why {
  background-color: #6f6f6f;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/gravity_bar_back004.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bar {
  display: block;
}

.section.bar.video {
  margin-top: 40px;
}

.section.hide {
  display: none;
}

.flex-block {
  justify-content: flex-start;
  position: relative;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  padding-top: 0;
  padding-left: 60px;
}

.text-block {
  color: #000;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block.cta {
  color: #fff;
  padding-bottom: 20px;
}

.paragraph-2 {
  text-align: justify;
}

.right {
  color: #5e5e5e;
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}

.videoplayer {
  z-index: 20;
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  padding: 20px;
}

.video-wrapper {
  width: 90svw;
  height: 90svh;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.div-block-6 {
  min-width: 100%;
  justify-content: flex-end;
  display: flex;
}

.paragraph_10lft {
  max-width: 280px;
  text-align: right;
  padding-left: 10px;
}

.embed {
  min-width: 260px;
}

.abouthead {
  max-width: 70%;
  margin-bottom: 40px;
}

.about_section {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 40px;
  padding-bottom: 0;
}

.whycopy {
  padding-left: 40px;
}

.container-2 {
  max-width: 1440px;
  color: #fff;
  background-color: rgba(37, 37, 37, .7);
  border-radius: 7px;
  padding: 38px 38px 60px;
}

.container-2.faq {
  max-width: 1440px;
  min-height: 440px;
  color: #292929;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0 40px;
  display: flex;
}

.whyicon_wrap {
  min-height: 140px;
  min-width: 140px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.why {
  align-items: flex-start;
  padding-bottom: 20px;
}

.body {
  background-color: rgba(255, 255, 255, .61);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.content_container {
  max-width: 1440px;
  column-count: 2;
  column-rule-width: 0px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 7px;
  column-gap: 38px;
  padding: 38px 0 40px;
}

.image-2 {
  margin-top: 10px;
  transform: rotate(180deg);
}

.image-2.hide {
  display: none;
}

.image-3 {
  max-width: 1440px;
  display: none;
  transform: none;
}

.why-header {
  margin-bottom: 60px;
}

.why-header.withsub {
  margin-bottom: 0;
}

.image-2b.hide {
  display: none;
}

.logoimg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.doc_link_wrapper {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.button {
  background-color: #213956;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 0;
}

.button:hover {
  background-color: #4d3e3e;
}

.use_list {
  padding-top: 0;
}

.div-block-7 {
  max-width: 1440px;
  padding-left: 0;
  display: flex;
}

.heading {
  margin-top: 10px;
}

.text-span {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 400;
}

.superscript {
  top: -17px;
}

.text-span-2 {
  padding-left: 3px;
}

.div-block-8 {
  display: flex;
}

.button-2 {
  background-color: #1a1b1f;
}

.subheading {
  margin-top: 0;
  margin-bottom: 60px;
}

.faq_section {
  padding-top: 40px;
}

.dropdown-list {
  min-width: 440px;
  position: static;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 0;
}

.answer {
  box-shadow: none;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  outline: 1px solid rgba(41, 41, 41, .2);
  margin-bottom: 20px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 24px;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 700;
}

.dropdown-toggle {
  width: 100%;
  color: #fff;
  background-color: #6d6d6d;
  border: 1px solid rgba(41, 41, 41, .2);
  border-radius: 6px 6px 0 0;
  margin-top: -2px;
  padding-left: 20px;
  display: flex;
}

.dropdown-toggle.w--open {
  border: 1px solid rgba(41, 41, 41, .2);
}

.dropdown {
  z-index: 10;
  width: 100%;
  border-radius: 6px 6px 0 0;
  margin-bottom: 10px;
  margin-left: 0;
  left: auto;
}

.text-span-3 {
  padding-left: 3px;
  font-weight: 400;
}

.download {
  padding-left: 20px;
  padding-right: 5px;
}

.text-span-4 {
  padding-left: 3px;
  font-weight: 400;
}

.superscript-2 {
  font-weight: 400;
}

.text-span-5, .text-span-6 {
  padding-left: 3px;
}

.bold-text {
  font-weight: 400;
}

.addressblock {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  color: #fff7f7;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contactdetails {
  min-width: 160px;
  border-bottom: 1px #fafafa;
  padding-top: 4px;
  padding-bottom: 8px;
}

.contactimg {
  padding-left: 20px;
}

.image-2c {
  transform: rotate(-24deg);
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cecece;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  display: grid;
}

.producthead {
  padding-left: 40px;
}

.div-block-10 {
  min-width: 45%;
  margin-right: 60px;
}

.moretop {
  margin-top: 40px;
}

.primary-sub-head {
  color: #3f3f3f;
  margin-bottom: 40px;
  font-weight: 400;
}

.text-block-3 {
  padding-left: 3px;
  line-height: 44px;
}

.text-span-7 {
  padding-left: 3px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.text-span-8 {
  padding-left: 3px;
  font-size: 24px;
  font-weight: 400;
}

.image-5 {
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
}

.div-block-11 {
  background-color: #6d6d6d;
  border-radius: 6px;
  flex-direction: column;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.videomain {
  border-radius: 0;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  border-radius: 0;
  overflow: hidden;
}

.questionwrap {
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-bottom: 20px;
  padding-left: 20px;
}

.section-2 {
  background-color: #aac9da;
  margin-top: 170px;
  padding-top: 20px;
}

.container-4 {
  max-width: 1440px;
}

.html-embed {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.list {
  border: 1px solid rgba(27, 27, 27, .1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.answer_wrap {
  border: 1px solid rgba(53, 53, 53, .1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.paragraph-3 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-12 {
  width: 100%;
  height: 100%;
}

.container-5 {
  max-width: 1440px;
}

.link-block-3 {
  background-color: #000;
  border-radius: 4px;
  padding: 10px;
}

.map {
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    height: 115px;
  }

  .navbar-logo-left-container.shadow-three {
    height: auto;
    align-items: flex-start;
  }

  .container {
    max-width: 728px;
    padding-top: 5px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    padding-top: 5px;
  }

  .navbar-brand {
    object-fit: none;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    top: 110px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-two {
    background-color: rgba(255, 255, 255, .63);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-link-arrow {
    padding-left: 0;
  }

  .features-list {
    background-position: 0%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-2.faq, .content_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    width: 620px;
  }

  .answer {
    max-width: 590px;
  }

  .text-block-2 {
    color: #fff;
  }

  .dropdown-toggle {
    background-color: #6d6d6d;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    max-height: 100px;
    object-fit: scale-down;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .container-3, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-3 {
    margin-bottom: 5px;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    background-color: #fff;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    height: auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    top: 110px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .info-slider {
    padding: 60px 15px;
  }

  .features-list {
    padding: 85px 15px 60px;
  }

  .features-wrapper-two {
    margin-top: 60px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .dropdown-list.w--open {
    width: 520px;
  }

  .answer {
    max-width: 490px;
  }

  .text-block-2 {
    white-space: pre-wrap;
    word-break: normal;
  }

  .div-block-9 {
    padding-right: 20px;
  }

  .div-block-10 {
    margin-right: 20px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .features-wrapper-two {
    padding-left: 10px;
  }

  .features-left {
    width: 260px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    padding-left: 10px;
  }

  .abouthead {
    max-width: 100%;
    margin-bottom: 0;
  }

  .about_section {
    padding-top: 10px;
  }

  .whycopy {
    padding-left: 0;
  }

  .why {
    flex-direction: column;
  }

  .content_container {
    column-count: 1;
    padding-top: 20px;
  }

  .doc_link_wrapper {
    padding-top: 0;
  }

  .button {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
  }

  .faq_section {
    padding-top: 0;
  }

  .answer {
    max-width: 270px;
  }

  .text-block-2 {
    max-width: 220px;
    white-space: normal;
    flex: 0 auto;
  }

  .dropdown-toggle {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .dropdown {
    max-width: 280px;
  }

  .primary-sub-head {
    font-size: 24px;
  }

  .image-4 {
    display: none;
  }

  .heading-2 {
    margin-top: 0;
  }

  .div-block-13 {
    width: 100%;
  }
}

#w-node-_8be74b9c-2ec2-4d58-c1b0-797aedf0074b-3aa1e5cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bb01f5c2-462b-f4b9-78b6-0638bc359d9a-3aa1e5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0f48bc-1562-049e-3682-676880f7a702-3aa1e5cd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3699ed58-7c7e-8237-0521-3174b0bf96c7-3aa1e5cd, #w-node-a3ebc993-2fbd-b1de-dca3-ac96d535f549-3aa1e5cd, #w-node-_98cb9e7a-9014-326d-21ff-5745b9b94b6f-3aa1e5cd, #w-node-_422b9b4f-7fcc-a0b8-045b-4847a8491a77-3aa1e5cd, #w-node-_3c5d6fe8-4db1-7278-58df-4e15a11d4a8d-3aa1e5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-a13b00c0-ae4e-133f-eddb-4f56a64904aa-3aa1e5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9583e57c-9543-f24f-f380-e5ca25389a09-3aa1e5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_8be74b9c-2ec2-4d58-c1b0-797aedf0074b-3aa1e5cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb01f5c2-462b-f4b9-78b6-0638bc359d9a-3aa1e5cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b0f48bc-1562-049e-3682-676880f7a702-3aa1e5cd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3699ed58-7c7e-8237-0521-3174b0bf96c7-3aa1e5cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3ebc993-2fbd-b1de-dca3-ac96d535f549-3aa1e5cd, #w-node-_98cb9e7a-9014-326d-21ff-5745b9b94b6f-3aa1e5cd, #w-node-_422b9b4f-7fcc-a0b8-045b-4847a8491a77-3aa1e5cd, #w-node-_3c5d6fe8-4db1-7278-58df-4e15a11d4a8d-3aa1e5cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
