@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: 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: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #132121;
  --dim-grey: #60676c;
  --primary: #121111;
  --old-lace: #fff6e8;
  --white: white;
  --dim-grey-2: #6c606033;
  --brand-one: #ffbc01;
  --brand-two: #ed60b5;
  --black-2: #10182814;
  --black: black;
  --midnight-blue: #010f34;
  --margin-bottom: 0px;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.goldkorn-web-design-system--row-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.goldkorn-web-design-system--half-star, .goldkorn-web-design-system--full-star {
  width: 16px;
  height: 16px;
}

.goldkorn-web-design-system--review-widget {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.goldkorn-web-design-system--review-link {
  color: #a6a6a6;
  text-transform: none;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.goldkorn-web-design-system--stars-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.goldkorn-web-design-system--rating-number {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

body {
  color: var(--text-dark);
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  background-color: #535353;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/quote-left-solid-1-1_1quote-left-solid 1 (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  width: 80%;
  margin: 25px auto;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--old-lace);
  object-position: 20% 50%;
}

.section.without-bottom-spacing {
  padding-bottom: 80px;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bgr {
  background-color: var(--old-lace);
  padding-bottom: 0;
}

.section.bgr:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  background-color: var(--white);
  padding-bottom: 80px;
}

.section.bgr:where(.w-variant-8a130c87-bde4-7d83-8696-144ed59ff267) {
  padding-bottom: 80px;
}

.section.free-trial {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-scottwebb-305833_1.avif');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  z-index: 2;
  flex: 1;
  align-items: flex-start;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 70px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button._100 {
  width: 100%;
}

.nav-container {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

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

.nav-dropdown-list {
  border: 1px solid var(--dim-grey-2);
  background-color: #fff;
  width: 230px;
  padding: 15px 20px;
}

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

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

.nav-dropdown-list.megamenu.w--open {
  width: 550px;
  display: flex;
  left: -194px;
}

.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 {
  color: var(--text-dark);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
  font-family: Poppins, Arial, sans-serif;
}

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

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--brand-one);
}

.nav-item-title.dark {
  color: var(--text-dark);
  font-weight: 400;
}

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

.nav-item-title.single-item {
  text-transform: none;
  padding: 32px 20px;
  font-size: 18px;
}

.nav-item-title.single-item.dark {
  font-family: Poppins, Arial, sans-serif;
}

.nav-item-title.single-item.dark:hover {
  color: var(--brand-one);
  font-family: Poppins, Arial, sans-serif;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  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-left: auto;
  margin-right: auto;
  display: block;
}

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

._404-paragraph {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

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

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

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

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

.footer {
  background-color: var(--old-lace);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer:where(.w-variant-210c6995-2204-6a57-b0ed-d4f6521c723a) {
  background-color: var(--white);
}

.footer-bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.footer-rights {
  font-size: 16px;
  font-weight: 500;
}

.footer-copyright {
  color: var(--text-dark);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: inline;
}

.footer-copyright-link {
  color: var(--text-dark);
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.process-item-wrapper {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.process-item-wrapper.reverse {
  justify-content: flex-start;
}

.process-image-wrapper {
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.process-image-wrapper.right {
  inset: 0% 0% 0% auto;
}

.process-content {
  width: 55%;
}

.process-content.reverse {
  width: 90%;
}

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

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.process-content-wrapper {
  flex-direction: row;
  align-items: center;
  width: 55%;
  display: flex;
}

.process-content-wrapper.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 61%;
}

.paragraph-large {
  font-size: 20px;
}

.career-customer-item {
  opacity: .5;
  transition: all .3s;
}

.career-customer-item:hover {
  opacity: 1;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

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

.services-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.services-item {
  box-shadow: 0 0 20px 0 var(--dim-grey-2);
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.services-item-description {
  margin-bottom: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-toggle.padding {
  border: 1px solid var(--primary);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

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

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

.accordion-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-item.mb {
  margin-bottom: 0;
}

.accordion-item.color {
  background-color: var(--old-lace);
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.accordion-icon {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title.about {
  letter-spacing: .05em;
}

.testimonials-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.pricing-item {
  background-color: var(--white);
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

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

.contacts-textarea {
  border: 1px solid #010f3433;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

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

.contacts-textarea::placeholder {
  color: var(--text-dark);
}

.contacts-input {
  background-color: var(--white);
  color: var(--text-dark);
  border: 1px solid #010f3433;
  border-radius: 10px;
  height: 65px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--text-dark);
}

.contacts-input.mb-10 {
  margin-bottom: 10px;
}

.footer-link {
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
}

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

.footer-wrapper {
  grid-column-gap: 50px;
  border-bottom: 1px solid var(--dim-grey-2);
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.maxw {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.white-text.mt-20 {
  margin-top: 20px;
}

.white-text.spacing {
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 20%;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--text-dark);
}

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

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordion-wrap-one-column {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

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

.section-with-blue-background {
  background-color: var(--primary);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

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

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

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

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

.home-banner-section {
  align-items: flex-end;
  min-height: 730px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 70px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

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

.secondary-button.blue {
  border-color: var(--primary);
  color: var(--text-dark);
}

.secondary-button.blue:hover {
  color: var(--white);
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  width: 470px;
  height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-contacts-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-form-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.home-contacts-content {
  width: 50%;
}

.navbar-absolute {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-absolute.relative {
  position: relative;
}

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

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

.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: 20px;
  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, Arial, sans-serif;
  transition: color .2s;
  display: flex;
}

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

.dropdown-nav-link.dropdown-nav-link:hover {
  font-family: Poppins, Arial, sans-serif;
}

.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 {
  align-items: center;
  display: flex;
}

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

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

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

.tablet-menu, .brand-tablet {
  display: none;
}

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

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

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

.success-message {
  background-color: var(--white);
  color: var(--primary);
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.error-message {
  color: #ac3535;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
}

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

.image-fill {
  width: 100%;
  height: 100%;
}

.image-fill.logo-nav {
  transform-style: preserve-3d;
  height: 80px;
  transition: all .4s;
}

.image-fill.logo-nav:hover {
  transform: translate(0, -4px)scale3d(1.05, 1.05, 1.05);
}

.image-fill.logo-footer {
  transform-style: preserve-3d;
  transition: all .4s;
}

.image-fill.logo-footer:hover {
  transform: scale3d(1.03, 1.03, 1.03)translate(0, -4px);
}

.banner-content {
  max-width: 650px;
}

.banner-content.home {
  max-width: 750px;
}

.block-horizontal {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-cover {
  object-fit: cover;
  object-position: 10% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.list-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.list-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.blue-block {
  background-color: #4b83c033;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.circle-absolute {
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.paragraph-with-spacing {
  margin-top: 15px;
  margin-bottom: 20px;
}

.description-image {
  background-color: var(--primary);
  padding: 10px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.counter-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.white-block {
  grid-row-gap: 10px;
  background-color: var(--brand-two);
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding: 20px 30px;
  transition: all .3s;
  display: flex;
}

.white-block:hover {
  transform: scale(1.01)translate(0, -6px);
}

.number {
  color: var(--white);
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
}

.centered-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.centered-title-wrapper.width {
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.services-list-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.services-items {
  box-shadow: 0 0 25px 0 var(--black-2);
  padding: 20px;
  display: none;
  position: relative;
}

.logo-top-block {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.image-hover {
  display: none;
  position: absolute;
  inset: 0%;
}

.logo-service {
  flex: none;
  width: 35px;
  height: 35px;
  position: relative;
}

.small-text {
  color: var(--dim-grey);
  font-size: 14px;
}

.small-text.spacing {
  margin-bottom: 10px;
}

.full-section {
  background-image: linear-gradient(#64646466, #64646466), url('../images/pexels-mart-production-7255731_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-block-image {
  width: 50%;
  height: 740px;
  position: relative;
}

.gradient-bgr {
  background-image: linear-gradient(360deg, #000000b3 23%, #fff0);
  position: absolute;
  inset: 0%;
}

.heading-absolute {
  margin-bottom: 40px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-absolute.invert {
  margin-left: 20px;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.heading-absolute.centered {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 60px 20px 0;
  display: flex;
  inset: 0%;
}

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

.contacts-image {
  height: 330px;
  overflow: hidden;
}

.inputs-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.text-spacing {
  margin-top: 20px;
  margin-bottom: 50px;
}

.title-description {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-wrapper {
  width: 100%;
}

.top-block, .bottom-block {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.testimonials-block {
  border: 1px solid var(--dim-grey-2);
  width: 100%;
  padding: 10px 20px 30px;
}

.author-top-block {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.address-header {
  grid-column-gap: 50px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.location-header.width-100 {
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.white-link {
  color: var(--white);
}

.white-link:hover {
  color: var(--brand-one);
}

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

.phone-header.width-100 {
  box-shadow: none;
}

.banner-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.maxw {
  text-transform: none;
  max-width: 400px;
}

.maxw.about {
  max-width: 550px;
}

.footer-top-wrapper {
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--dim-grey-2);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.footer-top-wrapper:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
  display: none;
}

.large-text {
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
}

.locations-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 313px;
  display: flex;
}

.social-block {
  grid-column-gap: 50px;
  display: flex;
}

.image-vector {
  width: 24px;
  display: flex;
}

.button-tablet {
  display: none;
}

.icon-header {
  flex: none;
  width: 18px;
  display: flex;
}

.section-with-spacing {
  align-items: center;
  min-height: 450px;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.section-with-spacing.blog {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner-Section_1Banner Section.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-with-spacing.pricing {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner_1.avif');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.width-100 {
  box-shadow: 0 0 20px 0 var(--dim-grey-2);
  width: 100%;
}

.maxw-heading {
  text-transform: none;
}

.block-sizing {
  flex: none;
  margin-bottom: 20px;
}

.top-block-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.right-horizontal {
  flex: 1;
  max-width: 500px;
  height: 350px;
}

.heading-left-block {
  text-transform: none;
  max-width: 600px;
  margin-top: 20px;
}

.bottom-about-block {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.blocks-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.image-about {
  flex: none;
  max-width: 450px;
  display: flex;
  position: static;
  inset: 0;
}

.text-about {
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.row-text {
  color: var(--white);
  font-size: 16px;
}

.subtitle-banner {
  max-width: 660px;
}

.icon-row {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.quantity {
  border-color: var(--dim-grey-2);
  background-color: var(--white);
  margin-bottom: 0;
}

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

.cart-button {
  background-color: #0000;
}

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

.cart-quantity {
  color: var(--primary);
  position: absolute;
  inset: -19% 9% auto auto;
}

.cart-quantity.dark {
  background-color: var(--primary);
  color: var(--white);
}

.right-cart-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.price-cart {
  color: var(--text-dark);
  font-weight: 600;
}

.remove-button {
  color: var(--text-dark);
  margin-top: 5px;
  font-size: 14px;
}

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

.total-price {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 70px;
}

.primary-gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px #9900ff26;
}

.primary-gradient-button:hover {
  opacity: .7;
}

.gradient-con {
  position: absolute;
  inset: 0%;
}

.main-product-category {
  color: #fff;
  background-image: linear-gradient(135deg, #90f 16%, #3f0efa);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
}

.main-product-category:hover {
  color: #fff;
}

.h2-shop-details {
  font-size: 35px;
}

._404-text {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 700;
  line-height: 1em;
}

.about-2-third-column {
  background-color: var(--old-lace);
  width: 33.33%;
  padding: 120px 40px 120px 30px;
}

.about-2-progress-bar-item {
  margin-bottom: 30px;
}

.list-item-circle {
  background-color: #0f5cfa;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: none;
}

.about-2-three-column-section {
  display: flex;
}

.about-2-second-column {
  background-image: url('../images/pexels-laura-tancredi-7078884_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 33.33%;
}

.about-2-first-column-list {
  background-color: var(--white);
  margin-top: 40px;
  margin-bottom: 50px;
}

.about-2-first-column {
  background-color: var(--text-dark);
  width: 33.33%;
  padding: 120px 30px 120px 40px;
}

.about-2-third-column-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

.text-white-2 {
  color: #fff;
}

.about-3-center-card-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.card-wrapper {
  margin-top: 50px;
  display: flex;
}

.about-3-card-with-image {
  background-color: #fff;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 20px #0000000f;
}

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

.about-3-center-card-with-image {
  background-color: #fff;
  width: 33.33%;
  position: relative;
  box-shadow: 0 0 20px #0000000f;
}

.about-3-card-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.about-3-card-content {
  text-align: center;
  padding: 30px 40px 40px;
}

.image-cart {
  object-fit: cover;
  flex: none;
  height: 80px;
}

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

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

.text-orange {
  color: #f69c20;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  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;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  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;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.heading {
  text-transform: none;
}

.image, .image-2, .image-3 {
  width: 18px;
  height: 18px;
}

.text-block {
  margin-bottom: 50px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.video-cover {
  object-fit: cover;
  width: 450px;
  max-width: 450px;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.heading-2, .bold-text-2, .bold-text-3, .heading-3 {
  text-transform: none;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

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

.dropdown-nav-link, .dropdown-nav-link.w--current, .dropdown-nav-link.w--current:hover {
  font-family: Poppins, Arial, sans-serif;
}

.image-5, .image-6, .image-7 {
  width: 38px;
  height: 38px;
}

.div-block-5 {
  position: relative;
}

.div-block-6 {
  background-color: #373737b3;
  position: absolute;
  inset: 0;
}

.heading-5 {
  text-transform: none;
}

.bg-overlay {
  z-index: 1;
  opacity: .38;
  background-color: #191919;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.service-hover-card {
  border-radius: 16px;
  height: 350px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.service-hover-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}

.service-hover-button {
  border: 1px solid var(--brand-two);
  color: var(--brand-two);
  background-color: #0000;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.service-hover-button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}

.text-block-2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-block-horizontal-copy {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.checkbox-field:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  margin-bottom: 0;
  padding-left: 8px;
}

.checkbox:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkbox-2:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  margin-top: 0;
}

.link:where(.w-variant-31a34618-a606-e9f3-fea5-dd8cd38dd533) {
  text-decoration: underline;
}

.div-block-7 {
  margin-bottom: 40px;
}

.utility-page-wrap-2 {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 78vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
}

._404 {
  color: #e0e6eb;
  font-size: 290px;
  line-height: 1em;
}

.page-not-found {
  color: var(--brand-one);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}

.not-found-text {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5em;
}

.mg-top-32px {
  margin-top: 32px;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #f08e29;
  border: 2px solid #f08e29;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #71706b;
  border-color: #71706b;
  transform: translate(0, -2px);
}

.button-primary.large {
  padding: 20px 36px;
  font-size: 20px;
}

.button-primary.large:hover {
  color: #fff;
}

.heading-8.break-word {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.body {
  overflow-wrap: normal;
}

.break-word {
  white-space: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
  word-wrap: normal;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }

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

  .footer {
    padding-top: 130px;
  }

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

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .footer-brand-wrapper {
    width: 100%;
    max-width: 180px;
  }

  .footer-links-wrapper {
    grid-column-gap: 50px;
    flex: 1;
    justify-content: center;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .home-contacts-wrapper {
    grid-column-gap: 60px;
  }

  .home-form-wrapper {
    width: 610px;
  }

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

  .banner-content {
    max-width: 700px;
  }

  .banner-content.home {
    max-width: 800px;
  }

  .block-horizontal {
    grid-column-gap: 100px;
  }

  .heading-absolute.centered {
    margin-top: 130px;
  }

  .location-header.width-100.footer-link, .phone-header.width-100 {
    width: auto;
  }

  .locations-block {
    order: 0;
    width: auto;
  }

  .maxw-heading {
    max-width: 500px;
  }

  .bottom-about-block {
    grid-column-gap: 100px;
  }

  .blocks-wrapper {
    grid-row-gap: 130px;
  }

  .image-about {
    max-width: 500px;
  }

  .about-2-third-column {
    padding-left: 50px;
    padding-right: 80px;
  }

  .about-2-first-column {
    padding-left: 80px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .full-block-image {
    height: 740px;
  }

  .heading-absolute.centered {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section.free-trial {
    background-position: 25%;
  }

  .home-banner-section {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 130px;
  }

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

  .large-text {
    font-size: 70px;
  }

  .about-2-third-column {
    padding-left: 80px;
    padding-right: 120px;
  }

  .about-2-progress-bar-wrapper {
    max-width: 360px;
  }

  .about-2-first-column {
    padding-left: 120px;
    padding-right: 80px;
  }

  .bold-text-4 {
    text-transform: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  .section.bgr {
    padding-bottom: 80px;
  }

  .nav-container {
    margin-top: 10px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    width: 320px;
    padding-top: 15px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-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: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .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: 10px;
    padding-bottom: 10px;
  }

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

  .footer-rights {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-item {
    width: 47.9%;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .pricing-item {
    width: 47.9%;
  }

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

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .search-section {
    margin-top: 60px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 50%;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .home-banner-section {
    padding-top: 120px;
  }

  .features-wrapper {
    width: 100%;
    height: 500px;
  }

  .home-contacts-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .home-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .home-contacts-content {
    width: 100%;
  }

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

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

  .menu-wrap {
    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 {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.invert {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .footer-rights-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .button-header {
    display: none;
  }

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

  .block-horizontal {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .counter-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .white-block {
    width: 47.9%;
  }

  .centered-title-wrapper.width {
    width: 100%;
  }

  .services-list {
    grid-template-columns: 1fr 1fr;
  }

  .services-items {
    display: block;
  }

  .full-section {
    flex-direction: column;
  }

  .full-block-image {
    width: 100%;
    height: 450px;
  }

  .heading-absolute.centered {
    margin-top: 40px;
  }

  .title-description {
    grid-column-gap: 20px;
  }

  .top-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .testimonials-block {
    width: 47.9%;
  }

  .testimonials-block.full {
    width: 100%;
  }

  .address-header {
    grid-column-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .location-header {
    grid-column-gap: 10px;
  }

  .phone-header {
    grid-column-gap: 10px;
    flex: none;
  }

  .locations-block {
    width: auto;
  }

  .social-block {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
  }

  .button-tablet {
    margin-top: 30px;
    padding-left: 20px;
    display: flex;
  }

  .section-with-spacing {
    padding-top: 120px;
  }

  .top-block-horizontal {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-horizontal {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .bottom-about-block {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .image-about {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .right-cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .about-2-third-column {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .about-2-three-column-section {
    flex-wrap: wrap;
  }

  .about-2-second-column {
    width: 50%;
  }

  .about-2-first-column {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-2-third-column-description {
    margin-bottom: 30px;
  }

  .about-3-center-card-image {
    height: 240px;
  }

  .card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-with-image.last-child {
    margin-bottom: 0;
  }

  .about-3-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .dropdown-nav-link.w--current:hover {
    font-family: Poppins, Arial, sans-serif;
  }

  .service-hover-card {
    display: none;
  }

  .top-block-horizontal-copy {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._404 {
    font-size: 250px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .primary-button.search-button {
    width: 100%;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .process-item-wrapper {
    margin-top: 30px;
    padding-left: 15px;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .process-image-wrapper {
    width: 100%;
    height: 350px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .process-content-wrapper.reverse {
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item.mb {
    margin-bottom: 30px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

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

  .pricing-item {
    width: 100%;
  }

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

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .home-banner-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .home-contacts-wrapper {
    flex-wrap: wrap;
  }

  .home-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-contacts-content {
    width: 100%;
  }

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

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .banner-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .block-horizontal {
    grid-row-gap: 30px;
  }

  .white-block {
    width: 47.2%;
  }

  .services-list-wrapper {
    margin-top: 20px;
  }

  .text-spacing {
    margin-bottom: 30px;
  }

  .title-description {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .bottom-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .testimonials-block {
    width: 100%;
  }

  .address-header {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .location-header.width-100 {
    justify-content: center;
  }

  .location-header.width-100.footer-link:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .phone-header.width-100 {
    justify-content: center;
  }

  .phone-header.width-100:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-text {
    font-size: 45px;
  }

  .locations-block {
    grid-row-gap: 10px;
    width: 100%;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-with-spacing {
    padding-top: 160px;
  }

  .section-with-spacing.blog {
    min-height: 400px;
  }

  .blocks-wrapper {
    grid-row-gap: 60px;
  }

  .rows-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  ._404-text {
    font-size: 140px;
  }

  .about-2-third-column, .about-2-first-column {
    padding: 40px 15px;
  }

  .about-3-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-3-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .dropdown-nav-link {
    font-family: Poppins, Arial, sans-serif;
  }

  .utility-page-wrap-2 {
    height: 69vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._404 {
    font-size: 190px;
  }

  .page-not-found {
    font-size: 30px;
  }

  .not-found-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 100%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link {
    font-family: Poppins, Arial, sans-serif;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .process-image-wrapper {
    height: 300px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-toggle.padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item.color {
    overflow: visible;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .footer-links-wrapper:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accordion-wrap-one-column {
    overflow: visible;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .home-banner-section {
    padding-top: 200px;
  }

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

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .image-fill {
    height: 100%;
  }

  .image-fill.logo-nav {
    background-color: color-mix(in srgb, var(--old-lace) 90%, transparent 70%);
    border-radius: 16px;
    padding: 4px 8px;
  }

  .image-fill.logo-footer {
    max-width: 280px;
  }

  .image-fill.logo-nav-mobile {
    height: 80px;
  }

  .banner-content.home {
    padding-top: 12px;
  }

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

  .white-block {
    width: 100%;
  }

  .services-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-items {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .logo-top-block {
    width: 100%;
    overflow: visible;
  }

  .small-text.spacing {
    overflow: visible;
  }

  .full-block-image {
    height: 600px;
  }

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

  .address-header {
    flex-flow: column;
    padding: 8px 15px;
  }

  .location-header {
    grid-column-gap: 10px;
    width: 100%;
    display: none;
  }

  .location-header.width-100 {
    width: 100%;
  }

  .location-header.width-100.footer-link, .location-header.width-100.footer-link:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .phone-header {
    width: 100%;
  }

  .phone-header.width-100 {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-top-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .large-text {
    width: 100%;
    font-size: 24px;
  }

  .locations-block {
    width: 90%;
  }

  .social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .social-block:where(.w-variant-50a2933a-b122-1cad-9141-04e54a23fe2a) {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .icon-header {
    width: 22px;
  }

  .top-block-horizontal {
    grid-template-columns: 1fr;
  }

  .heading-left-block {
    font-size: 32px;
  }

  .bottom-about-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .blocks-wrapper {
    width: 100%;
  }

  .description-about {
    width: 100%;
    overflow: visible;
  }

  .about-2-second-column {
    width: 100%;
    min-height: 280px;
  }

  .about-2-first-column-list {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-2-first-column {
    text-align: center;
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .video-cover {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .legal-text {
    width: 100%;
  }

  .dropdown-nav-link {
    font-family: Poppins, Arial, sans-serif;
  }

  .heading-4 {
    width: 100%;
  }

  .top-block-horizontal-copy {
    grid-template-columns: 1fr;
  }

  .list-item, .list-item-2, .list-item-3 {
    text-align: left;
  }

  .utility-page-wrap-2 {
    height: 65vh;
  }

  .utility-page-content-2 {
    align-items: center;
  }

  ._404 {
    font-size: 130px;
  }

  .page-not-found {
    font-size: 24px;
  }

  .not-found-text {
    font-size: 16px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .button-primary.large {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 38px;
  }
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-ac793438, #w-node-_625c27ee-8edd-e60b-c822-6cec5de4facc-ac793438 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-ac793438, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-ac793438, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-ac793438, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-ac793438, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-ac793438, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-ac793438, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-ac793438, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-ac793438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-d443a1d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-d443a1d6, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-d443a1d6, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-d443a1d6, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-d443a1d6, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-d443a1d6, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-d443a1d6, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-d443a1d6, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-d443a1d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-a41715c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-a41715c5, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-a41715c5, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-a41715c5, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-a41715c5, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-a41715c5, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-a41715c5, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-a41715c5, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-a41715c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-611e877f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-611e877f, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-611e877f, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-611e877f, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-611e877f, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-611e877f, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-611e877f, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-611e877f, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-611e877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-155e4235 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-155e4235, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-155e4235, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-155e4235, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-155e4235, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-155e4235, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-155e4235, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-155e4235, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-155e4235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-567a550a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-567a550a, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-567a550a, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-567a550a, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-567a550a, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-567a550a, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-567a550a, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-567a550a, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-567a550a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-45a30918 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-45a30918, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-45a30918, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-45a30918, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-45a30918, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-45a30918, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-45a30918, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-45a30918, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-45a30918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-e0b36792 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-e0b36792, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-e0b36792, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-e0b36792, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-e0b36792, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-e0b36792, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-e0b36792, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-e0b36792, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-e0b36792 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-1348495e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-1348495e, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-1348495e, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-1348495e, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-1348495e, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-1348495e, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-1348495e, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-1348495e, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-1348495e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-bde3d11d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1a0c550-f312-21c5-e342-750f3cc59840-bde3d11d, #w-node-_0f22a1e2-685b-4e05-12c8-9e0c5ca5a6e2-bde3d11d, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3a-bde3d11d, #w-node-a2674b2a-0d7c-a8da-6133-2702aeeb0f3c-bde3d11d, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eac-bde3d11d, #w-node-bc139367-3411-1805-3b9c-4e7f7aea6eae-bde3d11d, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93482-bde3d11d, #w-node-fc6aa3d6-68bb-9f1f-79ca-6fe8a0d93484-bde3d11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-ac793438, #w-node-_625c27ee-8edd-e60b-c822-6cec5de4facc-ac793438, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-d443a1d6, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-a41715c5, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-611e877f, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-155e4235, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-567a550a, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-45a30918, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-e0b36792, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-1348495e, #w-node-_5c12f0a9-72dc-6a58-c47e-d994b6c8a51c-bde3d11d {
    grid-column: span 1 / span 1;
  }
}


@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: 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: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}