/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/LoraRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/LoraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/MontserratRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/MontserratMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/MontserratBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Bodoni72";
  src: url("../fonts/Bodoni72CBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/StolzlThin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h2 {
  text-transform: uppercase;
}

h2.title {
  font-size: 70px;
}

button, input {
  font-family: "Lora", sans-serif;
}

button {
  cursor: pointer;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  font-family: "Lora", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background-color: #ce853c;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

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

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn--accent {
  width: 200px;
  background-color: #ce853c;
  color: #fff;
  border: 2px solid #ce853c;
}

.btn--accent:hover, .btn--accent.active {
  background-color: #fff;
  color: #ce853c;
}

.btn--border {
  border: 1px solid #593817;
  font-size: 14px;
  color: #593817;
}

.btn--border:hover, .btn--border.active {
  background-color: #593817;
  color: #fff;
}

.btn--border2 {
  border: 1px solid #ce853c;
  font-size: 14px;
  color: #ce853c;
}

.btn--border2:hover, .btn--border2.active {
  background-color: #ce853c;
  color: #fff;
}

header.main-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.8);
  padding-top: 22px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 992px) {
  header.main-header {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header.main-header {
    padding: 25px 0;
  }
}

header.main-header .top {
  position: relative;
  padding-bottom: 23px;
}

@media only screen and (max-width: 992px) {
  header.main-header .top {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  header.main-header .top {
    padding-bottom: 0;
  }
}

header.main-header .top .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  header.main-header .top .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header.main-header .top .flex .menu-wrap {
  width: 36px;
  height: 26px;
  pointer-events: auto;
  display: none;
}

@media only screen and (max-width: 768px) {
  header.main-header .top .flex .menu-wrap {
    display: block;
  }
}

header.main-header .top .flex .menu-wrap button.menu {
  display: block;
  border: none;
  width: 37px;
  height: 24px;
  position: relative;
  background-color: transparent;
}

header.main-header .top .flex .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}

header.main-header .top .flex .menu-wrap button.menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

header.main-header .top .flex .menu-wrap button.menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

header.main-header .top .flex .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 3px;
  background-color: #ce853c;
  left: 0;
  right: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  border-radius: 5px;
}

header.main-header .top .flex .menu-wrap button.menu span:nth-child(1) {
  top: 0;
}

header.main-header .top .flex .menu-wrap button.menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ce853c;
  opacity: .8;
}

header.main-header .top .flex .menu-wrap button.menu span:nth-child(3) {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  header.main-header .top .flex ul.social-wrap {
    display: none;
  }
}

header.main-header .top .flex .logo-wrap {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

header.main-header .top .flex .logo-wrap a {
  display: block;
}

header.main-header .top .flex .logo-wrap a img {
  max-width: 157px;
}

@media only screen and (max-width: 992px) {
  header.main-header .top .flex .logo-wrap a img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  header.main-header .top .flex .logo-wrap a img {
    max-width: 100px;
  }
}

header.main-header .top .flex .lang-wrap {
  position: relative;
  z-index: 1;
}

header.main-header .top .flex .lang-wrap .current {
  border: none;
  background-color: transparent;
  color: #ce853c;
  font-size: 14px;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 18px;
  background-size: 10px;
  font-family: "PTSans", sans-serif;
  font-weight: bold;
}

header.main-header .top .flex .lang-wrap .current:hover ul {
  pointer-events: auto;
  opacity: 1;
}

header.main-header .top .flex .lang-wrap .current ul {
  position: absolute;
  top: 22px;
  left: 0;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 2;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .25s;
  transition: .25s;
}

header.main-header .top .flex .lang-wrap .current ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 10px;
  top: -6px;
  z-index: 2;
}

header.main-header .top .flex .lang-wrap .current ul li {
  display: block;
}

header.main-header .top .flex .lang-wrap .current ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 5px 7px;
  min-width: 43px;
  text-align: center;
  -webkit-transition: .25s;
  transition: .25s;
}

header.main-header .top .flex .lang-wrap .current ul li a:hover {
  color: #ce853c;
}

@media only screen and (max-width: 768px) {
  header.main-header .bottom {
    display: none;
  }
}

header.main-header .bottom nav.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.main-header .bottom nav.nav-wrap ul {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.main-header .bottom nav.nav-wrap ul.left {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.main-header .bottom nav.nav-wrap ul.right li:not(:last-child) {
  margin-right: 90px;
}

@media only screen and (max-width: 1200px) {
  header.main-header .bottom nav.nav-wrap ul {
    max-width: 350px;
  }
}

@media only screen and (max-width: 992px) {
  header.main-header .bottom nav.nav-wrap ul {
    max-width: 260px;
  }
}

header.main-header .bottom nav.nav-wrap ul li {
  display: inline-block;
}

header.main-header .bottom nav.nav-wrap ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-family: "PTSans", sans-serif;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 992px) {
  header.main-header .bottom nav.nav-wrap ul li a {
    font-size: 14px;
  }
}

header.main-header .bottom nav.nav-wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  width: 70px;
  left: calc(50% - 70px / 2);
  height: 9px;
  background-image: url("../img/menu-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s;
}

header.main-header .bottom nav.nav-wrap ul li a:hover, header.main-header .bottom nav.nav-wrap ul li a.active {
  color: #ce853c;
}

header.main-header .bottom nav.nav-wrap ul li a:hover::after, header.main-header .bottom nav.nav-wrap ul li a.active::after {
  opacity: 1;
}

header.main-header .mob-menu-wrap {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.8);
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

@media only screen and (max-width: 768px) {
  header.main-header .mob-menu-wrap {
    display: block;
  }
}

header.main-header .mob-menu-wrap.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

header.main-header .mob-menu-wrap nav.nav-wrap {
  background-image: url("../img/mob-menu-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50px center;
}

header.main-header .mob-menu-wrap nav.nav-wrap ul li {
  display: block;
  text-align: center;
}

header.main-header .mob-menu-wrap nav.nav-wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}

header.main-header .mob-menu-wrap nav.nav-wrap ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "PTSans", sans-serif;
  text-transform: uppercase;
}

