@font-face {
  font-family: 'Nutella';
  src: url("../fonts/Nutella/Nutella.woff2") format("woff2"), url("../fonts/Nutella/Nutella.woff") format("woff"), url("../fonts/Nutella/Nutella.ttf") format("truetype"), url("../fonts/Nutella/Nutella.svg#Nutella") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.pinned-icon{
  display: none!important;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2 {
  width: 100%; }
  .select2 .select2-selection {
    background-color: #FFF;
    height: 3.625em;
    display: -ms-flexbox;
    display: flex;
    border-radius: 58px;
    padding: 0.25em 0.625em 0.25em 1.25em;
    -ms-flex-align: center;
        align-items: center; }
  .select2 .select2-selection__rendered {
    color: #e20019;
    font-weight: bold;
    font-size: 1.125em; }
  .select2.select2-container--open .select2-selection__rendered {
    opacity: 0; }
  .select2.select2-container--open .select2-search {
    width: 100%;
    display: block; }

.select2-container {
  width: 100%;
  z-index: 99; }
  .select2-container .select2-results {
    max-height: 300px;
    overflow: auto;
    display: block; }
  .select2-container.select2-container--open {
    top: 100% !important; }
  .select2-container .select2-dropdown {
    background: #FFF;
    margin: 0;
    display: block;
    padding: 0;
    margin-top: -3.625em;
    border-radius: 1.8125em;
    width: 100% !important; }
  .select2-container .select2-search {
    height: 3.625em;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 3.75em 0.25em 1.25em;
    -ms-flex-align: center;
        align-items: center; }
    .select2-container .select2-search input {
      width: 100%;
      height: 100%;
      border: 0;
      padding: 0;
      font-size: 1.125em; }
      .select2-container .select2-search input:focus {
        outline: none; }
  .select2-container .select2-results__options {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .select2-container .select2-results__options li {
      text-align: center;
      font-size: 1.125em;
      padding: 8px 20px;
      cursor: pointer; }

.llc {
  position: relative;
  padding-top: 7.8125em;
  background-image: url(../../../../themes/custom/nut/assets/images/pattern-red.png);
  background-size: 14px auto;
  background-color: #e20019;
  padding-bottom: 7.5em;
  overflow: hidden; }
  .llc:before, .llc:after {
    width: 11.75em;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: repeat-y;
    content: ""; }
    @media (max-width: 1400px) {
      .llc:before, .llc:after {
        width: 8.3333333333vw; } }
    @media (max-width: 767px) {
      .llc:before, .llc:after {
        width: 72px;
        background-repeat: no-repeat; } }
  .llc:before {
    left: 0;
    background-image: url("../../../../themes/custom/nut/assets/images/pattern-sx.png"); }
    @media (max-width: 767px) {
      .llc:before {
        background-image: url("../../../../themes/custom/nut/assets/images/pattern-sx-mobile.png"); } }
  .llc:after {
    right: 0;
    background-image: url("../../../../themes/custom/nut/assets/images/pattern-dx.png"); }
    @media (max-width: 767px) {
      .llc:after {
        background-image: url("../../../../themes/custom/nut/assets/images/pattern-dx-mobile.png"); } }
  @media (min-width: 768px) {
    .llc {
      margin-top: -5em; } }
  .llc__logo img {
    display: block;
    height: 5.75em;
    width: auto;
    margin: 0 auto; }
  .llc__step-nr {
    display: block;
    margin-top: 2em;
    overflow: hidden; }
    .llc__step-nr span {
      width: 48px;
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.25em;
      position: relative;
      display: block; }
      .llc__step-nr span:after, .llc__step-nr span:before {
        height: 2px;
        background-color: #FFF;
        top: 50%;
        content: "";
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        position: absolute;
        width: 100vw; }
      .llc__step-nr span:before {
        left: 100%; }
      .llc__step-nr span:after {
        right: 100%; }
  .llc__step {
    width: var(--step-width, 66.66666666%);
    margin-left: auto;
    margin-right: auto; }
    .llc__step.large {
      --step-width: 83.33333333%; }
    @media (max-width: 767px) {
      .llc__step {
        --step-width: 100%; } }
  .llc__from-to {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 1.25em; }
    @media (max-width: 767px) {
      .llc__from-to {
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 20px; } }
  .llc__title {
    text-align: center;
    display: block;
    font-size: 1.6875em;
    color: #FFF;
    font-weight: bold; }
  .llc__select {
    width: calc(50% - 10px); }
    .llc__select-inner {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 10px; }
    @media (max-width: 767px) {
      .llc__select {
        width: 100%; } }
    .llc__select-select {
      position: relative;
      height: 3.625em; }
    .llc__select-icon {
      position: absolute;
      right: 0.625em;
      width: 3.125em;
      height: 3.125em;
      color: #e20019;
      z-index: 5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      pointer-events: none; }
      .llc__select-icon:before {
        font-size: 24px; }
  .llc__jar-step {
    margin-top: 1.5em; }
  .llc__jars {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .llc__jars {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        row-gap: 40px; } }
  .llc__jar {
    width: 100%;
    background-color: transparent;
    border: 0;
    position: relative;
    aspect-ratio: 1 / 1; }
    .llc__jar svg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .llc__jar-img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 2;
      padding: 0.625em 0.625em 1.25em 0.625em; }
    .llc__jar-tick {
      font-size: 2.25em;
      width: 1em;
      height: 1em;
      border: 3px solid #FFF;
      border-radius: 1em;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      top: 100%; }
    .llc__jar.active svg path {
      stroke-width: 6px;
      stroke: #669F6B; }
    .llc__jar.active .llc__jar-tick {
      background-color: rgba(0, 0, 0, 0.3); }
      .llc__jar.active .llc__jar-tick:before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #669F6B;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        border-radius: 100%; }
  .llc__submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 3.25em;
    --cta-bg-color: #FFF;
    --cta-color: #e20019;
    --cta-border-color: #FFF; }
    .llc__submit button {
      cursor: pointer; }
  .llc .loader {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 6.25em;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3.5px); }
    .llc .loader.show {
      display: -ms-flexbox;
      display: flex; }
    .llc .loader img {
      width: 130px; }
    .llc .loader span {
      margin-top: 0.625em;
      width: 40px;
      height: 40px;
      background: url("../../../../themes/custom/nut/assets/images/loading.svg") no-repeat center;
      background-size: contain; }

.llc-thank-you {
  display: -ms-flexbox;
  display: flex;
  width: 83.3333333%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .llc-thank-you {
      width: 100%;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .llc-thank-you__col {
    width: 50%; }
    @media (max-width: 767px) {
      .llc-thank-you__col {
        width: 100%; } }
  .llc-thank-you__image {
    display: block;
    aspect-ratio: 1 / 1;
    position: relative; }
    .llc-thank-you__image .preview {
      position: absolute;
      height: 20%;
      width: auto;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      top: 52%; }
  .llc-thank-you__title {
    --n-title-color: #FFF; }
    @media (max-width: 767px) {
      .llc-thank-you__title {
        text-align: center; } }
  .llc-thank-you__text {
    color: #FFF;
    font-size: 1.125em; }
    @media (max-width: 767px) {
      .llc-thank-you__text {
        text-align: center; } }
  .llc-thank-you__info {
    text-align: center;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.5em; }
  .llc-thank-you__download {
    --cta-bg-color: #FFF;
    --cta-border-color: #FFF;
    --cta-color: #e20019; }
  @media (max-width: 767px) {
    .llc-thank-you__texts {
      display: none; } }
  @media (min-width: 768px) {
    .llc-thank-you__texts-mob {
      display: none; } }

.llc-download {
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3.5px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .llc-download__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px;
    min-height: 100%; }
  .llc-download__inner {
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2em; }
  .llc-download__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
    color: #FFF;
    text-align: center; }
  .llc-download__note {
    font-size: 0.875em;
    font-style: italic; }
  .llc-download__title {
    font-size: 27px;
    font-weight: 700; }
  .llc-download .field-link a, .llc-download .field-link button {
    width: 100%; }
  .llc-download .download {
    --cta-bg-color: #FFF;
    --cta-border-color: #FFF;
    --cta-color: #e20019; }
  .llc-download .whatsapp {
    --cta-bg-color: #25D366;
    --cta-border-color: #25D366;
    --cta-color: #000; }
    .llc-download .whatsapp em {
      width: 1.3333333333em;
      height: 1.3333333333em;
      display: block;
      background: url("../images/whatsapp.png") no-repeat center;
      background-size: contain; }
  .llc-download__close {
    width: 1em;
    height: 1em;
    font-size: 3.125em;
    background-color: #e20019;
    color: #FFF;
    border-radius: 1em;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }

canvas {
  font-family: "Nutella", sans-serif; }

.hidden-text {
  font-family: "Nutella", sans-serif; }

@media (max-width: 767px) {
  .jar-swiper {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px; } }

@media (min-width: 768px) {
  .jar-swiper .swiper-slide {
    width: calc(33.3333333% - 6px); } }

@media (max-width: 767px) {
  .jar-swiper .swiper-slide {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 38px; } }

@media (min-width: 768px) {
  .jar-swiper__nav {
    display: none; } }

@media (max-width: 767px) {
  .jar-swiper__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-align: center;
        align-items: center; }
    .jar-swiper__nav .swiper-button-next,
    .jar-swiper__nav .swiper-button-prev {
      border: 0;
      background-color: rgba(48, 48, 48, 0.5);
      color: #FFF;
      margin-top: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }

.jar-swiper__nav .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  top: 20px; }
  .jar-swiper__nav .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #303030;
    opacity: .5; }
    .jar-swiper__nav .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #FFF;
      width: 40px; }

.jar-swiper__nav .swiper-navigation-icon {
  display: none; }

.jar-swiper .swiper-container {
  overflow: visible; }
  @media (max-width: 767px) {
    .jar-swiper .swiper-container {
      width: 268px;
      margin-left: auto;
      margin-right: auto; } }

.modal-error {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3.5px);
  display: none;
  z-index: 9999;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  color: #FFF;
  padding: 45px; }
  .modal-error.show {
    display: -ms-flexbox;
    display: flex; }
  .modal-error__title {
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .modal-error__title {
        font-size: 27px; } }
  .modal-error__text {
    font-size: 1.25em; }
    @media (max-width: 767px) {
      .modal-error__text {
        font-size: 16px; } }
  .modal-error__close {
    width: 1em;
    height: 1em;
    font-size: 3.125em;
    background-color: #e20019;
    color: #FFF;
    border-radius: 1em;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

html[dir="rtl"] .llc__select-icon {
  right: unset;
  left: 0.625em; }
