/* Coca cola Brands colors */
/* Standard colors */
/* Font Colors */
/* Font family */
/* Font weight */
/* Grid variables */
body {
  direction: rtl;
  background-color: #e6f8fa; }

.close_btn a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.video_link {
  cursor: pointer; }

.video_popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 300;
  display: none;
  opacity: 0; }

.video_popup.on {
  display: block;
  opacity: 1;
  -webkit-animation: amin .3s ease-in-out;
          animation: amin .3s ease-in-out; }

.video_popup .video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }
  @media (max-width: 1024px) {
    .video_popup .video_wrap {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 19vw; } }
  .video_popup .video_wrap .close_popup {
    margin-bottom: 1.04vw;
    margin-right: 63vw; }
    @media (max-width: 1024px) {
      .video_popup .video_wrap .close_popup {
        margin-bottom: 2.6vw;
        margin-right: 0;
        margin-left: -79vw; } }
    .video_popup .video_wrap .close_popup a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 3.12vw;
      height: 3.12vw;
      background: black;
      border-radius: 100%;
      -webkit-box-shadow: 0.05vw 0.05vw 0.52vw 0.05vw rgba(0, 0, 0, 0.3);
              box-shadow: 0.05vw 0.05vw 0.52vw 0.05vw rgba(0, 0, 0, 0.3); }
      .video_popup .video_wrap .close_popup a::before, .video_popup .video_wrap .close_popup a::after {
        left: 48%;
        height: 50%;
        width: 2.6%;
        top: 26%;
        background: white;
        position: absolute; }
      .video_popup .video_wrap .close_popup a::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .video_popup .video_wrap .close_popup a::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      @media (max-width: 1024px) {
        .video_popup .video_wrap .close_popup a {
          width: 7.34vw;
          height: 7.34vw;
          -webkit-box-shadow: 0.1vw 0.1vw 0.9vw 0.2vw rgba(0, 0, 0, 0.15);
                  box-shadow: 0.1vw 0.1vw 0.9vw 0.2vw rgba(0, 0, 0, 0.15); }
          .video_popup .video_wrap .close_popup a::before, .video_popup .video_wrap .close_popup a::after {
            width: 3%; } }
  .video_popup .video_wrap .video_container {
    width: 66.67vw;
    position: relative;
    max-height: 37.76vw;
    height: 100%; }
    .video_popup .video_wrap .video_container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .video_popup .video_wrap .video_container {
        width: 88.78vw;
        max-height: 50.33vw; } }

.close_btn a {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 1.2vw;
  height: 1.2vw;
  z-index: 999;
  display: block; }

