:root {
  --dark: #151515;
  --grey-1: #383838;
  --main-color: #ff7b3e;
  --grey-4: #e9e9e9;
  --grey-2: #888;
  --main-color-dark: #d1612d;
  --grey-3: #d1d1d1;
  --red: #e94345;
  --white: white;
  --haze: #f6f6f6;
  --mvm-black: #333;
  --mvm-dim-grey: #676b76;
  --mvm-white-smoke: whitesmoke;
  --mvm-black-2: #020617;
  --mvm-blue: #133fe3;
  --black: black;
}

body {
  background-color: var(--dark);
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

blockquote {
  border: 1px solid var(--grey-1);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb890394bf9a3_quote-icon-white.svg");
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  font-size: 21px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.section {
  z-index: 1;
  background-color: var(--dark);
  margin-bottom: 0;
  padding: 128px 4% 0;
  position: relative;
}

.section.with-padding {
  flex-direction: row;
  padding-top: 128px;
  display: block;
}

.section.with-padding.work-had-section.work-head-section-with-ziro-button {
  padding-bottom: 0;
}

.section.with-padding.work-had-section.work-head-section-with-ziro-button.hidden {
  display: block;
}

.section.with-padding.why-coose-us {
  padding-top: 0;
}

.section.dark-mask {
  background-color: var(--dark);
  color: #fff;
  overflow: hidden;
}

.section.no-padding-top {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section.no-padding {
  padding-top: 128px;
}

.section.page-header-section {
  background-color: var(--dark);
  color: #fff;
  padding-top: 168px;
  padding-bottom: 152px;
  overflow: hidden;
}

.section.post-header-section {
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.section.footer-section {
  border-top: 1px solid var(--grey-1);
  background-color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
}

.section.work-header-section {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 168px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.mask {
  overflow: hidden;
}

.section.blog-nav-section {
  padding-bottom: 0;
}

.section.hero-v3-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.section.video-section {
  justify-content: center;
  align-items: center;
  min-height: 640px;
  margin-top: 128px;
  display: flex;
  overflow: hidden;
}

.section.our-works-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-works-padding._80-padding {
  padding-top: 80px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.wrapper.industries-padding {
  margin-bottom: 0;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin-bottom {
  max-width: 1000px;
}

.intro.wide.pd-80 {
  margin-top: 80px;
  margin-bottom: 0;
}

.text-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.text-label.hidden {
  display: none;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
  overflow: visible;
}

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

.footer-bottom {
  border-top: 1px solid var(--grey-4);
  width: 100%;
  color: var(--grey-2);
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-bottom.dark-bg {
  border-top-color: #ffffff26;
}

.brand {
  z-index: 101;
  color: #fff;
  letter-spacing: 9px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 40px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  transition: letter-spacing .6s;
  display: flex;
  position: relative;
}

.brand:hover {
  letter-spacing: 12px;
}

.page-wrapper {
  background-color: #0000;
  min-height: 100vh;
  position: relative;
}

.button {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 20px 12px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

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

.button.ghost {
  background-color: #0000;
  display: none;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.button.ghost.margin-left {
  margin-right: 16px;
  padding-right: 24px;
  display: block;
}

.button.color-1 {
  background-color: var(--main-color);
}

.button.margin-left {
  margin-left: 16px;
}

.button.small {
  height: 40px;
  padding-left: 20px;
  padding-right: 18px;
  font-size: 12px;
  line-height: 16px;
}

.button.hero-v4-left {
  background-color: #0000;
  width: 230px;
  inset: auto auto 40px 40px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.button.hero-v4-left:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff0;
}

.button.hero-v4-right {
  background-color: #0000;
  width: 230px;
  inset: auto 40px 40px auto;
  box-shadow: 0 0 0 1px #ffffff80;
}

.button.hero-v4-right:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff0;
}

.bg-image {
  z-index: 0;
  opacity: .5;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5ef6df372a2beea611337d4b_Frame%2013.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.bg-image.blog-post-image {
  opacity: .5;
  background-image: linear-gradient(#02061742, #02061742);
  height: 160%;
}

.bg-image.header-image-1 {
  opacity: .4;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb84dce4bf9ee_samuel-zeller-34751-unsplash.avif");
  background-size: cover;
  height: 160%;
}

.bg-image.work-header-image {
  opacity: .6;
  background-image: none;
  height: 160%;
  overflow: visible;
}

.bg-image._3 {
  opacity: .4;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9e7df0b773a4d2189c488_company%20office_%202000.webp");
  background-position: 0 0, 50%;
  background-clip: border-box;
  height: 100vh;
}

.bg-image._4 {
  opacity: .8;
  background-image: none;
}

.bg-image.header-image-3 {
  opacity: .45;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8457b4bfa1c_brooke-cagle-1181683-unsplash.avif");
  background-position: 50%;
  background-size: cover;
  height: 160%;
}

.bg-image._7 {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8457b4bfa1c_brooke-cagle-1181683-unsplash.avif");
}

.bg-image._5 {
  opacity: .6;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb884a74bfa1b_luca-bravo-1202673-unsplash.avif");
}

.bg-image.header-image-4 {
  opacity: .35;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb828374bfa3a_emily-karakis-1373701-unsplash.avif");
  background-position: 50%;
  height: 160%;
}

.bg-image.header-image-6 {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8ee654bfa3c_christian-lambert-1532785-unsplash.avif");
  background-position: 50% 70%;
  height: 160%;
}

.bg-image.logistics-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1d4eb40a787c6e23aa_truck%20on%20the%20road%20_%20original.webp");
}

.bg-image.fitness-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5eb794d907435610eef84155_rope-jumping-ropes-human-training.avif");
  height: 100%;
}

.bg-image.realestate-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5f1edc1c9c78143419b912f3_Real%20Estate%20%26%20Construction%20Software%20Development%20Header%20.avif");
}

.bg-image.retail-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5f1ede8aad023de849946e8b_E-commerce%20%26%20Retail%20header.avif");
}

.bg-image.t-h-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/606d5856f089bb4edfc9d57c_louis-magnotti-YvCg5X3pWzc-unsplash%20(1).avif");
}

.bg-image.fitness-bg {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5eb794d907435610eef84155_rope-jumping-ropes-human-training.avif");
}

.bg-image.taxi-header-bg {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/628a445a5bc334f3d65dbf56_kai-pilger-3NMsCQr5m2g-unsplash%20(1).avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.tms {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/62f1215438e3e411ff1c87c9_main2022.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.header-image-5.software_dev_style, .bg-image.header-image-5.software_dev_style-copy {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5f99e2f02469ae021d09057f_web%20development.avif");
}

.bg-image.visioncraft-ai-bg {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/65da592da61580e816b3481e_VisionCraft.AI.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.e-commerce-header-bg {
  background-image: none;
}

.bg-image.header-image-5.webapplicationdevelopemnt_style {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5f99e2f02469ae021d09057f_web%20development.avif");
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.header-image-5.mobile-application-development_style-copy {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5fa7ef7a79f25b1801d795e7_software%20developer.avif");
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.header-image-5.ux-ui {
  background-image: linear-gradient(#02061742, #02061742), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/6015d786eaca0a86775fb270_tirza-van-dijk.avif");
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.header-image-5.product_style {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5fa7ef7a79f25b1801d795e7_software%20developer.avif");
}

.bg-image.header-image-5.dedicated-team {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/6124c47f95446b8d2a7b6327_1621026016453.avif");
}

.bg-image.header-image-5.qa {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5fa7ef7a79f25b1801d795e7_software%20developer.avif");
}

.bg-image.header-image-5.freight-forwarding-software-development_style {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/61706b1214957e76b2b49acb_johan-taljaard-csrScXTXdug-unsplash%20(1).avif");
  background-position: 50% 100%;
}

.bg-image.header-image-5 {
  opacity: .7;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8a9d24bfa40_room-5LRUg3IwNpI-unsplash.avif");
  background-position: 50% 80%;
  height: 160%;
}

.bg-image.header-image-5.software_dev_style, .bg-image.header-image-5.software_dev_style-copy {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5f99e2f02469ae021d09057f_web%20development.avif");
}

.hidden {
  display: block;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 5px 0 10px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .6s, background-color .6s;
}

.input:hover {
  border-color: var(--grey-3);
}

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

.input::placeholder {
  color: #fff;
}

.input.search-input {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8e8804bf972_search-icon-white.svg");
  background-position: 4px 42%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin: 0;
  padding-left: 44px;
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-success {
  background-color: #0000;
  padding: 16px;
}

.form-error {
  color: var(--red);
  background-color: #0000;
  margin-top: 16px;
  padding: 8px 0;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-buttons.nav-menu-social {
  position: absolute;
  inset: auto auto 40px 0;
}

.social-buttons.right {
  justify-content: flex-end;
}

.social-buttons.nav-menu-social-v2 {
  inset: auto auto 40px 0;
  display: none;
  position: absolute;
  inset: auto auto 40px 0;
}

.divider {
  background-color: var(--main-color);
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider.color {
  background-color: var(--main-color);
}

.cta-message {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.cta-message.big {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.testimonials-v2 {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-v2-nav {
  text-align: center;
  padding-top: 12px;
  font-size: 7px;
  bottom: -64px;
  left: 0;
  right: 0;
}

.testimonials-v2-slide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer-v1 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-bottom-divider {
  background-color: var(--grey-4);
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.footer-bottom-divider.dark-bg {
  background-color: var(--grey-2);
  background-color: var(--grey-2);
}

.footer-bottom-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-v1 {
  border: 1px solid var(--grey-1);
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 184px 80px 64px;
  display: flex;
  position: relative;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials-v2-button {
  opacity: 1;
  width: 60px;
  height: 60px;
  color: var(--dark);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  font-size: 24px;
  transition: color .4s, transform .15s, background-color .4s;
  display: flex;
  top: -16px;
  right: -76px;
}

.testimonials-v2-button:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.testimonials-v2-button:active {
  transform: scale(.9);
}

.testimonials-v2-button.left {
  left: -76px;
  right: auto;
}

.testimonials-v2-button.left.hidden {
  display: block;
}

.form-columns {
  margin-left: -10px;
  margin-right: -10px;
}

.menu-icon-line-top {
  background-color: #fff;
  height: 2px;
  margin-bottom: 6px;
}

.menu-icon-line-bottom {
  background-color: #fff;
  height: 2px;
}

.footer-v1-social {
  background-color: var(--dark);
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.contact-v1-form {
  flex: 1;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.logo-description {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  border-left: 1px solid #ffffff4d;
  margin-left: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 9px;
  line-height: 16px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 15px;
  display: flex;
  position: relative;
}

.breadcrumbs-divider {
  background-color: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 4px;
  margin-right: 4px;
}

.nav-bar-info {
  z-index: 101;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.circle-icon {
  z-index: 2;
  width: 24px;
  position: relative;
}

.accordion-info {
  height: auto;
  padding-left: 72px;
}

.contact-social {
  border: 1px solid var(--grey-1);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
  overflow: hidden;
}

.contact-social-link {
  z-index: 1;
  width: 120px;
  box-shadow: 0 1px 0 0 var(--grey-1);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: background-color .6s;
  display: flex;
}

.contact-social-link:hover {
  z-index: 0;
  background-color: #ffffff0a;
  position: relative;
}

.nav-link-content {
  padding-left: 8px;
  padding-right: 4px;
  display: inline-block;
  position: relative;
}

.contact-social-icon {
  width: 32px;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.back-to-top, .top {
  height: 0;
}

.top-button {
  z-index: 100;
  background-color: var(--grey-1);
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb802184bf99e_up-icon-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  transition: background-color .6s;
  position: fixed;
  inset: auto 20px 20px auto;
}

.top-button:hover {
  background-color: var(--main-color);
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-left.sticky {
  position: sticky;
  top: 144px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.process {
  perspective: 600px;
  padding-bottom: 1px;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px 12px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button-2:hover {
  background-color: #d1612d;
}

.button-2.send-icon-button {
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8c2934bf7cb_paperplane-icon-white.svg");
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0;
  flex: none;
  width: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.button-2.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-2.ghost.small {
  padding-left: 27px;
  padding-right: 27px;
}

.button-2.ghost {
  background-color: #0000;
  display: block;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-2.ghost:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.breadcrumbs-2 {
  z-index: 1;
  background-color: #151515;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 34px;
  display: flex;
}

.social-button-2 {
  border: 1px solid #383838;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-button-2:hover {
  background-color: #ff7b3e;
  border-color: #0000;
}

.link-highlight-2 {
  z-index: 1;
  background-color: #ff7b3e;
  width: 12px;
  height: 2px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-link-2 {
  color: #fff;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #15151500;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 4px 4px 3px 6px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link-2:hover {
  background-color: #ff7b3e;
}

.page-link-2.current:hover {
  color: #151515;
  background-color: #fff;
}

.plus-icon-2 {
  object-fit: contain;
  border: 1px solid #383838;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.accordion-text-2 {
  color: #d1d1d1;
  padding-bottom: 32px;
}

.text-block-3 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  line-height: 64px;
}

.text-block-4 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.divider-2 {
  background-color: #ff7b3e;
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider-2.color {
  background-color: #ff7b3e;
}

.tooltip-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #151515;
  border: 1px solid #383838;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tooltip-2.page-link-tooltip {
  align-items: center;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
  bottom: auto;
  left: 100%;
}

.text-grey-3 {
  color: #d1d1d1;
  display: block;
}

.footer {
  background-color: var(--dark);
  text-align: center;
  border-top: 1px solid #383838;
  align-items: flex-start;
  margin-top: 30px;
  padding: 60px 4% 40px;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-link.gray-footer {
  color: #d1d1d1;
  font-size: 15px;
  transition: color .3s;
}

.footer-link.gray-footer:hover {
  color: #ff7b3e;
  text-decoration: none;
}

.footer-v2 {
  text-align: left;
  align-self: flex-start;
  display: flex;
}

.div-block-3 {
  padding-right: 50px;
}

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

.adress {
  align-self: flex-start;
  width: auto;
  font-size: 12px;
  line-height: 20px;
}

.faq {
  z-index: 1;
  background-color: #151515;
  padding: 128px 4%;
  position: relative;
}

.faq.no-padding-bottom {
  padding-bottom: 32px;
}

.faq.hidden-section {
  display: none;
}

.faq._0-pd {
  padding-bottom: 0;
}

.h2-accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.answer-faq-rich-text p {
  color: var(--grey-3);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
}

.answer-faq-rich-text blockquote {
  border-width: 0 0 0 3px;
  border-left-color: var(--main-color);
  text-align: left;
  background-image: none;
  border-radius: 1.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 55px;
}

.answer-faq-rich-text a {
  color: #ff7b3e;
  text-decoration: none;
  transition: color .15s;
}

.answer-faq-rich-text a:hover {
  text-decoration: underline;
}

.answer-faq-rich-text blockquote {
  text-align: left;
  background-image: none;
  border-width: 0 0 0 3px;
  border-left-color: #ff7b3e;
  border-radius: 1.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 55px;
}

.answer-faq-rich-text p {
  color: #d1d1d1;
  margin-bottom: 32px;
  margin-left: 0;
  font-size: 16px;
  line-height: 32px;
}

.section-4 {
  z-index: 1;
  background-color: #151515;
  padding: 128px 4% 0;
  position: relative;
}

.section-4.page-header-section {
  color: #fff;
  background-color: #151515;
  padding-top: 168px;
  padding-bottom: 152px;
  overflow: hidden;
}

.first-letter-2 {
  float: left;
  color: #ff7b3e;
  margin-top: 0;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 54px;
  line-height: 40px;
}

.web_service_section1 {
  z-index: 1;
  background-color: #151515;
  padding: 128px 4% 0;
  position: relative;
}

.web_service_section1.hidden-section {
  display: none;
}

.web_service_section2 {
  z-index: 1;
  background-color: #151515;
  margin-bottom: 0;
  padding: 128px 4% 32px;
  position: relative;
}

.web_service_section2.hidden-section {
  display: none;
}

.h3_technology {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.h3_technology.expertise {
  text-transform: capitalize;
}

.nav-dropdown-link-v2 {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.nav-dropdown-link-v2:hover {
  color: #ff7b3e;
}

.nav-dropdown-link-v2.w--current {
  color: #fff;
}

.nav-dropdown-list-v2.w--open {
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin-left: -4px;
  padding: 4px;
}

.menu-button-v2 {
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.menu-button-v2.w--open {
  background-color: #0000;
}

.nav-bar-2 {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 112px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-v2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .6s;
  position: relative;
  overflow: hidden;
}

.nav-link-v2:hover {
  color: #ff7b3e;
}

.nav-link-v2.w--current {
  color: #fff;
}

.nav-link-v2.w--current:hover {
  color: #ff7b3e;
}

.nav-link-v2.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.nav-dropdown-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-menu-links-v2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-v2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.navigation-v2 {
  z-index: 10;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.text-block-40 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
}

.footer-all-services {
  color: #d1d1d1;
  text-align: left;
  background-color: #0000;
  border-width: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-all-services:hover {
  color: #ff7b3e;
}

.footer-all-services.w--current {
  color: #fff;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 20px;
  margin-right: 60px;
  padding: 12px 20px 12px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button-3:hover {
  background-color: #d1612d;
}

.button-3.ghost {
  background-color: #0000;
  display: none;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-3.ghost:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.faq-dropdown-item {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--grey-1) var(--grey-2);
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.faq-dropdown-header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.faq-dropdown--answer {
  height: auto;
  padding-left: 72px;
}

.faq-dropdown-button {
  border: 1px solid #383838;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.heading-4 {
  text-transform: none;
  flex: 1;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 38px;
  line-height: 48px;
}

.contacts-in-contact-form {
  color: #d1d1d1;
  min-height: auto;
  margin-bottom: 74px;
}

.contacts-in-contact-form.second {
  margin-bottom: 10px;
}

.faq-dropdown-item-2 {
  cursor: pointer;
  border: 1px solid #383838;
  border-left: 1px #888;
  border-right: 1px #888;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.call-to-action-services {
  z-index: 1;
  background-color: #151515;
  margin-bottom: 0;
  padding: 128px 4% 0;
  position: relative;
}

.call-to-action-services.dark-mask {
  color: #fff;
  background-color: #151515;
  overflow: hidden;
}

.call-to-action-services.dark-mask.no-padding-vertical {
  padding-top: 0;
}

.mobile-app-servicess {
  z-index: 0;
  opacity: .5;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5ef6df372a2beea611337d4b_Frame%2013.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.mobile-app-servicess.logistics-get-in-touch {
  opacity: .8;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/60f336d7238e4767e420a53a_mobile-app.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mobile-app-servicess.product-get-in-touch {
  opacity: .8;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/60168300fefb7bb7d70d085b_jonas-leupe.avif");
  background-position: 50%;
  background-size: cover;
}

.mobile-app-servicess.dedicated-team-get-in-touch-copy {
  opacity: .8;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/6124c50d6e8fe24291210c69_pexels-fauxels-3183186%20(1).avif");
  background-position: 50%;
  background-size: cover;
}

.mobile-app-servicess.qa-get-in-touch-copy-copy {
  opacity: .8;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/601682ff7cad09e6c90ada8b_leupe.avif");
  background-position: 50%;
  background-size: cover;
}

.mobile-app-servicess.freight-forwarding-bg {
  opacity: .8;
  opacity: .8;
  background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/61744943266d4ab7290ce0b3_timelab-pro-sWOvgOOFk1g-unsplash%20(1).avif");
  background-position: 50%;
  background-size: cover;
}

.client-success-section {
  padding: 128px 4% 37px;
}

.client-success-section.hidden {
  padding-top: 128px;
  display: block;
}

.client-success-section.hidden.hidden-section {
  display: none;
}

.testimonials-v2-button.hidden {
  display: block;
}

.grid-freight-forwarding {
  border: 1px #000;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.freight-forwarding {
  border: 1px #000;
}

.freight-forwarding-header {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.for-any-type-of-shipments {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 1px;
  display: flex;
}

.type-of-shipments {
  color: #fff;
  text-align: center;
  border: 1px solid #151515;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 64px 4%;
  text-decoration: none;
  transition: border-color .6s;
  display: flex;
}

.type-of-shipments:hover {
  z-index: 1;
  border-color: #383838;
  position: relative;
}

.type-of-shipments-icon {
  z-index: 1;
  flex: none;
  width: 72px;
  margin-bottom: 24px;
  position: relative;
}

.type-of-shipments-test {
  color: #d1d1d1;
}

.heading-13 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}

.freight-forwarding-advantages {
  z-index: 1;
  background-color: #151515;
  margin-bottom: 0;
  padding: 128px 4% 32px;
  position: relative;
}

.contact-us-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: relative;
}

.cta-text-small {
  color: #888;
  width: 100%;
  margin-top: 24px;
  font-size: 10px;
  line-height: 16px;
}

.cta-link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.cta-link-white:hover {
  color: #ff7b3e;
}

.get-page-url {
  display: none;
}

.wrapper-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.wrapper-3.industries-padding {
  margin-bottom: 0;
}

.wrapper-3.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.divider-4 {
  background-color: #ff7b3e;
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider-4.color {
  background-color: #ff7b3e;
}

.div-block-41 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.drop-down-p-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.drop-down-h {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 40px;
}

.link-4 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #ffffff4d;
}

.div-block-42 {
  width: 40%;
  margin-left: 30px;
}

.heading-23 {
  margin-top: 25px;
}

.testimonials-v2-button-2 {
  opacity: 1;
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  font-size: 24px;
  transition: color .4s, transform .15s, background-color .4s;
  display: flex;
  top: -16px;
  right: -76px;
}

.testimonials-v2-button-2:hover {
  color: #fff;
  background-color: #ff7b3e;
}

.testimonials-v2-button-2:active {
  transform: scale(.9);
}

.testimonials-v2-button-2.left {
  left: -76px;
  right: auto;
}

.testimonials-v2-button-2.left.hidden {
  display: block;
}

.image-9 {
  width: 50%;
}

.image-9.x-logistics, .image-9.project-one, .image-9.patient-management-system, .image-9.godrive, .image-9.manna, .image-9.ctfix, .image-9.x-logistics, .image-9.project-one {
  width: 60%;
}

.success-client-item-2 {
  background-color: #151515;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.sub-title {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.sub-title.hidden {
  display: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  display: none;
  position: relative;
}

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

@media screen and (min-width: 1920px) {
  .section.with-padding, .section.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .section.with-padding, .section.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .section.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .section.with-padding.work-had-section.work-head-section-with-ziro-button {
    padding-bottom: 0;
  }

  .wrapper {
    padding-top: 0;
  }

  .bg-image.logistics-bg, .bg-image.e-commerce-header-bg {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1d4eb40a787c6e23aa_truck%20on%20the%20road%20_%20original.webp");
  }

  .bg-image.work-header-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    align-self: auto;
  }

  .bg-image.logistics-bg, .bg-image.e-commerce-header-bg {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1d4eb40a787c6e23aa_truck%20on%20the%20road%20_%20original.webp");
  }

  .side-blocks.mobile-reverse {
    display: flex;
  }

  .side-block.small-padding-side {
    margin-top: 0;
  }

  .footer-v1 {
    justify-content: space-between;
  }

  .footer-v1-social {
    order: 1;
    justify-content: flex-end;
  }

  .client-logo {
    height: 38%;
  }

  .section-2.no-padding-vertical {
    text-align: left;
    text-align: left;
  }

  .post-v3-2 {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    padding: 40px 8%;
    overflow: hidden;
  }

  .footer-v2 {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    display: flex;
  }

  .div-block-3 {
    text-align: left;
    padding-right: 50px;
  }

  .main-services-section.with-padding {
    padding-bottom: 128px;
  }

  .sub-services {
    padding-bottom: 0;
  }

  .software_dev_wrapper {
    padding-top: 0;
  }

  .software_dev_bg-image._4 {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5ffad635b89b336c5a9b232e_MacBook%20Pro%20.avif");
    background-position: 50% 30%;
  }

  .drop_down_complex_text {
    position: static;
  }

  .main-services-section-on-main-page-section.with-padding {
    padding-bottom: 128px;
  }

  .industries-card {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    padding: 40px 8%;
    overflow: hidden;
  }

  .industries-card-info {
    flex: 0 auto;
    align-items: flex-end;
    display: block;
  }

  .industries-bg {
    opacity: .6;
  }

  .our-works-in-main-page.with-padding {
    padding-bottom: 128px;
  }

  .it-services-cad-info {
    flex: 0 auto;
    align-items: flex-end;
    display: block;
  }

  .services-bg {
    opacity: .6;
  }

  .service-short-text {
    min-height: auto;
  }

  .map-container {
    padding-top: 0;
  }

  .map {
    margin-left: 33px;
  }

  .map_state.usa {
    margin-left: 0;
  }

  .map_state.russia {
    margin-left: 24em;
  }

  .map_state.oman {
    margin-left: 29.9em;
  }

  .map_state.germany {
    margin-left: 22.5em;
  }

  .map_state.tukey {
    margin-left: 25.6em;
  }

  .map_state.uk {
    margin-top: 3.2em;
    margin-left: 20.6em;
  }

  .works-section.work-section-no-pading {
    text-align: left;
    text-align: left;
  }

  .works-wrapper {
    padding-top: 0;
  }

  .works-link-block {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    padding: 40px 8%;
    overflow: hidden;
  }

  .testimonials-v2-button.hidden {
    display: block;
  }

  .div-block-26 {
    width: 40%;
  }

  .image-6.project-one {
    width: 60%;
  }

  .wrapper-slider {
    padding-top: 0;
  }

  .main-services-section-2.with-padding {
    padding-bottom: 128px;
  }

  .wrapper-3 {
    padding-top: 0;
  }

  .section-11.with-padding {
    padding-bottom: 128px;
  }

  .div-block-42 {
    width: 40%;
  }

  .image-9.project-one {
    width: 60%;
  }

  .experiance-counter, .wrapper-3-copy {
    padding-top: 0;
  }

  .approach-sevtion.with-padding, .approach-sevtion.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .approach-sevtion.with-padding, .approach-sevtion.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .approach-sevtion.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .approach-sevtion.with-padding.work-had-section.work-head-section-with-ziro-button {
    padding-bottom: 0;
  }

  .why-choose-us.with-padding, .why-choose-us.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .why-choose-us.with-padding, .why-choose-us.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .why-choose-us.with-padding.work-had-section {
    padding-bottom: 128px;
  }

  .why-choose-us.with-padding.work-had-section.work-head-section-with-ziro-button {
    padding-bottom: 0;
  }

  .image-10.project-one {
    width: 60%;
  }

  .div-block-43 {
    text-align: left;
    padding-right: 50px;
  }

  .footer-v1-social-2 {
    order: 1;
    justify-content: flex-end;
  }

  .testimonials-v2-button-4.hidden {
    display: block;
  }

  .div-block-45 {
    width: 40%;
  }

  .main-services-section-3.with-padding {
    padding-bottom: 128px;
  }

  .enterprise-software-development-services-bg.work-header-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    align-self: auto;
  }
}

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

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.post-header-section {
    min-height: 520px;
  }

  .section.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 0;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.video-section {
    min-height: 60vw;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 8px;
  }

  .tooltip {
    display: none;
  }

  .button.hero-v4-left {
    width: 170px;
    bottom: 32px;
    left: 32px;
  }

  .button.hero-v4-right {
    width: 170px;
    bottom: 32px;
    right: 32px;
  }

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

  .nav-dropdown-list.w--open {
    flex-wrap: wrap;
  }

  .nav-link {
    font-size: 40px;
    line-height: 56px;
  }

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

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    background-color: var(--dark);
    border-top: 1px solid #161a251a;
    height: 80px;
    padding-right: 0;
    position: sticky;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .navigation {
    padding-right: 8px;
  }

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

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

  .nav-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bg-image._3 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9e7dbb4b39138e05105df_company%20office_%201600.webp");
  }

  .bg-image.logistics-bg {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1df2389076b0ccedf2_truck%20on%20the%20road_1600.webp");
  }

  .bg-image.e-commerce-header-bg {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/66d1cca269297bb18b6390d8_freepik-export-20240830134301tOTJ.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .breadcrumbs {
    padding: 16px 18px;
  }

  .blog-sides {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-sidebar {
    width: 100%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-side-posts {
    flex: 0 auto;
    width: 100%;
    padding-right: 0;
  }

  .input.search-input {
    margin: 0;
  }

  .blog-category-link {
    margin-right: 32px;
    padding-top: 24px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .social-buttons.nav-menu-social {
    bottom: 32px;
  }

  .social-buttons.nav-menu-social-v2 {
    display: flex;
    bottom: 32px;
  }

  .divider {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 80px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-block.small-padding-side {
    order: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.small-padding-side {
    order: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-block.no-padding-left {
    order: 1;
    padding-left: 12%;
  }

  .side-block.small-padding-side {
    order: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.industries-text-left {
    order: 1;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.industries-text-right {
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 12%;
  }

  .side-block.small-padding-side {
    order: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counter {
    padding: 40px 8px;
  }

  .counter-number {
    font-size: 48px;
    line-height: 64px;
  }

  .cta-message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }

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

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .instagram-photo-link {
    flex: 15%;
    width: 25%;
    margin: 4px;
  }

  .features-v2 {
    width: 100%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 5%;
  }

  .feature-v1 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1:hover {
    border-color: #0000;
  }

  .side-info {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    margin-bottom: 56px;
  }

  .tab-link {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonials-v2 {
    max-width: 94vw;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1 {
    flex-wrap: wrap;
    display: block;
  }

  .footer-v1-nav {
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-v1-link {
    margin-left: 0;
    margin-right: 32px;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .contact-v1 {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
    padding: 64px 64px 24vw;
  }

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .search {
    margin-bottom: 0;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .side-input-wrapper-50 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 3%;
    margin-right: 3%;
  }

  .blog-post-text h2 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .blog-post-text h1 {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post-text h3 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .blog-post-text blockquote {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 3%;
    margin-right: 3%;
  }

  .blog-post-text blockquote {
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 36px;
  }

  .blog-post-text p {
    margin-left: 3%;
    margin-right: 3%;
  }

  .blog-post {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
    top: 0;
  }

  .coming-soon {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-v4 {
    width: 50%;
    padding-left: 2%;
    padding-right: 5%;
  }

  .testimonials-arrow {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .sidebar-card.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 232px;
  }

  .sidebar-slider {
    flex-direction: column;
    height: 448px;
    display: flex;
  }

  .post-top-info {
    margin-left: 3%;
    margin-right: 3%;
  }

  .testimonials-v2-button {
    width: 52px;
    height: 52px;
    font-size: 20px;
    right: 0;
  }

  .testimonials-v2-button:hover {
    color: var(--dark);
    background-color: #fff;
  }

  .testimonials-v2-button.left {
    left: 0;
  }

  .testimonials-v2-button.left.hidden {
    display: none;
  }

  .vertical-info-left {
    font-size: 10px;
    left: -225px;
  }

  .features {
    grid-template-rows: auto auto auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .engage-newsletter {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 8%;
    padding-right: 8%;
  }

  .join-form {
    width: 320px;
  }

  .post-first-letter {
    margin-left: 12%;
  }

  .work-v1 {
    margin-bottom: 16px;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .work-details {
    width: 36%;
    padding: 48px 48px 24px;
  }

  .work-details-text {
    font-size: 20px;
    line-height: 28px;
  }

  .work-nav-button {
    width: 120px;
    min-height: 120px;
  }

  .work-nav-info {
    width: auto;
    max-width: none;
  }

  .work-nav-arrow {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-search-button {
    color: #0000;
    width: 48px;
    padding: 12px;
  }

  .footer-v1-social {
    flex: 1;
    justify-content: center;
    width: 100%;
  }

  .footer-v1-contacts {
    flex: 1;
    width: 25%;
  }

  .testimonial-v1-text {
    margin-top: 16px;
    font-size: 25px;
    line-height: 40px;
  }

  .testimonial-v1-avatar {
    width: 88px;
    height: 88px;
  }

  .testimonial-v1-bg {
    width: 400px;
    height: 400px;
  }

  .testimonial-v1 {
    width: 80%;
    max-width: none;
    height: 440px;
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v4-slide {
    margin-top: auto;
    top: 0;
    bottom: 0;
  }

  .hero-v4-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-v4-heading.margin-big {
    margin-bottom: 24px;
  }

  .team-member {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-v1-form {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v1-info {
    width: auto;
    padding: 0 55px 64px 8px;
  }

  .post-slide {
    flex-direction: column-reverse;
    width: 46vw;
  }

  .post-slider {
    width: 50vw;
    height: 60vw;
  }

  .post-slider-button {
    margin-bottom: 56px;
    left: 66px;
  }

  .feature-icon {
    width: 56px;
  }

  .post-slider-info {
    width: 46vw;
    padding-top: 56px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .page-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-heading-symbol {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-nav-bar {
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v1 {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-v1-thumb {
    width: 32vw;
    max-width: none;
    height: 32vw;
  }

  .nav-bar-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-bar-contacts {
    padding-left: 24px;
    padding-right: 24px;
  }

  .circle-button.masonry-work-button {
    display: none;
  }

  .circle-button.hero-v3-showreel {
    width: 80px;
    height: 80px;
  }

  .portfolio-button {
    margin: 20px;
    position: fixed;
  }

  .instagram-info {
    flex: 90%;
    width: 50%;
    margin: 4px;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .instagram-icon {
    width: 30vw;
  }

  .blog-intro {
    text-align: center;
    align-items: center;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
  }

  .blog-intro.sticky {
    position: static;
  }

  .engage {
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
  }

  .big-quote {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 32px;
    line-height: 48px;
  }

  .feature-circle {
    display: none;
  }

  .client-logo {
    height: 60%;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .scroll-link {
    display: none;
  }

  .contact-social {
    flex-direction: row;
    width: auto;
    position: absolute;
    inset: auto -1px -1px;
  }

  .contact-social-link {
    width: auto;
    height: 15vw;
    box-shadow: 1px 0 0 0 var(--grey-1);
    flex: 1;
  }

  .cta-icon {
    width: 56px;
  }

  .testimonials-v1-button {
    right: 0;
  }

  .testimonials-v1-button:hover {
    background-color: #fff;
  }

  .testimonials-v1-button.left {
    left: 8px;
  }

  .testimonials-v1-button.right {
    right: 8px;
  }

  .work-intro {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-card-v3 {
    padding: 8px;
  }

  .engage-social {
    border-top: 1px solid var(--grey-1);
    border-left-style: none;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-social-icon {
    width: 28px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .blog-search-input {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/5e233dd1daefb8e8804bf972_search-icon-white.svg");
    background-position: 17px;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 0;
    width: 60px;
    padding-left: 60px;
  }

  .blog-search-input:hover {
    width: 270px;
  }

  .blog-search-input::placeholder {
    color: #0000;
  }

  .blog-search-button {
    display: none;
  }

  .top-button {
    bottom: 12px;
    right: 12px;
  }

  .flex-left.sticky {
    position: static;
  }

  .loading-icon {
    width: 36px;
  }

  .process {
    margin-left: 0;
    margin-right: 0;
  }

  .centered-content-box {
    min-height: 60vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-2 {
    padding: 80px 8px;
  }

  .section-2.page-header-section {
    min-height: 520px;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .breadcrumbs-2 {
    padding: 16px 18px;
  }

  .plus-icon-2 {
    margin-right: 16px;
  }

  .divider-2 {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tooltip-2 {
    display: none;
  }

  .post-v3-2 {
    height: 54vw;
  }

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

  .grid {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: auto;
  }

  .news-first-letter {
    margin-left: 12%;
  }

  .news-post {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
    top: 0;
  }

  .news-sides {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .adress {
    flex: 1;
    width: 100%;
  }

  .feature-v1-2 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1-2:hover {
    border-color: #0000;
  }

  .main-services-section, .section-2-copy, .news-section, .faq {
    padding: 80px 8px;
  }

  .faq-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sub-services {
    padding: 80px 8px;
  }

  .sub-services-features {
    width: 100%;
  }

  .sub-services-feature-v2 {
    width: 50%;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 5%;
  }

  .answer-faq-rich-text p, .answer-faq-rich-text h2, .answer-faq-rich-text h1, .answer-faq-rich-text h3, .answer-faq-rich-text blockquote, .answer-faq-rich-text h4, .answer-faq-rich-text h5, .answer-faq-rich-text ul, .answer-faq-rich-text h6, .answer-faq-rich-text ol, .answer-faq-rich-text blockquote, .answer-faq-rich-text p, .answer-faq-rich-text h2, .answer-faq-rich-text h1, .answer-faq-rich-text h3, .answer-faq-rich-text blockquote, .answer-faq-rich-text h4, .answer-faq-rich-text h5, .answer-faq-rich-text ul, .answer-faq-rich-text h6, .answer-faq-rich-text ol, .answer-faq-rich-text blockquote {
    margin-left: 12%;
    margin-right: 12%;
  }

  .section-4 {
    padding: 80px 8px;
  }

  .section-4.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .web_service_section1, .web_service_section2, .web_service_section3 {
    padding: 80px 8px;
  }

  .post-v1-thumb-2 {
    width: 32vw;
    max-width: none;
    height: 32vw;
  }

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

  .nav-dropdown-link-v2 {
    padding: 12px 16px;
  }

  .nav-dropdown-link-v2:hover, .nav-dropdown-link-v2:visited {
    color: #fff;
  }

  .nav-dropdown-link-v2.w--current {
    color: #ffffff80;
  }

  .nav-dropdown-list-v2.w--open {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .menu-button-v2 {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button-v2.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .nav-bar-2 {
    background-color: #151515;
    border-top: 1px solid #161a251a;
    height: 80px;
    padding-right: 0;
    position: sticky;
  }

  .nav-link-v2 {
    letter-spacing: .7vh;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    font-size: 40px;
    line-height: 56px;
    display: block;
  }

  .nav-link-v2:hover, .nav-link-v2.w--current, .nav-link-v2.w--current:hover {
    color: #fff;
  }

  .nav-link-v2.w--open {
    box-shadow: none;
  }

  .nav-menu-links-v2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding-bottom: 120px;
    display: flex;
    position: relative;
  }

  .nav-menu-v2 {
    background-color: #151515;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    padding-top: 112px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navigation-v2 {
    padding-right: 8px;
  }

  .software_dev_intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .drop_down_complex_text {
    text-align: left;
    position: static;
  }

  .drop_down_complex_text p, .drop_down_complex_text h2, .drop_down_complex_text h1, .drop_down_complex_text h3, .drop_down_complex_text blockquote, .drop_down_complex_text h4, .drop_down_complex_text h5, .drop_down_complex_text ul, .drop_down_complex_text h6, .drop_down_complex_text ol, .drop_down_complex_text blockquote, .drop_down_complex_text p, .drop_down_complex_text h2, .drop_down_complex_text h1, .drop_down_complex_text h3, .drop_down_complex_text blockquote, .drop_down_complex_text h4, .drop_down_complex_text h5, .drop_down_complex_text ul, .drop_down_complex_text h6, .drop_down_complex_text ol, .drop_down_complex_text blockquote {
    margin-left: 12%;
    margin-right: 12%;
  }

  .see-all {
    padding: 12px 16px;
  }

  .see-all:hover, .see-all:visited {
    color: #fff;
  }

  .see-all.w--current {
    color: #ffffff80;
  }

  .section-6 {
    padding: 80px 8px;
  }

  .section-6.dark-mask.no-padding-vertical {
    padding-bottom: 0;
  }

  .section-6.dark-mask.no-padding-vertical._128px-padding-top {
    margin-top: 80px;
  }

  .who-we-are-text {
    width: 100%;
  }

  .bg-text-wrapper-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-services-section-on-main-page-section {
    padding: 80px 8px;
  }

  .main-services-section-on-main-page-section.with-padding {
    padding-top: 80px;
  }

  .industries-card {
    height: 54vw;
  }

  .industries-card-info {
    width: 75%;
  }

  .our-works-in-main-page {
    padding: 80px 8px;
  }

  .our-works-in-main-page.with-padding {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .it-servicess-item {
    width: 100%;
  }

  .it-services-cad-info {
    width: 100%;
    min-height: auto;
  }

  .footer-all-services {
    padding: 12px 16px;
  }

  .footer-all-services:hover, .footer-all-services:visited {
    color: #fff;
  }

  .footer-all-services.w--current {
    color: #ffffff80;
  }

  .faq-dropdown--answer {
    padding-left: 64px;
  }

  .faq-dropdown-button {
    margin-right: 16px;
  }

  .logistig_page {
    padding: 80px 8px;
  }

  .blog-post-name-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .who-we-are {
    padding: 80px 8px;
  }

  .who-we-are.who-we-are-section {
    padding-top: 80px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .industrie-left-info, .industrie-right-info {
    width: 100%;
  }

  .call-to-action-services {
    padding: 80px 8px;
  }

  .map-section {
    padding: 80px 8px;
    display: none;
  }

  .map {
    font-size: 1.5em;
  }

  .image-2 {
    width: 34.4em;
  }

  .mvm-section {
    padding-top: 0;
  }

  .mvm-section.mvm-header {
    padding-top: 60px;
  }

  .mvm-grid-hero {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .mvm-header-button {
    display: none;
  }

  .mvm-grid, .mvm-grid.left-side, .mvm-grid.left-side {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mvm-call-to-action-text {
    font-size: 20px;
    line-height: 18px;
  }

  .grid-4 {
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .mvm-advantages-grid {
    grid-column-gap: 20px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5 {
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mvm-contact {
    padding-left: 0%;
  }

  .mvm-contact-holder {
    width: 76%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mvm-side-input-wrapper-50 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button-2 {
    border: 1px solid var(--mvm-blue);
    color: var(--mvm-blue);
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-2.w--open {
    background-color: var(--mvm-blue);
    color: var(--white);
    font-size: 16px;
  }

  .nav-menu-2 {
    background-color: var(--mvm-white-smoke);
  }

  .mvm-header-button-in-nav-bar {
    display: none;
  }

  .works-section {
    padding: 80px 8px;
  }

  .works-card {
    padding: 8px;
  }

  .works-link-block {
    height: 54vw;
  }

  .sidebar-heading-symbol-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonials-v2-button.hidden {
    display: none;
  }

  .success-client-item {
    flex-direction: column;
  }

  .div-block-26 {
    width: 100%;
    margin-left: 0;
  }

  .image-6, .image-6.project-one, .image-6.x-logistics, .image-6.project-one, .image-6.x-logistics {
    width: 100%;
  }

  .blog-tags {
    margin-left: 3%;
    margin-right: 3%;
  }

  .grid-freight-forwarding {
    grid-template-columns: 1fr 1fr;
  }

  .for-any-type-of-shipments {
    grid-template-rows: auto auto auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .type-of-shipments {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .type-of-shipments:hover {
    border-color: #0000;
  }

  .type-of-shipments-icon {
    width: 56px;
  }

  .freight-forwarding-advantages {
    padding: 80px 8px;
  }

  .contact-us-intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .design-section {
    padding: 80px 8px;
  }

  .downloads-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .downloads-text p, .downloads-text h2, .downloads-text h1, .downloads-text h3, .downloads-text blockquote, .downloads-text h4, .downloads-text h5, .downloads-text ul, .downloads-text h6, .downloads-text ol, .downloads-text blockquote, .downloads-text p, .downloads-text p, .downloads-text h2, .downloads-text h1, .downloads-text h3, .downloads-text blockquote, .downloads-text h4, .downloads-text h5, .downloads-text ul, .downloads-text h6, .downloads-text ol, .downloads-text blockquote, .downloads-text p {
    margin-left: 12%;
    margin-right: 12%;
  }

  .downloads-btn {
    margin-right: 16px;
  }

  .cta-engage {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-engage-contactform {
    border-top: 1px solid #383838;
    border-left-style: none;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cta-form {
    width: 320px;
  }

  .post-cta-section {
    padding: 80px 8px;
  }

  .post-cta-engage {
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-cta-engage.no-lpadding {
    margin-left: 3%;
    margin-right: 3%;
  }

  .cta-for-other-places-with-full-wide, .no-pading-top {
    padding: 80px 8px;
  }

  .no-pading-top._128px-padding-top {
    margin-top: 80px;
  }

  .div-block-28 {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tms-other-products, .tms-key-features, .tms-header, .tms-ideal-for {
    padding: 80px 8px;
  }

  .tax-ideal-item {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tax-ideal-item:hover {
    border-color: #0000;
  }

  .div-block-34 {
    margin-left: 12%;
    margin-right: 12%;
  }

  .div-block-35 {
    padding-top: 61px;
    padding-bottom: 10px;
  }

  .wrapper-slider.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v3-video {
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .category-tags.blog-categories-tags {
    padding-left: 8px;
    padding-right: 8px;
  }

  .category-tags.blog-categories-tags._15-px-pd, .category-tags.blog-categories-tags {
    padding-left: 8px;
    padding-right: 8px;
  }

  .category-tags.blog-categories-tags.hidden {
    display: none;
  }

  .category-tags.blog-categories-tags._15-px-pd {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-us-photo {
    height: 232px;
  }

  .section-8 {
    padding: 80px 8px;
  }

  .section-8.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .divider-3 {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .main-services-section-2 {
    padding: 80px 8px;
  }

  .wrapper-3.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-9 {
    padding: 80px 8px;
  }

  .section-9.dark-mask.no-padding-vertical.cta {
    padding-bottom: 0;
  }

  .divider-4 {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-10, .section-11 {
    padding: 80px 8px;
  }

  .counter-2 {
    padding: 40px 8px;
  }

  .plus-icon-3 {
    margin-right: 16px;
  }

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

  .drop-down-rich-text p, .drop-down-rich-text h2, .drop-down-rich-text h1, .drop-down-rich-text h3, .drop-down-rich-text blockquote, .drop-down-rich-text h4, .drop-down-rich-text h5, .drop-down-rich-text ul, .drop-down-rich-text h6, .drop-down-rich-text ol, .drop-down-rich-text blockquote, .drop-down-rich-text p, .drop-down-rich-text p, .drop-down-rich-text h2, .drop-down-rich-text h1, .drop-down-rich-text h3, .drop-down-rich-text blockquote, .drop-down-rich-text h4, .drop-down-rich-text h5, .drop-down-rich-text ul, .drop-down-rich-text h6, .drop-down-rich-text ol, .drop-down-rich-text blockquote, .drop-down-rich-text p {
    margin-left: 12%;
    margin-right: 12%;
  }

  .div-block-42 {
    width: 100%;
    margin-left: 0;
  }

  .testimonials-v2-button-2 {
    width: 52px;
    height: 52px;
    font-size: 20px;
    right: 0;
  }

  .testimonials-v2-button-2:hover {
    color: #151515;
    background-color: #fff;
  }

  .testimonials-v2-button-2.left {
    left: 0;
  }

  .testimonials-v2-button-2.left.hidden {
    display: none;
  }

  .image-9, .image-9.x-logistics, .image-9.project-one, .image-9.patient-management-system, .image-9.godrive, .image-9.manna, .image-9.ctfix, .image-9.x-logistics, .image-9.project-one, .image-9.patient-management-system, .image-9.godrive, .image-9.manna, .image-9.ctfix {
    width: 100%;
  }

  .success-client-item-2 {
    flex-direction: column;
  }

  .sub-title {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .section-12 {
    padding: 80px 8px;
  }

  .plus-icon-4 {
    margin-right: 16px;
  }

  .experiance-counter {
    margin-top: 80px;
  }

  .wrapper-3-copy {
    padding-bottom: 80px;
  }

  .approach-sevtion {
    padding: 80px 8px;
  }

  .approach-sevtion.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .approach-sevtion.post-header-section {
    min-height: 520px;
  }

  .approach-sevtion.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 0;
  }

  .approach-sevtion.hero-v3-section {
    min-height: 600px;
  }

  .approach-sevtion.video-section {
    min-height: 60vw;
  }

  .why-choose-us {
    padding: 80px 8px;
  }

  .why-choose-us.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .why-choose-us.post-header-section {
    min-height: 520px;
  }

  .why-choose-us.work-header-section {
    min-height: 60vw;
    padding-top: 88px;
    padding-bottom: 0;
  }

  .why-choose-us.hero-v3-section {
    min-height: 600px;
  }

  .why-choose-us.video-section {
    min-height: 60vw;
  }

  .section-13 {
    padding: 80px 8px;
  }

  .contact-v1-2 {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
    padding: 64px 64px 24vw;
  }

  .grid-11 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: auto;
  }

  .image-10, .image-10.project-one, .image-10.x-logistics, .image-10.project-one, .image-10.x-logistics {
    width: 100%;
  }

  .testimonials-v2-button-3 {
    width: 52px;
    height: 52px;
    font-size: 20px;
    right: 0;
  }

  .testimonials-v2-button-3:hover {
    color: #151515;
    background-color: #fff;
  }

  .testimonials-v2-button-3.left {
    left: 0;
  }

  .testimonials-v2-button-3.left.hidden {
    display: none;
  }

  .section-14 {
    padding: 80px 8px;
  }

  .section-14.dark-mask.no-padding-vertical.cta {
    padding-bottom: 0;
  }

  .section-15 {
    padding: 80px 8px;
  }

  .section-15.page-header-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .contact-social-2 {
    flex-direction: row;
    width: auto;
    position: absolute;
    inset: auto -1px -1px;
  }

  .success-client-item-3 {
    flex-direction: column;
  }

  .section-16 {
    padding: 80px 8px;
  }

  .plus-icon-5 {
    margin-right: 16px;
  }

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

  .contact-social-link-2 {
    flex: 1;
    width: auto;
    height: 15vw;
    box-shadow: 1px 0 #383838;
  }

  .footer-v1-social-2 {
    flex: 1;
    justify-content: center;
    width: 100%;
  }

  .testimonials-v2-button-4.hidden {
    display: none;
  }

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

  .footer-bottom-2 {
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-45 {
    width: 100%;
    margin-left: 0;
  }

  .main-services-section-3 {
    padding: 80px 8px;
  }

  .left-photo {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-17 {
    padding: 80px 8px;
  }

  .plus-icon-6 {
    margin-right: 16px;
  }

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

  .engage-2 {
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-18 {
    padding: 80px 8px;
  }

  .engage-social-2 {
    border-top: 1px solid #383838;
    border-left-style: none;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .engage-heading {
    margin-top: 8px;
  }

  .newsletter_content {
    grid-row-gap: 2.5rem;
  }

  .button-10 {
    white-space: nowrap;
  }

  .section-20 {
    padding: 80px 8px;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    bottom: 24px;
    right: 0;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .download-form {
    width: 320px;
  }

  .youtube {
    margin-top: 0;
  }

  .slide-progress {
    height: 2px;
    bottom: 54px;
    left: 240px;
    right: 240px;
  }

  .button-11.hero-v4-left {
    width: 170px;
    bottom: 32px;
    left: 32px;
  }

  .button-11.hero-v4-right {
    width: 170px;
    bottom: 32px;
    right: 32px;
  }

  .hero-v4-slider {
    height: 610px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-label-2 {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .button-12.hero-v4-left {
    width: 170px;
    bottom: 32px;
    left: 32px;
  }

  .button-12.hero-v4-right {
    width: 170px;
    bottom: 32px;
    right: 32px;
  }

  .button-13.hero-v4-left {
    width: 170px;
    bottom: 32px;
    left: 32px;
  }

  .button-13.hero-v4-right {
    width: 170px;
    bottom: 32px;
    right: 32px;
  }

  .main-page-header-h2 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 64px;
  }

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

  .aeards-container, .awards-container, .card-section {
    padding: 80px 8px;
  }

  .image-15, .shadow, .header-bg {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section.no-padding {
    padding-top: 64px;
  }

  .section.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.post-header-section {
    min-height: 360px;
  }

  .section.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .section.hero-v3-section {
    min-height: 480px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 10px 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

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

  .button.hero-v4-left {
    bottom: 20px;
    left: 16px;
  }

  .button.hero-v4-right {
    bottom: 20px;
    right: 16px;
  }

  .button.search-button {
    display: none;
  }

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

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
  }

  .navigation {
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding: 8px 12px;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg-image._3 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9e7dac8e39632951bf7de_company%20office_%20800.webp");
  }

  .bg-image.logistics-bg {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1ba0c05cbac90ca809_truck%20on%20the%20road_800.webp");
  }

  .bg-image.e-commerce-header-bg {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/66d1cca269297bb18b6390d8_freepik-export-20240830134301tOTJ.avif");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .breadcrumbs {
    padding: 10px;
  }

  .blog-sidebar {
    width: 83.33%;
  }

  .input.search-input {
    margin: 0;
  }

  .blog-category-link {
    margin-right: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .social-buttons.nav-menu-social, .social-buttons.nav-menu-social-v2, .social-buttons.nav-menu-social, .social-buttons.nav-menu-social-v2 {
    bottom: 16px;
  }

  .side-blocks.mobile-reverse {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.small-padding-side, .side-block.industries-text-left, .side-block.industries-text-right, .side-block.small-padding-side, .side-block.small-padding-side, .side-block.industries-text-left, .side-block.industries-text-right, .side-block.small-padding-side {
    padding-left: 0%;
    padding-right: 0%;
  }

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counters {
    flex-wrap: wrap;
    padding-bottom: 1px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    margin-bottom: -1px;
  }

  .cta-message {
    flex-direction: column;
  }

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

  .instagram-photo-link {
    flex-basis: 25%;
  }

  .feature-v2 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature-v1 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-link {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-v2 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .testimonial-v2-avatar {
    margin-bottom: 4px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    font-size: 17px;
    line-height: 24px;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-v1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .password-card {
    min-width: 400px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .team {
    padding-left: 2%;
    padding-right: 2%;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .feature-v4 {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .sidebar-card.no-padding {
    padding: 0;
  }

  .link-highlight.nav-link-line {
    height: 3px;
    bottom: 40%;
  }

  .vertical-info-left {
    display: none;
  }

  .features {
    flex-direction: column;
    margin-top: 8px;
    margin-left: -9px;
    margin-right: -9px;
  }

  .engage-newsletter {
    flex-wrap: wrap;
    padding-left: 12%;
    padding-right: 12%;
  }

  .join-form {
    width: 100%;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .work-v1 {
    margin-bottom: 8px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work-details {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .work-nav {
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }

  .work-nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-nav-link.right {
    border-left: 1px solid var(--grey-1);
    text-align: center;
    border-left: 1px solid var(--grey-1);
    text-align: center;
    padding-right: 24px;
  }

  .work-nav-button {
    order: -1;
    width: 100%;
    height: 120px;
    min-height: 0;
    margin-bottom: -1px;
  }

  .work-nav-arrow {
    order: 1;
    margin-top: 16px;
    display: none;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
  }

  .testimonial-v1-avatar {
    width: 80px;
    height: 80px;
  }

  .testimonial-v1-bg {
    width: 320px;
    height: 320px;
  }

  .testimonial-v1 {
    width: 75%;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-v4-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .team-member {
    padding-left: 4%;
    padding-right: 4%;
  }

  .team-card {
    height: 320px;
  }

  .team-card-info {
    margin-bottom: 48px;
  }

  .contact-v1-info {
    padding-bottom: 48px;
    padding-right: 8px;
  }

  .post-slider-button {
    margin-bottom: 40px;
    top: 296px;
    left: 50px;
  }

  .post-slide-nav {
    margin-bottom: 0;
  }

  .logo-description {
    display: none;
  }

  .post-slider-info {
    padding: 40px 32px;
  }

  .post-v1 {
    padding-bottom: 32px;
  }

  .post-card-v1 {
    align-items: flex-start;
  }

  .post-v1-thumb {
    max-width: 44%;
  }

  .nav-bar-info {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-contacts {
    padding-right: 16px;
  }

  .circle-button.hero-v3-showreel {
    width: 72px;
    height: 72px;
    margin-left: 16px;
  }

  .portfolio-button {
    margin: 16px;
  }

  .post-card-hover-info {
    display: none;
  }

  .instagram-info {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .instagram-icon {
    width: 38vw;
  }

  .big-quote {
    font-size: 24px;
    line-height: 36px;
  }

  .clients {
    flex-wrap: wrap;
  }

  .client {
    width: 33.33%;
    height: 12vw;
    box-shadow: 1px 1px 0 0 var(--grey-1);
    flex: 0 auto;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .testimonial-v2-info {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .engage-form-block {
    flex: 0 auto;
    width: 100%;
  }

  .work-intro {
    flex-wrap: wrap;
  }

  .engage-social {
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-social-icon {
    width: 24px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .blog-search {
    height: 64px;
  }

  .blog-search-shadow {
    flex: none;
  }

  .top-button {
    display: none;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .centered-content-box, .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.page-header-section {
    min-height: 360px;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .breadcrumbs-2 {
    padding: 10px;
  }

  .accordion-text-2 {
    padding-bottom: 24px;
  }

  .post-v3-2 {
    height: 46vw;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .news-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .news-post {
    padding-top: 48px;
  }

  .adress {
    width: 100%;
  }

  .feature-v1-2 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .main-services-section, .section-2-copy, .news-section, .faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-number-2 {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .faq-grid {
    grid-row-gap: 48px;
  }

  .sub-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sub-services-feature-v2 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .answer-faq-rich-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-4.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .first-letter-2 {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .web_service_section1, .web_service_section2, .web_service_section3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .post-v1-thumb-2 {
    max-width: 44%;
  }

  .nav-dropdown-link-v2 {
    padding: 8px 12px;
  }

  .nav-bar-2 {
    height: 64px;
    padding-left: 0;
  }

  .nav-link-v2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-menu-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-v2 {
    padding-right: 0;
  }

  .coming-soon-card-2 {
    max-width: 90%;
  }

  .software_dev_intro {
    margin-bottom: 48px;
  }

  .drop_down_complex_text {
    position: static;
  }

  .drop_down_complex_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .see-all {
    padding: 8px 12px;
  }

  .section-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-6.dark-mask.no-padding-vertical {
    padding-bottom: 0;
  }

  .bg-text-wrapper-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-services-section-on-main-page-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-services-section-on-main-page-section.with-padding {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .industries-card {
    height: 46vw;
  }

  .industries-card.industries-02 {
    width: auto;
  }

  .industries-card-info {
    width: 100%;
  }

  .industries-card-text {
    display: none;
  }

  .industries-card-text.industries-02 {
    display: block;
  }

  .our-works-in-main-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .our-works-in-main-page.with-padding {
    padding-top: 64px;
  }

  .it-services-cad-info {
    width: 100%;
    min-height: auto;
  }

  .footer-all-services {
    padding: 8px 12px;
  }

  .button-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-dropdown-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-4 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .logistig_page, .who-we-are {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .who-we-are.who-we-are-section {
    padding-top: 64px;
  }

  .client-logo-container {
    width: auto;
    height: 12vw;
    box-shadow: 1px 1px 0 0 var(--grey-1);
    flex: 0 auto;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .industrie-left-info, .industrie-right-info {
    width: 100%;
  }

  .call-to-action-services, .map-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .image-2 {
    width: 57.6em;
  }

  .mvm-call-to-action-text {
    font-size: 18px;
    line-height: 20px;
  }

  .mvm-call-to-action-button {
    text-align: center;
    padding: 10px 40px;
    font-weight: 400;
  }

  .works-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .works-link-block {
    height: 46vw;
  }

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

  .success-client-item {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .freight-forwarding-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .for-any-type-of-shipments {
    margin-left: -9px;
    margin-right: -9px;
  }

  .type-of-shipments {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .freight-forwarding-advantages {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-us-intro {
    margin-bottom: 48px;
  }

  .design-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .downloads-grid {
    grid-row-gap: 48px;
  }

  .downloads-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .downloads-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .cta-engage {
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 12%;
  }

  .cta-engage-contactform {
    padding-left: 12%;
    padding-right: 12%;
  }

  .cta-engage-form {
    flex: 0 auto;
    width: 100%;
  }

  .cta-form {
    width: 100%;
  }

  .post-cta-section, .cta-for-other-places-with-full-wide, .no-pading-top {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .tms-other-products, .tms-key-features, .tms-header, .tms-ideal-for {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tax-ideal-item {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-section-button {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-v3-video {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .category-tags.blog-categories-tags.hidden {
    display: none;
  }

  .blog-categories-tags {
    padding-bottom: 30px;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-8.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .main-services-section-2, .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10, .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .counter-2 {
    flex: 0 auto;
    width: 50%;
    margin-bottom: -1px;
  }

  .drop-down-rich-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .success-client-item-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .section-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .experiance-counter {
    margin-top: 64px;
  }

  .wrapper-3-copy {
    padding-bottom: 64px;
  }

  .approach-sevtion {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .approach-sevtion.no-padding {
    padding-top: 64px;
  }

  .approach-sevtion.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .approach-sevtion.post-header-section {
    min-height: 360px;
  }

  .approach-sevtion.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .approach-sevtion.hero-v3-section {
    min-height: 480px;
  }

  .why-choose-us {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .why-choose-us.no-padding {
    padding-top: 64px;
  }

  .why-choose-us.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .why-choose-us.post-header-section {
    min-height: 360px;
  }

  .why-choose-us.work-header-section {
    min-height: 50vw;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .why-choose-us.hero-v3-section {
    min-height: 480px;
  }

  .section-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-v1-2 {
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .section-14, .section-15 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-15.page-header-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .success-client-item-3 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .button-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .footer-bottom-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-services-section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .left-photo {
    grid-row-gap: 48px;
  }

  .section-17, .section-18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .engage-social-2 {
    padding-left: 12%;
    padding-right: 12%;
  }

  .engage-heading {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .newsletter_component {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-height: 100%;
  }

  .newsletter_content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    padding: 2rem;
  }

  .heading-28 {
    font-size: 1.75rem;
  }

  .newsletter_slider {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .newsletter_mask {
    border-radius: 0;
  }

  .section-tip {
    align-items: center;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .heading-29 {
    font-size: 1.75rem;
  }

  .request-for-participation-testing {
    flex: 0 auto;
    width: 100%;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-20 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    border-radius: 0;
    max-width: none;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-2---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .download-form {
    width: 100%;
  }

  .popup-download {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide-progress {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-11.hero-v4-left {
    bottom: 20px;
    left: 16px;
  }

  .button-11.hero-v4-right {
    bottom: 20px;
    right: 16px;
  }

  .hero-v4-slider {
    height: 480px;
  }

  .hero-v4-content {
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-12.hero-v4-left {
    bottom: 20px;
    left: 16px;
  }

  .button-12.hero-v4-right {
    bottom: 20px;
    right: 16px;
  }

  .button-13.hero-v4-left {
    bottom: 20px;
    left: 16px;
  }

  .button-13.hero-v4-right {
    bottom: 20px;
    right: 16px;
  }

  .main-page-header-h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .aeards-container, .awards-container, .card-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card-text {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.post-header-section {
    min-height: 440px;
  }

  .section.work-header-section {
    min-height: 72vw;
    padding-bottom: 64px;
  }

  .section.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.video-section {
    min-height: 0;
  }

  .wrapper.industries-padding {
    display: block;
  }

  .no-margin {
    margin: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .button.hero-v4-left, .button.hero-v4-right {
    width: 136px;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.hero-v4-left, .button.hero-v4-right {
    width: 136px;
  }

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

  .navigation {
    padding-left: 0;
  }

  .bg-image._3 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9e7da34316920371399a5_company%20office_%20500.webp");
  }

  .bg-image.logistics-bg {
    background-image: url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/64d9dd1bdf050efc596a39f0_truck%20on%20the%20road_500.webp");
  }

  .bg-image.e-commerce-header-bg {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/5e233dd1daefb8a4c14bf743/66df6690dd04bea39663494d_Frame%203794.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .blog-sidebar {
    width: 100%;
  }

  .input.search-input {
    margin: 0;
  }

  .sidebar-block.hidden, .sidebar-block.hidden-hashtags, .sidebar-block.hidden, .sidebar-block.hidden-hashtags {
    display: none;
  }

  .blog-category-link {
    height: 48px;
    box-shadow: none;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    display: flex;
  }

  .blog-category-link.w--current {
    box-shadow: none;
    color: var(--main-color);
  }

  .social-buttons.nav-menu-social {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    inset: auto 0% 56px;
  }

  .social-buttons.nav-menu-social-v2 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    inset: auto 0% 56px;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .side-blocks.mobile-reverse {
    padding-left: 0;
    padding-right: 0;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left, .side-block.small-padding-side, .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.no-padding-left {
    order: 1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.industries-text-left {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.industries-text-right {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.no-padding-left, .side-block.small-padding-side, .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.small-padding-side {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

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

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

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

  .testimonials-v1 {
    margin-bottom: 48px;
  }

  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }

  .feature-v2 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-side-info {
    margin-left: 16px;
  }

  .side-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-info.industries-block {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    text-align: center;
    display: block;
  }

  .testimonials-v2 {
    max-width: none;
    margin-left: -8px;
    margin-right: -8px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-mask {
    overflow: visible;
  }

  .testimonials-v2-slide {
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-v2 {
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .contact-v1 {
    border-left-style: none;
    border-right-style: none;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 32vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-card {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 48px;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    flex-direction: column;
    align-items: stretch;
  }

  .side-input-wrapper-50 {
    width: 100%;
  }

  .team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-post-text blockquote {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 14px;
  }

  .blog-post-text p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-post {
    padding-top: 0;
  }

  .feature-v4 {
    width: 100%;
  }

  .testimonials-arrow {
    display: none;
  }

  .sidebar-card.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 200px;
  }

  .sidebar-slider {
    height: 416px;
  }

  .post-top-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonials-v2-button {
    display: none;
  }

  .vertical-info-left {
    height: 40px;
    padding-right: 48px;
  }

  .features {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .engage-newsletter {
    padding: 40px;
  }

  .join-form {
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .post-first-letter {
    margin-left: 0%;
  }

  .work-presentation {
    margin-left: 0;
    margin-right: 0;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .work-presentation ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-details {
    flex-direction: column;
    align-self: start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .work-details-text {
    margin-top: 4px;
  }

  .work-nav-link {
    flex: 0 auto;
    width: 100%;
    padding: 40px;
  }

  .work-nav-link.right {
    margin-top: -1px;
  }

  .footer-v1-social {
    justify-content: center;
    width: 100%;
  }

  .footer-v1-contacts {
    width: 50%;
    padding-bottom: 32px;
  }

  .testimonials-v1-nav {
    height: 32px;
    margin-bottom: 8px;
    font-size: 7px;
    display: block;
  }

  .testimonial-v1-bg {
    width: 300px;
    height: 300px;
  }

  .testimonial-v1 {
    width: 100%;
    height: 376px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-v1-author-name {
    margin-bottom: 0;
  }

  .team-member {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-card {
    height: 368px;
  }

  .team-card-info {
    margin-bottom: 40px;
  }

  .post-slide {
    width: auto;
  }

  .post-slider {
    width: 92%;
    height: 104vw;
  }

  .post-slider-button {
    display: none;
    top: 176px;
  }

  .categories {
    flex-wrap: wrap;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .post-slider-wrapper {
    flex-direction: column;
  }

  .post-slider-info {
    border-style: none;
    width: auto;
    padding-left: 0;
  }

  .blog-nav-bar {
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .blog-categories {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card-v1 {
    flex-wrap: wrap;
  }

  .post-v1-thumb {
    width: 100%;
    max-width: none;
    height: 80vw;
  }

  .post-v1-content {
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 0%;
  }

  .nav-bar-contacts, .circle-button.masonry-work-button, .circle-button.masonry-work-button {
    display: none;
  }

  .instagram-icon {
    width: 47vw;
  }

  .client, .contact-social-link {
    height: 18vw;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .work-intro {
    display: block;
  }

  .post-card-v3 {
    width: 100%;
  }

  .engage-social {
    padding: 40px;
  }

  .paperplane-icon {
    width: 64%;
    bottom: 10%;
    left: 0%;
  }

  .contact-social-icon {
    width: 20px;
  }

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

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0;
  }

  .blog-search {
    height: 60px;
    margin-bottom: 32px;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .blog-search-input {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--grey-1);
    flex: 1;
    width: auto;
  }

  .blog-search-input:focus {
    border-bottom-color: var(--main-color);
  }

  .blog-search-button {
    width: 64px;
  }

  .blog-search-shadow {
    display: none;
  }

  .list-dropdown {
    border: 1px solid var(--grey-1);
    flex-flow: column;
    overflow: hidden;
  }

  .first-letter {
    margin-left: 0%;
  }

  .step-number {
    min-width: 72px;
  }

  .step-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.page-header-section {
    min-height: 440px;
  }

  .section-2.no-padding-vertical {
    margin-top: 20px;
  }

  .section-2.no-padding-top.transport-logistics {
    display: block;
  }

  .section-2.executive-board {
    padding-bottom: 64px;
  }

  .post-v3-2 {
    height: 92vw;
  }

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

  .div-block-3.hidden-in-phones {
    display: none;
  }

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

  .news-first-letter {
    margin-left: 0%;
  }

  .news-post {
    padding-top: 0;
  }

  .adress {
    width: 100%;
    padding-bottom: 32px;
  }

  .faq {
    padding-bottom: 0;
  }

  .step-number-2 {
    min-width: 72px;
  }

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

  .faq-accordion-card {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sub-services-features {
    width: 100%;
    padding-right: 0%;
  }

  .sub-services-feature-v2 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .answer-faq-rich-text p, .answer-faq-rich-text h2, .answer-faq-rich-text h1, .answer-faq-rich-text h3, .answer-faq-rich-text blockquote, .answer-faq-rich-text h4, .answer-faq-rich-text h5, .answer-faq-rich-text ul, .answer-faq-rich-text h6, .answer-faq-rich-text ol, .answer-faq-rich-text blockquote, .answer-faq-rich-text p, .answer-faq-rich-text p, .answer-faq-rich-text h2, .answer-faq-rich-text h1, .answer-faq-rich-text h3, .answer-faq-rich-text blockquote, .answer-faq-rich-text h4, .answer-faq-rich-text h5, .answer-faq-rich-text ul, .answer-faq-rich-text h6, .answer-faq-rich-text ol, .answer-faq-rich-text blockquote, .answer-faq-rich-text p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .first-letter-2 {
    margin-left: 0%;
  }

  .post-v1-thumb-2 {
    width: 100%;
    max-width: none;
    height: 80vw;
  }

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

  .nav-menu-links-v2 {
    padding-bottom: 160px;
  }

  .navigation-v2 {
    padding-left: 0;
  }

  .coming-soon-card-2 {
    max-width: 94%;
    padding: 48px 10%;
  }

  .why_chouse_us {
    min-height: 192px;
    margin: 8px;
    padding: 20px;
  }

  .drop_down_complex_text {
    position: static;
  }

  .drop_down_complex_text p, .drop_down_complex_text h2, .drop_down_complex_text h1, .drop_down_complex_text h3, .drop_down_complex_text blockquote, .drop_down_complex_text h4, .drop_down_complex_text h5, .drop_down_complex_text ul, .drop_down_complex_text h6, .drop_down_complex_text ol, .drop_down_complex_text blockquote, .drop_down_complex_text p, .drop_down_complex_text p, .drop_down_complex_text h2, .drop_down_complex_text h1, .drop_down_complex_text h3, .drop_down_complex_text blockquote, .drop_down_complex_text h4, .drop_down_complex_text h5, .drop_down_complex_text ul, .drop_down_complex_text h6, .drop_down_complex_text ol, .drop_down_complex_text blockquote, .drop_down_complex_text p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .who-we-are-text {
    width: 100%;
    padding-right: 0%;
  }

  .industries-card {
    height: 92vw;
  }

  .industries-card.industries-02 {
    flex: 1;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .industries-card-info {
    display: block;
  }

  .industries-card-text {
    display: none;
  }

  .industries-card-text.industries-02 {
    display: block;
  }

  .industries-bg {
    width: auto;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .it-servicess-item {
    flex-direction: column;
    width: 100%;
  }

  .it-services-cad-info {
    min-height: auto;
    display: block;
  }

  .services-bg {
    width: auto;
  }

  .footer-all-services {
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .faq-dropdown-item {
    margin-left: 3%;
    margin-right: 3%;
  }

  .heading-4 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .list-dropdown-arrow {
    opacity: .5;
    width: 16px;
    position: absolute;
    right: 20px;
  }

  .list-dropdown-heading {
    cursor: pointer;
    flex: none;
    align-items: center;
    height: 48px;
    padding: 0 40px 0 20px;
    display: flex;
    position: relative;
  }

  .client-logo-container {
    height: 18vw;
    box-shadow: none;
    padding-left: 1px;
    padding-right: 1px;
  }

  .faq-dropdown-item-2 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .category {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .collection-list-wrapper-3, .collection-list-wrapper-4 {
    align-self: auto;
  }

  .mvm-container.mvm-call-to-action {
    flex-direction: column;
    align-items: center;
  }

  .mvm-grid-hero {
    grid-row-gap: 48px;
  }

  .mvm-h1 {
    letter-spacing: 0;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 44px;
  }

  .mvm-large-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .mvm-floating-box {
    max-width: 250px;
    padding: 16px;
    font-size: 14px;
    left: -6%;
  }

  .mvm-check-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .mvm-h2-section-header {
    font-size: 42px;
    line-height: 44px;
  }

  .mvm-h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .grid-3 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3.mvm-one-item {
    grid-template-rows: auto;
  }

  .mvm-call-to-action-text {
    text-align: center;
  }

  .mvm-call-to-action-button {
    margin-top: 23px;
  }

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

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

  .mask {
    height: 100%;
    position: static;
  }

  .mvm-contact-holder {
    width: 100%;
    max-width: none;
  }

  .mvm-side-input-wrapper-50, .works-card {
    width: 100%;
  }

  .works-link-block {
    height: 92vw;
  }

  .success-client-item {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-tags {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid-freight-forwarding {
    grid-template-columns: 1fr;
  }

  .for-any-type-of-shipments {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .downloads-card {
    margin-left: 3%;
    margin-right: 3%;
  }

  .downloads-text p, .downloads-text h2, .downloads-text h1, .downloads-text h3, .downloads-text blockquote, .downloads-text h4, .downloads-text h5, .downloads-text ul, .downloads-text h6, .downloads-text ol, .downloads-text blockquote, .downloads-text p, .downloads-text p, .downloads-text h2, .downloads-text h1, .downloads-text h3, .downloads-text blockquote, .downloads-text h4, .downloads-text h5, .downloads-text ul, .downloads-text h6, .downloads-text ol, .downloads-text blockquote, .downloads-text p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .cta-engage {
    padding: 26px 7px;
  }

  .cta-engage-contactform {
    padding: 40px;
  }

  .cta-form {
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .post-cta-engage.no-lpadding {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .div-block-34 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-35 {
    display: none;
  }

  .wrapper-slider.industries-padding {
    display: block;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-section-button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .category-tags.blog-categories-tags {
    padding: 20px;
  }

  .category-tags.blog-categories-tags.hidden {
    display: block;
  }

  .cta-side.hidden {
    display: none;
  }

  .contact-us-photo {
    height: 200px;
  }

  .wrapper-3.industries-padding {
    display: block;
  }

  .button-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .counter-2 {
    width: 100%;
    margin-right: 0;
  }

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

  .drop-down-rich-text p, .drop-down-rich-text h2, .drop-down-rich-text h1, .drop-down-rich-text h3, .drop-down-rich-text blockquote, .drop-down-rich-text h4, .drop-down-rich-text h5, .drop-down-rich-text ul, .drop-down-rich-text h6, .drop-down-rich-text ol, .drop-down-rich-text blockquote, .drop-down-rich-text p, .drop-down-rich-text p, .drop-down-rich-text h2, .drop-down-rich-text h1, .drop-down-rich-text h3, .drop-down-rich-text blockquote, .drop-down-rich-text h4, .drop-down-rich-text h5, .drop-down-rich-text ul, .drop-down-rich-text h6, .drop-down-rich-text ol, .drop-down-rich-text blockquote, .drop-down-rich-text p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonials-v2-button-2 {
    display: none;
  }

  .success-client-item-2 {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-12.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .experiance-counter.industries-padding, .wrapper-3-copy.industries-padding, .wrapper-3-copy.industries-padding {
    display: block;
  }

  .approach-sevtion.post-header-section {
    min-height: 440px;
  }

  .approach-sevtion.work-header-section {
    min-height: 72vw;
    padding-bottom: 64px;
  }

  .approach-sevtion.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .approach-sevtion.hero-v3-section {
    min-height: 600px;
  }

  .approach-sevtion.video-section {
    min-height: 0;
  }

  .why-choose-us.post-header-section {
    min-height: 440px;
  }

  .why-choose-us.work-header-section {
    min-height: 72vw;
    padding-bottom: 64px;
  }

  .why-choose-us.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us.hero-v3-section {
    min-height: 600px;
  }

  .why-choose-us.video-section {
    min-height: 0;
  }

  .button-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .contact-v1-2 {
    border-left-style: none;
    border-right-style: none;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 32vw;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .testimonials-v2-button-3 {
    display: none;
  }

  .success-client-item-3 {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-43.hidden-in-phones {
    display: none;
  }

  .button-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .section-16.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-social-link-2 {
    height: 18vw;
  }

  .footer-v1-social-2 {
    justify-content: center;
    width: 100%;
  }

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

  .left-photo {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-17.blog-nav-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .engage-social-2 {
    padding: 40px;
  }

  .engage-heading {
    margin: 0;
  }

  .newsletter_form {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter_content {
    grid-row-gap: 3rem;
  }

  .newsletter_sec-info {
    text-align: center;
    align-items: stretch;
  }

  .text-field {
    border-radius: 1rem;
  }

  .newsletter_slider {
    max-height: 12rem;
  }

  .button-10.is-form {
    border-radius: 1rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsletter_main-info, .close {
    text-align: center;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    border-radius: 0;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-2---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .download-form {
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .popup-download {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-11.hero-v4-left, .button-11.hero-v4-right, .button-11.hero-v4-left, .button-11.hero-v4-right {
    width: 136px;
  }

  .hero-v4-slider {
    height: 560px;
  }

  .hero-v4-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-12.hero-v4-left, .button-12.hero-v4-right, .button-12.hero-v4-left, .button-12.hero-v4-right, .button-13.hero-v4-left, .button-13.hero-v4-right, .button-13.hero-v4-left, .button-13.hero-v4-right {
    width: 136px;
  }

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

  .image-16 {
    aspect-ratio: auto;
    object-fit: cover;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219b4-5ab491fe {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219c2-5ab491fe {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4336378e-eaf7-ec1c-62ef-482ca7ccd237-5ab491fe {
  grid-area: 1 / 1 / 2 / 17;
}

#w-node-_580955dd-1f4a-fef7-dc66-1b5b3a729474-5ab491fe {
  order: 0;
  place-self: auto;
}

#w-node-d4549777-a049-f970-02af-104dcb7f643f-5ab491fe, #w-node-b1048d89-cd02-3925-b975-a54e7e919ac6-7e919abd {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219b4-5ab491fe {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219c2-5ab491fe {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4336378e-eaf7-ec1c-62ef-482ca7ccd237-5ab491fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d4549777-a049-f970-02af-104dcb7f643f-5ab491fe, #w-node-b1048d89-cd02-3925-b975-a54e7e919ac6-7e919abd {
    grid-area: 1 / 1 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219b4-5ab491fe, #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219c2-5ab491fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219b4-5ab491fe, #w-node-_8cd96e60-d8a9-5c81-4df2-26b336d219c2-5ab491fe, #w-node-_4336378e-eaf7-ec1c-62ef-482ca7ccd237-5ab491fe {
    grid-column: span 4 / span 4;
  }
}