header.main-header .mob-menu-wrap ul.social-wrap {
  text-align: center;
  padding-top: 30px;
}

main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

main.page-404 {
  background-image: url("../img/404-bg.jpg");
  background-size: cover;
  background-position: center;
}

main section {
  position: relative;
  background-color: #000;
}

main section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

main section .container {
  position: relative;
}

main.home-page .spacer {
  height: 100vh;
}

main.products-page .spacer {
  height: 100vh;
}

@media (min-height: 1024px) and (max-width: 1024px) {
  main.products-page .spacer {
    height: 500px;
    min-height: auto;
  }
}

.home-section-product {
  overflow: hidden;
}

.home-section-product .block {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .home-section-product .block {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .home-section-product .block {
    padding: 0;
  }
}

.home-section-product .block h2 {
  font-size: 72px;
  line-height: 1.3;
}

@media only screen and (max-width: 1400px) {
  .home-section-product .block h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-product .block h2 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-product .block h2 {
    text-shadow: 0px 0px 30.4px rgba(0, 0, 0, 0.9);
    line-height: 1;
  }
}

.home-section-product .block h2 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.home-section-product .block h2 a:hover {
  color: #ce853c;
}

.home-section-product .block .text-wrap {
  position: relative;
  max-width: 500px;
  margin-top: 56px;
  left: 3px;
}

@media only screen and (max-width: 1200px) {
  .home-section-product .block .text-wrap {
    max-width: 300px;
    margin-top: 20px;
  }
}

.home-section-product .block .text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/frame-part-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -30px;
  left: -30px;
  opacity: .4;
}

@media only screen and (max-width: 1400px) {
  .home-section-product .block .text-wrap::before {
    width: 70px;
    height: 70px;
    top: -15px;
    left: -15px;
  }
}

.home-section-product .block .text-wrap .subtitle, .home-section-product .block .text-wrap p:first-child {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .home-section-product .block .text-wrap .subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-product .block .text-wrap .subtitle {
    text-shadow: 1px 1px 1px black;
  }
}

.home-section-product .block .text-wrap p:not(:first-child) {
  line-height: 1.5;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1200px) {
  .home-section-product .block .text-wrap p {
    font-size: 12px;
    color: #fff!important;
  }
  .home-section-product .block .text-wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-product .block .text-wrap p {
    text-shadow: 1px 1px 1px black;
  }
}

.title-before {
  position: relative;
}

.title-before span {
  position: relative;
  z-index: 2;
}

.title-before::before {
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  top: -50px;
  color: transparent;
  -webkit-text-stroke: 3px rgba(206, 133, 60, 0.4);
  font-size: 130px;
  left: -35px;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .title-before::before {
    font-size: 70px;
    left: -15px;
    top: -18px;
  }
}

@media only screen and (max-width: 767px) {
  .title-before::before {
    font-size: 52px;
    left: 10px;
    top: -4px;
  }
}

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

.title-before.title-before-center::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  .title-before.title-before-center::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .title-before.title-before-center::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.title-before.title-before-super-center {
  text-align: center;
}

.title-before.title-before-super-center::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.title-before.title-before-left::before {
  left: -20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  bottom: -28px;
}

@media only screen and (max-width: 992px) {
  .title-before.title-before-left::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.title-before.title-before-left2::before {
  left: -20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  bottom: -28px;
}

.title-after {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .title-after {
    margin-bottom: 30px;
  }
}

.title-after::after {
  content: "";
  display: block;
  position: absolute;
  width: 245px;
  height: 24px;
  background-image: url("../img/title-after.svg");
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: .2;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .title-after::after {
    bottom: -35px;
  }
}

.title-after.title-after-left {
  margin-bottom: 22px;
}

@media only screen and (max-width: 992px) {
  .title-after.title-after-left {
    text-align: center;
  }
}

.title-after.title-after-left::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.title-after.title-after-left::after {
  left: 170px;
  bottom: -20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 1200px) {
  .title-after.title-after-left::after {
    left: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .title-after.title-after-left::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.section-min-height {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: calc(100vw / 2);
  margin-bottom: -1px;
}

.hide-video {
  position: relative;
  z-index: 1;
  background: #000;
}

@media only screen and (max-width: 992px) {
  .section-min-height {
    min-height: 400px;
  }
}

footer.main-footer {
  overflow: hidden;
  height: 210px;
  background-color: #fff;
  position: relative;
  margin-top: auto;
}

@media only screen and (max-width: 480px) {
  footer.main-footer {
    height: 170px;
  }
}

footer.main-footer p {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 110px;
  font-family: "Stolzl", sans-serif;
  -webkit-transform: translate(-50%, -50%) scale(0.42, 1.57);
  transform: translate(-50%, -50%) scale(0.42, 1.57);
  white-space: nowrap;
}
html[lang="zh"] footer.main-footer p {
  top: 10%;
  width: 100%;
  left: 0;
  -webkit-transform: none;
  transform: none;
}


@media only screen and (max-width: 1760px) {
  footer.main-footer p {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1200px) {
  footer.main-footer p {
    font-size: 70px;
    -webkit-transform: translate(-50%, -50%) scale(0.55, 1.57);
    transform: translate(-50%, -50%) scale(0.55, 1.57);
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  footer.main-footer p {
    font-size: 50px;
  }
}

@media only screen and (max-width: 576px) {
  footer.main-footer p {
    font-size: 35px;
    -webkit-transform: translate(-50%, -50%) scale(0.47, 1.6);
    transform: translate(-50%, -50%) scale(0.47, 1.6);
  }
}

footer.main-footer p br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  footer.main-footer p br {
    display: block;
  }
}


.sub-footer {
    background: black;
    position: relative;
    padding: 10px 0px;
}

.copyright {
    float: left;
}
.poweredby {
    float: right;
}

@media only screen and (max-width: 600px) {
    .copyright, .poweredby {
        float: none;
        text-align: center;
    }
}

.poweredby a {
    color: white;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  width: 27px;
  height: 27px;
  background-color: transparent;
  border: none;
  background-size: contain;
  opacity: .5;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

@media only screen and (max-width: 1024px) {
  .slick-arrow {
    display: none !important;
    opacity: 0 !important;
  }
}

.slick-arrow:hover {
  opacity: 1;
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%);
}

.slick-arrow.slick-prev {
  left: 50px;
  background-image: url("../img/arrow-left.svg");
}

@media only screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
}

.slick-arrow.slick-next {
  right: 50px;
  background-image: url("../img/arrow-right.svg");
}

@media only screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}

.remodal-bg.dark {
  background-color: #000;
}

.remodal {
  color: #fff;
}

.remodal h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .remodal h2 {
    font-size: 18px;
  }
}

.remodal-border-1 {
  border: 1px solid #ce853c;
  position: relative;
}

.remodal-border-1::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #ce853c;
  pointer-events: none;
}