.container-cog {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .container-cog h1::after, .container-cog h2::after {
    content: unset; }
  @media (max-width: 768px) {
    .container-cog {
      top: 20vw; } }
  .container-cog .recycle {
    margin-top: 2%; }
    @media (max-width: 768px) {
      .container-cog .recycle {
        padding-right: 5px;
        padding-left: 5px; } }
    .container-cog .recycle .recycle-logo {
      width: 18%;
      margin: auto;
      margin-bottom: 2%; }
      @media (max-width: 768px) {
        .container-cog .recycle .recycle-logo {
          width: 24%; } }
    .container-cog .recycle .recycle-title {
      height: auto;
      width: 40%;
      margin: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 24px 0px 24px; }
      @media (max-width: 768px) {
        .container-cog .recycle .recycle-title {
          padding: 0px;
          margin: auto;
          width: 75%; } }
    .container-cog .recycle .info {
      font-size: 2.6em;
      font-weight: 700;
      line-height: 60.16px;
      padding: 0px 24px 0px 24px;
      gap: 10px;
      opacity: 0px;
      text-underline-position: from-font; }
      .container-cog .recycle .info .without-grapes {
        font-weight: 400; }
      @media (max-width: 768px) {
        .container-cog .recycle .info {
          font-size: 2em;
          line-height: normal;
          padding: 0px; } }
  .container-cog .personal-message {
    position: relative; }
    .container-cog .personal-message .personal-message-title {
      font-weight: 700;
      line-height: 115.2px;
      text-align: center;
      font-size: 70px;
      margin-top: 20px;
      margin-bottom: 0px;
      font-size: 60px; }
      @media (min-width: 1024px) {
        .container-cog .personal-message .personal-message-title {
          font-size: 50px;
          top: 0%;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (min-width: 1440px) {
        .container-cog .personal-message .personal-message-title {
          top: 1%;
          font-size: 60px; } }
      @media (max-width: 768px) {
        .container-cog .personal-message .personal-message-title {
          margin-top: 20px;
          font-size: 3em;
          line-height: normal;
          margin-bottom: -35px;
          width: auto; } }
    .container-cog .personal-message .personal-message-rectangle {
      width: 100%;
      display: block;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: auto;
      margin-bottom: 70px; }
  .container-cog .committed-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 85px; }
    @media (max-width: 768px) {
      .container-cog .committed-slot {
        gap: 50px;
        padding-left: 5px;
        padding-right: 5px; } }
    .container-cog .committed-slot .committed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container-cog .committed-slot .committed .committed-text {
        width: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        direction: rtl;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .container-cog .committed-slot .committed .committed-text .committed-text-title {
          width: 80%;
          height: auto;
          height: auto;
          opacity: 0px;
          text-align: center;
          padding-bottom: 25px; }
          .container-cog .committed-slot .committed .committed-text .committed-text-title .cycle {
            font-family: Heebo;
            font-size: 38px;
            font-weight: 500;
            line-height: 1.1;
            letter-spacing: -0.03em; }
        .container-cog .committed-slot .committed .committed-text .text {
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-align: center;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .committed .committed-text .end-info {
          text-align: center !important;
          font-size: 1em;
          font-weight: 700;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .committed {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .container-cog .committed-slot .committed .committed-text {
            width: 100%;
            margin-top: 20px; }
            .container-cog .committed-slot .committed .committed-text .text, .container-cog .committed-slot .committed .committed-text .end-info {
              line-height: normal; }
          .container-cog .committed-slot .committed .committed-image {
            width: 55%; } }
    .container-cog .committed-slot .our-packages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container-cog .committed-slot .our-packages .our-packages-text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        direction: rtl;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .container-cog .committed-slot .our-packages .our-packages-text .our-packages-title {
          width: 60%;
          height: auto;
          text-align: center;
          padding-bottom: 25px; }
        .container-cog .committed-slot .our-packages .our-packages-text .text {
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-align: center;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .our-packages .our-packages-text .end-info {
          text-align: center;
          font-size: 2.2em;
          font-weight: 700;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .our-packages {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 15px; }
          .container-cog .committed-slot .our-packages .our-packages-image {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 75%;
            margin: auto; }
            .container-cog .committed-slot .our-packages .our-packages-image .pic {
              width: 85%;
              margin: auto; }
          .container-cog .committed-slot .our-packages .our-packages-text {
            width: 100%; }
            .container-cog .committed-slot .our-packages .our-packages-text .text, .container-cog .committed-slot .our-packages .our-packages-text .end-info {
              font-size: 2em;
              margin-top: 0px;
              line-height: normal; } }
    .container-cog .committed-slot .plastic-reduce {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container-cog .committed-slot .plastic-reduce .plastic-reduce-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        direction: rtl;
        margin-top: -10%; }
        @media (min-width: 2100px) {
          .container-cog .committed-slot .plastic-reduce .plastic-reduce-image {
            margin-top: -6%; } }
      .container-cog .committed-slot .plastic-reduce .plastic-reduce-text {
        width: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .plastic-reduce-title {
          width: 70%;
          height: auto;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: auto;
          padding-bottom: 25px; }
        .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .text {
          font-size: 40px;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-align: center;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .text .info {
            text-align: center;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.1;
            text-underline-position: from-font;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none; }
        .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .end-info {
          text-align: center;
          font-size: 27px;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .plastic-reduce {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .container-cog .committed-slot .plastic-reduce .plastic-reduce-text {
            width: 100%; }
            .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .plastic-reduce-title {
              margin: auto;
              width: 75%;
              padding-bottom: 0px; }
            .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .text, .container-cog .committed-slot .plastic-reduce .plastic-reduce-text .end-info {
              font-size: 2.2em;
              line-height: normal; }
          .container-cog .committed-slot .plastic-reduce .plastic-reduce-image {
            width: 75%;
            margin: auto; }
            .container-cog .committed-slot .plastic-reduce .plastic-reduce-image .pic {
              width: auto; } }
    .container-cog .committed-slot .its-worth-recycling {
      margin-top: -100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-image {
        width: 40%; }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-image img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: -webkit-transform 0.5s ease;
          transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
          transition: transform 0.5s ease, -webkit-transform 0.5s ease;
          -webkit-transform-origin: center;
                  transform-origin: center; }
      .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text {
        width: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 5%; }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .its-worth-recycling-title {
          width: 45%;
          height: auto;
          text-align: center;
          margin: auto;
          padding-bottom: 25px; }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text {
          font-size: 40px;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-align: center;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-bold {
          text-align: center;
          font-size: 1em;
          font-weight: 700;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          @media (max-width: 768px) {
            .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-bold {
              font-size: 1em !important; } }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-except {
          text-align: center;
          font-size: 27px;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-orange {
          text-align: center;
          font-size: 2.2em;
          font-weight: 700;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none;
          color: #ffa10d; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .its-worth-recycling {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0px;
          margin-bottom: 0px; }
          .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-image {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 75%;
            margin: auto; }
          .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text {
            width: 100%;
            margin-bottom: unset; }
            .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .its-worth-recycling-title {
              width: 60%;
              margin: auto;
              padding-bottom: 0px; }
            .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text, .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-bold, .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-orange {
              line-height: normal;
              font-size: 2.4em; }
            .container-cog .committed-slot .its-worth-recycling .its-worth-recycling-text .text-except {
              font-size: 18px;
              line-height: 1.1; } }
    .container-cog .committed-slot .max-use {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .max-use {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .container-cog .committed-slot .max-use .max-use-text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        direction: rtl;
        text-align: center; }
        .container-cog .committed-slot .max-use .max-use-text .max-use-title {
          width: 70%;
          height: auto;
          text-align: center;
          padding-bottom: 25px; }
          @media (max-width: 768px) {
            .container-cog .committed-slot .max-use .max-use-text .max-use-title {
              width: 85%;
              padding-bottom: 12px; } }
        .container-cog .committed-slot .max-use .max-use-text .header {
          text-align: center;
          font-size: 2.2em;
          font-weight: 700;
          line-height: 1.1;
          margin-bottom: 0px; }
        .container-cog .committed-slot .max-use .max-use-text .second-header {
          font-size: 2.2em;
          font-weight: 700;
          line-height: 1.1;
          text-align: center;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text .juice {
          text-align: center;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          .container-cog .committed-slot .max-use .max-use-text .juice .juice-title {
            text-align: center;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.1;
            text-underline-position: from-font;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text .peel {
          text-align: center;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          .container-cog .committed-slot .max-use .max-use-text .peel .peel-title {
            text-align: center;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.1;
            text-underline-position: from-font;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text .pit {
          text-align: center;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          .container-cog .committed-slot .max-use .max-use-text .pit .pit-title {
            text-align: center;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.1;
            text-underline-position: from-font;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text .cells {
          text-align: center;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
          .container-cog .committed-slot .max-use .max-use-text .cells .cells-title {
            text-align: center;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.1;
            text-underline-position: from-font;
            -webkit-text-decoration-skip-ink: none;
                    text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text .text {
          text-align: center;
          font-size: 2.2em;
          font-weight: 400;
          line-height: 1.1;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        .container-cog .committed-slot .max-use .max-use-text p {
          margin-top: 0px; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .max-use .max-use-image {
          width: 70%; } }
      @media (max-width: 768px) {
        .container-cog .committed-slot .max-use {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .container-cog .committed-slot .max-use .max-use-text {
            width: 100%; } }
    .container-cog .committed-slot .our-factories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .our-factories .our-factories-image {
          width: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .container-cog .committed-slot .our-factories .our-factories-text .our-factories-title {
        width: 60%;
        height: auto;
        text-align: center;
        margin: auto;
        padding-bottom: 25px; }
        @media (max-width: 768px) {
          .container-cog .committed-slot .our-factories .our-factories-text .our-factories-title {
            width: 65%;
            margin: auto; } }
      .container-cog .committed-slot .our-factories .our-factories-text .first-header {
        margin-bottom: 0px;
        text-align: center;
        font-size: 2.2em;
        font-weight: 700;
        line-height: 1.1;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none; }
      .container-cog .committed-slot .our-factories .our-factories-text .first-info {
        text-align: center;
        font-size: 2.2em;
        font-weight: 400;
        line-height: 1.1;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none; }
      .container-cog .committed-slot .our-factories .our-factories-text .second-header {
        text-align: center;
        font-size: 2.2em;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 0px;
        margin-top: 10px; }
        .container-cog .committed-slot .our-factories .our-factories-text .second-header::after {
          content: unset; }
      .container-cog .committed-slot .our-factories .our-factories-text .second-info {
        text-align: center;
        font-size: 2.2em;
        font-weight: 400;
        line-height: 1.1;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none; }
      .container-cog .committed-slot .our-factories .our-factories-text .bottom-text {
        text-align: center;
        font-size: 3em;
        font-weight: 700;
        line-height: normal;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 30px 0px;
        margin: 1.25vw auto; }
      @media (max-width: 768px) {
        .container-cog .committed-slot .our-factories .our-factories-text {
          width: 100%; }
          .container-cog .committed-slot .our-factories .our-factories-text .bottom-text {
            line-height: normal;
            font-size: 5em;
            margin: auto;
            width: auto;
            padding-top: 35px;
            padding-bottom: 0px; } }
      @media (max-width: 768px) {
        .container-cog .committed-slot .our-factories {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0px; } }

footer {
  display: none; }

.fancybox-content {
  width: 90% !important;
  height: 80% !important; }
