/* line 6, scss/component/hero.scss */
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    /* line 6, scss/component/hero.scss */
    .hero-wrapper {
      height: 100%;
      padding-top: 1rem;
      align-items: center;
      flex-direction: column-reverse;
      row-gap: 2rem; } }
  /* line 21, scss/component/hero.scss */
  .hero-wrapper .hero-text {
    width: 50%; }
    @media (max-width: 991px) {
      /* line 21, scss/component/hero.scss */
      .hero-wrapper .hero-text {
        width: 100%; } }
    /* line 28, scss/component/hero.scss */
    .hero-wrapper .hero-text h1 {
      font-weight: inherit; }
  /* line 34, scss/component/hero.scss */
  .hero-wrapper .hero-links .hero-cta-1 a {
    position: absolute;
    right: 20%;
    top: 36%; }
    @media (max-width: 1199px) {
      /* line 34, scss/component/hero.scss */
      .hero-wrapper .hero-links .hero-cta-1 a {
        right: 10%; } }
    @media (max-width: 991px) {
      /* line 34, scss/component/hero.scss */
      .hero-wrapper .hero-links .hero-cta-1 a {
        right: 20%; } }
    @media (max-width: 767px) {
      /* line 34, scss/component/hero.scss */
      .hero-wrapper .hero-links .hero-cta-1 a {
        right: 10%; } }
  /* line 52, scss/component/hero.scss */
  .hero-wrapper .hero-links .hero-cta-2 a {
    position: absolute;
    left: 0%;
    bottom: 24%; }

/* line 60, scss/component/hero.scss */
.hero-image {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0; }
  @media (max-width: 991px) {
    /* line 60, scss/component/hero.scss */
    .hero-image {
      position: relative;
      width: 100%; } }
  /* line 71, scss/component/hero.scss */
  .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  /* line 78, scss/component/hero.scss */
  .hero-image .hero-links {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/* line 87, scss/component/hero.scss */
.hero__page__wrapper {
  background-color: var(--color--primary1);
  position: relative;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px; }
  /* line 93, scss/component/hero.scss */
  .hero__page__wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color--primary1);
    bottom: 100%;
    z-index: -1; }

/* line 104, scss/component/hero.scss */
.container-standard.page-header {
  height: 100%; }
  /* line 110, scss/component/hero.scss */
  .container-standard.page-header .product-breadcrumb {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      /* line 110, scss/component/hero.scss */
      .container-standard.page-header .product-breadcrumb {
        margin-bottom: 24px; } }
  /* line 119, scss/component/hero.scss */
  .container-standard.page-header .row--content {
    height: 100%; }
    /* line 122, scss/component/hero.scss */
    .container-standard.page-header .row--content .col-lg-6 {
      height: 100%;
      display: flex;
      align-items: flex-start; }
      /* line 128, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .hero__page {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 40px;
        padding-bottom: 80px; }
        @media (max-width: 991px) {
          /* line 128, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.text-col .hero__page {
            padding-bottom: 40px; } }
        /* line 140, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.text-col .hero__page .hero__page__text {
          margin-top: 40px;
          color: var(--color--secondary3); }
          @media (max-width: 991px) {
            /* line 140, scss/component/hero.scss */
            .container-standard.page-header .row--content .col-lg-6.text-col .hero__page .hero__page__text {
              margin-top: 24px; } }
          /* line 148, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.text-col .hero__page .hero__page__text .hero__page__text__subtitle {
            font-size: var(--font-size-pL); }
      /* line 154, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .hero__product {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 80px; }
        @media (max-width: 991px) {
          /* line 154, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.text-col .hero__product {
            padding-bottom: 40px; } }
        /* line 165, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.text-col .hero__product .hero__product__text__title {
          color: var(--color--secondary2);
          position: relative; }
          /* line 169, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.text-col .hero__product .hero__product__text__title::before {
            content: var(--product-logo-url, url("../../images/icons/opera-logo-product.svg"));
            position: relative;
            bottom: -20px;
            right: 80px; }
            @media (max-width: 991px) {
              /* line 169, scss/component/hero.scss */
              .container-standard.page-header .row--content .col-lg-6.text-col .hero__product .hero__product__text__title::before {
                right: 0;
                bottom: 0; } }
        /* line 182, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.text-col .hero__product .product-info {
          color: var(--color--neutral3); }
      /* line 187, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .product-informations {
        padding-left: 1rem; }
        @media (max-width: 991px) {
          /* line 187, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.text-col .product-informations {
            padding-left: 0; } }
      /* line 195, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .field--name-field-product-details {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin: 2rem 0; }
      /* line 202, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .paragraph--type--product-details {
        display: flex;
        align-items: center;
        gap: 0.5rem; }
      /* line 209, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .field--name-field-product-icon img {
        width: 32px; }
      /* line 215, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.text-col .field--name-field-more-info .field__item {
        padding-top: 1rem;
        padding-bottom: 2rem;
        border-top: 1px solid var(--color--neutral2); }
        /* line 220, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.text-col .field--name-field-more-info .field__item:last-child {
          padding-bottom: 0; }
      /* line 228, scss/component/hero.scss */
      .container-standard.page-header .row--content .col-lg-6.img-col {
        justify-content: center;
        align-self: flex-end; }
        /* line 232, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.img-col.product-img-col {
          justify-content: flex-start; }
          @media (max-width: 991px) {
            /* line 232, scss/component/hero.scss */
            .container-standard.page-header .row--content .col-lg-6.img-col.product-img-col {
              justify-content: center; } }
        @media (max-width: 991px) {
          /* line 228, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.img-col {
            order: 2; } }
        /* line 244, scss/component/hero.scss */
        .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-page-image-hero-over,
        .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-product-image {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 100%; }
          /* line 252, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-page-image-hero-over.field--name-field-product-image,
          .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-product-image.field--name-field-product-image {
            width: unset; }
          /* line 256, scss/component/hero.scss */
          .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-page-image-hero-over img,
          .container-standard.page-header .row--content .col-lg-6.img-col .field--name-field-product-image img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: bottom;
               object-position: bottom;
            display: block; }

/*# sourceMappingURL=hero.css.map */
