@charset "UTF-8";
/* CSS Document */ :root {
  --body-color: #2c2d2a;
  --1-bg: #f2f1f5;
  --2-bg: #f6f3ee;	
  --3-bg: #eaeee0;
  --4-bg: #fbefe3;
  --5-bg: #fbefe3;
  --6-bg: #fbf6fa;
  --7-bg: #e8f1f8;
  --8-bg: #d9dadc;
  --9-bg: #d9e6ec;
  --10-bg: #f7f4f8;
  --11-bg: #f2f1f5;
  --12-bg: #ebf6fa;
  --13-bg: #ebf6fa;	
  --14-bg: #f1f2f4;
  --15-bg: #d9e6ec;	
  --16-bg: #FFFFFF;
  --17-bg: #f6f3ee;
  --arrow-fill: #333231;
  --body-font: 'Space Grotesk', sans-serif;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--body-color);
}
h1 {
  margin: 0;
  font-size: 80pt;
  line-height: 110px;
}
h2 {
  margin: 0;
  font-size: 55pt;
  line-height: 70px;
}
body {
  font-family: var(--body-font);
  background-color: #1d1e20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  width: 100%;
  height: 100vh;
  color: var(--body-color);
}
@media (max-width: 480px) {
  body {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  body {
    background-image: url("../images/background/1x/OUR-TEAM_tablet_dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media (min-width: 1280px) {
  body {
    background-image: url("../images/background/1x/OUR-TEAM_dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
video {
  width: 70%;
  height: auto;
  max-height: 100%;
  transform: none;
  margin-top: -320px;
  margin-left: 48px;
}
@media (min-width: 768px) {
  video {
    width: 100%;
    margin-top: -50px;
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  video {
    margin-top: -0px;
    margin-left: 20px;
  }
}
.container {
  max-width: 1250px;
  border-radius: 4px;
  max-height: 700px;
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #FAF3EB;
  padding: 0 30px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .container {
    height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 950px) {
  .container {
    overflow-y: hidden;
  }
}
.exit {
  position: absolute;
  right: 0px;
  left: auto;
  top: 20px;
  width: auto;
  bottom: auto;
  z-index: 100;
  font-size: 25px;
  font-family: var(--body-font);
  font-weight: 300;
}
.left-side {
  display: flex;
  flex-direction: column;
  z-index: 100;
}
/*
@media screen and (max-width: 930px) {
  .left-side {
	  flex: 0 0 350px !important;
    text-align: center;
  }
}*/
.right-side__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/*
@media screen and (max-width: 930px) {
	.right-side__img {
  flex-grow: 1;
}
}*/
.mySwiper {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.main {
  padding: 42px 0 30px;
  display: grid;
  grid-template-columns: 320px 1fr;
  position: relative;
}
@media screen and (max-width: 930px) {
  .main {
    grid-template-columns: 1fr;
  }
}
.main-title {
  font-family: var(--italic-font);
  font-size: 56px;
  margin-top: 10px;
  line-height: 1em;
  transition-delay: 0.3s;
  font-weight: 300;
}
.main-subtitle {
  font-family: var(--italic-font);
  font-size: 25px;
  line-height: 50px;
  margin: 10px 0px;
  font-weight: 300;
}
.center {
  display: flex;
  position: relative;
  margin-top: -100px;
  margin-bottom: 0px;
  flex-shrink: 0;
  z-index: 50;
  flex-direction: column;
}
@media screen and (max-width: 930px) {
  .center {
    margin-left: 0;
    margin-bottom: 56px;
    flex-direction: row;
  }
}
.center .portfolio_img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .center .portfolio_img {
    transform: translateY(5%) !important;
    width: 95%;
  }
}
.swiper-pagination {
  position: absolute;
  right: 30px;
  left: auto;
  top: 100px;
  width: auto;
  bottom: auto;
  z-index: 2;
  font-size: 11px;
  font-family: var(--body-font);
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .swiper-pagination {
    top: 615px;
    right: 40px;
  }
}
.button-wrapper {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 930px) {
  .button-wrapper {
    bottom: 20px !important;
    right: 0px;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .button-wrapper {
    padding: 0 20px;
  }
}
.button-wrapper svg {
  width: 28px;
}
.button-wrapper .swiper-button {
  border: 1px solid var(--body-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.button-wrapper .swiper-button + .swiper-button {
  margin-left: 16px;
}
@media screen and (max-width: 930px) {
  .button-wrapper .swiper-button + .swiper-button {
    margin-left: 0;
  }
}
.button-wrapper .swiper-button:hover {
  background-color: var(--body-color);
  background-position: left bottom;
}
.button-wrapper .swiper-button:hover svg {
  stroke: #fff;
}
.button-wrapper .swiper-prev-button {
  background: linear-gradient(to left, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.3s ease-out;
}
.button-wrapper .swiper-prev-button svg {
  transform: rotate(-180deg);
}
.button-wrapper .swiper-prev-button:hover {
  background-position: right bottom;
}
.swiper-slide {
  opacity: 0 !important;
  transition: 0.4s;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-slide .main-wrapper > *, .swiper-slide .main-content > * {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
}
.swiper-slide-active .main-wrapper > *, .swiper-slide-active .main-content > * {
  transform: none;
  opacity: 1;
}
.swiper-slide .bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  object-position: 60%;
}
.swiper-slide-active .bottle-bg {
  opacity: 1;
  transform: none;
  object-position: 50%;
}
.swiper-slide .portfolio_img {
  transition-duration: 0.8s;
  transform: scale(1.2);
  opacity: 0;
}
.swiper-slide-active .portfolio_img {
  opacity: 1;
  transform: scale(1.6);
}
[data-sld="1"] .container {
  background-color: var(--1-bg);
}
[data-sld="2"] .container {
  background-color: var(--2-bg);
}
[data-sld="3"] .container {
  background-color: var(--3-bg);
}
[data-sld="4"] .container {
  background-color: var(--4-bg);
}
[data-sld="5"] .container {
  background-color: var(--5-bg);
}
[data-sld="6"] .container {
  background-color: var(--6-bg);
}
[data-sld="7"] .container {
  background-color: var(--1-bg);
}
[data-sld="8"] .container {
  background-color: var(--8-bg);
}
[data-sld="9"] .container {
  background-color: var(--9-bg);
}
[data-sld="10"] .container {
  background-color: var(--10-bg);
}
[data-sld="11"] .container {
  background-color: var(--11-bg);
}
[data-sld="12"] .container {
  background-color: var(--12-bg);
}
[data-sld="13"] .container {
  background-color: var(--13-bg);
}
[data-sld="14"] .container {
  background-color: var(--14-bg);
}
[data-sld="15"] .container {
  background-color: var(--15-bg);
}
[data-sld="16"] .container {
  background-color: var(--16-bg);
}
[data-sld="17"] .container {
  background-color: var(--17-bg);
}