/*
Theme Name: CBBC
Description: Customized theme
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("./assets/fonts/TCCC-UnityHeadline-Light.eot");
  src: url("./assets/fonts/TCCC-UnityHeadline-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TCCC-UnityHeadline-Light.woff2") format("woff2"), url("./assets/fonts/TCCC-UnityHeadline-Light.woff") format("woff"), url("./assets/fonts/TCCC-UnityHeadline-Light.ttf") format("truetype"), url("./assets/fonts/TCCC-UnityHeadline-Light.svg#TCCC-UnityHeadline-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("./assets/fonts/TCCC-UnityHeadline-Black.eot");
  src: url("./assets/fonts/TCCC-UnityHeadline-Black.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TCCC-UnityHeadline-Black.woff2") format("woff2"), url("./assets/fonts/TCCC-UnityHeadline-Black.woff") format("woff"), url("./assets/fonts/TCCC-UnityHeadline-Black.ttf") format("truetype"), url("./assets/fonts/TCCC-UnityHeadline-Black.svg#TCCC-UnityHeadline-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("./assets/fonts/TCCC-UnityHeadline-Medium.eot");
  src: url("./assets/fonts/TCCC-UnityHeadline-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TCCC-UnityHeadline-Medium.woff2") format("woff2"), url("./assets/fonts/TCCC-UnityHeadline-Medium.woff") format("woff"), url("./assets/fonts/TCCC-UnityHeadline-Medium.ttf") format("truetype"), url("./assets/fonts/TCCC-UnityHeadline-Medium.svg#TCCC-UnityHeadline-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("./assets/fonts/TCCC-UnityHeadline-Regular.eot");
  src: url("./assets/fonts/TCCC-UnityHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/TCCC-UnityHeadline-Regular.woff2") format("woff2"), url("./assets/fonts/TCCC-UnityHeadline-Regular.woff") format("woff"), url("./assets/fonts/TCCC-UnityHeadline-Regular.ttf") format("truetype"), url("./assets/fonts/TCCC-UnityHeadline-Regular.svg#TCCC-UnityHeadline-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("./assets/fonts/ProximaNova-Black.eot");
  src: url("./assets/fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ProximaNova-Black.woff2") format("woff2"), url("./assets/fonts/ProximaNova-Black.woff") format("woff"), url("./assets/fonts/ProximaNova-Black.ttf") format("truetype"), url("./assets/fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
/* ----------------- FLEX ------------------- */
.site-footer-item ul.social-icons li a, .site-footer-item ul.social-icons, .about-blk-pv-top, .about-blk-pv-down, .single-careers-share ul.social-icons li a, .single-careers-share ul.social-icons, .brands-item-img, .brands-products-blk .flex-col-30, .brands-products-popup .slick-track, .close-btn, .nav-icon, .nav-tabs ul, .nav-tabs, .faq-top-blk, .faq-down-blk, .contact-form input[type=submit], .contact-info-icon, .form-row, .careers-jobs-wrap, .sponsor-form input[type=submit], .hero-slider, .brands-logo .slick-track, .slick-dots, .home-brands-slider .item-img, .home-hero, .site-header .header__nav-list, .site-header .header__nav .lan_wrap, .site-header .header__nav, .site-header-main {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "TCCC-UnityHeadline", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "TCCC-UnityHeadline", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: #ffffff;
}

h1,
.h1 {
  font-size: 100px;
}
@media (max-width: 960px) {
  h1,
.h1 {
    font-size: 60px;
  }
}

h2,
.h2 {
  font-size: 50px;
}
@media (max-width: 960px) {
  h2,
.h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 40px;
}
@media (max-width: 960px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 35px;
}
@media (max-width: 960px) {
  h4,
.h4 {
    font-size: 25px;
  }
}

h5,
.h5 {
  font-size: 24px;
}
@media (max-width: 960px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  h6,
.h6 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a.mail {
  color: #F40000;
}
a.mail:hover {
  color: #000000;
}
a:hover {
  color: #F40000;
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

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

#main {
  min-height: 100%;
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 940px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 30px;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type=file], input[type=date] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 3;
}

[data-name=date], [data-name=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 3;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
}

[data-name=date] {
  background-image: url("./assets/img/ico-date.png");
}

[data-name=file] {
  background-image: url(./assets/img/ico-file.png);
}
[data-name=file] .file-label {
  position: absolute;
  font-weight: 400 !important;
  top: 12px;
  left: 36px;
}

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
[data-name=date], [data-name=file],
textarea,
select,
.file,
.date {
  outline: 0px;
  height: 50px;
  width: 100% !important;
  display: block;
  border: none;
  position: relative;
  padding: 10px 10px;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  font-family: "TCCC-UnityHeadline", sans-serif;
  font-size: 14px;
  color: #000000;
}

textarea {
  height: 138px;
}

input[type=submit],
input[type=reset],
button,
.button {
  cursor: pointer;
  outline: none;
  background: #F40000;
  border-radius: 27px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 14px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-family: "TCCC-UnityHeadline", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  border: 0;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  max-width: 180px;
  width: 100%;
  text-transform: capitalize;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  color: #000000;
}
input[type=submit].black,
input[type=reset].black,
button.black,
.button.black {
  background-color: #000000;
}
input[type=submit].black:hover,
input[type=reset].black:hover,
button.black:hover,
.button.black:hover {
  background-color: #ffffff;
  color: #F40000;
}

