/*
Theme Name: GotMilk
Text Domain: twentysixteen
*/
.sweet-overlay {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px #c4e6f5;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #a1d9f2;
}

.sweet-alert button:active {
  background-color: #81ccee;
}

.sweet-alert button.cancel {
  background-color: #D0D0D0;
}

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}

.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}

.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

:root {
  --app-height: 100%;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1101px) {
  body {
    height: 100vh;
    height: var(--app-height);
  }
}

@media screen and (max-width: 1099px) {
  :focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}

.row {
  max-width: 1230px;
}

.header .row, .footer .row {
  max-width: 100%;
}

.footer .row {
  padding: 0 25px;
}

.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}

.columns.right,
.column.right {
  float: right;
}

.row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.bgcover {
  background-position: center;
  background-size: cover;
}

.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearul {
  margin: 0;
  padding: 0;
}

.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}

p:last-child {
  margin-bottom: 0;
}

.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}

figure {
  padding: 0;
  margin: 0;
}

.op0 {
  opacity: 0;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#cboxOverlay {
  background-color: #000;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox,
#colorbox * {
  outline: none;
}

#colorbox:focus,
#colorbox:focus {
  outline: none;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

@font-face {
  font-family: "futuramc";
  src: url("fonts/futuramc.eot");
  src: url("fonts/futuramc.eot") format("embedded-opentype"), url("fonts/futuramc.woff2") format("woff2"), url("fonts/futuramc.woff") format("woff"), url("fonts/futuramc.ttf") format("truetype"), url("fonts/futuramc.svg#futuramc") format("svg");
}
@font-face {
  font-family: "HanleyScript";
  src: url("fonts/HanleyScript.eot");
  src: url("fonts/HanleyScript.eot") format("embedded-opentype"), url("fonts/HanleyScript.woff2") format("woff2"), url("fonts/HanleyScript.woff") format("woff"), url("fonts/HanleyScript.ttf") format("truetype"), url("fonts/HanleyScript.svg#HanleyScript") format("svg");
}
@font-face {
  font-family: "GothamBook";
  src: url("fonts/GothamBook.eot");
  src: url("fonts/GothamBook.eot") format("embedded-opentype"), url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.woff") format("woff"), url("fonts/GothamBook.ttf") format("truetype"), url("fonts/GothamBook.svg#GothamBook") format("svg");
}
@font-face {
  font-family: "GothamBook";
  src: url("fonts/GothamMedium.eot");
  src: url("fonts/GothamMedium.eot") format("embedded-opentype"), url("fonts/GothamMedium.woff2") format("woff2"), url("fonts/GothamMedium.woff") format("woff"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Supreme LL Jumbo";
  src: url("fonts/SupremeLL-JumboItalic.woff2") format("woff2"), url("fonts/SupremeLL-JumboItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Supreme LL TT Jumbo";
  src: url("fonts/SupremeLLTT-JumboItalic.woff2") format("woff2"), url("fonts/SupremeLLTT-JumboItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*
@media screen and (min-width:1101px) {
    #page {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh
    }
}

#scrollContainer {
    width: 100%;
    position: absolute
}*/
#page, #scrollContainer {
  float: left;
  width: 100%;
}

.font1 {
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
}

.font2 {
  font-family: "GothamBook";
}

.font3 {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
}

.supreme {
  font-family: "Supreme LL Jumbo", sans-serif;
  font-style: italic;
}

.supremett {
  font-family: "Supreme LL TT Jumbo", sans-serif;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
.h3 {
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
}

body {
  font-family: "GothamBook";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #efa56a;
}

.button,
button {
  border: 2px solid #efa56a;
  font-family: "futuramc";
  text-transform: uppercase;
  color: #efa56a;
  font-size: 15px;
  letter-spacing: 3.45px;
  padding: 15px 40px;
  background: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button.blue,
button.blue {
  border-color: #64bfc9;
}

.button.pink,
button.pink {
  border-color: #e5776a;
}

.button:before,
button:before {
  display: none;
}

.button:hover,
button:hover,
.button:focus,
button:focus {
  background: transparent;
}

@media all and (min-width: 1025px) {
  .button:before,
button:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: #efa56a !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 0;
    top: 0;
    left: auto;
    width: 0;
  }

  .button.button--disabled:not(.selected-answer),
button.button--disabled:not(.selected-answer) {
    background: none;
    color: #494949;
  }

  .button:hover:before,
button:hover:before,
.button:focus:before,
button:focus:before,
.button.button--disabled:before,
button.button--disabled:before {
    width: 100%;
    left: 0;
    right: auto;
  }

  .button.blue:before,
button.blue:before {
    background: #64bfc9 !important;
  }

  .button.pink:before,
button.pink:before {
    background: #e5776a !important;
  }

  .button:hover,
button:hover,
.button:focus,
button:focus {
    background: none;
    color: #fff;
  }
}
.button span,
button span {
  position: relative;
}

.tag {
  height: 26px;
  color: #fff;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 0;
  display: inline-block;
  vertical-align: baseline;
}

.tag span {
  height: 26px;
  background: #e5776a;
  display: inline-block;
  padding: 6px 2px;
  letter-spacing: 1.65px;
  font-size: 15px;
  float: left;
  margin: 0 -2px;
}

.tag:before {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 26px;
  background: url(img/tag.svg) no-repeat left;
  content: "";
  float: left;
}

.tag:after {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 26px;
  background: url(img/tag.svg) no-repeat right;
  content: "";
  float: left;
}

.tag.orange span {
  background: #efa56a;
  height: 30px;
  padding-top: 8px;
}

.tag.orange:before {
  background: url(img/tag2.svg) no-repeat left;
  height: 30px;
  width: 20px;
}

.tag.orange:after {
  background: url(img/tag2.svg) no-repeat right;
  height: 30px;
  width: 20px;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0px 7px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0px 7px;
}

.scroll .header:before {
  height: 100%;
}

.scroll .header nav ul li a {
  color: #494949;
}

.scroll .header nav ul li a:hover {
  color: #494949;
}

.scroll .header h1 a path,
.scroll .header h1 a polyline,
.scroll .header h1 a rect {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #494949;
}

.header h1 {
  position: absolute;
  margin: 0;
  top: 23px;
  left: 45px;
}

.header h1 a {
  height: 57px;
  width: 138px;
  width: 127px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header h1 a path,
.header h1 a polyline,
.header h1 a rect {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #fff;
}

.header nav {
  position: absolute;
  top: 35px;
  right: 45px;
}

.header nav .social,
.header nav .privacy-link {
  display: none;
}

.header nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header nav ul li {
  padding-left: 30px;
  display: inline-block;
}

.header nav ul li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 5px;
  color: #fff;
  font-family: "GothamBook";
  font-size: 16px;
  font-weight: 500;
}

.header nav ul li a:hover {
  color: #fff;
}

.header nav ul li a:after {
  float: right;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  background: #efa56a;
  margin-top: 3px;
  width: 0;
}

.header nav ul li a:hover:after,
.header nav ul li.current-menu-item a:after {
  width: 100%;
  float: left;
}

/* FOOTER */
.footer {
  float: left;
  width: 100%;
  background-color: #494949;
  height: 107px;
  padding-top: 30px;
}

.footer a.footerlogo {
  width: 99px;
  height: 43px;
  background: url(img/footerlogo.png) center no-repeat;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background-size: 100%;
}

.site-2 .footer a.footerlogo {
  width: 143px;
  height: 43px;
  background: url(img/footerlogoesp.png) center no-repeat;
  background-size: 100%;
}

.footer .social {
  text-align: right;
  font-size: 0;
  margin-bottom: 7px;
}

.footer .social .store {
  font-weight: 700;
  text-transform: none;
  font-size: 14px !important;
}

.footer .social a,
.header nav .social a {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
}

.footer .social .s,
.header nav .social .s {
  width: 2px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: top;
  margin: 4px 10px 0;
}

.footer .social a i.fa.fa-tiktok img {
  width: 14px;
  height: auto;
  margin-top: -4px;
}

.footer p {
  margin-top: -10px;
}

.footer p,
.footer a {
  font-size: 9px;
  color: #afafaf;
  text-align: right;
  text-transform: uppercase;
}

.footer a:hover {
  text-decoration: underline;
  color: #afafaf;
}

@media screen and (min-width: 1101px) {
  #page, #page > div, .section:not(.columns), .footer, .header, .didyouknow {
    width: 100%;
    float: left;
  }
}
.menu-main-menu-container {
  float: left;
}

.languages {
  float: left;
  width: auto;
  margin-left: 30px;
  padding-top: 5px;
}

.languages a {
  font-size: 14px;
  color: #fff;
  font-family: "GothamBook";
}

.languages a.active {
  font-weight: 700;
}

.languages a:hover {
  text-decoration: underline;
}

.languages a:nth-child(1) {
  padding-right: 5px;
}

.languages a:nth-child(2) {
  border-left: 1px solid #ffffff;
  padding-left: 9px;
}

.scroll .languages a:nth-child(2) {
  border-left: 1px solid #efa56a;
  padding-left: 9px;
}

.scroll .languages a {
  color: #494949;
}

.header-alert {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 695px;
  max-height: 100vh;
  max-height: var(--app-height);
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-alert div {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
}

.header-alert .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(img/close.svg) center center no-repeat;
}

.item__hidden {
  display: none;
}

.countdown {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0px auto 10px;
}
@media screen and (min-width: 480px) {
  .countdown {
    gap: 30px;
    margin: 0px auto 30px;
  }
}
.countdown .counter__column {
  position: relative;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
}
.countdown .counter__column div {
  font-family: "futuramc";
  font-size: 36px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .countdown .counter__column div {
    font-size: 58px;
  }
}
.countdown .counter__column span {
  font-family: "futuramc";
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .countdown .counter__column span {
    font-size: 26px;
  }
}
.countdown .counter__column:last-child div {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  .countdown .counter__column:last-child div {
    font-size: 40px;
  }
}

/* HERO */
.hero {
  position: relative;
  height: 695px;
  max-height: 100vh;
  max-height: var(--app-height);
  overflow: hidden;
}

.single-post .hero {
  height: 65vh;
}
.single-post #sharebox-content {
  display: block !important;
}

.hero.campaign-featured {
  height: 80vh;
}

.hero .bx-viewport,
.hero .bx-wrapper {
  height: 100% !important;
}

.hero .heroin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero.aos-animate ul .buttonout,
.hero.aos-animate ul h2,
.hero.aos-animate ul h3 {
  opacity: 1;
}

.hero .bx-wrapper ul li.bx-clone {
  display: none;
}