.remodal-plus18 {
  background-image: url("../img/plus18-bg.jpg");
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 50px;
  max-width: 740px;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.remodal-plus18 .year-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 .year-wrap {
    margin-top: 30px;
  }
}

.remodal-plus18 .year-wrap button {
  width: 177px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 .year-wrap button {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
}

.remodal-plus18 .year-wrap button:not(:last-child) {
  margin-right: 20px;
}

.remodal-plus18 p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 p {
    font-size: 12px;
    line-height: 16px;
  }
}

.remodal-plus18 ul.lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 ul.lang-wrap {
    margin-top: 30px;
  }
}

.remodal-plus18 ul.lang-wrap li {
  display: inline-block;
  width: calc(33.333% - 11px);
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 ul.lang-wrap li {
    width: calc(33.333% - 5px);
  }
}

.remodal-plus18 ul.lang-wrap li a.btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18 ul.lang-wrap li a.btn {
    font-size: 12px;
    height: 40px;
  }
}

.remodal-plus18alert {
  background-image: url("../img/plus18-bg.jpg");
  background-position: center;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 860px;
}

@media only screen and (max-width: 767px) {
  .remodal-plus18alert {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.remodal-plus18alert h2 {
  letter-spacing: 2px;
  line-height: 1.5;
}

.remodal-product {
  background-size: cover;
  background-position: center;
  max-width: 1325px;
  border: 1px solid #ce853c;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #000;
}

@media only screen and (max-width: 1200px) {
  .remodal-product {
    max-width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.remodal-product .anim {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.remodal-product .anim.play {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.remodal-product::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid #ce853c;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .remodal-product::after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.remodal-product--cognac {
  background-image: url("../img/cognac-popup-bg.jpg");
}

.remodal-product--wine {
  background-image: url("../img/wine-popup-bg.jpg");
}

.remodal-product--sparkling-wine {
  background-image: url("../img/sparkling-wine-popup-bg.jpg");
}

.remodal-product .mob-title {
  display: none;
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .remodal-product .mob-title {
    display: block;
  }
}

.remodal-product .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remodal-product .wrapper .left {
  width: 43%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left {
    width: 100%;
  }
}

.remodal-product .wrapper .left ul {
  position: absolute;
  top: 20px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left ul {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left ul {
    left: calc(50% - 130px);
  }
}

.remodal-product .wrapper .left ul li {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left ul li {
    font-size: 12px;
  }
}

.remodal-product .wrapper .left ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 114px;
  height: 6px;
  background-image: url("../img/dot-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  left: 220px;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left ul li::after {
    height: 3px;
    left: 140px;
    top: 7px;
  }
}

.remodal-product .wrapper .left ul li:nth-child(1) {
  margin-bottom: 265px;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left ul li:nth-child(1) {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left ul li:nth-child(1) {
    margin-bottom: 90px;
  }
}

.remodal-product .wrapper .left ul li:nth-child(2) {
  margin-bottom: 255px;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left ul li:nth-child(2) {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left ul li:nth-child(2) {
    margin-bottom: 92px;
  }
}

.remodal-product .wrapper .left ul li span {
  display: block;
}

.remodal-product .wrapper .left ul li span:nth-child(2) {
  font-weight: bold;
  color: #ce853c;
}

.remodal-product .wrapper .left .img-wrap {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left .img-wrap {
    text-align: center;
    padding-left: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .remodal-product .wrapper .left .img-wrap {
    padding-left: 65%;
  }
}

.remodal-product .wrapper .left .img-wrap img {
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 70px rgba(255, 255, 255, 0.4));
  filter: drop-shadow(0px 0px 70px rgba(255, 255, 255, 0.4));
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .left .img-wrap img {
    height: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .left .img-wrap img {
    height: 360px;
  }
}

.remodal-product .wrapper .right {
  width: 57%;
  text-align: left;
  padding-left: 70px;
  padding-right: 80px;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right {
    padding-left: 50px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.remodal-product .wrapper .right .title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .right .title {
    display: none;
  }
}

.remodal-product .wrapper .right p {
  line-height: 1.5;
  margin-bottom: 15px;
  text-shadow: 0px 0px 30.4px rgba(0, 0, 0, 0.21);
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-product .wrapper .right p.type {
    font-size: 16px;
  }
}

.remodal-product .wrapper .right .formats-wrap {
  margin-top: 25px;
}

.remodal-product .wrapper .right .formats-wrap .tit {
  font-size: 24px;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right .formats-wrap .tit {
    font-size: 14px;
  }
}

.remodal-product .wrapper .right .formats-wrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.remodal-product .wrapper .right .formats-wrap .items .item {
  padding: 0 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right .formats-wrap .items .item {
    font-size: 12px;
  }
}

.remodal-product .wrapper .right .formats-wrap .items .item:not(:last-child) {
  margin-right: 20px;
}

.remodal-product .wrapper .right .formats-wrap .items .item img {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .remodal-product .wrapper .right .formats-wrap .items .item img {
    height: 115px;
  }
}

.remodal-product .wrapper .right .formats-wrap .items .item .proc {
  color: #ce853c;
  font-weight: bold;
}

.remodal-close {
  background-image: url("../img/ic-close.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: .25s;
  transition: .25s;
  background-position: center;
  background-size: contain;
  top: 40px;
  right: 40px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .remodal-close {
    top: 20px;
    right: 20px;
  }
}

.remodal-close:hover {
  /*
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  */
}


.remodal-close::before {
  display: none;
}
ul.social-wrap li {
  display: inline-block;
}

ul.social-wrap li:not(:last-child) {
  margin-right: 20px;
}

ul.social-wrap li a {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

ul.social-wrap li a:hover {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

ul.social-wrap li a.fb {
  background-image: url("../img/fb.svg");
}

ul.social-wrap li a.inst {
  background-image: url("../img/inst.svg");
}

ul.social-wrap li a.rz {
  background-image: url("../img/rz.svg");
}

.home-section-1 {
  min-height: 950px;
  height: 100vh;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-section-1 .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.home-section-1 .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-section-1 .content {
  height: 100%;
  padding-top: 0;
  position: relative;
  z-index: 2;
  padding-top: 10vh;
}

@media only screen and (max-width: 992px) {
  .home-section-1 .content {
    padding-top: 17vh;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-1 .content {
    padding-top: 23vh;
  }
}

.home-section-1 .content .logo-wrap {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 992px) {
  .home-section-1 .content .logo-wrap {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-1 .content .logo-wrap {
    max-width: 300px;
  }
}

.home-section-1 .content svg {
  width: 100%;
  display: inline-block;
}

.home-section-1 .content h1 {
  font-size: 77px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0 15px;
  margin-top: -185px;
}

@media only screen and (max-width: 1600px) {
  .home-section-1 .content h1 {
    font-size: 50px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 992px) {
  .home-section-1 .content h1 {
    font-size: 38px;
    margin-top: -145px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-1 .content h1 {
    font-size: 24px;
    margin-top: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-2 .bg.bg-desc {
    display: none;
  }
}

.home-section-2 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-2 .bg.bg-mob {
    display: block;
  }
}


.home-section-2 .block {
  margin-top: 255px;
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  .home-section-2 .block {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-2 .block {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-2 .block {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-2 .bg {
    background-position: center;
  }
  .home-section-3 .bg.bg-desc {
    display: none;
  }
}

.home-section-3 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-3 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-3 .bg {
    background-position: calc(50% - 0px) center;
  }
}

.home-section-3 .block {
  margin-top: 300px;
}

@media only screen and (max-width: 1400px) {
  .home-section-3 .block {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-3 .block {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-3 .block {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-4 .bg.bg-desc {
    display: none;
  }
}

.home-section-4 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-4 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-4 .bg {
    background-position: -20px center;
  }
}

.home-section-4 .block {
  margin-top: 350px;
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  .home-section-4 .block {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-4 .block {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-4 .block {
    margin-left: 0;
  }
}

.home-section-5 {
  color: #fff;
  padding-top: 240px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .home-section-5 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 .bg.bg-desc {
    display: none;
  }
}

.home-section-5 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-5 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 .bg {
    background-position: calc(50% - 80px) 0;
  }
}

.home-section-5 h2 {
  text-align: center;
  line-height: 1.25;
}
@media only screen and (max-width: 1400px) {
  .home-section-5 h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-5 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 h2::before {
    display: none;
  }
}

.home-section-5 .text-wrap {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .home-section-5 .text-wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-5 .text-wrap {
    max-width: 415px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 .text-wrap {
    padding-top: 30px;
  }
}

.home-section-5 .text-wrap .img {
  position: absolute;
  top: -20px;
}

@media only screen and (max-width: 1400px) {
  .home-section-5 .text-wrap .img {
    max-width: 200px;
    top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-5 .text-wrap .img {
    max-width: 140px;
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 .text-wrap .img {
    display: none;
  }
}

.home-section-5 .text-wrap .img.img-left {
  left: -380px;
}

@media only screen and (max-width: 1400px) {
  .home-section-5 .text-wrap .img.img-left {
    left: -250px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-5 .text-wrap .img.img-left {
    left: -170px;
  }
}

.home-section-5 .text-wrap .img.img-right {
  right: -380px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (max-width: 1400px) {
  .home-section-5 .text-wrap .img.img-right {
    right: -250px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-5 .text-wrap .img.img-right {
    right: -170px;
  }
}

.home-section-5 .text-wrap p {
  font-size: 18px;
  line-height: 1.66;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  color: #c2bdba;
}

@media only screen and (max-width: 1200px) {
  .home-section-5 .text-wrap p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-5 .text-wrap p {
    text-shadow: 1px 1px 1px black;
  }
}

.home-section-6 {
  color: #fff;
  padding-top: 230px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
  .home-section-6 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-6 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-6 {
    padding-bottom: 20px;
  }
}

.home-section-6 .block {
  padding-left: 380px;
  position: relative;
}

@media only screen and (max-width: 1700px) {
  .home-section-6 .block {
    padding-left: 460px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-6 .block {
    -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;
  }
}

.home-section-6 .block .img-wrap {
  position: absolute;
  top: 0px;
  left: -260px;
  border: 1px solid #ce853c;
}

@media only screen and (max-width: 1700px) {
  .home-section-6 .block .img-wrap {
    left: -100px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-section-6 .block .img-wrap {
    left: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block .img-wrap {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-6 .block .img-wrap {
    margin-right: 15px;
  }
}

.home-section-6 .block .img-wrap img {
  display: block;
  max-width: 100%;
  -webkit-transform: translate(25px, -25px);
  transform: translate(25px, -25px);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media only screen and (max-width: 1400px) {
  .home-section-6 .block .img-wrap img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block .img-wrap img {
    max-width: 295px;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
}

.home-section-6 .block .img-wrap img:hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block .content {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-6 .block .content {
    padding-left: 0;
    padding-top: 50px;
  }
}

.home-section-6 .block .content h2 {
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block .content h2 {
    font-size: 16px;
  }
}

.home-section-6 .block .content h2 span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.home-section-6 .block .content h2 span::before, .home-section-6 .block .content h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-section-6 .block .content h2 span::before {
  background-image: url("../img/quote-left.svg");
  left: 0;
}

.home-section-6 .block .content h2 span::after {
  background-image: url("../img/quote-right.svg");
  right: 0;
}

.home-section-6 .block .content .text-wrap {
  padding-top: 80px;
}

@media only screen and (max-width: 1400px) {
  .home-section-6 .block .content .text-wrap {
    padding-top: 40px;
  }
}

.home-section-6 .block .content .text-wrap p {
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .home-section-6 .block .content .text-wrap p {
    font-size: 12px;
  }
}

.home-section-7 {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1400px) {
  .home-section-7 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .bg.bg-desc {
    display: none;
  }
}

.home-section-7 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-7 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .bg {
    background-position: 25% center;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-7 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 h2::before {
    display: none;
  }
}

.home-section-7 .items {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-top: 110px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .home-section-7 .items {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items {
    margin-top: 40px;
  }
}

.home-section-7 .items::after, .home-section-7 .items:before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/frame-part-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .4;
}

@media only screen and (max-width: 1200px) {
  .home-section-7 .items::after, .home-section-7 .items:before {
    width: 70px;
    height: 70px;
  }
}

.home-section-7 .items::before {
  top: -34px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items::before {
    top: 0;
  }
}

.home-section-7 .items::after {
  bottom: -34px;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items::after {
    bottom: 0;
  }
}

.home-section-7 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  height: 160px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .home-section-7 .items .item {
    font-size: 13px;
    height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items .item {
    border: none;
    border-bottom: 1px solid rgba(206, 133, 60, 0.4);
    max-width: calc(100% - 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-section-7 .items .item:nth-child(2), .home-section-7 .items .item:nth-child(5) {
  border-left: 1px solid rgba(206, 133, 60, 0.4);
  border-right: 1px solid rgba(206, 133, 60, 0.4);
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items .item:nth-child(2), .home-section-7 .items .item:nth-child(5) {
    border: none;
    border-bottom: 1px solid rgba(206, 133, 60, 0.4);
  }
}

.home-section-7 .items .item:nth-child(4), .home-section-7 .items .item:nth-child(5), .home-section-7 .items .item:nth-child(6) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid rgba(206, 133, 60, 0.4);
}

@media only screen and (max-width: 1200px) {
  .home-section-7 .items .item:nth-child(4), .home-section-7 .items .item:nth-child(5), .home-section-7 .items .item:nth-child(6) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items .item:nth-child(4), .home-section-7 .items .item:nth-child(5), .home-section-7 .items .item:nth-child(6) {
    border: none;
    border-bottom: 1px solid rgba(206, 133, 60, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .home-section-7 .items .item:nth-child(6) {
    border: none;
  }
}

.home-section-7 .items .item p {
  opacity: .7;
}

.home-section-7 .items .item p span {
  font-weight: bold;
  font-size: 36px;
}

@media only screen and (max-width: 1200px) {
  .home-section-7 .items .item p span {
    font-size: 24px;
  }
}

.home-section-8 {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1550px) {
  .home-section-8 {
    padding-bottom: 240px;
  }
}

@media only screen and (max-width: 992px) {
  .home-section-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .home-section-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-8 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-8 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-8 h2::before {
    display: none;
  }
}

.home-section-8 .items-wrap {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-section-8 .items-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-section-8 .items-wrap .svg-mob {
  position: absolute;
  left: 95px;
  top: 21px;
  opacity: .8;
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-8 .items-wrap .svg-mob {
    display: block;
  }
}

.home-section-8 .items-wrap .svg-mob.animated .myPath-mob {
  stroke-dashoffset: 0;
}

.home-section-8 .items-wrap .svg-mob .myPath-mob {
  -webkit-mask: url(#myMask-mob);
  mask: url(#myMask-mob);
  stroke-dasharray: 850;
  stroke-dashoffset: 850;
  -webkit-transition: 3s;
  transition: 3s;
  opacity: .3 linear;
}

.home-section-8 .items-wrap .svg {
  display: block;
  position: absolute;
  top: 26px;
  left: -140px;
  opacity: .34;
}

@media only screen and (max-width: 992px) {
  .home-section-8 .items-wrap .svg {
    top: 25px;
    left: -240px;
    -webkit-transform: scale(0.55, 1);
    transform: scale(0.55, 1);
  }
}

@media only screen and (max-width: 767px) {
  .home-section-8 .items-wrap .svg {
    display: none;
  }
}

.home-section-8 .items-wrap .svg.animated .myPath {
  stroke-dashoffset: 0;
}

.home-section-8 .items-wrap .svg .myPath {
  -webkit-mask: url(#myMask);
  mask: url(#myMask);
  stroke-dasharray: 1390;
  stroke-dashoffset: 1390;
  -webkit-transition: 3s;
  transition: 3s;
  opacity: .3 linear;
}

.home-section-8 .items-wrap .item {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .home-section-8 .items-wrap .item {
    max-width: 295px;
  }
}

.home-section-8 .items-wrap .item.item-1 {
  margin-bottom: 76px;
}

@media only screen and (max-width: 992px) {
  .home-section-8 .items-wrap .item.item-1 {
    margin-bottom: 84px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-8 .items-wrap .item.item-1 {
    margin-bottom: 102px;
  }
}

.home-section-8 .items-wrap .item.item-2 {
  position: absolute;
  top: 275px;
  left: 570px;
}

@media only screen and (max-width: 992px) {
  .home-section-8 .items-wrap .item.item-2 {
    left: 310px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-8 .items-wrap .item.item-2 {
    left: 0;
    top: 295px;
  }
}

.home-section-8 .items-wrap .item .year {
  font-family: "Bodoni72", sans-serif;
  color: #ce853c;
  font-weight: bold;
  font-size: 36px;
}

@media only screen and (max-width: 992px) {
  .home-section-8 .items-wrap .item .year {
    font-size: 30px;
  }
}

.home-section-8 .items-wrap .item p {
  line-height: 1.66;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  color: #c2bdba;
}

@media only screen and (max-width: 1200px) {
  .home-section-8 .items-wrap .item p {
    font-size: 12px;
  }
}

.home-section-9 {
  color: #fff;
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .home-section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .home-section-9 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-9 .bg.bg-desc {
    display: none;
  }
}

.home-section-9 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-9 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-9 .bg {
    background-position: 30% center;
  }
}

.home-section-9 h2 {
  margin-top: 570px;
}

@media only screen and (max-width: 1400px) {
  .home-section-9 h2 {
    margin-top: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-9 h2 {
    font-size: 30px;
    margin-top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-9 h2 {
    margin-top: 250px;
  }
  .home-section-9 h2::before {
    display: none;
  }
}

.home-section-9 p {
  max-width: 805px;
  font-size: 18px;
  line-height: 1.66;
  color: #c2bdba;
}

@media only screen and (max-width: 1200px) {
  .home-section-9 p {
    font-size: 12px;
    max-width: 350px;
  }
}

.home-section-10 {
  padding-top: 90px;
  padding-bottom: 115px;
}

@media only screen and (max-width: 992px) {
  .home-section-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-10 {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-section-10 {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-section-10 .bg {
  background-position: 100% center;
}

@media only screen and (max-width: 767px) {
  .home-section-10 .bg.bg-desc {
    display: none;
  }
}

.home-section-10 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-section-10 .bg.bg-mob {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .home-section-10 .bg {
    background-position: calc(100% + 200px) center;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-10 .bg {
    background-position: calc(100% + 550px) center;
  }
}

.home-section-10 h2 {
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .home-section-10 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-10 h2::before {
    display: none;
  }
}

.home-section-10 .form-wrap {
  max-width: 475px;
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-section-10 .form-wrap {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 300px;
  }
}

.home-section-10 .form-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/frame-part-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -40px;
  left: -40px;
  opacity: .4;
}

@media only screen and (max-width: 1200px) {
  .home-section-10 .form-wrap::before {
    top: -20px;
    left: -20px;
  }
}

@media only screen and (max-width: 992px) {
  .home-section-10 .form-wrap::before {
    width: 70px;
    height: 70px;
    top: -17px;
    left: -12px;
  }
}

.home-section-10 .form-wrap input, .home-section-10 .form-wrap textarea {
  border: 1px solid rgba(220, 220, 220, 0.36);
  background-color: rgba(40, 37, 44, 0.36);
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}

.home-section-10 .form-wrap input::-webkit-input-placeholder, .home-section-10 .form-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.home-section-10 .form-wrap input:-ms-input-placeholder, .home-section-10 .form-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.home-section-10 .form-wrap input::-ms-input-placeholder, .home-section-10 .form-wrap textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.home-section-10 .form-wrap input::placeholder, .home-section-10 .form-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.63);
}

.home-section-10 .form-wrap input:focus::-webkit-input-placeholder, .home-section-10 .form-wrap textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.home-section-10 .form-wrap input:focus:-ms-input-placeholder, .home-section-10 .form-wrap textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.home-section-10 .form-wrap input:focus::-ms-input-placeholder, .home-section-10 .form-wrap textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.home-section-10 .form-wrap input:focus::placeholder, .home-section-10 .form-wrap textarea:focus::placeholder {
  color: transparent;
}

.home-section-10 .form-wrap input {
  display: block;
  height: 50px;
}

.home-section-10 .form-wrap textarea {
  height: 115px;
  resize: none;
  padding-top: 12px;
}

.home-section-10 .address-wrap {
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
}

@media only screen and (max-width: 767px) {
  .home-section-10 .address-wrap {
    margin-top: 50px;
  }
}

.home-section-10 .address-wrap .item {
  width: 50%;
  padding-right: 15px;
}

@media only screen and (max-width: 992px) {
  .home-section-10 .address-wrap .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-section-10 .address-wrap .item .title {
  color: #ce853c;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1200px) {
  .home-section-10 .address-wrap .item ul {
    font-size: 14px;
  }
}

.home-section-10 .address-wrap .item ul li {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}

.home-section-10 .address-wrap .item ul li a {
  color: inherit;
  -webkit-transition: .25s;
  transition: .25s;
  text-decoration: none;
}

.home-section-10 .address-wrap .item ul li a:hover {
  color: #ce853c;
}

.product-section-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.product-section-1 .my-dots {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.product-section-1 .my-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  background-color: transparent;
  font-size: 0;
  position: relative;
  display: inline-block;
}

.product-section-1 .my-dots button:not(:last-child) {
  margin-right: 17px;
}

.product-section-1 .my-dots button.active svg {
  opacity: 1;
}

.product-section-1 .my-dots button.active svg circle {
  stroke-dashoffset: 0;
}

.product-section-1 .my-dots button:not(.active) svg circle {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.product-section-1 .my-dots button svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-section-1 .my-dots button svg circle {
  stroke: #d6a35a;
  fill: none;
  stroke-dasharray: 250%;
  stroke-dashoffset: 250%;
  stroke-width: 3px;
}

.product-section-1 .slider-wrap .slide {
  height: 100vh;
  min-height: 400px;
  background-size: cover;
  background-position: 100% center;
}
@media only screen and (max-width: 480px){
  .remodal-product .wrapper .left .img-wrap {
    padding-left: 53%;
  }
  .remodal-product .wrapper .left ul li::after {
    left: 120px;
  }
}


@media only screen and (max-width: 768px) {
  .product-section-1 .slider-wrap .slide {
    background-position: calc(50% - 70px) center;
  }
}

@media (min-height: 1024px) and (max-width: 1024px) {
  .product-section-1 .slider-wrap .slide {
    height: 500px;
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .product-section-1 .slider-wrap .slide.text-right .container {
    text-align: left;
  }
  /* .product-section-1 .slider-wrap .slide.text-right p {
    margin-left: auto;
  } */
}

.product-section-1 .slider-wrap .slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.product-section-1 .slider-wrap .slide h2 {
  font-size: 77px;
  text-shadow: 1px 1px 10px black;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .product-section-1 .slider-wrap .slide h2 {
    font-size: 44px;
  }
}

.product-section-1 .slider-wrap .slide p {
  max-width: 530px;
  font-size: 18px;
  line-height: 1.66;
  text-shadow: 1px 1px 10px black;
}

@media only screen and (max-width: 1200px) {
  .product-section-1 .slider-wrap .slide p {
    font-size: 12px;
    max-width: 355px;
  }
}

.product-section-2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

.product-section-2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 20% center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .product-section-2 .bg.bg-desc {
    display: none;
  }
}

.product-section-2 .bg.bg-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .product-section-2 .bg.bg-mob {
    display: block;
  }
}

.product-section-2 .block:not(:last-child) {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .product-section-2 .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.product-section-2 .container {
  position: relative;
  z-index: 2;
}

.product-section-2 h2 {
  text-align: center;
  color: #593817;
  font-size: 48px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 992px) {
  .product-section-2 h2 {
    font-size: 33px;
  }
}

.product-section-2 h2 span {
  display: inline-block;
  position: relative;
  padding: 0 175px;
}

@media only screen and (max-width: 767px) {
  .product-section-2 h2 span {
    padding: 0;
  }
}

.product-section-2 h2 span::before, .product-section-2 h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 111px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 13px / 2);
}

@media only screen and (max-width: 767px) {
  .product-section-2 h2 span::before, .product-section-2 h2 span::after {
    display: none;
  }
}

.product-section-2 h2 span::before {
  background-image: url("../img/h2-left.svg");
  left: 0;
}

.product-section-2 h2 span::after {
  background-image: url("../img/h2-right.svg");
  right: 0;
}

.product-section-2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-section-2 .items.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-section-2 .items .item {
  flex: 1;
  min-width: 25%;
  padding: 0 10px;
  text-align: center;
  color: #593817;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-section-2 .items .item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 142px;
  background-image: url("../img/product-after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  top: 165px;
}

.product-section-2 .items .item:nth-child(4n):after{
  display: none;
}

@media only screen and (max-width: 767px) {
  .product-section-2 .items .item {
    min-width: 50%;
  }
  .product-section-2 .items .item:nth-child(4n):after{
    display: block;
  }
  .product-section-2 .items .item:nth-child(2n):after{
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item:not(:last-child)::after {
    top: 24px;
  }
}

.product-section-2 .items .item .img-wrap {
  position: relative;
}

.product-section-2 .items .item .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 237px;
  height: 139px;
  bottom: -30px;
  left: calc(50% - 237px / 2);
  background-image: url("../img/product-shadow.png");
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item .img-wrap::before {
    width: 200px;
    left: calc(50% - 200px / 2);
    opacity: .5;
    bottom: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-2 .items .item .img-wrap::before {
    display: none;
  }
}

.product-section-2 .items .item .img-wrap button {
  border: none;
  background-color: transparent;
}

.product-section-2 .items .item .img-wrap button img {
  height: 385px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item .img-wrap button img {
    height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-2 .items .item .img-wrap button img {
    height: 145px;
  }
}

.product-section-2 .items .item .img-wrap button img:hover {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.product-section-2 .items .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item .title {
    font-size: 14px;
  }
}

.product-section-2 .items .item .term {
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item .term {
    font-size: 14px;
  }
}

.product-section-2 .items .item .btn-wrap {
  padding-top: 20px;
  margin-top: auto;
}

.product-section-2 .items .item .btn-wrap .btn {
  width: 175px;
}

@media only screen and (max-width: 992px) {
  .product-section-2 .items .item .btn-wrap .btn {
    width: 135px;
    height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-2 .items .item .btn-wrap .btn {
    width: 110px;
    font-size: 12px;
  }
}

.product-section-3 {
  background-size: cover;
  background-position: calc(50% - 0px) top;
  min-height: 40vw;
  padding-top: 6%;
  padding-bottom: 3%;
}

@media only screen and (max-width: 767px) {
  .product-section-3--cognac .items .item.item-1 {
    background-position: 65% center;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3--cognac .items .item.item-2 {
    background-position: 5% center;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3--wine .items .item.item-1 {
    background-position: 65% center;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3--wine .items .item.item-2 {
    background-position: 5% center;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3--sparkling-wine .items .item.item-1 {
    background-position: 65% center;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3--sparkling-wine .items .item.item-2 {
    background-position: 5% center;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 {
    padding: 0;
    background-image: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 .container {
    max-width: 100%;
    padding: 0;
  }
}

.product-section-3 .items {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  position: relative;
  left: 4.1%;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }
}

.product-section-3 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item {
    background-size: cover;
  }
}

@media (min-width: 993px) {
  .product-section-3 .items .item {
    background-image: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item {
    max-width: 100%;
    width: 100%;
    padding: 150px calc(50% - 430px) 170px;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3 .items .item {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}

.product-section-3 .items .item.item-1 .wrap {
  margin-left: auto;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item.item-1 .wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item.item-2 .wrap {
    max-width: 320px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3 .items .item.item-2 .wrap {
    margin-left: 0;
  }
}

.product-section-3 .items .item .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
}

.product-section-3 .items .item h2 {
  font-size: 48px;
  line-height: 1.25;
  position: relative;
  min-height: 120px;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item h2 {
    font-size: 44px;
    min-height: auto;
  }
}

.product-section-3 .items .item h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/frame-part-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -30px;
  left: -30px;
  opacity: .4;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item h2::before {
    width: 70px;
    height: 70px;
    top: -15px;
    left: -15px;
  }
}

.product-section-3 .items .item .subtitle, .product-section-3 .items .item h2 + p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-top: 70px;
}

@media only screen and (max-width: 1500px) {
  .product-section-3 .items .item .subtitle {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item .subtitle {
    font-size: 14px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-section-3 .items .item .subtitle {
    padding-top: 40px;
  }
}

.product-section-3 .items .item p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item p {
    font-size: 12px;
  }
}

.product-section-3 .items .item .btn-wrap {
  margin-top: 40px;
  margin-top: auto;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-section-3 .items .item .btn-wrap {
    padding-top: 10px;
  }
}

.product-section-3 .items .item .btn-wrap .btn {
  width: 178px;
  height: 45px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .product-section-3 .items .item .btn-wrap .btn {
    font-size: 12px;
    width: 140px;
    height: 30px;
  }
}

.not-fount-section-1 {
  padding-top: 170px;
  padding-bottom: 190px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .not-fount-section-1 {
    padding-bottom: 100px;
  }
}

.not-fount-section-1 .block {
  position: relative;
  padding-top: 385px;
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .not-fount-section-1 .block {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .not-fount-section-1 .block {
    margin-left: 0;
    padding-top: 220px;
    text-align: center;
  }
}

.not-fount-section-1 .block img {
  position: absolute;
  top: 0;
  left: 110px;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .not-fount-section-1 .block img {
    max-width: 500px;
    left: calc(50% - 500px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .not-fount-section-1 .block img {
    max-width: 270px;
    left: calc(50% - 270px / 2);
  }
}

.not-fount-section-1 .block h1 {
  font-size: 32px;
  letter-spacing: .04em;
}

.not-fount-section-1 .block p {
  font-size: 24px;
  letter-spacing: .1em;
  margin-top: 10px;
}

.not-fount-section-1 .block .btn-wrap {
  margin-top: 25px;
}

.not-fount-section-1 .block .btn-wrap .btn {
  width: 177px;
  font-size: 14px;
  height: 45px;
}

header.main-header .bottom nav.nav-wrap ul{
  justify-content: space-between;
}

header.main-header .bottom nav.nav-wrap ul.right li:not(:last-child) {
  margin-right: 0;
}

header.main-header .bottom nav.nav-wrap ul.social-wrap{
  max-width: 100px;
}

header.main-header .bottom nav.nav-wrap ul.social-wrap li a::after{
  display: none;
}

header.main-header .top .flex .lang-wrap {
  right: -100%;
  transform: translateX(-100%);
}

h2.title.title-before.title-before-left2.wow.fadeInUp {
  margin-top: 395px;
}

.product-section-2 .items {
  justify-content: space-around;
}

footer.main-footer {
  height: 165px;
}

header.main-header .top .flex .lang-wrap .current ul li a {
    white-space: nowrap;
}

.home-section-7 .items .item p span, .home-section-7 .items .item p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  pointer-events: none;
}
.border-link{
  width: 150px;
  height: 40px;
  border: 1px solid rgba(206, 133, 60, 0.4);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  transition: all 0.3s;
}
.btn-more-detail{
  background: none;
  color: rgba(206, 133, 60, 0.4);
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
.border-link:hover,
.btn-more-detail:hover{
  border-color: #fff;
  color: #fff;
}

@media (max-width: 1300px){
  h2.title.title-before.title-before-left2.wow.fadeInUp {
    margin-top: 130px;
  }
  footer.main-footer p {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .not-fount-section-1 .block p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
    .not-fount-section-1 .block h1 {
      font-size: 18px;
    }
    .border-link{
      width: 120px;
      height: 35px;
    }
}
@media (max-width: 767px){
  .home-section-7 .items .item p,
  .home-section-8 .items-wrap .item p,
  .home-section-9 p,
  .home-section-5 .text-wrap p {
    color: #fff;
  }
}
@media (max-width: 768px){
  h2.title.title-before.title-before-left2.wow.fadeInUp {
    margin-top: 80px;
  }
  .product-section-1 .slider-wrap .slide.text-right .container {
    text-align: left;
  }
  header.main-header .top .flex .lang-wrap {
    right: 0;
    transform: translateX(0%);
  }
  html[lang="zh"] footer.main-footer p {
    top: 50%;
    transform: translateY(-50%);
  }
  .border-link{
    border-color: #593817;
  }
  .btn-more-detail{
    color: #593817;
  }
}

@media only screen and (max-width: 992px){
  .product-section-3 .items .item .btn-wrap .btn {
    white-space: nowrap;
  }
}

@media (max-width: 576px){
  footer.main-footer p {
    font-size: 30px;
  }
}
