/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  outline: 0;
}
*:focus {
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #000000;
}
button, input {
  overflow: visible;
}
button:hover {
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.h-overflow-x-hidden {
  overflow-x: hidden;
}
.h-no-first-margin > :first-child {
  margin-top: 0 !important;
}
.h-no-last-margin > :last-child {
  margin-bottom: 0 !important;
}
.h-no-child-margins > :first-child {
  margin-top: 0 !important;
}
.h-no-child-margins > :last-child {
  margin-bottom: 0 !important;
}
body {
  font-family: "Calibri", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
.button {
  font-family: "Abril Fatface", Georgia, serif;
  color: #ffffff;
  background: #581422;
  background: -webkit-gradient(linear, left bottom, left top, from(#581422), color-stop(60%, #581422), color-stop(60%, #925e6f), to(#925e6e));
  background: -o-linear-gradient(bottom, #581422 0%, #581422 60%, #925e6f 60%, #925e6e 100%);
  background: linear-gradient(0deg, #581422 0%, #581422 60%, #925e6f 60%, #925e6e 100%);
  border-radius: 20px;
  padding: 3px 15px 5px 15px;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  font-size: 18px;
  min-width: 110px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .button:hover {
    opacity: 0.9;
  }
}
.site-header {
  height: 60px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
.site-header__container {
  height: 100%;
}
@media (min-width: 1360px) {
  .site-header__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-header__tagline {
    display: none;
  }
}
.site-header__tagline img {
  height: 38px;
  width: auto;
}
.site-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 135px;
  margin: 0;
}
.site-header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .site-header__icons {
    display: none;
  }
}
.site-header__icons img {
  height: 28px;
  width: auto;
}
.main {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 900px;
}
@media (max-width: 991px) {
  .main {
    display: none;
  }
}
.main__background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #772a2d;
}
.main__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__cup {
  width: 467px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.site-header-spacer {
  height: 60px;
}
.main-left {
  padding-right: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-left__wrap {
  max-width: 360px;
}
.main-left__logo {
  margin-bottom: 40px;
}
.main-left__text {
  margin-bottom: 40px;
  color: #777777;
  line-height: 1.4;
}
.main-right {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 200px;
  padding-right: 20px;
}
.main-right img {
  display: inline-block;
}
.main-right__icons {
  margin-bottom: 50px;
}
.main-right__tagline {
  margin-bottom: 50px;
}
.main-right__buttons > * {
  margin: 0 10px;
}
.main-cup__image {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 467px !important;
  overflow: hidden;
  width: 467px;
}
.main-cup__image--layer-1 {
  z-index: 100;
  right: 0;
}
.main-cup__image--layer-1 img {
  right: 0;
}
.main-cup__image--layer-2 {
  z-index: 200;
  left: 0;
}
.main-cup__image--layer-2 img {
  left: 0;
}
.main-cup__image img {
  width: 467px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 467px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-cup__text {
  position: absolute;
  left: 80px;
  right: 0;
  top: 561px;
  z-index: 200;
}
.mobile {
  background: #882331;
  min-height: 100vh;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  display: none;
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
.mobile__tagline {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 100;
}
.mobile__tagline img {
  display: inline-block;
  max-width: 300px;
}
.mobile .swiper-slide {
  position: relative;
}
.mobile .swiper-slide img {
  display: inline-block;
}
.mobile .swiper-slide__buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.mobile .swiper-slide__buttons > a {
  margin-bottom: 20px;
}
.mobile .swiper-slide__buttons--slide-2 {
  padding-top: 480px;
}
.mobile .swiper-slide__buttons--slide-3 {
  padding-top: 400px;
}
.mobile .swiper-button-prev, .mobile .swiper-button-next {
  width: 18px;
  height: 36px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile .swiper-button-prev:after, .mobile .swiper-button-next:after {
  display: none;
}
.mobile .swiper-button-prev img, .mobile .swiper-button-next img {
  width: 100%;
  height: auto;
}
.mobile .swiper-button-prev {
  left: 20px;
}
.mobile .swiper-button-next {
  right: 20px;
}
.mobile .swiper-pagination {
  background-image: url("../images/tree.svg");
  width: 55px;
  height: 80px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 60px;
  color: #ffffff;
  font-family: "Abril Fatface", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
}