.hero .bx-wrapper ul li h3 {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero .bx-wrapper ul li h2 {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero .bx-wrapper ul li .buttonout,
.hero .bx-wrapper ul li .countdown {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero .bx-wrapper ul li.active-slide .buttonout,
.hero .bx-wrapper ul li.active-slide .countdown,
.hero .bx-wrapper ul li.active-slide h2,
.hero .bx-wrapper ul li.active-slide h3 {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.hero .bx-wrapper ul li h2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hero .bx-wrapper ul li .buttonout {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.hero ul {
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero ul li {
  height: 100%;
  position: relative;
}

.hero ul .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.campaign-block ul .bg {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all 0.95s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.95s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero.campaign-block:not(.campaign-featured) .text h2 {
  position: relative;
}
.hero.campaign-block:not(.campaign-featured) .text h2::before {
  width: 63px;
  height: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -25px;
  position: absolute;
  background: #efa56a;
  content: "";
}

.hero.campaign-block.aos-animate .bg {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.hero ul .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.hero ul .text {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.hero ul .texth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.hero ul h3 {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  margin-bottom: 13px;
  margin-top: 0;
}

.hero ul h3:after,
.hero ul h3:before {
  width: 65px;
  height: 2px;
  content: "";
  background: #efa56a;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
}

.hero ul h3:after {
  margin-right: 0;
  margin-left: 20px;
}

.hero ul h2 {
  font-size: 61px;
  letter-spacing: 1.83px;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  max-width: 900px;
  margin: 0 auto 30px;
}

.hero ul h2.short {
  max-width: 500px;
}

.hero ul .button {
  color: #fff;
  margin-bottom: 0;
}

.hero ul .buttonout {
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.hero .bx-pager {
  /*width: 195px;*/
  height: 195px;
  /*background: #fff;*/
  position: absolute;
  /*border-radius: 100%;*/
  top: 100%;
  margin-top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*
  -webkit-box-shadow: 0 0 0px 11px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0px 11px rgba(255, 255, 255, 0.5);
  */
  font-size: 0;
  text-align: center;
}

.hero .bx-pager .bx-pager-item {
  display: inline-block;
  width: 20px;
  padding-top: 25px;
}

.hero .bx-pager .bx-pager-item a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}

.hero .bx-pager .bx-pager-item a:before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hero .bx-pager .bx-pager-item a:after {
  border: 1px solid #efa56a;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 100%;
  content: "";
  display: block;
  border-color: #fff;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hero .bx-pager .bx-pager-item a:hover:before {
  background: #efa56a;
}

.hero .bx-pager .bx-pager-item a.active:after {
  border-color: #efa56a;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.hero .bx-controls-direction {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hero .bx-controls-direction a {
  background: #efa56a url("img/arrow-white.svg") no-repeat scroll center center;
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
}

.hero .bx-controls-direction a.bx-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hero .bx-controls-direction a.bx-next {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.hero .video__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .video__cont:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 2;
}

.hero .video__cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-share {
  position: fixed;
  top: 23%;
  width: 56px !important;
  left: 0;
  z-index: 4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}

.button-share a {
  width: 56px;
  line-height: 56px;
  display: block;
  background: #EFA56A;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.button-share .js-open a.dropdown_option--selected i {
  font-size: 24px;
}

.button-share .js-open a.dropdown_option--selected i {
  opacity: 0.5;
}

.button-share ul {
  margin: 0;
  padding: 0;
}

/* VALUES */
h2.sectiontitle {
  font-size: 47px;
  color: #494949;
  letter-spacing: 0.47px;
  text-align: center;
}

h2.sectiontitle:after {
  width: 55px;
  height: 4px;
  background: #efa56a;
  margin: 10px auto 8px;
  content: "";
  display: block;
}

h2.sectiontitle + h4 {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  color: #efa56a;
  text-align: center;
  font-size: 27px;
}

.values > .row {
  padding: 30px 0 50px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.values .bx-viewport {
  overflow: visible !important;
}

.values .slider {
  max-width: 342px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

.values ul {
  margin: 0;
  padding: 0;
}

.values ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.values figure {
  width: 322px;
  height: 322px;
  border-radius: 100%;
  margin: 10px auto 20px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 10px #e0e0e0;
  box-shadow: 0 0 0 10px #e0e0e0;
  background: #e0e0e0;
  opacity: 0.5;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
  border-radius: 50%;
  overflow: hidden;
}

.values .figurein {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.values .figurein2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  overflow: hidden;
}

.values .i {
  display: block;
}

.values li.active-slide .figurein {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.values li.active-slide .figurein2 {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.values li.active-slide figure {
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.values li {
  text-align: center;
}

.values li .text {
  margin: 0 -70px;
}

.values li h3 {
  color: #efa56a;
  font-size: 34px;
  letter-spacing: 1.02px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.values li p {
  color: #686868;
  font-size: 17px;
  line-height: 1.5;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.values li .btnout {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.values li.inactive h3,
.values li.inactive p,
.values li.inactive .btnout {
  -webkit-transform: translateX(0) translateY(0px);
          transform: translateX(0) translateY(0px);
}

.values .btn {
  font-size: 17px;
  color: #efa56a;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.89px;
}

.values .btn i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.values .btn:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.values ul.texts li.active-slide h3,
.values ul.texts li.active-slide p,
.values ul.texts li.active-slide .btnout {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.values ul.texts li.active-slide p {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.values ul.texts li.active-slide .btnout {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.values .bx-next,
.values .bx-prev {
  width: 59px;
  height: 59px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 150px;
  right: -80px;
  border: 2px solid #efa56a;
  border-radius: 100%;
}

.values .bx-prev {
  left: -80px;
}

.values .bx-next div,
.values .bx-prev div,
.intheknow .navs .slider-arrow {
  width: 59px;
  height: 59px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
}

.slider-arrow {
  position: absolute;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: -3px;
  left: -1px;
}

.slider-arrow:nth-child(2) {
  margin-left: 12px;
  display: none !important;
}

.values .bx-prev,
.roundtheclock .sliderout .bx-prev,
.intheknow .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceAlpha-r {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
}
@keyframes bounceAlpha-r {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale3d(1, 1, 1);
            transform: translateX(0px) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceAlphaBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
}
@keyframes bounceAlphaBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceAlpha-rBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
}
@keyframes bounceAlpha-rBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(10px) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
            transform: translateX(0px) translateY(-50%) scale3d(1, 1, 1);
  }
}
.bx-next:hover .slider-arrow,
.bx-prev:hover .slider-arrow,
.intheknow .next:hover .slider-arrow,
.intheknow .prev:hover .slider-arrow {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.intheknow .next:hover .slider-arrow,
.intheknow .prev:hover .slider-arrow {
  -webkit-animation-name: bounceAlphaBig;
          animation-name: bounceAlphaBig;
}

.values .bx-next.disabled,
.values .bx-prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.values .bx-next div:after,
.values .bx-prev div:after,
.intheknow .navs .slider-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url(img/arrow.svg) no-repeat center;
}

.intheknow .navs .slider-arrow:after {
  background-size: 20px;
}

/*.values .bx-next:hover div:before,
.values .bx-prev:hover div:before {
    left: 0;
    width: 100%
}

.values .bx-next:hover div:after,
.values .bx-prev:hover div:after {
    background: url(img/arroww.svg) no-repeat center
}*/
/*
.values .bx-next div:nth-child(2),
.values .bx-prev div:nth-child(2) {transform: translateX(-60px);
  position: absolute;
      top: 0;
      left: -60px;}
.values .bx-next:hover div {transform: translateX(60px);}
.values .bx-prev:hover div {transform: translateX(60px);}

.values .bx-prev {
    left: -80px;
    right: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}
*/
/* CAMPAIGNS */
/* VALUES */
.campaigns {
  background: #FFF7E9;
  overflow: hidden;
  padding-bottom: 100px;
}

.campaigns > .row {
  padding: 30px 0 50px;
  margin: 0 auto;
}

.campaigns .bx-viewport {
  overflow: visible !important;
}

.campaigns .slider {
  max-width: 50%;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.campaigns.mobile {
  display: none;
}

.campaigns ul {
  margin: 0;
  padding: 0;
}

.campaigns ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  aspect-ratio: 0.8/1;
  height: 745px;
}
.campaigns ul li .i, .campaigns ul li figure, .campaigns ul li img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.campaigns ul li:not(.active-slide) .i figure {
  -webkit-transform: translateX(-18%);
          transform: translateX(-18%);
}
.campaigns ul li:not(.active-slide) .i figure .figurein {
  height: 70%;
  top: 15%;
  width: 55%;
  left: 25%;
}
.campaigns ul li:not(.active-slide) + li:not(.active-slide) .i figure {
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}
.campaigns ul li:not(.active-slide) + li:not(.active-slide) + li:not(.active-slide) .i figure {
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}
.campaigns ul li:not(.active-slide) + li:not(.active-slide) + li:not(.active-slide) + li:not(.active-slide) .i figure {
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}

.campaigns figure {
  position: relative;
  height: 100%;
  aspect-ratio: 0.8/1;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*-webkit-transform: scale3d(0.565, 0.68, 0.565);
  -ms-transform: scale3d(0.565, 0.68, 0.565);
  transform: scale3d(0.565, 0.68, 0.565);*/
  overflow: hidden;
  /*opacity: 0.77;*/
}

.campaigns .active-slide figure {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.campaigns .figurein {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaigns .figurein2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.campaigns .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.campaigns li.active-slide figure {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 0.86;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaigns li {
  text-align: center;
}

.campaigns li .text-slider {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 55px;
  padding-right: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-61%, rgba(0, 0, 0, 0)), color-stop(9%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -61%, rgba(0, 0, 0, 0.02) 9%, rgba(0, 0, 0, 0.62));
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.campaigns li.active-slide .text-slider {
  opacity: 1;
  visibility: visible;
  position: absolute;
}

.campaigns li .category {
  margin: 0 50px 6px 8.5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  display: block;
  font-family: "futuramc";
}

.campaigns li .category:before {
  width: 24px;
  height: 3px;
  content: "";
  background: #EFA56A;
  display: inline-block;
  vertical-align: top;
  margin: 9px 10px 0 0;
}

.campaigns li h3 {
  color: #FFF;
  margin: 16px 0 0;
  font-size: 67px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.campaigns .btn {
  font-size: 17px;
  color: #efa56a;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.89px;
}

.campaigns .btn i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.campaigns .btn:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.campaigns ul.texts li.active-slide h3,
.campaigns ul.texts li.active-slide p,
.campaigns ul.texts li.active-slide .btnout {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.campaigns ul.texts li.active-slide p {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.campaigns ul.texts li.active-slide .btnout {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.slider-arrow {
  position: absolute;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: -3px;
  left: -1px;
}

.slider-arrow:nth-child(2) {
  margin-left: 12px;
  display: none !important;
}

.campaigns .bx-prev,
.roundtheclock .sliderout .bx-prev,
.intheknow .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.campaigns .bx-controls-direction {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.campaigns .bx-controls-direction a {
  background: #efa56a url("img/arrow-white.svg") no-repeat scroll center center;
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.campaigns .bx-controls-direction a.bx-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.campaigns .bx-controls-direction a:hover {
  background-color: #be7e49;
  width: 70px;
}

.campaigns .bx-controls-direction a.bx-prev:hover {
  -webkit-transform: rotate(180deg) translate3d(18px, 0, 0);
          transform: rotate(180deg) translate3d(18px, 0, 0);
}

.campaigns .bx-controls-direction a.bx-next {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.single-campaign section .container {
  width: 100%;
  padding: 0 90px;
  max-width: 1370px;
  margin: 0 auto;
}

/* COMPARISON SECTION */
.fromnatureout {
  height: 100vh;
  height: var(--app-height);
  padding-top: 100px;
  margin-top: -100px;
  min-height: 750px;
}

.fromnature {
  min-height: 650px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fromnature .fromout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 50%;
  z-index: 1;
}

.fromnature.aos-animate .from .bg {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fromnature.aos-animate .from:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fromnature.aos-animate .to .bg {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fromnature.aos-animate .to:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fromnature.aos-animate .line .handler {
  opacity: 1;
}

.fromnature .from {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
}

.fromnature .from .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*
.fromnature .from:after {
    background: url(img/milk_glass.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}*/
.fromnature h2 {
  position: absolute;
  top: 310px;
  right: 50%;
  margin-right: 220px;
  font-size: 47px;
  color: #fff;
  text-align: right;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
}

.fromnature .from h2 {
  margin-right: 270px;
}

.fromnature .from h2.top {
  opacity: 0;
  top: 50px;
}

.fromnature .from.active h2:not(.top) {
  opacity: 0;
}

.fromnature .from.active h2.top {
  opacity: 1;
}

.fromnature h2 .s {
  width: 45px;
  height: 4px;
  background: #fff;
  display: block;
  vertical-align: top;
  font-size: 10px;
  float: right;
  margin-bottom: 10px;
}

.fromnature h2 span {
  display: block;
  clear: both;
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  font-size: 27px;
}

.fromnature .i {
  position: absolute;
  top: 250px;
  right: 50%;
  margin-right: 180px;
  /*width: 450px;*/
  width: 480px;
  text-align: right;
  padding-right: 100px;
}

.fromnature .i .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
  border: 3px solid #92e2ee;
  border-radius: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(50px) translateY(0);
          transform: translateX(50px) translateY(0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fromnature .i h3 {
  font-size: 30px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(50px) translateY(0);
          transform: translateX(50px) translateY(0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fromnature .i p {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateX(50px) translateY(0);
          transform: translateX(50px) translateY(0);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fromnature .i p a {
  color: #92e2ee;
}

.fromnature .active .i {
  opacity: 1;
}

.fromnature .active .i .ico,
.fromnature .active .i h3,
.fromnature .active .i p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.fromnature .active .i h3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fromnature .active .i p {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fromnature .i3 {
  top: 450px;
}

.fromnature .i2,
.fromnature .i4 {
  right: auto;
  left: 50%;
  margin-right: auto;
  margin-left: 140px;
  text-align: left;
  padding-right: 0;
  padding-left: 100px;
}

.fromnature .i2 .ico,
.fromnature .i2 h3,
.fromnature .i2 p,
.fromnature .i4 .ico,
.fromnature .i4 h3,
.fromnature .i4 p {
  opacity: 0;
  -webkit-transform: translateX(-50px) translateY(0);
  transform: translateX(-50px) translateY(0);
}

.fromnature .i2 .ico,
.fromnature .i4 .ico {
  right: auto;
  left: 0;
}

.fromnature .i4 {
  top: 450px;
}

.fromnature .to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #60bdcb;
  width: 100vw;
}

.fromnature:after {
  background: url(img/milk_glass.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 100%;
  content: "";
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

.fromnature .to h2 {
  right: auto;
  left: 50%;
  text-align: left;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 240px;
  white-space: nowrap;
}

.fromnature .to h2 .s {
  float: left;
}

.fromnature .to h2.top {
  opacity: 0;
  top: 50px;
}

.fromnature .to.active h2:not(.top) {
  opacity: 0;
}

.fromnature .to.active h2.top {
  opacity: 1;
}

/*
.fromnature .to.active h2 {
    opacity: 1;
    margin-left: 240px;
    top: 50px
}
*/
.fromnature .line {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.fromnature .line .handler {
  width: 124px;
  height: 55px;
  background: url(img/drag.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -16px 0 0 -43px;*/
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 1s opacity linear;
  transition: 1s opacity linear;
}

.site-2 .fromnature .line .handler {
  background-image: url(img/drag-es.png);
}

/* DO MORE BLOCK */
.domore {
  overflow: hidden;
  padding: 35px 0 130px;
}

.domore h2.sectiontitle:after {
  background: #efa56a;
}

.domore h2.sectiontitle + h4 {
  color: #efa56a;
}

.domore .cleanser {
  position: relative;
  height: 710px;
  max-width: 1188px;
  margin: 0 auto;
  margin-top: 30px;
}

.domore .cleanser .i1 {
  width: 432px;
  height: 456px;
  position: absolute;
  left: 0;
  background: #d6f0f1;
  top: 130px;
  height: 350px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

.domore .cleanser .i1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.domore .cleanser .badge {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  border: 3px solid #494949;
  width: 254px;
  height: 254px;
  position: absolute;
  top: 0;
  margin: -127px 0 0 -127px;
  left: 50%;
  border-radius: 100%;
  text-align: center;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.07px;
  font-size: 23px;
  line-height: 28px;
  padding-top: 40px;
  color: #494949;
}

.domore .cleanser .badge span,
.domore .cleanser .badge strong {
  width: 183px;
  height: 80px;
  background: url(img/milk.png) no-repeat;
  margin: 10px auto 10px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}

.site-2 .domore .cleanser .badge span,
.site-2 .domore .cleanser .badge strong {
  background: url(img/leche.png) no-repeat;
}

.domore .cleanser .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: -25px;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.domore .cleanser .text .title {
  color: #efa56a;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 37px;
}

.domore .cleanser .text p {
  font-size: 19px;
  line-height: 1.3;
  color: #686868;
}

.domore .cleanser .i2 {
  height: 710px;
  position: relative;
  width: 657px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.domore .cleanser .i2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.domore .cleanser .i2 .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale3d(1.6, 1.6, 1.6);
          transform: scale3d(1.6, 1.6, 1.6);
}

.domore .cleanser .watch {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  background: #efa56a;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -56px -66px 0 0;
  text-align: center;
  color: #fff;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 45px;
  -webkit-box-shadow: 0 0 0 10px rgba(239, 165, 106, 0.3);
  box-shadow: 0 0 0 10px rgba(239, 165, 106, 0.3);
}

.domore .cleanser .watch span {
  position: relative;
  z-index: 1;
}

.domore .cleanser .watch:after {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  background: #efa56a;
  opacity: 0.5;
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
}

.domore .cleanser .watch:hover:after {
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}

.domore .cleanser .watch:before {
  display: block;
  height: 17px;
  background: url(img/play.svg) no-repeat center;
  content: "";
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}

.domore.aos-animate .cleanser .i1 {
  height: 456px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.domore.aos-animate .cleanser .i1 .bg {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.domore.aos-animate .cleanser .i1 .badge {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.domore.aos-animate .cleanser .i1 .text {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.domore.aos-animate .cleanser .i2 .bg .img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.domore.aos-animate .cleanser .i2 .bg .img.out {
  -webkit-transition: none;
  transition: none;
}

/* INSTAGRAM */
.tweets {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #FFF7E9;
}

.tweets .tweet {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
  background: #fff;
  position: relative;
  padding: 42px 30px 0px 410px;
}

.tweets .tweet figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  overflow: hidden;
}

.tweets .tweet, .tweets .tweet figure {
  height: 376px;
}

.tweets .tweet figure iframe {
  margin-top: -55px !important;
}

.tweets .tweet figure a {
  display: block;
  background: #64bfc9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tweets .tweet figure a img {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.tweets .tweet figure a:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.tweets .tweet p {
  color: #686868;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.tweets .tweet p strong {
  color: #64bfc9;
}

.tweets .tweet .reply {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.tweets .tweet .reply .name {
  color: #686868;
  font-size: 15px;
  line-height: 1.3;
}

.tweets .tweet .reply p {
  font-size: 15px;
}

.tweets .tweet .reply .avatar {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.tweets .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tweets .row .columns.medium-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tweets .hashtag {
  width: 100%;
  text-align: center;
  color: #494949;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
}

.tweets .hashtag i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tweets .hashtag h2 {
  font-size: 47px;
  color: #494949;
  letter-spacing: 0.47px;
  margin-bottom: 20px;
}

.tweets .hashtag p {
  font-size: 20px;
  letter-spacing: 0.19px;
  line-height: 140%;
  color: #707070;
}

.tweets .hashtag .button {
  margin-bottom: 0;
}

.tweets.aos-animate .hashtag {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.tweets .social-follow {
  text-align: center;
  display: table;
  border-collapse: collapse;
  margin: auto;
  margin-top: 40px;
}

.tweets .social-follow a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: table-cell;
  border: 3px solid #EFA56A;
  width: 57px;
  height: 57px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.tweets .social-follow a i.fa.fa-tiktok svg {
  width: 14px;
  height: 16px;
}
.tweets .social-follow a i.fa.fa-tiktok svg path {
  fill: #efa56a;
}

.tweets .social-follow a:hover {
  background-color: #EFA56A;
  color: #FFF7E9;
}
.tweets .social-follow a:hover i.fa.fa-tiktok svg path {
  fill: #FFF7E9;
}

/* IQ SECTION */
.iqout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100%;
}

.iqout.big-iqout {
  background: #e5776a;
}

.iqout h2.sectiontitle + h4 {
  margin-bottom: 35px;
}

.iq {
  height: 100%;
}

.iq .row {
  max-width: 100%;
  height: 80vh;
}

.iq.iq--calculator .row {
  max-width: 100%;
  height: 100%;
}

.page-template-articles-page .iq .row {
  max-height: 380px;
}

.iq .row .columns {
  height: 100%;
}

.iq.iq--calculator .row .columns {
  height: 100vh;
}

.iq .i {
  display: block;
  position: relative;
  height: 50%;
  overflow: hidden;
}

.iq .last-row a:hover h3 {
  color: #efa56a;
}

.iq .last-row .i {
  height: 100%;
}

.iq .i .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.iq.aos-animate .i.not-hovered .bg {
  -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.iq.aos-animate .i .bg {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.iq .i .text {
  position: absolute;
  bottom: 40px;
  left: 45px;
  color: #fff;
  padding-right: 20px;
  max-width: 60%;
  z-index: 1;
  pointer-events: none;
}

.iq .i .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.iq .i .button {
  color: #fff;
  margin-bottom: 0;
}

.iq .i h3 {
  font-size: 43px;
  color: #fff;
  line-height: 1;
  margin: 0 0 3px;
  letter-spacing: 1px;
}

.iq .i h3 a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.iq a,
.iq a h3 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.iq .i h3 a:hover,
.iq a:hover h3 {
  color: #efa56a;
}

.iq .last-row .i h3 {
  font-size: 63px;
}

.page-template-articles-page .iq .last-row .i h3 {
  font-size: 43px;
}

.page-template-articles-page .iq a h3 {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.iq .i .date-post {
  margin: 0 50px 6px 0;
  color: #fff;
  font-family: "futuramc";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  display: block;
  text-transform: uppercase;
}

.iq .i .date-post:before {
  width: 24px;
  height: 3px;
  content: "";
  background: #EFA56A;
  display: inline-block;
  vertical-align: top;
  margin: 9px 10px 0 0;
}

.iq .i.hover .bg {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.iq .i .bg:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.iq .iqin {
  height: 100%;
  background: #e5776a;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 105px;
  margin-bottom: 105px;
}

.iq .iqin-c {
  height: 100%;
  background: #e5776a;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.iq .iqin .iqin2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 100px 50px;
}

.iq .iqin-c .iqin2-c {
  display: block;
  width: 100%;
  padding: 0 70px 0;
}

.iq .iqin .iqin2 .choices-content:first-child {
  border-right: 2px solid #ffd2cd;
  padding-right: 65px;
}

.iq .iqin .iqin2 .choices-content {
  min-height: 246px;
}

.home .iq .iqin .iqin2 .choices-content .choices {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iqout.big-iqout.one_column .iq .iqin .iqin2 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
}
.iqout.big-iqout.one_column .iq .iqin .iqin2 .choices-content:first-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.iqout.big-iqout.one_column .iq .iqin .iqin2 .question span {
  color: #ffffff;
}

.iq .iqin .iqin2.nopad {
  padding-top: 0;
}

.iq .iqin .block-icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.iq .iqin h2 {
  color: #fff;
  font-size: 60px;
}

.iq:not(.iq--calculator) .iqin h2 {
  margin-bottom: 20px;
}

.iq--calculator .iqin h2 {
  font-size: 54px;
  letter-spacing: 0.47px;
  text-align: center;
}

.iq .iqin h2:after {
  width: 55px;
  height: 4px;
  background-color: #ffd2cd;
  display: block;
  margin: 10px auto 8px;
  content: "";
}

.iq .iqin h4 {
  color: #fff;
}

.iq--calculator .iqin h4 {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
}

.iq .q {
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.iq .q strong {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  font-size: 55px;
  color: #fcc7c5;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.iq .q br {
  display: none;
}

.iq .q p {
  display: inline;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.iq .q span, .iq .q a {
  color: #ffd2cd;
}

.iq .choices .choice,
.close-incorrect {
  width: 231px;
  height: 54px;
  border: 3px solid #ffffff;
  display: block;
  margin-bottom: 15px;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  letter-spacing: 2.07px;
  padding-top: 7px;
  margin: 0 auto 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.iq .choices .choice.blocked {
  cursor: default;
}

.iq .choices.finished .choice:not(.active) {
  opacity: 0.5;
}

.iq .choices .choice:not(.blocked):hover,
.iq .choices .choice.active,
.close-incorrect:hover {
  background-color: #ffb3aa;
  color: #c1655a;
}

.iq .choices .choice.active {
  background: #fff;
}

.iq .iqsteps {
  background: #d06d61;
  width: 440px;
  height: 440px;
  border-radius: 100%;
  text-align: center;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

.iq .iqsteps ul {
  margin: 0;
  padding: 0;
}

.iq .iqsteps ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iq .iqsteps ul li {
  padding-top: 80px;
}

.iq .iqsteps .i {
  padding: 0 50px;
}

.iq .iqsteps h3 {
  font-size: 24px;
  font-family: "GothamBook";
  color: #fff;
  text-transform: none;
  margin-bottom: 25px;
}

.iq .iqsteps .tag {
  margin-bottom: 20px;
}

.iq .iqsteps select {
  width: 180px;
  height: 50px;
  border: 3px solid #fdab9c;
  color: #fdab9c;
  font-family: "futuramc";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(img/dd.png) no-repeat right 10px center;
  font-size: 18px;
}

.iq .iqsteps select:focus {
  outline: none;
}

.iq .iqsteps .bx-pager {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 65px;
  text-align: center;
}

.iq .iqsteps .bx-pager-item {
  display: inline-block;
  width: 20px;
  padding-top: 20px;
}

.iq .iqsteps .bx-pager-item a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}

.iq .iqsteps .bx-pager-item a:before {
  width: 8px;
  height: 8px;
  background-color: #fdab9c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.iq .iqsteps .bx-pager-item a:after {
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.iq .iqsteps .bx-pager-item a:hover:before {
  background: #fff;
}

.iq .iqsteps .bx-pager-item a.active:after {
  border-color: #fff;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* IN THE KNOW */
.intheknow {
  padding-bottom: 100px;
}

.page-template-articles-page .intheknow,
.page-template-news-page .intheknow,
.page-nutrition .intheknow {
  background: #FFF7E9;
}

.recipes-box {
  padding-bottom: 0;
}

.recipes-box {
  margin-top: 60px;
}

.intheknow.section .columns,
.recipes-box.section .columns {
  padding-top: 50px;
}

.recipes-box.section .columns.articles_grid {
  padding-top: 86px;
}

.intheknow .slider {
  margin: 50px auto 0;
  max-width: 1195px;
  position: relative;
}

.archive__iq,
.archive__titles {
  padding-top: 0 !important;
}

/*
.intheknow .slider .bx-viewport {
    height: 100% !important;
}
*/
.intheknow .sliderout {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.intheknow ul,
.recipes-box ul {
  margin: 0;
  padding: 0;
}

.intheknow ul li,
.recipes-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.intheknow ul a,
.recipes-box ul a {
  display: block;
  margin: 0 auto;
  max-width: 359px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}

.intheknow ul a h3,
.recipes-box ul a h3 {
  font-size: 24px;
  /*padding: 0 50px;*/
  line-height: 1.1;
  color: #494949;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
}

.recipes-box ul a .title-slider {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.recipes-box ul a .title-slider.left {
  text-align: left;
}

.intheknow ul a .title-slider {
  float: left;
  width: 100%;
}

.intheknow ul a .title-slider h3 {
  margin-top: 20px;
}

.intheknow ul a figure,
.recipes-box ul a figure {
  position: relative;
  float: left;
  width: 100%;
}

.intheknow ul a figure .img,
.recipes-box ul a figure .img {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
}

.recipes-box ul a figure .img--responsive {
  display: none;
}

.recipes-box ul a figure .img--responsive img {
  width: 100%;
  height: auto;
}

.intheknow ul a figure .img div,
.recipes-box ul a figure .img div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}

.intheknow ul a:hover h3,
.recipes-box ul a:hover h3 {
  color: #efa56a;
}

.intheknow .sliderout .slider ul a figure .img {
  padding-top: 100%;
}

.tag {
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}

.intheknow ul a figure .tag,
.recipes-box ul a figure .tag {
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}

.iq .i .tag,
.news .tag {
  -webkit-transform: none;
          transform: none;
}

.intheknow ul a figure .tag span,
.recipes-box ul a figure .tag span {
  /*width: 126px;*/
  height: 30px;
  padding-top: 8px;
  text-align: center;
}

.intheknow ul a:hover figure .img div,
.recipes-box ul a:hover figure .img div {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}

.intheknow .navs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.intheknow .navs * {
  pointer-events: all;
}

.intheknow .next,
.intheknow .prev {
  width: 152px;
  height: 152px;
  top: 135px;
  right: -76px;
  border: 3px solid #efa56a;
  border-radius: 100%;
  position: absolute;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  top: 50%;
  -webkit-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
}

.intheknow .navs .slider-arrow {
  width: 18px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
}

/*
.intheknow .next:after,
.intheknow .prev:after {
    width: 12px;
    height: 13px;
    background: url(img/arrow.svg) no-repeat;
    position: absolute;
    top: 35px;
    left: 18px;
    content: '';
    display: block
}

.intheknow .next:before,
.intheknow .prev:before {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    width: 0;
    background: #efa56a;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.intheknow .next:hover:before,
.intheknow .prev:hover:before {
    left: 0;
    width: 100%
}

.intheknow .next:hover:after,
.intheknow .prev:hover:after {
    background: url(img/arroww.svg) no-repeat center
}
*/
.intheknow .prev {
  right: auto;
  left: -76px;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}

.intheknow .bx-pager,
.campaigns .bx-pager,
.news__slider .bx-pager {
  height: 25px;
  position: absolute;
  top: 100%;
  margin-top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  text-align: center;
  display: none;
}

.intheknow .bx-pager .bx-pager-item,
.campaigns .bx-pager .bx-pager-item,
.news__slider .bx-pager .bx-pager-item {
  display: inline-block;
  width: 20px;
}

.intheknow .bx-pager .bx-pager-item a,
.campaigns .bx-pager .bx-pager-item a,
.news__slider .bx-pager .bx-pager-item a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}

.intheknow .bx-pager .bx-pager-item a:before,
.campaigns .bx-pager .bx-pager-item a:before,
.news__slider .bx-pager .bx-pager-item a:before {
  width: 8px;
  height: 8px;
  background-color: #494949;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intheknow .bx-pager .bx-pager-item a:after,
.campaigns .bx-pager .bx-pager-item a:after,
.news__slider .bx-pager .bx-pager-item a:after {
  border: 1px solid #efa56a;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 100%;
  content: "";
  display: block;
  border-color: #fff;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intheknow .bx-pager .bx-pager-item a:hover:before,
.campaigns .bx-pager .bx-pager-item a:hover:before,
.news__slider .bx-pager .bx-pager-item a:hover:before {
  background: #efa56a;
}

.intheknow .bx-pager .bx-pager-item a.active:after,
.campaigns .bx-pager .bx-pager-item a.active:after,
.news__slider .bx-pager .bx-pager-item a.active:after {
  border-color: #efa56a;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.intheknow .bx-pager .bx-pager-item a.active:before,
.campaigns .bx-pager .bx-pager-item a.active:before,
.news__slider .bx-pager .bx-pager-item a.active:before {
  background-color: #494949;
}

/* STEPS */
.steps {
  padding-bottom: 110px;
  overflow: hidden;
  padding-top: 10px;
}

.steps.aos-animate .imgs li .bg {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-size: cover;
}

.steps ul {
  margin: 0;
  padding: 0;
}

.steps ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps .imgs {
  width: 558px;
  height: 424px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff7ea;
}

.steps .imgs ul {
  margin: 0;
  padding: 0;
}

.steps .imgs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps .imgs li {
  position: relative;
  height: 424px;
  overflow: hidden;
}

.steps .imgs li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.steps .stepsin {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
  height: 424px;
  padding-left: 558px;
  position: relative;
}

.steps .text {
  text-align: center;
}

.steps .text .title {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  color: #efa56a;
  font-size: 27px;
  margin-bottom: 20px;
}

.steps .text li {
  height: 424px;
  padding-top: 70px;
}

.steps .text .i {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 50px;
}

.steps .text .tag span {
  font-size: 18px;
  padding-top: 6px;
}

.steps .text .tag {
  margin-bottom: 20px;
  -webkit-transform: none;
          transform: none;
}

.steps .text p {
  color: #494949;
  font-size: 19px;
}

.steps .bx-pager {
  position: absolute;
  left: 0;
  width: auto;
  right: 0;
  left: 558px;
  bottom: 30px;
  text-align: center;
}

.steps .bx-pager-item {
  display: inline-block;
  width: 20px;
  padding-top: 20px;
}

.steps .bx-pager-item a {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}

.steps .bx-pager-item a:before {
  width: 8px;
  height: 8px;
  background-color: #494949;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.steps .bx-pager-item a:after {
  border: 1px solid #efa56a;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 100%;
  content: "";
  display: block;
  border-color: #494949;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.steps .bx-pager-item a:hover:before {
  background: #efa56a;
}

.steps .bx-pager-item a.active:after {
  border-color: #efa56a;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.steps.myths {
  padding-top: 50px;
  padding-bottom: 70px;
}

.steps .mythsslider {
  padding-top: 40px;
  margin-top: 40px;
}

.steps .mythsslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps .mythsslider ul li li {
  padding-top: 70px;
}

.steps .mythsslider .stepsin {
  margin: 0 25px;
}

.steps .mythsslider h3 {
  font-size: 33px;
  color: #494949;
  line-height: 1.1;
}

.steps .mythsslider .options {
  margin-top: 15px;
}

.steps .mythsslider .options .option,
.steps .mythsslider .button--back {
  width: 120px;
  height: 54px;
  padding: 0;
  border: 3px solid #efa56a;
  display: inline-block;
  text-align: center;
  font-family: "futuramc";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 31px;
  color: #333;
  line-height: 1;
  padding-top: 7px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.site-2 .steps .mythsslider .options .option,
.site-2 .steps .mythsslider .button--back {
  width: 170px;
}

.steps .mythsslider .options .option:before,
.steps .mythsslider .button--back:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #efa56a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0;
  top: 0;
  left: auto;
  width: 0;
}

.steps .mythsslider .button--back {
  color: #efa56a;
}

.steps .mythsslider .options .option:hover,
.steps .mythsslider .button--back:hover {
  background: none;
  color: #fff;
}

.steps .mythsslider .options .option:hover:before,
.steps .mythsslider .button--back:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.steps .mythsslider .options .option span,
.steps .mythsslider .button--back span {
  position: relative;
  font-size: 31px;
}

.steps .mythsslider .options span.or {
  display: inline-block;
  font-size: 21px;
  color: #333;
  padding: 5px 5px;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
}

.steps .mythsslider .answer-wrapper {
  display: none;
}

.steps .mythsslider .answer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 350px;
  padding: 0 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 22;
}

.steps .mythsslider .answer .contents {
  float: left;
  width: 100%;
}

.steps .mythsslider .answer h3 {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  color: #efa56a;
  text-align: center;
  font-size: 42px;
  margin: 0 0 20px;
}

.steps .mythsslider .card {
  /*-webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 600ms;
  transition: all 600ms;*/
  z-index: 20;
  float: left;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps .mythsslider .card .i {
  /*  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
  width: 100%;
  height: 100%;
  max-width: none;
  background: #fff;
  z-index: 21;
}

/*
.steps .mythsslider .answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .steps .mythsslider .answered .card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);

  }
  */
/* VS */
.vs {
  padding: 50px 0 100px;
}
.vs .row {
  max-width: 1350px;
}

.vs .title-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vs h2,
.vs .dropdowns_block .dropdown .dropdown_option {
  font-size: 50px;
  color: #494949;
  font-family: "futuramc";
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.vs h2 {
  text-align: right;
}

.vs .dropdowns_block .dropdown .dropdown_option {
  padding: 20px 80px 20px 25px;
  width: auto;
  color: #494949;
  text-align: center;
  white-space: nowrap;
}

.vs .dropdowns_block .dropdown .options .dropdown_option {
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}

.vs .dropdowns_block .dropdown .dropdown_option .arrow {
  width: 24px;
  bottom: 50%;
  right: 25px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.vs .dropdowns_block .dropdown .options .dropdown_option:hover,
.vs .dropdowns_block .dropdown .options .dropdown_option.active {
  background: #FFF7E9;
}

.vs .dropdowns_block .dropdown .options {
  top: 90px;
}

.vs .vs-separator {
  font-family: "futuramc";
  color: #efa56a;
  font-size: 75px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 40px;
  margin-right: 40px;
}

.vs .copy-block {
  margin-top: 50px;
  text-align: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.vs .copy-block p {
  font-size: 20px;
  line-height: 25px;
}

.vs .vsin {
  position: relative;
  padding: 100px 0;
  display: none;
}

.vs .vsin.active {
  display: block;
}

.vs .vsin .figure {
  width: 480px;
  height: 480px;
  background: url(img/milk-glass.jpg) center no-repeat;
  background-size: cover;
  margin: 0px auto;
  position: relative;
}
.vs .vsin .figure video {
  position: absolute;
  top: 1px;
  left: -4px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vs .vsin .figure .figure__half {
  position: absolute;
  top: 23px;
  right: 27px;
  height: calc(100% - 48px);
  width: calc(50% - 30px);
  overflow: hidden;
}
.vs .vsin .figure .figure__pie {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200%;
  border-radius: 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
  opacity: 1;
  --s: 0%;
  --mask: conic-gradient(#000 var(--s), transparent var(--s) 360%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  -webkit-animation: pie 8s 1s 1;
          animation: pie 8s 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@property --s {
  initial-value: 0%;
  inherits: false;
  syntax: "<percentage>";
}
@-webkit-keyframes pie {
  100% {
    --s: 100%;
  }
}
@keyframes pie {
  100% {
    --s: 100%;
  }
}
.vs .i {
  position: absolute;
}

.vs .i h3 {
  font-size: 30px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vs .i p {
  font-size: 16px;
  color: #686868;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.vs .i.dairy p a {
  color: #60bdcb;
}

.vs .i .f {
  width: 77px;
  height: 77px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vs .i .f:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.vs .i .f img {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.vs .dairy {
  padding-right: 100px;
  right: 50%;
  margin-right: 250px;
  text-align: right;
  max-width: 380px;
}

.vs .dairy .f {
  right: 0;
  top: 0;
}

.vs .dairy .f:after {
  border: 3px solid #60bdcb;
}

.vs .dairy h3 {
  color: #60bdcb;
}

.vs .almond {
  padding-left: 100px;
  left: 50%;
  margin-left: 250px;
  max-width: 380px;
}

.vs .almond .f {
  left: 0;
  top: 0;
}

.vs .almond .f:after {
  border: 3px solid #efa56a;
}

.vs .almond h3 {
  color: #efa56a;
}

.vs .a1,
.vs .d1 {
  top: 100px;
}

.vs .a2,
.vs .d2 {
  top: 290px;
}

.vs .a3,
.vs .d3 {
  top: 480px;
}

.vs .i.aos-animate .f,
.vs .i.aos-animate h3,
.vs .i.aos-animate p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.vs .i.aos-animate .f:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.vs .i.aos-animate .f img {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

/* DID YOU KNOW */
.didyouknow {
  background: #fff7e8;
  padding: 40px 0 70px;
}

.didyouknow__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.didyouknow__columns .columns:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.didyouknow .sectiontitle + h4 {
  margin-bottom: 50px;
}

.didyouknow .aos-animate .i figure svg path[stroke="#f0a766"] {
  stroke-dashoffset: 0;
}

.didyouknow .aos-animate .i figure img {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.didyouknow .aos-animate .i .buttonout,
.didyouknow .aos-animate .i p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.didyouknow .i {
  text-align: center;
  padding: 0 30px;
  padding-bottom: 20px;
}

.didyouknow .i figure {
  width: 156px;
  height: 156px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

.didyouknow .i figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.didyouknow .i figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.didyouknow .i figure svg path[stroke="#f0a766"] {
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.didyouknow .i figure img {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.didyouknow .i p {
  text-align: center;
  font-size: 28px;
  color: #4d4c45;
  line-height: 1.1;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
}

.didyouknow .i p strong, .didyouknow .i p a {
  color: #efa56a;
}

.didyouknow .i .buttonout {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
  transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.didyouknow .i.large {
  padding: 0 20px 0;
}

.didyouknow .i.large p {
  font-size: 47px;
  line-height: 1.1;
}

.didyouknow .i.large .button {
  margin-top: 40px;
}

.didyouknow .columns.sep:after {
  width: 3px;
  height: 100%;
  background: #efa56a;
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 8px;
  display: block;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.didyouknow hr {
  height: 3px;
  background: #efa56a;
  margin: 50px 0;
  border: none;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.didyouknow .columns.sep:after {
  height: 0;
}

.didyouknow .medium-offset-1 hr {
  width: 0;
}

.didyouknow .medium-offset-1.aos-animate hr {
  width: 100%;
  opacity: 1;
}

.didyouknow .columns.sep.aos-animate:after {
  opacity: 1;
  height: 100%;
}

/* CLOCK */
.roundtheclock {
  padding: 30px 0 5px;
}

.roundtheclock .mobileslider {
  display: none;
}

.roundtheclock .round {
  width: 637px;
  margin: 110px auto 150px;
  height: 637px;
  position: relative;
}

.roundtheclock .aos-animate .sliderout li .text {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.roundtheclock .aos-animate .sliderout li.active .text {
  opacity: 1;
}

.roundtheclock .times a {
  position: absolute;
  width: 78px;
  height: 78px;
  display: block;
  text-align: center;
  padding-top: 17px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.roundtheclock .times a:after {
  width: 15px;
  height: 2px;
  background: #efa56a;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.roundtheclock .times a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.roundtheclock .times a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #efa56a;
  content: "";
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.roundtheclock .times a:first-child {
  top: 50%;
  left: -80px;
  margin-top: -39px;
}

.roundtheclock .times a:first-child:after {
  top: 50%;
  left: 100%;
  margin-top: -1px;
  width: 0;
}

.roundtheclock .times a:first-child.active {
  left: -90px;
}

.roundtheclock .times a:first-child.active:after {
  width: 15px;
}

.roundtheclock .times a:nth-child(2) {
  top: -80px;
  left: 50%;
  margin-left: -39px;
  padding-top: 20px;
}

.roundtheclock .times a:nth-child(2):after {
  height: 15px;
  width: 2px;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  height: 0;
}

.roundtheclock .times a:nth-child(2).active {
  top: -90px;
}

.roundtheclock .times a:nth-child(2).active:after {
  height: 15px;
}

.roundtheclock .times a:nth-child(3) {
  top: 50%;
  right: -80px;
  margin-top: -39px;
  padding-top: 20px;
}

.roundtheclock .times a:nth-child(3):after {
  top: 50%;
  right: 100%;
  margin-top: -1px;
  width: 0;
}

.roundtheclock .times a:nth-child(3).active {
  right: -90px;
}

.roundtheclock .times a:nth-child(3).active:after {
  width: 15px;
}

.roundtheclock .times a:nth-child(4) {
  bottom: -80px;
  left: 50%;
  margin-left: -39px;
  padding-top: 22px;
}

.roundtheclock .times a:nth-child(4):after {
  height: 15px;
  width: 2px;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  height: 0;
}

.roundtheclock .times a:nth-child(4).active {
  bottom: -90px;
}

.roundtheclock .times a:nth-child(4).active:after {
  height: 15px;
}

.roundtheclock .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roundtheclock .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roundtheclock .circle span {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #efa56a;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.roundtheclock .circle span:hover {
  background: #efa56a;
}

.roundtheclock .circle span:nth-child(2) {
  top: -7px;
  left: 50%;
  margin-left: -9px;
}

.roundtheclock .circle span:nth-child(3) {
  top: 50%;
  right: -7px;
  margin-top: -9px;
}

.roundtheclock .circle span:nth-child(4) {
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
}

.roundtheclock .circle span:first-child {
  top: 50%;
  left: -7px;
  margin-top: -9px;
}

.roundtheclock .sliderout {
  width: 556px;
  height: 556px;
  border-radius: 100%;
  overflow: hidden;
  margin: 42px auto 0;
  background: #fff7e8;
}

.roundtheclock .sliderout .bx-viewport,
.roundtheclock .sliderout .bx-wrapper {
  height: 100% !important;
}

.roundtheclock .sliderout ul {
  margin: 0;
  padding: 0;
  height: 100%;
}

.roundtheclock .sliderout ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  /*-o-clip-path: circle(0.0% at 50% 50%);
  -ms-clip-path: circle(0.0% at 50% 50%);
  clip-path: circle(0.0% at 50% 50%);
  -webkit-clip-path: circle(0.0% at 50% 50%);*/
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*
.roundtheclock .sliderout ul li.active {

  -o-clip-path: circle(50.0% at 50% 50%);
  -ms-clip-path: circle(50.0% at 50% 50%);
  clip-path: circle(50.0% at 50% 50%);
  -webkit-clip-path: circle(50.0% at 50% 50%);
  transition-delay: 1s;
}
*/
.circ-img-mask-shell {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.circ-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.roundtheclock .sliderout li {
  height: 100%;
  position: relative;
}

/*
@keyframes sliderImg {
  0% {opacity: 1; transform: translateX(0px) scale3d(1,1,1);}
  25%{opacity: 0; transform:translateX(10px) scale3d(0.9,0.9,0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale3d(0.9,0.9,0.9);}
  55% {opacity: 1; transform: translateX(0px) scale3d(1,1,1);}
}
*/
.roundtheclock .sliderout li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  background-position: center;
  background-size: auto 200%;
  overflow: hidden;
}

.roundtheclock .sliderout li .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(2, 2, 2);
          transform: translate3d(-50%, -50%, 0) scale3d(2, 2, 2);
}

.roundtheclock .sliderout li .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/*
.roundtheclock .sliderout li.active .bg {
    background-size: auto 100%;
}
*/
.roundtheclock .sliderout li.active .bg img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.roundtheclock .sliderout li.active .text .time {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.roundtheclock .sliderout li.active .text h2 {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.roundtheclock .sliderout li.active .text p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.roundtheclock .sliderout .text {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.roundtheclock .sliderout .text .time {
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  font-size: 23px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(0px);
  transform: translateX(0) translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.roundtheclock .sliderout .text h2 {
  font-size: 33px;
  line-height: 1.1;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(0px);
  transform: translateX(0) translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.roundtheclock .sliderout .text p {
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(0px);
  transform: translateX(0) translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 1.5;
}

.roundtheclock .sliderout .bx-next,
.roundtheclock .sliderout .bx-prev {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 5px 0 0 80px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 100;
  border: 3px solid #efa56a;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.roundtheclock .round.aos-animate:not(.working) .sliderout .bx-next,
.roundtheclock .round.aos-animate:not(.working) .sliderout .bx-prev {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 1;
}

.roundtheclock .round.aos-animate.working .sliderout .bx-next,
.roundtheclock .round.aos-animate.working .sliderout .bx-prev {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}

.roundtheclock .round.aos-animate .sliderout.hidden-nav .bx-next,
.roundtheclock .round.aos-animate .sliderout.hidden-nav .bx-prev {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.roundtheclock .sliderout .slider-arrow,
.roundtheclock .mobileslider .slider-arrow {
  width: 37px;
  height: 37px;
  display: block;
  overflow: hidden;
  left: -4px;
}

/*.roundtheclock .sliderout .bx-next div:after,
.roundtheclock .sliderout .bx-prev div:after,
.roundtheclock .mobileslider .bx-next div:after,
.roundtheclock .mobileslider .bx-prev div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(img/arrow2.svg) no-repeat center
}*/
.slider-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url(img/arrow2.svg) no-repeat center;
}

.roundtheclock .mobileslider .slider-arrow:after {
  margin-top: 1px;
  background: url(img/arrow.svg) no-repeat center;
}

/*
.roundtheclock .sliderout .bx-next:hover div:before,
.roundtheclock .sliderout .bx-prev:hover div:before {
    left: 0;
    width: 100%
}
*/
.roundtheclock .sliderout .bx-prev {
  margin-left: auto;
  margin-right: 80px;
  right: 50%;
  left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*
.roundtheclock .sliderout .bx-next div:nth-child(2),
.roundtheclock .sliderout .bx-prev div:nth-child(2) {transform: translateX(0px);
  position: absolute;
      top: 0;
      left: -60px;}
.roundtheclock .sliderout .bx-next:hover div {transform: translateX(60px);}
.roundtheclock .sliderout .bx-prev:hover div {transform: translateX(60px);}
*/
.roundtheclock #Ellipse2 {
  stroke-dasharray: 1990;
  stroke-dashoffset: 1990;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.roundtheclock .filling #Ellipse2 {
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}

.roundtheclock .notr #Ellipse2 {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* ABOUT */
.about {
  padding: 70px 0;
}

.about h4 {
  margin-bottom: 25px;
}

.about ul {
  max-width: 1160px;
  margin: 35px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.about ul li {
  padding: 0;
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}

.about ul li.active {
  width: 38%;
  z-index: 1;
}

.about ul li.inactive {
  width: 31%;
  z-index: 0;
}

.about ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.about ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-repeat: no-repeat;
}

.about ul li .bgcolor {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c7966e;
  content: "";
  display: block;
  opacity: 0;
}

.about ul li .text {
  position: absolute;
  top: 45%;
  bottom: 0;
  padding: 0 20px;
  color: #fff;
  left: 0;
  width: 100%;
  background: -webkit-gradient(cubic-bezier(0.165, 0.84, 0.44, 1), left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about ul li .text div {
  margin: 0 auto;
  max-width: 300px;
  font-size: 16px;
}

.about ul li h3 {
  color: #fff;
  font-size: 34px;
}

.about ul li h3:after {
  background: #efa56a;
  content: "";
  display: block;
  margin: 10px auto 15px;
  height: 3px;
  width: 50px;
}

.about ul li p {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 340px;
  margin: 0 auto 20px;
}

.about ul li p a {
  color: #fff;
}

.about ul li .btn {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
  transform: translateX(0) translateY(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #efa56a;
  font-size: 17px;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.about ul li .btn:after {
  margin-left: 10px;
  vertical-align: top;
  margin-top: 1px;
  display: inline-block;
  content: url('data:image/svg+xml; utf8,<svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.494cm" height="0.353cm"><path fill-rule="evenodd"  fill="rgb(241, 179, 129)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.998 L9.141,9.998 L14.004,5.000 L9.141,0.002 L6.391,0.002 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/> </svg>');
}

.about ul li.active .bg {
  -webkit-filter: grayscale3d(1, 1, 1);
  filter: grayscale3d(1, 1, 1);
}

.about ul li.active .text {
  top: 20%;
}

.about ul li.active .bgcolor {
  opacity: 0.8;
}

.about ul li.active .btn,
.about ul li.active p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.about ul li.active .btn {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* NEWS BULLETIN */
.news {
  background-color: #fff7e9;
  padding: 50px 0;
}

.didyouknow + .news {
  background: #fff;
}

.news.nobg {
  background: none;
  padding: 80px 0;
}

.news h2 {
  font-size: 33px;
  line-height: 1.3;
  margin: 10px 0;
  max-width: 430px;
  color: #494949;
}

.news p {
  font-size: 19px;
  max-width: 430px;
  line-height: 1.4;
}

.news .button {
  margin-top: -52px;
  float: left;
  margin-bottom: 0;
}

.news a.video {
  display: block;
  overflow: hidden;
}

.news a.video img {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news.aos-animate a.video img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* MILK NUTRITION */
.nutrition {
  background-color: #fff;
  padding: 50px 0;
}

.nutrition.large .row {
  max-width: 100%;
}

.nutrition .sectiontitle:after {
  background: #60BDCB;
}

.nutrition h2.sectiontitle + h4 {
  color: #60BDCB;
  margin-bottom: 55px;
}

.nutrition.orange h2.sectiontitle + h4 {
  color: #EFA56A;
}

.nutrition .content-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.nutrition .no-padding {
  padding: 0;
}

.nutrition.orange .no-padding img {
  width: 100%;
}

.nutrition .colored {
  background: #D6F0F0;
}

.nutrition.orange .colored {
  background: #FFF7E9;
}

.nutrition .content-text {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nutrition .content-text h2 {
  text-align: center;
}

.nutrition .content-text h2::after {
  display: none;
}

.nutrition .content-text h4 {
  text-align: center;
  margin-bottom: 15px !important;
  color: #60BDCB;
  font-family: "HanleyScript";
  text-transform: none;
  font-weight: normal;
  text-align: center;
  font-size: 27px;
}

.nutrition .content-text p {
  font-size: 18px;
  max-width: 370px;
  line-height: 1.4;
  text-align: center;
  margin: auto;
}

.nutrition .content-text .button {
  margin: auto;
  margin-top: 25px;
}
.nutrition .content-text .button:hover span, .nutrition .content-text .button:focus span {
  color: #ffffff;
}

.nutrition:not(.large) .content-text .button {
  color: #64bfc9;
}
.nutrition:not(.large) .content-text .button:hover span, .nutrition:not(.large) .content-text .button:focus span {
  color: #ffffff;
}

.nutrition.large .content-text .button {
  color: #efa56a;
}

.nutrition a.video {
  display: block;
  overflow: hidden;
}

.nutrition a.video img {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nutrition.aos-animate a.video img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* FEATURED NEW */
.featured-new {
  background-color: #fff;
  padding: 50px 0;
  padding-top: 90px;
}

.featured-new .content-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.featured-new .no-padding {
  padding: 0;
}

.featured-new .colored {
  background: #EFA56A;
  padding-right: 0;
  position: relative;
  margin-left: 20px;
}

.featured-new .news-thumb {
  overflow: hidden;
}

.featured-new .news-thumb img {
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

.featured-new.hover .news-thumb img,
.featured-new .news-thumb img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2) !important;
  transform: scale3d(1.2, 1.2, 1.2) !important;
}

.featured-new .content-text {
  position: relative;
  height: 100%;
  padding: 30px 40px;
}

.featured-new .content-text .newspaper-info {
  display: block;
}

.featured-new .content-text .newspaper-info .title-neswpaper {
  display: inline-block;
}

.featured-new .content-text .title-neswpaper.mobile {
  display: none;
  color: #fff;
  font-family: "futuramc";
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
}

.featured-new .content-text .newspaper-info .title-neswpaper {
  color: #fff;
  font-family: "futuramc";
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  display: inline-block;
}

.featured-new .content-text .newspaper-info .title-neswpaper span {
  font-family: "futuramc";
  font-size: 22px;
  color: #EFA56A;
}

.featured-new .content-text .newspaper-info .title-neswpaper img {
  max-width: 200px;
  max-height: 75px;
}

.featured-new .content-text .newspaper-info .date-neswpaper {
  color: #fff;
  font-family: "futuramc";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

.featured-new .content-text .newspaper-info .date-neswpaper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  background: #fff;
  height: 15px;
}

.featured-new .content-text .newspaper-section {
  display: block;
  margin-top: 30px;
}

.featured-new .content-text .newspaper-section.mobile {
  display: none;
}

.featured-new .content-text .newspaper-section .tag {
  -webkit-transform: none;
          transform: none;
}

.featured-new .content-text .newspaper-section .tag span {
  background: #fff;
  color: #EFA56A;
}

.featured-new .content-text .newspaper-section .tag::after,
.featured-new .content-text .newspaper-section .tag::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.featured-new .content-text .title {
  display: block;
  margin-top: 20px;
}

.featured-new .content-text .title h2 {
  font-size: 60px;
  line-height: 62px;
  text-transform: none;
}

.featured-new .content-text .title h2 a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.featured-new .content-text .newspaper-link {
  margin-top: 60px;
}

.featured-new .content-text .newspaper-link a {
  color: #fff;
  font-size: 15px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.featured-new a.video {
  display: block;
  overflow: hidden;
}

.featured-new a.video img {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
}

.featured-new.aos-animate a.video img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* ARTICLE */
/*
.article {
    padding: 70px 0
}
*/
article + article {
  padding: 30px 0 0px 0;
}

.campaign-template-template-campaign-a .article__row,
.campaign-template-template-campaign-c .article__row {
  padding-top: 70px;
}

.article__row {
  float: left;
  width: 100%;
  padding: 70px;
  padding-top: 20px;
}

.article__row .article {
  padding: 0;
}

.article__row .article--eight {
  margin-bottom: 50px;
}

.article.altbg {
  background: #fff7e9;
}

.article p {
  font-size: 18px;
  line-height: 30px;
  color: #494949;
  text-align: justify;
}

.article .title-single {
  color: #494949;
  font-size: 75px;
}

.article:nth-child(1) p:nth-child(1):first-letter {
  color: #efa56a;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 104px;
  float: left;
  vertical-align: top;
  display: inline-block;
  line-height: 0.85;
  margin-right: 10px;
}

.article:nth-child(1) blockquote p:nth-child(1):first-letter {
  font-size: 18px;
  line-height: 30px;
  color: #494949;
  font-family: inherit;
  font-weight: normal;
  margin-right: 0;
}

.article .introcol {
  margin-bottom: 50px;
}

@media only screen and (min-width: 40.0625em) {
  .article .introcol {
    padding: 0;
  }
}
.article .i {
  margin: 20px auto;
  text-align: center;
  padding: 0 30px;
  padding-bottom: 20px;
  max-width: 400px;
}

.article .i figure {
  width: 156px;
  height: 156px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

.article .i figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .i figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .i figure img {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.article .i h4 {
  text-align: center;
  font-size: 28px;
  color: #4d4c45;
  line-height: 1.1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.article .i h4 strong {
  color: #efa56a;
}

.article .i .buttonout {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.article .i .btn {
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  color: #efa56a;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.article .i .btn:after {
  margin-left: 7px;
  vertical-align: top;
  margin-top: 1px;
  display: inline-block;
  content: url('data:image/svg+xml; utf8,<svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.494cm" height="0.353cm"><path fill-rule="evenodd"  fill="rgb(241, 179, 129)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.998 L9.141,9.998 L14.004,5.000 L9.141,0.002 L6.391,0.002 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/> </svg>');
}

.article hr {
  height: 2px;
  background: #efa56a;
  margin: 50px 0;
  border: none;
}

.article .columns.sep:after {
  width: 2px;
  height: 100%;
  background: #efa56a;
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 8px;
  display: block;
  top: 0;
}

.article blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.article .hl,
.article blockquote p {
  margin: 50px 0px;
  padding: 0 30px;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}

.article .hl:before,
.article blockquote p::before {
  width: 215px;
  height: 4px;
  background: #efa56a;
  content: "";
  display: block;
  margin: 0 auto 20px;
}

.article .hl:after,
.article blockquote p:after {
  width: 215px;
  height: 4px;
  background: #efa56a;
  content: "";
  display: block;
  margin: 20px auto 0px;
}

.article .video {
  display: block;
  margin: 40px -120px;
  padding-top: calc(45% + 135px);
  position: relative;
}

.fancybox-toolbar .fancybox-button {
  border: 1px solid #efa56a;
  background: transparent;
  color: #efa56a;
  top: 10px;
  right: 10px;
}

.fancybox-toolbar .fancybox-button:hover {
  color: #fff;
}

.article .video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.article .video:first-child {
  margin-top: 0;
}

.article .watch {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  background: #efa56a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -66px 0 0 -66px;
  text-align: center;
  color: #fff;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 45px;
  -webkit-box-shadow: 0 0 0 10px rgba(239, 165, 106, 0.3);
  box-shadow: 0 0 0 10px rgba(239, 165, 106, 0.3);
}

.article .watch span {
  position: relative;
  z-index: 1;
}

.article .watch:after {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  background: #cd8348;
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
}

.article .watch:hover:after {
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}

.article .watch:before {
  display: block;
  height: 17px;
  background: url(img/play.svg) no-repeat center;
  content: "";
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}

/*
.article.list .video {
    padding-bottom: 60%
}*/
.article.list h4 {
  margin-bottom: 40px;
}

.article.list .button {
  margin-bottom: 0;
}

.article h4 + p {
  margin-top: 30px;
}

/*.current-menu-item a {color: #000 !important;}*/
.error-404 .contents {
  color: #fff;
  float: left;
  letter-spacing: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px 50px;
  text-align: center;
  z-index: 1;
}

.error-404 .contents .page-title {
  color: #fff;
  font-size: 61px;
  line-height: 1;
  text-align: center;
}

.error-404 .contents p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-family: "futuramc", sans-serif;
  text-transform: uppercase;
}

.error-404.not-found {
  height: calc(100vh - 107px);
  text-align: center;
  background-color: #60bdcb;
  background-size: cover;
  background-position: center center;
  float: left;
  width: 100%;
}

.error-404.not-found:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.error-404 .page-title:after {
  width: 165px;
  height: 2px;
  content: "";
  background: #efa56a;
  display: block;
  vertical-align: top;
  margin: 20px auto;
}

.fancybox-slide {
  padding-top: 62px !important;
}

@media all and (max-width: 500px) {
  .fancybox-slide {
    padding: 20px;
    padding-top: 62px !important;
  }
}
.iqout--calculator {
  margin-top: 0;
  padding-top: 0;
}

.iq--calculator, .iqout--calculator {
  min-height: 850px;
}

.calculator,
.calculator li {
  margin: 0;
}

.calculator li {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.calculator li.active-slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.iqout--calculator .bx-viewport {
  overflow: visible !important;
}

.iq--calculator .iqin .iqin2 .bx-controls {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.calculator li .step-wrapper {
  width: 100%;
  max-width: 440px;
  min-height: 460px;
  position: relative;
  margin: 40px auto 0;
  text-align: center;
}

.calculator li .step-contents {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 55px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.site-2 .calculator li .step-contents {
  padding-top: 60px;
}

.calculator li.active-slide .step-contents {
  opacity: 1;
}

.calculator li .step-wrapper:before {
  background: #d06d61;
  float: left;
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}

.calculator li.active-slide .step-wrapper:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.calculator li .tag {
  -webkit-transform: none;
          transform: none;
}

.calculator li p {
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
}

.calculator li .dropdown {
  display: inline-block;
  position: relative;
  width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.calculator li.active-slide .dropdown {
  opacity: 1;
}

.calculator li .dropdown .option.selected:after {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 50px;
  line-height: 50px;
  float: left;
  width: 12px;
  opacity: 0.3;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url(img/arrow2.svg) no-repeat right center;
  background-size: 100% auto;
  max-width: 100%;
}

.calculator li .dropdown.open .option.selected:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.calculator li .dropdown .option {
  color: rgba(255, 255, 255, 0.5);
  font-family: "futuramc";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3.45px;
  height: 50px;
  line-height: 50px;
  float: left;
  width: 100%;
  padding: 0 30px 0 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  background: #d06d61;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.calculator li .dropdown.open .option.selected {
  color: rgba(255, 255, 255, 0.2);
}

.calculator li .dropdown .option:hover {
  background-color: #ffb3aa;
  color: #c1655a;
}

.calculator li .dropdown .options {
  position: absolute;
  top: 48px;
  left: -2px;
  float: left;
  width: calc(100% + 4px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: none;
}

.calculator li .dropdown.open .options {
  border-color: rgba(255, 255, 255, 0.7);
}

.calculator li .dropdown .options .option {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.calculator li .dropdown .options .option:nth-last-child(1) {
  border-bottom: 0;
}

.calculator li .calculating {
  margin-top: 20px;
}

.calculator li .result p {
  font-size: 20px;
}

.calculator li .result p p a {
  color: #e28c82;
}

.calculator li .result p strong {
  display: block;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
}

.site-2 .calculator li .result p strong {
  font-size: 30px;
}

.site-2 .calculator li p {
  font-size: 20px;
}

.site-2 .calculator li .result p {
  line-height: 1.4;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(img/loading.png) center top no-repeat;
  background-size: 120px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.image-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}

.alignleft {
  float: left;
  clear: left;
  width: auto;
  max-width: 50%;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  clear: right;
  width: auto;
  max-width: 50%;
  margin: 0 0px 10px 20px;
}

.aligncenter {
  text-align: center;
}

.alignnone {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
}

.article .separator {
  margin: 30px 0 80px;
  height: 2px;
  background: #eee;
}

.fancybox-container .fancybox-slide--iframe .fancybox-content {
  background: transparent !important;
}

.site-2 .news p {
  max-width: 100%;
  width: 100%;
}

.site-2 .steps .text p {
  font-size: 17px;
  line-height: 1.4;
}

/* RECIPES PAGE */
.recipes-content .row {
  border-bottom: 2px solid #E5E5E5;
}

.recipes-content p {
  margin-top: 40px;
}

.recipes-box ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.recipes-box .loading,
.news-box .loading {
  width: 100%;
  text-align: center;
  background-image: url(img/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  float: left;
  min-height: 325px;
}

.paginate--content {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 100px;
}

.paginate--content .page-numbers {
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.1;
  color: #494949;
  margin: 0 5px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.paginate--content .page-numbers:hover {
  color: #efa56a;
}

.paginate--content .prev {
  margin-right: 20px;
}

.paginate--content .next {
  margin-left: 20px;
}

.paginate--content .current {
  color: #efa56a;
}

.filter-box {
  padding-top: 33px;
  padding-bottom: 33px;
  background: #FFF7E9;
  position: relative;
  z-index: 2;
}

.filter-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
}

.filter-content .filters {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 180px;
}

.filter-content .filters .dropdowns_block {
  margin-bottom: 25px;
  margin-left: 25px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

.filter-content .filters.large {
  max-width: 100%;
}

.filter-content .filters-dropdowns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

.filter-content .filters span {
  font-size: 20px;
  font-family: "futuramc";
  white-space: nowrap;
  margin-right: 20px;
  text-transform: uppercase;
}

.filter-content .filters select {
  margin: 0;
  border: 2px solid #efa56a;
  background: transparent url("img/chevron.png") no-repeat scroll right 10px center;
  padding: 5px 15px;
  display: block;
  width: 190px;
  font-size: 15px;
  font-family: "futuramc";
  text-transform: uppercase;
  border-radius: 0 !important;
}

.filter-content .filters select:focus {
  border-radius: 0 !important;
}

.filter-content .items-count {
  font-size: 15px;
  font-family: "futuramc";
  white-space: nowrap;
}

.filter-box-news {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.filter-box-news .row {
  max-width: 985px;
}

.filter-box-news .filter-content {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1843137255);
  padding-bottom: 10px;
}

/* TAGS CONTENT */
.tags-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tags-content:empty {
  padding: 0;
}

.tags-content .tag-value {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 25px 15px 25px;
  background-color: #ffe8bf;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #000;
  font-family: "futuramc";
  border-radius: 55px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tags-content .close-tag {
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 25px;
  background: transparent url("img/cross.svg") no-repeat scroll center center;
}

.tags-content .tag-clear {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 25px 15px 25px;
  background-color: #EFA56A;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-family: "futuramc";
  border-radius: 55px;
  cursor: pointer;
}

.tags-content .tag-clear .close-tag {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* RECIPES PAGE SINGLE */
.single-recipe .menu-recipes a:after {
  width: 100%;
  float: left;
}

#sharebox {
  display: none;
}

#sharebox-content {
  text-align: center;
}

#sharebox-content .tag {
  font-weight: normal;
}

#sharebox-content ul li {
  display: block;
  width: 56px;
  position: relative;
}

#sharebox-content ul li a {
  width: 56px;
  line-height: 42px;
  display: block;
  background: #EFA56A;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#sharebox-content ul li a:hover {
  color: #494949;
}

#sharebox-content ul li span {
  position: absolute;
  font-size: 12px;
  font-family: "futuramc";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  display: block;
  white-space: nowrap;
}

.single-recipe .article {
  padding-bottom: 0;
}

.single-recipe .article .breadcrumbs-inner ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.single-recipe .article .breadcrumbs-inner ul li {
  display: inline-block;
}

.single-recipe .article .breadcrumbs-inner ul li a {
  font-size: 26px;
  font-weight: bold;
  color: #d8d8d8;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "futuramc";
}

.single-recipe .article .breadcrumbs-inner ul li .separator-breadcrumb {
  font-size: 26px;
  font-weight: bold;
  color: #EFA56A;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "futuramc";
}

.single-recipe .article .breadcrumbs-inner ul li .current {
  font-size: 26px;
  font-weight: bold;
  color: #EFA56A;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "futuramc";
}

.single-recipe .article .introcol {
  margin-bottom: 0;
}

.single-recipe .sectiontitle {
  margin-bottom: 30px;
}

.single-recipe .list-details {
  padding: 0;
  margin: 0;
  text-align: center;
}

.single-recipe .list-details li {
  display: inline-block;
  border-left: 2px solid #efa56a;
  padding: 0 60px;
}

.single-recipe .list-details li:first-child {
  border: 0 none;
  padding-left: 0;
}

.single-recipe .list-details li:last-child {
  padding-right: 0;
}

.single-recipe .list-details li h2 {
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0 !important;
}

.single-recipe .list-details li h2:after {
  display: none;
}

.single-recipe .list-details li p {
  margin-top: 10px;
  line-height: 1;
}

.single-recipe .recipe__slider {
  padding: 0 80px;
}

.single-recipe .recipe__slider .bx-viewport .bx-controls {
  display: none !important;
}

.single-recipe .recipe__slider ul {
  margin: 0;
  padding: 0;
}

.single-recipe .recipe__slider li {
  text-align: center;
}

.single-recipe .recipe__slider .img--responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.single-recipe .recipe__slider .bx-next, .single-recipe .recipe__slider .bx-prev {
  width: 59px;
  height: 59px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border: 2px solid #efa56a;
  border-radius: 100%;
}

.single-recipe .recipe__slider .bx-prev {
  left: 10px;
}

.single-recipe .recipe__slider .bx-next div,
.single-recipe .recipe__slider .bx-prev div {
  width: 59px;
  height: 59px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
}

.single-recipe .recipe__slider .bx-next div:after,
.single-recipe .recipe__slider .bx-prev div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url(img/arrow.svg) no-repeat center;
}

.single-recipe .recipe__slider .bx-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.single-recipe .recipe__slider .bx-next.disabled, .single-recipe .recipe__slider .bx-prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.single-recipe .recipe__slider.single .bx-controls {
  display: none;
}

.single-recipe .list-colored ul {
  max-width: 1030px;
  margin: auto;
  padding: 0;
  margin-top: 50px;
}

.single-recipe .list-colored ul li {
  display: block;
  padding: 8px 25px;
  color: #494949;
}

.single-recipe .list-colored ul li strong {
  color: #494949;
}

.single-recipe .list-colored ul li:nth-child(odd) {
  background: #F7F7F7;
}

.single-recipe .footer {
  margin-top: 0;
}

.more-recipes {
  padding-top: 120px;
  padding-bottom: 0;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: auto;
}

.news p {
  font-size: 18px;
  margin-bottom: 25px;
}

/* dropdowns filters */
.dropdowns_block .dropdown {
  border: 2px solid #EFA56A;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

.dropdowns_block.no-lined .dropdown {
  border: 0 none;
}

.dropdowns_block .dropdown:nth-last-child(1) {
  margin-right: 0;
}

.dropdowns_block .dropdown .options {
  position: absolute;
  display: none;
  left: -2px;
  right: -2px;
  top: 56px;
  background: #fff;
  border: 2px solid #EFA56A;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

.dropdowns_block .dropdown .options.active {
  display: block;
}

.dropdowns_block .dropdown .options .dropdown_option {
  padding: 20px 20px;
  padding-right: 35px;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "GothamBook";
  position: relative;
  color: #000000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

.dropdowns_block .dropdown .options .dropdown_option span {
  border: 2px solid #EFA56A;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-template-articles-page .dropdowns_block .dropdown .options .dropdown_option span {
  right: 0;
}

.page-template-page-recipes .dropdowns_block .dropdown .options .dropdown_option span {
  right: 0;
}

.dropdowns_block .dropdown .options .dropdown_option:hover span,
.dropdowns_block .dropdown .options .dropdown_option.active span {
  background: #EFA56A;
}

.dropdowns_block .dropdown .options .dropdown_option:focus {
  background: transparent;
}

.dropdowns_block .dropdown .dropdown_option {
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 20px;
  background: transparent;
  text-align: left;
  color: #494949;
  line-height: 1;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 25px;
  width: 280px;
}

.dropdowns_block.no-lined .dropdown .dropdown_option {
  width: 125px;
  padding-left: 0;
}

.dropdowns_block.no-lined .dropdown .options .dropdown_option {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 14px 0;
}

.dropdowns_block.no-lined .dropdown .options .dropdown_option:hover,
.dropdowns_block.no-lined .dropdown .options .dropdown_option.active {
  background: #EFA56A;
  color: #fff;
}

.dropdowns_block .dropdown .dropdown_option .arrow {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 13px;
  display: block;
  bottom: 23px;
  background: transparent url("img/arrow-dropdown.svg") no-repeat scroll center center;
}

.dropdowns_block .dropdown .dropdown_option .arrow-double {
  position: absolute;
  right: 20px;
  width: 27px;
  height: 20px;
  display: block;
  bottom: 18px;
  background: transparent url("img/arrows-filter.svg") no-repeat scroll center center;
}

.dropdowns_block .dropdown .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdowns_block .dropdown.js-open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vs .dropdowns_block .dropdown.js-open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: transparent url("img/arrow-dropdown.svg") no-repeat scroll center center;
}

.vs .dropdowns_block .dropdown.selected .arrow {
  background: transparent url("img/arrow-dropdown.svg") no-repeat scroll center center;
}

.page-template-page-recipes .nutrition {
  padding: 0;
}

/* NEWS LIST */
.news-box > .row {
  max-width: 985px;
}

.news-list {
  margin: 0;
  padding: 0;
}

.news-list li {
  display: block;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1843137255);
  margin-top: 50px;
  padding-bottom: 50px;
}
.news-list li.item__hidden {
  display: none;
}

.news-list .news-thumb {
  overflow: hidden;
}

.news-list .news-thumb img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-list .news-thumb img:hover,
.news-list li:hover .news-thumb img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.news-list li:hover .title a {
  color: #efa56a;
}

.news-list .newspaper-info {
  display: block;
}

.news-list .newspaper-info .title-neswpaper,
.news-list .newspaper-info .section-neswpaper {
  font-family: "futuramc";
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #EFA56A;
  position: relative;
  display: inline-block;
  position: relative;
}

.news-list .newspaper-info .title-neswpaper img {
  max-width: 200px;
  max-height: 75px;
}

.news-list .newspaper-info .section-neswpaper {
  padding-left: 13px;
  margin-left: 10px;
}

.news-list .newspaper-info .section-neswpaper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  background: #EFA56A;
  height: 25px;
}

.news-list .title {
  margin-top: 15px;
  display: block;
}

.news-list .title h2 {
  color: #494949;
  font-size: 34px;
  text-transform: none;
  line-height: 30px;
}

.news-list .title a {
  color: #494949;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-list .desciption-neswpaper {
  margin-top: 20px;
  display: block;
}

.news-list .desciption-neswpaper p {
  font-size: 16px;
  line-height: 30px;
}

.news-list .title .btnout .btn {
  color: #222;
  font-size: 15px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.89px;
}

.news-list .title .btnout .btn i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-list .title .btnout .btn:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.steps-inner {
  margin-top: 60px;
  padding-bottom: 20px;
}

.newsslider {
  padding-top: 50px;
}

.news__slider {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
.news__slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.news__slider__item {
  width: calc(100% - 50px);
  background: #FFF7E9;
  padding: 27px 37px;
  padding-bottom: 90px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .news__slider__item {
    width: 100%;
  }
}
.news__slider__title {
  text-transform: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .news__slider__title {
    font-size: 30px;
  }
}
.news__slider__text {
  font-size: 16px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__slider .tag {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-bottom: 25px;
}
.news__slider__link {
  position: absolute;
  left: 37px;
  bottom: 50px;
  color: #EFA56A;
  font-size: 15px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "futuramc";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.89px;
}
.news__slider__link i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news__slider__link:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news__slider .bx-controls {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .news__slider .bx-controls {
    position: static;
    width: 100%;
    position: relative;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .news__slider .bx-controls .bx-pager {
    display: inline-block;
    margin-top: 40px;
    top: 0;
  }
}
.news__slider .bx-controls-direction {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .news__slider .bx-controls-direction {
    display: none;
  }
}
.news__slider .bx-controls-direction a {
  background: #efa56a url("img/arrow-white.svg") no-repeat scroll center center;
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news__slider .bx-controls-direction a.bx-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news__slider .bx-controls-direction a.bx-next {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.news__slider .bx-controls-direction a.bx-next .slider-arrow, .news__slider .bx-controls-direction a.bx-prev .slider-arrow {
  background: url("img/arrow-white.svg") no-repeat scroll center center;
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__slider .bx-controls-direction a:hover {
  background-color: #be7e49;
  width: 70px;
}
.news__slider .bx-controls-direction a.bx-prev:hover {
  -webkit-transform: rotate(180deg) translate3d(18px, 0, 0);
          transform: rotate(180deg) translate3d(18px, 0, 0);
}

.infographic__image,
.infographic__gallery {
  float: left;
  width: 100%;
}
.infographic__image img,
.infographic__gallery img {
  float: left;
  width: 100%;
  height: auto;
}

.infographic__gallery {
  display: none;
}

@media only screen and (max-width: 640px) {
  .infographic__gallery {
    display: block;
  }

  .infographic__image--whit-gallery {
    display: none;
  }
}
.header nav .menu-item-home,
.responsive-nav-logo {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .fromnature .i {
    width: 400px;
    right: 47%;
  }

  .fromnature h2.top {
    right: 48%;
  }

  .fromnature .i2, .fromnature .i4, .fromnature .to h2.top {
    right: auto;
    left: 48%;
  }

  .site-2 .fromnature .i h3 {
    font-size: 25px;
  }

  .recipes-box ul,
.filter-content {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1230px) {
  .news .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .iqout:not(.iqout--calculator) {
    min-height: 950px;
  }

  .news p {
    max-width: 100%;
  }

  .about ul li .text {
    top: 35%;
  }

  .intheknow .next, .intheknow .prev {
    width: 106px;
    height: 106px;
    right: -53px;
  }

  .intheknow .prev {
    left: -53px;
  }

  .intheknow .navs .slider-arrow {
    left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .about ul li .text {
    top: 26%;
  }

  .about ul li .text div {
    max-width: 255px;
  }

  .header {
    background: #fff;
  }

  body.header-alert-visible .header {
    border-top: 1px solid #ddd;
  }

  /*.nav-up .header {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%)
  }*/
  .header h1 {
    left: 32px;
  }

  .header h1 a path,
.header h1 a polyline,
.header h1 a rect {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    fill: #494949;
  }

  .footer .row {
    padding: 0 30px;
  }

  .mobilemenu {
    position: absolute;
    top: 40px;
    right: 28px;
    width: 32px;
    z-index: 1501;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .mobilemenu span {
    height: 3px;
    background: #494949;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  /*  .menuopen .mobilemenu {
      transform: translate3d(-200px, 0, 0);
    }*/
  /*
  .menuopen .mobilemenu span {
      background: #fff
  }*/
  .menuopen .mobilemenu span:first-child {
    -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
    transform: rotate(45deg) translateX(5px) translateY(5px);
  }

  .menuopen .mobilemenu span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
    transform: rotate(-45deg) translateX(0px) translateY(0px);
  }

  .menuopen .mobilemenu span:nth-child(3) {
    opacity: 0;
  }

  .header nav .menu-item-home {
    display: block;
  }

  .responsive-nav-logo {
    display: block;
    position: absolute;
    margin-top: -80px;
    left: 50%;
    width: 90px;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .responsive-nav-logo svg * {
    fill: #c3c3c3;
  }

  .header nav {
    height: 100%;
    height: calc(100vh - 100px);
    height: calc(var(--app-height) - 100px);
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 100%;
    max-width: 200px;
    background: #494949;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 1500;
    top: 100px !important;
    padding: 0 0 30px 0;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0);
    z-index: 10;
  }

  .header nav .social {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
  }

  .header nav .social a {
    font-size: 26px;
  }

  .header nav .social .s {
    height: 26px;
  }

  .header nav .privacy-link {
    display: inline-block;
    margin: auto;
    font-size: 9px;
    font-weight: bold;
    color: #afafaf;
    border-bottom: 1px solid #afafaf;
    white-space: nowrap;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header nav ul li a:after {
    display: none;
  }

  .menuopen .header nav {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    /*-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5)*/
  }

  .header nav ul {
    float: none;
  }

  .header nav ul li {
    float: none;
    padding: 0 20px;
    display: block;
    height: auto !important;
    padding-left: 13px;
    border-left: 7px solid #efa56a;
  }

  .header nav ul li:nth-child(2) {
    border-left-color: #e4746e;
  }

  .header nav ul li:nth-child(3) {
    border-left-color: #60bdcb;
  }

  .header nav ul li:nth-child(4) {
    border-left-color: #fbeca6;
  }

  .header nav ul li:nth-child(5) {
    border-left-color: #efa56a;
  }

  .header nav ul li:nth-child(6) {
    border-left-color: #e4746e;
  }

  .header nav ul li:nth-child(7) {
    border-left-color: #60bdcb;
  }

  .header nav ul li:nth-child(8) {
    border-left-color: #fbeca6;
  }

  .header nav ul li a,
.header nav ul li span {
    padding: 0;
    line-height: 70px !important;
    color: #fff !important;
    height: auto !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "futuramc", sans-serif;
    background: url(img/nav-arrow.svg) right center no-repeat;
    background-size: 11px auto;
  }

  /*.header nav ul li.current-menu-item {
    border-left:7px solid #60bdcb;
    padding-left: 8px;
  }*/
  .header nav ul li a:focus,
.header nav ul li a:hover,
.header nav ul li span:focus,
.header nav ul li span:hover {
    color: #fff;
  }

  .header nav ul li ul {
    position: relative;
    background: none;
    top: auto;
    left: auto;
    padding-top: 5px;
  }

  .header nav ul li ul li {
    height: auto;
    white-space: normal;
  }

  .header nav ul li ul li a {
    padding: 7px 0;
    text-transform: none;
  }

  .hero ul .text {
    padding-top: 100px;
  }

  .fromnature .i {
    top: 230px;
  }

  .fromnature .i p {
    font-size: 14px;
    line-height: 1.3;
  }

  .fromnature .i .ico {
    width: 70px;
    height: 70px;
  }

  .fromnature .i h3 {
    font-size: 26px;
  }

  .fromnature .i,
.fromnature .i3 {
    margin-right: 130px;
    width: 360px;
    padding-right: 90px;
  }

  .fromnature .i2,
.fromnature .i4 {
    margin-left: 120px;
    width: 320px;
    padding-left: 90px;
    padding-right: 0;
  }

  .fromnature .i3,
.fromnature .i4 {
    top: 420px;
  }

  .fromnature h2 {
    white-space: nowrap;
  }

  .fromnature .to .i,
.fromnature .to .i3 {
    width: 350px;
  }

  .fromnature .to .i2,
.fromnature .to .i4 {
    width: 380px;
  }

  .domore .cleanser .i2 {
    right: auto;
    left: 50%;
  }

  .domore .cleanser .i1 {
    max-width: 400px;
    left: auto;
    right: 50%;
    margin-right: 50px;
  }

  .tweets .tweet p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .tweets .tweet .reply {
    margin-bottom: 15px;
    padding-left: 60px;
    padding-top: 0;
  }

  .tweets .tweet .reply p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tweets .tweet .reply .avatar {
    width: 50px;
    height: 50px;
  }

  .intheknow .slider {
    max-width: 870px;
  }

  .intheknow ul li,
.recipes-box ul li {
    margin-right: 0;
  }

  .vs .almond {
    margin-left: 230px;
  }

  .vs .almond h3,
.vs .dairy h3 {
    line-height: 1.1;
  }

  .vs .i p {
    font-size: 14px;
    line-height: 1.4;
  }

  .vs .dairy {
    margin-right: 230px;
  }

  .iq .iqin .iqin2 {
    padding: 100px 50px;
  }

  .iq .iqsteps {
    width: 400px;
    height: 400px;
  }

  .iq .iqsteps h3 {
    font-size: 22px;
  }

  .steps .text .i {
    padding: 0 30px;
  }

  .steps .mythsslider h3 {
    font-size: 28px;
  }

  .fromnature .from h2 {
    margin-right: 170px;
  }

  .fromnature .to h2 {
    margin-left: 160px;
  }

  #fakeScrollContainer {
    display: none;
  }

  .tweets .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tweets .columns {
    width: 100%;
  }

  .tweets .row .columns.medium-5 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .tweets .row .columns.medium-9 {
    margin-top: 40px;
  }

  .fromnature:after {
    background-size: auto 60%;
  }
}
@media only screen and (max-width: 1100px) and (min-height: 1300px) {
  .fromnature:after {
    background-size: auto 30%;
  }
}
@media only screen and (max-width: 1100px) {
  .site-2 .steps .imgs {
    width: 50%;
  }

  .site-2 .steps .text {
    width: 100%;
  }

  .site-2 .steps .stepsin {
    padding-left: 50%;
  }

  .site-2 .steps .imgs li .bg {
    background-position: top center;
  }

  .site-2 .steps .bx-pager {
    left: 50%;
  }

  .scroll .languages a {
    color: #fff;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  .languages {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-2 .steps .text p {
    font-size: 16px;
    line-height: 1.3;
  }

  .iqout:not(.iqout--calculator) {
    min-height: 100%;
  }

  .iq .correct .q {
    padding: 0 30px;
  }

  .filter-content .filters .dropdowns_block {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .about ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-block-grid-3 > li {
    width: 100%;
  }

  .about ul li.active {
    width: 100%;
  }

  .about ul li.inactive {
    width: 100%;
  }

  .about ul li .text {
    top: 30%;
  }

  .about ul li .text div {
    max-width: 500px;
  }

  .tweets, .steps {
    padding-bottom: 90px;
  }

  .fromnature h2.top {
    position: relative;
    top: 30px !important;
    left: 40px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }

  .fromnature h2.top .title,
.fromnature h2.top span {
    text-align: left;
    float: left;
    width: auto;
    position: static;
    clear: none;
  }

  .fromnature h2.top span {
    margin-top: 20px;
  }

  .fromnature h2.top .title span {
    float: left;
    width: auto;
  }

  .fromnature h2.top .s {
    float: left;
    -webkit-transform: rotate(90deg) translate(28px, 0px);
            transform: rotate(90deg) translate(28px, 0px);
  }

  .fromnature .to h2.top {
    margin-left: 0px;
    left: 40px;
  }

  .fromnature .i h3 {
    line-height: 1;
  }

  .calculator li .result.loose p {
    font-size: 18px;
  }

  .hero .bx-pager {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .hero .bx-pager .bx-pager-item a:before {
    background-color: #fff;
  }

  .steps .text p {
    font-size: 16px;
    line-height: 1.3;
  }

  .hero .bx-controls-direction {
    display: none;
  }

  .dropdowns_block .dropdown .options .dropdown_option {
    padding: 15px;
  }

  .page-template-articles-page .filter-content .filters.large {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    width: 345px;
  }

  .single-recipe .hero .columns {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero {
    height: 75vw;
  }
  .hero ul .text {
    padding-top: 70px;
  }
  .hero ul h2 {
    font-size: 50px;
  }
  .hero.campaign-featured {
    height: 50vw;
  }

  .campaigns figure {
    aspect-ratio: 1;
  }

  .campaigns .columns {
    padding: 0 81px;
  }
  .campaigns.active-slide {
    width: calc(62vw - 100px) !important;
  }
  .campaigns .slider {
    width: calc(62vw - 100px) !important;
    max-width: calc(62vw - 100px) !important;
  }
  .campaigns .slider li {
    height: 650px;
  }
  .campaigns .slider li h3 {
    font-size: 43px;
  }
  .campaigns .slider li .text-slider {
    padding: 40px;
  }
  .campaigns .slider li h2.sectiontitle {
    font-size: 40px;
  }
  .campaigns .slider li h2.sectiontitle + h4 {
    font-size: 23px;
  }
  .campaigns .slider .figurein2 {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .fromnatureout {
    height: auto;
  }

  .nutrition .content-data {
    padding-left: 68px;
    padding-right: 68px;
  }
  .nutrition .colored {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .nutrition a.video {
    height: 100%;
  }
  .nutrition a.video img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nutrition .content-text h2 {
    font-size: 40px;
  }
  .nutrition .content-text h2.sectiontitle + h4 {
    font-size: 23px;
  }
  .nutrition .content-text p {
    font-size: 11px;
  }
  .nutrition .content-text .button {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .home .iqout {
    padding-top: 53px;
  }

  .iqout {
    min-height: 0;
  }

  .iq .row {
    height: auto;
  }
  .iq .row .columns {
    height: auto;
  }
  .iq:not(.iq--calculator) .i {
    height: 36vw;
  }
  .iq .last-row .i {
    height: 72vw;
  }
  .iq .iqin:not(.iqin-c) {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .iq .iqin:not(.iqin-c) h2 {
    font-size: 40px;
  }
  .iq .iqin:not(.iqin-c) .iqin2 {
    padding: 85px 30px;
  }
  .iq .iqin-c {
    margin-top: 0;
    margin-bottom: 0;
  }
  .iq .q,
.iq .q p {
    font-size: 18px;
  }

  .tweets {
    padding-top: 90px;
  }
  .tweets .tweet {
    height: auto;
    padding-bottom: 42px;
  }
  .tweets .tweet figure {
    height: 100%;
  }
  .tweets .tweet figure a {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tweets .tweet p {
    font-size: 22px;
  }
  .tweets .tweet .reply .name,
.tweets .tweet .reply p {
    font-size: 22px;
  }

  .tweets .hashtag h2,
.intheknow h2.sectiontitle {
    font-size: 40px;
  }

  .intheknow {
    padding-bottom: 0;
    float: left;
    width: 100%;
  }
  .intheknow .sliderout .slider ul a figure .img {
    padding-top: 70%;
  }

  .intheknow ul a h3, .recipes-box ul a h3 {
    font-size: 18px;
  }

  .page-campaigns .hero ul h2 {
    font-size: 43px;
  }
  .page-campaigns .hero ul .button {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .intheknow h2.sectiontitle + h4 {
    font-size: 20px;
  }

  .vs h2 {
    padding-right: 0 !important;
  }
  .vs .dropdowns_block .dropdown .options {
    top: 55px;
  }
  .vs .dropdowns_block .dropdown .options .dropdown_option {
    font-size: 20px;
  }

  .recipes-box ul {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .recipes-box #archive-pot ul a h3 {
    font-size: 23px;
  }

  .filter-content .filters {
    max-width: 130px;
  }
  .filter-content .filters.large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    max-width: 100%;
  }
  .filter-content .filters.large .dropdowns_block .dropdown .dropdown_option {
    width: auto;
  }

  .recipes-box ul, .filter-content {
    padding: 0;
  }

  .intheknow.section .columns, .recipes-box.section .columns {
    padding: 50px 20px;
  }

  .intheknow.section .columns {
    padding-bottom: 0;
  }

  .archive__iq {
    padding-bottom: 0 !important;
  }

  .intheknow ul a, .recipes-box ul a {
    max-width: 100%;
  }

  .filter-box + .recipes-box {
    margin-top: 0;
  }

  .recipes-box + style + .nutrition .content-data {
    padding-left: 0;
    padding-right: 0;
  }
  .recipes-box + style + .nutrition .colored {
    height: 55vw;
  }

  .recipes-box .paginate--content {
    margin-top: 52px;
    padding-bottom: 0;
  }

  .page-recipes .recipes-box .paginate--content {
    padding-bottom: 0;
  }

  .archive__titles {
    display: none;
  }

  .archive__iq {
    padding: 30px 55px 0 55px;
  }
  .archive__iq .row .columns {
    width: 100%;
    padding: 0;
  }
  .archive__iq .row .columns.last-row .i,
.archive__iq .row .columns .i {
    height: 65vw;
  }

  .featured-new {
    padding: 70px 20px 0 20px;
  }
  .featured-new .colored {
    margin: 0;
    padding: 0;
  }
  .featured-new .content-text {
    padding: 28px;
  }
  .featured-new .content-text .title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .featured-new .content-text .title h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
  }

  .filter-box-news {
    margin-top: 50px;
  }
  .filter-box-news .filter-content {
    padding: 0 0 10px 0;
  }

  .news-list .columns {
    width: 50%;
  }
  .news-list .newspaper-info .title-neswpaper,
.news-list .newspaper-info .section-neswpaper {
    font-size: 21px;
  }
  .news-list .newspaper-info .title-neswpaper::before,
.news-list .newspaper-info .section-neswpaper::before {
    height: 20px;
  }
  .news-list .title h2 {
    font-size: 31px;
  }
  .news-list .desciption-neswpaper {
    font-size: 13px;
  }

  .news-list + .paginate--content {
    margin-top: 45px;
    padding-bottom: 45px;
  }
  .news-list + .paginate--content .button {
    margin-bottom: 0;
  }

  .tags-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tags-content .tag-value, .tags-content .tag-clear {
    margin-top: 14px;
  }

  .vs .vsin {
    height: 1050px;
    padding-top: 15px;
  }

  .vs .vsin .figure:before {
    height: 50px;
  }

  .vs .vsin .figure:after {
    height: 500px;
  }

  .vs .dairy {
    margin-right: 50px;
  }

  .vs .almond {
    margin-left: 50px;
  }

  .vs .a1,
.vs .d1 {
    top: 520px;
  }

  .vs .a2,
.vs .d2 {
    top: 690px;
  }

  .vs .a3,
.vs .d3 {
    top: 860px;
  }

  .vs .vsin .figure:after {
    height: 100%;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    margin-left: 1px;
    bottom: 100%;
    background: url(img/dotted.png);
    position: absolute;
    content: "";
    display: block;
  }

  .vs .vsin .figure:after {
    bottom: 0;
    top: 100%;
  }

  .article .title-single {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 35px;
  }

  .nutrition .video,
.nutrition .video img {
    height: 100%;
  }

  .nutrition .video img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .dropdowns_block .dropdown .dropdown_option .arrow {
    right: 10px;
  }

  .dropdowns_block .dropdown .dropdown_option {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 880px) {
  .site-2 .steps .mythsslider .answer {
    max-height: none;
  }
}
@media only screen and (max-width: 700px) {
  .site-2 .steps .mythsslider {
    padding-left: 0;
  }

  .site-2 .steps .bx-pager {
    left: 0;
  }

  .site-2 .steps .imgs {
    width: 100%;
  }

  .filter-content .filters .dropdowns_block {
    margin: 0;
  }

  .intheknow.section .columns, .recipes-box.section .columns {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-slider-item {
    display: none;
    visibility: hidden;
    height: 0 !important;
  }

  .steps.myths {
    padding-bottom: 0;
  }

  .featured-new {
    padding: 20px 20px 0 20px;
  }

  .filter-box-news .filter-content,
.news-list li:nth-last-child(2) {
    border: none;
  }

  .page-template-articles-page .filter-content .filters.large {
    width: 100%;
  }

  .recipes-box .paginate--content {
    padding-bottom: 0;
  }

  .single-recipe .list-details li p {
    text-align: center;
  }

  .filter-content .filters.large {
    grid-gap: 30px;
    margin-top: 20px;
    margin-bottom: 17px;
  }

  .featured-new .content-text .title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .featured-new .content-text .title h2 {
    font-size: 33px;
  }

  .tags-content .close-tag {
    background: transparent url("img/cross-responsive.svg") no-repeat scroll center center;
  }

  .vs .vs-separator {
    font-size: 60px;
  }

  .hero.campaign-featured {
    height: 95vw;
  }

  .page-campaigns .hero ul h2 {
    font-size: 30px;
  }

  .intheknow .sliderout {
    padding-bottom: 85px;
  }

  .news-list .columns {
    width: 100%;
  }
  .news-list .columns.medium-8 {
    padding-top: 15px;
  }
  .news-list li {
    margin-top: 21px;
    padding-bottom: 29px;
  }
  .news-list .newspaper-info .title-neswpaper,
.news-list .newspaper-info .section-neswpaper {
    font-size: 18px;
  }
  .news-list .newspaper-info .title-neswpaper::before,
.news-list .newspaper-info .section-neswpaper::before {
    height: 16px;
  }
  .news-list .title h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .news-list .desciption-neswpaper {
    display: none;
  }

  .filter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-content .filters.large {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .recipes-box #archive-pot ul a h3 {
    font-size: 26px;
    text-align: center;
  }

  .tags-content {
    padding: 22px 0 0 0;
  }
  .tags-content .tag-value,
.tags-content .tag-clear {
    font-size: 9px;
    padding: 10px;
    font-family: "GothamBook";
  }
  .tags-content .close-tag {
    margin-left: 10px;
    width: 8px;
    height: 8px;
  }

  .recipes-box + style + .nutrition .colored {
    height: auto;
  }

  .hero {
    height: 70vh;
    min-height: 0;
  }

  .single-recipe .article .breadcrumbs-inner ul li a,
.single-recipe .article .breadcrumbs-inner ul li,
.single-recipe .article .breadcrumbs-inner ul li .current {
    font-size: 13px;
  }

  .single-recipe .article .breadcrumbs-inner ul li .separator-breadcrumb {
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .archive__iq {
    padding: 30px 20px 0 20px;
  }

  .featured-new .content-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .featured-new .content-text .newspaper-link {
    position: static;
  }

  .iqout:not(.iqout--calculator) {
    min-height: 0;
    padding: 50px 0;
  }

  .campaigns .columns {
    padding: 0 20px;
  }
  .campaigns .columns li {
    height: auto;
  }

  .vs .vsin {
    height: 985px;
  }

  .vs .a2, .vs .d2 {
    top: 580px;
  }

  .vs .a3, .vs .d3 {
    top: 760px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 810px) {
  .vs .vsin .figure {
    width: 400px;
    height: 400px;
  }

  .vs .a1, .vs .d1 {
    margin-top: -70px;
  }

  .vs .a2, .vs .d2 {
    margin-top: -90px;
  }

  .vs .a3, .vs .d3 {
    margin-top: -110px;
  }

  .vs .dairy {
    margin-right: 70px;
  }

  .vs .almond {
    margin-left: 70px;
  }

  .filter-content .filters .dropdowns_block {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .iq .last-row .i h3 {
    font-size: 50px;
  }

  .roundtheclock .round {
    zoom: 0.8;
  }

  .about ul li .text div {
    max-width: 100%;
  }

  .about ul li.inactive, .about ul li {
    padding-bottom: 60%;
  }

  .about ul li.active {
    padding-bottom: 70%;
  }

  .iq.iq--calculator .row .columns {
    width: 100%;
    height: auto;
  }

  /*.hero ul h2 {
      font-size: 48px
  }*/
  .domore {
    overflow: hidden;
  }

  .domore .cleanser .i1 {
    width: 100%;
    max-width: 100%;
  }

  .domore .cleanser .i2 {
    width: 100%;
  }

  .domore .cleanser .i2 .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
  }

  .tweets .columns {
    width: 100%;
  }

  /*.tweets .tweet p {
      font-size: 18px;
  }*/
  .tweets .tweet .reply {
    margin-bottom: 25px;
  }

  .tweets .hashtag {
    max-width: 550px;
    margin: 0 auto;
  }

  .iq .i .text {
    left: 30px;
  }

  .iq .i h3 {
    font-size: 30px;
  }

  /*.iq .iqin .iqin2 {
      padding: 60px 30px
  }*/
  .intheknow .slider {
    max-width: 700px;
  }

  .intheknow ul a {
    max-width: 320px;
  }

  .steps .imgs {
    width: 330px;
  }

  .steps .imgs li .bg {
    background-position: center;
  }

  .steps .stepsin {
    padding-left: 330px;
    min-height: 500px;
  }

  .steps .imgs li {
    height: 500px;
    background-color: #fff7e8;
  }

  .steps .mythsslider .card {
    min-height: 350px;
  }

  .steps .bx-pager {
    left: 330px;
    right: 0;
  }

  .news {
    text-align: center;
  }

  .news .columns {
    width: 100%;
  }

  .news .columns:nth-child(1) {
    margin-bottom: 20px;
  }

  .news img {
    width: 100%;
    /*margin-bottom: 50px*/
  }

  .news h2,
.news p {
    max-width: 550px;
    margin: 0 auto 20px;
  }

  .news .button {
    float: none;
  }

  .footer {
    height: auto;
    padding-bottom: 15px;
  }

  .footer p {
    text-align: left;
    margin-top: 10px;
  }

  .didyouknow .medium-5 {
    width: 50%;
    margin: 0 !important;
  }

  .didyouknow .i.large h4 {
    font-size: 38px;
  }

  .iq, .iqout {
    height: auto;
  }

  /*.iq .row .columns {
    width:100%;
    height: auto;
  }*/
  .iq .i {
    padding-bottom: 50%;
  }

  .iq .iqsteps {
    width: auto;
    padding-bottom: 100%;
    height: auto;
  }

  .iq .iqsteps .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iq .iqsteps ul li {
    padding-top: 40px;
  }

  .iq .iqsteps .bx-pager {
    bottom: 30px;
  }

  .iq .iqstepsout {
    margin: 0 -40px;
  }

  .iq .iqstepsout .i {
    padding: 0 30px;
  }

  .iq .iqstepsout .i h3 {
    font-size: 24px;
  }

  .roundtheclock .round {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .vs h2,
.vs .dropdowns_block .dropdown .dropdown_option {
    font-size: 35px;
    padding: 20px 65px 20px 30px;
  }

  .vs h2 span {
    font-size: 60px;
  }

  .fromnature:after {
    display: none;
  }

  .fromnature .from h2 {
    margin-right: 60px;
  }

  .fromnature .to h2 {
    margin-left: 60px;
  }

  .fromnature .from h2:not(.top),
.fromnature .to h2:not(.top) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: normal;
  }

  .fromnature .line .handler,
.site-2 .fromnature .line .handler {
    width: 86px;
    height: 86px;
    background: url(img/blue-circle-handler.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    padding: 0 15px;
  }

  .fromnature .line .handler:before,
.fromnature .line .handler:after {
    content: "";
    float: left;
    margin: 0 5px;
    width: 15px;
    height: 86px;
    background: url(img/arroww.svg) center center no-repeat;
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background-size: 13px;
  }

  .fromnature .line .handler:before {
    background-image: url(img/arroww-p.svg);
    -webkit-animation-name: bounceAlpha-r;
            animation-name: bounceAlpha-r;
  }

  .fromnature .line .handler:after {
    float: right;
  }

  .fromnature .i, .fromnature .i2,
.fromnature .i3, .fromnature .i4 {
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    position: relative;
    top: auto;
    left: 0;
    padding-left: 90px;
    padding-right: 0;
    width: 80% !important;
  }

  .fromnature .i {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .fromnature .active .i {
    opacity: 1;
  }

  .fromnature .i .ico,
.fromnature .i h3, .fromnature .i p {
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .fromnature .active .i h3,
.fromnature .active .i p {
    text-align: left;
    line-height: 1.3;
    -webkit-transform: none;
            transform: none;
  }

  .domore {
    padding-bottom: 50px;
  }

  .domore .cleanser {
    background: #d6f0f1;
    margin: 0 20px;
    padding: 20px 20px 40px;
    margin-top: 15px;
    height: auto;
  }

  .domore .cleanser .watch {
    top: 100%;
    left: 50%;
    margin: -56px 0 0 -56px;
  }

  .domore .cleanser .i2 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }

  .domore .cleanser .i1 {
    margin: 0;
    right: auto;
    position: relative;
    top: auto;
    height: auto !important;
    margin-top: 130px;
  }

  .domore .cleanser .i1 .badge {
    display: none;
  }

  .domore .cleanser .i1 .bg {
    display: none;
  }

  .domore .cleanser .i1 .text {
    position: relative;
    top: auto;
  }

  .article--eight .columns.medium-10.medium-offset-1 {
    margin-left: 0 !important;
    width: 100%;
  }

  .roundtheclock .round {
    display: none;
  }

  .roundtheclock .mobileslider {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }

  .roundtheclock .mobileslider ul {
    margin: 0;
    padding: 0;
  }

  .roundtheclock .mobileslider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .roundtheclock .mobileslider .bg {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin: 0 auto 20px;
    border: 10px solid #bbbbbb;
  }

  .roundtheclock .mobileslider .text {
    text-align: center;
  }

  .roundtheclock .mobileslider .text .time {
    font-family: "HanleyScript";
    text-transform: none;
    font-weight: normal;
    color: #494949;
    font-size: 26px;
  }

  .roundtheclock .mobileslider .text h2 {
    color: #efa56a;
  }

  .roundtheclock .mobileslider .bx-next,
.roundtheclock .mobileslider .bx-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #efa56a;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: 110px;
    right: -10px;
  }

  .roundtheclock .mobileslider .bx-next div,
.roundtheclock .mobileslider .bx-prev div {
    width: 40px;
    height: 40px;
  }

  /*.roundtheclock .mobileslider .bx-next.disabled,
  .roundtheclock .mobileslider .bx-prev.disabled {
      opacity: 0.3;
      pointer-events: none
  }
  .roundtheclock .mobileslider .bx-next:before,
  .roundtheclock .mobileslider .bx-prev:before {
      position: absolute;
      content: '';
      display: block;
      right: 0;
      top: 0%;
      bottom: 0%;
      left: auto;
      width: 0;
      background: #efa56a;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .roundtheclock .mobileslider .bx-next:after,
  .roundtheclock .mobileslider .bx-prev:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      background: url(img/arrow.svg) no-repeat center
  }
  .roundtheclock .mobileslider .bx-next:hover:before,
  .roundtheclock .mobileslider .bx-prev:hover:before {
      left: 0;
      width: 100%
  }
  .roundtheclock .mobileslider .bx-next:hover:after,
  .roundtheclock .mobileslider .bx-prev:hover:after {
      background: url(img/arroww.svg) no-repeat center
  }*/
  .roundtheclock .mobileslider .bx-prev {
    left: -10px;
    right: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .domore .cleanser .text .title {
    font-size: 30px;
  }

  .vs h2 {
    min-width: auto;
    text-align: inherit;
  }
}
@media only screen and (max-width: 1050px) {
  .site-2 .steps .mythsslider .options .option, .site-2 .steps .mythsslider .button--back {
    width: auto;
    padding: 7px 10px 0 10px;
  }

  .site-2 .steps .mythsslider .options span.or {
    width: 100%;
    text-align: center;
  }

  .site-2 .steps .text .title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .recipes-box ul {
    grid-gap: 30px;
  }
}
@media screen and (max-device-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
  }

  .campaigns figure {
    aspect-ratio: 0.8/1;
  }

  .campaigns .slider li {
    height: 542px;
  }

  .filter-content .filters .dropdowns_block {
    margin-left: 10px;
  }

  .dropdowns_block .dropdown .options .dropdown_option {
    padding-right: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .campaigns.mobile {
    display: block;
  }

  .campaigns.desktop {
    display: none;
  }

  .archive__iq {
    display: none !important;
  }

  .site-2 .vs .i h3 {
    font-size: 22px;
  }

  .site-2 .vs .i p {
    font-size: 14px;
  }

  .campaigns {
    padding-bottom: 60px;
  }

  .intheknow .bx-pager,
.campaigns .bx-pager {
    display: block;
    margin-top: 10px;
  }

  .intheknow .navs,
.campaigns .bx-controls-direction {
    display: none;
  }

  .nutrition .content-data {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nutrition .content-data .medium-6 {
    width: 100%;
  }

  .nutrition a.video img {
    width: 100%;
  }

  .nutrition .content-text {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .nutrition .colored {
    background: #fff;
  }

  .nutrition {
    padding-bottom: 19px;
  }

  .page-recipes .nutrition {
    padding: 20px;
    padding-bottom: 0;
    background: #FFF7E9;
  }

  .nutrition .colored {
    padding-top: 21px;
  }

  .home .nutrition .colored {
    padding-bottom: 0;
  }

  .nutrition .content-text .button {
    margin-top: 0;
  }

  .nutrition h2.sectiontitle + h4 {
    margin-bottom: 30px;
  }

  .nutrition .content-text p {
    display: none;
  }

  .iq .iqin {
    margin-bottom: 0;
    margin-top: 0;
  }

  .home .iqout {
    padding-bottom: 0;
  }

  .iq .iqin .iqin2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .iq .iqin .iqin2 .choices-content {
    min-height: inherit;
  }

  .iq .iqin .block-icon {
    display: none;
  }

  .iq .iqin .iqin2 .choices-content:first-child {
    border-right: 0 none;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .iq .iqin .iqin2 {
    padding: 0;
    padding-bottom: 60px;
  }

  .iqout .medium-12 {
    padding: 0;
  }

  .tweets {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .tweets .tweet, .tweets .tweet figure {
    height: auto;
  }

  .tweets .tweet, .tweets .tweet .tweet-content {
    padding: 35px;
  }

  .tweets .tweet {
    padding: 0;
  }

  .tweets .tweet figure {
    position: relative;
    width: 100%;
  }

  .tweets .tweet figure a {
    position: relative;
  }

  .tweets .tweet figure a img {
    width: 100%;
  }

  .fromnature h2 {
    margin-right: 80px;
  }

  .fromnature .line .handler:after {
    right: 15px;
  }

  .footer p .footer__link {
    display: block;
  }

  .featured-new .content-text .newspaper-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 25px;
  }

  .featured-new .content-text .newspaper-section {
    display: none;
  }

  .featured-new .content-text .newspaper-section.mobile {
    display: inline-block;
    margin: 0;
  }

  .featured-new .content-text .newspaper-info .title-neswpaper {
    display: none;
  }

  .featured-new .content-text .title-neswpaper.mobile {
    display: block;
    margin-bottom: 25px;
  }

  .recipes-box ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .recipes-box.section .columns.articles_grid {
    padding-top: 20px;
  }

  .recipes-box.section .archive__iq .last-row {
    padding: 20px 0;
  }

  .iq .correct .q {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  /*.filter-content{
      margin-top: 35px;
  }*/
  .campaign-template-template-campaign-a .article__row,
.campaign-template-template-campaign-c .article__row {
    padding: 40px 0;
  }

  .about ul li, .about ul li.inactive {
    padding-bottom: 90%;
  }

  .about ul li.active {
    padding-bottom: 100%;
  }

  .header {
    height: 66px;
  }

  .header nav {
    top: 66px !important;
    height: calc(100vh - 66px);
    height: calc(var(--app-height) - 66px);
  }

  .header nav ul li a, .header nav ul li span {
    line-height: 50px !important;
  }

  .hero ul .text {
    padding-top: 20px;
  }

  .header h1 {
    left: 30px;
    top: 8px;
  }

  .header h1 a {
    width: 94px;
  }

  .site-2 .header h1 a {
    width: 145px;
    height: 45px;
  }

  .site-2 .header h1 a svg {
    float: left;
    width: 100%;
    height: auto;
  }

  .mobilemenu {
    top: 25px;
    right: 26px;
  }

  /*.menuopen .mobilemenu {
      transform: translate3d(-180px, 0, 0);
  }*/
  /*.hero,*/
  .header-alert {
    height: 50vh;
    min-height: 400px;
  }

  .hero ul h2 {
    font-size: 30px;
  }

  .hero ul h3 {
    font-size: 22px;
  }

  .hero ul h3:after,
.hero ul h3:before {
    width: 20px;
    margin-top: 15px;
  }

  .hero ul h3:before {
    margin-right: 10px;
  }

  .hero ul h3:after {
    margin-left: 10px;
  }

  .values figure {
    width: 240px;
    height: 240px;
  }

  .values .bx-next {
    right: -10px;
    top: 110px;
    width: 40px;
    height: 40px;
  }

  .values .bx-prev {
    left: -10px;
    top: 110px;
    width: 40px;
    height: 40px;
  }

  .single-recipe .recipe__slider {
    padding: 0;
  }

  .single-recipe .recipe__slider .bx-next,
.single-recipe .recipe__slider .bx-prev,
.single-recipe .recipe__slider .bx-next div,
.single-recipe .recipe__slider .bx-prev div {
    display: none;
  }

  .values .bx-next div,
.values .bx-prev div {
    width: 40px;
    height: 40px;
    top: -2px;
  }

  .values li h3 {
    font-size: 18px;
  }

  .values li .text {
    margin: 0 -10px;
  }

  .values li .text p {
    font-size: 16px;
    line-height: 1.4;
  }

  .single-recipe .list-details li {
    display: block;
    border-left: 0 none;
    border-top: 2px solid #efa56a;
    padding: 20px 0;
  }

  .single-recipe .list-details li:first-child {
    padding-top: 0;
  }

  .single-recipe .list-details li:last-child {
    padding-bottom: 0;
  }

  .single-recipe .list-colored ul {
    margin-top: 25px;
  }

  .more-recipes {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .recipes-box ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  h2.sectiontitle {
    font-size: 36px;
  }

  .tweets {
    padding-bottom: 60px;
  }

  .tweets .tweet .tweet-content {
    padding: 29px 22px 10px 22px;
  }

  .tweets .tweet p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .tweets .tweet .reply .name, .tweets .tweet .reply p {
    font-size: 12px;
  }

  .tweets .tweet .reply .avatar {
    width: 39px;
    height: 39px;
  }

  .tweets .row .columns.medium-5 {
    margin-top: 0;
  }

  .iqout {
    max-height: unset;
    height: auto;
  }

  .iq .i {
    padding-bottom: 80%;
    text-align: center;
  }

  .iq .i .text {
    left: 0;
    width: 100%;
    padding: 0 20px;
    max-width: none;
    bottom: 35px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    text-align: left;
  }

  .iq .i .date-post {
    margin-left: 0;
  }

  .iq .i h3 {
    font-size: 26px;
  }

  .iq .iqin {
    height: auto;
  }

  .iq .iqin .iqin2 {
    position: relative;
    height: auto;
    padding: 50px 20px;
  }

  .iq .iqin h2 {
    font-size: 46px;
  }

  .iq .iqin .q {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .intheknow ul a {
    max-width: 280px;
  }

  .intheknow ul a h3 {
    padding: 0;
  }

  .intheknow .next,
.intheknow .prev {
    top: 76px;
  }

  .steps {
    padding-bottom: 50px;
  }

  .steps .stepsin {
    height: auto;
    padding-top: 270px;
    padding-left: 0;
    padding-bottom: 60px;
  }

  .steps .imgs {
    height: 250px;
    width: 100%;
  }

  .steps .imgs ul li {
    height: 250px;
  }

  .steps .imgs ul li .bg {
    background-size: contain;
  }

  .steps .bx-pager {
    left: 0;
    bottom: 20px;
  }

  .steps .text li {
    padding-bottom: 30px;
    height: auto;
    padding-top: 30px;
  }

  .steps .text .i {
    padding: 0 30px;
  }

  .steps .text .i p {
    font-size: 16px;
  }

  .news p {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .footer a.footerlogo {
    margin: 0 auto 10px;
  }

  .footer .social {
    text-align: right;
  }

  .footer p {
    text-align: center;
  }

  .steps .mythsslider {
    margin: 0 -20px;
    margin-top: 50px;
  }

  .steps .mythsslider .stepsin {
    margin: 0 20px;
    padding-bottom: 40px;
  }

  .steps .mythsslider .text .i {
    padding: 0 20px;
  }

  .steps .mythsslider .options a {
    width: 100px;
    font-size: 26px;
  }

  .didyouknow .medium-5 {
    width: 100%;
  }

  .didyouknow__columns .columns:nth-child(2) {
    margin-top: 50px !important;
    padding-bottom: 50px;
  }

  .didyouknow__columns .columns:nth-child(2) .i {
    padding-top: 50px;
    border-top: 3px solid #efa56a;
  }

  .vs {
    padding: 25px 0 50px 0;
  }

  .vs h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .vs h2,
.vs .dropdowns_block .dropdown .dropdown_option {
    font-size: 35px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }

  .vs .copy-block p {
    font-size: 16px;
  }

  .vs .dropdowns_block {
    width: 100%;
  }

  .vs .title-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vs h2 + span {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .vs .vsin {
    height: 985px;
    padding-top: 30px;
  }

  .vs .vsin .figure {
    width: 270px;
    height: 270px;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .vs .vsin .figure:before {
    height: 50px;
  }

  .vs .vsin .figure:after {
    height: 630px;
  }

  .vs .i .f {
    width: 50px;
    height: 50px;
    padding: 10px;
    top: -60px;
  }

  .vs .i .f img {
    max-height: 26px;
  }

  .vs .i h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .vs .i p {
    font-size: 14px;
    line-height: 1.2;
  }

  .vs .dairy {
    margin-right: 20px;
    padding-right: 0px;
  }

  .vs .almond {
    margin-left: 20px;
    padding-left: 0px;
  }

  .vs .a1,
.vs .d1 {
    top: 380px;
  }

  .vs .a2,
.vs .d2 {
    top: 620px;
  }

  .vs .a3,
.vs .d3 {
    top: 830px;
  }

  .article {
    padding: 0px 0;
  }

  .article p {
    font-size: 16px;
    line-height: 1.6;
  }

  .article .hl {
    padding: 0;
    font-size: 36px;
    line-height: 1.2;
  }

  .article .video {
    margin: 40px -20px;
    padding-bottom: 70%;
  }

  .article__row {
    padding: 40px 0;
  }

  .article .hl, .article blockquote p {
    padding: 0;
    font-size: 36px;
    line-height: 1;
  }

  .fromnature h2 span {
    white-space: normal;
  }

  .fromnature .to h2.top {
    left: 40px;
  }

  .fromnatureout, .fromnature {
    min-height: 850px;
  }

  .fromnatureout {
    margin: 0;
    padding: 0;
  }

  .error-404.not-found {
    height: 100vh;
    height: var(--app-height);
  }

  .error-404.not-found .contents p {
    font-size: 24px;
  }

  .error-404 .contents {
    margin-top: 30px;
  }

  .header h1 {
    left: 20px;
  }

  .mobilemenu {
    right: 16px;
  }

  .article .columns.sep:after {
    width: 100%;
    height: 2px;
    left: auto;
    top: auto;
    bottom: 0;
    position: relative;
    display: block;
    margin: 50px auto;
  }

  .article--eight .columns.medium-10.medium-offset-1 .medium-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) and (max-height: 440px) {
  .error-404 .page-title {
    top: 40%;
  }

  .responsive-nav-logo {
    display: none;
  }

  .header nav ul li a, .header nav ul li span {
    line-height: 36px !important;
  }

  .header nav .social {
    bottom: 100px;
  }

  .header nav .privacy-link {
    bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .iq .last-row .i h3 {
    font-size: 26px;
  }

  #sharebox-content ul li {
    margin: 0 5px;
  }

  #sharebox-content ul li a {
    font-size: 15px;
    line-height: 35px;
  }

  .iq .iqstepsout {
    margin: 0 auto;
    max-width: 400px;
  }

  .iq .iqstepsout .i h3 {
    font-size: 22px;
    margin: 0px 0 10px;
  }

  .didyouknow .slider ul {
    margin: 0;
    padding: 0;
  }

  .didyouknow .slider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .didyouknow .i {
    padding-bottom: 10px;
  }

  .didyouknow .bx-pager {
    text-align: center;
  }

  .didyouknow .bx-pager-item {
    display: inline-block;
    width: 20px;
    padding-top: 20px;
  }

  .didyouknow .bx-pager-item a {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    overflow: visible;
  }

  .didyouknow .bx-pager-item a:before {
    width: 8px;
    height: 8px;
    background-color: #4d4c45;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    content: "";
    display: block;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .didyouknow .bx-pager-item a:after {
    border: 2px solid #efa56a;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    border-radius: 100%;
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .didyouknow .bx-pager-item a.active:after {
    border-color: #efa56a;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .about ul li {
    padding-bottom: 80%;
  }

  .about ul li.active {
    padding-bottom: 100%;
  }

  .about ul li .text {
    top: 25%;
  }

  .about ul li.active .text {
    top: 15%;
  }

  .about ul li .bg {
    background-position: center;
    background-size: cover;
    background-position: top;
  }

  .iq .i {
    padding-bottom: 88%;
  }

  .news h2 {
    font-size: 25px;
  }

  .vs .vsin .figure {
    width: 270px;
    height: 270px;
  }

  .didyouknow {
    padding-bottom: 0;
    overflow: hidden;
  }

  .didyouknow .sectiontitle + h4 {
    margin-bottom: 0;
  }

  .fromnature .i h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .fromnature .from h2:not(.top), .fromnature .to h2:not(.top) {
    margin: 0;
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }

  .fromnature h2:not(.top) {
    right: 55%;
  }

  .fromnature .to h2:not(.top) {
    left: 55%;
    right: auto;
  }

  .fromnature .i .ico {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }

  .fromnature .i {
    padding-left: 55px;
    margin-left: 20px;
    width: calc(100% - 40px) !important;
  }

  .fromnature h2.top {
    left: 20px;
  }

  .fromnature .to h2.top {
    left: 20px;
  }

  .fromnature h2.top .title {
    font-size: 26px;
  }

  .fromnature h2.top .s {
    -webkit-transform: rotate(90deg) translate(17px, 0px);
            transform: rotate(90deg) translate(17px, 0px);
    width: 20px;
    height: 2px;
  }

  .fromnature h2.top span {
    margin-top: 8px;
    font-size: 16px;
  }

  .fromnature .i, .fromnature .i2, .fromnature .i3, .fromnature .i4 {
    margin-top: 20px;
  }

  .didyouknow .i.large p {
    font-size: 30px;
  }

  .didyouknow .i.large .button {
    margin-top: 0;
  }

  .footer .social {
    text-align: center;
  }

  .header nav {
    width: 100%;
  }

  .header h1 {
    top: 12px;
  }

  .mobilemenu {
    top: 22px;
  }

  .calculator li .result p strong {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .calculator li p {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 20px;
  }

  .calculator li .result.loose p {
    font-size: 16px;
  }

  .values .figurein2, .values li.active-slide .figurein2 {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  .campaigns .slider {
    max-width: 100% !important;
    width: 100% !important;
  }
  .campaigns .slider li {
    height: 112vw;
  }
  .campaigns .slider li .text-slider {
    padding: 20px;
  }

  .campaigns ul li.active-slide {
    width: calc(100vw - 40px) !important;
  }

  .campaigns .bx-pager {
    margin-top: 40px;
  }

  .values > .row {
    padding-bottom: 100px;
  }

  .vs .vs-separator {
    font-size: 40px;
  }

  .recipes-box ul a figure .img--responsive {
    display: block;
  }

  .recipes-box ul a figure .img--with-responsive {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-alert p {
    line-height: 1.2;
    padding: 10px;
    height: auto;
  }

  .header-alert p a {
    line-height: 1.2;
    height: auto;
  }

  .header-alert p a span {
    height: 10px;
    margin-top: -3px;
  }

  body.header-alert-visible .header {
    top: 54px;
  }

  .recipes-box ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .about ul li p {
    width: 100%;
  }

  .intheknow .slider {
    margin: 0 auto 0;
  }

  .intheknow ul li {
    padding: 0 0 20px;
  }

  .didyouknow .columns.sep.in:after {
    height: 0;
  }

  .error-404 .page-title {
    top: 40%;
  }

  .calculator li .step-contents {
    padding: 30px;
  }

  .calculator li .dropdown {
    max-width: none;
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  .iq--calculator, .iqout--calculator {
    min-height: 700px;
  }

  .calculator li .step-wrapper {
    min-height: 350px;
  }

  .fromnature .i h3 {
    margin-bottom: 0;
  }

  .about ul li,
.about ul li.inactive, .about ul li.active {
    padding-bottom: 150%;
  }

  .about ul li .text div {
    margin-bottom: 10px;
  }

  .fromnatureout, .fromnature {
    min-height: 750px;
  }

  .steps .mythsslider .card {
    min-height: 450px;
  }

  .steps .mythsslider .answer {
    max-height: 450px;
  }

  .hero ul h3 {
    font-size: 16px;
  }

  .hero ul h3:after, .hero ul h3:before {
    margin-top: 10px;
  }

  .footer__link {
    display: block;
  }

  .steps .text .i {
    padding: 0 10px;
  }

  .steps .text .title {
    font-size: 23px;
    white-space: nowrap;
  }

  h2.sectiontitle + h4 {
    font-size: 23px;
  }

  h2.sectiontitle {
    font-size: 30px;
  }

  .site-2 .steps .stepsin {
    padding-left: 0;
  }

  .site-2 .about ul li.active .btn, .site-2 .about ul li.active p {
    line-height: 1.3;
  }

  .filter-content .filters select {
    width: 140px;
  }

  #sharebox-content ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .fromnature.aos-animate .line .handler {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }

  .fromnature .to h2:not(.top) {
    right: auto;
  }

  .fromnature .i .ico {
    -webkit-transform: scale(0.4) !important;
            transform: scale(0.4) !important;
  }

  .fromnature .active .i h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .fromnature h2.top .title {
    font-size: 22px;
    margin-top: 3px;
  }

  .site-2 .fromnature h2.top .title {
    font-size: 19px;
  }

  .site-2 .fromnature h2.top span {
    font-size: 15px;
  }

  .fromnature .i {
    padding-left: 40px;
  }

  .fromnatureout {
    height: 800px;
  }

  .header h1 {
    left: 15px;
  }

  .mobilemenu {
    right: 11px;
  }

  .about ul li, .about ul li.inactive, .about ul li.active {
    padding-bottom: 170%;
  }

  .about ul li.active {
    padding-bottom: 200%;
  }

  .about ul li .text {
    top: 20px;
  }

  .about ul li.active .text {
    top: 10%;
  }

  .hero ul h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 900px) and (max-height: 760px) {
  .fromnature .i {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .fromnature .i3, .fromnature .i4 {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }

  .fromnature .i h3 {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) and (max-height: 321px) {
  .header nav .social {
    bottom: 90px;
  }

  .header nav .privacy-link {
    bottom: 70px;
  }
}
@media only screen and (max-width: 820px) and (max-height: 450px) {
  .header-alert {
    min-height: 0;
    height: 100vh;
    height: var(--app-height);
  }

  .header-alert img {
    max-height: 90vh;
  }
}
@media only screen and (max-width: 400px) {
  .site-2 .vs .i h3 {
    font-size: 20px;
  }

  .site-2 .vs .i p {
    font-size: 12px;
  }

  .site-2 .calculator li p {
    font-size: 13px;
  }

  .site-2 .calculator li .result p strong {
    font-size: 20px;
  }

  .site-2 .calculator li .result.loose p {
    font-size: 11px;
  }

  .site-2 .fromnature .from h2:not(.top), .fromnature .to h2:not(.top) {
    font-size: 40px;
  }

  .site-2 .fromnature .i h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .site-2 .fromnature .from h2:not(.top), .site-2 .fromnature .to h2:not(.top) {
    font-size: 35px;
  }

  .header nav {
    max-width: 200px;
  }

  .vs .dropdowns_block .dropdown .dropdown_option .arrow {
    right: 10px;
  }
}
@media only screen and (max-height: 430px) {
  .header nav ul li a, .header nav ul li span {
    line-height: 40px !important;
  }

  .header nav .social {
    bottom: 20px;
  }
}
.page-template-template-campaign section .container {
  width: 100%;
  padding: 0 90px;
  max-width: 1370px;
  margin: 0 auto;
}

.page-template-template-campaign section.banner-carousel .container {
  padding: 0;
  max-width: 100%;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sharebox__btn {
  position: fixed;
  width: 57px;
  height: 57px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -92px);
          transform: translate(0, -92px);
  background-image: url(img/share-btn.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 5;
  display: none;
}

.sharebox__campaign {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 6;
  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;
  width: 57px !important;
  background: #FEAE1F;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sharebox__campaign__text {
  border: 2px solid #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 57px;
  padding: 15px 0;
  font-family: "futuramc";
}

.sharebox__campaign ul {
  list-style: none;
  margin: 0;
  width: 57px;
}

.sharebox__campaign ul a {
  display: block;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  margin-top: -2px;
  font-size: 18px;
}

.sharebox__campaign ul a:hover {
  background: #fff;
  color: #FEAE1F;
}

/* HERO */
.campaign-hero {
  float: left;
  width: 100%;
}

.campaign-hero__image {
  display: block;
  width: 100%;
  /*padding-top: 59.74%;*/
  padding-top: 80vh;
  position: relative;
}

.campaign-hero__logo {
  width: 20vw;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-hero .video-cont,
.campaign-hero .video-cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign-hero__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #494949;
  mix-blend-mode: multiply;
  content: "";
  z-index: 3;
}

.campaign-hero__text-cont {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
  text-align: center;
}

.campaign-hero__title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 0 0;
}

.campaign-hero__title b {
  color: #FDD120;
}

/* VIDEO */
.campaign-video {
  float: left;
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 0 100px;
}

.campaign-video__cont {
  margin: 0 auto;
  width: 1313px;
  max-width: 100%;
  padding: 0 30px;
}

.campaign-video__video-cont,
.campaign-video_banner__video-cont {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.campaign-video__image,
.campaign-video_banner__image,
.campaign-video__mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campaign-video__mobile {
  display: none;
}

.campaign-video__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 367px;
  height: 367px;
  background-image: url(img/campaign-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
  z-index: 3;
}

.campaign-video__image:after,
.campaign-video_banner__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-color: #494949;
  mix-blend-mode: multiply;
  content: "";
  z-index: 2;
}

.campaign-video__play,
.campaign-video_banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.campaign-video__play svg,
.campaign-video_banner__play svg {
  width: 100%;
  height: auto;
}

.campaign-video__video,
.campaign-video__video video,
.campaign-video_banner__video,
.campaign-video_banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.campaign-video__video,
.campaign-video_banner__video {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: auto;
  right: 0;
}

.campaign-video__video video,
.campaign-video_banner__video video {
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign-video__video.active,
.campaign-video_banner__video.active {
  opacity: 1;
  z-index: 4;
}

.campaign-video_banner__video.active {
  width: calc(100% + 40px);
}

.video__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 34px;
  height: 34px;
  background-image: url(img/close--arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  z-index: 5;
}

.campaign-video_title {
  margin: 0 auto;
  width: 1056px;
  max-width: 100%;
  font-size: 67px;
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
  color: #2f2e2e;
  text-transform: uppercase;
  padding: 50px 0 50px 0;
  position: relative;
}

.campaign-video_title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 90px;
  height: 7px;
  background-color: #fea31e;
  content: "";
}

.campaing-video__text-cont {
  margin-top: 50px;
  padding: 0 10%;
}

.campaing-video__text-cont--columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 44px;
  margin-top: 50px;
  padding: 0;
}

.campaing-video__text-cont p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: normal;
  text-align: left;
  color: #2f2e2e;
}

.campaign-hero + .campaign-video {
  /*margin-top: -170px;*/
  margin-top: -5vh;
}

/* TITLE */
.campaign-title {
  float: left;
  width: 100%;
  padding: 82px 0;
}

.campaign-title__title {
  display: block;
  width: 100%;
  font-size: 67px;
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
  color: #2f2e2e;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  position: relative;
  margin: 0;
}

.campaign-title__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 90px;
  height: 7px;
  background-color: #fea31e;
  content: "";
}

.campaign-video + .campaign-title {
  padding-top: 115px;
}

/* VIDEO BANNER */
.campaign-video_banner {
  float: left;
  width: 100%;
  padding-top: 82px;
}

.campaign-video_banner__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.campaign-video_banner__text-cont {
  padding: 45px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.campaign-video_banner__text-cont:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 245px;
  height: 245px;
  background-image: url(img/campaign-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 3;
}

.campaign-video_banner__title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #2f2e2e;
}

.campaign-video_banner__text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #2f2e2e;
}

.campaign-video_banner__image:after {
  opacity: 0.5;
}

.campaign-video_banner__video-cont {
  padding-top: 73.83%;
}

.campaign-video_banner__play {
  width: 165px;
  height: 165px;
}

/* POLL */
.campaign-poll {
  float: left;
  width: 100%;
  padding-top: 82px;
}

.campaign-poll__answer-cont .campaign-poll__back {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  padding-left: 30px;
  background: url(img/feather-arrow-left.svg) left center no-repeat;
  background-size: 20px;
  font-family: "futuramc";
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.campaign-poll__answer-cont .campaign-poll__back:hover {
  padding-left: 40px;
}

.campaign-poll__cont {
  background-color: #fff;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.campaign-poll__cont.selected .campaign-poll__flipper {
  -webkit-transform: rotateX(180deg) translateZ(1px);
          transform: rotateX(180deg) translateZ(1px);
}

.campaign-poll__flipper {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  min-height: 537px;
}

.campaign-poll__question-cont {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateX(0deg) translateZ(1px);
          transform: rotateX(0deg) translateZ(1px);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
}

.campaign-poll__answer-cont.selected {
  display: none;
}

.campaign-poll__question-cont--right {
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
}

.campaign-poll__question-cont--right .campaign-poll__text-cont {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 45px;
  padding-right: 0;
}

.campaign-poll__image {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-poll__image img {
  max-width: 100%;
}

.campaign-poll__text-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px;
  padding-left: 0;
  text-align: center;
}

.campaign-poll__title {
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #2f2e2e;
}

.campaign-poll__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.button.campaign-poll__answers__button:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #fea31e !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  top: 0;
  left: auto;
  width: 0;
}

.button.campaign-poll__answers__button:hover {
  background: transparent;
}

.button.campaign-poll__answers__button:not(.button--disabled):hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.campaign-poll__answers__button {
  margin: 0;
  min-width: 195px;
  height: auto;
  min-height: 88px;
  font-size: 40px;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-poll__answers__button__1,
.campaign-poll__answers__button__2 {
  position: relative;
  display: inline-block;
}

.campaign-poll__answers__button__1 span,
.campaign-poll__answers__button__2 span {
  color: #000;
}

.campaign-poll__answers__button__1 a:hover span,
.campaign-poll__answers__button__2 a:hover span {
  color: #fff;
}

.campaign-poll__answers__button + i {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: "futuramc";
  text-transform: uppercase;
  color: #fea31e;
  font-style: normal;
}

.campaign-poll__answers__or {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2f2e2e;
  padding: 0 44px;
  font-family: "futuramc";
  text-transform: uppercase;
}

.campaign-poll__answer-cont {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51% 49%;
  grid-template-columns: 51% 49%;
  min-height: 537px;
  background-color: #fea31e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) translateZ(1px);
          transform: rotateX(180deg) translateZ(1px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 1025px) {
  .campaing-poll .button {
    border-color: #fea31e !important;
  }

  .campaing-poll .button:before {
    background-color: #fea31e !important;
  }
}
.campaign-poll__answer-cont.unselected {
  display: none;
}

.campaign-poll__answer-cont__image,
.campaign-poll__answer-cont__text-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-poll__answer-cont__image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-poll__graphic-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-poll__graphic {
  width: 330px;
  height: 330px;
  margin-right: 15px;
  position: relative;
}

.campaign-poll__answer-cont__title {
  font-family: "futuramc";
  font-size: 75px;
  font-weight: 700;
  line-height: 0.6;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 20px;
}

.campaign-poll__answer-cont__text {
  font-family: "futuramc";
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffe4be;
  margin-bottom: 20px;
  width: 420px;
  max-width: 100%;
}

.campaign-poll__answer-cont__subtitle {
  font-family: "futuramc";
  font-size: 35px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: normal;
  color: #fff;
  width: 420px;
  max-width: 100%;
}

.campaign-poll__legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  white-space: nowrap;
}

.circle-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 16px;
}

.circle__title {
  font-family: "futuramc";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.circle__number {
  font-family: "futuramc";
  font-size: 55px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.sharebox__campaign--answer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 50px;
}

.sharebox__campaign--answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sharebox__campaign--answer__text {
  border: 2px solid #fff;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  line-height: 57px;
  padding: 0 30px;
  font-family: "futuramc";
  height: 57px;
  width: auto;
  text-align: center;
}

.sharebox__campaign--answer ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sharebox__campaign--answer ul a {
  display: block;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  margin-left: -2px;
  font-size: 18px;
}

.sharebox__campaign--answer ul a:hover {
  background: #fff;
  color: #FEAE1F;
}

/*
.campaign-poll__answer-cont {
    display: none;
}
*/
.campaign-poll__answers__button__1.selected-answer .button,
.campaign-poll__answers__button__2.selected-answer .button {
  color: #fff;
  background-color: #fea31e !important;
}

.campaign-poll__answers__button__1.selected-answer .button:before,
.campaign-poll__answers__button__2.selected-answer .button:before {
  width: 100%;
  left: 0;
  right: auto;
}

/* BANNER CAROUSEL */
.banner-carousel {
  float: left;
  width: 100%;
  -webkit-box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 205px;
  position: relative;
}

.banner-carousel .bx-wrapper {
  position: relative;
}

.banner-carousel .bx-pager {
  width: 42%;
  position: absolute;
  bottom: 95px;
  left: 125px;
  font-size: 0;
}

.banner-carousel .bx-pager .bx-pager-item {
  display: inline-block;
  width: 35px;
  padding-top: 35px;
}

.banner-carousel .bx-pager .bx-pager-item a {
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}

.banner-carousel .bx-pager .bx-pager-item a:before {
  width: 15px;
  height: 15px;
  background-color: #494949;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px;
  content: "";
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner-carousel .bx-pager .bx-pager-item a:after {
  border: 1px solid #efa56a;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 100%;
  content: "";
  display: block;
  border-color: #494949;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner-carousel .bx-pager .bx-pager-item a:hover:before {
  background: #efa56a;
}

.banner-carousel .bx-pager .bx-pager-item a.active:after {
  border-color: #efa56a;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.banner-carousel__carousel__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% 58%;
  grid-template-columns: 42% 58%;
}

.banner-carousel__carousel__image {
  padding-top: 88.85%;
}
@media screen and (max-width: 500px) {
  .banner-carousel__carousel__image {
    position: relative;
  }
}

.banner-carousel__carousel__image .image-background {
  left: auto;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .banner-carousel__carousel__image .image-background {
    left: 0;
    width: 100%;
  }
}

.banner-carousel__carousel__image .image-background img {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.banner-carousel__carousel__text-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 40px 125px;
}

.banner-carousel__carousel__uppertitle {
  font-family: "futuramc";
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FEA31E;
  margin-bottom: 20px;
  max-width: 100%;
}

.banner-carousel__carousel__title {
  font-family: "futuramc";
  font-size: 67px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.banner-carousel__carousel__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 7px;
  background-color: #fea31e;
  content: "";
}

.banner-carousel__carousel__text {
  max-width: 100%;
}

.banner-carousel__carousel__text p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2f2e2e;
}

/* OTHER CAMPAIGNS */
.other-campaigns {
  float: left;
  width: 100%;
  padding-bottom: 86px;
}

.other-campaigns .columns {
  padding-top: 130px !important;
}

.other-campaigns .slider {
  width: 1695px;
  max-width: 100%;
  padding: 0 70px;
}

.offset_segment,
.base_segment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campaign-poll__answer-cont__title--responsive {
  display: none;
}

@media screen and (max-width: 375px) {
  .site-2 .campaign-poll__legends {
    display: block;
  }
}
.site-2 .circle__number {
  margin-bottom: 10px;
}
@media screen and (max-width: 375px) {
  .site-2 .campaign-hero__title {
    padding: 0;
  }
}
.site-2 .campaign-poll__answers__button {
  font-size: 32px;
}

@media screen and (max-width: 1700px) {
  .banner-carousel__carousel__text-cont {
    padding: 40px 0 80px 125px;
  }

  .banner-carousel .bx-pager {
    bottom: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .banner-carousel__carousel__uppertitle,
.banner-carousel__carousel__title,
.banner-carousel__carousel__text {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.scroll) .header svg path,
body:not(.scroll) .header svg polyline,
body:not(.scroll) .header svg rect {
    fill: #fff;
  }

  body:not(.scroll) .header {
    background-color: transparent;
  }

  body:not(.scroll) .mobilemenu span {
    background-color: #fff;
  }

  .campaign-video {
    padding: 0 50px;
  }

  .campaign-video__mobile {
    display: block;
    z-index: 5;
  }

  .campaign-poll__graphic-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sharebox__campaign--answer-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }

  .circle-circle {
    width: 21px;
    height: 21px;
    margin-right: 11px;
  }

  .circle__title {
    font-size: 14px;
  }

  .circle__number {
    font-size: 30px;
    padding: 0 8px;
  }

  .campaign-title + a + .campaign-poll {
    padding-top: 21px;
  }

  .campaign-hero__title {
    font-size: 40px;
  }

  .campaign-video_title,
.campaign-title__title {
    font-size: 30px;
    padding: 20px 30px;
  }

  .campaign-video_title:before,
.campaign-title__title:before {
    width: 36px;
    height: 4px;
  }

  .campaign-poll__title,
.campaign-video_banner__title {
    font-size: 20px;
  }

  .campaign-video_banner__text,
.campaing-video__text-cont p {
    font-size: 12px;
  }

  .campaign-poll__answers__button {
    min-width: 90px;
    min-height: 40px;
    font-size: 14px;
    padding: 10px 20px;
  }

  .campaign-poll__answers__button + i {
    bottom: 0;
    top: auto;
    left: 100px;
  }

  .campaign-poll__answers__or {
    font-size: 14px;
    padding: 0 24px;
  }

  .campaign-poll__question-cont {
    min-height: 247px;
  }

  .campaign-poll__answers {
    padding-top: 52px;
    display: block;
  }

  .campaign-video_banner__text-cont:before {
    width: 98px;
    height: 98px;
  }

  .campaign-video_banner__text-cont {
    padding: 25px 17px;
  }

  .campaign-video__play, .campaign-video_banner__play {
    width: 65px;
    height: 65px;
  }

  .campaign-poll,
.campaign-video_banner {
    padding-top: 36px;
  }

  .campaign-poll__text-cont {
    padding: 30px 40px;
    padding-left: 0;
  }

  .campaign-poll__question-cont--right .campaign-poll__text-cont {
    padding: 30px 40px;
    padding-left: 0;
  }

  .campaign-poll__image {
    padding: 30px;
  }

  .campaing-video__text-cont {
    max-width: 496px;
    grid-gap: 18px;
    margin-top: 20px;
    padding: 0;
  }

  .campaign-video__cont {
    width: 613px;
    padding: 0;
  }

  .campaign-video__image:before {
    width: 139px;
    height: 139px;
  }

  .campaign-video + .campaign-title {
    padding-top: 25px;
  }

  .campaign-poll__question-cont--right {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }

  .campaign-poll__question-cont--right .campaign-poll__text-cont {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .campaign-poll__answer-cont {
    display: block;
    min-height: auto;
    text-align: center;
    padding: 35px;
  }

  .campaign-poll__answer-cont__title {
    font-size: 30px;
    width: 100%;
  }

  .campaign-poll__answer-cont__text {
    font-size: 16px;
    width: 100%;
  }

  .campaign-poll__answer-cont__subtitle {
    font-size: 20px;
    width: 100%;
  }

  .banner-carousel {
    margin-top: 125px;
  }

  .banner-carousel__carousel__text-cont {
    padding: 50px 0 50px 53px;
  }

  .banner-carousel__carousel__uppertitle {
    font-size: 20px;
  }

  .banner-carousel__carousel__title {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .banner-carousel__carousel__text p {
    font-size: 12px;
    line-height: 1.2;
  }

  .banner-carousel .bx-pager {
    left: 53px;
    display: none;
  }

  .banner-carousel__carousel__title:before {
    width: 36px;
    height: 4px;
  }

  .banner-carousel__carousel__image .image-background img {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .other-campaigns .columns {
    padding-top: 52px !important;
  }

  .other-campaigns .columns h2.sectiontitle {
    font-size: 21px;
  }

  .banner-carousel__carousel__item {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }

  .campaign-poll__graphic {
    width: 180px;
    height: 180px;
  }

  .campaign-poll__answer-cont__text-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .campaign-poll__answer-cont__text-cont > div {
    max-width: 500px;
  }

  .campaign-poll__answer-cont__title {
    display: none;
  }

  .campaign-poll__answer-cont__title--responsive {
    display: block;
  }

  .campaign-poll__answer-cont__image {
    margin-bottom: 23px;
  }

  .campaign-poll__answer-cont .campaign-poll__back:hover {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .campaign-poll__graphic {
    width: 120px;
    height: 120px;
  }

  .page-template-template-campaign section .container {
    padding: 0 28px;
  }

  .campaign-poll__answer-cont .campaign-poll__back {
    top: 10px;
    right: 10px;
    font-size: 14px;
    background-size: 14px;
    padding-left: 24px;
  }

  .site-2 .campaign-poll__answers__button {
    width: 150px;
  }

  .campaign-poll__answer-cont .campaign-poll__back:hover {
    padding-left: 24px;
  }

  .campaign-hero__title b {
    display: block;
  }

  .campaign-video {
    padding: 0;
  }

  .campaign-hero__image {
    padding-top: calc(60vh + 66px);
  }

  .campaign-hero__text-cont {
    position: absolute;
    top: 0%;
    height: calc(60vh + 66px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: none;
            transform: none;
  }

  .campaign-video_title:before,
.campaign-title__title:before {
    width: 74px;
  }

  .campaign-hero__logo {
    width: 30vw;
  }

  .campaign-hero__title {
    padding: 0 40px;
  }

  .campaign-video__video-cont {
    padding-top: 100%;
    overflow: hidden;
  }

  .campaign-video_title {
    font-size: 30px;
    line-height: 1.12;
    padding: 20px 0;
  }

  .campaign-video_banner__text, .campaing-video__text-cont p {
    font-size: 16px;
    line-height: 1.5;
  }

  .campaign-video__image:before {
    display: none;
  }

  .campaign-poll__title, .campaign-video_banner__title {
    margin-bottom: 0;
  }

  .campaing-video__text-cont--columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .campaign-poll__cont {
    position: relative;
  }

  .campaign-poll__question-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    -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;
  }

  .campaign-poll__image {
    padding: 0;
  }

  .campaign-poll__image img {
    max-width: 70%;
  }

  .campaign-poll__text-cont {
    padding: 0 !important;
    padding-top: 10px !important;
  }

  .campaign-poll__title {
    font-size: 20px;
  }

  .campaign-poll__answers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .campaign-poll__answers__button__1 .button {
    margin-bottom: 10px;
    width: 170px;
  }

  .campaign-poll__answers__button__1.selected-answer .button {
    margin-bottom: 50px;
  }

  .campaign-poll__answers__or {
    display: none;
  }

  .campaign-poll__answers__button {
    width: 150px;
    font-size: 18px;
    min-height: 44px;
  }

  .campaign-poll__answer-cont {
    padding: 15px;
  }

  .sharebox__campaign--answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
  }

  .sharebox__campaign--answer__text {
    font-size: 14px;
    margin-bottom: -2px;
  }

  .sharebox__campaign--answer__text,
.sharebox__campaign--answer ul a {
    height: 40px;
    line-height: 40px;
    margin-left: 0;
  }

  .sharebox__campaign--answer ul,
.sharebox__campaign--answer ul a {
    width: 100%;
  }

  .sharebox__campaign--answer ul li {
    width: calc(100% + 1px);
  }

  .sharebox__campaign--answer ul li:nth-child(1) {
    margin-right: -2px;
  }

  .single-campaign section .container {
    padding: 0 28px;
  }

  /*.campaign-video_banner {
      padding: 0;
  }*/
  /*.campaign-video_banner + a + .campaign-poll {
      padding-top: 0;
  }*/
  .campaign-video_banner__cont {
    /*background: #ffedd2;
    padding: 60px 37.5px 51px 37px;
    margin: 0;*/
    width: 100%;
  }

  .campaign-video_banner__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .campaign-video_banner__text-cont {
    width: 100%;
    padding: 0;
    padding: 30px 30px 40px 30px;
  }

  .campaign-video_banner__text-cont:before {
    display: none;
  }

  .campaign-video_banner__video-cont {
    /*width: 100%;
    padding-top: 126px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;*/
    padding-top: 59.52%;
  }

  .campaign-video_banner__video-cont:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 112px;
    height: 112px;
    background-image: url(img/campaign-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    content: "";
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: 3;
  }

  .campaign-video_banner__video.active {
    width: 126px;
  }

  .campaign-video_banner__title {
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }

  .campaign-video_banner__text {
    font-size: 12px;
    line-height: 1.17;
    margin-top: 10px;
    text-align: center;
  }

  .campaign-video_banner + .banner-carousel {
    margin-top: 36px;
  }

  .banner-carousel__carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .other-campaigns .slider {
    max-width: 100% !important;
  }

  .other-campaigns {
    padding-bottom: 0 !important;
  }

  .other-campaigns .columns {
    padding-top: 90px !important;
  }

  .banner-carousel__carousel__text-cont {
    display: block;
    padding: 50px 53px;
  }

  .banner-carousel__carousel__uppertitle {
    font-size: 16px;
  }

  .banner-carousel__carousel__title {
    font-size: 25px;
  }

  .banner-carousel__carousel__text p {
    font-size: 16px;
    line-height: 1.25;
  }

  .banner-carousel__carousel__image {
    padding-top: 110%;
  }

  .sharebox__btn {
    display: block;
  }

  .sharebox__campaign {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .sharebox__campaign.active {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 375px) {
  .campaign-video_banner__title {
    font-size: 30px;
  }

  .campaign-poll__graphic {
    width: 90px;
    height: 90px;
  }

  .campaign-poll__answer-cont__title {
    text-align: left;
  }

  .circle__number {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */