/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/hero-product/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.wp-block-freightos-hero-product {
  --padding-container-vertical-top: 3rem;
  --padding-container-vertical-bottom: 9rem;
  --color-paragraph: var(--color-white);
  overflow: hidden;
}
.wp-block-freightos-hero-product.is-style-image-absolute .container {
  overflow: visible;
}
.wp-block-freightos-hero-product.is-style-image-absolute .col-img {
  display: none;
}
@media (min-width: 1024px) {
  .wp-block-freightos-hero-product.is-style-image-absolute .col-img {
    display: block;
    position: relative;
    width: 100%;
  }
  .wp-block-freightos-hero-product.is-style-image-absolute .col-img > img {
    position: absolute;
    bottom: calc(-1 * var(--padding-container-vertical-bottom));
    left: 0;
    max-width: none;
    width: calc(100% + 18rem);
    min-width: 894px;
    height: auto;
  }
}
.wp-block-freightos-hero-product > .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .wp-block-freightos-hero-product > .container {
    min-height: 337px;
    gap: 9rem;
  }
}
@media (max-width: 1024px) {
  .wp-block-freightos-hero-product > .container {
    flex-flow: column;
    text-align: center;
  }
}
.wp-block-freightos-hero-product > .container .wp-block-freightos-logos-strip {
  gap: 0 4.5rem;
}
.wp-block-freightos-hero-product > .container .wp-block-freightos-logos-strip header {
  margin-bottom: 2.5rem;
}
.wp-block-freightos-hero-product > .container .wp-block-freightos-logos-strip .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wp-block-freightos-hero-product > .container .wp-block-freightos-logos-strip figure {
  margin: 0;
  display: flex;
  align-items: center;
}
.wp-block-freightos-hero-product .col-text {
  max-width: 600px;
  min-width: 300px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1025px) {
  .wp-block-freightos-hero-product .col-text {
    margin: 0 auto;
  }
}
.wp-block-freightos-hero-product .col-img {
  width: 100%;
  text-align: center;
}
.wp-block-freightos-hero-product .col-img img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .wp-block-freightos-hero-product .col-img {
    text-align: right;
  }
}
.wp-block-freightos-hero-product .wp-block-freightos-buttons,
.wp-block-freightos-hero-product .wp-block-freightos-button-two-lines {
  margin-top: 2rem;
}
@media (max-width: 1025px) {
  .wp-block-freightos-hero-product .wp-block-freightos-buttons,
  .wp-block-freightos-hero-product .wp-block-freightos-button-two-lines {
    justify-content: center;
  }
}
.wp-block-freightos-hero-product h2,
.wp-block-freightos-hero-product h1 {
  margin: 0 0 9px;
}
.wp-block-freightos-hero-product p {
  margin: 0 0 1rem;
}

.product-hero-title {
  font-size: var(--font-size-h2);
}

.product-hero-subtitle {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  letter-spacing: 3px;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
}

.product-hero-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-headings);
}

.buttons-wrap {
  display: flex;
  grid-gap: 3.5rem;
}

/*# sourceMappingURL=style-index.css.map*/