@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gantari:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
header {
  background: #0B0A0999;
  padding: 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    header {
      position: relative;
      top: 0; } }
  header .header_wrap {
    display: flex;
    justify-content: space-between; }
    header .header_wrap .left_side {
      display: flex;
      justify-content: flex-start; }
      header .header_wrap .left_side .site-branding {
        margin-right: 100px; }
        @media screen and (max-width: 1200px) {
          header .header_wrap .left_side .site-branding {
            margin-right: 50px; } }
        header .header_wrap .left_side .site-branding .site-logo {
          margin: 0; }
          header .header_wrap .left_side .site-branding .site-logo img {
            max-width: 90px; }
      header .header_wrap .left_side .primary-navigation {
        align-self: center; }
        @media screen and (max-width: 768px) {
          header .header_wrap .left_side .primary-navigation {
            position: fixed;
            left: -100%;
            top: 100px;
            background: #050506;
            height: 100%;
            z-index: 9;
            padding: 50px;
            transition: all .4s;
            right: auto;
            max-width: 75%; } }
        header .header_wrap .left_side .primary-navigation.active {
          left: 0;
          transition: all .4s; }
        header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item {
          margin: 0 14px; }
          @media screen and (max-width: 1100px) {
            header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item {
              margin: 0 10px; } }
          @media screen and (max-width: 768px) {
            header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item {
              width: 100%;
              margin: 20px 0;
              text-align: center; } }
          header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a {
            color: #FFF;
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            padding: 0; }
            @media screen and (max-width: 1100px) {
              header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a {
                font-size: 20px; } }
            @media screen and (max-width: 768px) {
              header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a {
                font-size: 24px;
                text-align: center;
                width: 100%;
                display: block; } }
            header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a:hover {
              text-decoration: none; }
              header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a:hover:before {
                opacity: 1;
                transition: all .4s; }
            header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a:before {
              content: '';
              position: absolute;
              left: calc(50% - 4px);
              bottom: -12px;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: #FEFEFE;
              opacity: 0;
              transition: all .4s; }
              @media screen and (max-width: 768px) {
                header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item a:before {
                  background: #ED2E38; } }
          header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item.current-menu-item a {
            text-decoration: none;
            position: relative; }
            @media screen and (max-width: 768px) {
              header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item.current-menu-item a {
                color: #ED2E38; } }
            header .header_wrap .left_side .primary-navigation ul.menu-wrapper li.menu-item.current-menu-item a:before {
              opacity: 1; }
        header .header_wrap .left_side .primary-navigation .lang_menu.mobile {
          display: none; }
          @media screen and (max-width: 768px) {
            header .header_wrap .left_side .primary-navigation .lang_menu.mobile {
              display: block; } }
        header .header_wrap .left_side .primary-navigation .lang_menu ul {
          padding: 0; }
          header .header_wrap .left_side .primary-navigation .lang_menu ul li {
            list-style: none; }
            header .header_wrap .left_side .primary-navigation .lang_menu ul li > a, header .header_wrap .left_side .primary-navigation .lang_menu ul li button {
              display: none; }
            header .header_wrap .left_side .primary-navigation .lang_menu ul li ul.sub-menu {
              padding: 0;
              display: flex;
              justify-content: center;
              border: 0; }
              header .header_wrap .left_side .primary-navigation .lang_menu ul li ul.sub-menu li {
                list-style: none;
                margin: 0 10px; }
                header .header_wrap .left_side .primary-navigation .lang_menu ul li ul.sub-menu li a {
                  display: block; }
                  header .header_wrap .left_side .primary-navigation .lang_menu ul li ul.sub-menu li a span {
                    display: none; }
    header .header_wrap .right_side {
      align-self: center; }
      header .header_wrap .right_side .burger {
        width: 25px;
        height: 20px;
        position: relative;
        display: none; }
        @media screen and (max-width: 768px) {
          header .header_wrap .right_side .burger {
            display: block; } }
        header .header_wrap .right_side .burger.active span:nth-of-type(2) {
          opacity: 0;
          transition: all .4s; }
        header .header_wrap .right_side .burger.active span:first-of-type {
          top: calc(50% - 1px);
          transform: rotate(-45deg);
          transition: all .4s; }
        header .header_wrap .right_side .burger.active span:last-of-type {
          top: calc(50% - 1px);
          transform: rotate(45deg);
          transition: all .4s; }
        header .header_wrap .right_side .burger span {
          width: 100%;
          height: 3px;
          background: #ED2E38;
          display: block;
          border-radius: 8px;
          position: absolute; }
          header .header_wrap .right_side .burger span:first-of-type {
            top: 0;
            transition: all .4s; }
          header .header_wrap .right_side .burger span:nth-of-type(2) {
            top: 8px;
            transition: all .4s;
            opacity: 1; }
          header .header_wrap .right_side .burger span:last-of-type {
            bottom: 1px;
            top: auto;
            transition: all .4s; }
      header .header_wrap .right_side .lang_menu.desktop {
        display: block; }
        @media screen and (max-width: 768px) {
          header .header_wrap .right_side .lang_menu.desktop {
            display: none; } }
      header .header_wrap .right_side .lang_menu li.pll-parent-menu-item {
        position: relative;
        list-style: none; }
        header .header_wrap .right_side .lang_menu li.pll-parent-menu-item:hover ul.sub-menu {
          display: block; }
        header .header_wrap .right_side .lang_menu li.pll-parent-menu-item .sub-menu-toggle {
          display: none; }
        header .header_wrap .right_side .lang_menu li.pll-parent-menu-item > a {
          font-size: 18px;
          color: white;
          line-height: 28px;
          text-decoration: none;
          display: flex;
          align-items: center; }
        header .header_wrap .right_side .lang_menu li.pll-parent-menu-item ul.sub-menu {
          position: absolute;
          padding: 10px;
          background: white;
          width: 110px;
          left: 0;
          display: none; }
          header .header_wrap .right_side .lang_menu li.pll-parent-menu-item ul.sub-menu li {
            list-style: none; }
            header .header_wrap .right_side .lang_menu li.pll-parent-menu-item ul.sub-menu li a {
              text-decoration: none;
              display: flex;
              align-items: center; }

.home_main_section .main_section {
  position: relative; }
  @media screen and (max-width: 768px) {
    .home_main_section .main_section {
      height: calc(100vh - 100px); } }
  .home_main_section .main_section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 10px;
    right: 0;
    display: block;
    background: #00000033; }
  .home_main_section .main_section video {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .home_main_section .main_section video {
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        width: auto; } }
  .home_main_section .main_section .main_section_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    max-width: 40%; }
    @media screen and (max-width: 1400px) {
      .home_main_section .main_section .main_section_content {
        max-width: 70%;
        transform: translateY(-30%); } }
    @media screen and (max-width: 991px) {
      .home_main_section .main_section .main_section_content {
        left: 60px; } }
    @media screen and (max-width: 768px) {
      .home_main_section .main_section .main_section_content {
        transform: translateY(-50%);
        max-width: 100%;
        z-index: 0;
        left: 15px;
        right: 15px; } }
    .home_main_section .main_section .main_section_content h2 {
      color: #FFF;
      font-size: 62px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 991px) {
        .home_main_section .main_section .main_section_content h2 {
          font-size: 42px;
          line-height: 48px;
          margin-bottom: 10px; } }
    .home_main_section .main_section .main_section_content p {
      color: #FFF;
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 56px; }
      @media screen and (max-width: 991px) {
        .home_main_section .main_section .main_section_content p {
          margin-bottom: 20px; } }

.home_about_us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 160px; }
  @media screen and (max-width: 991px) {
    .home_about_us {
      padding-top: 50px; } }
  .home_about_us .head {
    width: 100%;
    text-align: center; }
    .home_about_us .head h6 {
      color: #ED2E38;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 12px;
      text-align: center;
      text-transform: uppercase; }
    .home_about_us .head h3 {
      color: #FFF;
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 70px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .home_about_us .head h3 {
          font-size: 42px;
          line-height: 48px; } }
  .home_about_us .img_side {
    max-width: 50%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .home_about_us .img_side {
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 768px) {
      .home_about_us .img_side {
        max-width: 100%; } }
    .home_about_us .img_side img {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover; }
      @media screen and (max-width: 1200px) {
        .home_about_us .img_side img {
          object-fit: cover; } }
      @media screen and (max-width: 768px) {
        .home_about_us .img_side img {
          position: initial;
          transform: none; } }
  .home_about_us .text_side {
    max-width: 50%;
    width: 100%;
    padding: 80px 64px;
    background: #1D2021; }
    @media screen and (max-width: 991px) {
      .home_about_us .text_side {
        padding: 30px 20px; } }
    @media screen and (max-width: 768px) {
      .home_about_us .text_side {
        max-width: 100%; } }
    .home_about_us .text_side p {
      color: #FFF;
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 48px; }
      @media screen and (max-width: 991px) {
        .home_about_us .text_side p {
          font-size: 18px;
          line-height: 25px; } }

.home_products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px; }
  .home_products .head {
    max-width: 100%;
    width: 100%; }
    .home_products .head h6 {
      text-transform: uppercase;
      color: #ED2E38;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-align: center;
      margin-bottom: 12px; }
    .home_products .head h3 {
      color: #FFF;
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 75px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .home_products .head h3 {
          font-size: 42px;
          line-height: 48px;
          margin-bottom: 40px; } }

.single_post {
  max-width: calc(100% / 3 - 15px);
  width: 100%;
  padding: 52px 52px 32px;
  margin-bottom: 62px;
  position: relative;
  border-radius: 14px;
  background: #1D2021;
  transition: all .4s; }
  @media screen and (max-width: 991px) {
    .single_post {
      max-width: calc(100% / 2 - 15px); } }
  @media screen and (max-width: 768px) {
    .single_post {
      max-width: calc(100% / 2 - 5px);
      padding: 20px;
      margin-bottom: 15px; } }
  .single_post:hover {
    background: #393939;
    transition: all .4s; }
    .single_post:hover .post_content .product_title, .single_post:hover .post_content .gramaj {
      opacity: 0;
      visibility: hidden;
      transition: all .4s; }
    .single_post:hover .post_content a.button {
      opacity: 1;
      visibility: visible;
      transition: all .4s; }
  .single_post .img_wrap {
    position: relative;
    display: block; }
    .single_post .img_wrap img {
      margin: 0 auto;
      max-width: 100%; }
    .single_post .img_wrap .info_ing {
      margin-top: 18px;
      text-align: right;
      cursor: pointer;
      width: fit-content;
      margin-left: auto;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .single_post .img_wrap .info_ing {
          margin-bottom: 0;
          margin-top: 10px;
          display: none; } }
      .single_post .img_wrap .info_ing:hover.info_ing + .ingrediente {
        visibility: visible;
        opacity: 1;
        transition: all .4s; }
    .single_post .img_wrap .ingrediente {
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.1));
      top: 26px;
      left: 45px;
      right: 45px;
      padding: 18px;
      color: #313131;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: -0.04px;
      border-radius: 12px;
      visibility: hidden;
      opacity: 0;
      transition: all .4s; }
  .single_post .post_content {
    position: relative; }
    .single_post .post_content a.product_title {
      text-decoration: none;
      transition: all .4s; }
      .single_post .post_content a.product_title h2 {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 8px;
        height: 64px; }
        @media screen and (max-width: 768px) {
          .single_post .post_content a.product_title h2 {
            font-size: 18px;
            line-height: 24px;
            margin-top: 10px;
            height: 50px; } }
    .single_post .post_content .gramaj {
      color: #FFF;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      transition: all .4s; }
    .single_post .post_content .button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      transition: all .4s; }
      @media screen and (max-width: 768px) {
        .single_post .post_content .button {
          padding: 10px 17px;
          font-size: 14px; } }

.more_products {
  border-radius: 100px;
  border: 1px solid var(--white, #FFF);
  padding: 14px 32px;
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto 77px;
  display: block; }

.brand_futures {
  background-image: url("/wp-content/themes/twentytwentyone-child/assets/images/Rectangle 3787.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 100px 0 70px; }
  @media screen and (max-width: 991px) {
    .brand_futures {
      background-image: none; } }
  @media screen and (max-width: 768px) {
    .brand_futures {
      padding: 50px 0; } }
  .brand_futures .text {
    max-width: 40%;
    width: 100%;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .brand_futures .text {
        max-width: 50%; } }
    @media screen and (max-width: 991px) {
      .brand_futures .text {
        max-width: 100%; } }
    .brand_futures .text h3 {
      color: #FFF;
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        .brand_futures .text h3 {
          font-size: 42px;
          line-height: 48px; } }
    .brand_futures .text p {
      color: #C4C4C4;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }
    .brand_futures .text ul {
      padding-left: 5px;
      margin-bottom: 40px; }
      .brand_futures .text ul li {
        color: #C4C4C4;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-transform: uppercase;
        list-style: none;
        position: relative;
        padding-left: 15px; }
        .brand_futures .text ul li:before {
          position: absolute;
          content: '';
          width: 4px;
          height: 4px;
          display: block;
          left: 0;
          top: calc(50% - 2px);
          background: #C4C4C4; }
    .brand_futures .text .blocks {
      display: flex;
      justify-content: space-between;
      padding: 28px 60px;
      background: #ED2E38;
      border-radius: 9px; }
      @media screen and (max-width: 768px) {
        .brand_futures .text .blocks {
          padding: 28px; } }
      .brand_futures .text .blocks .block {
        text-align: center; }
        .brand_futures .text .blocks .block img {
          display: block;
          height: 70px;
          margin: 0 auto; }
        .brand_futures .text .blocks .block span {
          text-align: center;
          margin-top: 15px;
          color: var(--white, #FFF);
          font-size: 24px;
          font-weight: 700;
          line-height: 32px; }

footer.site-footer {
  padding-top: 67px;
  padding-bottom: 0; }
  footer.site-footer .footer_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      footer.site-footer .footer_content {
        flex-wrap: wrap; } }
    footer.site-footer .footer_content .column {
      max-width: 23%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        footer.site-footer .footer_content .column {
          max-width: 100%;
          margin-bottom: 30px; } }
      footer.site-footer .footer_content .column .site-name .site-logo {
        margin: 0; }
      footer.site-footer .footer_content .column .short_description {
        margin-top: 17px;
        color: var(--Dark-Grey-DG-3, #B1ABAB);
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
      footer.site-footer .footer_content .column h3 {
        color: var(--red, #ED2E38);
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 18px; }
      footer.site-footer .footer_content .column nav {
        margin: 0; }
        footer.site-footer .footer_content .column nav ul {
          flex-wrap: wrap; }
          footer.site-footer .footer_content .column nav ul li {
            width: 100%;
            line-height: 1;
            margin-bottom: 16px; }
            footer.site-footer .footer_content .column nav ul li a {
              color: var(--Dark-Grey-DG-3, #B1ABAB);
              font-size: 16px;
              font-weight: 400;
              line-height: 20px;
              text-decoration: none;
              padding: 0; }
      footer.site-footer .footer_content .column p {
        color: var(--Dark-Grey-DG-3, #B1ABAB);
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px; }
        footer.site-footer .footer_content .column p b {
          font-weight: 700; }
        footer.site-footer .footer_content .column p a {
          color: var(--Dark-Grey-DG-3, #B1ABAB);
          text-decoration: none;
          font-weight: 400; }
      footer.site-footer .footer_content .column .socials {
        display: flex;
        justify-content: flex-start; }
        footer.site-footer .footer_content .column .socials a {
          margin-right: 20px; }
  footer.site-footer .bottom_footer {
    background: #1D2021;
    text-align: center;
    padding: 12px;
    color: var(--Dark-Grey-DG-4, #968F8F);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }

.produse_main_section {
  position: relative; }
  @media screen and (max-width: 768px) {
    .produse_main_section {
      height: calc(100vh - 100px);
      display: flex; } }
  .produse_main_section img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .produse_main_section img {
        object-fit: cover; } }
  .produse_main_section .produse_main_content {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .produse_main_section .produse_main_content {
        left: 15px;
        right: 15px;
        max-width: 100%; } }
    .produse_main_section .produse_main_content h1 {
      color: var(--white, #FFF);
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
    .produse_main_section .produse_main_content p {
      color: #CDCDCD;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }

.produse_content_page {
  margin-top: 100px; }
  .produse_content_page h6 {
    color: #ED2E38;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center; }
  .produse_content_page h3 {
    text-align: center;
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 74px; }
    @media screen and (max-width: 768px) {
      .produse_content_page h3 {
        font-size: 42px;
        line-height: 48px; } }
  .produse_content_page .products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .produse_content_page .products .single_post {
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .produse_content_page .products .single_post {
          margin-right: 10px; } }
      .produse_content_page .products .single_post:nth-of-type(3n) {
        margin-right: 0; }
        @media screen and (max-width: 991px) {
          .produse_content_page .products .single_post:nth-of-type(3n) {
            margin-right: 20px; } }
        @media screen and (max-width: 768px) {
          .produse_content_page .products .single_post:nth-of-type(3n) {
            margin-right: 10px; } }
      @media screen and (max-width: 991px) {
        .produse_content_page .products .single_post:nth-of-type(2n) {
          margin-right: 0; } }

.product_page_wrap {
  padding-top: 250px;
  background-image: url("/wp-content/themes/twentytwentyone-child/assets/images/productPageBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative; }
  @media screen and (max-width: 991px) {
    .product_page_wrap {
      padding-top: 50px; } }
  .product_page_wrap .busuioc {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .product_page_wrap .product_page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px; }
    @media screen and (max-width: 991px) {
      .product_page_wrap .product_page {
        flex-wrap: wrap; } }
    .product_page_wrap .product_page .gallery_side {
      max-width: 47%;
      width: 100%;
      align-self: flex-start; }
      @media screen and (max-width: 991px) {
        .product_page_wrap .product_page .gallery_side {
          max-width: 100%; } }
      .product_page_wrap .product_page .gallery_side .top_gallery {
        margin-bottom: 24px; }
        .product_page_wrap .product_page .gallery_side .top_gallery .slide {
          height: 350px;
          width: 100%;
          overflow: hidden;
          border-radius: 6px; }
          .product_page_wrap .product_page .gallery_side .top_gallery .slide img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .product_page_wrap .product_page .gallery_side .bottom_gallery .slide {
        margin: 0 20px;
        height: 120px;
        overflow: hidden;
        border-radius: 6px;
        width: 130px;
        position: relative; }
        .product_page_wrap .product_page .gallery_side .bottom_gallery .slide img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          object-fit: cover;
          max-width: 100%; }
      .product_page_wrap .product_page .gallery_side a:focus {
        outline: none; }
      .product_page_wrap .product_page .gallery_side a img {
        max-width: 100%; }
    .product_page_wrap .product_page .summary_side {
      max-width: 47%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .product_page_wrap .product_page .summary_side {
          max-width: 100%; } }
      .product_page_wrap .product_page .summary_side h1 {
        color: var(--white, #FFF);
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .product_page_wrap .product_page .summary_side h1 {
            font-size: 42px;
            line-height: 48px; } }
      .product_page_wrap .product_page .summary_side b {
        color: var(--white, #FFF);
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 12px; }
      .product_page_wrap .product_page .summary_side p {
        color: #B8B8B8;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 32px; }
  .product_page_wrap .product_page_tabs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px; }
    @media screen and (max-width: 991px) {
      .product_page_wrap .product_page_tabs {
        flex-wrap: wrap; } }
    .product_page_wrap .product_page_tabs .left_side {
      max-width: 47%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .product_page_wrap .product_page_tabs .left_side {
          max-width: 100%; } }
      .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion {
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion {
            margin-bottom: 20px; } }
        .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion.active .accordion_content {
          overflow: visible;
          height: auto; }
        .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion.active .accordion_header {
          border-bottom: 0; }
          .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion.active .accordion_header svg {
            transform: rotate(0);
            transition: all .4s; }
        .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion .accordion_header {
          display: flex;
          justify-content: space-between;
          padding-bottom: 8px;
          margin-bottom: 12px;
          border-bottom: 1px solid #616161;
          cursor: pointer; }
          .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion .accordion_header h4 {
            align-self: center;
            color: var(--white, #FFF);
            font-size: 20px;
            font-weight: 600;
            line-height: 32px; }
          .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion .accordion_header svg {
            align-self: center;
            transform: rotate(180deg);
            transition: all .4s; }
        .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion .accordion_content {
          color: #B8B8B8;
          font-size: 20px;
          font-weight: 400;
          line-height: 28px;
          height: 0;
          overflow: hidden; }
          .product_page_wrap .product_page_tabs .left_side .accordion .single_accordion .accordion_content p {
            color: #B8B8B8;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px; }
    .product_page_wrap .product_page_tabs .right_side {
      max-width: 47%;
      width: 100%;
      position: relative;
      align-self: center; }
      @media screen and (max-width: 991px) {
        .product_page_wrap .product_page_tabs .right_side {
          max-width: 100%; } }
      .product_page_wrap .product_page_tabs .right_side img {
        max-width: 100%;
        width: 100%; }
      .product_page_wrap .product_page_tabs .right_side .right_side_content {
        position: absolute;
        max-width: 50%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .product_page_wrap .product_page_tabs .right_side .right_side_content {
            max-width: 100%;
            left: 15px; } }
        .product_page_wrap .product_page_tabs .right_side .right_side_content img {
          max-width: 100px;
          margin-bottom: 15px; }
        .product_page_wrap .product_page_tabs .right_side .right_side_content h4 {
          color: var(--white, #FFF);
          font-size: 32px;
          font-weight: 700;
          line-height: 40px;
          letter-spacing: -0.96px;
          margin-bottom: 24px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .product_page_wrap .product_page_tabs .right_side .right_side_content h4 {
              font-size: 28px; } }
        .product_page_wrap .product_page_tabs .right_side .right_side_content a {
          margin: 0 auto; }
  .product_page_wrap .related_products {
    padding-bottom: 100px; }
    .product_page_wrap .related_products .products {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      z-index: 1; }
      .product_page_wrap .related_products .products .slick-slide {
        margin: 0 10px; }
      .product_page_wrap .related_products .products .single_post {
        max-width: 100%;
        margin: 0 10px; }
        .product_page_wrap .related_products .products .single_post .img_wrap .ingrediente {
          left: 15px;
          right: 15px; }

.about_main_section {
  position: relative; }
  @media screen and (max-width: 768px) {
    .about_main_section {
      height: calc(100vh - 100px);
      position: relative;
      display: flex; } }
  .about_main_section img {
    width: 100%;
    object-fit: cover; }
  .about_main_section .about_us_main_section_content {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-60%);
    max-width: 500px; }
    @media screen and (max-width: 991px) {
      .about_main_section .about_us_main_section_content {
        transform: translateY(-30%); } }
    @media screen and (max-width: 768px) {
      .about_main_section .about_us_main_section_content {
        left: 15px;
        right: 15px; } }
    .about_main_section .about_us_main_section_content h2 {
      color: var(--white, #FFF);
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        .about_main_section .about_us_main_section_content h2 {
          font-size: 42px;
          line-height: 48px; } }
    .about_main_section .about_us_main_section_content p {
      color: #CDCDCD;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }

.about_us_page_content {
  display: flex;
  justify-content: space-around;
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    .about_us_page_content {
      flex-wrap: wrap;
      margin-top: 30px; } }
  .about_us_page_content:nth-of-type(2n) .single_block_image {
    order: 2; }
  .about_us_page_content:nth-of-type(2n) .single_block_content {
    order: 1; }
  .about_us_page_content .single_block_image {
    max-width: 47%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .about_us_page_content .single_block_image {
        max-width: 100%;
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .about_us_page_content .single_block_image {
      order: 2; } }
    .about_us_page_content .single_block_image img {
      max-width: 100%;
      width: 100%; }
  .about_us_page_content .single_block_content {
    max-width: 48%;
    width: 100%;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .about_us_page_content .single_block_content {
        max-width: 100%; } }
    .about_us_page_content .single_block_content h3 {
      color: var(--white, #FFF);
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 991px) {
        .about_us_page_content .single_block_content h3 {
          font-size: 42px;
          line-height: 48px; } }
    .about_us_page_content .single_block_content p {
      color: #CDCDCD;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      /* 140% */
      margin-bottom: 24px; }

.ce_ne_recomanda {
  margin-top: 90px;
  margin-bottom: 100px; }
  .ce_ne_recomanda h3 {
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .ce_ne_recomanda h3 {
        font-size: 42px;
        line-height: 48px; } }
  .ce_ne_recomanda ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .ce_ne_recomanda ul {
        flex-wrap: wrap; } }
    .ce_ne_recomanda ul li {
      list-style: none;
      max-width: 48%; }
      @media screen and (max-width: 768px) {
        .ce_ne_recomanda ul li {
          max-width: 100%;
          margin-bottom: 30px; } }
      .ce_ne_recomanda ul li b {
        margin-bottom: 8px; }
        .ce_ne_recomanda ul li b p {
          color: #EAEAEA;
          font-size: 24px;
          font-weight: 700;
          line-height: 32px; }
      .ce_ne_recomanda ul li p {
        color: #EAEAEA;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px; }

.image_slider_wrap {
  background: var(--red, #ED2E38);
  padding: 111px 0; }
  .image_slider_wrap .image_slider {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .image_slider_wrap .image_slider {
        flex-wrap: wrap; } }
    .image_slider_wrap .image_slider .left_side {
      max-width: 500px;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .image_slider_wrap .image_slider .left_side {
          max-width: 380px; } }
      @media screen and (max-width: 768px) {
        .image_slider_wrap .image_slider .left_side {
          max-width: 100%;
          margin-bottom: 50px; } }
      .image_slider_wrap .image_slider .left_side h3 {
        color: var(--white, #FFF);
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -1.68px;
        margin-bottom: 40px; }
        @media screen and (max-width: 991px) {
          .image_slider_wrap .image_slider .left_side h3 {
            font-size: 42px;
            line-height: 48px; } }
        @media screen and (max-width: 768px) {
          .image_slider_wrap .image_slider .left_side h3 {
            font-size: 38px; } }
      .image_slider_wrap .image_slider .left_side a {
        color: #ED2E38;
        background: #FFFFFF; }
    .image_slider_wrap .image_slider .right_side {
      max-width: calc(100% - 520px); }
      @media screen and (max-width: 991px) {
        .image_slider_wrap .image_slider .right_side {
          max-width: calc(100% - 400px); } }
      @media screen and (max-width: 768px) {
        .image_slider_wrap .image_slider .right_side {
          max-width: 100%; } }
      .image_slider_wrap .image_slider .right_side .img_slider .slick-slide {
        margin: 0 10px; }
      .image_slider_wrap .image_slider .right_side .img_slider .slide {
        border-radius: 6px;
        position: relative;
        overflow: hidden;
        height: 250px;
        width: 250px; }
        .image_slider_wrap .image_slider .right_side .img_slider .slide a {
          width: 100%;
          display: block; }
          .image_slider_wrap .image_slider .right_side .img_slider .slide a img {
            max-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover; }

.main_tehnologie .main_section {
  position: relative;
  display: flex;
  height: calc(100vh - 100px); }
  .main_tehnologie .main_section img {
    width: 100%;
    object-fit: cover; }
  .main_tehnologie .main_section .main_section_content {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 120px;
    transform: translateY(-60%);
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .main_tehnologie .main_section .main_section_content {
        left: 15px;
        right: 15px; } }
    .main_tehnologie .main_section .main_section_content h1 {
      color: var(--white, #FFF);
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        .main_tehnologie .main_section .main_section_content h1 {
          font-size: 42px;
          line-height: 48px; } }
    .main_tehnologie .main_section .main_section_content p {
      color: #CDCDCD;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }

.tehnologie {
  background-image: url("/wp-content/themes/twentytwentyone-child/assets/images/productPageBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 64px;
  position: relative; }
  .tehnologie h2 {
    color: var(--white, #FFF);
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    margin-bottom: 24px; }
  .tehnologie p {
    color: #CDCDCD;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 68px; }
  .tehnologie .tehnologie_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .tehnologie .tehnologie_wrap {
        flex-wrap: wrap; } }
    .tehnologie .tehnologie_wrap .image {
      max-width: 550px;
      width: 100%;
      margin-left: 20px; }
      @media screen and (max-width: 1100px) {
        .tehnologie .tehnologie_wrap .image {
          max-width: 48%;
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        .tehnologie .tehnologie_wrap .image {
          max-width: 100%; } }
      .tehnologie .tehnologie_wrap .image img {
        max-width: 100%;
        width: 100%; }
    .tehnologie .tehnologie_wrap .tech_blocks {
      max-width: 48%; }
      @media screen and (max-width: 768px) {
        .tehnologie .tehnologie_wrap .tech_blocks {
          max-width: 100%; } }
      .tehnologie .tehnologie_wrap .tech_blocks .text_side {
        border-radius: 12px;
        border: 3px dashed var(--red, #ED2E38);
        align-self: center;
        padding: 18px 24px;
        position: relative;
        margin-bottom: 40px;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .tehnologie .tehnologie_wrap .tech_blocks .text_side {
            margin: 0 auto 40px; } }
        @media screen and (max-width: 650px) {
          .tehnologie .tehnologie_wrap .tech_blocks .text_side {
            max-width: 100%; } }
        .tehnologie .tehnologie_wrap .tech_blocks .text_side h6 {
          color: #CDCDCD;
          font-size: 20px;
          font-weight: 900;
          line-height: 28px;
          margin-bottom: 5px; }
        .tehnologie .tehnologie_wrap .tech_blocks .text_side p {
          color: #CDCDCD;
          font-size: 20px;
          font-weight: 400;
          line-height: 28px;
          margin-bottom: 0;
          text-align: left; }
      .tehnologie .tehnologie_wrap .tech_blocks .img_side {
        width: 400px;
        height: 220px;
        overflow: hidden;
        position: relative;
        border-radius: 9px; }
        @media screen and (max-width: 991px) {
          .tehnologie .tehnologie_wrap .tech_blocks .img_side {
            margin: 0 auto; } }
        .tehnologie .tehnologie_wrap .tech_blocks .img_side img {
          max-width: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transform: translate(-50%, -50%); }

.contact_page {
  padding-top: 250px;
  background-image: url("/wp-content/themes/twentytwentyone-child/assets/images/productPageBG.png");
  background-position: top;
  background-size: cover;
  padding-bottom: 130px; }
  @media screen and (max-width: 991px) {
    .contact_page {
      padding-top: 200px; } }
  @media screen and (max-width: 768px) {
    .contact_page {
      padding-top: 50px; } }
  .contact_page .contact_page_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .contact_page .contact_page_wrap {
        flex-wrap: wrap; } }
    .contact_page .contact_page_wrap .left_side {
      max-width: 270px;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .contact_page .contact_page_wrap .left_side {
          max-width: 100%;
          display: flex;
          justify-content: space-between; } }
      @media screen and (max-width: 650px) {
        .contact_page .contact_page_wrap .left_side {
          flex-wrap: wrap; } }
      .contact_page .contact_page_wrap .left_side .block {
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 24px;
        padding-bottom: 24px; }
        @media screen and (max-width: 991px) {
          .contact_page .contact_page_wrap .left_side .block {
            border-bottom: 0;
            border-right: 1px solid #E6E6E6;
            margin-bottom: 0;
            padding: 0 24px; } }
        @media screen and (max-width: 768px) {
          .contact_page .contact_page_wrap .left_side .block {
            padding: 0 15px;
            margin-bottom: 40px; } }
        .contact_page .contact_page_wrap .left_side .block svg {
          display: block;
          margin: 0 auto 16px; }
        .contact_page .contact_page_wrap .left_side .block a {
          color: var(--white, #FFF);
          text-align: center;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          display: block;
          text-decoration: none; }
        .contact_page .contact_page_wrap .left_side .block:last-of-type {
          border-bottom: 0;
          border-right: 0; }
    .contact_page .contact_page_wrap .right_side {
      max-width: calc(100% - 400px);
      width: 100%; }
      @media screen and (max-width: 991px) {
        .contact_page .contact_page_wrap .right_side {
          max-width: 100%;
          margin-top: 60px; } }
      .contact_page .contact_page_wrap .right_side .contact_head {
        max-width: 415px;
        width: 100%;
        margin-bottom: 26px; }
        @media screen and (max-width: 991px) {
          .contact_page .contact_page_wrap .right_side .contact_head {
            margin: 0 auto 26px;
            text-align: center; } }
        .contact_page .contact_page_wrap .right_side .contact_head h4 {
          color: var(--white, #FFF);
          font-size: 24px;
          font-weight: 700;
          line-height: 32px;
          margin-bottom: 12px; }
        .contact_page .contact_page_wrap .right_side .contact_head p {
          color: var(--white, #FFF);
          font-size: 14px;
          font-weight: 400;
          line-height: 20px; }
      .contact_page .contact_page_wrap .right_side .contact_form form .half {
        display: flex;
        justify-content: space-between; }
        .contact_page .contact_page_wrap .right_side .contact_form form .half p {
          max-width: 48%;
          width: 100%; }
          .contact_page .contact_page_wrap .right_side .contact_form form .half p br {
            display: none; }
      .contact_page .contact_page_wrap .right_side .contact_form form p input {
        width: 100%;
        border-radius: 6px;
        border: 1px solid #acacac;
        background: transparent;
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        transition: all .3s; }
        .contact_page .contact_page_wrap .right_side .contact_form form p input::placeholder {
          color: #A4A4A4;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
        .contact_page .contact_page_wrap .right_side .contact_form form p input:focus {
          outline: none;
          border: 1px solid #ffffff;
          transition: all .3s; }
      .contact_page .contact_page_wrap .right_side .contact_form form p textarea {
        width: 100%;
        border-radius: 6px;
        border: 1px solid #acacac;
        background: transparent;
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        height: 100px;
        transition: all .3s; }
        .contact_page .contact_page_wrap .right_side .contact_form form p textarea::placeholder {
          color: #A4A4A4;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
        .contact_page .contact_page_wrap .right_side .contact_form form p textarea:focus {
          outline: none;
          border: 1px solid #ffffff;
          transition: all .3s; }
      .contact_page .contact_page_wrap .right_side .contact_form form p input[type="submit"] {
        padding: 14px 32px;
        border-radius: 100px;
        background: #ED2E38;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        border: 0;
        width: fit-content;
        margin-top: 24px; }

* {
  font-family: "Nunito", sans-serif !important; }

body {
  background: #050506; }
  @media screen and (max-width: 768px) {
    body.mobile_menu_opened {
      overflow: hidden; } }

a.button {
  padding: 14px 32px;
  display: block;
  width: fit-content;
  border-radius: 100px;
  background: #ED2E38;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none; }

a:focus {
  background: transparent; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 0 15px; } }

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

.text_page {
  padding-top: 200px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .text_page {
      padding-top: 50px; } }
  .text_page h1 {
    font-weight: 700;
    font-size: 56px;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .text_page h1 {
        font-size: 42px;
        line-height: 48px; } }
  .text_page p, .text_page li, .text_page span {
    font-size: 16px;
    line-height: 1.5;
    color: white; }
  .text_page ul, .text_page ol {
    padding-left: 30px; }
    .text_page ul li, .text_page ol li {
      margin-bottom: 15px; }
      .text_page ul li strong, .text_page ol li strong {
        margin-top: 0; }
  .text_page strong {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px; }
  .text_page a {
    color: #ED2E38; }
  .text_page p {
    margin-bottom: 10px; }

.lb-outerContainer {
  background-color: #000000 !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.main_section {
  position: relative; }
  .main_section img {
    width: 100%; }
  .main_section .main_section_content {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-60%);
    max-width: 500px; }
    @media screen and (max-width: 1200px) {
      .main_section .main_section_content {
        transform: translateY(-30%); } }
    @media screen and (max-width: 768px) {
      .main_section .main_section_content {
        max-width: 100%;
        left: 15px;
        right: 15px;
        transform: translateY(-50%); } }
    .main_section .main_section_content h2 {
      color: var(--white, #FFF);
      font-size: 56px;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        .main_section .main_section_content h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 650px) {
        .main_section .main_section_content h2 {
          font-size: 28px;
          line-height: 35px; } }
    .main_section .main_section_content p {
      color: #CDCDCD;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }

.cariera {
  margin-bottom: 120px; }
  .cariera .block {
    display: flex;
    justify-content: space-between;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .cariera .block {
        flex-wrap: wrap; } }
    @media screen and (max-width: 768px) {
      .cariera .block:first-of-type .text_side {
        order: 0; } }
    @media screen and (max-width: 768px) {
      .cariera .block:first-of-type .img_side {
        order: 1; } }
    .cariera .block .img_side {
      max-width: calc(50% - 33px);
      width: 100%; }
      @media screen and (max-width: 768px) {
        .cariera .block .img_side {
          max-width: 100%; } }
      .cariera .block .img_side img {
        max-width: 100%;
        width: 100%; }
    .cariera .block .text_side {
      max-width: calc(50% - 33px);
      width: 100%;
      align-self: center; }
      @media screen and (max-width: 768px) {
        .cariera .block .text_side {
          max-width: 100%;
          margin-bottom: 40px; } }
      .cariera .block .text_side h1 {
        color: var(--white, #FFF);
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .cariera .block .text_side h1 {
            font-size: 42px;
            line-height: 48px; } }
      .cariera .block .text_side p {
        color: #CDCDCD;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 12px; }
      .cariera .block .text_side .open_modal_cariera {
        cursor: pointer;
        color: #CDCDCD;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 32px;
        padding: 14px 32px;
        border: 1px solid #CDCDCD;
        border-radius: 30px;
        width: fit-content;
        transition: all .4s; }
        .cariera .block .text_side .open_modal_cariera:hover {
          background: #CDCDCD;
          color: #050506;
          transition: all .4s; }

.modal_aplica_job {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 5, 6, 0.68);
  width: 100%;
  z-index: 9;
  display: none; }
  .modal_aplica_job.active {
    display: block; }
  .modal_aplica_job .modal_wrap {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    background: #ED2E38;
    position: absolute;
    left: calc(50% - 300px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 15px 30px; }
    .modal_aplica_job .modal_wrap .modal_header {
      border-bottom: 2px solid white;
      padding-bottom: 10px;
      position: relative;
      margin-bottom: 25px; }
      .modal_aplica_job .modal_wrap .modal_header h3 {
        font-size: 28px;
        font-weight: 600;
        color: white; }
      .modal_aplica_job .modal_wrap .modal_header img {
        max-width: 18px;
        position: absolute;
        right: -10px;
        top: 0px;
        cursor: pointer; }
    .modal_aplica_job .modal_wrap .modal_content form p label {
      margin-bottom: 25px;
      display: block;
      color: white; }
      .modal_aplica_job .modal_wrap .modal_content form p label br {
        display: none; }
      .modal_aplica_job .modal_wrap .modal_content form p label span input {
        width: 100%;
        border: 1px solid white;
        padding: 5px 10px; }
        .modal_aplica_job .modal_wrap .modal_content form p label span input:focus {
          outline: none; }
      .modal_aplica_job .modal_wrap .modal_content form p label span input[type="file"] {
        border: 0;
        padding: 0; }
      .modal_aplica_job .modal_wrap .modal_content form p label span .wpcf7-not-valid-tip {
        color: #050506; }
    .modal_aplica_job .modal_wrap .modal_content form p input[type="submit"] {
      border: 0;
      background: #050506;
      color: white;
      padding: 15px 40px;
      border-radius: 32px;
      font-size: 18px;
      transition: all .4s; }
      .modal_aplica_job .modal_wrap .modal_content form p input[type="submit"]:hover {
        background: white;
        color: #ED2E38;
        transition: all .4s; }

.concurs {
  padding-top: 150px;
  padding-bottom: 100px;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/productPageBG.png");
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .concurs {
      padding-top: 0; } }
  .concurs .concurs_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .concurs .concurs_content .text {
      max-width: 800px;
      width: 100%;
      margin: 40px auto 60px; }
      .concurs .concurs_content .text h2 {
        color: var(--white, #FFF);
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .concurs .concurs_content .text h2 {
            font-size: 32px;
            line-height: 48px; } }
      .concurs .concurs_content .text p {
        color: #CDCDCD;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .concurs .concurs_content .text p {
            font-size: 18px; } }
    .concurs .concurs_content .img_side {
      max-width: 48%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .concurs .concurs_content .img_side {
          max-width: 100%; } }
      .concurs .concurs_content .img_side img {
        max-width: 100%;
        border-radius: 8px; }
    .concurs .concurs_content .form_side {
      max-width: 48%;
      width: 100%;
      padding: 15px; }
      @media screen and (max-width: 768px) {
        .concurs .concurs_content .form_side {
          max-width: 100%;
          margin-top: 25px; } }
      .concurs .concurs_content .form_side h3 {
        color: var(--white, #FFF);
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .concurs .concurs_content .form_side h3 {
            font-size: 26px;
            line-height: 34px; } }
      .concurs .concurs_content .form_side form p label br {
        display: none; }
      .concurs .concurs_content .form_side form p label span input {
        background: transparent;
        border-radius: 12px;
        border: 1px solid #ED2E38;
        color: white;
        margin-bottom: 20px;
        width: 100%; }
        .concurs .concurs_content .form_side form p label span input:focus {
          outline: none; }
      .concurs .concurs_content .form_side form p input[type="submit"] {
        width: 100%;
        text-align: center;
        color: white;
        border-radius: 12px;
        background: #ED2E38;
        padding: 15px;
        border: 0;
        margin-top: 20px; }
      .concurs .concurs_content .form_side form label br {
        display: none; }
      .concurs .concurs_content .form_side form label span label {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .concurs .concurs_content .form_side form label span input[type="checkbox"] {
        width: 20px;
        height: 20px;
        background: transparent;
        border: 1px solid #ED2E38;
        margin-right: 5px; }
        .concurs .concurs_content .form_side form label span input[type="checkbox"]:focus {
          outline: none; }
        .concurs .concurs_content .form_side form label span input[type="checkbox"]:after {
          border: 0;
          left: 2px;
          width: 14px;
          height: 14px;
          background: #ED2E38;
          transform: none; }
      .concurs .concurs_content .form_side form label span span {
        color: white; }
        .concurs .concurs_content .form_side form label span span a {
          color: white; }
      .concurs .concurs_content .form_side form .dswcf7_country_sel .country-select {
        width: 100%; }
        .concurs .concurs_content .form_side form .dswcf7_country_sel .country-select input {
          background: transparent;
          border-radius: 12px;
          border: 1px solid #ED2E38;
          color: white;
          margin-bottom: 20px;
          width: 100%; }
          .concurs .concurs_content .form_side form .dswcf7_country_sel .country-select input:focus {
            outline: none; }
      .concurs .concurs_content .form_side form .wpcf7-response-output {
        color: white; }
