@font-face {
  font-family: "Futura";
  src: url("../../../css/fonts/futura/futuralt-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../../../css/fonts/futura/futuralt-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../../../css/fonts/futura/FuturaStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  overflow: unset !important;
}

.views-element-container {
  display: none;
}

.pocket-pasqua {
  background: linear-gradient(180deg, #F36B24 10%, #F4AD22 50%, #F36B24 90%);
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .pocket-pasqua {
    padding-top: 16px;
  }
}
.pocket-pasqua img {
  width: 100%;
  height: auto;
}

.visual {
  color: #FFF;
  font-family: "futura-pt", Arial, sans-serif;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .visual-image {
    padding: 0 10px;
    margin-bottom: 16px;
  }
}
.visual-text {
  text-align: center;
  width: 66%;
  margin: auto;
}
@media (max-width: 1023px) {
  .visual-text {
    width: 100%;
  }
}
.visual-text .title {
  font-size: 47px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1023px) {
  .visual-text .title {
    font-size: 37px;
  }
}
.visual-text .text {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: normal;
}
@media (max-width: 1023px) {
  .visual-text .text {
    font-size: 20px;
  }
}
.visual-text .text strong {
  font-weight: 700;
}
.visual .cta {
  border-radius: 50px;
  background: #FFF;
  max-width: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
}
@media (max-width: 1023px) {
  .visual .cta {
    max-width: 100%;
  }
}
.visual .cta a {
  color: var(--brown-font, #390E0B);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  padding: 16px 61px;
}
@media (max-width: 1023px) {
  .visual .cta a {
    font-size: 24px;
    padding: 13px 61px 16px;
  }
}

.video {
  position: relative;
}
.video video {
  width: 100%;
  height: auto;
}
.video-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
}
.video-control .button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .video-control .button {
    width: 45px;
    height: 45px;
  }
}
.video-control .button:last-child {
  margin-right: 0;
}
.video-control .button.play:before {
  content: "";
  background-image: url("../images/pause.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-control .button.pause:before {
  content: "";
  background-image: url("../images/play.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-control .button.sound-on:before {
  content: "";
  background-image: url("../images/sound-off.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-control .button.sound-off:before {
  content: "";
  background-image: url("../images/sound-on.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-desk {
  display: block;
}
@media (max-width: 1023px) {
  .video-desk {
    display: none;
  }
}
.video-mob {
  display: none;
}
@media (max-width: 1023px) {
  .video-mob {
    display: block;
  }
}

.ingredients {
  color: #FFF;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .ingredients {
    display: block;
  }
}
.ingredients .image {
  width: 442px;
  position: sticky;
  top: 128px;
  height: 700px;
  bottom: 0;
}
@media (max-width: 1023px) {
  .ingredients .image {
    width: 100%;
    height: auto;
    bottom: auto;
    position: relative;
    top: auto;
  }
}
.ingredients .info {
  width: calc(100% - 442px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 24px;
  padding-left: 145px;
}
@media (max-width: 1023px) {
  .ingredients .info {
    width: 100%;
    padding: 0;
    row-gap: 16px;
  }
}
.ingredients .info .image {
  max-width: 397px;
  position: relative;
  height: auto;
  top: auto;
}
.ingredients .title {
  font-size: 47px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1023px) {
  .ingredients .title {
    font-size: 37px;
  }
}
.ingredients .text {
  font-size: 26px;
  line-height: normal;
}
@media (max-width: 1023px) {
  .ingredients .text {
    font-size: 24px;
  }
}
.ingredients .note {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .ingredients .note {
    font-size: 16px;
  }
}
.ingredients .table {
  font-size: 18px;
  padding: 40px 86px;
  border-radius: 20px;
  background-color: #FFF;
  color: var(--Brown-font, #390E0B);
}
@media (max-width: 1023px) {
  .ingredients .table {
    padding: 20px;
  }
}
.ingredients .table-head {
  font-weight: bold;
  color: #E8422C;
  border-bottom: 1px solid #E8422C;
  padding: 0 0 8px 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .ingredients .table-head {
    font-size: 16px;
  }
}
.ingredients .table-head span {
  width: 50%;
}
.ingredients .table-head span:last-child {
  text-align: right;
}
.ingredients .table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ingredients .table ul li {
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ingredients .table ul li span {
  padding-bottom: 8px;
  display: block;
  width: 50%;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .ingredients .table ul li span {
    font-size: 14px;
  }
}
.ingredients .table ul li span:nth-child(even) {
  text-align: right;
}