body {
  font-family: 'Avenirltstd book', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Avenirltstd book', sans-serif;
  font-size: 44px;
  line-height: 53px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 39px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fontsfree net 1579 avenirltstd', sans-serif;
  font-size: 18px;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 45px;
}

a {
  color: #000;
  text-decoration: none;
}

.header {
  position: relative;
  width: 100%;
  height: 680px;
  min-height: 100vh;
}

.header-slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.navbar {
  position: absolute;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.other-pages {
  position: static;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Avenirltstd roman', sans-serif;
}

.uac-logo {
  width: 12vw;
  height: 6.3vw;
  background-image: url('../images/UAC-SMART-LOGO-01-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-button {
  padding: 13px 25px 11px;
  border: 1px solid #ed0000;
  border-radius: 120px;
  background-color: #fff;
  font-size: 16px;
  line-height: 22.5px;
}

.shop-button.red-text {
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}

.shop-button.red-text:hover {
  background-color: #ed0000;
  color: #eff;
}

.red-text {
  color: #ed0000;
}

.red-text.management {
  font-size: 10px;
  text-transform: uppercase;
}

.nav-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-option {
  margin-right: 3.3vw;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.nav-option:hover {
  color: #ed0000;
}

.nav-option.other-pages {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  cursor: pointer;
}

.nav-option.other-pages:hover {
  color: #ed0000;
}

.nav-option.other-pages.active {
  color: #ed0000;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
}

.dropdown:hover {
  color: #ed0000;
}

.dropdown.other-pages {
  display: block;
  padding-right: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
}

.dropdown.other-pages:hover {
  color: #ed0000;
}

.dropdown.other-pages.active {
  color: #ed0000;
}

.dropdown-icon {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 5px;
  background-image: url('../images/Arrow-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-count {
  position: fixed;
  top: 33vh;
  right: 0px;
  z-index: 3;
  display: inline-block;
  padding: 30px 25px;
  background-color: #fff;
  font-family: 'Fontsfree net 1579 avenirltstd', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.page-count-line {
  z-index: -1;
  width: 3px;
  height: 7.5vw;
  margin: 2px auto;
  background-color: #bbb;
  font-family: 'Avenirltstd book', sans-serif;
}

.page-inner-line {
  width: 100%;
  height: 33.333333333333336%;
}

.page-inner-line.page-active {
  background-color: #428f4a;
}

.page-inner-line.head {
  background-color: #428f4a;
}

.dropdown-container {
  background-color: #fff;
}

.dropdown-container.w--open {
  z-index: 10;
}

.dropdown-link {
  margin-right: 10px;
  margin-left: 24px;
  padding-top: 24px;
  padding-right: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-link:hover {
  color: #ed0000;
}

.dropdown-link.w--current {
  color: #ed0000;
}

.dropdown-link.w--current:hover {
  color: #ed0000;
}

.dropdown-link.border {
  border-bottom-style: none;
}

.dropdown-link.border.active {
  color: #ed0000;
}

.header-slide {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-slide.gala {
  background-image: url('../images/unsplash_JDN-_FIqB3k.jpg');
}

.header-slide.funtime {
  background-image: url('../images/Rectangle-53.jpg');
}

.header-slide.swan {
  background-image: url('../images/Rectangle-61.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.header-slider-nav {
  right: -85vw;
  bottom: 6.1vw;
}

.header-info-block {
  position: absolute;
  left: 9vw;
  bottom: 6.1vw;
  z-index: 8;
  max-width: 458px;
  padding: 5.9vw 20px 17px 40px;
  background-color: #ed0000;
  color: #fff;
}

.arrow-block {
  width: 4.4vw;
  height: 4.4vw;
  margin-top: 35px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.arrow-block.red-arrow {
  background-image: url('../images/red-arrow.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.arrow-block.red-arrow.white-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.arrow-block.red-arrow.white-background:hover {
  -webkit-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
  transform: rotate(41deg);
}

.arrow-block.white-arrow {
  margin-top: 0px;
  margin-left: 0px;
  background-image: url('../images/white-arrow.svg');
  background-size: 35%;
}

.arrow-block.white-arrow.green-background {
  background-color: #428f4a;
}

.arrow-block.white-arrow.green-background:hover {
  -webkit-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
  transform: rotate(41deg);
}

.arrow-block.white-arrow.red-background {
  background-color: #ed0000;
}

.arrow-block.white-arrow.red-background:hover {
  -webkit-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
  transform: rotate(41deg);
}

.arrow-block.white-arrow.red-background.management {
  width: 3.5vw;
  height: 3.5vw;
  background-size: 35%;
}

.arrow-block.white-arrow.red-background.expand {
  background-color: #fff;
  background-image: url('../images/red-arrow.svg');
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-block.white-arrow-down {
  background-image: url('../images/arrow-down-white.svg');
}

.arrow-block.white-arrow-down.red-background {
  margin-top: 2px;
  background-color: #ed0000;
}

.arrow-block.white-arrow-down.red-background:hover {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.arrow-block.white-arrow-down.red-background.values-expand {
  cursor: pointer;
}

.arrow-block.white-arrow-down.red-background.values-expand:hover {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.arrow-block.white-arrow-down.red-background.modal {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.arrow-block.white-arrow-down.red-background.modal:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-block.product {
  margin-top: 0px;
  margin-left: 0px;
}

.arrow-block.product.white-arrow-down {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.arrow-block.product.white-arrow-down.blue-background {
  background-color: #1e10e1;
}

.arrow-block.product.white-arrow-down.blue-background.rotate {
  margin-top: 35px;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.arrow-block.product.white-arrow-down.blue-background.rotate:hover {
  -webkit-transform: translate(0px, 10px) rotate(45deg);
  -ms-transform: translate(0px, 10px) rotate(45deg);
  transform: translate(0px, 10px) rotate(45deg);
}

.arrow-block.product.white-arrow-down.red-background.rotate {
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.arrow-block.product.white-arrow-down.red-background.rotate:hover {
  -webkit-transform: translate(0px, 10px) rotate(45deg);
  -ms-transform: translate(0px, 10px) rotate(45deg);
  transform: translate(0px, 10px) rotate(45deg);
}

.arrow-block.product.white-arrow-down.purple-background {
  background-color: #71238c;
}

.arrow-block.product.white-arrow-down.purple-background.rotate {
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
}

.arrow-block.product.white-arrow-down.purple-background.rotate:hover {
  -webkit-transform: translate(0px, 10px) rotate(45deg);
  -ms-transform: translate(0px, 10px) rotate(45deg);
  transform: translate(0px, 10px) rotate(45deg);
}

.arrow-block.product.white-arrow-down.orange-background.rotate {
  margin-top: 30px;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.arrow-block.product.white-arrow-down.orange-background.rotate:hover {
  -webkit-transform: translate(0px, 10px) rotate(45deg);
  -ms-transform: translate(0px, 10px) rotate(45deg);
  transform: translate(0px, 10px) rotate(45deg);
}

.header-info-inner {
  margin-top: 20px;
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
}

.values {
  padding: 48px 45px 68px;
}

.values-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5.2vw 7.3vw;
  background-color: #f8f8f8;
}

.values-inner.about {
  padding-right: 45px;
  padding-left: 45px;
}

.values-image {
  width: 31vw;
  height: 34vw;
  background-image: url('../images/unsplash_tvRAIEPrqN0-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.values-inner-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.values-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  margin-left: 6.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.green-text-block {
  color: #428f4a;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}

.products-section {
  width: 100%;
}

.products-section.hide {
  display: none;
}

.splide.slider1 {
  position: relative;
  overflow: hidden;
  height: 657px;
}

.splide__track {
  width: 100%;
  height: 100%;
}

.splide__arrows {
  display: none;
}

.splide__pagination.home-slide {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 6px;
  margin-bottom: 0px;
  margin-left: 9.2vw;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  list-style-type: none;
}

.splide__pagination__item.home-slide {
  height: 6px;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.splide__slide {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/unsplash_DhJGkzNlTAU.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.splide__slide.red {
  background-color: red;
}

.splide__slide.green {
  background-color: green;
}

.splide__pagination__page.home-slide {
  width: 111px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #e2e2e2;
}

.splide__pagination__page.home-slide.is-active {
  background-color: #ed0000;
}

.slide-text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 100%;
  margin-left: 9.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.slider-text-inner {
  position: absolute;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.8vw;
  height: 100%;
  margin-left: 9.2vw;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.products-logo {
  width: 8.5vw;
  height: 7.4vw;
  margin-top: 5.2vw;
  margin-bottom: 2.3vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-logo.swan {
  background-image: url('../images/Blue-Swan-Logo-with-Bird-1.png');
}

.products-logo.gala {
  background-image: url('../images/GALA-logo-3---Copy.png');
  background-size: contain;
}

.products-logo.supreme {
  width: 12vw;
  height: 8vw;
  background-image: url('../images/Supreme-LOGO-01.png');
  background-position: 0% 50%;
  background-size: auto;
}

.products-logo.funtime {
  width: 12vw;
  height: 8vw;
  background-image: url('../images/image-41.png');
  background-size: contain;
}

.slider-text-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px 13px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ed0000;
  color: #000;
}

.slider-text-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-family: Avenirltstd, sans-serif;
  font-weight: 500;
}

.slider-text-block.swan {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-updates {
  position: relative;
  z-index: 1;
  padding: 10vw 5.7vw;
  background-color: #fff;
}

.latest-updates.events {
  padding-top: 2vw;
}

.latest-updates-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.latest-updates-text {
  max-width: 430px;
}

.tabs-content {
  overflow: visible;
  min-height: 40vw;
  margin-top: 50px;
}

.updates-link {
  padding: 18px 42px 15px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.updates-link.w--current {
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100px;
  background-color: green;
}

.tabs-menu {
  position: absolute;
  top: -100px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-image {
  position: absolute;
  top: 10%;
  right: 0px;
  width: 22.7vw;
  height: 25.3vw;
  margin-right: -15px;
  border: 1px solid #ed0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-image.solar-power {
  background-image: url('../images/unsplash_o2Q3EKUL3wI-2.jpg');
}

.news-image.brandcom {
  background-image: url('../images/unsplash_o2Q3EKUL3wI-1.jpg');
}

.news-tab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  min-height: 30vw;
  margin-right: 3%;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block.events {
  margin-bottom: 50px;
}

.news-block.expand {
  width: 35%;
  margin-right: 3%;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-block.margin {
  margin-right: 1.5%;
  margin-left: 0%;
}

.news-block-inner {
  position: relative;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22.7vw;
  min-height: 30vw;
  padding: 53px 25px 15px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ed0000;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.news-block-inner.expand {
  left: 0px;
  right: auto;
  background-color: #ed0000;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #fff;
}

.news-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.social-media-block {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6.45vw;
  padding-left: 6.45vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.social-media-block.products {
  padding-top: 9vw;
  padding-bottom: 50px;
  background-color: #f4f3fd;
}

.social-media-block.products.funtime {
  background-color: #fef8f1;
}

.social-media-block.products.gala {
  background-color: #f7f5f5;
}

.social-media-block.products.supreme {
  background-color: #f5f0f7;
}

.instagram-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 12px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f3fd;
  border-radius: 80px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
}

.instagram-link-block:hover {
  border-color: #1e10e1;
}

.instagram-link-block.products {
  background-color: #fff;
}

.instagram-link-block.products.gala:hover {
  border-color: #d9081b;
}

.instagram-link-block.products.supreme:hover {
  border-color: #71238c;
}

.instagram-link-block.products.funtime:hover {
  border-color: #f28d18;
}

.instagram-link-block.events:hover {
  border-color: #000;
}

.instagram-link-block.about:hover {
  border-color: #000;
}

.instagram-arrow {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background-image: url('../images/black-arrow-icon.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.instagram-logo {
  width: 30px;
  height: 30px;
  margin-right: 11px;
  background-image: url('../images/instagram-vector.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.green-text {
  color: #428f4a;
}

.image-loop-block {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.image-loop-block.products {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 70px;
  background-color: #f4f3fd;
}

.image-loop-block.products.funtime {
  background-color: #fef8f1;
}

.image-loop-block.products.gala {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f7f5f5;
}

.image-loop-block.products.supreme {
  background-color: #f5f0f7;
}

.image-loop-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loop-image {
  width: 19vw;
  height: 18.8vw;
  margin-right: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loop-image._1 {
  background-image: url('../images/Rectangle-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loop-image._2 {
  background-image: url('../images/Rectangle-15.jpg');
}

.loop-image._4 {
  background-image: url('../images/Rectangle-17.jpg');
}

.loop-image._5 {
  background-image: url('../images/Rectangle-21.jpg');
}

.loop-image._3 {
  background-image: url('../images/Rectangle-16.jpg');
}

.loop-image._6 {
  background-image: url('../images/Rectangle-20.jpg');
}

.loop-image._10 {
  background-image: url('../images/Rectangle-15-1.jpg');
}

.loop-image._12 {
  background-image: url('../images/Rectangle-17-1.jpg');
}

.loop-image._11 {
  background-image: url('../images/Rectangle-16_1.jpg');
}

.loop-image._13 {
  background-image: url('../images/Rectangle-18-1.jpg');
}

.loop-image._14 {
  background-image: url('../images/Rectangle-64.jpg');
}

.loop-image._7 {
  background-image: url('../images/Rectangle-15_1.jpg');
}

.loop-image._8 {
  background-image: url('../images/Rectangle-18.jpg');
}

.loop-image._9 {
  background-image: url('../images/Rectangle-17_1.jpg');
}

.loop-image._15 {
  background-image: url('../images/Rectangle-62.jpg');
}

.loop-image._16 {
  background-image: url('../images/Rectangle-16-1.jpg');
}

.loop-image._17 {
  background-image: url('../images/Rectangle-15-1_1.jpg');
}

.loop-image._18 {
  background-image: url('../images/Rectangle-18-1_1.jpg');
}

.loop-image._19 {
  background-image: url('../images/Rectangle-17-1_1.jpg');
}

.loop-image._20 {
  background-image: url('../images/Rectangle-63.jpg');
}

.loop-image._21 {
  background-image: url('../images/Rectangle-14_1.jpg');
}

.loop-image._22 {
  background-image: url('../images/Rectangle-16_2.jpg');
}

.loop-image._23 {
  background-image: url('../images/Rectangle-15_2.jpg');
}

.loop-image._24 {
  background-image: url('../images/Rectangle-18_1.jpg');
}

.loop-image._25 {
  background-image: url('../images/Rectangle-17_2.jpg');
}

.loop-image._26 {
  background-image: url('../images/Rectangle-20_1.jpg');
}

.footer {
  position: relative;
  z-index: 4;
  padding: 45px 4.4vw 48px 6.2vw;
  background-color: #efefef;
  font-family: 'Avenirltstd book', sans-serif;
}

.footer-logo {
  width: 12.4vw;
  height: 5.78vw;
  background-image: url('../images/UAC-SMART-LOGO-01-2.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-options-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  margin-bottom: 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.phone-number {
  font-size: 22px;
  line-height: 30px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 268px;
  margin-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #404040;
  font-size: 18px;
  line-height: 24px;
}

.footer-options.brands {
  margin-right: 15px;
  margin-left: 15px;
}

.option-title {
  margin-bottom: 20px;
  font-family: 'Avenirltstd roman', sans-serif;
}

.footer-option {
  margin-bottom: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #404040;
}

.footer-option:hover {
  color: #ed0000;
}

.footer-option.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-icon {
  width: 19.5px;
  height: 15.5px;
  margin-right: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-icon.twitter {
  background-image: url('../images/twitter-icon.svg');
}

.footer-social-icon.instagram {
  width: 20px;
  height: 19.5px;
  margin-right: 14.5px;
  background-image: url('../images/instagram-icon.svg');
}

.footer-social-icon.facebook {
  width: 10px;
  height: 19.3px;
  margin-right: 24.5px;
  background-image: url('../images/facebook-icon.svg');
}

.footer-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-button {
  padding: 15px 50px 12px;
  border: 1px solid #ed0000;
  border-radius: 51px;
  background-color: #ed0000;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  line-height: 22px;
  text-transform: none;
}

.footer-button:hover {
  background-color: #fff;
  color: #ed0000;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.38);
}

.terms-and-conditions {
  margin-left: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(0, 0, 0, 0.38);
}

.terms-and-conditions:hover {
  color: rgba(0, 0, 0, 0.7);
}

.privacy {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(0, 0, 0, 0.38);
}

.privacy:hover {
  color: rgba(0, 0, 0, 0.7);
}

.div-block-3 {
  position: static;
}

.body-2 {
  font-family: 'Avenirltstd book', sans-serif;
}

.body-3 {
  font-family: 'Avenirltstd roman', sans-serif;
}

.about-image {
  height: 575px;
  margin-right: 45px;
  margin-left: 45px;
  background-image: url('../images/unsplash_tvRAIEPrqN0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-uac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9vw 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 58px;
  line-height: 70px;
}

.about-uac-inner {
  max-width: 460px;
  min-width: 460px;
}

.about-uac-text {
  max-width: 470px;
  margin-left: 20px;
  font-size: 26px;
  line-height: 45px;
}

.values-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-information-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-bottom: 68px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mission-vision {
  width: 55%;
  margin-right: 30px;
  padding: 48px 4vw 20px 3.4vw;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 0, 0, 0.07);
}

.about-info-icon {
  width: 4.8vw;
  height: 4.8vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-info-icon.mission {
  background-image: none;
}

.about-info-icon.mission {
  background-image: url('../images/mission-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-info-icon.core {
  background-image: url('../images/core-icon.svg');
}

.about-info-icon.core.modal {
  width: 3.8vw;
  height: 3.8vw;
}

.mission-inner {
  max-width: 580px;
  margin-top: 20px;
}

.mission-title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.mission-inner-text {
  font-size: 32px;
  line-height: 43.7px;
}

.mission-inner-text.core {
  font-size: 27px;
  line-height: 38px;
}

.core-values {
  padding: 48px 3.4vw 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(237, 0, 0, 0.07);
}

.core-values.core-modal {
  position: relative;
  z-index: 3;
  margin-top: 5vw;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #feeded;
}

.core-values-inner {
  font-size: 28px;
  line-height: 38px;
}

.core-values-inner.modal {
  font-size: 28px;
}

.core-value {
  margin-bottom: 15px;
}

.core-value.integrity {
  margin-left: 5px;
}

.core-value.innovation {
  margin-left: 5px;
}

.core-value.modal {
  margin-bottom: 5px;
}

.about-slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 38px;
}

.about-slider-inner {
  padding: 6.6vw 4.8vw 4.8vw 3.5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.about-slider-inner.border {
  border-bottom-style: none;
}

.about-slider-inner-text {
  max-width: 315px;
}

.about-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.7vw;
  padding-bottom: 3.3vw;
  padding-left: 2.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.about-slider-container.mgt {
  font-size: 20px;
  line-height: 36px;
}

.quality-control-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quality-contol-logo {
  width: 8.47vw;
  height: 8.47vw;
  margin-right: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/image-42.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quality-control-text {
  max-width: 560px;
}

.about-slider {
  height: 31.67vw;
  margin-bottom: 40px;
}

.about-slide {
  width: 100%;
  height: 100%;
}

.about-slides {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-slides.funtime {
  background-image: url('../images/Rectangle-53.jpg');
}

.about-slides.gala {
  background-image: url('../images/Rectangle-61-2.jpg');
}

.about-slides.supreme {
  background-image: url('../images/Rectangle-12.png');
}

.about-slides.swan {
  background-image: url('../images/unsplash_DhJGkzNlTAU.jpg');
}

.about-slide-2 {
  background-image: url('../images/Rectangle-53.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-slide-nav {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0px;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.about-slide-3 {
  background-image: url('../images/Rectangle-53.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6.18vw 18vw 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-icon.swan {
  width: 5.3vw;
  height: 4.65vw;
  background-image: url('../images/Blue-Swan-Logo-with-Bird-1.png');
}

.product-icon.supreme {
  width: 8.43vw;
  height: 4.7vw;
  background-image: url('../images/Supreme-LOGO-01.png');
}

.product-icon.gala {
  width: 7vw;
  height: 3.75vw;
  background-image: url('../images/GALA-logo-3---Copy.png');
}

.product-icon.funtime {
  width: 11.93vw;
  height: 3.82vw;
  background-image: url('../images/image-41.png');
}

.products-slide {
  position: relative;
  width: 100%;
  height: 657px;
}

.product-slider {
  width: 100%;
  height: 100%;
}

.product-slide {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slide.swan {
  background-image: url('../images/unsplash_DhJGkzNlTAU.jpg');
}

.product-slide.gala {
  background-image: url('../images/Rectangle-61-2.jpg');
}

.product-slide.supreme {
  background-image: url('../images/Rectangle-12-1.jpg');
}

.product-slide.funtime {
  background-image: url('../images/Rectangle-53.jpg');
}

.product-slide-nav {
  left: 9.2vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding-top: 0px;
  background-color: #fff;
}

.slide-arrow {
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.25);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.slide-arrow.prev {
  background-image: url('../images/Group-1000001737.svg');
}

.slide-arrow.prev.home {
  left: 0vw;
  margin-left: 4vw;
}

.slide-arrow.prev.about {
  margin-left: 30px;
}

.slide-arrow.next {
  background-image: url('../images/Group-1000001736.svg');
}

.slide-arrow.next.home {
  left: 0px;
  margin-left: 43vw;
}

.slide-arrow.next.about {
  margin-right: 30px;
}

.body-4 {
  font-family: 'Avenirltstd roman', sans-serif;
}

.product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-bottom: 5.9vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image {
  width: 43.67vw;
  height: 44.93vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image.swan {
  background-image: url('../images/Rectangle-61.jpg');
}

.product-image.gala {
  background-image: url('../images/Rectangle-61-1.jpg');
}

.product-image.supreme {
  background-image: url('../images/Rectangle-61.png');
}

.product-image.funtime {
  background-image: url('../images/Rectangle-53.jpg');
}

.product-header-text {
  max-width: 500px;
  padding-left: 3.8vw;
  color: #000;
  font-size: 40px;
  line-height: 66px;
  text-transform: capitalize;
}

.product-header-text.funtime {
  max-width: 550px;
}

.product-header-title {
  color: #6c6c6c;
  text-transform: uppercase;
}

.text-block {
  text-transform: capitalize;
}

.blue-text {
  color: #1e10e1;
}

.header-text-inner {
  max-width: 380px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.header-text-inner.gala {
  max-width: 450px;
}

.header-text-inner.funtime {
  max-width: 470px;
}

.product-body {
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #f4f3fd;
}

.product-body.supreme {
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: #f5f0f7;
}

.product-body.funtime {
  background-color: #fef8f1;
}

.product-body.gala {
  background-color: #f7f5f5;
}

.product-infromation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.1vw;
  padding-top: 7.56vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 40px;
}

.product-infromation.supreme {
  margin-right: 5vw;
  margin-left: 5vw;
}

.date-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

.date-block.gala {
  background-color: #d9081b;
}

.date-block.swan {
  background-color: #1e10e1;
}

.date-block.supreme {
  background-color: #71238c;
}

.date-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-right: 6.39vw;
  padding-left: 6.39vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Vag rounded', sans-serif;
  font-size: 191px;
  line-height: 160px;
  letter-spacing: -45px;
}

.date-number {
  width: 50%;
}

.product-information-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  padding: 70px 5.27vw 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #000;
}

.read-more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e10e1;
  text-transform: uppercase;
  cursor: pointer;
}

.product-info {
  max-width: 620px;
  margin-bottom: 20px;
}

.product-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.product-video.supreme {
  margin-right: 5vw;
  margin-left: 5vw;
}

.product-video.hide {
  display: none;
}

.product-video.swan {
  display: none;
}

.product-video.gala {
  display: none;
}

.play-video-button {
  width: 4.8vw;
  height: 4.8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 55% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.play-video-button.swan {
  background-image: url('../images/Polygon-1.svg');
}

.play-video-button.gala {
  background-image: url('../images/Polygon-1-1.svg');
}

.play-video-button.supreme {
  background-image: url('../images/Polygon-2.svg');
}

.play-video-button.funtime {
  background-image: url('../images/Polygon-3.svg');
}

.play-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.94vw;
  height: 6.94vw;
  margin: 50px auto 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: height 300ms ease, width 300ms ease;
  transition: height 300ms ease, width 300ms ease;
  cursor: pointer;
}

.play-button-block:hover {
  width: 7.5vw;
  height: 7.5vw;
}

.product-tab-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.67vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}

.product-tab-block.supreme {
  margin-right: 5vw;
  margin-left: 5vw;
}

.product-tab-image {
  position: relative;
  width: 31.18vw;
  min-height: 40vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.product-tab-image.swan {
  background-image: url('../images/Rectangle-11.jpg');
}

.product-tab-image.gala {
  background-image: url('../images/Rectangle-12.jpg');
}

.products-tab {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs {
  height: 100%;
  background-color: #fff;
  font-size: 22px;
  line-height: 46px;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-link.swan {
  width: 50%;
  background-color: rgba(30, 16, 225, 0.1);
  color: #1e10e1;
}

.tab-link.swan.w--current {
  background-color: #fff;
  font-family: Avenirltstd, sans-serif;
}

.tab-link.gala {
  width: 33.333333333333336%;
  background-color: rgba(217, 8, 27, 0.12);
  color: #d9081b;
}

.tab-link.gala.w--current {
  background-color: #fff;
  font-family: Avenirltstd, sans-serif;
}

.tab-link.supreme {
  width: 33.333333333333336%;
  background-color: rgba(113, 35, 140, 0.1);
  color: #71238c;
}

.tab-link.supreme.w--current {
  background-color: #fff;
  font-family: Avenirltstd, sans-serif;
  font-weight: 500;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tab-pane {
  padding: 4.7vw 6vw 5.2vw;
  line-height: 40px;
}

.tab-content {
  background-color: #fff;
}

.buy-product-block {
  margin-top: 6vw;
}

.buy-product-block.supreme {
  overflow: hidden;
}

.product-phrase {
  font-size: 16px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.product-phrase.purple-text {
  margin-left: 5vw;
}

.buy-product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy-product-grid.supreme {
  overflow: auto;
  padding-left: 5vw;
}

.buy-product-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 34.7vw;
  padding-top: 24px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f3fd));
  background-image: linear-gradient(180deg, #fff, #f4f3fd);
}

.buy-product-card.supreme {
  width: 28.5%;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f0f7));
  background-image: linear-gradient(180deg, #fff, #f5f0f7);
}

.buy-product-card.gala {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), to(#f7f5f5));
  background-image: linear-gradient(180deg, #fff, #fff 0%, #f7f5f5);
}

.buy-product-card.funtime {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fef8f1));
  background-image: linear-gradient(180deg, #fff, #fef8f1);
}

.card-info.swan {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 5vw;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4f3fd;
  color: #1e10e1;
  font-size: 20px;
  line-height: 27px;
}

.card-info.gala {
  position: absolute;
  left: 0px;
  margin-left: 24px;
  padding: 14px 30px 12px;
  border-radius: 32px;
  background-color: rgba(217, 8, 27, 0.1);
  color: #d9081b;
  font-size: 16px;
  line-height: 21px;
}

.card-info.supreme {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.5vw;
  height: 5.5vw;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(113, 35, 140, 0.1);
  color: #71238c;
  font-size: 18px;
  line-height: 27px;
}

.card-info.funtime {
  position: absolute;
  left: 0px;
  margin-left: 24px;
  padding: 14px 30px 12px;
  border-radius: 32px;
  background-color: rgba(242, 141, 24, 0.1);
  color: #f28d18;
  font-size: 16px;
  line-height: 21px;
}

.product-card-image {
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-card-image._55cl {
  width: 6.64vw;
  height: 17.4vw;
  margin-top: 6vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/55cl-1.png');
}

.product-card-image._75cl {
  width: 5.62vw;
  height: 18.75vw;
  margin-top: 5vw;
  background-image: url('../images/75cl-2.png');
}

.product-card-image._150cl {
  width: 7.4vw;
  height: 21.73vw;
  margin-top: 3vw;
  background-image: url('../images/150cl.png');
}

.product-card-image.sausage-roll {
  width: 5.4vw;
  height: 18.47vw;
  margin-top: 7vw;
  background-image: url('../images/image-59.png');
}

.product-card-image.spicy {
  width: 5.1vw;
  height: 18.54vw;
  margin-top: 7vw;
  background-image: url('../images/image-59.png');
}

.product-card-image.cocktail {
  width: 15.25vw;
  height: 19.3vw;
  margin-top: 7vw;
  background-image: url('../images/image-60.png');
}

.product-card-image._120ml {
  width: 16.6vw;
  height: 12.36vw;
  margin-top: 8vw;
  background-image: url('../images/image-62.png');
}

.product-card-image._220ml {
  width: 16.56vw;
  height: 8.26vw;
  margin-top: 10vw;
  background-image: url('../images/image-63.png');
}

.product-card-image._2l {
  width: 16.37vw;
  height: 15.62vw;
  margin-top: 6vw;
  background-image: url('../images/image-64.png');
}

.product-card-image._4l {
  width: 17.33vw;
  height: 12.7vw;
  margin-top: 8vw;
  background-image: url('../images/image-65.png');
}

.product-card-image.coconut-chips {
  width: 12.35vw;
  height: 13.54vw;
  margin-top: 8vw;
  background-image: url('../images/image-66.png');
}

.product-card-image.groundnut-chips {
  width: 12.05vw;
  height: 13.82vw;
  margin-top: 8vw;
  background-image: url('../images/image-68.png');
}

.product-card-image.jar-chips {
  width: 9.37vw;
  height: 15.87vw;
  margin-top: 7vw;
  background-image: url('../images/image-69.png');
}

.product-card-button {
  margin-top: 33px;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #1e10e1;
  border-radius: 64px;
  background-color: #1e10e1;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: 'Fontsfree net avenir', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.product-card-button:hover {
  background-color: #fff;
  color: #1e10e1;
}

.product-card-button.gala {
  border-color: #d9081b;
  background-color: #d9081b;
}

.product-card-button.gala:hover {
  background-color: #fff;
  color: #d9081b;
}

.product-card-button.supreme {
  border-color: #71238c;
  background-color: #71238c;
}

.product-card-button.supreme:hover {
  background-color: #fff;
  color: #71238c;
}

.product-card-button.funtime {
  border-color: #f28d18;
  background-color: #f28d18;
}

.product-card-button.funtime:hover {
  background-color: #fff;
  color: #f28d18;
}

.header-info-text {
  text-transform: none;
}

.header-info-text.funtime {
  max-width: 320px;
}

.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.purple-text {
  color: #71238c;
}

.product-sales-phrase.supreme {
  margin-right: 5vw;
  margin-left: 5vw;
}

.orange-text {
  color: #f28d18;
}

.orange-background {
  background-color: #f28d18;
}

.leadership-body {
  padding: 5vw 5vw 11.6vw 7vw;
  font-family: 'Avenirltstd book', sans-serif;
}

.leadership-block {
  padding: 5vw 5vw 11.6vw 7vw;
}

.management-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-right: 5vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 60px;
  line-height: 81px;
}

.management-inner {
  max-width: 546px;
  margin-left: 10vw;
}

.management-link-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.management-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.management-image.dele-ajayi {
  background-image: url('../images/Rectangle-60.jpg');
}

.management-image.david-anazia {
  background-image: url('../images/Rectangle-61_1.jpg');
}

.management-image.sam-amoforitse {
  background-image: url('../images/Rectangle-67.jpg');
}

.management-image.dayo-adeeko {
  background-image: url('../images/Rectangle-65.jpg');
}

.management-image.hadiza-abdullahi {
  background-image: url('../images/Rectangle-63_1.jpg');
}

.management-image.chris-towoju {
  background-image: url('../images/Rectangle-69.jpg');
}

.management-image.adebola-williams {
  background-image: url('../images/Rectangle-68.jpg');
}

.management-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 10.9px;
}

.div-block-4 {
  color: #000;
}

.management-name {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
}

.management-link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  height: 30vw;
  margin-right: 2%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.management-link-card.dayo {
  margin-right: 0vw;
}

.management-body {
  font-family: 'Avenirltstd book', sans-serif;
}

.management-info-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-bottom: 6.2vw;
  margin-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.management-info-image {
  width: 22.84vw;
  height: 31.25vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.management-info-image.management-page {
  background-image: url('../images/Rectangle-60.jpg');
}

.management-info-inner {
  padding: 40px 40px 40px 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.management-info-inner.border {
  border-bottom-style: none;
}

.leadership-name {
  font-size: 32px;
  line-height: 43.7px;
}

.capitalize {
  text-transform: uppercase;
}

.grey-text {
  color: rgba(0, 0, 0, 0.5);
}

.management-info-text {
  padding: 40px 60px 5vw 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 40px;
}

.management-info-paragraph {
  margin-bottom: 3vw;
}

.management-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-left: 45px;
  padding-left: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.back-arrow {
  width: 40px;
  height: 10px;
  margin-right: 15px;
  background-image: url('../images/Arrow-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.news-and-events-body {
  position: relative;
  z-index: 1;
  font-family: 'Avenirltstd book', sans-serif;
}

.values-link {
  max-width: 31vw;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Circularstd, sans-serif;
}

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  cursor: pointer;
}

.page-number:hover {
  border-color: #b0b4b9;
}

.page-number.active-news-page {
  border-color: #ed0000;
  color: #ed0000;
}

.page-number.active-store-page {
  border-color: #ed0000;
  background-color: #ed0000;
  color: #fff;
}

.page-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 16px 11.4px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  cursor: pointer;
}

.page-arrow:hover {
  border-color: #b0b4b9;
}

.page-arrow.disabled {
  background-color: rgba(145, 158, 171, 0.75);
}

.page-arrow.prev {
  background-image: url('../images/Vector-4.svg');
}

.page-arrow.prev.store-disabled {
  opacity: 0.4;
}

.page-arrow.next {
  background-image: url('../images/Vector-3.svg');
}

.page-arrow.next.store-disabled {
  opacity: 0.4;
}

.news-body {
  font-family: 'Avenirltstd book', sans-serif;
}

.news-article-block {
  padding-right: 45px;
  padding-bottom: 15vw;
  padding-left: 45px;
}

.back-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.article-date {
  position: absolute;
  left: 45%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.article-image {
  height: 575px;
  margin-top: 40px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-image.factory {
  background-image: url('../images/unsplash_tvRAIEPrqN0-1.jpg');
}

.article-title-block {
  max-width: 589px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 40px;
  line-height: 51.8px;
  text-align: center;
}

.article-summary {
  color: rgba(0, 0, 0, 0.6);
}

.article {
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
}

.article-paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
}

.store-location-body {
  font-family: 'Avenirltstd roman', sans-serif;
}

.products-body {
  position: relative;
  font-family: 'Avenirltstd book', sans-serif;
}

.locations-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.2vw;
  padding-left: 8.9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-location-block {
  max-width: 423px;
  color: #000;
  font-size: 24px;
  line-height: 31.5px;
}

.locations-inner {
  margin-top: 30px;
}

.filter-location-block {
  font-size: 17px;
  line-height: 22.5px;
}

.filter-form {
  margin-top: 10px;
}

.filter-select {
  width: 109px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbec2;
  background-color: #fff;
  background-image: url('../images/Group-69.svg');
  background-position: 90% 50%;
  background-size: 22.8px 36px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #102f35;
}

.filter-select:hover {
  background-color: #ed0000;
  background-image: url('../images/Group-87.svg');
  color: #fff;
}

.filter-select.store {
  margin-right: 10px;
  margin-left: 10px;
}

.filter-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.store-location-block {
  margin-top: 56px;
  margin-bottom: 7.2vw;
  padding-right: 10.6vw;
  padding-left: 10.6vw;
}

.store-location-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 80px 30px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed0000;
}

.store-and-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-amount {
  margin-right: 10px;
}

.view-stores-button {
  padding: 12px 22px 10px;
  border: 1px solid #ed0000;
  border-radius: 44.8px;
  background-color: #ed0000;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.view-stores-button:hover {
  background-color: #fff;
  color: #ed0000;
}

.map-block {
  position: relative;
  display: none;
  overflow: auto;
  height: 28.4vw;
  margin-right: 8vw;
  margin-bottom: 7.2vw;
  margin-left: 8vw;
}

.map-marker {
  position: absolute;
  z-index: 3;
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 100%;
  background-color: rgba(237, 0, 0, 0.1);
  background-image: url('../images/Group-1000001803.svg');
  background-position: 50% 50%;
  background-size: 4vw 4vw;
  background-repeat: no-repeat;
}

.map-marker.one {
  right: 0px;
  margin-top: 5vw;
  margin-right: 7vw;
}

.map-marker.two {
  bottom: 0px;
  margin-bottom: 2vw;
  margin-left: 30vw;
}

.stores-listings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15vw;
  padding-bottom: 5vw;
  padding-left: 15vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-listing-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 20px;
  padding: 25px 22px 25px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed0000;
  font-size: 12px;
}

.store-name {
  color: #000;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase;
}

.store-listings-title {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.stores-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-bottom: 6.67vw;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Circularstd, sans-serif;
}

.mission-vision-block {
  -webkit-transition: width 600ms ease;
  transition: width 600ms ease;
}

.mission-vision-block.core-values-active {
  width: 40%;
}

.critio-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.critio-icon {
  width: 200px;
  height: 4vw;
  background-image: url('../images/image-71.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.critio-icon.hide {
  height: 0vw;
}

.core-values-points {
  margin-left: 30px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
  font-size: 12px;
  line-height: 16px;
}

.core-values-points.core-values-active {
  height: auto;
}

.core-values-points.hide {
  height: 0px;
}

.core-values-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-order {
  width: 4px;
  height: 4px;
  margin-top: 6px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ed0000;
  border-radius: 100%;
}

.dropdown-link-block {
  padding-right: 10px;
  padding-left: 24px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: red;
}

.dropdown-link-block:hover {
  background-color: #ed0000;
  color: #fff;
}

.menu-button {
  display: none;
}

.menu-button.white {
  width: 20px;
  height: 20px;
}

.video-button-block {
  position: absolute;
  z-index: 1;
  color: #fff;
}

.slider-text-container {
  position: relative;
  height: 100%;
}

.critio-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: scroll;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.critio-modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spacing {
  letter-spacing: 3px;
}

.text-drop {
  overflow: hidden;
  height: 250px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.text-drop.hide {
  height: 0px;
}

.tab-inner-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 29px;
}

.dropdown-other-pages {
  z-index: 1;
}

.modal-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 140%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.contact-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.contact-link:hover {
  color: #404040;
}

.lightbox-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 120vw;
  height: 120vw;
  background-image: url('../images/0_1h6OX301u2FhSClm-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-animation-loop-block {
  overflow: hidden;
  background-color: #f7f5f5;
}

.video-preview-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-body {
  padding: 20px 5vw 75px;
  font-family: 'Avenirltstd book', sans-serif;
}

.contact-image {
  width: 33.333333333333336vw;
  background-image: url('../images/unsplash_6dW3xyQvcYE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-inner {
  margin-right: 40px;
  padding: 5.5vw 5vw 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  color: #000;
  font-size: 32px;
  line-height: 43px;
}

.contact-title {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.contact-title.grey-text.spacing {
  margin-bottom: 30px;
}

.contact-information {
  margin-bottom: 30px;
}

.contact-info {
  font-size: 38px;
  line-height: 65px;
}

.contact-info.address {
  font-size: 32px;
  line-height: 43px;
}

.slide-mask {
  width: 100%;
  height: 100%;
}

.dropdown-list.w--open {
  z-index: 10;
  border: 1px solid #000;
  background-color: #fff;
}

.product-tab-image-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-tab-image-inner.spring-water {
  background-image: url('../images/Rectangle-11.jpg');
  background-position: 100% 50%;
}

.product-tab-image-inner.ordinary-water {
  background-image: url('../images/table-water.jpg');
  background-position: 50% 50%;
}

.product-tab-image-inner.mini {
  background-image: url('../images/Gala-3.jpg');
}

.product-tab-image-inner.spicy {
  background-image: url('../images/Gala-5.jpg');
}

.product-tab-image-inner.cocktail {
  background-image: url('../images/DSC_5405.jpg');
}

.product-tab-image-inner.pouch {
  background-image: url('../images/DSC_4361-min.jpg');
  background-position: 0% 50%;
}

.product-tab-image-inner.bars {
  background-image: url('../images/DSC_4624-min-1.JPG');
}

.product-tab-image-inner.scoop {
  background-image: url('../images/DSC_4449-min-1.jpg');
}

.slider-margin {
  margin-right: 60px;
  margin-left: 50px;
}

.values-text-inner {
  font-size: 18px;
  line-height: 40px;
}

.store-button-block {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.careers-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 32px 5vw 32px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.apply-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.apply-button-block.inner {
  margin-top: 14px;
  margin-left: 0px;
}

.apply-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed0000;
  border-radius: 50px;
  background-color: #ed0000;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}

.apply-button:hover {
  background-color: #fff;
  color: #ed0000;
}

.careers-description {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.careers-info-block {
  max-width: 765px;
}

.careers-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.careers-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 8px 21px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #feeded;
  color: #ed0000;
}

.careers-body {
  font-family: 'Avenirltstd book', sans-serif;
}

.careers-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.careers-info.red-text {
  max-width: 80%;
}

.careers-info-option {
  margin-right: 15px;
}

.careers-name-block {
  width: 30vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.position {
  font-size: 32px;
  line-height: 43.7px;
}

.career-info-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 40px 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.career-info-inner.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
}

.privacy-policy-block {
  font-size: 16px;
  line-height: 28px;
}

.privacy-policy-inner {
  margin-bottom: 24px;
}

.rights {
  max-width: 95%;
  padding-left: 30px;
}

.list-item {
  padding-left: 5px;
}

.restrictions {
  max-width: 95%;
  padding-left: 30px;
}

.content-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-right: 5vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 60px;
  line-height: 81px;
}

.content-ttile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding-right: 5vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 60px;
  line-height: 81px;
}

.cookies-list {
  padding-left: 20px;
}

.job-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ed0000;
  border-radius: 50px;
  background-color: #ed0000;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}

.job-button:hover {
  background-color: #fff;
  color: #ed0000;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    line-height: 38px;
  }

  p {
    font-size: 20px;
    line-height: 32px;
  }

  .navbar {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .uac-logo.w--current {
    width: 15vw;
    height: 8vw;
  }

  .shop-button.red-text {
    padding: 10px 20px 9px;
    font-size: 14px;
  }

  .nav-option {
    margin-right: 15px;
    font-size: 14px;
  }

  .nav-option.dropdown {
    margin-right: 0vw;
  }

  .page-count {
    top: 38vh;
    padding: 25px 20px 20px;
  }

  .header-info-block {
    left: 5vw;
    max-width: 380px;
    padding-top: 5vw;
  }

  .arrow-block {
    width: 6vw;
    height: 6vw;
    background-size: 25%;
  }

  .arrow-block.white-arrow.red-background.expand {
    background-color: #ed0000;
    background-image: url('../images/white-arrow.svg');
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .values {
    padding-right: 30px;
    padding-bottom: 48px;
    padding-left: 30px;
  }

  .values-inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .values-inner.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .values-image {
    width: 35vw;
    height: 48vw;
  }

  .values-inner-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .values-text {
    margin-left: 4vw;
  }

  .green-text-block.spacing {
    max-width: 145px;
  }

  .slider-text-inner {
    width: 44vw;
    padding-top: 50px;
  }

  .products-logo {
    width: 10vw;
    height: 9vw;
  }

  .latest-updates {
    padding: 6vw 3vw;
  }

  .latest-updates-text {
    max-width: 350px;
  }

  .tabs-content {
    min-height: 50vw;
  }

  .updates-link {
    padding: 13px 30px 10px;
  }

  .news-image {
    top: 5%;
    height: 30vw;
    margin-top: 15%;
  }

  .news-tab-inner {
    margin-left: 3%;
  }

  .news-block {
    width: 28%;
    min-height: 40vw;
    margin-left: 10px;
  }

  .news-block.expand {
    width: 31%;
  }

  .news-block.margin {
    margin-left: 0px;
  }

  .news-block-inner {
    width: 24vw;
    min-height: 40vw;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 20px;
  }

  .news-block-inner.expand {
    background-color: #fff;
    color: #ed0000;
  }

  .news-link-block {
    font-size: 14px;
  }

  .social-media-block {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .instagram-link-block {
    padding-left: 20px;
    font-size: 14px;
  }

  .instagram-arrow {
    width: 30px;
    height: 30px;
  }

  .instagram-logo {
    width: 25px;
    height: 25px;
  }

  .green-text {
    max-width: 280px;
  }

  .footer {
    padding-right: 3vw;
    padding-left: 4vw;
  }

  .footer-logo {
    width: 18vw;
    height: 8vw;
  }

  .footer-options-block {
    margin-top: 15px;
  }

  .phone-number {
    font-size: 18px;
  }

  .footer-button {
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-image {
    height: 475px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .about-uac {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 45px;
    line-height: 55px;
  }

  .about-uac-inner {
    min-width: 360px;
  }

  .about-uac-text {
    max-width: 330px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-information-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mission-vision {
    margin-right: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .about-info-icon {
    width: 6vw;
    height: 6vw;
  }

  .about-info-icon.core.modal {
    width: 5vw;
    height: 5vw;
  }

  .mission-inner {
    max-width: 500px;
  }

  .mission-inner-text {
    font-size: 28px;
    line-height: 36px;
  }

  .core-values {
    padding-right: 25px;
    padding-left: 25px;
  }

  .core-values.core-modal {
    z-index: 99;
  }

  .core-values-inner {
    font-size: 25px;
  }

  .about-slider-block {
    margin-right: 30px;
    margin-left: 30px;
  }

  .about-slider-inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .quality-control-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .products-slide {
    width: 100%;
    height: 500px;
  }

  .slide-arrow.prev.home {
    margin-left: 2vw;
  }

  .slide-arrow.prev.about {
    margin-left: 15px;
  }

  .slide-arrow.next.home {
    margin-left: 55.5vw;
  }

  .slide-arrow.next.about {
    margin-right: 15px;
  }

  .product-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .product-image.swan {
    height: 50vw;
  }

  .product-image.gala {
    height: 50vw;
  }

  .product-image.supreme {
    height: 50vw;
  }

  .product-image.funtime {
    height: 50vw;
  }

  .product-header-text {
    max-width: 400px;
    margin-right: 15px;
    padding-left: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .header-text-inner {
    margin-top: 10px;
  }

  .product-body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .product-infromation {
    font-size: 22px;
    line-height: 34px;
  }

  .date-block.swan {
    width: 300px;
  }

  .date-number {
    font-size: 171px;
  }

  .product-information-inner {
    margin-right: 20px;
    padding: 50px 25px 40px;
  }

  .read-more-block {
    font-size: 18px;
  }

  .product-video.supreme {
    height: 350px;
  }

  .product-tab-image.swan {
    width: 34vw;
  }

  .products-tab {
    margin-right: 20px;
  }

  .tabs {
    font-size: 20px;
  }

  .tab-link {
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link.swan {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
  }

  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-pane {
    padding: 30px 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .buy-product-grid.supreme {
    padding-left: 30px;
  }

  .buy-product-card {
    width: 31%;
    height: 45vw;
  }

  .card-info.swan {
    width: 8vw;
    height: 8vw;
  }

  .card-info.gala {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-card-image.sausage-roll {
    margin-top: 9vw;
  }

  .product-card-image.spicy {
    margin-top: 9vw;
  }

  .product-card-image.cocktail {
    margin-top: 9vw;
  }

  .product-card-image.coconut-chips {
    margin-top: 10vw;
  }

  .product-card-image.groundnut-chips {
    margin-top: 10vw;
  }

  .product-card-image.jar-chips {
    margin-top: 10vw;
  }

  .product-card-button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .leadership-body {
    padding: 30px 30px 70px;
  }

  .management-block {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .management-link-cards {
    margin-right: -3%;
    padding-left: 2%;
  }

  .management-link-card {
    width: 30%;
    height: 350px;
  }

  .management-link-card.dayo {
    margin-right: 30px;
  }

  .management-link-card.no-margin {
    margin-right: 0px;
  }

  .management-info-page {
    margin-right: 30px;
    margin-left: 30px;
  }

  .management-info-image.management-page {
    width: 26vw;
    height: 35vw;
  }

  .management-info-text {
    padding-bottom: 50px;
    line-height: 35px;
  }

  .management-info-paragraph {
    margin-bottom: 20px;
  }

  .management-page-link {
    margin-left: 30px;
  }

  .values-link {
    max-width: 35vw;
  }

  .news-article-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .back-block {
    padding-left: 30px;
  }

  .article-image.factory {
    height: 450px;
  }

  .article-title-block {
    max-width: 500px;
  }

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

  .article-paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .locations-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .select-location-block {
    max-width: 350px;
    font-size: 20px;
  }

  .filter-select {
    width: 90px;
  }

  .stores-listings {
    padding-right: 30px;
    padding-left: 30px;
  }

  .store-listing-inner {
    width: 49%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mission-vision-block.core-values-active {
    width: 45%;
  }

  .critio-icon {
    width: 150px;
    background-size: contain;
  }

  .slider-text-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-drop {
    height: 270px;
  }

  .contact-body {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-inner {
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-info {
    font-size: 28px;
    line-height: 45px;
  }

  .contact-info.address {
    font-size: 25px;
    line-height: 40px;
  }

  .slider-margin {
    margin-right: 30px;
    margin-left: 30px;
  }

  .values-text-inner {
    line-height: 38px;
  }

  .careers-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .careers-name-block {
    width: 37vw;
  }

  .position {
    font-size: 28px;
  }

  .career-info-inner {
    padding-right: 4vw;
  }

  .content-title-block {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 55px;
  }

  .content-ttile-block {
    margin-bottom: 50px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h5 {
    font-family: 'Fontsfree net avenir', sans-serif;
    font-size: 17px;
    line-height: 20px;
  }

  h6 {
    font-family: 'Fontsfree net avenir', sans-serif;
    line-height: 28px;
  }

  p {
    line-height: 28px;
  }

  .header {
    height: auto;
    min-height: auto;
  }

  .header-slider {
    height: 60vw;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .navbar.other-pages {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }

  .navbar.home {
    background-color: #fff;
  }

  .uac-logo {
    width: 100px;
    height: 60px;
    margin-left: 30px;
  }

  .uac-logo.w--current {
    width: 100px;
    height: 60px;
  }

  .shop-button.red-text {
    margin-right: 60px;
    padding-bottom: 7px;
  }

  .nav-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .nav-options.other-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .nav-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
  }

  .nav-option:hover {
    border-bottom-color: #ed0000;
    color: #fff;
  }

  .nav-option.other-pages.border {
    border-bottom-style: none;
  }

  .nav-option.home {
    border-bottom-color: #000;
    color: #000;
  }

  .nav-option.border {
    border-bottom-style: none;
  }

  .dropdown {
    color: #000;
  }

  .dropdown:hover {
    color: #000;
  }

  .page-count {
    z-index: 3;
  }

  .page-count-line {
    height: 60px;
  }

  .dropdown-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
  }

  .dropdown-container.w--open {
    position: static;
    z-index: 99;
  }

  .dropdown-container.home.w--open {
    background-color: #fff;
  }

  .dropdown-link {
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px 30px 15px 15px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }

  .dropdown-link.w--current {
    color: #ed0000;
  }

  .dropdown-link.border.active {
    color: #ed0000;
  }

  .dropdown-link.home {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    color: #000;
  }

  .header-slider-nav {
    left: 20px;
    top: 35vw;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header-info-block {
    position: static;
    left: 0vw;
    bottom: 0vw;
    z-index: 1;
    max-width: none;
    padding: 30px 50px;
  }

  .arrow-block {
    width: 40px;
    height: 40px;
  }

  .arrow-block.red-arrow.white-background {
    margin-top: 5px;
  }

  .arrow-block.white-arrow.red-background.management {
    width: 40px;
    height: 40px;
  }

  .header-info-inner {
    max-width: 80%;
    margin-top: 10px;
  }

  .values {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .values.inner {
    padding: 0px;
  }

  .values-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .values-inner.about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .values-image {
    width: 100%;
  }

  .values-text {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .green-text-block {
    font-size: 14px;
  }

  .slider-text-inner {
    top: auto;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    height: auto;
    margin-left: 0vw;
    padding-top: 20px;
  }

  .products-logo {
    width: 80px;
    height: 80px;
  }

  .products-logo.swan {
    background-size: contain;
  }

  .products-logo.supreme {
    width: 120px;
    height: 60px;
  }

  .products-logo.funtime {
    width: 120px;
    height: 60px;
  }

  .slider-text-product {
    padding-left: 30px;
  }

  .slider-text-block {
    position: static;
  }

  .slider-text-block.gala {
    padding-bottom: 0px;
  }

  .latest-updates {
    padding-top: 70px;
  }

  .latest-updates-link {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .tabs-content {
    min-height: auto;
    margin-top: 70px;
  }

  .updates-link {
    padding: 18px 20px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    text-align: center;
  }

  .tabs-menu {
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .news-image {
    position: relative;
    top: auto;
    bottom: -50px;
    width: 80%;
    height: 280px;
    margin-top: 0%;
  }

  .news-tab-inner {
    width: auto;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-block {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-block.events {
    margin-bottom: 20px;
  }

  .news-block.expand {
    width: 100%;
  }

  .news-block-inner {
    position: relative;
    left: auto;
    z-index: 1;
    width: 100%;
    min-height: auto;
  }

  .news-link-block {
    margin-top: 60px;
  }

  .social-media-block {
    position: relative;
    padding-right: 20px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-media-block.products {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instagram-link-block {
    margin-top: 10px;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: center;
  }

  .instagram-arrow {
    width: 25px;
    height: 25px;
  }

  .instagram-logo {
    width: 20px;
    height: 20px;
  }

  .green-text {
    max-width: none;
  }

  .image-loop-block {
    padding-bottom: 80px;
  }

  .loop-image {
    width: 22vw;
    height: 22vw;
    margin-right: 5px;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-logo {
    width: 135px;
    height: 60px;
  }

  .phone-number {
    font-size: 16px;
  }

  .footer-options {
    width: 40%;
  }

  .footer-options.brands {
    margin-left: 0px;
  }

  .option-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-option {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-button-block {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 40px;
  }

  .footer-button {
    padding: 10px 20px;
  }

  .copyright {
    font-size: 12px;
  }

  .about-image {
    height: 450px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-uac {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 50px;
  }

  .about-uac-inner {
    max-width: 400px;
    min-width: auto;
    margin-bottom: 20px;
  }

  .about-uac-text {
    max-width: none;
    margin-left: 0px;
  }

  .about-information-block {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mission-vision {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .about-info-icon {
    width: 60px;
    height: 60px;
  }

  .about-info-icon.core.modal {
    width: 50px;
    height: 50px;
  }

  .mission-inner {
    max-width: 400px;
  }

  .mission-title.red-text.spacing {
    display: block;
  }

  .mission-inner-text {
    font-size: 22px;
    line-height: 28px;
  }

  .core-values.core-modal {
    overflow: auto;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .core-values-inner {
    font-size: 22px;
  }

  .core-values-inner.modal {
    font-size: 22px;
  }

  .core-value {
    margin-bottom: 10px;
  }

  .about-slider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
  }

  .about-slider-inner-text {
    max-width: none;
  }

  .about-slider-container {
    border-left-style: none;
  }

  .quality-contol-logo {
    width: 60px;
    height: 60px;
  }

  .about-slider {
    height: 300px;
  }

  .products-link-block {
    padding-right: 50px;
    padding-left: 50px;
  }

  .product-icon {
    background-size: contain;
  }

  .product-icon.swan {
    width: 7.3vw;
    height: 6.65vw;
  }

  .product-icon.supreme {
    width: 10.43vw;
    height: 6.7vw;
  }

  .product-icon.gala {
    width: 9vw;
    height: 5.75vw;
  }

  .product-icon.funtime {
    width: 13.83vw;
    height: 5.82vw;
  }

  .products-slide {
    height: 600px;
  }

  .product-slide {
    border-radius: 7px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .product-slide.funtime {
    background-position: 50% 0%;
    background-size: contain;
  }

  .product-slide-nav {
    left: auto;
    top: 0px;
    width: 100%;
  }

  .slide-arrow.prev.home {
    bottom: 50%;
    margin-left: 25px;
  }

  .slide-arrow.next.home {
    left: auto;
    right: 0%;
    bottom: 50%;
    margin-right: 25px;
    margin-left: 0px;
  }

  .product-header {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-image.swan {
    width: 100%;
    height: 350px;
  }

  .product-image.gala {
    width: 100%;
    height: 350px;
  }

  .product-image.supreme {
    width: 100%;
    height: 350px;
  }

  .product-image.funtime {
    width: 100%;
    height: 350px;
  }

  .product-header-text {
    max-width: none;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .product-infromation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .date-block {
    width: 100%;
  }

  .date-block.swan {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .date-number {
    letter-spacing: -40px;
  }

  .product-information-inner {
    margin-top: 20px;
    margin-right: 0px;
    padding-top: 30px;
  }

  .read-more-block {
    margin-top: 30px;
  }

  .play-video-button {
    width: 70%;
    height: 70%;
  }

  .play-button-block {
    width: 80px;
    height: 80px;
  }

  .product-tab-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-tab-image {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }

  .product-tab-image.swan {
    width: 100%;
  }

  .product-tab-image.gala {
    width: 100%;
  }

  .product-tab-image.supreme {
    width: 100%;
  }

  .products-tab {
    margin-right: 0px;
  }

  .tabs {
    font-size: 16px;
  }

  .tab-link {
    padding-top: 25px;
  }

  .buy-product-block {
    margin-top: 30px;
    margin-right: 0px;
  }

  .buy-product-block.supreme {
    margin-right: 30px;
  }

  .buy-product-block.swan {
    margin-right: 0px;
  }

  .product-phrase {
    font-size: 14px;
  }

  .buy-product-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buy-product-card {
    width: 100%;
    height: 380px;
    margin-bottom: 25px;
  }

  .buy-product-card.supreme {
    width: 100%;
    margin-right: 0px;
  }

  .card-info.swan {
    width: 60px;
    height: 60px;
  }

  .card-info.gala {
    margin-left: 24px;
  }

  .card-info.supreme {
    width: 60px;
    height: 60px;
  }

  .product-card-image._55cl {
    width: 50px;
    height: 130px;
    margin-top: 60px;
  }

  .product-card-image._75cl {
    width: 50px;
    height: 140px;
    margin-top: 60px;
  }

  .product-card-image._150cl {
    width: 70px;
    height: 160px;
    margin-top: 60px;
  }

  .product-card-image.sausage-roll {
    width: 80px;
    height: 150px;
    margin-top: 80px;
  }

  .product-card-image.spicy {
    width: 60px;
    height: 140px;
    margin-top: 80px;
  }

  .product-card-image.cocktail {
    width: 150px;
    height: 140px;
    margin-top: 80px;
  }

  .product-card-image._120ml {
    width: 160px;
    height: 160px;
    margin-top: 80px;
  }

  .product-card-image._220ml {
    width: 160px;
    height: 160px;
    margin-top: 80px;
  }

  .product-card-image._2l {
    width: 160px;
    height: 160px;
    margin-top: 80px;
  }

  .product-card-image._4l {
    width: 160px;
    height: 160px;
    margin-top: 80px;
  }

  .product-card-image.coconut-chips {
    width: 120px;
    height: 140vw;
    margin-top: 80px;
  }

  .product-card-image.groundnut-chips {
    width: 120px;
    height: 140px;
    margin-top: 80px;
  }

  .product-card-image.jar-chips {
    width: 120px;
    height: 140px;
    margin-top: 80px;
  }

  .product-card-button {
    margin-top: 60px;
  }

  .header-info-text.funtime {
    max-width: none;
  }

  .leadership-body {
    padding-top: 10px;
  }

  .management-block {
    margin-bottom: 30px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .management-inner {
    margin-left: 0vw;
  }

  .management-link-cards {
    margin-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .management-image {
    width: 100%;
  }

  .management-link-card {
    width: 47%;
    height: 400px;
    margin-right: 25px;
    margin-bottom: 30px;
  }

  .management-link-card.dayo {
    margin-right: 0px;
  }

  .management-link-card.sam {
    margin-right: 25px;
  }

  .management-link-card.david {
    margin-right: 0px;
  }

  .management-link-card.no-margin {
    margin-right: 25px;
  }

  .management-link-card.margin {
    margin-right: 0px;
  }

  .management-info-page {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .management-info-image.management-page {
    width: 35vw;
    height: 45vw;
  }

  .management-info-inner {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: none;
  }

  .leadership-name {
    font-size: 28px;
  }

  .management-info-text {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }

  .back-arrow {
    width: 30px;
    margin-right: 7px;
  }

  .values-link {
    max-width: none;
    margin-top: 30px;
  }

  .pagination {
    width: 60%;
    margin-top: 30px;
  }

  .page-number {
    margin-bottom: 10px;
  }

  .page-arrow {
    margin-bottom: 10px;
  }

  .news-article-block {
    padding-bottom: 50px;
  }

  .back-block {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .back-page-link {
    margin-bottom: 50px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .article-date {
    left: 38%;
  }

  .article-image.factory {
    height: 380px;
    margin-bottom: 50px;
  }

  .article-title-block {
    font-size: 36px;
    line-height: 40px;
  }

  .locations-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations-inner {
    margin-top: 20px;
  }

  .filter-location-block {
    margin-top: 30px;
  }

  .filter-select {
    width: 120px;
  }

  .store-location-block {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .store-location-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .map-block {
    height: 45vw;
    margin-right: 30px;
    margin-left: 30px;
  }

  .stores-listings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .store-listing-inner {
    width: 100%;
  }

  .store-name {
    max-width: 180px;
  }

  .store-listings-title {
    margin-top: 30px;
  }

  .stores-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news-heading {
    max-width: 280px;
  }

  .management-name-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .mission-vision-block.core-values-active {
    width: 100%;
  }

  .critio-icon {
    height: 40px;
  }

  .menu-button {
    position: absolute;
    right: 30px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-image: url('../images/menu-line.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .menu-button.open {
    background-image: url('../images/menu-line.svg');
  }

  .menu-button.white {
    width: 32px;
    height: 32px;
    background-image: url('../images/menu-line-1.svg');
  }

  .menu-button.white.click {
    background-image: url('../images/menu-line.svg');
  }

  .shop-button-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nav-options-block {
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-options-block.hide {
    height: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .critio-modal {
    display: none;
  }

  .spacing {
    display: none;
  }

  .text-drop {
    height: 180px;
  }

  .view-products.spacing {
    display: block;
  }

  .modal-overlay {
    display: none;
    height: auto;
  }

  .body-5 {
    overflow: hidden;
  }

  .contact-body {
    padding-top: 30px;
  }

  .contact-image {
    width: 100%;
    height: 300px;
  }

  .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-inner {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dropdown-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-list.w--open {
    border-style: none;
  }

  .slider-margin {
    margin-bottom: 40px;
  }

  .values-text-inner {
    line-height: 28px;
  }

  .careers-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .apply-button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 0px;
  }

  .apply-button {
    margin-top: 0px;
  }

  .careers-name-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .position {
    font-size: 28px;
  }

  .career-info-inner {
    padding: 20px 30px;
    border-bottom-style: none;
  }

  .privacy-policy-inner {
    font-size: 14px;
    line-height: 25px;
  }

  .content-title-block {
    margin-bottom: 30px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-ttile-block {
    margin-bottom: 30px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-button {
    margin-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 32px;
  }

  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 26px;
  }

  h6 {
    line-height: 32px;
  }

  .header {
    min-height: 85vh;
  }

  .header-slider {
    height: 58vh;
  }

  .navbar {
    padding-right: 10px;
  }

  .uac-logo {
    margin-left: 20px;
  }

  .shop-button.red-text {
    padding: 5px 10px 3px;
  }

  .nav-options {
    left: 17%;
  }

  .nav-option {
    margin-right: 0px;
  }

  .page-count {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .dropdown-container.w--open {
    left: -42px;
  }

  .header-slider-nav {
    left: 10px;
    top: 40vh;
  }

  .header-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-block.red-arrow.white-background {
    margin-top: -50px;
  }

  .header-info-inner {
    max-width: 80%;
    margin-top: 0px;
  }

  .values {
    padding-top: 20px;
  }

  .values.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .values-inner {
    padding: 40px 0px 0px;
  }

  .values-image {
    height: 70vw;
  }

  .values-inner-info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .values-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .values-text.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-text-inner {
    padding-top: 20px;
  }

  .slider-text-product {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
  }

  .latest-updates {
    padding-right: 30px;
    padding-left: 30px;
  }

  .latest-updates-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .updates-link {
    padding-top: 17px;
  }

  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .news-image {
    width: 90%;
    height: 250px;
  }

  .news-tab-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-media-block {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .green-text {
    max-width: none;
  }

  .image-loop-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .loop-image {
    width: 35vw;
    height: 35vw;
  }

  .footer-button-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
  }

  .about-image {
    height: 70vh;
  }

  .about-uac {
    font-size: 35px;
    line-height: 40px;
  }

  .about-uac-inner {
    max-width: none;
  }

  .about-uac-text {
    line-height: 28px;
  }

  .mission-vision {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mission-inner {
    max-width: 250px;
  }

  .mission-inner-text {
    font-size: 20px;
  }

  .core-values.core-modal {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-slider-inner {
    padding: 25px 20px 15px;
  }

  .about-slider-container {
    padding-left: 0vw;
  }

  .quality-contol-logo {
    margin-bottom: 15px;
  }

  .products-link-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-icon.swan {
    width: 40px;
    height: 45px;
  }

  .product-icon.supreme {
    width: 50px;
    height: 45px;
  }

  .product-icon.gala {
    width: 40px;
    height: 45px;
  }

  .product-icon.funtime {
    width: 55px;
    height: 45px;
  }

  .products-slide {
    height: 590px;
  }

  .product-slider {
    background-color: #fff;
  }

  .slide-arrow {
    width: 32px;
    height: 32px;
  }

  .slide-arrow.prev.home {
    bottom: 65%;
    margin-left: 15px;
  }

  .slide-arrow.next.home {
    bottom: 65%;
    margin-right: 15px;
  }

  .product-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-infromation {
    font-size: 20px;
  }

  .product-infromation.supreme {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .date-block.swan {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .date-inner {
    margin-top: 30px;
  }

  .date-number {
    font-size: 151px;
    letter-spacing: -38px;
  }

  .product-information-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .product-video {
    margin-right: 20px;
    margin-left: 20px;
  }

  .product-tab-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-tab-block.supreme {
    margin-right: 0vw;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link {
    line-height: 20px;
  }

  .tab-pane {
    padding-right: 30px;
    padding-left: 30px;
  }

  .buy-product-block {
    margin-right: 30px;
    padding-left: 30px;
  }

  .buy-product-block.swan {
    margin-right: 20px;
  }

  .product-phrase.purple-text {
    margin-left: 0vw;
  }

  .buy-product-grid.supreme {
    padding-left: 0px;
  }

  .product-sales-phrase.supreme {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .management-inner {
    margin-top: 10px;
  }

  .management-image {
    height: 48vh;
  }

  .management-link-card {
    width: 100%;
    margin-right: 0px;
  }

  .management-link-card.sam {
    margin-right: 0px;
  }

  .management-info-image.management-page {
    width: 80vw;
    height: 48vh;
  }

  .management-info-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .management-info-inner.border {
    padding-top: 10px;
  }

  .management-info-text {
    padding: 30px 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .management-page-link {
    margin-left: 30px;
    padding-left: 0vw;
  }

  .pagination {
    width: 80%;
  }

  .back-block {
    padding-left: 0px;
  }

  .article-date {
    left: 30%;
  }

  .article {
    margin-right: 5px;
    margin-left: 5px;
  }

  .article-paragraph {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .products-body {
    font-family: 'Avenirltstd book', sans-serif;
  }

  .filter-select {
    width: 31%;
    padding-left: 8px;
    background-position: 95% 50%;
    background-size: 17px 31px;
  }

  .filter-select.store {
    margin-right: 0px;
    margin-left: 0px;
  }

  .filter-form-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .store-location-block {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .store-location-inner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .store-and-location {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view-stores-button {
    margin-top: 15px;
  }

  .map-block {
    height: 45vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .store-listing-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .store-name {
    max-width: none;
  }

  .stores-pagination {
    width: 80%;
  }

  .management-name-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .critio-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .critio-icon {
    margin-top: 10px;
  }

  .menu-button {
    right: 20px;
  }

  .text-drop {
    height: 270px;
  }

  .contact-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-information {
    margin-bottom: 20px;
  }

  .contact-info {
    font-size: 22px;
  }

  .contact-info.address {
    font-size: 20px;
    line-height: 28px;
  }

  .values-text-inner {
    line-height: 32px;
  }

  .store-button-block {
    margin-left: 0px;
  }

  .careers-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .apply-button-block {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apply-button {
    margin-top: 20px;
  }

  .careers-options {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers-option {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .careers-info {
    max-width: none;
  }

  .careers-name-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .career-info-inner {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career-info-inner.border {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-title-block {
    font-size: 34px;
    line-height: 45px;
  }

  .job-button {
    margin-right: 0px;
  }
}

@font-face {
  font-family: 'Fontsfree net avenir';
  src: url('../fonts/FontsFree-Net-Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net 1579 avenirltstd';
  src: url('../fonts/FontsFree-Net-1579-AvenirLTStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vag rounded';
  src: url('../fonts/VAG-Rounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype'), url('../fonts/AvenirLTStd-Book.otf') format('opentype'), url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype'), url('../fonts/AvenirLTStd-Roman.otf') format('opentype'), url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype'), url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}