:root {
  --background-color: #0a0f3a;
  --primary-color: #ca0027;
  --secondary-background: #bf8a671a;
  --secondary: #ffbf00;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@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: #666;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  color: #4d4d4d;
  text-transform: uppercase;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  color: #4d4d4d;
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  color: #4d4d4d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

p {
  opacity: .8;
  color: #666;
  max-width: 457px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 26px;
}

ol {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 26px;
}

li {
  margin-bottom: 10px;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #4d4d4d;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: DM Sans, sans-serif;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 965px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.nav-link {
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  align-items: stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.nav-link:hover {
  color: #ca0027;
}

.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-link.w--current {
  color: var(--primary-color);
  width: 100%;
  min-width: 100%;
  margin-right: 10px;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.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: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  box-shadow: 0 0 20px #0003;
}

.nav-dropdown-link {
  text-transform: uppercase;
  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;
}

.button-primary {
  border: 1px solid var(--primary-color);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ca0027;
  justify-content: space-around;
  align-items: center;
  padding: 10px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s, background-color .3s ease-in;
  display: flex;
}

.button-primary:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
}

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

.button-primary.navbar-button {
  padding-left: 28px;
  padding-right: 28px;
}

.banner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.main-logo {
  width: auto;
  min-width: auto;
  max-width: 240px;
  height: auto;
  min-height: auto;
  max-height: 40px;
}

.main-body {
  line-height: 26px;
}

.button-wrapper {
  margin-left: 20px;
}

.hero-section {
  background-color: #0000;
  background-image: linear-gradient(#0a0f3a99, #0a0f3a99), url('../images/AdobeStock_1013094454.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  overflow: hidden;
}

.banner-sub-title {
  color: #ffbf00;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.sub-title {
  color: #fff;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.banner-button-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 24px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: color .5s, background-color .3s ease-in;
}

.secondary-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.banner-contents {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 238px;
  display: flex;
}

.banner-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  max-width: none;
  max-height: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-image {
  width: auto;
  min-width: auto;
  max-width: 800px;
  max-height: none;
  position: relative;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 965px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.testimonial {
  flex-direction: row;
  display: flex;
}

.container.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.container.style-guide {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.features-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section-title {
  color: #427aa1;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
}

.section-title.left-allign {
  text-align: left;
  margin-top: 0;
}

.section-title.higher-width {
  max-width: 750px;
}

.highlight-text {
  direction: ltr;
  color: #143a73;
  text-transform: none;
  object-fit: cover;
  background-image: url('../images/Vector-17_1Vector 17.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: inline;
  overflow: visible;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 63px;
  display: grid;
}

.features-logo {
  min-width: auto;
  max-width: 60px;
  min-height: auto;
  max-height: 60px;
  margin-bottom: 10px;
}

.features-card {
  grid-row-gap: 20px;
  background-color: #bf8a671a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 32px 72px;
  display: flex;
}

.middle-allign-paragraph {
  text-align: center;
  max-width: 296px;
  margin-bottom: 0;
}

.middle-allign-paragraph.team-member {
  max-width: 615px;
}

.about-section {
  padding: 60px 0 40px 15px;
  font-family: DM Sans, sans-serif;
  overflow: hidden;
}

.about-us-wrapper {
  grid-column-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.about-image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.about-image {
  z-index: 1;
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 553px;
  max-height: 500px;
  position: relative;
}

.about-us-contents {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.hero-title {
  color: #fff;
  min-width: auto;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
}

.card-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.image-background {
  background-color: var(--secondary-background);
  min-width: 883px;
  min-height: 592px;
  margin-left: -403px;
  position: absolute;
  inset: -18% auto auto 0%;
}

.image-background.services {
  min-width: 883px;
  margin-left: 0;
  margin-right: -477px;
  inset: auto 0% -19% auto;
}

.image-background.video-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 580px;
  max-height: none;
  margin-left: 0;
  margin-right: -441px;
  padding-top: 0;
  display: block;
  inset: -18% 0% auto auto;
}

.nav-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  overflow-wrap: normal;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.nav-list.logo-list {
  display: none;
}

.about-us-caption {
  z-index: 1;
  color: #bf8a674d;
  white-space: nowrap;
  border-top: 1px #000;
  border-right: 1px #000;
  height: auto;
  padding-right: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  position: absolute;
  inset: 30% auto auto -102px;
  transform: rotate(-90deg);
}

.caption-border {
  border-right: 1px solid var(--secondary);
  background-color: var(--secondary);
  width: 149px;
  height: 1px;
  position: absolute;
  inset: auto auto 17% -67px;
  transform: rotate(90deg);
}

.caption-border.smaller {
  width: 28px;
  position: absolute;
  inset: 3% auto auto -9px;
}

.caption-border.services-caption {
  z-index: 1;
  width: 120px;
  inset: auto -97px 14% auto;
}

.card-section-of-about {
  padding-top: 100px;
}

.about-card-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-us-card {
  grid-row-gap: 14px;
  background-color: #bf8a6780;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 100%;
  min-height: 246px;
  max-height: none;
  padding: 0;
  display: flex;
  position: relative;
}

.about-us-card.brown-color {
  background-color: var(--secondary);
}

.about-card-section {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.about-card-number {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.outbound-icon {
  color: #bf6767;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.outbound-icon.white-color {
  color: #fff;
}

.outbound-icon.footer {
  position: static;
}

.outbound-icon.services {
  z-index: 1;
  color: var(--secondary);
  inset: 5% -48px auto auto;
}

.outbound-icon.about-video {
  z-index: 50;
  color: var(--secondary);
  right: -36px;
}

.footer-text {
  font-weight: 300;
  line-height: 24px;
}

.footer-section {
  background-color: var(--secondary-background);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AdobeStock_1040208260.jpg');
  background-position: 0 0, 100% 75%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.footer-contents {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.footer-contents.fr-30 {
  justify-content: flex-start;
}

.footer-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.footer-grid-box.instagram {
  max-width: 230px;
}

.icon-and-title-wrapper {
  grid-column-gap: 25px;
  flex-direction: row;
  min-height: auto;
  display: flex;
}

.footer-icon {
  opacity: .8;
  color: #fff;
  font-family: Icofont, sans-serif;
}

.information {
  color: #fffc;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  font-weight: 300;
  display: block;
}

.footer-logo-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.instagram-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-sub-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.instagram-photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.instagram-image {
  object-fit: cover;
  max-width: 110px;
  min-height: 110px;
  max-height: none;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subscribe-form-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-email-input {
  color: #fff;
  background-color: #ffffff4d;
  border: 1px solid #0000;
  min-width: auto;
  max-width: none;
  min-height: 46px;
  margin-bottom: 0;
  transition: border-color .4s ease-out;
}

.subscribe-email-input:focus {
  border-width: 1px;
  border-color: var(--primary-color);
}

.subscribe-email-input::placeholder {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.form-submit-button {
  background-color: var(--primary-color);
  width: auto;
  min-width: 40px;
  height: auto;
  min-height: 40px;
  padding: 0;
  font-family: Icofont, sans-serif;
  font-size: 16px;
  position: relative;
  inset: auto 43px 0 auto;
}

.social-icons-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.social-icon {
  color: #fff9;
  cursor: pointer;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: color .3s, transform .5s;
}

.social-icon:hover {
  transform: scale(1.2);
}

.social-icon.facebook:hover {
  color: #4267b2;
}

.social-icon.twitter:hover {
  color: #1da1f2;
}

.social-icon.linkdln:hover {
  color: #0077b5;
}

.social-icon.instagram:hover {
  color: #e1306c;
}

.social-icon.vimeo:hover {
  color: #19b7ea;
}

.social-icon.youtube {
  color: #fff9;
}

.social-icon.youtube:hover {
  color: red;
}

.services-section {
  margin-top: 0;
  padding-top: 134px;
  padding-bottom: 100px;
  overflow: hidden;
}

.services-quote {
  border-left-color: var(--primary-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 422px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-tabs {
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.services-tabs-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.services-tab {
  background-color: var(--secondary-background);
  color: #000;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.services-tab.w--current {
  background-color: var(--secondary);
  color: #fff;
  border: 1px #000;
  flex-direction: column;
  margin-left: -2px;
  display: block;
}

.services-tab-title {
  border-right: 2px solid var(--secondary);
  padding: 0 18px;
  line-height: 28px;
}

.services-tab-title.no-border {
  border-right-style: none;
}

.services-tab-contents {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  min-width: auto;
  display: flex;
}

.services-image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.services-caption {
  z-index: 1;
  color: #bf8a674d;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  position: absolute;
  inset: 36% -150px auto auto;
  transform: rotate(-90deg);
}

.services-image {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 552px;
  max-height: none;
  position: relative;
}

.gallery-section {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.title-paragraph {
  font-size: 18px;
  line-height: 28px;
}

.title-paragraph.middle-allign {
  text-align: center;
  max-width: 616px;
}

.services-quote-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.quote-border {
  border-left: 5px solid var(--primary-color);
  height: 37px;
  max-height: 37px;
}

.gallery-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.gallary-grid-one {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100vw;
  position: relative;
}

.gallery-lightbox {
  z-index: 99;
  flex-direction: row;
  display: block;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  min-width: 360px;
  height: 360px;
}

.gallery-grid-two {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  position: relative;
}

.hover-overlay {
  opacity: 0;
  background-color: #bf8a67f7;
  justify-content: center;
  align-items: center;
  margin: 15px;
  padding: 0;
  transition: opacity .3s ease-in;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-overlay:hover {
  opacity: 1;
}

.gallery-hover-overlay-text {
  color: #fff;
  text-align: center;
  max-width: 215px;
  font-size: 16px;
  font-weight: 500;
}

.gallery-title-and-paragraph {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.testimonial-section {
  padding-top: 120px;
}

.testimonial-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 810px;
  display: flex;
}

.testimonial-title-and-paragraph {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content-wrapper {
  grid-row-gap: 30px;
  background-color: #df8c551a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 45px 60px 40px;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 120px;
  height: auto;
  min-height: auto;
  max-height: 120px;
}

.testimonial-image.medium, .testimonial-image.small {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.client-quote {
  text-align: center;
  max-width: 100%;
  font-weight: 300;
}

.client-quote.left-allign {
  text-align: left;
  line-height: 24px;
}

.client-information {
  text-align: center;
  font-weight: 300;
  line-height: 28px;
}

.client-name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.client-name.testimonial {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-image {
  position: absolute;
  inset: -7% 22% auto auto;
}

.arrow-image.client-one {
  opacity: 1;
  right: 74%;
}

.arrow-image.client-two {
  opacity: 1;
  right: 62%;
}

.arrow-image.client-three {
  opacity: 1;
  display: block;
  right: 48%;
}

.arrow-image.client-four {
  opacity: 1;
  right: 35%;
}

.testimonial-slide {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 90px;
  padding: 0;
  transition: all .2s ease-out;
  display: flex;
}

.testimonial-slide.w--current {
  background-color: #0000;
  width: auto;
  min-width: auto;
  max-width: 120px;
  height: auto;
  min-height: auto;
  max-height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .5s;
}

.testimonial-slide.smaller-testimonial-slide {
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
}

.testimonial-slide.smaller-testimonial-slide.w--current {
  max-width: 120px;
  max-height: 120px;
}

.testimonial-tabs {
  display: block;
}

.testimonial-tab-blocks {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-div {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-us-paragraph {
  max-width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-and-border {
  padding-right: 0;
}

.banner-section {
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_432482157.jpg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  height: 600px;
  margin-top: 0;
  overflow: visible;
}

.banner-section:where(.w-variant-0f71280e-a2c4-277f-a043-12757df13f88) {
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_803197054.jpg');
  background-position: 0 0, 50% 30%;
  height: 600px;
  margin-top: 0;
  display: block;
}

.banner-section:where(.w-variant-42dc0819-afa7-c31f-1196-11d39defb27a) {
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_1053692597.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  height: 600px;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
}

.banner-section:where(.w-variant-29ac0379-da4f-5fc9-f498-8ca74a4f3712) {
  background-color: #0a0f3a99;
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_826874718.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  height: 600px;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
}

.banner-section:where(.w-variant-bef420c9-7163-b9be-7b78-9bf230183745) {
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_899685754.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 600px;
  min-height: auto;
  font-family: DM Sans, sans-serif;
}

.banner-section:where(.w-variant-eedb11c8-7179-2f3a-1775-b170d1d7cd4f) {
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_565546717.jpg');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 600px;
  min-height: auto;
  font-family: DM Sans, sans-serif;
}

.banner-section:where(.w-variant-5d78d5d1-af36-44f6-4f7e-f17f77d1f455) {
  background-image: linear-gradient(#0a0f3a4d, #0a0f3a4d), url('../images/AdobeStock_741276700.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  height: 600px;
  font-family: DM Sans, sans-serif;
}

.page-title-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.page-title-block:where(.w-variant-eedb11c8-7179-2f3a-1775-b170d1d7cd4f), .page-title-block:where(.w-variant-0f71280e-a2c4-277f-a043-12757df13f88) {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.page-title-block:where(.w-variant-29ac0379-da4f-5fc9-f498-8ca74a4f3712) {
  height: 600px;
}

.page-title-block:where(.w-variant-42dc0819-afa7-c31f-1196-11d39defb27a), .page-title-block:where(.w-variant-bef420c9-7163-b9be-7b78-9bf230183745) {
  height: 100%;
}

.page-title-block:where(.w-variant-5d78d5d1-af36-44f6-4f7e-f17f77d1f455) {
  font-family: DM Sans, sans-serif;
}

.page-name {
  color: var(--secondary);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.page-name:where(.w-variant-bef420c9-7163-b9be-7b78-9bf230183745) {
  color: var(--secondary);
}

.video-section {
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 90px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.video-title-and-paragraph {
  grid-row-gap: 68px;
  flex-direction: column;
  width: auto;
  max-width: 451px;
  display: flex;
  position: relative;
}

.video-section-wrapper {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.video-caption {
  color: #bf67674d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 191px;
  margin-right: -184px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.video {
  width: 100%;
  min-width: 583px;
  max-width: 585px;
  max-height: 438px;
}

.about-us-tab-menu {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: visible;
}

.about-us-tab {
  background-color: var(--secondary-background);
  color: #4d4d4d;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.about-us-tab.w--current {
  background-color: var(--secondary);
  color: #fff;
  padding: 14px 20px;
}

.team-member-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-section {
  padding-top: 120px;
}

.title-and-paragraph-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
}

.team-member-image-wrapper {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  color: #0000;
}

.team-member-image {
  object-fit: contain;
  width: 100%;
  max-width: 234px;
  max-height: 234px;
  padding-top: 10px;
}

.team-member-name {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.team-member-position {
  font-weight: 300;
}

.team-member-information {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.team-member {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.partner-section {
  background-color: var(--secondary);
  margin-top: 120px;
}

.partner-section-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.partner-section-contents {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-logo {
  opacity: .6;
  object-fit: contain;
  min-width: 120px;
  max-width: none;
  min-height: auto;
  transition: all .3s;
}

.partner-logo:hover {
  opacity: 1;
  filter: none;
}

.partner-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.partner-heading {
  color: #fff;
  text-align: center;
  max-width: 746px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.testimonial-about-section {
  padding-top: 120px;
}

.testimonial-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  padding-top: 60px;
}

.testimonial-div {
  grid-column-gap: 40px;
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  padding: 40px 30px;
  display: flex;
}

.client-texts-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-address {
  font-weight: 300;
  line-height: 28px;
}

.page-title {
  color: #fff;
  text-align: center;
  font-size: 55px;
}

.gearbox-page-section {
  padding-top: 120px;
}

.our-services-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.our-services-block {
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.our-servies-image {
  object-fit: cover;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 280px;
}

.our-services-heading-and-description {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.faq-section {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  margin-top: 100px;
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-heading-and-paragraph {
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  text-align: center;
  max-width: 750px;
  font-size: 18px;
  line-height: 28px;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  margin-top: 60px;
  padding-bottom: 120px;
  display: grid;
}

.dropdown-title {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-arrow {
  font-family: Icofont, sans-serif;
}

.dropdown-texts {
  color: #666;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.dropdown-content {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-block {
  z-index: 200;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dropdown-switch {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.faq-dropdown-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-details-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.contact-heading-and-paragraph {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.contact-card {
  grid-row-gap: 15px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 55px 50px 50px;
  display: flex;
}

.contact-card-logo {
  color: #6495ed;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  font-family: Icofont, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: block;
}

.contact-card-title {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

.contact-card-text {
  text-align: center;
  align-self: auto;
  max-width: 259px;
}

.contact-form-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.contact-form-and-map {
  grid-column-gap: 70px;
  flex-direction: row;
  display: flex;
}

.map-wrapper {
  width: auto;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  overflow: hidden;
}

.map-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.form-heading {
  font-size: 20px;
  line-height: 30px;
}

.form-title-and-text {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.form-text {
  color: #666;
  font-weight: 300;
}

.form-send-button {
  border: 1px solid var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  background-color: #bf6767;
  min-width: auto;
  min-height: auto;
  padding: 7px 27px;
  font-weight: 500;
  line-height: 26px;
  transition: color .6s ease-in, background-color .4s;
}

.form-send-button:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.name-and-email-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-form-input-field {
  background-color: var(--secondary-background);
  border: 1px solid #0000;
  min-height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: border-color .5s;
}

.contact-form-input-field:focus {
  border-style: solid;
  border-color: var(--primary-color);
}

.contact-form-input-field::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.contact-form-input-field.text-area {
  min-height: 100px;
}

.contact-form-field-label {
  margin-bottom: 6px;
}

.contact-form {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.form-delivered-message-wrapper {
  background-color: var(--secondary-background);
}

.success-text {
  color: var(--primary-color);
  font-weight: 500;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ff000080;
  padding: 20px;
  font-weight: 500;
  line-height: 26px;
}

.license-section {
  margin-top: 80px;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-wrapper {
  max-width: 555px;
}

.license-title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-paragraph {
  margin-bottom: 4px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.changelog-section {
  margin-top: 80px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  color: #666;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.version-description {
  line-height: 28px;
}

.style-guide-section {
  margin-top: 120px;
}

.style-guide-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-wrapper.less-row-gap {
  grid-row-gap: 30px;
}

.style-title {
  color: #4d4d4d;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
}

.divider-of-styleguide {
  background-color: #d9d9d9;
  max-width: 202px;
  min-height: 3px;
  margin-top: 11px;
}

.style-guide-section-heading {
  margin-bottom: 0;
}

.style-sub-title {
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 20px;
}

.sub-title-of-style-guide {
  color: #475467;
  min-width: 100px;
  margin-right: 0;
  font-weight: 400;
  line-height: 20px;
}

.color-box {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  width: auto;
  min-width: 180px;
  max-width: none;
  min-height: 100px;
  margin-bottom: 6px;
}

.color-box.secondary-color {
  background-image: linear-gradient(#bf8a67, #bf8a67);
}

.color-box.background {
  background-image: linear-gradient(#0a0f3ae6, #0a0f3ae6);
}

.color-box.heading-color {
  background-image: linear-gradient(#4d4d4d, #4d4d4d);
}

.color-box.paragraph-color {
  background-image: linear-gradient(#666, #666);
}

.color-box.background-secondary {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
}

.color-code {
  color: #929292;
}

.color-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.color-code-and-opacity {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.color-grid {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 840px;
}

.headings-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.heading-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.heading-details {
  grid-row-gap: 11px;
  flex-direction: column;
  display: flex;
}

.heading-details-block {
  grid-column-gap: 20px;
  display: flex;
}

.font-details-text {
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
}

.style-guide-button-and-form-section {
  background-color: #bf8a670d;
  margin-top: 60px;
  margin-bottom: -120px;
  padding-top: 40px;
  padding-bottom: 90px;
}

.button-style-container {
  grid-column-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  max-width: 350px;
  margin-top: 14px;
  display: flex;
}

.button-style-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-on-hover {
  color: #bf8a67;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #bf8a67;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 26px;
}

.collaborations-logo-wrapper {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-div-block {
  grid-column-gap: 35px;
  flex-direction: row;
  display: flex;
}

.logo-container-two {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container-one {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.quote-section {
  padding-top: 100px;
}

.quote-wrapper {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-paragraph {
  color: #666;
  max-width: 550px;
  font-size: 20px;
  line-height: 30px;
}

.quote-form {
  background-color: #f9f3f0;
  width: 100%;
  max-width: 810px;
  padding: 60px 90px 100px;
}

.field-block {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quote-input {
  background-color: #bf8a671a;
  border: 1px solid #0000;
  width: 100%;
  min-height: 46px;
  margin-bottom: 0;
  padding: 12px 11px;
  transition: border-color .5s;
}

.quote-input:focus {
  border-color: var(--primary-color);
}

.quote-input::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.quote-input.text-area {
  min-height: 130px;
}

.field-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.quote-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.quote-button {
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  background-color: #bf6767;
  padding: 7px 17px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s ease-out, background-color .5s;
}

.quote-button:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.footer-text-link {
  font-weight: 400;
  transition: color .4s;
}

.footer-text-link:hover {
  color: var(--secondary);
  text-decoration: none;
}

.form-sent {
  background-color: var(--primary-color);
  color: #fff;
}

.form-sending-failed {
  color: #fff;
  background-color: #ff4f4f;
  padding: 20px;
}

.breadcrumb-block {
  grid-column-gap: 5px;
  color: var(--secondary);
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.product-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.delete-this-for-production {
  margin-top: -110px;
}

.view-templates-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  align-items: center;
  height: 40px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.view-templates-button:hover {
  background-color: #e4e4e4;
}

.template-paragraph {
  color: #757575;
  font-size: 13px;
  line-height: 20px;
}

.extra-height {
  height: 178px;
}

.product-buy-button {
  background-color: #4353ff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.product-buy-button:hover {
  background-color: #0055d4;
}

.contact-us-link {
  color: #000;
  transition: color .5s;
}

.contact-us-link:hover {
  color: #5e42ff;
}

.buy-template-wrapper {
  z-index: 100000;
  background-color: #fff;
  border-top: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.preview-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-name {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s;
}

.buy-now-thumbnail {
  width: 110px;
  margin-top: -1px;
}

.product-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._10px-svg {
  max-width: 14px;
}

.hidden {
  display: none;
}

.remove-this-for-production {
  justify-content: space-between;
  align-items: center;
  margin-top: -159px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.customize-template-wrapper {
  z-index: 100000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #18181b;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 200px;
  padding: 10px 15px 28px;
  display: flex;
  position: fixed;
  inset: auto 1% 10% auto;
}

.close-icon {
  color: #f6f6f6;
  cursor: pointer;
  max-width: 16px;
  max-height: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.customization-texts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.customization-texts {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.let-s-talk-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 15px 30px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.let-s-talk-button:hover {
  color: #fff;
  background-color: #fff0;
}

.let-s-talk-text {
  color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: visible;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-style: normal;
}

.image {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: scroll;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.list-item {
  font-size: 20px;
}

.list-item-2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  list-style-type: disc;
}

.list-item-3 {
  font-size: 20px;
}

.list-item-4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.list-item-5, .list-item-6 {
  font-size: 20px;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.list.main-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  list-style-type: disc;
  display: block;
}

.list.main-body.list-copy {
  justify-content: stretch;
  padding-right: 10px;
}

.section {
  aspect-ratio: auto;
  max-width: none;
  height: 50%;
  min-height: auto;
  max-height: none;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-2 {
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.slide {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  background-image: url('../images/Picture13.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  padding-top: 0;
  overflow: visible;
}

.slide-nav {
  background-image: linear-gradient(#0003, #0003);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  display: block;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/Picture12.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.dropdown {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.dropdown-toggle {
  flex: none;
  margin-right: 0;
  padding: 10px;
  overflow: visible;
}

.icon {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  width: 100%;
  min-width: 100%;
}

.heading-2 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: 45px;
}

.div-block-3 {
  display: block;
}

.container-3 {
  display: flex;
}

.div-block-4 {
  display: block;
}

.slide-3 {
  opacity: 1;
  text-transform: none;
  overflow-wrap: normal;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Picture9.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav-2 {
  aspect-ratio: auto;
  background-color: #0003;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.bold-text {
  color: #ffbf00;
  font-family: DM Sans, sans-serif;
}

.list-item-7 {
  width: auto;
  display: flex;
}

.slider {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: none;
  height: 600px;
  overflow: visible;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
  margin-bottom: 10px;
}

.list-item-17, .list-item-18, .list-item-19 {
  margin-bottom: 10px;
  font-weight: 400;
}

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

.bold-text-4 {
  font-weight: 400;
}

.list-item-20, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 500;
}

.slider-2 {
  color: #fff;
  background-color: #fff;
  border: 1px #fff;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 600px;
  min-height: 100%;
  max-height: none;
  display: block;
  position: relative;
  overflow: visible;
}

.list-item-21 {
  font-weight: 500;
}

.list-item-22, .list-item-23 {
  font-weight: 400;
}

.list-item-24 {
  height: 58%;
  min-height: auto;
  margin-top: 10px;
  font-weight: 400;
  line-height: 30px;
}

.slide-5 {
  background-color: #fff;
  background-image: url('../images/12831694401511_.pic_hd.jpg');
  background-position: 50% 80%;
  background-repeat: repeat-y;
  background-size: cover;
}

.slider-3 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: 100%;
  max-height: none;
  display: block;
  overflow: visible;
}

.slide-6 {
  background-image: url('../images/12841694401519_.pic_hd.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/12821694401508_.pic_hd.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-4 {
  width: 100%;
  height: 500px;
  min-height: 100%;
}

.slide-8 {
  background-image: url('../images/4.jpg');
  background-position: 50% 70%;
  background-size: contain;
  height: 100%;
  min-height: 100%;
}

.slide-9 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/齿轮箱2024.JPG');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.slide-15 {
  background-color: #fff;
  background-image: url('../images/ZSE75-2.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-5 {
  aspect-ratio: auto;
  background-color: #fff;
  width: auto;
  height: 400px;
  min-height: 100%;
  max-height: 100%;
}

.slide-16 {
  background-image: url('../images/ZSE27-HP螺纹件-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.map {
  width: 100%;
  min-width: 100%;
  height: 300px;
  min-height: 100%;
}

.slider-6 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: visible;
}

.slide-17 {
  background-image: url('../images/微信图片_20240806015645.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  width: 100%;
}

.slide-18 {
  background-image: url('../images/微信图片_20240808142413.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.image-2 {
  width: 50%;
  height: auto;
}

.lightbox-link {
  width: auto;
  height: 100%;
}

.image-3 {
  width: 50%;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading-3 {
  color: #4d4d4d;
  text-align: center;
  background-color: #0000;
  width: 100%;
  min-width: 30%;
  max-width: none;
  margin-top: 40px;
  font-size: 35px;
  font-style: normal;
}

.slide-19 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/微信图片_20240808142413.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
}

.section-3 {
  height: 35%;
}

.slider-7 {
  width: auto;
  height: 100vh;
}

.slide-20 {
  -webkit-text-fill-color: inherit;
  background-color: #e2e5ed;
  background-image: url('../images/Picture1_2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-clip: padding-box;
}

.slide-21 {
  -webkit-text-fill-color: inherit;
  background-color: #e1e4ed;
  background-image: url('../images/Picture2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-clip: padding-box;
}

.container-5 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  height: 100%;
  display: flex;
}

.heading-4 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 45px;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-image: linear-gradient(to bottom, var(--background-color), var(--background-color));
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.text-block-2, .text-block-3 {
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
}

.image-4 {
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: 400px;
  margin-top: 20px;
  overflow: clip;
}

.slider-8 {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: block;
}

.icon-2 {
  color: var(--background-color);
}

.icon-3 {
  color: #0a0f3a;
}

.container-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: auto;
  min-height: auto;
  display: flex;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 965px;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.slide-22 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
}

.tabs-content {
  height: auto;
  min-height: auto;
}

.tab-pane-tab-1 {
  box-sizing: border-box;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.heading-5 {
  margin-top: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-style: normal;
}

.body {
  font-family: DM Sans, sans-serif;
}

.list-item-25 {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.tab-link-tab-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--background-color);
  font-weight: 400;
}

.tab-link-tab-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--background-color);
  font-weight: 400;
}

.tab-pane-tab-2 {
  height: auto;
  min-height: auto;
}

.tabs-menu {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  align-items: stretch;
  height: auto;
  font-weight: 300;
  display: grid;
  overflow: visible;
}

.body-2 {
  font-family: DM Sans, sans-serif;
}

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

.image-5 {
  max-width: none;
  height: 200px;
  min-height: auto;
}

.slider-9 {
  width: 100%;
  height: 400px;
}

.slide-23 {
  background-color: #fff;
  background-image: url('../images/Picture1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-24 {
  background-color: #fff;
  background-image: url('../images/Picture12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-4 {
  color: var(--background-color);
}

.icon-5 {
  color: #0a0f3a;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.list-3, .list-4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
}

.tab-link-tab-4 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-color: #0a0f3a;
  font-weight: 400;
}

.tab-link-tab-5 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-5.w--current {
  background-color: #0a0f3a;
  font-weight: 400;
}

.tab-link-tab-6 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-6.w--current {
  background-color: #0a0f3a;
  font-weight: 400;
}

.slide-25 {
  background-image: url('../images/9d5362f8b8d39a7f87e5c03b8c29c89.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-26 {
  background-image: url('../images/bb374017aa9ab0e2e537c23865761ab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-27 {
  background-image: url('../images/d0721ea6020de954803dd3cf2dec8eb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-28, .slide-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-30 {
  background-image: url('../images/8f7d584d1075862c49770223fc675f5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-31 {
  background-image: url('../images/ec5e35e05044e5685f308f53bf04f61.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-32 {
  background-image: url('../images/a53d76ac40b28cd6f2d91b5c3519f74.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-10, .slider-11 {
  background-color: #fff;
  align-self: center;
  width: 100%;
  height: 400px;
  min-height: auto;
  display: block;
}

.container-8 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slide-33 {
  background-image: url('../images/Picture1_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-34 {
  background-image: url('../images/Picture2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-35 {
  background-image: url('../images/Picture3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-36 {
  background-image: url('../images/Picture4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-link-tab-2-2 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  background-color: #0a0f3a;
}

.tab-link-tab-1-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: row;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  text-align: center;
  background-color: #0a0f3a;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-3-2 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #0a0f3a;
}

.tab-link-tab-4-2 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-4-2.w--current {
  background-color: #0a0f3a;
}

.tab-link-tab-5-2 {
  color: #fff;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-5-2.w--current {
  background-color: #0a0f3a;
}

.tab-link-tab-6-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-6-2.w--current {
  background-color: #0a0f3a;
}

.tab-link-tab-7 {
  color: #fff;
  background-color: #3676e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-7.w--current {
  cursor: pointer;
  background-color: #0a0f3a;
}

.container-9 {
  max-width: none;
  height: 600px;
  min-height: auto;
}

.icon-6, .icon-7 {
  color: #000;
  cursor: pointer;
}

.slide-37 {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Berstorff-ZE75AUTX-barrel.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 100%;
}

.slide-38 {
  background-color: #fff;
  background-image: url('../images/Leistritz-ZSE50.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-39 {
  background-color: #fff;
  background-image: url('../images/Clextral-EV88.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-40 {
  background-color: #fff;
  background-image: url('../images/TEM-75SS闭口机筒-3.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-41 {
  background-image: url('../images/C120-STS96-ZSK90-6N芯轴对比-3.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-42 {
  background-image: url('../images/PCM65ZSK70螺杆-1.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-43 {
  background-image: url('../images/LSM30-34-A芯轴-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-44 {
  background-image: url('../images/Buhler62-2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-45 {
  background-image: url('../images/BC92芯轴-1.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-46 {
  background-color: #fff;
  background-image: url('../images/TEX65A排气孔堵块-3.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-47 {
  background-color: #fff;
  background-image: url('../images/ZSK70联轴器-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-48 {
  background-color: #fff;
  background-image: url('../images/TEX65A和TEX54A拆卸工具对比-3.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-49 {
  background-color: #fff;
  background-image: url('../images/BTS27-HT堵块-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-50 {
  background-color: #fff;
  background-image: url('../images/SHJ20加风冷-4.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-51 {
  background-color: #fff;
  background-image: url('../images/W53出料模头-2.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-52 {
  background-color: #fff;
  background-image: url('../images/SHJ20锥形螺筒-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.list-6 {
  font-size: 20px;
  font-weight: 400;
}

.list-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.list-8 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.list-9 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.list-item-27 {
  margin-bottom: 0;
}

.image-6 {
  height: 500px;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-53 {
  background-color: #fff;
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-54 {
  background-color: #fff;
  background-image: url('../images/5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-55 {
  background-color: #fff;
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-56 {
  background-color: #fff;
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-57 {
  background-color: #fff;
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-58 {
  background-color: #fff;
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-59 {
  background-color: #fff;
  background-image: url('../images/Picture1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-60 {
  background-color: #fff;
  background-image: url('../images/Picture9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav-4 {
  margin-top: 0;
  padding-top: 0;
}

.mask {
  background-color: #fff;
}

.tab-link-tab-7-2, .tab-link-tab-7-2.w--current {
  background-color: #bf8a671a;
}

.tab-link-tab-8 {
  color: #fff;
  text-align: center;
  background-color: #3676e8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.tab-link-tab-8.w--current {
  color: #fff;
  background-color: #0a0f3a;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 400;
  display: inline;
}

.slide-61 {
  background-color: #fff;
  background-image: url('../images/Picture18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-62 {
  background-image: url('../images/最新版-PRO-COOL封闭式螺杆清洗机-侧面渲染图-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-63 {
  background-color: #fff;
  background-image: url('../images/PRO-COOL螺杆清洗机.png');
  background-position: 50%;
  background-size: cover;
}

.slide-64 {
  background-image: url('../images/Picture21.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.slide-65 {
  background-color: #fff;
  background-image: url('../images/Picture20.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.slide-66 {
  background-image: url('../images/加热丝.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-67 {
  background-color: #fff;
  background-image: url('../images/温控.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text-13, .list-item-28, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 400;
}

.tab-pane-tab-3 {
  min-height: auto;
}

.slide-68 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Picture2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-8, .icon-9 {
  color: #000;
}

.slide-69 {
  background-color: #fff;
  background-image: url('../images/Picture3_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-70 {
  background-color: #fff;
  background-image: url('../images/Picture4_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-71 {
  background-color: #fff;
  background-image: url('../images/Picture5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-72 {
  background-color: #fff;
  background-image: url('../images/机筒水道清洗机.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-73 {
  background-image: url('../images/Picture7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-74 {
  background-color: #fff;
  background-image: url('../images/Picture8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-75 {
  background-color: #fff;
  background-image: url('../images/Picture9_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-76 {
  background-color: #fff;
  background-image: url('../images/Picture10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-77 {
  background-color: #fff;
  background-image: url('../images/Picture11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-78 {
  background-color: #fff;
  background-image: url('../images/Picture12_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-7 {
  width: 100%;
  max-width: 100%;
}

.slide-79 {
  background-color: #fff;
  background-image: url('../images/Picture14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-80 {
  background-color: #fff;
  background-image: url('../images/Picture15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-81 {
  background-image: url('../images/2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-82 {
  background-image: url('../images/1.7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link {
  cursor: pointer;
  font-family: DM Sans, sans-serif;
}

.link-2, .link-3, .link-4 {
  cursor: pointer;
}

.tabs {
  max-width: none;
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  text-align: center;
  text-transform: uppercase;
}

.dropdown-2 {
  width: 100%;
}

.text-block-8 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-11 {
  overflow: hidden;
}

.text-block-10 {
  text-align: center;
  text-transform: uppercase;
}

.dropdown-3 {
  width: 14.616%;
}

.text-block-11 {
  text-align: center;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
}

.tab-link-tab-4-3 {
  background-color: var(--secondary-background);
  font-weight: 500;
}

.tab-link-tab-4-3.w--current {
  background-color: var(--secondary);
  font-weight: 500;
}

.text-block-12 {
  color: #4d4d4d;
  text-align: center;
}

.text-block-13, .text-block-14, .text-block-15 {
  text-align: center;
}

.container-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: 965px;
  margin-top: 40px;
  display: flex;
}

.image-8 {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.image-9 {
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding-top: 15px;
}

.link-block {
  min-width: auto;
  max-width: none;
}

.div-block-6 {
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  display: flex;
}

.div-block-7 {
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
}

.link-block-2 {
  width: auto;
  min-width: auto;
  min-height: auto;
}

.image-10 {
  max-width: 50%;
  min-height: auto;
}

.image-11 {
  max-width: 80%;
}

.container-13 {
  margin-top: 20px;
}

.link-5 {
  color: #fff;
}

.link-5:hover {
  color: #ffbf00;
}

.link-6, .link-7 {
  color: #fff;
}

.slide-83 {
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-84 {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.text-block-16 {
  color: #fff;
  text-align: left;
}

.tabs-2:where(.w-variant-bef420c9-7163-b9be-7b78-9bf230183745) {
  min-width: auto;
  max-width: none;
}

.tabs-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  display: block;
}

.slide-85 {
  background-image: url('../images/PLOTEC-10-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-86 {
  background-image: url('../images/PLOTEC-10-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-87 {
  background-image: url('../images/PLOTEC-10-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-88 {
  background-image: url('../images/PLOTEC-10-4.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-89 {
  background-image: url('../images/PLOTEC-20-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-90 {
  background-image: url('../images/PLOTEC-20-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-91 {
  background-image: url('../images/PLOTEC-20-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-92 {
  background-image: url('../images/11-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-93 {
  background-image: url('../images/11-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-94 {
  background-image: url('../images/11-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-95 {
  background-image: url('../images/11-4.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-96 {
  background-image: url('../images/16-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-97 {
  background-image: url('../images/16-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-98 {
  background-image: url('../images/16-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-99 {
  background-image: url('../images/16-11.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-100 {
  background-image: url('../images/16-22.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-101 {
  background-image: url('../images/16-31.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-102 {
  background-image: url('../images/16-33.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-103 {
  background-image: url('../images/26-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-104 {
  background-image: url('../images/26-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-105 {
  background-image: url('../images/26-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-106 {
  background-image: url('../images/35-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-107 {
  background-image: url('../images/35-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-108 {
  background-image: url('../images/35-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-109 {
  min-height: auto;
  font-style: normal;
}

.mask-2 {
  min-height: auto;
}

.slide-110 {
  padding-bottom: 40px;
  font-style: normal;
}

.slide-111 {
  font-style: normal;
}

.slide-nav-5 {
  margin-top: 0;
  padding-top: 0;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.list-copy.main-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  list-style-type: disc;
  display: grid;
}

.link-5-fr {
  color: #fff;
}

.link-5-fr:hover {
  color: #ffbf00;
}

.footer-section-fr {
  background-color: var(--secondary-background);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AdobeStock_1040208260.jpg');
  background-position: 0 0, 100% 75%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 0;
}

.list-10, .list-11 {
  font-size: 20px;
}

.list-12, .list-item-29 {
  margin-bottom: 0;
  font-size: 20px;
}

.list-13 {
  margin-bottom: 20px;
  font-size: 20px;
}

.list-item-30 {
  margin-bottom: 20px;
}

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

.list-16, .list-17 {
  margin-bottom: 0;
  font-size: 20px;
}

.list-18 {
  margin-bottom: 40px;
  font-size: 20px;
}

.mask-3 {
  min-height: auto;
}

.list-19, .list-20 {
  font-size: 20px;
}

.list-21 {
  margin-bottom: 0;
  font-size: 20px;
}

.list-22 {
  font-size: 20px;
}

.list-23 {
  margin-bottom: 40px;
  font-size: 20px;
}

.list-item-31 {
  margin-bottom: 0;
}

.text-block-17 {
  text-align: center;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 40px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  background-color: #fff;
}

.text-block-18 {
  text-align: center;
  text-transform: uppercase;
}

.list-24, .list-25, .list-26 {
  font-size: 20px;
}

.list-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.list-item-32 {
  font-size: 20px;
}

.list-item-33 {
  margin-bottom: 20px;
  font-size: 20px;
}

.list-28 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-29 {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-30 {
  margin-bottom: 0;
  font-size: 20px;
}

.list-31 {
  font-size: 20px;
}

.list-32 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-33 {
  margin-top: 0;
  margin-bottom: 30px;
}

.list-34, .list-35, .list-36 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-37 {
  margin-top: 0;
  margin-bottom: 30px;
}

.list-38, .list-39 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-40 {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item-34, .list-item-35, .list-item-36 {
  margin-bottom: 0;
}

.list-41 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-37 {
  margin-bottom: 0;
}

.list-42 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-38 {
  margin-bottom: 0;
}

.list-43 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-39 {
  margin-bottom: 0;
}

.list-44 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-40 {
  margin-bottom: 0;
}

.list-45 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-41 {
  margin-bottom: 0;
}

.list-46 {
  margin-top: 0;
}

.list-item-42 {
  margin-bottom: 0;
}

.text-block-19 {
  text-align: center;
}

.text-block-20, .text-block-21 {
  text-transform: uppercase;
}

.text-block-22 {
  text-align: center;
  text-transform: uppercase;
}

.text-block-23 {
  text-transform: uppercase;
}

.nav-link-copy {
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.nav-link-copy:hover {
  color: #ca0027;
}

.nav-link-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  color: var(--primary-color);
  width: 100%;
  min-width: 100%;
  margin-right: 10px;
}

.nav-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20%;
  min-width: auto;
  max-width: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.nav-list-copy.logo-list {
  display: none;
}

.dropdown-link-5, .dropdown-link-6 {
  background-color: #fff;
}

.dropdown-toggle-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.icon-10 {
  margin-right: 0;
}

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

.div-block-11 {
  height: 100%;
  min-height: auto;
}

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

.contact-card-text-copy {
  text-align: center;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
  align-self: auto;
  max-width: 259px;
}

@media screen and (max-width: 991px) {
  h1 {
    max-width: 100%;
  }

  .navbar {
    width: auto;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .nav-menu-wrapper {
    z-index: 1000000;
    background-color: #0000;
    justify-content: flex-start;
    align-items: stretch;
    min-width: auto;
    height: 60px;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0a0f3a;
    border: 1px solid #797979;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: 400px;
    max-width: none;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 65px;
    padding-left: 20px;
    display: flex;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 5px;
    display: block;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-dropdown-toggle {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-list-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .button-primary.navbar-button {
    margin-top: 10px;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-button.cross.w--open {
    background-color: #0000;
    font-family: Icofont, sans-serif;
    position: absolute;
    inset: 19px 18px auto auto;
  }

  .banner-container {
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .main-logo {
    max-height: 40px;
  }

  .main-logo.hamburger {
    max-width: 250px;
  }

  .button-wrapper {
    margin-left: 0;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/AdobeStock_1013094454.jpg');
    background-position: 0 0, 50% 40%;
    padding-top: 100px;
  }

  .sub-title {
    max-width: 500px;
  }

  .banner-contents {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .banner-image-wrapper {
    align-items: flex-start;
    position: static;
  }

  .banner-image {
    max-width: 560px;
  }

  .hamburger-icon {
    margin-right: 10px;
    font-size: 32px;
  }

  .container {
    width: auto;
    min-width: auto;
    padding-left: 20px;
  }

  .features-section {
    padding-top: 80px;
  }

  .features-card {
    grid-row-gap: 16px;
    padding: 40px 22px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-image-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    position: relative;
  }

  .about-image {
    width: auto;
    max-width: 700px;
    max-height: none;
  }

  .image-background {
    min-height: 589px;
    top: -3%;
  }

  .image-background.services {
    min-width: 720px;
    min-height: 476px;
    margin-right: 0;
    inset: -3% -37% auto auto;
  }

  .nav-list {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-list.logo-list {
    margin-bottom: 20px;
    display: block;
  }

  .about-us-caption {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }

  .caption-border {
    display: none;
    left: -18%;
  }

  .caption-border.smaller {
    display: none;
    left: -7%;
  }

  .caption-border.services-caption {
    margin-right: 0;
    display: block;
  }

  .card-section-of-about {
    padding-top: 80px;
  }

  .about-card-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .about-us-card {
    max-width: none;
    min-height: 250px;
  }

  .outbound-icon.services {
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .outbound-icon.about-video {
    color: var(--secondary);
    top: -36px;
    right: 11px;
  }

  .footer-section {
    margin-top: 40px;
    padding-top: 60px;
  }

  .footer-section.fr {
    margin-top: 40px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-contents {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    min-width: auto;
  }

  .footer-contents.fr-30 {
    align-items: flex-start;
    width: auto;
  }

  .footer-grid-box {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .subscribe-email-input {
    max-width: 500px;
  }

  .services-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .services-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .services-caption {
    margin-right: 0;
    position: static;
    transform: none;
  }

  .services-image {
    z-index: 1;
    width: auto;
    max-width: 700px;
    max-height: none;
    position: relative;
  }

  .gallery-section {
    padding-top: 80px;
  }

  .title-paragraph {
    max-width: 700px;
  }

  .gallery-image {
    min-width: 200px;
    height: 200px;
  }

  .hover-overlay {
    margin: 10px;
  }

  .testimonial-section {
    padding-top: 80px;
  }

  .testimonial-content-wrapper {
    max-width: 727px;
  }

  .client-quote.left-allign {
    text-align: center;
  }

  .arrow-image {
    right: 137px;
  }

  .arrow-image.client-one {
    inset: -7% auto auto 143px;
  }

  .arrow-image.client-two {
    right: 453px;
  }

  .arrow-image.client-three {
    right: auto;
  }

  .arrow-image.client-four {
    right: 237px;
  }

  .about-us-paragraph {
    max-width: 700px;
  }

  .text-and-border {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .services-paragraph {
    max-width: 100%;
  }

  .video-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .video-section-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .video-caption {
    position: absolute;
    inset: -53% 242px auto auto;
    transform: none;
  }

  .team-member-section {
    padding-top: 80px;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partner-section {
    overflow: hidden;
  }

  .partner-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonial-about-section {
    padding-top: 80px;
  }

  .testimonial-div {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .client-texts-wrapper {
    justify-content: center;
    align-items: center;
  }

  .gearbox-page-section {
    padding-top: 80px;
  }

  .our-servies-image {
    max-width: none;
    max-height: 170px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-content {
    width: auto;
    position: static;
    overflow: hidden;
  }

  .dropdown-block {
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details-section {
    padding-top: 80px;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-section {
    padding-top: 80px;
  }

  .contact-form-and-map {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .map-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 742px;
    height: 400px;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .map-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-title-and-text {
    margin-left: 60px;
  }

  .name-and-email-wrapper {
    flex-direction: row;
  }

  .contact-form-input-field {
    min-width: 250px;
    max-width: 520px;
  }

  .contact-form {
    max-width: 654px;
  }

  .color-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .logo-container-one {
    grid-column-gap: 30px;
    display: flex;
  }

  .customize-template-wrapper {
    padding-bottom: 28px;
    bottom: 12%;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    flex: 0 auto;
    max-width: 100%;
    margin-left: auto;
  }

  .container-14.fr-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-section-fr {
    margin-top: 80px;
    padding-top: 70px;
  }

  .dropdown-link-2 {
    color: #fff;
    background-color: #0a0f3a;
    padding-left: 5px;
  }

  .dropdown-link-3.w--current {
    background-color: #0a0f3a;
  }

  .dropdown-link-4 {
    color: #fff;
    background-color: #0a0f3a;
    padding-left: 5px;
  }

  .nav-link-copy {
    color: #fff;
    padding: 10px 5px;
  }

  .nav-link-copy:hover {
    color: #fff;
  }

  .nav-list-copy {
    text-align: left;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-list-copy.logo-list {
    margin-bottom: 40px;
    display: block;
  }

  .dropdown-link-5 {
    background-color: var(--background-color);
    color: #fff;
    padding-left: 5px;
  }

  .dropdown-link-6 {
    color: #fff;
    background-color: #0a0f3a;
    padding-left: 5px;
  }

  .dropdown-toggle-3 {
    color: #fff;
    padding-left: 5px;
    padding-right: 40px;
  }

  .dropdown-toggle-3.w--open {
    padding-right: 40px;
  }

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

  .div-block-10, .div-block-11, .div-block-12, .div-block-13 {
    display: flex;
  }

  .div-block-14, .div-block-15 {
    display: block;
  }

  .dropdown-toggle-4 {
    color: #fff;
    padding-left: 5px;
  }

  .dropdown-toggle-4.w--open {
    padding-right: 40px;
  }

  .dropdown-4 {
    border: 1px #000;
  }

  .dropdown-link-7 {
    color: #fff;
    background-color: #0a0f3a;
    padding-left: 5px;
  }

  .dropdown-link-7.w--current {
    padding-left: 5px;
    position: relative;
  }

  .dropdown-toggle-5 {
    color: #fff;
    padding-left: 5px;
    padding-right: 40px;
  }

  .dropdown-toggle-5.w--open {
    padding-left: 5px;
  }

  .dropdown-link-8 {
    color: #fff;
    background-color: #0a0f3a;
    padding-left: 5px;
  }

  .dropdown-link-8.w--current {
    color: #fff;
    padding-left: 5px;
  }

  .text-block-24 {
    padding-left: 0;
  }

  .icon-11, .icon-12 {
    margin-right: 0;
  }

  .div-block-16, .div-block-17, .div-block-18 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    max-width: 100%;
    font-size: 50px;
  }

  h2 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  p {
    max-width: 100%;
  }

  .navbar-logo-wrapper {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    max-width: 376px;
  }

  .nav-menu {
    background-color: var(--background-color);
    border: 1px solid #797979;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: 376px;
    padding-top: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .nav-link {
    color: #fff;
    width: auto;
    padding-top: 10px;
    display: inline-block;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .button-list-wrapper {
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

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

  .menu-button.cross.w--open {
    color: #fff;
    position: absolute;
    inset: 19px 18px auto auto;
  }

  .main-logo.hamburger {
    max-width: 190px;
  }

  .button-wrapper {
    margin-left: 0;
  }

  .hero-section {
    padding-top: 80px;
  }

  .banner-sub-title {
    font-size: 18px;
    line-height: 22px;
  }

  .sub-title {
    max-width: none;
  }

  .banner-contents {
    grid-row-gap: 12px;
  }

  .banner-image {
    min-width: auto;
    max-width: 380px;
  }

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

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

  .about-section {
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-row-gap: 60px;
  }

  .about-image {
    width: 100%;
    max-width: 650px;
  }

  .about-us-contents {
    grid-row-gap: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 43px;
  }

  .image-background {
    min-width: 800px;
    min-height: 348px;
  }

  .image-background.services {
    min-width: 550px;
    height: auto;
    min-height: 367px;
    max-height: none;
    display: block;
    inset: -3% -18% auto auto;
  }

  .image-background.video-section {
    min-height: 434px;
  }

  .nav-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-list.logo-list {
    margin-bottom: 33px;
    display: block;
  }

  .card-section-of-about {
    padding-top: 70px;
  }

  .outbound-icon.services {
    inset: 2% auto auto 20%;
  }

  .outbound-icon.about-video {
    top: -11%;
    right: 0;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-section {
    margin-top: 40px;
    padding-top: 60px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-contents {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .footer-contents.fr-30 {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: flex;
    overflow: visible;
  }

  .footer-grid-box {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 0;
  }

  .footer-grid-box.instagram {
    border-bottom-style: none;
    padding-top: 30px;
  }

  .footer-grid-box.newsletter {
    border-top: 1px solid #ffffff1a;
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-grid-box.fr-6 {
    flex: 0 auto;
    max-width: none;
    padding-bottom: 0;
    display: flex;
  }

  .icon-and-title-wrapper.fr-37 {
    display: flex;
  }

  .information {
    color: #fffc;
  }

  .subscribe-email-input {
    max-width: 300px;
  }

  .services-section {
    padding-top: 70px;
  }

  .services-wrapper {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }

  .services-tabs {
    margin-top: 14px;
  }

  .services-tabs-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .services-tab {
    text-align: center;
  }

  .services-tab-title {
    border-right-style: none;
    width: 100%;
  }

  .services-image-wrapper {
    position: relative;
  }

  .services-image {
    width: 100%;
    max-width: 650px;
  }

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

  .title-paragraph.middle-allign {
    max-width: 520px;
  }

  .gallery-wrapper {
    transform: none;
  }

  .gallary-grid-one {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .gallery-lightbox.hide {
    display: none;
  }

  .gallery-image {
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: 200px;
    height: 200px;
  }

  .gallery-grid-two {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .testimonial-content-wrapper {
    max-width: 450px;
    padding: 30px;
    position: static;
  }

  .testimonial-image.medium {
    width: 100%;
    height: 100%;
  }

  .client-quote.left-allign {
    font-size: 15px;
  }

  .client-name.testimonial {
    text-align: center;
  }

  .arrow-image {
    right: 31px;
  }

  .arrow-image.client-one {
    inset: -7% auto auto 8%;
  }

  .arrow-image.client-two {
    inset: -7% 66% auto auto;
  }

  .arrow-image.client-four {
    right: 120px;
  }

  .testimonial-slide {
    max-width: 75px;
    max-height: 75px;
  }

  .testimonial-slide.w--current {
    max-width: 90px;
    max-height: 90px;
  }

  .testimonial-slide.smaller-testimonial-slide {
    max-width: 60px;
    max-height: 60px;
  }

  .testimonial-slide.smaller-testimonial-slide.w--current {
    max-width: 90px;
    max-height: 90px;
  }

  .testimonial-tab-blocks {
    grid-column-gap: 15px;
  }

  .cross-button {
    font-family: Icofont, sans-serif;
  }

  .page-title-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .video-title-and-paragraph {
    grid-row-gap: 25px;
  }

  .video-caption {
    margin-top: 0;
    top: -15%;
    right: 213px;
  }

  .video {
    z-index: 1;
    position: relative;
  }

  .about-us-tab-menu {
    flex-flow: column;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-section {
    margin-top: 80px;
  }

  .partner-section-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .partner-logo {
    min-width: 120px;
  }

  .testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .testimonial-div {
    padding: 20px 15px;
  }

  .client-texts-wrapper {
    justify-content: space-between;
    height: 100%;
  }

  .client-address {
    text-align: center;
  }

  .page-title {
    font-size: 45px;
  }

  .our-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-servies-image {
    max-height: 150px;
  }

  .dropdown-title {
    max-width: 90%;
  }

  .dropdown-texts {
    padding-right: 20px;
  }

  .dropdown-block {
    flex-wrap: wrap;
  }

  .dropdown-switch {
    white-space: pre-wrap;
    flex-wrap: wrap;
  }

  .contact-details-section {
    padding-top: 20px;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .contact-card {
    padding: 25px 10px;
  }

  .contact-form-section {
    padding-top: 50px;
  }

  .contact-form-and-map {
    grid-row-gap: 50px;
    align-items: flex-start;
  }

  .map-wrapper {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    height: 400px;
    min-height: auto;
    margin-top: 20px;
  }

  .form-title-and-text {
    margin-left: 0;
  }

  .name-and-email-wrapper {
    width: 100%;
  }

  .contact-form-input-field {
    min-width: auto;
    max-width: none;
  }

  .name-field-wrapper, .email-field-wrapper {
    width: 100%;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .contact-form-block {
    align-items: flex-start;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .logo-container-two {
    justify-content: space-between;
  }

  .footer-container {
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .quote-section {
    padding-top: 80px;
  }

  .quote-form {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .delete-this-for-production {
    display: none;
  }

  .remove-this-for-production {
    display: block;
  }

  .customize-template-wrapper {
    bottom: 1%;
  }

  .let-s-talk-button:hover {
    transform: none;
  }

  .heading {
    margin-top: 20px;
  }

  .list-item-2, .list-item-4, .list {
    font-size: 16px;
  }

  .section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-3 {
    width: 100%;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .image-4 {
    min-width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-5, .link-6, .link-7 {
    color: #fff;
  }

  .container-14 {
    justify-content: center;
    width: 100%;
  }

  .container-14.fr-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    max-width: 100%;
    margin-left: auto;
  }

  .list-copy {
    font-size: 16px;
  }

  .link-5-fr {
    color: #fff;
  }

  .nav-link-copy {
    color: #fff;
    padding-top: 10px;
    display: inline-block;
  }

  .nav-link-copy:hover {
    color: #fff;
  }

  .nav-list-copy {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-list-copy.logo-list {
    margin-bottom: 33px;
    display: block;
  }

  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .div-block-9 {
    display: flex;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

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

  .div-block-14, .div-block-15 {
    display: block;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 39px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  a {
    font-size: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .button-primary {
    font-size: 15px;
    line-height: 26px;
  }

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

  .main-logo {
    max-width: 210px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .banner-sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .secondary-button {
    font-size: 15px;
  }

  .banner-image {
    max-width: 280px;
  }

  .container.style-guide {
    grid-row-gap: 50px;
  }

  .features-section {
    padding-top: 50px;
  }

  .section-title {
    max-width: none;
    font-size: 24px;
  }

  .features-grid {
    margin-top: 20px;
    padding-top: 0;
  }

  .features-card {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .about-section {
    padding-top: 80px;
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-row-gap: 25px;
  }

  .about-us-contents {
    grid-row-gap: 26px;
    padding-top: 0;
  }

  .image-background {
    width: auto;
    min-width: 627px;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: 238px;
    top: -3%;
  }

  .image-background.services {
    min-width: 377px;
    height: 100%;
    min-height: auto;
    max-height: 355px;
    inset: 0% -10% 0% auto;
  }

  .image-background.video-section {
    min-height: 370px;
    margin-right: -334px;
  }

  .caption-border.services-caption {
    width: 58px;
  }

  .card-section-of-about {
    padding-top: 50px;
  }

  .about-card-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .outbound-icon.services {
    color: #bf8a67;
    top: -13%;
  }

  .outbound-icon.about-video {
    top: -15%;
  }

  .footer-section {
    margin-top: 50px;
    padding-top: 50px;
  }

  .footer-section.fr {
    margin-top: 20px;
    padding-top: 40px;
  }

  .footer-contents.fr-30 {
    width: auto;
    min-width: auto;
    height: 100%;
    min-height: 100%;
  }

  .footer-grid-box {
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .services-section {
    padding-top: 50px;
  }

  .services-quote {
    max-width: 400px;
  }

  .services-tabs-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-tab {
    text-align: center;
  }

  .services-tab-title {
    width: 100%;
  }

  .services-caption {
    font-size: 30px;
  }

  .services-caption.no-breaking-lines {
    white-space: nowrap;
  }

  .gallery-section {
    padding-top: 50px;
  }

  .title-paragraph.middle-allign {
    font-size: 16px;
    line-height: 26px;
  }

  .gallary-grid-one {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .gallery-image {
    width: 100%;
    min-width: auto;
    max-width: 322px;
    height: auto;
    min-height: 200px;
  }

  .gallery-grid-two {
    grid-template-columns: 1fr;
  }

  .gallery-title-and-paragraph {
    grid-row-gap: 26px;
    margin-bottom: 20px;
  }

  .testimonial-section {
    padding-top: 50px;
  }

  .testimonial-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-content-wrapper {
    width: auto;
    max-width: 100%;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-image, .testimonial-image.small {
    min-width: auto;
    min-height: auto;
  }

  .client-quote {
    max-width: 390px;
  }

  .arrow-image {
    max-width: 10%;
  }

  .arrow-image.client-one {
    max-width: 26px;
    inset: -6% auto auto 8%;
  }

  .arrow-image.client-two {
    right: 68%;
  }

  .arrow-image.client-three {
    right: 46%;
  }

  .arrow-image.client-four {
    right: 24%;
  }

  .testimonial-slide {
    min-width: auto;
    max-width: 50px;
    min-height: auto;
    max-height: 50px;
  }

  .testimonial-slide.w--current {
    max-width: 70px;
    max-height: 70px;
  }

  .testimonial-slide.smaller-testimonial-slide {
    max-width: 40px;
    max-height: 40px;
  }

  .testimonial-tabs {
    width: 100%;
  }

  .testimonial-tab-blocks {
    grid-column-gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .client-quotes {
    max-width: 100%;
  }

  .copyright-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-title-block {
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-section {
    padding: 60px 0 0;
  }

  .video-section-wrapper {
    grid-row-gap: 40px;
  }

  .video-caption {
    white-space: nowrap;
    font-size: 28px;
    line-height: 42px;
    top: -19%;
  }

  .video {
    z-index: 1;
    min-width: auto;
    position: relative;
  }

  .about-us-tab-menu {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .about-us-tab {
    text-align: left;
    flex-direction: column;
    padding: 13px 25px 13px 15px;
    display: block;
  }

  .team-member-section {
    padding-top: 60px;
  }

  .title-and-paragraph-block {
    max-width: 290px;
  }

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .team-member-image {
    object-fit: contain;
    max-height: 241px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 24px;
  }

  .team-member-position {
    font-size: 14px;
    line-height: 24px;
  }

  .partner-section {
    margin-top: 60px;
  }

  .partner-section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-logo {
    min-width: 100px;
  }

  .partner-text {
    font-size: 18px;
    line-height: 27px;
  }

  .partner-heading {
    font-size: 28px;
    line-height: 42px;
  }

  .testimonial-about-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .testimonial-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 36px;
    line-height: 52px;
  }

  .gearbox-page-section {
    padding-top: 50px;
  }

  .our-services-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .our-servies-image {
    max-height: 200px;
  }

  .faq-section {
    margin-top: 40px;
    padding-top: 50px;
    overflow: hidden;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-title {
    font-size: 15px;
    line-height: 22px;
  }

  .dropdown-texts {
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown-block {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-switch {
    padding: 15px 20px;
  }

  .contact-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .contact-form-section {
    overflow: hidden;
  }

  .contact-form-and-map {
    grid-row-gap: 30px;
  }

  .map-wrapper {
    width: auto;
    min-width: 100%;
    height: 250px;
    min-height: auto;
    overflow: hidden;
  }

  .map-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .name-and-email-wrapper {
    flex-direction: column;
  }

  .contact-form-input-field {
    min-width: 265px;
  }

  .license-section {
    margin-top: 40px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .changelog-section {
    margin-bottom: -20px;
  }

  .version-title {
    margin-bottom: 0;
    line-height: 20px;
  }

  .style-guide-section {
    margin-top: 50px;
  }

  .style-title {
    font-size: 32px;
  }

  .color-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-block {
    align-items: flex-start;
  }

  .button-style-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 20px;
    align-items: center;
  }

  .logo-div-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .logo-container-two {
    grid-row-gap: 25px;
  }

  .logo-container-one {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .quote-section {
    padding-top: 60px;
  }

  .quote-form {
    padding: 35px 25px;
  }

  .field-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .customize-template-wrapper {
    padding-top: 10px;
    bottom: 1%;
    right: 2%;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .list {
    font-family: DM Sans, sans-serif;
  }

  .list.main-body {
    font-size: 16px;
  }

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

  .list-item-17 {
    font-size: 16px;
  }

  .slide-15 {
    background-size: cover;
  }

  .slider-5 {
    height: 400px;
    min-height: 100%;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    color: var(--background-color);
    font-size: 20px;
  }

  .heading-4 {
    font-size: 20px;
    font-weight: 600;
  }

  .image-4 {
    min-width: 100%;
    height: auto;
    max-height: none;
  }

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

  .tabs-menu {
    flex-flow: column;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .list-2 {
    padding-left: 40px;
  }

  .tab-link-tab-4 {
    flex-flow: column;
  }

  .heading-6 {
    font-size: 14px;
  }

  .list-item-26 {
    font-size: 16px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .container-12 {
    margin-top: 20px;
  }

  .container-14 {
    max-width: 100%;
  }

  .list-copy {
    font-family: DM Sans, sans-serif;
  }

  .list-copy.main-body {
    font-size: 16px;
  }

  .footer-section-fr {
    margin-top: 50px;
    padding-top: 50px;
  }

  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
  }

  .div-block-9 {
    height: 100%;
    min-height: 100%;
  }

  .div-block-10, .div-block-11 {
    display: flex;
  }

  .div-block-15 {
    min-height: auto;
  }
}

#w-node-_2a83d7d1-d8f4-47e1-487b-8c2a8ac9fcee-c6d1f097 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f7e1e6f9-b450-54c1-c3d4-d1c97cf97cc3-969e2b4f, #w-node-d170d426-146a-bdb0-cbd8-fe3a54285c84-969e2b4f, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-969e2b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edbfe8cb-0b93-a73e-487b-023cc4d6f0c5-ab983150 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f7e1e6f9-b450-54c1-c3d4-d1c97cf97cc3-bec3ea45, #w-node-d170d426-146a-bdb0-cbd8-fe3a54285c84-bec3ea45, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-bec3ea45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00afe19-7e78-b508-7f01-266b0d90c467-5ac6f613 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6dc5807b-246c-0641-8931-0baae9a70836-06905b5f {
  place-self: auto;
}

#w-node-f7e1e6f9-b450-54c1-c3d4-d1c97cf97cc3-0e46d302, #w-node-d170d426-146a-bdb0-cbd8-fe3a54285c84-0e46d302, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-0e46d302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df81d177-1524-56dd-e859-63883c43b8ec-969e2b4f, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-bec3ea45, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-0e46d302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df81d177-1524-56dd-e859-63883c43b8ec-969e2b4f, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-bec3ea45, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-0e46d302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}