:root {
  --text-dark: black;
  --primary: #febd17;
  --dark-gray: #353535;
  --light-gray: #edeeef;
  --white: white;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

@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: var(--text-dark);
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--text-dark);
  cursor: pointer;
  align-items: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  border-bottom-color: var(--text-dark);
  color: var(--primary);
}

ul {
  background-color: var(--dark-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

li {
  align-items: center;
  padding-left: 5px;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--light-gray);
}

.section.light-background.static-position {
  position: static;
}

.section.light-background.light-border-top.pd-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner, .section.pricing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.black-bg-banner {
  background-color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.wall-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dewalt-27_1Dewalt-27.webp');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.style-guide-section {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 115px;
  display: flex;
}

.section.product-section {
  background-color: var(--text-dark);
  padding-top: 160px;
}

.section.desktop-large-top-pd {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.light-background-min-height {
  background-color: var(--light-gray);
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 510px;
  padding-bottom: 0;
}

.section.light-background-min-height.pd-bottom-105px {
  padding-bottom: 105px;
}

.section.light-background-line {
  background-color: #f2f7ff;
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.banner-full-width {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dewalt-27_1Dewalt-27.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
}

.section.banner-full-width.landing {
  background-image: linear-gradient(to bottom, transparent, var(--text-dark)), url('../images/Dewalt-32.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.tablet-bottom-padding {
  padding-bottom: 0;
}

.section.mobile-no-bottom-paddimg {
  text-align: left;
}

.section.mobile-no-bottom-paddimg.hide {
  display: none;
}

.section.services-banner {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.line-background {
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.no-top-padding-line-background {
  background-image: url('../images/section-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
}

.section.team-banner {
  background-image: linear-gradient(to bottom, var(--text-dark), var(--text-dark));
  min-height: 450px;
}

.section.portable-banner {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dewalt-27_1Dewalt-27.webp');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.portfolio-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/banner-image-large_1banner image large.webp');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.portfolio {
  padding-bottom: 65px;
}

.section.gallery-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_2drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.contact-us-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header_8.21.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.light-border-bottom.test {
  overflow: hidden;
}

.section.no-bottom-padding.light-border-bottom.overflow-hidden {
  border: 1px solid var(--white);
}

.section.blog-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image-small_1drone image small.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.blog-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  padding-top: 145px;
}

.section.blog-category-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_1drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.shop-banner {
  background-image: linear-gradient(#00000059, #00000059), url('../images/drone-image_1drone image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
}

.section.black-background {
  background-color: var(--text-dark);
}

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

.section.charger {
  background-color: var(--text-dark);
}

.section.yellow-bg {
  background-color: var(--primary);
}

.section.installation-banner {
  background-color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-top: 145px;
  display: flex;
}

.section.large-top-space-no-bottom-copy {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.no-pd {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.banner-bottom-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: auto 0% 80px;
}

.base-container.row-gap-50px {
  grid-row-gap: 50px;
}

.base-container.banner-center-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 40px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 30px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--text-dark);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--text-dark);
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  border-color: var(--white);
  background-color: var(--text-dark);
  color: var(--primary);
}

.primary-button.search-button:hover {
  background-color: var(--primary);
  color: var(--text-dark);
}

.primary-button.pagination {
  margin-top: 50px;
}

.primary-button.white-hover:hover {
  background-color: var(--white);
  color: var(--text-dark);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
}

.nav-container {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--text-dark);
  text-transform: capitalize;
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 7px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition-property: border-color;
}

.nav-link:hover {
  color: var(--text-dark);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.nav-link.w--current {
  border-bottom-color: var(--text-dark);
  color: var(--text-dark);
}

.nav-dropdown.hide {
  display: none;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: var(--light-gray);
  border-color: #fff3;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 520px;
  display: flex;
  right: -215px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #7171714d;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  margin-right: 50px;
  font-weight: 600;
}

.license-link:hover {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
}

.banner-title.center-title {
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #717171cc;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid #7171714d;
  border-radius: 0;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1.1em;
}

.password-input::placeholder {
  color: #717171b3;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid #7171714d;
  border-radius: 6px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-input::placeholder {
  color: #717171b3;
  font-size: 16px;
  line-height: 1.1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  width: 100%;
  transition-property: opacity;
  transition-duration: .4s;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform .3s;
}

.blog-grid-image:hover {
  transform: scale(1.05);
}

.blog-item-date {
  color: var(--primary);
  width: 45%;
  font-size: 16px;
}

.blog-grid-content-wrapper {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  min-height: 425px;
  margin-top: -5px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  width: 31.5%;
  display: inline-block;
}

.blog-grid-item-description {
  border-bottom: 1px solid #7171714d;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 30px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  margin-top: 30px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 65px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  color: var(--text-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--text-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-bottom-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-rights, .footer-copyright {
  color: #ffffff80;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: #fff;
  margin-right: 5px;
  display: inline;
}

.footer-copyright-link:hover {
  color: #ffffff80;
}

.footer-copyright-link.last, .footer-copyright-link.no-right-margin {
  margin-right: 0;
}

.section-subtitle {
  color: var(--dark-gray);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-subtitle.small-size {
  font-size: 16px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.social-icon-large {
  color: var(--text-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.social-icon-large:hover {
  color: var(--primary);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  color: #0000;
  background-image: url('../images/link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 10px;
  margin-top: 4px;
  margin-left: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.text-button-icon.reverse {
  background-image: url('../images/left-arrow-icon.svg');
  background-size: auto;
  margin-left: 0;
  margin-right: 50px;
}

.paragraph-small {
  text-align: left;
  font-size: 16px;
}

.paragraph-small.text-color-white {
  color: var(--text-dark);
}

.banner-title-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-description.text-color-white {
  text-align: left;
}

.chargers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.chargers-wrapper.mg-top-50px {
  margin-top: 50px;
}

.pricing-plan-item {
  grid-row-gap: 50px;
  background-color: var(--white);
  text-align: left;
  border: 1px solid #7171714d;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
}

.pricing-plan-item.pd-bottom-10px {
  padding-bottom: 10px;
}

.pricing-plan-item-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.charger-name {
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  color: var(--text-dark);
  align-items: center;
  font-weight: 600;
  display: flex;
}

.link-with-icon:hover {
  color: var(--primary);
}

.link-with-icon.space-between {
  justify-content: space-between;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  width: 50%;
  margin-left: 40px;
}

.contacts-divider {
  background-color: #7171714d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-detail {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--text-dark);
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.contacts-icon.first-item {
  margin-right: 20px;
}

.hidden {
  display: block;
}

.contacts-textarea {
  border: 1px #0000;
  border-bottom: 1px solid #7171714d;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 100%;
  margin-bottom: 10px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border-bottom-color: var(--primary);
}

.contacts-textarea::placeholder {
  color: #717171cc;
  font-size: 16px;
}

.contacts-input {
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #7171714d;
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border-bottom: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: #717171cc;
  font-size: 16px;
}

.contacts-title {
  margin-bottom: 25px;
}

.adress-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.adress-card {
  background-color: #f2f7ff;
  width: 48.4%;
  padding: 30px 40px;
}

.footer-brand-wrapper {
  text-align: center;
  border-bottom: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 50px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-logo {
  height: 80px;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  grid-row-gap: 10px;
  color: var(--text-dark);
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.search-link {
  color: var(--text-dark);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: #ffffffb3;
}

.search-input {
  border: 1px solid var(--text-dark);
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.1em;
}

.search-input:focus {
  border: 1px solid #fff9;
}

.search-input::placeholder {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.1em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 145px;
  padding-bottom: 40px;
}

.footer-brand-description {
  color: var(--white);
  max-width: 440px;
  margin-bottom: 50px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  grid-row-gap: 10px;
  background-color: var(--light-gray);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 880px;
  margin: 50px auto 80px;
}

.headings-container {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.hover-light {
  transition: opacity .4s;
}

.overflow-hidden.hover-light:hover {
  opacity: .8;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  border-radius: 0;
  align-items: center;
  padding: 16px 28px;
  font-weight: 600;
  transition: all .3s;
}

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

.style-guide-content-wrapper {
  margin-top: 50px;
  display: flex;
}

.style-guide-content-wrapper.small-space {
  margin-top: 35px;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: capitalize;
  background-color: #0000;
  padding: 0 30px 0 0;
  font-weight: 600;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.tabs-menu {
  margin-bottom: 50px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  width: 70%;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.portfolio-info-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-info-wrap.last-item {
  grid-row-gap: 10px;
  margin-bottom: 0;
}

.project-template-social-icons {
  grid-column-gap: 20px;
  display: flex;
}

.portfolio-banner-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.project-pagination-wrapper {
  border-top: 1px solid #7171714d;
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #7171714d;
  border-right: 1px solid #7171714d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.portfolio-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-image-large {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.portfolio-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding-left: 0;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.project-button-link {
  color: var(--text-dark);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-button-link-paragraph {
  font-size: 18px;
  font-weight: 600;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

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

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-right: 50px;
}

.product-details h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.product-details h3 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}

.product-details h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
}

.product-details h5, .product-details h6 {
  margin-top: 20px;
}

.product-details ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-details img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-details p {
  margin-bottom: 15px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.flex-horizontal-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-center.with-small-columns-gap {
  grid-column-gap: 15px;
}

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

.brand-tablet {
  display: none;
}

.brand {
  flex: none;
  padding-left: 0;
}

.brand.width-170px {
  width: 170px;
}

.style-guide-tab-content-wrapper {
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 50px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  background-color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  color: #fff;
  background-color: #000;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.category-tabs {
  width: 100%;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: #0e0e0e;
}

.product-list-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.product-list-image:hover {
  transform: scale(1.06);
}

.shop-links-wrapper {
  position: relative;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
  display: none;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  color: var(--text-dark);
  background-color: #0000;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 700;
  transition-property: background-color;
}

.sessions-tab-link:hover {
  background-color: var(--primary);
  color: var(--text-dark);
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
}

.product-link-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-tabs-content {
  overflow: visible;
}

.category-tabs-pane {
  width: 100%;
}

.category-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  display: flex;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.shop-link-block {
  width: 100%;
  overflow: hidden;
}

.arrow-icon {
  color: var(--text-dark);
  text-shadow: 0 0 0 var(--text-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.details-wrapper {
  grid-column-gap: 85px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.details-slider {
  background-color: #0000;
  height: 590px;
  display: block;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.details-image-lightbox {
  width: 100%;
  height: 100%;
}

.details-block {
  grid-row-gap: 25px;
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 35px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.details-block.mg-top-80px {
  margin-top: 80px;
}

.details-subtitle {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.details-subtitle.text-color-black {
  font-size: 34px;
  line-height: 1.1em;
}

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

.details-left-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
  top: -20%;
}

.details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.details-right-arrow {
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
  top: -20%;
}

.details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.details-title {
  color: var(--white);
  font-size: 42px;
}

.shop-price-on-sale {
  color: var(--dark-gray);
  text-decoration: line-through;
  display: none;
}

.details-main-image {
  object-fit: cover;
  width: 100%;
  height: 470px;
}

.details-content-block ul{background-color:#fff;}

.paragraph-gray-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.details-page-title {
  font-size: 60px;
}

.details-page-title.medium-width-white {
  color: var(--white);
  width: 80%;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  color: var(--primary);
  text-transform: none;
  background-color: #0000;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
}

.error-message.text-align-left {
  text-align: left;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.margin-bottom-small {
  text-align: left;
  margin-bottom: 20px;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}

.margin-top-xsmall {
  margin-top: 10px;
}

.content-holder {
  margin-top: 60px;
}

.nav-tablet-button-holder {
  display: none;
}

.primary-light-background {
  background-color: #f2f7ff;
}

.nav-primary-button {
  background-color: var(--text-dark);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.nav-primary-button:hover {
  background-color: var(--text-dark);
  color: var(--white);
}

.text-color-white {
  color: var(--white);
  flex: 1;
}

.text-color-white.mg-bottom-50px {
  margin-bottom: 50px;
}

.text-color-white.mg-bottom-10px {
  margin-bottom: 10px;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-rights-holder {
  flex-wrap: wrap;
  width: 40%;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 10px;
  padding-right: 50px;
  display: flex;
}

.footer-copyright-link-small {
  color: var(--white);
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link-small:hover {
  color: #ffffff80;
}

.background-video {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 56vh;
  display: flex;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.tablet-wrap-medium-columns-gap {
  grid-column-gap: 30px;
}

.display-flex-horizontal.desktop-wrap-all-gap-medium {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  height: 100%;
}

.display-flex-horizontal.desktop-wrap-tablet-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
}

.display-flex-horizontal.desktop-wrap-tablet-medium-gap {
  grid-column-gap: 85px;
}

.display-flex-horizontal.tablet-wrap-medium-gap {
  grid-column-gap: 45px;
  align-items: center;
}

.display-flex-horizontal.tablet-wrap-medium-gap.reverse {
  flex-direction: row-reverse;
}

.display-flex-horizontal.desktop-wrap-columns-gap {
  grid-column-gap: 85px;
}

.column-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.column-wrapper.flex-vertical-center {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.column-wrapper.gap-50px {
  grid-row-gap: 50px;
}

.column-image-medium {
  object-fit: cover;
  width: 100%;
  height: 645px;
  margin-top: -30px;
}

.column-image-medium.portfolio {
  height: 450px;
}

.card-wrapper-small {
  background-color: var(--light-gray);
  text-align: left;
  width: 46.8%;
  padding: 20px;
}

.card-wrapper-small.dark {
  background-color: var(--primary);
}

.primary-card-number {
  color: var(--primary);
  flex: 0 auto;
  font-weight: 700;
}

.primary-card-number.text-color-white, .primary-card-number.text-color-white-copy {
  color: var(--white);
}

.card-number-line {
  background-color: var(--primary);
  width: 70px;
  height: 2px;
}

.card-number-line.white-background {
  background-color: var(--white);
}

.card-number-line.black-blackground {
  background-color: var(--text-dark);
}

.card-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.section-full-width {
  background-color: var(--white);
  text-align: left;
  background-image: url('../images/About-Us.jpg');
  background-position: 0 37%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.section-full-width.guaranteed {
  background-image: url('../images/1.png');
}

.medium-wrapper {
  grid-row-gap: 50px;
  background-color: var(--primary);
  flex-flow: column wrap;
  width: 50%;
  height: 100%;
  min-height: 500px;
  margin-left: auto;
  padding: 60px 15px 60px 30px;
  display: flex;
}

.medium-wrapper.gap-30px {
  grid-row-gap: 30px;
}

.medium-wrapper.gap-30px.black-background {
  background-color: var(--text-dark);
}

.medium-wrapper-title {
  color: var(--white);
  width: 92%;
}

.number-wrapper-medium {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.number-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  width: 31%;
  display: flex;
}

.number-holder.small-size {
  text-align: center;
  flex: 1;
  width: 25%;
}

.number-holder.small-size-center {
  text-align: center;
  flex: 1;
  align-items: center;
  width: auto;
}

.number-title {
  color: var(--text-dark);
  font-size: 40px;
  line-height: 1.1em;
}

.number-title.black {
  color: var(--text-dark);
}

.section-image-small {
  display: none;
}

.section-line {
  background-color: #7171714d;
  width: 100%;
  height: 1px;
}

.text-content-wrapper {
  text-align: left;
  border-right: 1px solid #7171714d;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 90px;
  display: flex;
}

.text-content-wrapper.light-border-left {
  border-left: 1px solid #7171714d;
  border-right-width: 0;
  padding-left: 85px;
  padding-right: 0;
}

.margin-top-bottom-medium {
  margin-top: 30px;
  margin-bottom: 40px;
}

.primary-text-color {
  color: var(--primary);
}

.primary-text-color.margin-top-xmedium {
  margin-top: 25px;
}

.primary-text-color.text-color-white {
  color: var(--white);
}

.image-wrapper-medium {
  width: 50%;
}

.image-wrapper-medium.pd-right-85px {
  padding-left: 0;
  padding-right: 85px;
}

.negative-image-holder {
  position: relative;
  top: -50px;
  overflow: hidden;
}

.negative-image-holder.overflow-visibile {
  overflow: visible;
}

.column-image-large {
  object-fit: contain;
  width: 100%;
  height: 560px;
  margin-top: -30px;
}

.column-image-large.cover {
  object-fit: cover;
}

.company-logo-wrapper {
  grid-column-gap: 70px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-image {
  opacity: .3;
  object-fit: contain;
  flex: none;
  width: 70px;
  height: 70px;
}

.logo-image.full-opacity {
  opacity: 1;
  width: 100px;
  height: 100%;
}

.logo-image.full-opacity._70px {
  width: 70px;
  height: 70px;
}

.right-text-content {
  width: 50%;
  margin-left: auto;
  padding-left: 85px;
}

.section-image-large-wrapper {
  object-fit: cover;
  width: 50%;
  height: 490px;
  position: absolute;
  inset: 80px auto auto 0%;
  overflow: hidden;
}

.section-image-large-wrapper.right-image {
  left: auto;
  right: 0;
}

.description-medium {
  width: 66%;
  margin-top: 25px;
  margin-bottom: 50px;
}

.link-with-icon-large {
  border-bottom: 2px solid #0000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition-property: border-color;
  display: inline-block;
}

.link-with-icon-large:hover {
  color: var(--text-dark);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
}

.margin-bottom-xmedium {
  margin-bottom: 40px;
}

.full-height-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-height-image.with-negative-margin {
  opacity: 1;
  margin-top: -30px;
}

.text-content-wrapper-medium {
  background-color: var(--text-dark);
  height: 100%;
  padding: 30px 20px 30px 30px;
  position: relative;
}

.title-medium {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
}

.description-large {
  color: var(--white);
  width: 86%;
  margin-bottom: 50px;
}

.right-arrow-small {
  width: 20px;
  height: 20px;
}

.right-arrow-small-wrapper {
  margin-top: -5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.column-image-holder {
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.column-image-holder.bottom-item {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#00000080, #00000080);
}

.column-image-holder.third-item {
  background-image: linear-gradient(#0003, #0003), url('../images/drone-image-bg_1drone image bg.webp');
}

.column-image-holder.fourth-item {
  background-image: linear-gradient(#0003, #0003), url('../images/drone-image-medium_1drone image medium.webp');
  background-position: 0 0, 50%;
}

.column-image-holder.mg-bottom-15px {
  margin-bottom: 15px;
}

.full-width {
  width: 100%;
}

.full-width.light-hover {
  flex: 1;
  transition: opacity .4s;
}

.full-width.light-hover:hover {
  opacity: .8;
}

.flex-space-between-center {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-space-between-center.row-gap-small {
  grid-row-gap: 10px;
}

.porfolio-list-wrapper {
  width: 100%;
}

.porfolio-list {
  grid-row-gap: 60px;
  flex-flow: column wrap;
  display: flex;
}

.porfolio-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.portfolio-text-content {
  width: 50%;
}

.portfolio-image-holder {
  opacity: 1;
  width: 50%;
  height: 250px;
  transition: opacity .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.portfolio-image-holder:hover {
  opacity: .8;
}

.portfolio-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.title-large {
  width: 85%;
  margin-bottom: 10px;
}

.description-xlarge {
  width: 89%;
  margin-bottom: 50px;
}

.description-xlarge.full-width {
  width: 100%;
}

.portfolio-image-background {
  z-index: 9999;
  height: 250px;
  position: absolute;
  inset: 0%;
}

.title-hover {
  width: 100%;
  transition: color .3s;
}

.title-hover:hover {
  color: var(--primary);
}

.banner-wrapper-large {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-title-holder {
  width: 50%;
}

.banner-text-holder {
  width: 35%;
}

.banner-description-small {
  color: var(--white);
  width: 80%;
  margin-bottom: 50px;
}

.banner-title-large {
  color: var(--white);
  font-size: 90px;
  line-height: 106px;
}

.banner-title-large.hide {
  display: none;
}

.banner-link-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 16px 28px;
}

.banner-wrapper-left {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.banner-description-white {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 50px;
}

.banner-description-white.no-margin-bottom {
  text-align: left;
  margin-bottom: 0;
}

.number-wrapper-large {
  grid-column-gap: 61px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.numbers-light-background {
  z-index: -1;
  background-color: var(--primary);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0 0% auto;
}

.numbers-light-background.left-side {
  left: 0;
  right: auto;
}

.numbers-light-background.width-50 {
  width: 50%;
}

.desktop-text-color-white {
  color: var(--white);
}

.team-wrapper-medium {
  background-color: var(--light-gray);
  width: 31.3%;
  padding: 20px 20px 40px;
}

.column-image-small {
  object-fit: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.light-border-bottom {
  border-bottom: 1px solid #7171714d;
}

.column-wrapper-small {
  width: 33%;
  height: 500px;
  position: sticky;
  top: 80px;
}

.column-wrapper-medium {
  grid-row-gap: 80px;
  flex-direction: column;
  width: 62%;
  display: flex;
}

.values-card {
  width: 47%;
}

.values-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  display: flex;
}

.light-border-top {
  border-top: 1px solid #7171714d;
}

.workflow-video {
  color: var(--primary);
  background-image: url('../images/image_1image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.workflow-video:hover {
  color: var(--primary);
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-wrapper {
  align-items: center;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-profile-photo-wrapper {
  width: 90px;
  height: 90px;
}

.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.pricing-item-wrapper {
  grid-row-gap: 20px;
  border-bottom: 1px solid #7171714d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-item-wrapper.no-border-bottom {
  border-bottom-width: 0;
}

.pricing-button-holder {
  margin-top: 40px;
}

.badge {
  background-color: var(--primary);
  border-radius: 6px;
  padding: 8px;
  display: inline-block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.position-static {
  position: static;
}

.position-static.padding-bottom-small-border {
  border-bottom: 1px solid #7171714d;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.faq-accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.card-wrapper-large {
  width: 90%;
}

.accordion-icon-circle {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.accordion-list-medium {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list-medium.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.margin-top-small {
  margin-top: 20px;
}

.cross-icon {
  width: 13px;
  height: 13px;
}

.light-borders {
  border-top: 1px solid #7171714d;
  border-bottom: 1px solid #7171714d;
}

.flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bottom-space-small {
  text-align: center;
  margin-bottom: 25px;
}

.portfolio-list-wrapper-large, .portfolio-list-wrapper {
  width: 100%;
}

.portfolio-item {
  grid-column-gap: 85px;
  border-bottom: 1px solid #7171714d;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.portfolio-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.portfolio-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-wrapper-xmedium {
  width: 40%;
}

.text-color-black {
  color: var(--text-dark);
}

.medium-space {
  margin-top: 30px;
  margin-bottom: 40px;
}

.overlay-full-width {
  z-index: 1;
  background-image: linear-gradient(#00000059, #00000059);
  position: absolute;
  inset: 0%;
}

.column-small-image-fixed {
  object-fit: cover;
  width: 100%;
  height: 375px;
}

.gallery-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  height: 800px;
  display: flex;
}

.gallery-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.gallery-image-large {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image-large-wrapper {
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.gallery-image-large-wrapper:hover {
  opacity: .8;
}

.gallery-image-medium-wrapper {
  width: 100%;
  transition-property: opacity;
  transition-duration: .4s;
}

.gallery-image-medium-wrapper:hover {
  opacity: .8;
}

.link-gray {
  color: var(--dark-gray);
  text-decoration: none;
}

.link-gray:hover {
  color: var(--text-dark);
  text-decoration: underline;
}

.contact-wrapper {
  margin-top: 40px;
}

.social-icon-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.blog-item-text {
  color: var(--primary);
  text-align: right;
  width: 20%;
  font-size: 16px;
}

.blog-details-text-wrapper {
  z-index: 2;
  position: relative;
}

.nav-wrapper-small {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding-bottom: 6px;
  padding-left: 0;
  position: relative;
}

.cart-button:hover {
  color: var(--primary);
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.cart-quantity {
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  left: auto;
  right: 8px;
}

.add-to-cart-wrapper {
  position: absolute;
  inset: auto 0% 20px 20px;
}

.add-to-cart-primary {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
}

.add-to-cart-primary:hover {
  background-color: var(--white);
  color: var(--primary);
}

.out-of-stock-state {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 0 20px 0 0;
}

.error-state {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 0 20px 10px 0;
}

.error-state.top-margin-xsmall {
  margin-top: 10px;
}

.cart-image {
  object-fit: cover;
  width: 65px;
  height: 85px;
}

.cart-quantity-small {
  background-color: #0000;
  border-top-style: none;
  border-bottom-color: #7171714d;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.cart-quantity-small:active, .cart-quantity-small:focus {
  border-bottom-color: var(--primary);
}

.remove-button {
  font-size: 16px;
  transition: color .3s;
}

.shop-stars-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.shop-star-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.shop-star-icon.last-item {
  font-family: "Fa 400", sans-serif;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.checkout-pages {
  background-color: var(--primary);
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 60px;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.input-field {
  background-color: #0000;
  border-color: #7171714d;
  border-radius: 6px;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.mobile-cart-wrapper {
  width: 60%;
}

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

.address-wrapper {
  margin-bottom: 5px;
}

.shipping-method {
  padding: 20px;
}

.cart-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.cart-item {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 20px;
}

.cart-item:last-child {
  padding-bottom: 0;
}

.cart-wrapper-medium {
  max-width: 65%;
}

._404-title {
  margin-bottom: 30px;
  font-size: 130px;
  line-height: 95px;
}

.search-paragraph {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.no-results {
  color: var(--white);
  margin-bottom: 40px;
}

.cart-error-state {
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout-error-state {
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  width: 100%;
  max-width: 400px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 12px 12px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

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

.hire-buttons-wrap {
  grid-column-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.hire-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-button:hover {
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-image {
  width: 16px;
  height: 16px;
}

.btn-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  color: var(--white);
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: #4353ff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.more-templates:hover {
  color: #4353ff;
}

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

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

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

.two-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.left-text-content {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
}

.contacts-select {
  color: #717171cc;
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #7171714d;
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 26px;
  transition: all .2s;
}

.contacts-select:focus {
  border-bottom: 1px solid var(--primary);
}

.contacts-select::placeholder {
  color: #717171cc;
  font-size: 16px;
}

.radio-button-field {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-buttons {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.radio-button {
  background-color: #0000;
  border-color: #35353533;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .3s, border-color .3s, box-shadow .3s;
  box-shadow: 0 0 0 2px #0000;
}

.radio-button:hover {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--light-gray);
  box-shadow: 0 0 0 2px var(--light-gray);
}

.radio-button:active {
  background-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.radio-button.w--redirected-checked, .radio-button.w--redirected-focus {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.checkbox-field {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.checkbox-icon {
  border-width: 1px;
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.checkbox-icon.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: contain;
}

.checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.content-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.brand-image {
  height: 25px;
  display: inline-block;
}

.accessories-list {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-name {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.product-description {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.product-link-wrapper {
  position: relative;
}

.product-link-cropped {
  overflow: hidden;
}

.product-link {
  text-decoration: none;
}

.product-link:hover {
  color: var(--text-dark);
  text-decoration: underline;
}

.section-image {
  background-image: url('../images/Dewalt-63_1Dewalt-63.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.margin-top-bottom-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.details-image-wrapper {
  height: 100px;
  margin-top: 20px;
}

.details-additional-image {
  object-fit: cover;
  width: 140px;
  height: 100px;
  display: inline-block;
}

.slider-navigation {
  z-index: 4;
  height: 100px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: auto;
}

.slider-navigation.default {
  z-index: 5;
  opacity: .4;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 100px;
  display: flex;
  left: -1.7%;
  right: -1.7%;
}

.slider-navigation-list {
  grid-column-gap: 20px;
  justify-content: flex-start;
  width: 590px;
  display: flex;
}

.dynamic-gallery-slider {
  display: none;
}

.success-message-title {
  color: var(--text-dark);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.text-16px {
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.splide {
  position: relative;
}

.splide.thumbnail-slider {
  max-width: 573px;
  margin-top: 15px;
  overflow: hidden;
}

.splide.main-slider {
  width: 100%;
  height: 540px;
}

.splide.brands {
  width: 100%;
}

.splide.pd-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.splide__track {
  justify-content: center;
  align-items: center;
  display: block;
}

.splide__track.gallery {
  height: 470px;
  position: relative;
  overflow: hidden;
}

.splide__track.brands {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.splide__track.main-slider {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__track.cars {
  padding-top: 20px;
  padding-bottom: 20px;
}

.splide__list {
  grid-column-gap: 70px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.splide__list.thumbnail {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  opacity: 1;
  flex-direction: row;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.splide__list.brands {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.splide__list.main-slider {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  object-fit: cover;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__list.center-wrap {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.splide__slide {
  flex: none;
  width: 100px;
  height: 100px;
  padding-left: 0;
}

.splide__slide.brands {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.splide__slide.specs {
  width: 75px;
}

.splide__slide.gallery-image {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-slider {
  flex: 1;
  position: relative;
}

.thumbnails {
  grid-column-gap: 8px;
  flex-direction: row;
  width: 150px;
  padding-left: 0;
}

.thumbnail {
  opacity: .3;
  padding-left: 0;
}

.thumbnail.is-active {
  opacity: 1;
}

.image {
  object-fit: cover;
  width: 150px;
  height: 100px;
  display: block;
}

.flex {
  grid-column-gap: 8px;
  width: 573.203px;
  display: flex;
  overflow: hidden;
}

.collection-list-2 {
  height: 470px;
  position: relative;
  overflow: hidden;
}

.collection-item {
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  height: 470px;
  overflow: hidden;
}

.collection-list-3 {
  display: flex;
}

.collection-item-2 {
  object-fit: cover;
  flex: none;
  width: 100%;
}

.splide__arrows.splide__arrows--ltr {
  z-index: 3;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 45% 0% auto;
}

.splide__arrow {
  background-color: var(--primary);
  color: var(--text-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.splide__arrow:hover {
  background-color: var(--white);
}

.splide__arrow.splide__arrow--prev {
  margin-right: auto;
}

.logo {
  height: 80px;
  margin-bottom: 50px;
}

.logo._150px {
  height: 300px;
}

.collection-list-wrapper-2 {
  display: none;
}

.splide__content {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.splide__content__image {
  height: 100%;
  display: block;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-6 {
  height: 70px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide {
  width: 80px;
  margin-left: 35px;
  margin-right: 35px;
}

.slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-bottom: 0;
  display: flex;
}

.compare-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-group {
  padding-top: 80px;
}

.faq-group-title {
  text-transform: none;
  font-weight: 500;
}

.faq-group-title.mg-bottom-30px {
  margin-bottom: 30px;
}

.section-subtitle-2 {
  color: #febd17;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.accordion-icon-circle-2 {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.faq-button {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 15px 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.faq-button:hover {
  border-bottom-color: var(--text-dark);
  color: var(--text-dark);
}

.faq-button.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--text-dark);
  color: var(--text-dark);
}

.faq-buttons-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.details-tag {
  color: var(--white);
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.details-tag.mg-bottom-50px {
  margin-bottom: 50px;
}

.body {
  text-align: center;
}

.slider-wrapper {
  overflow: hidden;
}

.gray-text-color {
  color: var(--text-dark);
}

.gray-text-color.margin-top-xmedium {
  margin-top: 25px;
}

.gray-text-color.text-color-white {
  color: var(--white);
}

.footer-social-link {
  flex: none;
  justify-content: center;
  height: 25px;
  display: flex;
}

.footer-social-link.width-40px {
  width: 40px;
}

.social-icon {
  height: 100%;
}

.footer-socials {
  grid-column-gap: 15px;
  display: flex;
}

.margin-top-xmedium {
  margin-top: 25px;
}

.title-banner-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: left;
}

.charger-details, .charger-details p, .charger-details h2, .charger-details h4, .text-block-2 {
  color: var(--white);
}

.list-item {
  z-index: 4;
}

.charger-item {
  flex: 1;
}

.description-subtitle {
  font-size: 34px;
  line-height: 38px;
}

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

.test {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.video-play-pause-wrapper {
  background-color: #ffffffe6;
  border-radius: 999em;
  width: 5em;
  height: 5em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.vimdeo-player-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-vimeo-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 55.75%;
  position: relative;
  overflow: hidden;
}

.vimeo-embed {
  width: 84%;
  height: 84%;
  position: absolute;
  inset: 8% auto auto 8%;
}

.list-item-2 {
  background-color: var(--primary);
  flex: none;
  width: 140px;
}

.product-link-2 {
  text-decoration: none;
}

.product-link-2:hover {
  color: #000;
  text-decoration: underline;
}

.product-link-3 {
  text-decoration: none;
}

.product-link-3:hover {
  color: #000;
  text-decoration: underline;
}

.gallery-inner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.changelog-banner, .section.black-bg-banner, .section.wall-banner {
    padding-top: 165px;
  }

  .section.style-guide-section {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .section.product-section, .section.desktop-large-top-pd {
    padding-top: 180px;
  }

  .section.light-background-min-height {
    min-height: 570px;
  }

  .section.portable-banner {
    padding-top: 165px;
  }

  .section.portfolio {
    padding-bottom: 105px;
  }

  .section.blog-details, .section.blog-category-banner {
    padding-top: 165px;
  }

  .section.charger {
    padding-top: 180px;
  }

  .section.installation-banner {
    padding-top: 165px;
  }

  .section.large-top-space-no-bottom-copy {
    padding-top: 180px;
  }

  .base-container.banner-bottom-block {
    bottom: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .banner-title.center-title {
    padding-right: 0;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .blog-grid-content-wrapper {
    min-height: 380px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .adress-card {
    width: 48.7%;
  }

  .search-section {
    padding-top: 165px;
    padding-bottom: 80px;
  }

  .portfolio-banner-image {
    background-position: 50% 67%;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-primary-button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-title {
    font-size: 80px;
  }

  .background-video {
    min-height: 70vh;
  }

  .card-wrapper-small {
    width: 47.3%;
  }

  .medium-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
  }

  .medium-wrapper-title {
    width: 76%;
  }

  .number-wrapper-medium {
    grid-column-gap: 50px;
  }

  .number-holder {
    width: 25%;
  }

  .margin-top-bottom-medium {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .company-logo-wrapper {
    grid-column-gap: 110px;
  }

  .section-image-large-wrapper {
    top: 120px;
  }

  .margin-bottom-xmedium {
    margin-bottom: 60px;
  }

  .porfolio-list {
    grid-row-gap: 100px;
  }

  .porfolio-item {
    grid-column-gap: 105px;
  }

  .description-xlarge {
    width: 93%;
  }

  .banner-title-holder {
    width: 55%;
  }

  .banner-title-large {
    font-size: 110px;
    line-height: 126px;
  }

  .banner-wrapper-left {
    bottom: 100px;
  }

  .numbers-light-background {
    width: 50%;
  }

  .team-wrapper-medium {
    width: 31.6%;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .checkout-pages {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  ._404-title {
    font-size: 140px;
  }

  .brand-image {
    height: 35px;
  }

  .splide.thumbnail-slider {
    max-width: 573px;
  }
}

@media screen and (min-width: 1440px) {
  .section.changelog-banner, .section.black-bg-banner, .section.wall-banner, .section.portable-banner, .section.blog-details, .section.blog-category-banner, .section.installation-banner, .search-section {
    padding-top: 175px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .background-video {
    min-height: 80vh;
  }

  .number-holder {
    width: 22%;
  }

  .numbers-light-background {
    width: 51.6%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    flex-direction: row;
  }

  .section.light-background-min-height {
    min-height: 610px;
  }

  .base-container, .nav-container {
    max-width: 1400px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-title {
    font-size: 90px;
  }

  .background-video {
    min-height: 85vh;
  }

  .section-full-width {
    background-position: 50%;
  }

  .medium-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .medium-wrapper-title {
    width: 50%;
  }

  .number-holder {
    width: 16%;
  }

  .numbers-light-background {
    width: 51.2%;
  }

  .splide.thumbnail-slider {
    max-width: 679px;
  }
}

@media screen and (max-width: 991px) {
  .section.light-background.light-border-top.pd-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.changelog-banner, .section.pricing-banner, .section.black-bg-banner {
    min-height: 300px;
  }

  .section.style-guide-section {
    min-height: 350px;
    padding-top: 80px;
  }

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

  .section.desktop-large-top-pd {
    padding-top: 20px;
  }

  .section.light-background-min-height {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
  }

  .section.light-background-line {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.banner-full-width {
    background-position: 45%;
  }

  .section.banner-full-width.landing {
    background-image: linear-gradient(to bottom, transparent, var(--text-dark) 90%), url('../images/Dewalt-32.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.tablet-bottom-padding {
    padding-bottom: 80px;
  }

  .section.portfolio-banner {
    min-height: 400px;
  }

  .section.blog-category-banner {
    min-height: 300px;
  }

  .section.large-top-space-no-bottom-copy {
    padding-top: 100px;
  }

  .section.tablet-no-bottom-pd {
    padding-bottom: 0;
  }

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

  .base-container.banner-bottom-block {
    bottom: 60px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .color-wrapper.last-item-space {
    margin-right: 0;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .color-container {
    margin-top: 30px;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    margin-top: 20px;
  }

  .nav-container {
    padding: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: var(--text-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--white);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title.tablet-medium {
    width: 90%;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-content-wrapper {
    min-height: 380px;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-template-date {
    margin-top: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 45px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .banner-description.text-color-white {
    margin-top: 15px;
  }

  .chargers-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .chargers-wrapper.mg-top-50px {
    width: 100%;
  }

  .pricing-plan-item {
    width: 47.9%;
    padding: 30px 20px 20px;
  }

  .contacts-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .adress-card {
    width: 47.8%;
  }

  .footer-brand-wrapper {
    padding-bottom: 40px;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-brand-description {
    margin-bottom: 40px;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr;
  }

  .block-quote-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .button-wrapper {
    margin-top: 25px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.small-space {
    margin-top: 25px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .portfolio-image-large {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    grid-row-gap: 15px;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 81px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger, .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .product-list-image {
    height: 280px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .details-wrapper {
    grid-column-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .details-slider {
    height: 490px;
  }

  .details-block {
    padding: 30px 30px 15px;
  }

  .details-block.mg-top-80px {
    margin-top: 60px;
  }

  .details-main-image {
    height: 370px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .nav-tablet-button-holder {
    margin-top: 20px;
    display: block;
  }

  .nav-primary-button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-primary-button:hover {
    opacity: 1;
  }

  .nav-primary-button.tablet-mobile-hidden {
    display: none;
  }

  .footer-title {
    font-size: 60px;
  }

  .footer-rights-holder {
    width: 50%;
  }

  .footer-social-links-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .background-video {
    height: 46vh;
    min-height: 0;
  }

  .display-flex-horizontal.tablet-wrap-medium-columns-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-all-gap-medium {
    grid-row-gap: 30px;
  }

  .display-flex-horizontal.tablet-wrap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.tablet-wrap.gap {
    grid-row-gap: 50px;
    padding-bottom: 50px;
  }

  .display-flex-horizontal.desktop-wrap-tablet-center {
    justify-content: center;
  }

  .display-flex-horizontal.desktop-wrap-tablet-medium-gap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-columns-gap {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

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

  .column-wrapper.flex-vertical-center {
    grid-row-gap: 0px;
  }

  .column-wrapper.tablet-half-width {
    width: 50%;
  }

  .column-wrapper.gap-50px {
    grid-row-gap: 40px;
  }

  .column-image-medium {
    height: 480px;
    min-height: auto;
  }

  .column-image-medium.portfolio {
    height: 400px;
  }

  .card-wrapper-small {
    width: 47.9%;
  }

  .section-full-width {
    min-height: auto;
  }

  .medium-wrapper {
    grid-row-gap: 15px;
    width: 100%;
    min-height: auto;
    padding-left: 15px;
  }

  .medium-wrapper-title {
    margin-bottom: 20px;
  }

  .number-holder {
    width: 20%;
  }

  .number-holder.small-size {
    justify-content: flex-end;
    align-items: center;
  }

  .number-title {
    font-size: 26px;
  }

  .section-image-small {
    object-fit: cover;
    background-image: url('../images/Dewalt-41.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .section-line.hide {
    display: none;
  }

  .text-content-wrapper {
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .text-content-wrapper.light-border-left {
    border-left-color: #0000;
    padding-left: 0;
  }

  .primary-text-color.center {
    text-align: center;
  }

  .image-wrapper-medium {
    width: 100%;
    padding-left: 0;
  }

  .negative-image-holder {
    margin-bottom: 40px;
    top: 0;
  }

  .column-image-large {
    height: 460px;
    margin-top: -60px;
  }

  .column-image-large.cover {
    object-fit: cover;
  }

  .company-logo-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .logo-image {
    height: 65px;
  }

  .logo-image.last-item {
    height: 27px;
  }

  .right-text-content {
    width: 100%;
    padding-left: 0;
  }

  .section-image-large-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: static;
  }

  .description-medium {
    margin-bottom: 40px;
  }

  .title-medium.tablet-large {
    width: 85%;
  }

  .description-large {
    width: 95%;
    margin-bottom: 40px;
  }

  .description-xlarge {
    width: 95%;
  }

  .banner-wrapper-large {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .banner-title-holder {
    width: 55%;
  }

  .banner-text-holder {
    width: 60%;
  }

  .banner-description-small {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner-title-large {
    font-size: 70px;
    line-height: 96px;
  }

  .team-wrapper-medium {
    width: 47.9%;
    padding-bottom: 30px;
  }

  .column-image-small {
    height: 280px;
  }

  .column-wrapper-small {
    width: 100%;
    height: auto;
    position: static;
  }

  .column-wrapper-medium {
    grid-row-gap: 50px;
    width: 100%;
  }

  .values-card {
    width: 47.6%;
  }

  .position-static.tablet-padding-bottom-line {
    border-bottom: 1px solid #7171714d;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .portfolio-item {
    grid-column-gap: 40px;
  }

  .column-small-image-fixed {
    height: 275px;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    height: 600px;
  }

  .gallery-wrapper.reverse {
    margin-top: 40px;
  }

  .contact-wrapper {
    margin-bottom: 10px;
  }

  .nav-wrapper-small {
    justify-content: flex-end;
    width: 80%;
    display: none;
  }

  .add-to-cart-primary:hover {
    opacity: 1;
  }

  .row {
    flex-wrap: wrap;
  }

  .column {
    min-width: 100%;
  }

  .address-wrapper {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .left-text-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-image {
    height: 35px;
  }

  .accessories-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-image {
    display: none;
  }

  .splide.thumbnail-slider {
    max-width: none;
  }

  .splide__list {
    grid-column-gap: 50px;
  }

  .splide__list.center-wrap {
    grid-column-gap: 30px;
  }

  .splide__list.cars {
    grid-column-gap: 40px;
  }

  .gallery-slider {
    width: 100%;
  }

  .faq-group {
    padding-top: 30px;
  }

  .gray-text-color.center {
    text-align: center;
  }

  .divider {
    display: none;
  }

  .chargers-list {
    grid-template-columns: 1fr 1fr;
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active, .video-play-wrapper:active {
    transform: scale(.9);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 34px;
  }

  h3, blockquote {
    font-size: 30px;
  }

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

  .section.light-background.light-border-top.pd-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.changelog-banner, .section.black-bg-banner, .section.wall-banner {
    padding-top: 135px;
  }

  .section.style-guide-section {
    min-height: 300px;
  }

  .section.product-section {
    padding-top: 60px;
  }

  .section.desktop-large-top-pd.top-80px {
    padding-top: 80px;
  }

  .section.banner-full-width.landing {
    background-position: 0 0, 50%;
  }

  .section.tablet-bottom-padding, .section.mobile-no-bottom-paddimg {
    padding-bottom: 0;
  }

  .section.portable-banner {
    padding-top: 135px;
  }

  .section.portfolio {
    padding-bottom: 45px;
  }

  .section.blog-category-banner, .section.installation-banner {
    padding-top: 135px;
  }

  .section.large-top-space-no-bottom-copy.top-80px {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 40px;
    margin-right: 0;
  }

  .colors-wrapper.no-top-margin, .colors-container {
    margin-top: 0;
  }

  .headings-typography-wrapper {
    margin-bottom: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.pagination, .style-guide-div {
    margin-top: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 30px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title.tablet-medium {
    width: 100%;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 120px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    min-width: 100%;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .text-button-icon {
    margin-left: 40px;
  }

  .banner-description.text-color-white {
    margin-top: 20px;
  }

  .chargers-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .chargers-wrapper.mg-top-50px {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-plan-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 15px 10px 10px;
    display: grid;
  }

  .pricing-plan-item.pd-bottom-10px {
    padding-bottom: 15px;
  }

  .pricing-plan-item-title {
    margin-bottom: 15px;
  }

  .charger-name {
    margin-bottom: 10px;
  }

  .contacts-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .adress-card {
    width: 100%;
    padding: 20px 30px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-wrapper {
    margin-top: 30px;
  }

  .search-section {
    padding-top: 135px;
    padding-bottom: 20px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style-guide-content-wrapper {
    margin-top: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .portfolio-info-wrap {
    margin-bottom: 20px;
  }

  .portfolio-banner-image {
    height: 55vh;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #7171714d;
    border-bottom-width: 1px;
    border-bottom-color: #7171714d;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .portfolio-images-list {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    width: 100%;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
    margin-top: 30px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .tablet-menu {
    height: 64px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 40px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #000;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .product-link-content {
    text-align: center;
  }

  .category-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .details-slider {
    height: 500px;
  }

  .details-subtitle.text-color-black {
    font-size: 32px;
  }

  .details-title {
    font-size: 36px;
  }

  .details-main-image {
    height: 400px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .details-page-title.medium-width-white {
    width: 100%;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .margin-bottom-small {
    margin-bottom: 10px;
  }

  .margin-bottom-small._20px {
    margin-bottom: 20px;
  }

  .margin-bottom-medium {
    margin-bottom: 40px;
  }

  .footer-title {
    font-size: 50px;
  }

  .footer-rights-holder, .footer-social-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .display-flex-horizontal.tablet-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .display-flex-horizontal.desktop-no-gap {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.desktop-wrap-tablet-medium-gap, .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 40px;
  }

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

  .column-wrapper.tablet-half-width {
    width: 100%;
    margin-bottom: 30px;
  }

  .column-wrapper.gap-50px {
    grid-row-gap: 30px;
  }

  .column-image-medium {
    height: 300px;
  }

  .column-image-medium.portfolio {
    height: 380px;
  }

  .card-wrapper-small {
    width: 100%;
  }

  .primary-card-number {
    flex: none;
  }

  .medium-wrapper {
    grid-row-gap: 40px;
  }

  .medium-wrapper-title {
    margin-bottom: 0;
  }

  .number-wrapper-medium {
    width: 100%;
  }

  .number-holder {
    width: 46%;
  }

  .number-holder.small-size {
    width: 45.5%;
  }

  .number-holder.small-size-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .number-title.desktop-text-color-white {
    color: var(--text-dark);
  }

  .image-wrapper-medium.pd-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-image-large {
    margin-top: -50px;
  }

  .company-logo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    height: 55px;
  }

  .description-medium {
    width: 70%;
  }

  .text-content-wrapper-medium {
    padding-left: 20px;
    padding-right: 30px;
  }

  .title-medium {
    width: 80%;
  }

  .column-image-holder {
    height: 100%;
  }

  .porfolio-list {
    grid-row-gap: 40px;
  }

  .porfolio-item {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .portfolio-text-content, .portfolio-image-holder, .title-large {
    width: 100%;
  }

  .description-xlarge {
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-title-holder {
    width: 75%;
  }

  .banner-text-holder {
    width: 90%;
  }

  .banner-title-large {
    font-size: 60px;
    line-height: 86px;
  }

  .banner-wrapper-left {
    max-width: none;
    bottom: 60px;
  }

  .banner-description-white {
    margin-bottom: 40px;
  }

  .number-wrapper-large {
    flex-direction: column;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .numbers-light-background {
    display: none;
  }

  .desktop-text-color-white {
    color: var(--dark-gray);
  }

  .team-wrapper-medium {
    width: 100%;
  }

  .column-image-small {
    height: 320px;
  }

  .values-card {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .workflow-profile-photo-wrapper {
    width: 80px;
    height: 80px;
  }

  .pricing-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-button-holder {
    margin-top: 30px;
  }

  .badge {
    top: 10px;
    right: 10px;
  }

  .portfolio-item {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .column-wrapper-xmedium {
    width: 100%;
  }

  .medium-space {
    margin-bottom: 30px;
  }

  .gallery-wrapper {
    flex-wrap: wrap;
    height: auto;
  }

  .gallery-wrapper.reverse {
    margin-top: 30px;
  }

  .gallery-image-large {
    height: 275px;
  }

  .gallery-image-large-wrapper {
    height: auto;
  }

  .contact-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .checkout-pages {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .hire-popup {
    display: none;
  }

  .content-block {
    text-align: left;
  }

  .accessories-list {
    grid-template-columns: 1fr 1fr;
  }

  .details-image-wrapper {
    height: 80px;
  }

  .details-additional-image {
    width: 80px;
    height: 80px;
  }

  .slider-navigation {
    height: 80px;
  }

  .slider-navigation.default {
    font-size: 80px;
  }

  .splide.main-slider {
    width: 100%;
  }

  .splide.pd-20px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__list.thumbnail {
    height: 80px;
  }

  .splide__list.cars {
    grid-column-gap: 30px;
  }

  .splide__slide {
    width: 80px;
    height: 80px;
  }

  .gallery-slider {
    overflow: hidden;
  }

  .logo._150px {
    height: 200px;
  }

  .divider {
    background-color: var(--light-gray);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .description-subtitle {
    font-size: 32px;
  }

  .chargers-list {
    grid-template-columns: 1fr 1fr;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .section.light-background.light-border-top.pd-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.desktop-large-top-pd.top-80px {
    padding-top: 60px;
  }

  .section.banner-full-width.landing {
    background-image: linear-gradient(to bottom, transparent, var(--text-dark) 85%), url('../images/Dewalt-32.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .base-container.row-gap-50px {
    grid-row-gap: 0px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    margin-bottom: 0;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 300px;
  }

  .menu-button {
    align-items: baseline;
  }

  .nav-link {
    width: 99%;
  }

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

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    font-size: 45px;
    line-height: 50px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .nav-menu-wrapper {
    align-items: center;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

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

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    flex-direction: column;
    padding-top: 10px;
    display: flex;
  }

  .pricing-plan-item.pd-bottom-10px {
    padding-bottom: 10px;
  }

  .contacts-wrapper.mobile-no-rows-gap {
    grid-row-gap: 0px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-row-gap: 10px;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #7171714d;
    border-bottom-width: 1px;
    border-bottom-color: #7171714d;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    padding-right: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .text-align-center {
    font-size: 25px;
    line-height: 30px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .category-tabs-menu {
    flex-wrap: nowrap;
    grid-column-gap: 8px;
  }
  
  .sessions-tab-link{ font-size: 16px;}

  .details-slider {
    height: 440px;
  }

  .details-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .details-left-arrow {
    margin-left: 10px;
  }

  .details-right-arrow {
    margin-right: 10px;
  }

  .details-main-image {
    height: 350px;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-color-white {
    white-space: normal;
    word-break: normal;
  }

  .text-color-white.mg-bottom-50px {
    margin-bottom: 30px;
  }

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

  .footer-copyright-link-small {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .display-flex-horizontal.tablet-wrap.gap {
    grid-row-gap: 70px;
  }

  .card-title {
    margin-top: 20px;
  }

  .medium-wrapper-title, .number-holder, .number-holder.small-size, .number-holder.small-size-center {
    width: 100%;
  }

  .section-image-small {
    background-position: 15%;
  }

  .text-content-wrapper {
    padding-right: 0;
  }

  .company-logo-wrapper {
    grid-column-gap: 30px;
  }

  .logo-image.last-item {
    height: 26px;
  }

  .description-medium {
    width: 90%;
  }

  .link-with-icon-large {
    font-size: 20px;
  }

  .title-medium, .description-large {
    width: 100%;
  }

  .column-image-holder {
    height: 300px;
  }

  .banner-title-holder, .banner-text-holder {
    width: 100%;
  }

  .banner-title-large {
    font-size: 50px;
    line-height: 76px;
  }

  .banner-link-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-wrapper-left {
    max-width: 100%;
  }

  .number-wrapper-large {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .badge {
    padding: 6px;
    top: 5px;
    right: 5px;
  }

  .accordion-icon-circle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

  .nav-wrapper-small {
    width: 70%;
  }

  .cart-image {
    height: 100px;
  }

  .cart-quantity-small {
    margin-bottom: 0;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .mobile-cart-wrapper {
    width: 45%;
    margin-left: 0;
  }

  .cart-wrapper-medium {
    min-width: 60%;
    max-width: none;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 100px;
  }

  .two-buttons-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .brand-image {
    height: 30px;
  }

  .accessories-list {
    grid-template-columns: 1fr;
  }

  .details-image-wrapper {
    height: 70px;
  }

  .details-additional-image {
    width: 60px;
    height: 60px;
    display: inline-block;
  }

  .slider-navigation {
    height: 60px;
  }

  .slider-navigation.default {
    font-size: 60px;
    left: -3.3%;
    right: -3.3%;
  }

  .splide.main-slider {
    height: 370px;
  }

  .splide__list {
    grid-column-gap: 25px;
  }

  .splide__list.center-wrap {
    grid-row-gap: 25px;
  }

  .splide__list.cars {
    grid-column-gap: 15px;
  }

  .logo._150px {
    height: 150px;
    margin-bottom: 30px;
  }

  .accordion-icon-circle-2 {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .faq-buttons-wrapper {
    margin-top: 15px;
  }

  .details-tag {
    white-space: normal;
    word-break: normal;
  }

  .details-tag.mg-bottom-50px {
    margin-bottom: 30px;
  }

  .title-banner-wrapper {
    align-items: flex-start;
  }

  .chargers-list {
    grid-template-columns: 1fr;
  }
}

#w-node-f4b402a5-61d4-a3d6-eb8a-6ca775a812fd-30f61039, #w-node-_05cb677f-cca6-e708-3a73-43c8fdd711a1-30f6103b, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-30f6105a, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-30f6105a, #w-node-fde393a0-d78b-1c4f-7831-492b203c09c0-30f61072, #w-node-afbe98a9-95a6-bb95-22ec-592146e96ae5-30f61073, #w-node-ddcdc641-5343-6f27-3bee-7d99c8a37ba3-30f61074, #w-node-fb451d09-c85a-56e0-537d-e4f5bd2d504f-30f61075, #w-node-_2ba56345-116e-c9a6-721a-5ec9df6fd4cd-30f61076, #w-node-_96e57c7a-a38a-4037-1c8e-e51188b898b1-30f61077, #w-node-_7d0fa0f4-12c5-ba1b-4704-3ad77f8854d7-30f61078, #w-node-_3d384c8b-2bdf-71e0-3d2b-8169511860eb-30f61079, #w-node-_35adc149-3e84-ea83-5cad-1a2a3f9ffc49-30f6107a, #w-node-e6ad815f-12d8-c697-c995-d4c72136e940-30f6108e, #w-node-_2024c0b5-8517-a33d-d2af-b69a0854befe-30f6108f, #w-node-_7deeafb5-74b6-4b75-1e40-9c2a76ab718d-30f61090, #w-node-_56bc51d3-38cf-a3fc-b253-d355a6b93e0c-30f61091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}