.round-img {
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-col-50 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(118, 118, 118, 0.5);
          box-shadow: 0 2px 13px 0 rgba(118, 118, 118, 0.5);
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.site-header.fixed {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header .container-large {
  padding: 0;
  padding-left: calc((100vw - 1280px) / 2);
}
@media screen and (min-width: 1601px) {
  .site-header .container-large {
    padding-left: 160px;
  }
}
.site-header-main {
  position: relative;
  width: 100%;
}
.site-header-main .logo {
  width: 244px;
  padding: 8px 0;
}
.site-header .header__nav {
  width: calc(100% - 244px);
  position: relative;
}
.site-header .header__nav .lan_wrap {
  width: 58px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-header .header__nav .lan_wrap:hover {
  background-color: #000000;
  color: #f2f2f2;
}
.site-header .header__nav .lan_wrap:hover .lan_wrap_list {
  display: block;
}
.site-header .header__nav .lan_wrap_list {
  position: absolute;
  margin: 0;
  padding: 32px 10px;
  list-style-type: none;
  bottom: -40%;
  left: 0;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  width: 100%;
  display: none;
  border-left: 1px solid rgba(118, 118, 118, 0.5);
  background: #000000;
  color: #f2f2f2;
  font-weight: 500;
}
.site-header .header__nav-list {
  width: calc(100% - 58px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.site-header .header__nav-list .menu-primary-container {
  width: 100%;
}
.site-header .header__nav-list ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.site-header .header__nav-list ul li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.site-header .header__nav-list ul li.current-menu-item > a:after, .site-header .header__nav-list ul li.current-page-ancestor > a:after, .site-header .header__nav-list ul li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F40000;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.site-header .header__nav-list ul li.button {
  margin: 0 0 0 13px;
}
.site-header .header__nav-list ul li.button a {
  color: #ffffff;
  padding: 15px 0px;
}
.site-header .header__nav-list ul li.button a:hover {
  color: #000000;
}
.site-header .header__nav-list ul li.button a:hover:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.site-header .header__nav-list ul li.button.current-menu-item a::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.site-header .header__nav-list ul li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.site-header .header__nav-list ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 15px 8px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  color: #000000;
}
.site-header .header__nav-list ul li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F40000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.site-header .header__nav-list ul li a:hover {
  color: #F40000;
}
.site-header .header__nav-list ul li a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.site-header .header__nav .burger {
  display: none;
  background: none;
  border: 0;
  height: 28px;
  padding: 0;
  pointer-events: auto;
  width: 28px;
  outline: 0;
  will-change: transform;
  position: relative;
}
.site-header .header__nav .burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #F40000;
  border-radius: 10px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.show-site-menu .site-header .header__nav .burger span {
  transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  -webkit-transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
}
.site-header .header__nav .burger span:nth-child(1) {
  top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .site-header .header__nav .burger span:nth-child(1) {
  top: unset;
  -webkit-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.site-header .header__nav .burger span:nth-child(2) {
  top: 12px;
}
.show-site-menu .site-header .header__nav .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.site-header .header__nav .burger span:last-child {
  top: 42px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .site-header .header__nav .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: unset;
}
.site-header .header__nav .sub-menu {
  display: block;
  position: absolute;
  min-width: 210px;
  text-align: left;
  left: 0;
  top: 40px;
  padding: 10px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(118, 118, 118, 0.5);
          box-shadow: 0 2px 13px 0 rgba(118, 118, 118, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.site-header .header__nav .sub-menu li {
  display: block;
  margin: 0;
  z-index: 1;
  padding: 0;
}
.site-header .header__nav .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  padding: 15px 8px 8px 8px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
  position: relative;
  color: #000000;
}
.site-header .header__nav .sub-menu li a:hover {
  color: #F40000;
}
.site-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1;
}
.show-site-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #F40000;
  z-index: 999;
}
.site-menu__nav a {
  margin: 10px;
}
.site-menu__nav a img, .site-menu__nav a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.site-menu__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-menu__nav ul li {
  padding: 8px 0;
  text-align: left;
  position: relative;
}
.site-menu__nav ul li a {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
}
.site-menu__nav ul li span.drop {
  color: #ffffff;
  position: absolute;
  right: 0;
  font-size: 20px;
  margin: 0;
  top: 15px;
}
.site-menu__nav ul li span.drop.mopen i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-menu .sub-menu {
  display: none;
}
.site-menu .sub-menu li a {
  padding-left: 15px;
}
.site-menu__wrap {
  position: absolute;
  right: 0px;
  top: 20vh;
  height: calc(100% - 20vh);
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.show-site-menu .site-menu__wrap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.site-lan {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 20px;
  font-weight: 500;
}
.site-lan span {
  line-height: 26px;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}
.site-lan span a {
  font-size: 14px;
  color: #ffffff;
  line-height: 17px;
}
.site-lan span:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  color: #ffffff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.home-hero .scroll {
  font-weight: 900;
  position: relative;
}
.home-hero .scroll:before {
  content: "";
  display: block;
  background-image: url("./assets/img/bubble-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 40px;
}
.home-hero .oval {
  width: 10px;
  height: 10px;
  margin: 0 auto 15px auto;
  border-radius: 100%;
  background: #ffffff;
}
.home-hero .oval.large {
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
.home-hero .oval.small {
  width: 4px;
  height: 4px;
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
  margin-bottom: 0;
}
.home-hero .button {
  margin-bottom: 14px;
}
.home-hero-con h1 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 900;
  font-size: 78px;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-hero-con h5 {
  margin-bottom: 25px;
}
.home-hero-con h1, .home-hero-con h5 {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.home-hero .text-center {
  padding-bottom: 20vh;
  position: relative;
}
.home-brands {
  background-color: #F40000;
  position: relative;
  background-image: url("./assets/img/bb_himg.png");
  -webkit-animation: mymove 10s linear 0s infinite alternate none;
  /* Safari and Chrome */
  animation: mymove 10s linear 0s infinite alternate none;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -25vh;
  padding: 25vh 0 94px 0;
}
.home-brands .head-title {
  font-size: 80px;
  line-height: 83px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.home-brands-slider {
  margin-bottom: 100px;
}
.home-brands-slider .item {
  text-align: center;
}
.home-brands-slider .item-img {
  background: #ffffff;
  width: 292px;
  height: 292px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 20px 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.home-brands-slider .item-img.even {
  margin-top: 127px;
}
.home-abt {
  background: #7B0000;
  padding: 116px 0 106px 0;
}
.home-abt .flex-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.home-abt-info {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 34px;
}
.home-abt-info h3 {
  text-transform: uppercase;
  line-height: 41px;
  margin-bottom: 24px;
  max-width: 464px;
}
.home-abt-con {
  width: 552px;
  margin-left: auto;
}
.home-abt-cards {
  position: relative;
  top: 70px;
  max-height: 740px;
  height: 100vh;
  width: calc(85% - 552px);
  left: 15%;
  -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
          transform: translateX(-15%);
  display: block;
}
.home-abt-cards-wrap {
  opacity: 0;
  -webkit-transform: translate(-40%, 0px) rotate(10deg);
      -ms-transform: translate(-40%, 0px) rotate(10deg);
          transform: translate(-40%, 0px) rotate(10deg);
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-abt-cards-wrap:nth-child(3n+1) .home-abt-cards-item {
  -webkit-transform: rotate(-12deg) translate(-80px, 50px);
      -ms-transform: rotate(-12deg) translate(-80px, 50px);
          transform: rotate(-12deg) translate(-80px, 50px);
}
.home-abt-cards-wrap:nth-child(3n+2) .home-abt-cards-item {
  -webkit-transform: rotate(11deg) translate(40px, -40px);
      -ms-transform: rotate(11deg) translate(40px, -40px);
          transform: rotate(11deg) translate(40px, -40px);
}
.home-abt-cards-wrap:last-child .home-abt-cards-item {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.home-abt-cards-wrap.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}
.home-abt-cards-item {
  padding: 25px 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 19px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 19px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  min-width: 300px;
}
.home-abt-cards-item img {
  display: block;
}
.home-campaign {
  position: relative;
  width: 100%;
}
.home-campaign .container-large {
  padding: 0;
}
.home-campaign-title {
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-campaign-title span {
  font-weight: bold;
}
.home-campaign-slider .slick-dots {
  left: 40px;
  width: calc(50% - 40px);
}
.home-campaign-info {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 40px;
}
.home-campaign-info .button {
  max-width: 209px;
}
.home-campaign-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 844px;
}
.home-campaign-con {
  max-width: 639px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.home-campaign-con img {
  margin: 0 auto;
}
.home-campaign-con h2 {
  color: #F40000;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-campaign-con .cta {
  max-width: 558px;
  margin: 0 auto;
}
.home-sec-ingredient {
  margin-bottom: 130px;
}
.home-sec-ingredient-figure {
  overflow: hidden;
  position: relative;
}
.home-sec-ingredient-grid {
  top: 104px;
  left: 0;
  z-index: 1;
  position: relative;
  max-width: 70%;
  margin: auto;
  width: 70vw;
  height: 60vw;
}
.home-sec-ingredient-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: visible;
  will-change: transform;
  opacity: 1;
}
.home-sec-ingredient-layer.centerPiece .home-sec-ingredient-blk {
  border-radius: 50%;
  visibility: visible;
  width: 28.4vw;
  height: 28.4vw;
  min-width: 180px;
  min-height: 180px;
  top: 17.5vw;
  left: 17.5vw;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  background-position: inherit;
}
.home-sec-ingredient-layer#home-sec-ingredient-layer_1 .home-sec-ingredient-blk {
  top: 5vw;
  left: 20vw;
  width: 9vw;
  height: 9vw;
  min-width: 56px;
  min-height: 56px;
}
.home-sec-ingredient-layer#home-sec-ingredient-layer_2 .home-sec-ingredient-blk {
  top: 0;
  left: 32.5vw;
  width: 13vw;
  height: 13vw;
  min-width: 83px;
  min-height: 83px;
}
.home-sec-ingredient-layer#home-sec-ingredient-layer_3 .home-sec-ingredient-blk {
  left: 0;
  top: 25vw;
  width: 15.7vw;
  height: 15.7vw;
  min-width: 100px;
  min-height: 100px;
}
.home-sec-ingredient-layer#home-sec-ingredient-layer_5 .home-sec-ingredient-blk {
  top: 27.5vw;
  left: 50vw;
  width: 17.8vw;
  min-width: 114px;
  min-height: 114px;
  height: 17.8vw;
}
.home-sec-ingredient-layer#home-sec-ingredient-layer_6 .home-sec-ingredient-blk {
  top: 42.5vw;
  left: 10vw;
  width: 7.5vw;
  height: 7.5vw;
  min-width: 48px;
  min-height: 48px;
}
.home-sec-ingredient-blk {
  display: block;
  position: relative;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.home-sec-ingredient-scroller {
  top: 68.5px;
  left: 0;
  bottom: 68.5px;
  width: 100%;
  position: absolute;
}
.home-sec-ingredient-text {
  max-width: 558px;
  margin: 0 auto;
  text-align: center;
}
.home-sec-ingredient-info {
  margin-bottom: 30px;
}
.home-sec-ingredient-info h4 {
  color: #F40000;
  letter-spacing: -1.08px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
}
.home-sec-ingredient-info h4 strong {
  font-weight: 900;
}

.slick-dots {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 40px;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.slick-dots li {
  list-style-type: none;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-radius: 100%;
  margin: 5px;
  padding: 0;
  background: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: #000000;
}

button.slide-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #ffffff;
  color: #F40000;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
button.slide-arrow.slick-arrow i {
  font-size: 40px;
}
button.slide-arrow.slick-arrow.slick-disabled {
  color: rgba(244, 0, 0, 0.4);
}
button.slide-arrow.slick-arrow.next-arrow {
  right: 18px;
}
button.slide-arrow.slick-arrow.prev-arrow {
  left: 18px;
}

.brands-logo {
  padding: 40px 0 0;
}
.brands-logo .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.brands-logo-img {
  margin: 0 20px;
}

.hero-slider {
  position: relative;
  padding: 35px 0;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite;
}
.hero-slider .slick-list {
  overflow: visible;
}
.hero-slider-images-img {
  position: relative;
  z-index: 2;
}
.hero-slider-images-img img {
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  height: 100%;
}
.hero-slider-item.slider-item-1 {
  margin-right: 217px;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-1 {
  width: 109px;
  height: 109px;
  margin: 145px 0 0 -16px;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-2 {
  width: 146px;
  height: 146px;
  margin-right: 50px;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-2:before, .hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-2:after {
  content: "";
  border-radius: 100%;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-2:before {
  position: absolute;
  right: -30px;
  top: 0;
  width: 66px;
  height: 66px;
  border: 4px dotted #F40000;
  z-index: -1;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-2:after {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 30px 0 0 18px;
  border: 2px solid #F40000;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-3 {
  width: 214px;
  height: 214px;
  margin-top: 30px;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-3:before, .hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-3:after {
  content: "";
  border-radius: 100%;
  position: absolute;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-3:before {
  right: -64px;
  bottom: 3px;
  width: 132px;
  height: 132px;
  border: 2px solid #8F4AE3;
  z-index: -1;
}
.hero-slider-item.slider-item-1 .hero-slider-images-img.slider-inner-3:after {
  display: inline-block;
  width: 26px;
  height: 26px;
  right: -40px;
  top: 0;
  background: rgba(244, 0, 0, 0.44);
}
.hero-slider-item.slider-item-2 {
  margin-right: 97px;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-1 {
  width: 168px;
  height: 168px;
  margin: 94px -38px 0 0;
  z-index: 3;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-1:before, .hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-1:after {
  content: "";
  border-radius: 100%;
  position: absolute;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-1:before {
  right: -9px;
  top: -56px;
  width: 56px;
  height: 56px;
  border: 5px solid #F40000;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-1:after {
  display: inline-block;
  width: 102px;
  height: 102px;
  right: -45px;
  bottom: 28px;
  z-index: -1;
  border: 4px dotted #ffffff;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-2 {
  width: 278px;
  height: 278px;
  margin-right: 50px;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-2:after {
  content: "";
  border-radius: 100%;
  float: right;
  display: inline-block;
  background: rgba(244, 0, 0, 0.44);
  width: 43px;
  height: 43px;
  margin-right: -22px;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-3 {
  width: 168px;
  height: 168px;
  margin-top: 60px;
}
.hero-slider-item.slider-item-2 .hero-slider-images-img.slider-inner-3:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  border: 4px dotted #47C4BB;
  width: 160px;
  height: 160px;
  bottom: -51px;
  right: -44px;
  z-index: -1;
}
.hero-slider-item.slider-item-3 {
  margin-right: 97px;
}
.hero-slider-item.slider-item-3 .hero-slider-images-img.slider-inner-1 {
  width: 186px;
  height: 186px;
  margin: 86px -27px 0 0;
}
.hero-slider-item.slider-item-3 .hero-slider-images-img.slider-inner-1:before, .hero-slider-item.slider-item-3 .hero-slider-images-img.slider-inner-1:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.hero-slider-item.slider-item-3 .hero-slider-images-img.slider-inner-1:before {
  left: 0;
  top: -20px;
  width: 66px;
  height: 66px;
  border: 2px solid #F40000;
}
.hero-slider-item.slider-item-3 .hero-slider-images-img.slider-inner-1:after {
  display: inline-block;
  width: 103px;
  height: 103px;
  left: -11px;
  bottom: -23px;
  border: 2px solid #29B128;
}

.con {
  text-align: center;
  margin-top: 30px;
}
.con h1, .con h2, .con h3, .con h4, .con h5, .con h6, .con .h1, .con .h2, .con .h3, .con .h4, .con .h5, .con .h6 {
  color: #F40000;
  line-height: 1.5;
}

.sustain-hero {
  position: relative;
  width: 100%;
}
.sustain-hero-con {
  margin-bottom: 130px;
}
.sustain-hero-con h2 {
  font-size: 100px;
  line-height: 1.5;
  text-align: center;
  color: #F40000;
  font-weight: 900;
  margin-bottom: 30px;
}
.sustain-hero-bg {
  position: absolute;
  width: 100%;
  opacity: 0.25;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #D8D8D8;
  background-color: rgba(216, 216, 216, 0);
  color: rgba(216, 216, 216, 0);
  top: 10%;
  left: -100px;
  min-width: 2632px;
  height: 275px;
  font-size: 15.3vw;
  line-height: 1.2;
  font-weight: 900;
}
.sustain-con-container {
  max-width: 820px;
  margin: 0 auto;
}
.sustain-con-container .flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sustain-con-container .flexbox a {
  margin: 0 10px;
}
.sustain-activities {
  background: #F7F7F7;
  margin-bottom: 70px;
}
.sustain-activities-wrap.even {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sustain-activities-wrap.even .sustain-activities-con {
  padding-right: calc((100vw - 1280px) / 2);
  padding-left: 95px;
}
.sustain-activities-con {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 95px 30px calc((100vw - 1280px) / 2);
}
.sustain-activities-con p {
  max-width: 532px;
}
.sustain-activities-con h2, .sustain-activities-con h6 {
  color: #F40000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
}
.sustain-activities-con h2 {
  margin-bottom: 30px;
  max-width: 525px;
}
.sustain-activities-con h6 {
  margin-bottom: 40px;
}
.sustain-activities-slider {
  width: 100%;
}
.sustain-activities-slider-img {
  min-height: 672px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
}
.sustain-activities-slider button.slide-arrow.slick-arrow {
  width: 50px;
  height: 50px;
}
.sustain-activities-slider button.slide-arrow.slick-arrow i {
  font-size: 25px;
}
.sustain-activities-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.page-title {
  padding: 40px 0;
}
.page-title h1 {
  line-height: 1.2;
  font-weight: 900;
  color: #D0D0D0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page_not_found .content {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 400;
}
.page-sponsor .sustain-activities {
  margin-bottom: 100px;
}
.page-sponsor .sustain-activities-wrap {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  -moz-align-items: initial;
  align-items: initial;
}
.page-sponsor .sustain-activities .text-center {
  display: block;
  width: 100%;
}

.sponsor-privacy {
  margin-bottom: 80px;
}
.sponsor-privacy strong {
  line-height: 19px;
  margin-bottom: 16px;
  color: #72797B;
  display: inline-block;
}
.sponsor-form {
  background: #F7F7F7;
  padding: 57px 0 62px 0;
}
.sponsor-form h6 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  color: #F40000;
  margin-bottom: 34px;
  max-width: 390px;
}
.sponsor-form input[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}

.careers .sustain-activities {
  margin-bottom: 13px;
}
.careers .sustain-activities.career-highlights {
  margin-bottom: 55px;
}
.careers .sponsor-form {
  background: #ffffff;
}
.careers-jobs {
  margin-top: 53px;
}
.careers-jobs h6 {
  color: #000000;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.careers-jobs-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.careers-jobs-wrap li {
  width: 33.33%;
}
.careers-jobs-wrap li a {
  color: #F40000;
  text-decoration: underline;
  line-height: 35px;
}
.careers-jobs-wrap li a:hover {
  color: #000000;
}

.wpcf7-spinner {
  display: none;
}

label {
  font-weight: 500 !important;
  line-height: 32px;
  margin-left: 30px;
}

#file-btn {
  position: absolute;
  z-index: 5;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  width: 150px;
  padding: 3px 27px;
  border: 1px solid #D1D1D1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#E9E9E9));
  background-image: -o-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
  background-image: linear-gradient(180deg, #FBFBFB 0%, #E9E9E9 100%);
  text-align: center;
  font-weight: 500;
  color: #878787;
  margin: 0;
  bottom: 5px;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  left: 5px;
  border-radius: 10px;
}

#revimg {
  display: none;
  right: 8px;
  top: 0;
  font-size: 20px;
  position: absolute;
  z-index: 9;
}

#date-input {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
}

.term_accept {
  margin-bottom: 20px;
}
.term_accept a {
  font-weight: 500;
  color: #F40000;
}

.form-row {
  width: 100%;
  margin-bottom: 10px;
}
.form-col {
  width: calc(50% - 10px);
  margin-right: 20px;
  position: relative;
}
.form-col:nth-child(2n) {
  margin-right: 0;
}

.contact-info {
  position: relative;
}
.contact-info-row {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-info-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 7px;
}
.contact-info-icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  border: 3px solid #D9D9D9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.contact-info-text {
  width: calc(100% - 68px);
  margin-left: 20px;
  line-height: 19px;
}
.contact-form {
  background: #F40000;
  padding: 86px calc((100vw - 1280px) / 2) 0 0;
}
.contact-form-container {
  max-width: 462px;
  margin-left: auto;
  margin-bottom: 60px;
  color: #ffffff;
}
.contact-form-container #title {
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
  margin-bottom: 0 !important;
}
.contact-form input[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  background: #000000;
}
.contact-form input[type=submit]:hover {
  background: #ffffff;
  color: #F40000;
}
.contact-text {
  padding: 75px 0 0 calc((100vw - 1280px) / 2);
  background: #F7F7F7;
}
.contact-text-wrap {
  max-width: 545px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact-text-wrap h2, .contact-text-wrap h6 {
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #F40000;
  text-align: center;
}
.contact-blk {
  margin: 138px 0 78px 0;
}
.contact-blk h6 {
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 53px;
}
.contact-blk h6 span {
  font-weight: 500;
}
.contact-blk-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-blk-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(33.33% - 14.66px);
  margin-right: 22px;
  margin-bottom: 50px;
}
.contact-blk-item:nth-child(3n) {
  margin-right: 0;
}
.contact-blk-img {
  width: 148px;
  height: 148px;
  margin-right: 22px;
}
.contact-blk-img img {
  display: block;
  border-radius: 100%;
}
.contact-blk-info {
  width: calc(100% - 170px);
  line-height: 22px;
}
.contact-blk-info p {
  margin-bottom: 0;
}
.contact-map {
  position: relative;
  margin-bottom: 42px;
}
.contact-map img {
  width: 100%;
  display: block;
}
.contact-map-wrap {
  padding-bottom: 85vh;
}

.acf-map {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.acf-map img {
  max-width: inherit !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.faq .page-title {
  padding: 20px 0;
}
.faq .page-title h1 {
  font-size: 120px;
  line-height: 1.2;
}
.faq-content {
  background-color: #F7F7F7;
  margin: 159px 0 68px 0;
  position: relative;
}
.faq-content-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 2;
}
.faq-content-wrap.active {
  display: block;
}
.faq-content .container {
  position: relative;
  padding: 167px 0 76px 0;
}
.faq-top-blk, .faq-down-blk {
  position: absolute;
  top: -120px;
  left: 0;
}
.faq-top-img, .faq-down-img {
  position: relative;
}
.faq-top-img img, .faq-down-img img {
  border-radius: 100%;
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.faq-top-img:first-child, .faq-down-img:first-child {
  width: 270px;
  height: 270px;
  z-index: 1;
}
.faq-top-img:first-child:before, .faq-down-img:first-child:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -56px;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  border: 2px solid #F40000;
}
.faq-top-img:last-child, .faq-down-img:last-child {
  width: 139px;
  height: 139px;
  margin: 20px 0 0 -45px;
}
.faq-top-img:last-child:before, .faq-down-img:last-child:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -47px;
  border-radius: 100%;
  width: 116px;
  height: 116px;
  border: 4px dotted #47C4BB;
}
.faq-down-blk {
  top: unset;
  left: unset;
  bottom: 0;
  right: -100px;
}
.faq-down-img:first-child {
  margin: 0 -10px -35px 0;
}
.faq-down-img:first-child:before {
  top: -70px;
  bottom: unset;
  left: unset;
  right: -28px;
  width: 140px;
  height: 140px;
  border: 4px dotted #ffffff;
}
.faq-down-img:last-child {
  width: 116px;
  height: 116px;
  margin: -180px 0 0 -15px;
}
.faq-down-img:last-child:before {
  width: 70px;
  height: 70px;
  border: 3px solid #F40000;
  top: -103px;
  left: -47px;
}
.faq-down-img:last-child:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  background: rgba(189, 5, 5, 0.44);
  top: 47px;
  left: -47px;
}
.faq-down-img.child-item span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.faq-down-img.child-item span:before, .faq-down-img.child-item span:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.faq-down-img.child-item span:before {
  width: 44px;
  height: 44px;
  border: 6px solid #EC2619;
  top: 32px;
  right: 14px;
}
.faq-down-img.child-item span:after {
  width: 56px;
  height: 56px;
  border: 3px solid #EC2619;
  top: -46px;
  left: -30px;
  z-index: 1;
}
.faq-item .question-title {
  color: #F40000;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  padding: 20px 20px 20px 30px;
}
.faq-item .question-title .plus-icon, .faq-item .question-title .minus-icon {
  position: absolute;
  left: 0;
  top: 20px;
  width: 24px;
  height: 24px;
  color: #F40000;
  text-align: center;
  font-size: 24px;
}
.faq-item .question-title .minus-icon {
  display: none;
}
.faq-item .question-title .show-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.faq-item .question-title .show-icon .ticon {
  color: #F40000;
  font-size: 24px;
}
.faq-item .question-title .show-icon .ticon.plus-icon {
  display: block;
}
.faq-item .question-title .show-icon .ticon.minus-icon {
  display: none;
}
.faq-item .question-title.active .show-icon .ticon.plus-icon {
  display: none;
}
.faq-item .question-title.active .show-icon .ticon.minus-icon {
  display: block;
}
.faq-item .question-content {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 20px 30px;
}

.nav-tabs {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.nav-tabs ul {
  width: calc(100% - 30px);
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.nav-tabs ul li {
  padding: 0 10px;
  margin: 0 10px;
  cursor: pointer;
  line-height: 19px;
  font-weight: 500;
  color: #C5C5C5;
  background: #ffffff;
  text-transform: capitalize;
}
.nav-tabs ul li.active {
  color: #F40000;
}
.nav-tabs-br {
  position: relative;
  width: 100%;
}
.nav-tabs-br:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.24);
}
.nav-icon {
  background: #EFEFEF;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.nav-icon img {
  max-width: 30px;
}

.flex-col-30 {
  width: 30%;
}
.flex-col-40 {
  width: 40%;
}
.flex-col-60 {
  width: 60%;
}
.flex-col-70 {
  width: 70%;
}

.close-btn {
  position: absolute;
  top: 10%;
  right: 25%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-25%, -10%);
      -ms-transform: translate(-25%, -10%);
          transform: translate(-25%, -10%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.close-btn i {
  font-size: 40px;
  color: #F40000;
}

.site-logos_overlay, .con_sub_overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.con_sub, .site-logos, .brands-products {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(197, 197, 197, 0.46);
  z-index: 99999;
  left: 0;
  top: 0;
}
.con_sub.close, .site-logos.close, .brands-products.close {
  display: none;
}
.con_sub.open, .site-logos.open, .brands-products.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-logos .container {
  position: relative;
}
.site-logos-popup {
  position: absolute;
  top: 50%;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80%;
  overflow-y: scroll;
}
.site-logos-popup .close-btn {
  top: 10px;
  right: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.site-logos-blk {
  width: calc(25% - 7.5px);
  text-align: center;
  padding: 20px;
  border: 1px solid #F7F7F7;
  border-radius: 10px;
  background: #F7F7F7;
  margin: 0 10px 15px 0;
}
.site-logos-blk:nth-child(4n+1) {
  margin-right: 0;
}
.site-logos-blk:hover {
  -webkit-box-shadow: 0 2px 10px 0 #767676;
  box-shadow: 0 2px 10px 0 #767676;
}
.site-logos-icon {
  margin-bottom: 30px;
}
.site-logos-icon img {
  max-width: 50%;
}
.site-logos-icon i {
  font-size: 50px;
  color: #F40000;
}
.site-logos-icon span {
  width: 100%;
  display: block;
  margin-top: 30px;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.con_sub_wrap_blk {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px;
}

.brands-products-popup {
  height: 45vw;
  width: 45vw;
  min-width: 300px;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #ffffff;
  overflow: hidden;
}
.brands-products-popup .slick-track {
  min-height: 300px;
  height: 45vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.brands-products-popup .slick-dots {
  width: 100%;
  bottom: 50px;
}
.brands-products-popup .slick-dots li button {
  border: 2px solid #F40000;
}
.brands-products-popup .slick-dots li.slick-active button {
  background: #F40000;
}
.brands-products-wrap {
  width: 45vw;
  min-width: 300px;
  height: auto;
}
.brands-products-blk {
  padding: 15vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.brands-products-blk .flex-col-30 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.brands-products-blk .flex-col-30 img {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.brands-products-blk .flex-col-70 {
  padding-left: 50px;
}
.brands-products-blk b {
  font-weight: 500;
}
.brands-products-blk .sku {
  margin-bottom: 20px;
}
.brands-products-blk h5 {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.brands-products-variations {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  max-height: 140px;
  overflow-y: auto;
}
.brands-products-variations-blk {
  width: 50px;
  height: 50px;
  margin: 0 20px 20px 0;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.brands-products-variations-blk:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.brands-wrap {
  margin: 55px 0 35px;
}
.brands-wrap .container-large {
  padding: 0 40px;
}
.brands-wrap-blk {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.brands-wrap-blk button.slide-arrow.slick-arrow {
  width: 20px;
  height: 20px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.brands-wrap-blk button.slide-arrow.slick-arrow i {
  font-size: 25px;
}
.brands-wrap-blk button.slide-arrow.slick-arrow.next-arrow {
  right: 0;
}
.brands-wrap-blk button.slide-arrow.slick-arrow.prev-arrow {
  left: -30px;
}
.brands-wrap-blk .slick-dots {
  bottom: 40px;
}
.brands-wrap-blk .slick-dots li button {
  border: 2px solid #F40000;
}
.brands-wrap-blk .slick-dots li.slick-active button {
  background: #F40000;
}
.brands-item {
  width: calc(33.33% - 50px);
  margin: 0 25px 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.brands-item-slider .flex-row {
  padding: 20px;
}
.brands-item.has-link {
  cursor: pointer;
}
.brands-item:hover .brands-item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.brands-item-info {
  width: 200px;
  position: relative;
  padding-top: 70px;
}
.brands-item-info h5 {
  color: #000000;
  line-height: 32px;
  margin-bottom: 6px;
}
.brands-item-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 35px;
  border: 4px solid #D2D2D2;
  background: #ffffff;
  width: 200px;
  border-radius: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: -20%;
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}
.brands-item-con {
  line-height: 20px;
}
.brands-item-img {
  width: calc(100% - 200px);
  position: relative;
  padding-right: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.brands-item-img img {
  display: block;
	color:red;
}


.single-careers-img img {
  width: 100%;
  display: block;
}
.single-careers .page-title h1 {
  font-size: 60px;
}
.single-careers-wrap {
  background: #F7F7F7;
  margin-bottom: 70px;
}
.single-careers-blk {
  padding: 30px 0;
}
.single-careers-info b {
  font-weight: 500;
}
.single-careers-share .h5 {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-careers-share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-careers-share ul li {
  margin-bottom: 8px;
}
.single-careers-share ul.social-icons li {
  margin-right: 14px;
}
.single-careers-share ul.social-icons li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #898989;
  border-radius: 100%;
}
.single-careers-share ul.social-icons li a i {
  font-size: 24px;
}
.single-careers-con b {
  font-weight: 500;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  max-width: 100%;
  border-radius: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  background-color: transparent;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 800ms, height 0s;
  -o-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
     transition-delay: 0s, 0s;
  z-index: 999;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background-color: #F40000;
  border: 5px solid transparent;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -10px;
  border-left: 40px solid #ffffff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  background-color: transparent;
  border-color: #F40000;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #F40000;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -o-transition-delay: 0s, 800ms;
     transition-delay: 0s, 800ms;
}

.videoWrapperActive .videoIframe {
  opacity: 1;
}

.pb-150 {
  padding-bottom: 70px;
}

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

.about-blk-hero {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
.about-blk-hero h1 {
  color: #d0d0d0;
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 30px;
  opacity: 0.54;
}
.about-blk-hero img {
  position: relative;
  z-index: 5;
}
.about-blk-hero .cta {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  max-width: 530px;
  margin: 0 auto;
}
.about-blk-team {
  position: relative;
  text-align: center;
  margin: 130px 0 70px 0;
}
.about-blk-team h2 {
  color: rgba(216, 216, 216, 0);
  opacity: 0.25;
  -webkit-text-stroke: 2px #D8D8D8;
  background-color: rgba(216, 216, 216, 0);
  font-size: 15.3vw;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-62%);
      -ms-transform: translateY(-62%);
          transform: translateY(-62%);
}
.about-blk-team h3 {
  color: #F40000;
  font-size: 100px;
  font-weight: 900;
  line-height: 1.51;
}
.about-blk-team h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.about-blk-team h5 strong {
  font-weight: 700;
}
.about-blk-team .cta {
  max-width: 820px;
  margin: 0 auto;
  color: #000000;
  text-align: left;
  margin-bottom: 60px;
}
.about-blk-team .button {
  vertical-align: middle;
  max-width: 209px;
}
.about-blk-team .button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.about-blk-sc {
  background-color: #f7f7f7;
  position: relative;
  margin: 190px 0 70px 0;
}
.about-blk-sc .container {
  position: relative;
  padding: 110px 0 30px 0;
}
.about-blk-sc h2 {
  color: #ec2619;
  font-size: 45px;
  font-weight: 900;
}
.about-blk-sc-item {
  padding: 50px 0;
  position: relative;
}
.about-blk-sc-item.hide {
  display: none;
}
.about-blk-sc-item.show {
  display: block;
}
.about-blk-sc-item:first-child::before {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #979797;
  opacity: 0.47;
  height: 1px;
  position: absolute;
  bottom: 0;
  max-width: 1114px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-blk-sc-item-wrap {
  max-width: 830px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about-blk-sc-item .acs {
  margin-top: 50px;
}
.about-blk-sc-item .acs-item {
  margin-right: 40px;
  max-width: 130px;
}
.about-blk-sc-sdocs {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-blk-sc-sdocs li {
  width: 50%;
  margin-bottom: 10px;
}
.about-blk-sc-sdocs li a {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  color: #EC2619;
}
.about-blk-sc-sdocs li a i {
  font-size: 28px;
  margin-right: 10px;
}
.about-blk-sc-sdocs li a:hover {
  color: #000000;
}
.about-blk-pv {
  position: relative;
  background-color: #F40000;
  margin-top: 168px;
}
.about-blk-pv .container {
  position: relative;
  padding: 150px 0;
}
.about-blk-pv-top, .about-blk-pv-down {
  position: absolute;
}
.about-blk-pv-top-img, .about-blk-pv-down-img {
  position: relative;
}
.about-blk-pv-top-img img, .about-blk-pv-down-img img {
  border-radius: 100%;
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 3;
}
.about-blk-pv-top {
  top: -170px;
  right: -40px;
}
.about-blk-pv-top-img:first-child {
  width: 220px;
  height: 220px;
  margin: 60px -45px 0 0;
}
.about-blk-pv-top-img:first-child:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -80px;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  border: 4px dotted #47C4BB;
}
.about-blk-pv-top-img:last-child {
  width: 426px;
  height: 426px;
  z-index: 1;
}
.about-blk-pv-top-img:last-child:before {
  content: "";
  position: absolute;
  bottom: 75px;
  right: -5px;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  border: 6px solid #ffffff;
}
.about-blk-pv-top-img:last-child span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.about-blk-pv-top-img:last-child span:before, .about-blk-pv-top-img:last-child span:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.about-blk-pv-top-img:last-child span:before {
  width: 85px;
  height: 85px;
  border: 3px solid #ffffff;
  top: 80px;
  right: 20px;
}
.about-blk-pv-top-img:last-child span:after {
  width: 56px;
  height: 56px;
  background: rgba(189, 5, 5, 0.44);
  top: 26px;
  right: 100px;
}
.about-blk-pv-down {
  left: -85px;
  bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-blk-pv-down-img:first-child {
  width: 160px;
  height: 160px;
  margin: 0 -10px -35px 0;
  position: relative;
}
.about-blk-pv-down-img:first-child:before, .about-blk-pv-down-img:first-child:after {
  content: "";
  position: absolute;
}
.about-blk-pv-down-img:first-child:before {
  display: inline-block;
  top: -150px;
  left: 45px;
  background-image: url(./assets/img/abt-white-bubble.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 100px;
}
.about-blk-pv-down-img:first-child:after {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  bottom: -90px;
  left: -30px;
}
.about-blk-pv-down-img:last-child {
  width: 270px;
  height: 270px;
  margin: 20px 0 -95px 80px;
  z-index: 3;
}
.about-blk-pv-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about-blk-pv h2 {
  -webkit-text-stroke: 1px #fff;
  background-color: rgba(216, 216, 216, 0);
  font-size: 65px;
  font-weight: 900;
  color: rgba(216, 216, 216, 0);
  text-transform: uppercase;
}
.about-blk-pv .cta {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  padding-left: 70px;
  color: #fff;
}
.about-blk-pv .cta:first-child {
  padding-bottom: 150px;
}
.about-blk .home-campaign {
  background-color: #f7f7f7;
  margin: 45px 0 60px 0;
}
.about-blk .home-campaign h2 {
  margin-bottom: 70px;
}
.about-blk .home-campaign h3 {
  color: #F40000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.about-blk .home-campaign h4 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.about-blk .home-campaign h4 strong {
  font-weight: 500;
}
.about-blk .home-campaign .cta {
  text-align: left;
}

.faq-content-wrap:before, .about-blk-sc-item-wrap.school:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -65px;
  background-image: url(./assets/img/bubble.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 100px;
}

.site-footer {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.site-footer-wrap {
  margin-bottom: 37px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-footer-end {
  margin-bottom: 25px;
  color: #72797B;
}
.site-footer-end a {
  color: #72797B;
}
.site-footer-end .right-blk {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: end;
  justify-content: end;
}
.site-footer-end .right-blk span {
  margin-right: 5px;
}
.site-footer-end-item {
  margin: 0 5px;
}
.site-footer-end-item:last-child {
  margin-right: 0;
}
.site-footer-end-item:hover {
  color: #F40000;
}
.site-footer-wave {
  background-image: url("./assets/img/CBBC-Wave.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  padding-top: 40vh;
  display: block;
}
.site-footer-ocon {
  margin-bottom: 25px;
}
.site-footer-ocon b {
  color: #72797B;
  font-weight: 500;
}
.site-footer-item-title {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 19px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.site-footer-item a:hover {
  color: #F40000;
}
.site-footer-item a.mail:hover {
  color: #000000;
}
.site-footer-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer-item ul li {
  margin-bottom: 8px;
}
.site-footer-item ul.social-icons li {
  margin-right: 14px;
}
.site-footer-item ul.social-icons li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #898989;
  border-radius: 100%;
}
.site-footer-item ul.social-icons li a i {
  font-size: 24px;
}
.site-footer-item p {
  margin: 0;
}

.wa-chat-box-header {
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  padding: 15px 10px !important;
}
.wa-chat-box-brand {
  width: 150px !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wa-chat-box-poweredby {
  display: none;
}

#footer-profound {
  padding: 4px 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #F40000;
  -webkit-box-shadow: #F40000 0 1px 3px 0 inset;
          box-shadow: #F40000 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #F40000 !important;
  font-weight: 700;
}

[class*=" ppicon-"],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ppicon-profound:before {
  content: "\e900";
}

.ppicon-profound-accolade:before {
  content: "\e901";
}

#profound-copyright-footer a {
  text-decoration: none;
  color: #72797B;
  vertical-align: middle;
}

.profound-fadeinanim:hover {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeinanim;
          animation-name: profound-fadeinanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profound-fadeoutanim {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeoutanim;
          animation-name: profound-fadeoutanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mymove {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -100%;
  }
}
@keyframes mymove {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -100%;
  }
}
.skiptocontent {
  position: absolute;
  top: -99vh;
  background: #fafafa;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
}

.skiptocontent:focus {
  top: 4rem;
  left: 4rem;
}

.mq-desktop {
  display: block;
}
@media (max-width: 960px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none;
}
@media (max-width: 960px) {
  .mq-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1280px) {
  .container,
#container {
    padding: 0 30px;
  }
  .container-small, .container-large,
#container-small,
#container-large {
    padding: 0 30px;
  }
  .home-abt-con {
    width: 480px;
  }
  .home-abt-cards {
    width: calc(85% - 480px);
  }
  .contact-text, .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-blk-info {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
  .sustain-activities-wrap.even .sustain-activities-con, .sustain-activities-con {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-logos-popup {
    width: calc(100% - 60px);
    padding: 50px 30px;
  }
  .site-header .container-large {
    padding: 0 30px;
  }
  .site-header .header__nav-list ul li.button {
    max-width: 120px;
  }
  .site-header .header__nav-list ul li a {
    font-size: 12px;
  }
  button.slide-arrow.slick-arrow {
    width: 50px;
    height: 50px;
    top: 20%;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  button.slide-arrow.slick-arrow i {
    font-size: 23px;
  }
  .home-campaign-con {
    padding-right: 20px;
  }
  .home-campaign-slider .slick-dots {
    bottom: 30px;
  }
  .sustain-activities-con h2 {
    max-width: 435px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header-main .logo {
    width: 188px;
  }
  .site-header .header__nav {
    width: calc(100% - 188px);
  }
  .site-footer-end {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer-end .flex-col-50 {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .home-abt-cards {
    left: 10%;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .brands-item {
    width: calc(50% - 50px);
  }
  .brands-products-popup {
    width: 55vw;
    height: 55vw;
  }
  .brands-products-wrap {
    width: 55vw;
  }
  .home-sec-ingredient-grid {
    top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .header__nav .burger span:first-child {
    top: 5px;
  }
  .site-header .header__nav .burger span:last-child {
    top: 20px;
  }
  .show-site-menu .site-header .header__nav .burger span:first-child,
.show-site-menu .site-header .header__nav .burger span:last-child {
    top: 10px;
  }
  input[type=submit], input[type=reset], button, .button {
    font-size: 14px;
    max-width: 145px;
    padding: 10px;
  }
  html, body {
    font-size: 14px;
    line-height: 28px;
  }
  .faq .page-title h1 {
    font-size: 60px;
  }
  .site-header .container-large {
    padding: 0 20px 0 15px;
  }
  .site-header-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .site-header-main .logo {
    width: 300px;
  }
  .site-header .header__nav {
    width: calc(100% - 300px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-header #burger {
    display: block;
  }
  .site-footer-wave {
    max-height: unset;
    height: 40vh;
    background-size: contain;
  }
  .site-footer-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer-item {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .site-footer-ocon {
    margin-bottom: 0;
  }
  .home-hero {
    max-height: 500px;
  }
  .home-hero .text-center {
    padding-bottom: 15vh;
  }
  .home-hero-con h1 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .home-hero-con h5 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home-brands {
    padding-bottom: 50px;
  }
  .home-brands .head-title {
    font-size: 40px;
  }
  .home-brands-slider, .home-brands .head-title {
    margin-bottom: 30px;
  }
  .home-abt {
    padding: 50px 0;
  }
  .home-abt .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-abt-cards, .home-abt-con {
    width: 100%;
  }
  .home-abt-cards-wrap.active {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-abt-cards-item {
    padding: 15px 10px;
  }
  .home-abt-info {
    margin-bottom: 20px;
  }
  .home-abt-info h3 {
    font-size: 30px;
    line-height: 1.1;
  }
  .home-campaign-slider .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-campaign-slider .flex-col-50 {
    width: 100%;
  }
  .home-campaign-slider .slick-dots {
    width: 100%;
    left: 0;
    bottom: 40px;
  }
  .home-campaign-title {
    margin-bottom: 15px;
  }
  .home-campaign-info {
    margin: 30px 0;
  }
  .home-campaign-info .button {
    max-width: 145px;
  }
  .home-campaign-img {
    min-height: 420px;
  }
  .home-campaign-con {
    margin-bottom: 20px;
  }
  .home-campaign-con h2 {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .home-campaign-con .cta {
    line-height: 20px;
  }
  .home-sec-ingredient {
    margin-bottom: 50px;
  }
  .home-sec-ingredient-grid {
    top: 80px;
    height: 500px;
  }
  .home-sec-ingredient-layer {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  .home-sec-ingredient-layer.centerPiece {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    border-radius: 100%;
  }
  .brands-logo {
    padding: 20px 0;
  }
  .page-title {
    padding: 20px 0;
  }
  .contact-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-row {
    margin-top: 20px;
  }
  .contact-text, .contact-form {
    width: 100%;
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .contact-form-container {
    margin-left: unset;
    margin-bottom: 30px;
  }
  .contact-text-wrap h2, .contact-text-wrap h6 {
    margin-bottom: 20px;
  }
  .contact-blk {
    margin: 50px 0;
  }
  .contact-blk h6 {
    margin-bottom: 20px;
  }
  .contact-blk-item {
    width: calc(50% - 11px);
    margin-bottom: 20px;
  }
  .contact-blk-item:nth-child(3n) {
    margin-right: 22px;
  }
  .contact-blk-item:nth-child(3n+6) {
    margin-right: 0;
  }
  .contact-blk-item:nth-child(2n) {
    margin-right: 0;
  }
  .sustain-hero-con {
    margin-bottom: 30px;
  }
  .sustain-hero-con h2 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .sustain-activities {
    margin-bottom: 40px;
  }
  .sustain-activities-wrap, .sustain-activities-wrap.even {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sustain-activities-con {
    padding: 30px;
  }
  .sustain-activities-con p {
    max-width: 100%;
  }
  .sustain-activities-con h2, .sustain-activities-con h6 {
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
  }
  .sustain-activities-con, .sustain-activities-inner {
    width: 100%;
  }
  .careers .sustain-activities {
    margin-bottom: 0;
  }
  .careers-jobs {
    margin-bottom: 30px;
  }
  .careers-jobs h6 {
    margin-bottom: 20px;
  }
  .careers-jobs-wrap li {
    width: 100%;
  }
  .sponsor-form {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .sponsor-form h6 {
    font-size: 22px;
    line-height: 1.2;
  }
  .sponsor-privacy {
    margin-bottom: 40px;
  }
  .sponsor-privacy strong {
    margin-bottom: 10px;
  }
  .single-careers .page-title h1 {
    font-size: 35px;
  }
  .single-careers-wrap {
    margin-bottom: 40px;
  }
  .single-careers-blk {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .single-careers-info {
    padding-top: 30px;
  }
  .single-careers-info, .single-careers-con {
    width: 100%;
  }
  .page-sponsor .sustain-activities {
    margin-bottom: 40px;
  }
  .close-btn i {
    font-size: 30px;
  }
  .site-logos-popup .close-btn {
    top: 5px;
    right: 5px;
  }
  .site-logos-blk {
    width: calc(50% - 5px);
  }
  .site-logos-blk:nth-child(2n+1) {
    margin-right: 0;
  }
  .nav-tabs ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 40px;
    overflow: hidden;
  }
  .nav-tabs ul.menu-open {
    max-height: unset;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 43px;
  }
  .nav-tabs ul.menu-open li {
    display: block;
  }
  .nav-tabs ul li {
    display: none;
    padding: 10px;
  }
  .nav-tabs ul li.active {
    display: block;
    position: relative;
  }
  .nav-tabs ul li.active:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .faq-content {
    margin: 120px 0 50px 0;
  }
  .faq-content-wrap {
    padding: 0 30px;
  }
  .faq-content .container {
    padding: 70px 0 50px;
  }
  .faq-item .question-title {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
  }
  .faq-item .question-title .plus-icon, .faq-item .question-title .minus-icon {
    top: 10px;
    width: 15px;
    font-size: 14px;
  }
  .faq-item .question-content {
    font-size: 14px;
    padding: 0 85px 10px 15px;
  }
  .faq-top-img:first-child, .faq-down-img:first-child {
    width: 180px;
    height: 180px;
  }
  .faq-top-img:last-child, .faq-down-img:last-child {
    width: 90px;
    height: 90px;
  }
  .faq-top-img:last-child:before, .faq-down-img:last-child:before {
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
  }
  .faq-down-img:first-child:before {
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
  }
  .faq-down-img:last-child {
    width: 90px;
    height: 90px;
  }
  .hero-slider {
    padding: 20px 0;
  }
  .about-blk-hero {
    padding: 60px 0;
  }
  .about-blk-hero h1 {
    font-size: 60px;
  }
  .about-blk-hero .cta {
    font-size: 18px;
    line-height: 1.2;
  }
  .about-blk .home-campaign {
    margin: 30px 0;
  }
  .about-blk .home-campaign h2 {
    margin-bottom: 20px;
  }
  .about-blk .home-campaign h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-blk-team {
    margin-top: 30px;
  }
  .about-blk-team h5 {
    font-size: 18px;
  }
  .about-blk-team h3 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .about-blk-team .button {
    max-width: 170px;
  }
  .about-blk-team .cta {
    margin-bottom: 30px;
  }
  .about-blk-sc {
    margin: 200px 0 45px;
  }
  .about-blk-sc h2 {
    font-size: 35px;
  }
  .about-blk-sc-sdocs {
    margin-top: 10px;
  }
  .about-blk-sc-sdocs li {
    width: 100%;
  }
  .about-blk-sc-sdocs li a {
    font-size: 14px;
  }
  .about-blk-sc-sdocs li a i {
    font-size: 20px;
  }
  .about-blk-sc .container {
    padding: 20px 0;
  }
  .about-blk-sc-item .acs {
    margin-top: 20px;
  }
  .about-blk-sc-item .acs-item {
    max-width: 70px;
    margin-right: 10px;
  }
  .about-blk-sc-item:last-child {
    padding-top: 0;
  }
  .about-blk-sc-item-wrap {
    padding: 0 30px;
  }
  .about-blk-pv {
    margin-top: 50px;
  }
  .about-blk-pv-container {
    padding: 0 30px;
  }
  .about-blk-pv .container {
    padding: 80px 0;
  }
  .about-blk-pv h2 {
    font-size: 40px;
  }
  .about-blk-pv .cta {
    font-size: 14px;
    line-height: 28px;
    padding-left: 60px;
  }
  .about-blk-pv-top {
    top: -90px;
  }
  .about-blk-pv-top-img:first-child {
    width: 130px;
    height: 130px;
  }
  .about-blk-pv-top-img:first-child:before {
    right: 0;
    width: 80px;
    height: 80px;
  }
  .about-blk-pv-top-img:last-child {
    width: 200px;
    height: 200px;
  }
  .about-blk-pv-down-img:first-child {
    width: 90px;
    height: 90px;
  }
  .about-blk-pv-down-img:last-child {
    width: 180px;
    height: 180px;
    margin: 20px 0 -35px;
  }
  .about-blk-pv-down-img:last-child:after {
    width: 70px;
    height: 70px;
    top: -20px;
    left: 40px;
  }
  .pb-150 {
    padding-bottom: 50px;
  }
  button.slide-arrow.slick-arrow {
    width: 40px;
    height: 40px;
  }
  button.slide-arrow.slick-arrow i {
    font-size: 20px;
  }
  .brands-wrap {
    margin: 40px 0;
  }
  .brands-wrap-blk {
    margin: 0;
  }
  .brands-item {
    width: 100%;
    margin: 0 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .brands-item-img, .brands-item-info {
    width: 50%;
  }
  .brands-item-info {
    padding-top: 0;
  }
  .brands-item-logo {
    width: 150px;
    height: 150px;
    padding: 20px;
    right: unset;
    left: 40%;
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .brands-products-blk {
    padding: 8vh;
  }
  .brands-products-blk .flex-col-70 {
    padding-left: 20px;
  }
  .brands-products-blk .flex-col-30 img {
    max-width: 60%;
  }
  .brands-products-blk .sku {
    margin-bottom: 10px;
  }
  .brands-products-variations {
    margin-top: 10px;
    max-height: 60px;
  }
  .brands-products-variations-blk {
    margin: 0 5px 5px;
    width: 25px;
    height: 25px;
  }
  .brands-products-popup .slick-dots {
    bottom: 10px;
  }
  .brands-products-popup button.slide-arrow.slick-arrow.next-arrow {
    right: 5px;
  }
  .brands-products-popup button.slide-arrow.slick-arrow.prev-arrow {
    left: 5px;
  }
}
@media screen and (max-width: 530px) {
  .home-abt-cards {
    height: 80vh;
  }
  .home-abt-info h3 {
    max-width: 326px;
  }
  .home-campaign-con {
    padding: 0 35px;
  }
  .home-sec-ingredient-grid {
    max-width: 100%;
    height: 60vh;
    width: 100%;
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_1 .home-sec-ingredient-blk {
    top: 8%;
    left: 35%;
    -webkit-transform: translate(-35%, -8%);
        -ms-transform: translate(-35%, -8%);
            transform: translate(-35%, -8%);
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_2 .home-sec-ingredient-blk {
    left: 65%;
    -webkit-transform: translateX(-65%);
        -ms-transform: translateX(-65%);
            transform: translateX(-65%);
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_3 .home-sec-ingredient-blk {
    top: 45%;
    left: -5%;
    -webkit-transform: translate(5%, -45%);
        -ms-transform: translate(5%, -45%);
            transform: translate(5%, -45%);
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_4 .home-sec-ingredient-blk {
    top: 50%;
    -webkit-transform: translate(-45%, -50%);
        -ms-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
    left: 45%;
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_5 .home-sec-ingredient-blk {
    top: 62%;
    left: unset;
    -webkit-transform: translate(60%, -62%);
        -ms-transform: translate(60%, -62%);
            transform: translate(60%, -62%);
    right: -60%;
  }
  .home-sec-ingredient-layer#home-sec-ingredient-layer_6 .home-sec-ingredient-blk {
    top: 70%;
    left: 15%;
    -webkit-transform: translate(-15%, -70%);
        -ms-transform: translate(-15%, -70%);
            transform: translate(-15%, -70%);
  }
  .home-sec-ingredient-info {
    margin-bottom: 20px;
  }
  .home-sec-ingredient-info h4 {
    font-size: 25px;
  }
  .home-sec-ingredient-text {
    padding: 0 30px;
  }
  h1, .h1, .faq .page-title h1 {
    font-size: 40px;
  }
  .contact-blk-item {
    width: 100%;
    margin-right: 0;
  }
  .contact-blk-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .contact-blk-info {
    width: calc(100% - 110px);
  }
  .form-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-col {
    margin-right: 0;
    width: 100%;
  }
  .sustain-activities-slider-img {
    min-height: 400px;
  }
  .sustain-activities-slider button.slide-arrow.slick-arrow {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .sustain-activities-slider button.slide-arrow.slick-arrow i {
    font-size: 15px;
  }
  .sustain-hero-con h2 {
    font-size: 40px;
  }
  .site-logos-blk {
    width: 100%;
    margin-right: 0;
  }
  .site-footer-item {
    width: 100%;
  }
  .brands-item-logo {
    width: 100px;
    height: 100px;
  }
  .close-btn {
    top: 30%;
    right: 5%;
    -webkit-transform: translate(-5%, -30%);
        -ms-transform: translate(-5%, -30%);
            transform: translate(-5%, -30%);
  }
  .faq-down-blk {
    right: -175px;
  }
}
@media screen and (max-width: 375px) {
  .site-header-main .logo {
    width: 230px;
  }
  .site-header .header__nav {
    width: calc(100% - 230px);
  }
  .about-blk-team h3 {
    font-size: 50px;
  }
}/*# sourceMappingURL=style.css.map */


