/* ------------------------------------------------------------ *	Reset
\* ------------------------------------------------------------ */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900,900i&display=swap");

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */
/* Colors */

:root {
  --saran-white: #FFFBF7;
  --dark-sw: #F7F1EC;
  --cellar-black: #000000;
  --love-red: #C00016;
  --hot-pink: #EB406A;
  --leaf-green: #00491E;
  --pw-blue: #252443;
}

/* Media Queries */
@font-face {
  font-family: 'Trenda';
  src: local('BwMitga-Regular'), url("../fonts/BwMitga-Regular/BwMitga-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BwMitga-Regular/BwMitga-Regular.woff") format("woff"), url("../fonts/BwMitga-Regular/BwMitga-Regular.ttf") format("truetype"), url("../fonts/BwMitga-Regular/BwMitga-Regular.svg#BwMitga-Regular") format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: "normal";
}

@font-face {
  font-family: "BwMitga-Light";
  src: local('BwMitga-Light'), url("../fonts/BwMitga-Light/BwMitga-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BwMitga-Light/BwMitga-Light.woff") format("woff"), url("../fonts/BwMitga-Light/BwMitga-Light.ttf") format("truetype"), url("../fonts/BwMitga-Light/BwMitga-Light.svg#BwMitga-Light") format("svg");
  font-weight: 300;
  font-display: swap;
  font-style: "normal";
}

@font-face {
  font-family: "BwMitga-Black";
  src: local('BwMitga-Black'), url("../fonts/BwMitga-Black/BwMitga-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BwMitga-Black/BwMitga-Black.woff") format("woff"), url("../fonts/BwMitga-Black/BwMitga-Black.ttf") format("truetype"), url("../fonts/BwMitga-Black/BwMitga-Black.svg#BwMitga-Black") format("svg");
  font-weight: 900;
  font-display: swap;
  font-style: "normal";
}

@font-face {
  font-family: "AntroVectra";
  src: url("../fonts/Antro_Vectra.otf?#iefix") format("opentype");
  font-weight: 900;
  font-display: swap;
  font-style: "normal";
}

@font-face {
  font-family: "AntroVectra-Bold";
  src: url("../fonts/Antro_Vectra_Bolder.otf?#iefix") format("opentype");
  font-weight: 900;
  font-display: swap;
  font-style: "normal";
}


/**
 * @atom Arial
 * @section Fonts
 * @markup
 *  <p style="font-familly: arial">The quick brown fox jumps over the lazy dog</p>
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

[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;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.bold-underlined {
  font-weight: 500;
  text-decoration: underline;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Arial, Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.63;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 25px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 25px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.03125rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.42188rem;
}

h4,
.h4 {
  font-size: 1.21875rem;
}

h5,
.h5 {
  font-size: 1.01562rem;
}

h6,
.h6 {
  font-size: 0.8125rem;
}

.lead {
  font-size: 1.01562rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 50px;
  font-size: 1.01562rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 25px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 50px;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.07437rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.63;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.63;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.01562rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.71094rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.63;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.56641rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.71094rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.52344rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.01562rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.71094rem;
  line-height: 1.63;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.71094rem;
  line-height: 1.63;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 4px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form__row {
  padding-bottom: 10px;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.63;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* ------------------------------------------------------------ *	Btn
\* ------------------------------------------------------------ */
.btn {
  font-family: 'TrendaSemiDb', sans-serif;
  text-align: center;
  font-size: 12px;
  height: 47px;
  line-height: 47px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: none;
  border-radius: 0;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  align-items: baseline;
  justify-content: center;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 10;

}

.btn:hover {
  letter-spacing: 0.18em;
  color: #fff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn--white {
  color: #000;
  background: #fff;
}

.btn--white:hover {
  color: #000;
}

.btn--with-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn--with-icon i {
  margin-right: 11px;
}

@media (max-width: 767px) {
  .btn {
    height: 40px;
    line-height: 40px;
    min-width: 161px;
    font-size: 11px;
  }
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.01562rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.71094rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* Banner white btn */
.wrapper .mainHero .secHero__content--info .btn {
  border: 2px solid #fff;
}

/* Homepage product slider btn */
.wrapper .secProduct__content--product .blk__btn .btn {
  border: 2px solid #000;
}

.wrapper .secProduct__content--product .slick-arrow:before {
  border: 1px solid #000;
}

.wrapper .secProduct__content--product .blk__btn .btn svg {
  display: none;
}


.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 25px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.71094rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.63;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.52344rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.01562rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.56641rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.71094rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.32437rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.16219rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.16219rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.07437rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.63;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.56641rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.52344rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.07437rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.07437rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.07437rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.63;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.07437rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.63;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 50px;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33445rem;
  padding-bottom: 0.33445rem;
  margin-right: 50px;
  font-size: 1.01562rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.01562rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 4px;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.01562rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.71094rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.71875rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.60938rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.63;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.71094rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.71094rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #aaa !important;
}

.border-top {
  border-top: 1px solid #aaa !important;
}

.border-right {
  border-right: 1px solid #aaa !important;
}

.border-bottom {
  border-bottom: 1px solid #aaa !important;
}

.border-left {
  border-left: 1px solid #aaa !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 12.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 12.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 12.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 12.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 12.5px !important;
}

.m-2 {
  margin: 25px !important;
}

.mt-2,
.my-2 {
  margin-top: 25px !important;
}

.mr-2,
.mx-2 {
  margin-right: 25px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 25px !important;
}

.ml-2,
.mx-2 {
  margin-left: 25px !important;
}

.m-3 {
  margin: 50px !important;
}

.mt-3,
.my-3 {
  margin-top: 50px !important;
}

.mr-3,
.mx-3 {
  margin-right: 50px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 50px !important;
}

.ml-3,
.mx-3 {
  margin-left: 50px !important;
}

.m-4 {
  margin: 75px !important;
}

.mt-4,
.my-4 {
  margin-top: 75px !important;
}

.mr-4,
.mx-4 {
  margin-right: 75px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 75px !important;
}

.ml-4,
.mx-4 {
  margin-left: 75px !important;
}

.m-5 {
  margin: 150px !important;
}

.mt-5,
.my-5 {
  margin-top: 150px !important;
}

.mr-5,
.mx-5 {
  margin-right: 150px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 150px !important;
}

.ml-5,
.mx-5 {
  margin-left: 150px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 12.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 12.5px !important;
}

.pr-1,
.px-1 {
  padding-right: 12.5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 12.5px !important;
}

.pl-1,
.px-1 {
  padding-left: 12.5px !important;
}

.p-2 {
  padding: 25px !important;
}

.pt-2,
.py-2 {
  padding-top: 25px !important;
}

.pr-2,
.px-2 {
  padding-right: 25px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 25px !important;
}

.pl-2,
.px-2 {
  padding-left: 25px !important;
}

.p-3 {
  padding: 50px !important;
}

.pt-3,
.py-3 {
  padding-top: 50px !important;
}

.pr-3,
.px-3 {
  padding-right: 50px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 50px !important;
}

.pl-3,
.px-3 {
  padding-left: 50px !important;
}

.p-4 {
  padding: 75px !important;
}

.pt-4,
.py-4 {
  padding-top: 75px !important;
}

.pr-4,
.px-4 {
  padding-right: 75px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 75px !important;
}

.pl-4,
.px-4 {
  padding-left: 75px !important;
}

.p-5 {
  padding: 150px !important;
}

.pt-5,
.py-5 {
  padding-top: 150px !important;
}

.pr-5,
.px-5 {
  padding-right: 150px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 150px !important;
}

.pl-5,
.px-5 {
  padding-left: 150px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 12.5px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 12.5px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 12.5px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 12.5px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 12.5px !important;
  }

  .m-sm-2 {
    margin: 25px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 25px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 25px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 25px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 25px !important;
  }

  .m-sm-3 {
    margin: 50px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 50px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 50px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 50px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 50px !important;
  }

  .m-sm-4 {
    margin: 75px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 75px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 75px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 75px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 75px !important;
  }

  .m-sm-5 {
    margin: 150px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 150px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 150px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 150px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 150px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 12.5px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 12.5px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 12.5px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 12.5px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 12.5px !important;
  }

  .p-sm-2 {
    padding: 25px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 25px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 25px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 25px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 25px !important;
  }

  .p-sm-3 {
    padding: 50px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 50px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 50px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 50px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 50px !important;
  }

  .p-sm-4 {
    padding: 75px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 75px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 75px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 75px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 75px !important;
  }

  .p-sm-5 {
    padding: 150px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 150px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 150px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 150px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 150px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 12.5px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 12.5px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 12.5px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 12.5px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 12.5px !important;
  }

  .m-md-2 {
    margin: 25px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 25px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 25px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 25px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 25px !important;
  }

  .m-md-3 {
    margin: 50px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 50px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 50px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 50px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 50px !important;
  }

  .m-md-4 {
    margin: 75px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 75px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 75px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 75px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 75px !important;
  }

  .m-md-5 {
    margin: 150px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 150px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 150px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 150px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 150px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 12.5px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 12.5px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 12.5px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 12.5px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 12.5px !important;
  }

  .p-md-2 {
    padding: 25px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 25px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 25px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 25px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 25px !important;
  }

  .p-md-3 {
    padding: 50px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 50px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 50px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 50px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 50px !important;
  }

  .p-md-4 {
    padding: 75px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 75px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 75px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 75px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 75px !important;
  }

  .p-md-5 {
    padding: 150px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 150px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 150px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 150px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 150px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 12.5px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 12.5px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 12.5px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 12.5px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 12.5px !important;
  }

  .m-lg-2 {
    margin: 25px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 25px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 25px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 25px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 25px !important;
  }

  .m-lg-3 {
    margin: 50px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 50px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 50px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 50px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 50px !important;
  }

  .m-lg-4 {
    margin: 75px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 75px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 75px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 75px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 75px !important;
  }

  .m-lg-5 {
    margin: 150px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 150px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 150px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 150px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 150px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 12.5px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 12.5px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 12.5px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 12.5px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 12.5px !important;
  }

  .p-lg-2 {
    padding: 25px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 25px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 25px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 25px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 25px !important;
  }

  .p-lg-3 {
    padding: 50px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 50px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 50px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 50px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 50px !important;
  }

  .p-lg-4 {
    padding: 75px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 75px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 75px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 75px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 75px !important;
  }

  .p-lg-5 {
    padding: 150px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 150px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 150px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 150px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 150px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 12.5px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 12.5px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 12.5px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 12.5px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 12.5px !important;
  }

  .m-xl-2 {
    margin: 25px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 25px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 25px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 25px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 25px !important;
  }

  .m-xl-3 {
    margin: 50px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 50px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 50px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 50px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 50px !important;
  }

  .m-xl-4 {
    margin: 75px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 75px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 75px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 75px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 75px !important;
  }

  .m-xl-5 {
    margin: 150px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 150px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 150px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 150px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 150px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 12.5px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 12.5px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 12.5px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 12.5px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 12.5px !important;
  }

  .p-xl-2 {
    padding: 25px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 25px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 25px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 25px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 25px !important;
  }

  .p-xl-3 {
    padding: 50px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 50px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 50px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 50px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 50px !important;
  }

  .p-xl-4 {
    padding: 75px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 75px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 75px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 75px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 75px !important;
  }

  .p-xl-5 {
    padding: 150px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 150px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 150px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 150px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 150px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (max-width: 768px) {
  .xs-content p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.share-this-popover {
  max-width: 8em;
  pointer-events: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  animation: a .3s;
}

.share-this-popover:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: .25em -.5em;
  border-width: .5em .5em 0;
  border-style: solid;
  border-color: #333 transparent;
}

.share-this-popover > ul {
  pointer-events: auto;
  list-style: none;
  padding: 0;
  margin: -.75em 0 0;
  white-space: nowrap;
  background: #333;
  color: #fff;
  border-radius: .25em;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.share-this-popover > ul > li {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.share-this-popover > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  box-sizing: border-box;
  padding: .35em;
}

.share-this-popover > ul > li > a:focus,
.share-this-popover > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (pointer: coarse) {
  .share-this-popover {
    font-size: 150%;
  }

  .share-this-popover:before {
    bottom: auto;
    top: 100%;
    border-width: 0 .5em .5em;
    margin-top: 0;
  }

  .share-this-popover > ul {
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: .5em 0 0;
  }
}

@media (max-width: 575px) {
  .share-this-popover {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none;
  }

  .share-this-popover:before {
    bottom: auto;
    top: 100%;
    border-width: 0 .5em .5em;
    margin-top: 0;
  }

  .share-this-popover > ul {
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: .5em 0 0;
    left: 0;
    width: 100%;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    text-align: center;
  }
}

@keyframes a {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }

  80% {
    transform: translateY(0.5em);
    opacity: 1;
  }

  to {
    transform: translateY(0);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ------------------------------------------------------------ *	Helpers
\* ------------------------------------------------------------ */

/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
.alignleft {
  float: left;
}

/*  Alignright  */
.alignright {
  float: right;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
.col {
  max-width: 100%;
  -ms-flex: 1;
  flex: 1;
}

.cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col--1of2 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

div[class^='mb-'] {
  margin-left: 0;
  margin-right: 0;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-flex,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

.image-with-overlay-hp {
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
  width: 100vw;
  height: 100vh;
  max-height: 600px;
}

.image-with-overlay {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}

.image-with-overlay.full-height {
  height: calc(100vh - 70px);
}

@media (max-width: 767px) {
  .image-with-overlay.full-height {
    height: 0;
    padding-top: 100%;
  }
}

.image-expand-left {
  margin-left: calc(-50vw + 580px);
}

@media (max-width: 1200px) {
  .image-expand-left {
    margin-left: calc(-50vw + 475px);
  }
}

.image-expand-right {
  margin-right: calc(-50vw + 580px);
}

@media (max-width: 1200px) {
  .image-expand-right {
    margin-right: calc(-50vw + 475px);
  }
}

.expand-desktop {
  margin-left: calc(-50vw + 580px);
  margin-right: calc(-50vw + 580px);
}

.sticky-parent {
  position: relative;
}

.sticky-parent .trigger-point-top {
  position: absolute;
  top: -70px;
}

@media (max-width: 1023px) {
  .image-expand-right {
    margin-right: -10px;
    margin-right: calc(-50vw + 374px);
  }

  .image-expand-left {
    margin-left: -10px;
    margin-left: calc(-50vw + 374px);
  }

  .expand-desktop {
    margin-left: calc(-50vw + 374px);
    margin-right: calc(-50vw + 374px);
  }
}

@media (max-width: 767px) {

  .image-expand-right,
  .image-expand-left {
    margin-left: 0;
    margin-right: 0;
  }

  .expand-on-mobile {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto !important;
  }

  .expand-desktop {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto !important;
  }
}

.sticky-btn-bar {
  position: relative;
  height: 40px;
  z-index: 1;
}

.sticky-btn-bar .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sticky-btn-bar.stick {
  z-index: 9;
}

.sticky-btn-bar.stick .btn {
  z-index: 9;
  position: fixed;
}

/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: var(--saran-white);
  font-family: 'Trenda';
  font-size: 16px;
  line-height: 1.63;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.03em;
  scroll-behavior: smooth;
}

@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.4s;
}

a:hover,
a[href^='tel'] {
  text-decoration: none;
  color: #C00016;
}

.link-underline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}

.link-underline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #24200f;
  transition: transform 1.2s;
}

.link-underline:after {
  position: absolute;
  bottom: 0;
  left: 200%;
  content: '';
  width: 100%;
  height: 1px;
  background: #C00016;
  transition: transform 1.2s;
}

.link-underline svg path {
  transition: fill 0.4s;
}

.link-underline:hover {
  color: #C00016;
}

.link-underline:hover svg path {
  fill: #C00016;
}

.link-underline:hover:before {
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.link-underline:hover:after {
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.title strong {
  display: block;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  font-family: 'TrendaSemiDb', sans-serif;
}

h1.title span {
  font-weight: 400;
  display: block;
  font-size: 36px;
  line-height: 1.28;
  font-family: 'Trenda';
}

h2 {
  font-size: 26px;
  line-height: 1.11;
  font-weight: 700;
  font-family: 'TrendaSemiDb', sans-serif;
}

h2.title span {
  font-weight: 400;
  display: block;
  font-size: 26px;
  line-height: 1.54;
  font-family: 'Trenda';
}

h2.section-title {
  text-transform: uppercase;
  margin-bottom: 24px;
}

h3 {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  font-family: 'TrendaSemiDb', sans-serif;
}

h5 {
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

h5.section-title {
  text-transform: uppercase;
  margin-bottom: 24px;
}

h6 {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  line-height: 1.17;
  color: #C00016;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 26px;
  }

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

  h2.title span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }

  h1.title span {
    font-size: 20px;
    line-height: 1.2;
  }

  h2 {
    font-size: 26px;
  }

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

  h2.title span {
    font-size: 16px;
  }

  h6 {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 20px;
  }

  .main--no-spacing {
    padding-top: 0;
  }

  .main p {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ------------------------------------------------------------ *	Age Gate fixes
\* ------------------------------------------------------------ */
body.lock {
  height: 100vh;
  overflow: hidden;
}

.agegate-dialog {
  top: 0 !important;
  height: 100vh !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.agegate-dialog #drupal-modal {
  padding: 0 !important;
  max-height: 100vh !important;
  height: 100vh !important;
}

/* ------------------------------------------------------------ *	Btn Menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.btn-menu .burger + .text {
  margin-left: 15px;
}

.btn-menu .text {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.btn-menu .burger {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 33px;
  transition: top 0.4s;
  transition-delay: 0.2s;
}

.btn-menu .burger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background: #C00016;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}

.btn-menu .burger span:nth-child(1) {
  top: 0;
}

.btn-menu .burger span:nth-child(2) {
  top: 7px;
}

.btn-menu .burger span:nth-child(3) {
  top: 14px;
}

.btn-menu .burger:before {
  position: absolute;
  top: 0;
  left: -24px;
  content: '';
  height: 16px;
  width: 16px;
  background: #fff;
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: 1;
}

.btn-menu--active .burger {
  z-index: 3;
}

.btn-menu--active .burger span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}

.btn-menu--active .burger span:nth-child(3),
.btn-menu--active .burger span:nth-child(1) {
  top: 7px;
}

.btn-menu--active .burger span:nth-child(2) {
  opacity: 0;
}

.btn-menu--active .burger span:nth-child(1) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu--active .burger span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-menu--active .text {
  visibility: hidden;
  opacity: 0;
}

.btn-menu:not(.btn-menu--active):hover .text {
  color: #000;
}

.btn-menu:not(.btn-menu--active):hover .burger:before {
  animation: burger-hover 2s infinite;
}

@media (max-width: 767px) {
  .btn-menu .text {
    display: none;
  }
}

/* ------------------------------------------------------------ *	Btn Menu Alt
\* ------------------------------------------------------------ */
.btn-menu-alt {
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.btn-menu-alt i + .text {
  margin-left: 15px;
}

.btn-menu-alt i {
  font-size: 0;
}

.btn-menu-alt .text {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.17;
}

.btn-menu-alt:hover {
  color: #000;
}

@media (max-width: 767px) {
  .btn-menu-alt .text {
    display: none;
  }
}

/* ------------------------------------------------------------ *	btn-scroll-top
\* ------------------------------------------------------------ */
.btn-scroll-top {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.btn-scroll-top span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

.btn-scroll-top i {
  font-size: 0;
}

.btn-scroll-top span + i {
  margin-left: 24px;
}

.wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {

  .page-node-type-vintage .wrapper,
  .page-node-type-champaigns .wrapper {
    padding-top: 6rem;
  }
}

/* ------------------------------------------------------------ *	Animations
\* ------------------------------------------------------------ */
@keyframes burger-hover {
  0% {
    left: -24px;
    opacity: 1;
  }

  100% {
    opacity: 1;
    left: 24px;
  }
}

@keyframes circle-draw {
  0% {
    stroke-dashoffset: 0;
    stroke: #24200f;
  }

  45% {
    stroke-dashoffset: 125.6;
    stroke: #24200f;
  }

  50% {
    stroke-dashoffset: 125.6;
    stroke: #C00016;
    transform: rotate(-90deg);
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #C00016;
    transform: rotate(0deg);
  }
}

@keyframes circle-draw-alt {
  0% {
    stroke-dashoffset: 0;
    stroke: #C00016;
    transform: rotate(0deg);
  }

  45% {
    stroke-dashoffset: 125.6;
    stroke: #C00016;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 125.6;
    stroke: #24200f;
  }

  100% {
    stroke-dashoffset: 0;
    stroke: #24200f;
  }
}

/* ------------------------------------------------------------ *	Lists
\* ------------------------------------------------------------ */
.list-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 -10px;
}

.list-tags li {
  padding: 0 10px;
  position: relative;
}

.list-tags li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 1px;
  height: 10px;
  background: #ddceaa;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-tags li:last-of-type:after {
  display: none;
}

/* ------------------------------------------------------------ *	List Btns
\* ------------------------------------------------------------ */
.list-btns {
  list-style-type: none;
  margin-bottom: 0;
}

.list-btns li {
  width: 100%;
}

.list-btns li + li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .list-btns li + li {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------ *	list-cta-links
\* ------------------------------------------------------------ */
.list-cta-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 -12px;
}

.list-cta-links li {
  padding: 0 12px;
}

.list-cta-links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
}

.list-cta-links a i {
  margin-right: 10px;
}

/* ------------------------------------------------------------ *	List Links
\* ------------------------------------------------------------ */
.list-links,
.footer-menu-links nav .menu {
  list-style-type: none;
  font-size: 14px;
  line-height: 2.29;
  margin-bottom: 50px;
}

.list-links a,
.footer-menu-links nav .menu a {
  transition: opacity 0.4s, color 0.4s;
  text-decoration: none;
  font-weight: 300;
}

.list-links a:hover,
.footer-menu-links nav .menu a:hover {
  color: #fff;
  opacity: 0.8;
}

.list-links--alt {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 11px;
  color: #848279;
}

.list-links--alt a:hover {
  color: #C00016;
}

@media (max-width: 767px) {

  .list-links,
  .footer-menu-links nav .menu {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------ *	List Pages
\* ------------------------------------------------------------ */
.list-pages {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.63;
  font-weight: 300;
  color: #000;
  margin-bottom: 32px;
}

.list-pages a {
  text-decoration: none;
}

.list-pages a:hover {
  color: #C00016;
}

@media (max-width: 767px) {
  .list-pages {
    margin-bottom: 24px;
  }
}

.dot-template {
  display: none;
}

.slider__dots {
  list-style-type: none;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

.slider__dots .swiper-pagination-bullet,
.slider__dots a {
  display: block;
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: none;
  opacity: 1;
}

.slider__dots .swiper-pagination-bullet .circle-element,
.slider__dots a .circle-element {
  stroke-dashoffset: 62.8;
  transition: stroke-dashoffset 1s;
}

.slider__dots .swiper-pagination-bullet:after,
.slider__dots a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 1;
}

.slider__dots .swiper-pagination-bullet-active:after {
  background: #C00016;
}

.slider__dots .swiper-pagination-bullet-active .circle-element {
  stroke: #C00016;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s;
}

.slider__dots .swiper-pagination-bullet:hover:after {
  background: #C00016;
}

.slider__dots li {
  padding: 0;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  text-decoration: none;
  background: none;
  z-index: 3;
}

.slider__arrow.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.slider__arrow .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.slider__arrow svg {
  pointer-events: none;
}

.slider__arrow .circle-element {
  stroke-dashoffset: 0;
  stroke: #24200f;
  stroke-width: 1px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.slider__arrow:hover .circle-element {
  animation: circle-draw 2s forwards;
}

.slider__arrow.leave .circle-element {
  animation: circle-draw-alt 2s forwards;
}

.slider__prev {
  left: 0;
}

.slider__next {
  right: 0;
}

.action-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .action-link {
    display: block;
  }

  .action-link .download-link + .share-actions {
    margin-top: 10px;
  }
}

.share-action-expander,
.download-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
}

.share-action-expander i,
.download-link i {
  margin-right: 10px;
}

.share-action-expander span,
.download-link span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.share-actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.share-action-collapsed {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.4s;
}

.share-action-collapsed.expand {
  max-width: 300px;
}

.block-cta {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 680px;
  margin-right: calc(-50vw + 580px);
  overflow: hidden;
}

.block-cta .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  padding-top: 0;
}

.block-cta .entry {
  color: #fff;
  position: relative;
  z-index: 3;
}

.block-cta .entry h3 {
  font-size: 36px;
  line-height: 1.11;
  font-weight: 700;
  font-family: 'TrendaSemiDb', sans-serif;
}

@media (max-width: 767px) {
  .block-cta .entry h3 {
    font-size: 24px;
  }
}

.block-cta .entry h3 span {
  font-weight: 400;
  display: block;
  font-size: 26px;
  line-height: 1.54;
  font-family: 'TrendaSemiDb', sans-serif;
}

@media (max-width: 767px) {
  .block-cta .entry h3 span {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .block-cta .entry h3 span {
    font-size: 18px;
  }
}

.block-cta .entry .surtitle {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  line-height: 1.17;
  color: #C00016;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.block-cta .entry .surtitle:empty {
  display: none;
}

@media (max-width: 767px) {
  .block-cta .entry .surtitle {
    font-size: 10px;
  }
}

.block-cta--alt {
  margin-right: 0;
  height: 588px;
}

@media (max-width: 1023px) {
  .block-cta {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .block-cta {
    height: 360px;
  }
}

.breadcrumb {
  display: block;
  margin-bottom: 0;
  background: none;
  border-top: 1px solid #f8f5ee;
  padding: 14px 10px 17px;
  border-radius: 0;
}

.breadcrumb ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
}

.breadcrumb li {
  position: relative;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
}

.breadcrumb li:after {
  position: absolute;
  top: 0;
  right: -3px;
  content: '/';
  font-size: 12px;
  color: #848279;
}

.breadcrumb li:last-of-type:after {
  display: none;
}

.breadcrumb a {
  color: #848279;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #24200f;
}

.breadcrumb span {
  color: #24200f;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.center-image {
  position: relative;
}

.center-image img {
  width: 100%;
  height: auto;
}

.center-image .cta-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -23px;
}

.center-image .cta-wrapper a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  font-size: 12px;
  font-weight: 400;
  height: 47px;
  line-height: 47px;
  min-width: 195px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #000;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
}

.center-image .cta-wrapper a:hover {
  letter-spacing: 0.18em;
}

.center-image .btn-scroll-to {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 16px 22px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  transition: background 0.4s;
}

.center-image .btn-scroll-to i + span {
  margin-left: 10px;
}

.center-image .btn-scroll-to:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}

.center-image .image-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 35px;
  color: #fff;
}

.center-image.center-image-bg {
  padding-top: 50%;
  height: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .center-image .image-desc {
    position: static;
    color: #000;
    font-size: 11px;
    padding: 10px 0;
  }

  .center-image .image-desc p {
    margin-bottom: 0;
  }

  .center-image .image-desc br {
    display: none;
  }

  .center-image.center-image-bg {
    padding-top: 100%;
    height: 0;
  }
}

@media (max-width: 767px) {
  .expand-desktop .center-image .image-desc {
    padding: 10px 10px;
  }

  .expand-desktop .center-image .image-desc p {
    font-size: 11px;
  }
}

.citation {
  text-align: center;
  padding: 50px 40px 50px;
}

.citation blockquote {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.citation blockquote:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  background: url(../images/ico-star.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
}

.citation .quote-author {
  display: block;
  text-align: center;
  line-height: 1.43;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 767px) {
  .citation {
    padding: 30px 0 30px;
  }

  .citation blockquote {
    font-size: 16px;
    line-height: 1.31;
  }

  .citation .quote-author {
    font-size: 12px;
  }
}

.discover .section-background {
  background-size: cover;
  background-position: center center;
  height: 680px;
}

.discover .section__head {
  position: relative;
  margin: 0 -10px;
}

.discover .section__head .section__head-content {
  position: absolute;
  width: 580px;
  left: 50%;
  bottom: -33px;
  background: #fff;
  padding: 41px 20px 20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.discover .link-holder {
  margin-bottom: 60px;
  text-align: center;
}

.discover .section__body {
  padding-top: 41px;
}

@media (max-width: 767px) {
  .discover .section__head .section__head-content {
    position: static;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .discover .section-background {
    height: 0;
    padding-top: 100%;
  }

  .discover .section__body {
    padding-top: 20px;
  }

  .discover .link-holder {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------ *	gallery
\* ------------------------------------------------------------ */
.gallery .gallery__item > a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.gallery .gallery__item > a:hover {
  color: inherit;
}

.gallery .gallery__item > a:hover .image {
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.gallery .gallery__item > a:hover .image-caption {
  color: #C00016;
}

.gallery .gallery__item > a:hover .image-caption:before {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.gallery .gallery__item .image-holder {
  display: block;
  position: relative;
  padding-top: 0;
}

.gallery .gallery__item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  transition: 2s;
}

.gallery .gallery__item .image-caption {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  font-family: 'Trenda';
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
  color: #000;
  overflow: hidden;
  transition: color 0.4s;
}

.gallery .gallery__item .image-caption:before {
  position: absolute;
  bottom: 0;
  left: 100%;
  content: '';
  width: 100%;
  height: 1px;
  background: #C00016;
  transition: transform 1.2s;
}

.gallery .gallery__item--tall {
  width: 100%;
}

.gallery .gallery__item--tall .image-holder {
  height: 593px;
}

.gallery .gallery__item--shrink {
  width: 364px;
}

.gallery .gallery__item--shrink .image-holder {
  height: 364px;
}

.gallery .gallery__item--expand {
  margin-right: calc(-50vw + 590px);
}

.gallery .gallery__item--expand .image-holder {
  height: 335px;
}

.gallery .gallery__item--spaced-top {
  margin-top: 66px;
}

.gallery .gallery__item--center .image-holder {
  height: 485px;
}

.gallery .gallery__item + .gallery__item {
  margin-top: 66px;
}

@media (max-width: 1023px) {
  .gallery .gallery__item .image-holder {
    height: auto;
    padding-top: 100%;
  }
}

@media (max-width: 767px) {
  .gallery .gallery__item--tall .image-holder {
    height: auto;
    padding-top: 125%;
  }

  .gallery .gallery__item--center .image-holder {
    height: auto;
    padding-top: 65%;
  }

  .gallery .gallery__item .image-caption {
    margin: 10px 0;
    font-size: 12px;
  }

  .gallery .gallery__item--spaced-top {
    margin-top: 0;
  }
}

.footer {
  padding-top: 71px;
  background: #000;
  color: #fff;
}

.footer h5 {
  text-transform: uppercase;
  margin-bottom: 21px;
}

.footer-menu-links nav > h3 {
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  pointer-events: none;
}

.footer h5 a {
  color: inherit;
  text-decoration: none;
}

.footer .accordion-toggle {
  pointer-events: none;
}

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

.footer .footer__logo {
  display: inline-block;
  margin-bottom: 60px;
}

.footer .footer__msg {
  text-align: center;
  padding-bottom: 59px;
}

.footer .footer__msg h4,
.footer .footer__msg h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.footer .footer__bar {
  border-top: 1px solid #474747;
  padding: 20px 0 25px;
}

.footer .footer__bar .footer__bar__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .copyright p {
  font-size: 11px;
  font-weight: 300;
  color: #bababa;
  text-transform: uppercase;
  margin: 0;
}

.footer .socials {
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .footer .list-links {
    margin-bottom: 15px;
  }

  .footer .footer__msg {
    padding: 20px 0 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 30px 0;
  }

  .footer .footer__logo {
    max-width: 182px;
    margin-bottom: 27px;
  }

  .footer .socials {
    margin-bottom: 55px;
  }

  .footer h5,
  .footer-menu-links nav > h2,
  .footer-menu-links nav > h3,
  .footer-menu-links .col-12:last-child nav > h3.active,
  .footer-menu-links .col-12:last-child nav > h2.active {
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #414141;
  }

  .footer h5.last,
  .footer-menu-links .col-12:last-child nav > h3,
  .footer-menu-links .col-12:last-child nav > h3.active + .menu,
  .footer-menu-links .col-12:last-child nav > h2,
  .footer-menu-links .col-12:last-child nav > h2.active + .menu {
    border: none;
  }

  .footer .accordion-toggle,
  .footer-menu-links nav > h3,
  .footer-menu-links nav > h2 {
    pointer-events: all;
    position: relative;
  }

  .footer .accordion-toggle:after,
  .footer-menu-links nav > h3:after,
  .footer-menu-links nav > h2:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background: url(../images/ico-plus.svg) 0 0 no-repeat;
    width: 15px;
    height: 14px;
    background-size: 100% 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: transform 0.4s;
  }

  .footer .accordion-toggle.active:after,
  .footer-menu-links nav > h3.active:after,
  .footer-menu-links nav > h2.active:after {
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .footer .collapsed-content,
  .footer-menu-links nav .menu {
    display: none;
    border-bottom: 1px solid #414141;
  }

  .footer .list-links,
  .footer-menu-links nav .menu {
    padding: 15px 0;
  }

  .footer .footer__msg {
    text-align: center;
    padding: 20px 40px;
    margin: 0px -40px 0;
    border-top: 1px solid #414141;
  }

  .footer .footer__msg h4,
  .footer .footer__msg h3 {
    font-size: 14px;
  }

  .footer .btn-scroll-top {
    display: none;
  }

  .footer .footer__bar {
    text-align: center;
    padding: 20px 0;
    margin: 0 -30px;
  }

  .footer .footer__bar .footer__bar__inner {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-menu-links nav .menu {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
}

.socials li {
  padding: 0 15px;
}

.socials a svg path {
  transition: fill 0.4s;
}

.socials a:hover svg path {
  fill: #C00016;
}

/* ------------------------------------------------------------ *	Quote
\* ------------------------------------------------------------ */
.quote {
  text-align: center;
  padding: 50px 0 40px;
}

.wrapper .quote blockquote {
  color: #000;
  font-family: "PrintedMoments", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.8;
  text-align: center;
  /*letter-spacing: -.5px;*/
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .wrapper .quote blockquote {
    font-size: 26px;
    line-height: 1.8;
  }
}

.quote blockquote:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  background: url(../images/ico-star.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
}

.quote .quote-author {
  display: block;
  text-align: center;
  line-height: 2.18;
  font-size: 11px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 767px) {
  .quote {
    padding: 30px 0 30px;
  }

  .quote blockquote {
    font-size: 26px;
    line-height: 1.31;
  }

  .quote .quote-author {
    font-size: 12px;
  }
}

.header-container + div,
.header-container + main,
main.wrapper {
  margin-top: 85px;
}

.header-container + .hero {
  margin-top: 0;
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.4s;
}

.header.loaded {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header .header__inner {
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: height 0.4s;
}

.header .logo {
  width: 156px;
  transition: width 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shrink .header .header__inner {
  height: 70px;
}

.shrink .burger {
  top: 25px;
}

.shrink .logo {
  width: 120px;
}

@media (max-width: 768px) {
  .header-container + div {
    margin-top: 75px;
  }

  .header-container + .hero {
    margin-top: 0;
  }

  .header {
    border-bottom: 1px solid #f8f5ee;
  }

  .header .logo {
    max-width: 130px;
  }

  .header .header__inner {
    height: 75px;
  }

  .header .burger {
    position: relative;
    top: 0;
  }

  .shrink .header .header__inner {
    height: 75px;
  }

  .shrink .logo {
    width: 130px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero h6 {
  color: #C00016;
  margin-bottom: 6px;
}

.hero h1 {
  margin-bottom: 35px;
}

.hero .hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.hero .btn-scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .hero .hero__content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero h6 {
    margin-bottom: 9px;
  }

  .hero h1 {
    margin-bottom: 10px;
  }

  .hero .hero-actions a {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }

  .hero .hero-actions a + a {
    margin-top: 10px;
  }
}


.video-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.video-bg iframe {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.in-fullscreen iframe {
  -ms-transform: none !important;
  transform: none !important;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .video-holder .video-bg iframe {
    pointer-events: all;
  }
}

.image-curl {
  padding: 50px 0;
}

.image-curl .section__head {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .image-curl {
    padding: 30px 0;
    margin: 0 -10px;
  }

  .image-curl .slider__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.image-and-text p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 28px;
}

.image-and-text p:last-child {
  margin-bottom: 0;
}

.image-and-text .entry {
  margin-bottom: 28px;
}

.image-and-text .entry:last-child {
  margin-bottom: 0;
}

.image-and-text .entry h2.section-title {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 20px;
  line-height: 1.71;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .image-and-text p {
    font-size: 14px;
    line-height: 1.71;
  }
}

.image-high-text-right {
  padding: 50px 0;
}

.image-high-text-right .background {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 120%;
}

@media (max-width: 1023px) {
  .image-high-text-right--alt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .image-high-text-right {
    padding: 30px 0;
  }

  .image-high-text-right .entry {
    padding: 30px 0 0;
  }

  .image-high-text-right .entry + div {
    text-align: center;
  }

  .image-high-text-right--alt {
    padding-top: 0;
  }
}

.image-large-text-inside {
  position: relative;
  padding: 115px 0;
}

.image-large-text-inside .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.image-large-text-inside .content {
  text-align: center;
  background: #fff;
  padding: 87px 50px;
  min-height: 450px;
}

.image-large-text-inside .pictogram {
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .image-large-text-inside {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-large-text-inside .image {
    position: static;
    padding-top: 100%;
    height: 0;
  }

  .image-large-text-inside .content {
    margin-top: -70px;
    padding: 25px 28px;
    min-height: 0;
  }

  .image-large-text-inside .content p {
    margin-bottom: 0;
  }
}

.image-large-text-right .content {
  padding-left: 43px;
}

.image-large-text-right p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 28px;
}

.image-large-text-right p:last-child {
  margin-bottom: 0;
}

.image-large-text-right .background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 86%;
}

@media (max-width: 1023px) {
  .image-large-text-right .content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .image-large-text-right .content {
    padding: 30px 0;
  }

  .image-large-text-right p {
    font-size: 14px;
    line-height: 1.71;
  }
}

.image-large-title-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 680px;
}

.image-large-title-inside .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.image-large-title-inside .content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  padding: 91px 10px 45px;
}

@media (max-width: 1023px) {
  .image-large-title-inside {
    height: 480px;
  }

  .image-large-title-inside .content {
    padding: 45px 10px;
  }
}

@media (max-width: 767px) {
  .image-large-title-inside {
    display: block;
    height: auto;
  }

  .image-large-title-inside .image {
    position: static;
    height: 0;
    padding-top: 100%;
  }

  .image-large-title-inside .content {
    padding: 10px 20px;
  }

  .image-large-title-inside .content h5 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
  }

  .image-large-title-inside .content h5 a {
    text-decoration: none;
    text-transform: uppercase;
  }
}

.image-list {
  padding: 50px 0 0;
}

.image-list .center-image {
  margin-bottom: 40px;
}

.image-list > .center-image:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .image-list {
    padding: 30px 0 0;
  }

  .image-list > .center-image:last-of-type,
  .image-list .center-image {
    margin-bottom: 20px;
  }
}

.image-list-small {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .image-list-small {
    padding: 10px 0 30px;
  }
}

.image-xl-left .background {
  padding-top: 60%;
}

@media (max-width: 767px) {
  .image-xl-left .background {
    padding-top: 100%;
  }
}

.ingredient {
  text-align: center;
}

.ingredient svg .line {
  fill: transparent;
  stroke: #C00016;
  stroke-dasharray: 100;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.ingredient span {
  display: block;
  margin-top: 13px;
  text-transform: uppercase;
  line-height: 2.83;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ingredient svg {
    width: 60px;
    height: 60px;
  }

  .ingredient span {
    font-size: 9px;
  }
}

.ingredient-holder {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ingredient-holder .ingredient + .ingredient {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .ingredient-holder {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
  }

  .ingredient-holder .ingredient + .ingredient {
    margin-left: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 767px) {
  .introduction {
    margin-top: 85px;
  }
}

.introduction .intruduction-image {
  position: relative;
  margin-right: -50px;
  margin-left: calc(-50vw + 585px);
}

.introduction .intruduction-image > img {
  width: 100%;
  height: auto;
}

.introduction .intruduction-image .background {
  height: 0;
  padding-top: 95%;
  background-size: cover;
  background-position: center center;
}

.introduction .product-image-holder {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.introduction .product-image-holder.xs {
  display: none;
}

.introduction .introduction-content {
  padding-top: 169px;
  padding-bottom: 50px;
  text-align: center;
}

.introduction .introduction-content .title {
  margin-bottom: 2px;
}

.introduction .introduction-content .list-tags {
  margin-bottom: 32px;
}

.introduction .entry {
  margin-top: 188px;
  padding: 0 40px;
}

.introduction .entry p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1200px) {
  .introduction .intruduction-image {
    margin-left: calc(-50vw + 475px);
    margin-right: 0;
  }

  .introduction .introduction-content {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .introduction .entry {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .introduction .intruduction-image {
    margin-left: calc(-50vw + 374px);
    margin-right: 0;
  }

  .introduction .product-image {
    /*max-width: 180px; */
    text-align: center;
  }
}

@media (max-width: 767px) {
  .introduction .intruduction-image {
    margin-left: 0;
    padding-top: 0;
  }

  .introduction .product-image {
    /*max-width: 180px; */
    text-align: center;
    margin: 0 auto;
  }

  .introduction .introduction-content {
    z-index: auto !important;
  }

  .introduction .section-cta {
    transform: none !important;
    transition: none !important;
  }

  .introduction .product-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .introduction .product-cta a {
    width: 100%;
  }

  .page-node-type-product {
    padding-bottom: 20px;
  }

  .introduction .product-image-holder {
    position: static;
    -ms-transform: none;
    transform: none;
  }

  .introduction .product-image-holder.lg {
    display: none;
  }

  .introduction .product-image-holder.xs {
    display: block;
  }

  .introduction .introduction-content {
    padding-top: 30px;
    -ms-transform: none !important;
    transform: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  .introduction .entry {
    padding: 0;
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .introduction .entry p {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 300;
  }
}

.left-image-high .background {
  padding-top: 90%;
}

.menu-champagne {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s;
  z-index: 9;
}

.menu-champagne .navigation-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 529px);
  height: 100%;
  background: #f8f5ee;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s 0.3s, opacity 0.2s 0.3s;
}

.menu-champagne .menu-inner {
  width: 529px;
  margin-left: calc(100% - 529px);
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  padding: 36px 50px 0 36px;
}

.menu-champagne .product-horizontal {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.menu-champagne .btn-close {
  position: absolute;
  right: 36px;
  top: 36px;
}

.menu-champagne.open {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-champagne.open .navigation-overlay {
  visibility: visible;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .menu-champagne.open .navigation-overlay {
    display: none;
  }

  .menu-champagne {
    background: #fff;
  }

  .menu-champagne .section-title {
    margin: 22px 20px 22px;
    text-transform: uppercase;
    font-family: 'Trenda';
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
  }

  .menu-champagne .btn-close {
    right: 22px;
    top: 22px;
  }

  .menu-champagne .menu-inner {
    margin-left: 0;
    padding: 10px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100vh - 66px);
  }

  .menu-champagne .product-horizontal {
    width: 50%;
    padding: 0 5px;
  }

  .menu-champagne .product-horizontal .btn {
    min-width: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.menu-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.menu-navigation .navigation-overlay {
  position: absolute;
  left: 80%;
  top: 0;
  width: 29%;
  height: 100%;
  background: #f8f5ee;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s 0.3s, opacity 0.2s 0.3s;
}

.menu-navigation .menu-inner {
  width: 80%;
  background: #fff;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 85px 50px 85px 50px;
  padding-left: calc(50vw - 490px);
  overflow-y: auto;
}

.menu-navigation .logo-menu {
  margin-bottom: 50px;
  position: static;
  top: 0;
  left: 0;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.menu-navigation.open {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-navigation.open .navigation-overlay {
  visibility: visible;
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .menu-navigation .menu-inner {
    width: 85%;
    padding-left: 90px;
    padding-right: 10px;
  }

  .menu-navigation .navigation-overlay {
    left: 85%;
    width: 15%;
  }
}

@media (max-width: 767px) {
  .menu-navigation {
    background: #fff;
    z-index: 3;
  }

  .menu-navigation .menu-inner {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 69px;
    max-height: 100vh;
    overflow-y: auto;
  }

  .menu-navigation .overlay {
    display: none;
  }

  .menu-navigation .logo-menu {
    display: block;
    margin-bottom: 50px;
  }

  .menu-navigation .btn-close {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}

.nav {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.nav ul {
  list-style-type: none;
}

.nav a {
  text-decoration: none;
}

.nav > ul {
  position: relative;
  width: 280px;
}

.nav > ul > li + li {
  margin-top: 36px;
}

.nav > ul > li.current.animated > a {
  color: #C00016;
}

.nav > ul > li.current.animated > a:before {
  visibility: visible;
  opacity: 1;
  width: 56px;
}

.nav > ul > li.current.animated > a > i path {
  fill: #C00016;
}

.nav > ul > li.current.animated .dropdown {
  visibility: visible;
  opacity: 1;
}

.nav > ul > li.reset_transform {
  -ms-transform: none !important;
  transform: none !important;
}

.nav > ul > li > a {
  position: relative;
  font-size: 20px;
  line-height: 1.45;
  font-family: 'Trenda';
  text-transform: uppercase;
  color: #24200f;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: color 0.4s;
  transition-delay: 0.4s;
}

.nav > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: -81px;
  content: '';
  width: 0;
  height: 2px;
  background: #C00016;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: width 0.4s;
}

.nav > ul > li > a > i {
  margin-left: 20px;
  font-size: 0;
  display: block;
}

.nav > ul > li > a > i path {
  transition: fill 0.4s;
}

.nav .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}

.nav .dropdown a {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Trenda';
  color: #C00016;
}

.nav .dropdown a:hover {
  color: #24200f;
}

.nav .dropdown li {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  width: 280px;
}

.nav .dropdown li + li {
  margin-top: 25px;
}

.nav .dropdown.two-columns {
  column-count: 2;
}

@media (max-width: 1023px) {
  .nav .dropdown li + li {
    margin-top: 10px;
  }

  .nav .dropdown.two-columns {
    column-count: 1;
  }
}

@media (max-width: 767px) {
  .nav > ul {
    width: 100%;
  }

  .nav > ul > li > a {
    font-size: 18px;
    transition: color 0.4s, padding 0.4s 0.4s;
    transition-delay: 0s;
  }

  .nav > ul > li + li {
    margin-top: 24px;
  }

  .nav .dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s;
    transition-delay: 0.6s;
  }

  .nav .dropdown li {
    opacity: 1;
    width: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav .dropdown.two-columns {
    column-count: 1;
  }

  .nav .dropdown ul {
    padding-top: 20px;
    column-count: 1;
  }

  .nav .dropdown a {
    font-size: 14px;
  }

  .nav .dropdown li + li {
    margin-top: 20px;
  }

  .nav > ul > li.current .dropdown {
    max-height: 1000px;
  }

  .nav > ul > li.current.animated > a:before {
    visibility: visible;
    opacity: 1;
    width: 18px;
  }

  .nav > ul > li.current.animated > a > i path {
    fill: #C00016;
  }

  .nav > ul > li > a:before {
    left: 0;
  }

  .nav > ul > li.current > a:before {
    width: 18px;
    visibility: visible;
    opacity: 1;
  }

  .nav > ul > li.current > a {
    padding-left: 22px;
  }
}

.navigation-foot {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-foot .socials > span,
.navigation-foot .contact-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.navigation-foot .socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-foot .socials > span {
  margin-right: 20px;
}

.navigation-foot .socials + .contact-link {
  margin-left: 56px;
}

@media (max-width: 767px) {
  .navigation-foot {
    display: block;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ddddd9;
  }

  .navigation-foot .contact-link,
  .navigation-foot .socials > span {
    font-size: 14px;
  }

  .navigation-foot .contact-link {
    display: block;
  }

  .navigation-foot .socials > span {
    margin-right: 10px;
  }

  .navigation-foot .socials + .contact-link {
    margin-left: 0;
    margin-top: 26px;
  }

  .navigation-foot .socials ul {
    margin: 0 -7px;
  }

  .navigation-foot .socials li {
    padding: 0 3px;
  }
}

.opening-page p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.63;
}

.opening-page p + i {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .opening-page p {
    font-size: 14px;
  }

  .opening-page .content {
    padding-bottom: 30px;
  }
}

.section-introduction {
  margin-bottom: 20px;
}

.section-introduction h3 {
  margin-bottom: 0;
  color: #C00016;
  font-weight: 300;
}

.page-baseline {
  text-align: center;
  margin-bottom: 56px;
  width: 100%;
}

.page-baseline p {
  font-size: 20px;
  font-weight: 300;
  font-family: 'Trenda';
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-baseline {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-baseline p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.page-introduction .page-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .page-introduction .center-image {
    margin: 0 -10px;
  }

  .page-introduction .btn-scroll-to {
    display: none;
  }

  .page-introduction .page-title {
    margin-bottom: 25px;
  }
}

.page-introduction-small .page-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .page-introduction-small {
    padding: 0 10px;
  }

  .page-introduction-small .page-title {
    margin-bottom: 15px;
  }
}

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

.page-subtitle h1,
.page-subtitle .h1 {
  font-size: 36px;
  margin-top: 25px;
  font-weight: 400;
  font-family: 'TrendaSemiDb', sans-serif;
  margin-bottom: 0;
  line-height: 1.28;
}

@media (max-width: 767px) {
  .page-subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-subtitle h1,
  .page-subtitle .h1 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {

  .page-subtitle h1,
  .page-subtitle .h1 {
    font-size: 26px;
  }
}

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

.page-title h1,
.page-title .h1 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 1;
}

.page-title--thin h1,
.page-title--article h1 {
  font-family: 'Trenda';
  font-weight: 400;
  font-size: 36px;
}

@media (max-width: 1023px) {

  .page-title h1,
  .page-title .h1 {
    font-size: 46px;
  }

  .page-title--thin h1,
  .page-title--article h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .page-title h1,
  .page-title .h1 {
    font-size: 28px;
    line-height: 1.14;
  }

  .page-title--thin h1,
  .page-title--article h1 {
    font-size: 20px;
  }
}

.pourcent-ring {
  margin-bottom: 28px;
  text-align: center;
}

.pourcent-ring svg circle {
  stroke-dashoffset: 0;
  stroke: #f8f5ee;
  stroke-width: 2px;
}

.pourcent-ring .progress-line {
  stroke: #24200f;
  stroke-dashoffset: 226.2;
  transition: stroke-dashoffset 1.2s linear;
}

.pourcent-ring span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #24200f;
}

.pourcent-ring span strong {
  font-weight: 500;
  text-transform: none;
}

.pourcent-ring-parent + .pourcent-ring-parent {
  margin-left: 42px;
}

@media (max-width: 767px) {
  .pourcent-ring svg {
    width: 60px;
    height: 60px;
  }

  .pourcent-ring span {
    font-size: 10px;
  }

  .pourcent-ring + .pourcent-ring {
    margin-left: 0;
  }
}

.pourcent-ring-parent {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pourcent-ring-parent {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product .product-image {
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}

.product .product-image .decoration {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product .product-image .decoration svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.8s, opacity 0.8s;
}

.product .product-image .list-btns {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: visibility 0.4s, opacity 0.4s;
  transition-delay: 0.2s;
}

.product .product-image .list-btns li {
  /* opacity: 0; */
  visibility: hidden;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 400ms;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.product .product-image img {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
  max-height: 320px;
  width: auto;
}

.product .product-image:hover {
  position: relative;
  z-index: 99;
}

.product .product-image:hover .list-btns {
  visibility: visible;
  opacity: 1;
}

.product .product-image:hover .decoration {
  visibility: visible;
  opacity: 1;
}

.product .product-image:hover .decoration svg {
  width: 450px;
  height: auto;
  opacity: 0.8;
}

.product .product-content {
  padding: 12px 0 0;
}

.product .product__actions {
  display: none;
}

@media (max-width: 767px) {
  .product .product-image .list-btns {
    display: none;
  }

  .product .product-image:hover .decoration {
    display: none;
  }

  .product .list-btns {
    padding-top: 20px;
  }

  .product .product__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.product-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.product-horizontal .product-image {
  width: 160px;
  text-align: center;
}

.product-horizontal .product-image img {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
}

.product-horizontal .product-content {
  padding: 0 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-horizontal .product-name {
  text-align: left;
}

.product-horizontal .list-tags {
  margin-bottom: 17px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-horizontal--reversed {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.product-horizontal--reversed .product-name {
  text-align: right;
}

.product-horizontal--reversed .list-tags {
  margin-bottom: 17px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-horizontal--reversed .list-cta-links {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .product-horizontal {
    display: block;
    margin-bottom: 20px;
  }

  .product-horizontal .product-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-horizontal .product-content {
    padding: 0;
  }

  .product-horizontal .list-tags {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .product-horizontal .product-name {
    text-align: center;
  }

  .product-horizontal .list-btns {
    padding-top: 20px;
    width: 100%;
  }

  .product-horizontal .product__actions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.product-list {
  padding: 0 0 50px;
}

.product-list .product {
  margin-top: 50px;
}

.product-list .group + .group {
  margin-top: 80px;
}

.product-list .group-image img {
  width: 100%;
  height: auto;
}

.product-list .group-image.expand-left {
  margin-left: calc(-50vw + 585px);
  /* #74022 */
  top: 0 !important;
}

.product-list .group-image.expand-right {
  margin-right: calc(-50vw + 585px);
}

@media (max-width: 1023px) {
  .product-list .group-image.expand-right {
    margin-right: -10px;
  }

  .product-list .group-image.expand-left {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {

  .product-list .group-image.expand-right,
  .product-list .group-image.expand-left {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sticky-parent .scrollmagic-pin-spacer {
    padding: 0 !important;
  }

  .sticky-parent .sticky-image {
    position: static !important;
  }
}

.product-name {
  text-align: center;
  margin-bottom: 3px;
}

.product-name h3,
.product-name div {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

.product-name h5 a,
.product-name div a {
  text-decoration: none;
}

.product-tag a {
  font-size: 14px;
  font-weight: 300;
  color: #C00016;
  text-decoration: none;
}

.product-tag span {
  font-size: 14px;
  font-weight: 300;
  color: #C00016;
  text-decoration: none;
}

.push-article p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}

.push-article h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.push-article h3 a {
  text-decoration: none;
}

.push-article h3 a:hover {
  color: #C00016;
}

.push-article .article__image {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.push-article .article__image a {
  display: block;
  transition: 2s;
}

.push-article .article__image a:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.push-article .article__content {
  text-align: center;
  padding: 20px 25px 20px;
}

.push-article--horizontal .article__content {
  text-align: left;
  padding-left: 40px;
}

.push-article--horizontal .article__content p {
  margin-bottom: 0;
}

.push-article--horizontal .article__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .push-article .article__content {
    padding-left: 0;
    padding-right: 0;
  }

  .push-article--horizontal {
    padding: 0;
  }

  .push-article--horizontal .article__content {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .push-article .article__content {
    padding: 10px 0 20px;
  }

  .push-article h3 {
    font-size: 12px;
    margin-bottom: 0;
  }

  .push-article p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
  }

  .push-article p:last-child {
    margin-bottom: 0;
  }

  .push-article--horizontal .article__content {
    text-align: center;
  }
}

.push-two-article {
  padding: 50px 0;
}

.push-two-article .push-article-grid,
.push-two-article .js-slider-articles {
  margin: 0 -40px;
  display: -ms-flexbox;
  display: flex;
}

.push-two-article .push-article-grid .push-article {
  padding: 0 40px;
  width: 50%;
}

.push-two-article .push-article-grid .push-article + .push-article {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .push-two-article .push-article-grid .push-article + .push-article {
    margin-top: 0;
  }
}

.push-two-article .section__head {
  margin-bottom: 43px;
}

.push-two-article .section__foot {
  text-align: center;
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .push-two-article {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .push-two-article {
    padding: 0;
  }

  .push-two-article .js-slider-articles {
    display: block;
  }

  .push-two-article .js-slider-articles .push-article {
    width: 100%;
    padding: 0;
  }

  .push-two-article .slider__dots {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .push-two-article .push-article-grid {
    display: block;
    margin: 0;
  }

  .push-two-article .push-article-grid .push-article {
    width: 100%;
    padding: 0;
  }

  .push-two-article .push-article + .push-article {
    margin-top: 0;
  }
}

.js-slider-articles {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.js-slider-articles .slide {
  width: 50%;
  padding: 0 40px;
}

.js-slider-articles .slide:nth-child(2) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .js-slider-articles {
    margin: 0 -10px;
  }

  .js-slider-articles .slide {
    padding: 0;
    width: 70%;
  }

  .js-slider-articles .slide:nth-child(2) {
    margin-top: 0;
  }
}

.push-xs .content {
  text-align: center;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .push-xs .content {
    padding: 15px 0;
  }
}

.reservation .reservation__inner {
  padding: 26px;
  background: #f8f5ee;
}

@media (max-width: 767px) {
  .reservation .reservation__inner {
    padding: 0 28px 30px;
  }
}

/* ------------------------------------------------------------ *	form-reservation
\* ------------------------------------------------------------ */
.form-reservation .form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.form-reservation .form__col {
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
}

.form-reservation .form__col--1of3 {
  max-width: 33.33%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .form-reservation .form__col {
    max-width: 100%;
  }

  .form-reservation .form__col + .form__col {
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------ *	block-reservation
\* ------------------------------------------------------------ */
.block-reservation {
  position: relative;
  background: #fff;
  height: 365px;
  background: #ffffff;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block-reservation h5 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.block-reservation .price {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.block-reservation .field {
  text-align: center;
  width: 100%;
  height: 43px;
  font-size: 36px;
  font-family: 'TrendaBlack';
  color: #000;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-reservation .field:-ms-input-placeholder {
  color: #000;
}

.block-reservation .field::placeholder {
  color: #000;
}

.block-reservation .form__controls--with-btns {
  position: relative;
  width: 100%;
}

.block-reservation .btn-decrement,
.block-reservation .btn-increment {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  font-family: 'TrendaBlack';
  width: 64px;
  text-align: center;
  border: none;
  padding: 0;
  background: none;
}

.block-reservation .btn-decrement:focus,
.block-reservation .btn-increment:focus {
  outline: none;
}

.block-reservation .btn-decrement {
  left: 0;
}

.block-reservation .btn-increment {
  right: 0;
}

.block-reservation input::-webkit-outer-spin-button,
.block-reservation input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.block-reservation input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
}

@media (max-width: 1023px) {
  .block-reservation {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .block-reservation {
    height: 275px;
  }

  .block-reservation h5 {
    top: 20px;
  }

  .block-reservation .price {
    bottom: 20px;
    font-size: 18px;
  }
}

.slider-champagne {
  border-top: 1px solid #efebe3;
  border-bottom: 1px solid #efebe3;
  padding: 50px 0;
}

.slider-champagne h3 {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

.slider-champagne h3 span {
  font-weight: 400;
  display: block;
  font-size: 26px;
  line-height: 1.54;
  font-family: 'Trenda';
}

@media (max-width: 767px) {
  .slider-champagne h3 span {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .slider-champagne h3 span {
    font-size: 18px;
  }
}

.slider-champagne .surtitle {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  line-height: 1.17;
  color: #C00016;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.slider-champagne .surtitle:empty {
  display: none;
}

@media (max-width: 767px) {
  .slider-champagne .surtitle {
    font-size: 10px;
  }
}

.slider-champagne .slider__clip {
  position: relative;
}

.slider-champagne .slick-list {
  margin: 0 -20px;
}

.slider-champagne .slider__slide {
  padding: 0 20px;
}

.slider-champagne .slider__content {
  padding-top: 76px;
}

.slider-champagne .slider__controls {
  padding-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.slider-champagne .slider__dots {
  margin-right: 20px;
}

.slider-champagne .slider__arrow {
  top: 128px;
}

@media (max-width: 1200px) {
  .slider-champagne .slider__dots {
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  .slider-champagne .slider__controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-champagne .slider__controls .link-underline {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .slider-champagne {
    padding: 30px 0;
  }

  .slider-champagne .slider__content {
    padding-top: 0;
    text-align: center;
  }

  .slider-champagne .slider__dots {
    position: static;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-champagne .slider__controls {
    padding-top: 30px;
  }
}

.slider-service {
  padding: 50px 0;
}

.slider-service .background {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 125%;
}

.slider-service .slider-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.slider-service .slider-title h2 {
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

.slider-service .slider__slide {
  text-align: center;
}

.slider-service .slider__slide-image {
  margin-bottom: 15px;
  text-align: center;
}

.slider-service .slider__slide-image img {
  margin: 0 auto;
}

.slider-service .number {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 1.11;
  margin-bottom: 16px;
}

.slider-service p {
  line-height: 1.63;
}

.slider-service p:last-child {
  margin-bottom: 0;
}

.slider-service .slider__controls {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .slider-service {
    padding: 0;
    margin-bottom: 30px;
  }

  .slider-service .slider__clip {
    padding: 30px 0;
  }

  .slider-service .slider__controls {
    padding-top: 0;
  }
}

.social-follow .socials ul {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-follow .socials {
  margin-bottom: 20px;
}

.social-follow p {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .social-follow p {
    margin-bottom: 24px;
  }
}

.social-insert-curve .section__head {
  text-align: center;
  margin-bottom: -39px;
}

.social-insert-curve .section__head i {
  margin-bottom: 10px;
}

.social-insert-curve .section__head .title {
  margin-bottom: 8px;
}

.social-insert-curve .section__head p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .social-insert-curve {
    margin: 0 -10px;
  }

  .social-insert-curve .section__head {
    margin-bottom: 30px;
  }

  .social-insert-curve .slider__dots {
    position: static;
    margin: 30px 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.js-slider-mobile-3 {
  display: -ms-flexbox;
  display: flex;
}

.js-slider-mobile-3 .slide {
  width: 33.33%;
  padding: 0 10px;
}

.js-slider-mobile-3 .slide img {
  width: 100%;
  height: auto;
}

.js-slider-mobile-3 .slide:nth-child(2) {
  margin-top: 106px;
}

.js-slider-mobile-3-alt .slide {
  padding: 0 22px;
}

.js-slider-mobile-3-alt .slide:nth-child(2) {
  margin-top: 80px;
}

.js-slider-mobile-3-alt .slider__slides {
  margin: 0 -22px;
}

@media (max-width: 767px) {
  .js-slider-mobile-3 .slide {
    width: 60%;
  }

  .js-slider-mobile-3 .slide:nth-child(2) {
    margin-top: 0;
  }

  .js-slider-mobile-3-alt .slide {
    padding: 0;
  }

  .js-slider-mobile-3-alt .slider__slides {
    margin: 0px;
  }
}

.social-insert-horizontal {
  padding: 30px 0 0;
}

.social-insert-horizontal .section__head {
  margin-bottom: 50px;
}

.social-insert-horizontal .js-slider-socials .slider__slides {
  display: -ms-flexbox;
  display: flex;
}

.social-insert-horizontal .js-slider-socials .slide {
  padding: 0 10px;
  width: 20%;
}

.social-insert-horizontal .js-slider-socials .slide img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .social-insert-horizontal .js-slider-socials {
    margin: 0 -10px;
  }

  .social-insert-horizontal .js-slider-socials .slide {
    padding: 0;
    width: 60%;
  }

  .social-insert-horizontal .slider__dots {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
  }

  .social-insert-horizontal .section__head {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tab-link {
    padding-top: 10px;
  }
}

.tab {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.tab.current {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}

@media (max-width: 767px) {
  .tab.current {
    border-bottom: 1px solid #efebe3;
    padding-bottom: 20px;
  }
}

.tabs .tabs__nav {
  border-top: 1px solid #efebe3;
  border-bottom: 1px solid #efebe3;
}

.tabs .tabs__nav ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.tabs .tabs__nav li {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs .tabs__nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 70px;
  text-decoration: none;
}

.tabs .tabs__nav a span {
  position: relative;
  font-size: 14px;
  line-height: 1.71;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
}

.tabs .tabs__nav a span:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.4s;
}

.tabs .tabs__nav a:hover span:after,
.tabs .tabs__nav .current span:after {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tabs .tabs__nav li + li {
  border-left: 1px solid #efebe3;
}

.tab-expander {
  position: relative;
  border-bottom: 1px solid #eae7de;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Trenda';
  line-height: 1.57;
  padding: 14px 20px 14px 0;
}

.tab-expander:hover {
  color: #000;
}

.tab-expander:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  background: url(../images/ico-plus-dark.svg) 0 0 no-repeat;
  width: 15px;
  height: 14px;
  background-size: 100% 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: transform 0.4s;
}

.tab-expander.current {
  border-bottom: 1px solid transparent;
}

.tab-expander.current:after {
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.terms {
  padding-top: 80px;
}

.terms h3 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.54;
  font-weight: 300;
  font-family: 'Trenda';
}

.terms p + h3 {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .terms {
    padding-top: 30px;
  }

  .terms h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.text-entry-center {
  text-align: center;
  padding: 50px 0;
}

.text-entry-center p {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 300;
}

@media (max-width: 767px) {
  .text-entry-center {
    text-align: left;
    padding: 0 0 20px;
  }

  .text-entry-center p {
    font-size: 14px;
    line-height: 1.71;
  }
}

.text-introduction {
  text-align: center;
  padding: 50px 0;
}

.text-introduction p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .text-introduction {
    padding: 30px 0;
  }

  .text-introduction p {
    font-size: 16px;
  }
}

.text-left-image-high {
  padding: 50px 0;
}

.text-left-image-high .background {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 125%;
}

.text-left-image-high .image img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .text-left-image-high {
    padding: 0;
  }

  .text-left-image-high .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-left-image-large .background {
  padding-top: 75%;
}

.text-left-image-large .entry {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .text-left-image-large .entry {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.two-columns-center-image-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f5ee;
}

.two-columns-center-image-text .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 480px;
}

.two-columns-center-image-text .introduction {
  padding-left: 120px;
  padding-right: 100px;
}

.two-columns-center-image-text .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.two-columns-center-image-text .price {
  font-size: 18px;
  font-family: 'TrendaBlack';
  margin-right: 21px;
}

@media (max-width: 1023px) {
  .two-columns-center-image-text .image {
    width: 50%;
  }

  .two-columns-center-image-text .introduction {
    padding: 32px 28px 35px;
  }
}

@media (max-width: 767px) {
  .two-columns-center-image-text {
    display: block;
  }

  .two-columns-center-image-text .image {
    width: 100%;
  }

  .two-columns-center-image-text .introduction {
    padding: 32px 28px 35px;
  }
}

.two-columns-image-form {
  position: relative;
  z-index: 2;
}

.two-columns-image-form .section-logo {
  display: block;
  width: 250px;
  /*margin: 0 auto auto;*/
}

.two-columns-image-form .section-logo img {
  width: 100%;
  height: auto;
}

.two-columns-image-form .background {
  padding-top: 0;
}

.two-columns-image-form .trigger-point-top {
  top: -30px;
}

.two-columns-image-form .section__foot {
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
}

.two-columns-image-form .section__foot h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.two-columns-image-form .section__content {
  -ms-flex-positive: 1;
  /*flex-grow: 1;*/
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 50px;
}

.agegate-form .two-columns-image-form .section__content {
  display: block;
}

.two-columns-image-form--login {
  min-height: 100vh;
  overflow: auto;
}

.two-columns-image-form--login .section-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 593px);
}

.two-columns-image-form--login .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.two-columns-image-form--login .section-inner {
  padding-top: 20px;
  max-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: 593px;
  background: #fff;
  min-height: 100vh;
  /* max-height: 100vh; */
  overflow-y: auto;
  padding: 76px 100px 50px;
}

.two-columns-image-form--login .section-inner .js-form-type-select select {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}

.two-columns-image-form--login .section-inner .js-form-type-select i {
  display: none;
}

@media (max-width: 1023px) {
  .two-columns-image-form--login .section-inner {
    width: 450px;
    padding: 76px 30px 50px;
  }

  .two-columns-image-form--login .section-image {
    width: calc(100% - 450px);
  }
}

@media (max-width: 767px) {
  .two-columns-image-form--login {
    height: 1950px;
    min-height: 100vh;
  }

  .two-columns-image-form--login .section-logo {
    max-width: 160px;
    margin: 0 auto 57px;
  }

  .two-columns-image-form--login .section-inner {
    height: 1550px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 37px 42px;
    background: none;
    z-index: 2;
    color: #fff;
  }

  .two-columns-image-form--login .section__content {
    display: block;
  }

  .two-columns-image-form--login .section-image {
    width: 100%;
    z-index: 1;
  }

  .two-columns-image-form--login .section__foot {
    margin-bottom: -20px;
    /* padding-top: 85px; */
  }

  .two-columns-image-form--login .section__foot h4 {
    font-size: 14px;
  }

  .two-columns-image-form--login .section__foot .list-links {
    margin-bottom: 20px;
  }

  .two-columns-image-form--login .list-links {
    margin-bottom: -170px;
  }
}

.form {
  display: -ms-flexbox;
  display: flex;
}

.form h5 {
  line-height: 1.71;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.form p {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 0;
}

.form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.form .form__msg {
  display: none;
}

.form .form__msg.show {
  display: block;
}

.form .form-hint {
  display: block;
  margin-bottom: 30px;
}

.form .form-hint span {
  color: #C00016;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}

.form .form__head {
  margin-bottom: 37px;
}

.form .select select,
.form .field {
  width: 100%;
  height: 66px;
  border: 1px solid #d6d2c7;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border-radius: 0;
}

.form select::-ms-expand {
  display: none;
}

.form .valy-invalid,
.form .error {
  border-color: red !important;
}

.form .field {
  padding: 0 10px;
}

.form .textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  background: #fff;
  border: 1px solid #d6d2c7;
  height: 240px;
  padding: 5px;
}

.form .form__label {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  font-family: 'Trenda';
  color: #000;
  margin-bottom: 10px;
}

.form .form__label.hidden {
  display: none;
}

.form .select {
  position: relative;
}

.form .select select {
  text-align: left;
  padding: 0 28px 0 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form .select i {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form .form__terms .text {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #C00016;
  margin-bottom: 8px;
}

.form .form__controls {
  margin-bottom: 30px;
}

.form .form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.form .form__col {
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 8px;
}

.form .form__col--small {
  width: 103px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form .form__col--large {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form--login .select select,
.form--login .field {
  text-align: center;
}

.form--login .form__btn {
  width: 100%;
}

.form--contact .form__actions {
  padding-top: 35px;
}

.form--contact .form__foot {
  padding-top: 12px;
}

.form--contact .form__foot p {
  font-size: 14px;
  color: #848279;
  font-weight: 300;
}

.form--contact .form-item--error-message {
  display: none;
}

.form-item--error input {
  border: 1px solid #FF0000;
}

.form--contact .form-item--error input {
  border: 1px solid #FF0000;
}

.confirm-message {
  text-align: center;
  font-size: 32px;
}

@media (max-width: 767px) {
  .form .form__label {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .form .select select {
    height: 45px;
    padding: 0 20px 0 10px;
    text-align: left;
    font-size: 16px;
  }

  .form .select i {
    right: 10px;
  }

  .form .field {
    height: 45px;
  }

  .form .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
  }

  .form .form__col {
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5px;
  }

  .form .form__col--small {
    max-width: 80px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .form .form__col--large {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    /*max-width: calc(100% - 160px);*/
  }

  .form .form__controls {
    margin-bottom: 20px;
  }

  .form--login h5 {
    font-size: 12px;
  }

  .form--login p {
    font-size: 12px;
  }

  .form--login .field,
  .form--login .select select {
    height: 45px;
    font-size: 16px;
  }

  .form--login .form__controls {
    margin-bottom: 20px;
  }

  .form--login .form__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .form--login .form__col--small {
    width: 80px;
  }

  .form--login .form__btn {
    color: #000;
    background: #fff;
  }

  .form--login .form__btn:hover {
    color: #000;
  }

  .form--contact .form-hint {
    text-align: left;
    margin-bottom: 10px;
  }

  .form--contact .form__actions {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

.check-field-value {
  border: 1px solid #FF0000;
}

/* Simple news subscription */
.simplesubscription {
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border-radius: 0;
  padding: 28px 40px;
  transition: all 0.5s ease-in-out 0s;
}

.simplesubscription .form-description {
  font-size: 20px;
  margin: 10px 0 50px;
}

.simplesubscription .row {
  height: 100%;
  overflow: auto;
  /* width: 100%; */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.simplesubscription form .page-title {
  width: 100%;
}

.simplesubscription .row::-webkit-scrollbar {
  display: none;
}

.simplesubscription .header-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 99;
  background-color: #fff;
  text-align: center;
}

.simplesubscription .main-content {
  padding-top: 70px;
  width: 100%;
}

.simplesubscription .main-content .content {
  padding-bottom: 39px;
}

.simplesubscription-open .simplesubscription {
  top: 0;
  transition: all 0.5s ease-in-out 0s;
}

.simplesubscription .close {
  width: 16px;
  height: 16px;
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 99;
}

.simplesubscription-open {
  height: 100%;
  overflow: hidden;
}

.simplesubscription-open .wrapper {
  height: 100%;
  overflow: auto;
}

.simplesubscription-open:before,
.qrcode-open:before {
  content: '';
  display: inline-block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f5ee;
  opacity: 0.8;
  z-index: 99;
}

.simplesubscription .webform-confirmation,
.simplesubscription .webform-confirmation__message {
  width: 100%;
}

.simplesubscription .webform-confirmation__message {
  margin: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.simplesubscription .form__controls .error,
.simplesubscription .form__row .error,
.newsletter-footer-block-with-cta-button .error {
  border: #dc3545 1px solid;
}

.simplesubscription .system-status-message,
.simplesubscription .field--name-field-birthdate .form-item--error-message {
  display: none;
}

.thank-you-open .main-content .content,
.thank-you-open .main-content .content * {
  height: 100%;
}

.thank-you-open .row {
  overflow: hidden;
}

.simplesubscription .header-mobile {
  margin: 0;
}

.simplesubscription .content {
  width: 100%;
}

.intro-header {
  max-width: 480px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  margin: 0 auto 15px;
  width: 100%;
}

.intro-header .title {
  font-family: "BwMitga", sans-serif;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.intro-header .description {
  max-width: 444px;
  margin: 0 auto;
  font-family: 'Trenda';
  line-height: 1.43;
}

.simplesubscription .form-hint {
  display: block;
  width: 100%;
}

.simplesubscription .form-hint span {
  color: #C00016;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}

.simplesubscription form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.simplesubscription .system-status-message {
  padding: 8px 10px;
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin: 10px 0;
  font-size: 12px;
}

.simplesubscription .system-status-message ul li a {
  color: #721c24;
  font-weight: bold;
  text-decoration: none;
}

.simplesubscription form .form__row {
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 21px;
  padding-bottom: 0;
}

.simplesubscription form .form__row .form__row,
.simplesubscription form .field--name-field-subscribe,
.simplesubscription form .js-form-type-webform-markup {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0;
}

.simplesubscription form .form__row:nth-child(2n) {
  margin-right: 0;
}

.simplesubscription form .form-item-message {
  display: block;
  width: 100%;
}

.simplesubscription form .form__row .form__row {
  padding: 0;
}

.simplesubscription form .form__row label,
.simplesubscription form .form__row > h4 {
  margin-bottom: 5px;
  font-family: 'Trenda', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000;
}

.simplesubscription form .form__row input,
.simplesubscription form .form__row select,
.simplesubscription form .form__row textarea {
  padding: 16px;
  margin: 0;
  width: 100%;
  min-height: 60px;
  font-family: 'Trenda';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  border: solid 1px #d6d2c7;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}

.simplesubscription form .form__row select {
  padding: 16px 40px 16px 16px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-origin: content-box;
  background-position: right -20px center;
}

.simplesubscription form .field--name-field-subscribe label {
  text-transform: none;
  margin-bottom: 0;
}

.simplesubscription form .field--type-datetime .form-required:after {
  content: '*';
  display: inline-block;
}

.simplesubscription form .js-form-type-webform-markup {
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 12px;
  line-height: 1.67;
  color: #848279;
}

.simplesubscription form .field--name-field-subscribe {
  margin-bottom: 15px;
}

.simplesubscription form .field--name-field-subscribe label,
.simplesubscription form [id^='edit-subscribe--description'] {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Trenda';
  line-height: 1.43;
  letter-spacing: normal;
}

.simplesubscription form [id^='edit-subscribe--description'] a:hover {
  text-decoration: underline;
}

.simplesubscription form .field--name-field-instructions-1,
.simplesubscription form .field--name-field-instructions-2,
.simplesubscription form .form-item-instruction-1,
.simplesubscription form .form-item-instruction-2 {
  font-size: 12px;
  line-height: 1.43;
  color: #848279;
}

.simplesubscription form .field--name-field-instructions-2,
.simplesubscription form .form-item-instruction-2 {
  font-size: 14px;
}

.simplesubscription form .form-actions {
  margin-bottom: 0;
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
  text-align: center;
}

.simplesubscription form .form__controls .form-submit {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: 47px;
  line-height: 47px;
  min-width: 163px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
}

.simplesubscription form .field--name-subscriptions,
.simplesubscription form .ajax-progress,
.simplesubscription form .field--type-datetime .form__row + div,
.thank-you-open .intro-header,
.thank-you-open .form-hint,
.simplesubscription form .form__row select + i,
a[id^="webform_submission_newsletter_block_content"] {
  display: none !important;
}

.newsletter-custom-conatiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 37px auto;
  max-width: 1008px;
  height: 400px;
  background-image: url(../images/OPT3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.newsletter-title-link {
  padding: 50px 20px;
  width: 286px;
  min-height: 170px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.newsletter-custom-conatiner .newsletter-subscribe {
  font-size: 12px;
  font-family: 'Trenda';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline !important;
  cursor: pointer;
}

.newsletter-subscribe {
  cursor: pointer;
}

.newsletter-subscribe.our-champagnes,
.user-logged-in .anon-menu {
  display: none;
  color: white;
}

@media screen and (max-width: 767px) {
  .simplesubscription {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .simplesubscription-open #ui-datepicker-div {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .simplesubscription {
    display: flex;
    padding: 41px 35px 37px;
  }

  .thank-you-open {
    display: table;
    height: auto;
    max-height: inherit;
  }


  .simplesubscription .header-row {
    position: static;
    padding: 0;
    background-color: transparent;
  }

  .simplesubscription .main-content,
  .simplesubscription .main-content .content {
    padding: 0;
  }

  .simplesubscription .header-mobile {
    display: none;
  }

  .simplesubscription form .form__row {
    flex: 1 0 46%;
    max-width: 46%;
  }

  .simplesubscription form .form__row .form__row,
  .simplesubscription form .field--name-field-subscribe,
  .simplesubscription form .js-form-type-webform-markup {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .simplesubscription form .field--name-field-subscribe,
  .simplesubscription form .js-form-type-webform-markup {
    margin-bottom: 15px;
  }

  .simplesubscription form .js-form-type-webform-markup {
    padding-left: 0px;
  }

  .newsletter-custom-conatiner {
    margin: 75px auto;
    height: 515px;
  }

  .newsletter-title-link {
    padding: 80px 20px;
    width: 380px;
    min-height: 250px;
  }
}

@media screen and (min-width: 1025px) {
  .webform-submission-ryi-form .form-item-subscribe .checkbox label:after {
    top: 1.7em;
  }

  .simplesubscription {
    padding: 41px 105px 37px;
  }

  .simplesubscription form .form__row {
    margin-bottom: 10px;
  }

  .simplesubscription form .field--name-field-subscribe,
  .simplesubscription form .js-form-type-webform-markup {
    margin-bottom: 15px;
  }

  .newsletter-custom-conatiner {
    margin: 125px auto 100px;
  }
}

/* End Simple news subscription */

/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
.list-checkboxes {
  list-style-type: none;
  margin-bottom: 0;
}

.checkbox [type='checkbox'] {
  position: absolute;
  left: -9999px;
}

.checkbox label {
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 300;
  font-family: 'Trenda';
}

.checkbox label:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #d6d2c7;
}

.checkbox label:after {
  position: absolute;
  top: 6px;
  left: 4px;
  content: '';
  background: url(../images/ico-check.svg) 0 0 no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
}

.checkbox [type='checkbox']:not(:checked) + label:after {
  visibility: hidden;
  opacity: 0;
}

.checkbox [type='checkbox']:checked + label:after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .checkbox label {
    padding-left: 28px;
  }
}

.two-columns-image-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-columns-image-image .center-image {
  width: calc(50% - 40px);
}

.two-columns-image-image .center-image + .center-image {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .two-columns-image-image {
    display: block;
  }

  .two-columns-image-image .center-image {
    width: 100%;
  }

  .two-columns-image-image .center-image + .center-image {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .two-columns-image-list .content {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .two-columns-image-list .content {
    padding: 30px 0 0;
  }
}

.center-align {
  margin: 0 auto;
}

/*Champagne menu size - Japanese language*/
@media (max-width: 767px) {
  html[lang="ja"] .product-tag span {
    font-size: 10px !important;
  }
}

@media (min-width: 1025px) {
  html[lang="ja"] .menu-champagne .btn-close {
    z-index: 2;
  }

  html[lang="ja"] .menu-champagne .menu-inner {
    position: relative;
    width: 600px;
    margin-left: calc(100% - 600px);
    z-index: 1;
  }

  html[lang="ja"] .product-horizontal .product-content {
    max-width: 100% !important;
    padding: 0 0 0 20px;
  }

  html[lang="ja"] .product-horizontal--reversed .product-content {
    padding: 0 20px 0 0;
  }
}

/* Grand Vintage Collection */
.grand-vintage-collection .sub-title {
  display: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.grand-vintage-collection .intro-desc {
  display: none;
  margin-bottom: 50px;
}

.grand-vintage-collection .intro-desc p:last-child {
  margin-bottom: 0;
}

.grand-vintage-collection .product-list {
  margin-top: 28px;
}

.grand-vintage-collection .product-list .product-image-sticky {
  display: none;
}

.grand-vintage-collection .product-list .product {
  margin-top: 0;
  margin-bottom: 50px;
}

.grand-vintage-collection .product .product-image img {
  width: 206px;
  height: 258px;
}

.grand-vintage-collection .list-tags {
  margin: 0;
  flex-wrap: wrap;
}

.grand-vintage-collection .list-tags li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #C00016;
}

.grand-vintage-collection .vintage-detail {
  position: fixed;
  padding: 60px 35px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -9999px;
  margin: auto;
  background: #fff;
  z-index: 999;
  transition: all 0.5s ease-in-out 0s;
}

.vintage-detail-open {
  overflow-y: hidden;
}

.grand-vintage-collection .vintage-detail.open {
  top: 0;
  transition: all 0.5s ease-in-out 0s;
}

.grand-vintage-collection .vintage-detail .close {
  width: 16px;
  height: 16px;
  opacity: 1;
  position: absolute;
  right: 24px;
  top: 30px;
  z-index: 9999;
}

.grand-vintage-collection .vintage-detail .header-mobile {
  position: fixed;
  top: -9999px;
  z-index: 1000;
  width: 100%;
  left: 0;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.grand-vintage-collection .vintage-detail.open .header-mobile {
  top: 0;
  transition: all 0.5s ease-in-out 0s;
}

.grand-vintage-collection .product-list .vintage-detail .detail-content {
  max-width: 1200px;
  margin: 60px auto 0;
  height: 95%;
  overflow-y: auto;
}

.detail-content .inner {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-content .left-image-data {
  margin-bottom: 52px;
}

.grand-vintage-collection .detail-content .product-image img {
  height: 321px;
  width: 257px;
}

.detail-content .right-info-data .product-name {
  display: none;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (min-width: 48em) {

  .grand-vintage-collection .top-image,
  .grand-vintage-collection .sub-title,
  .grand-vintage-collection .intro-desc,
  .grand-vintage-collection .product-list .product-image-sticky {
    display: block;
  }

  .grand-vintage-collection .list-tags li {
    font-size: 12px;
  }

  .grand-vintage-collection .product-list .product {
    margin-bottom: 98px;
  }

  .grand-vintage-collection .product .product-image img {
    width: 240px;
    height: 300px;
  }

  .detail-content .inner {
    display: flex;
    align-items: center;
  }

  .vertical-hr {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #C00016;
    position: absolute;
    top: 0;
    left: 50%;
  }

  .grand-vintage-collection .vintage-detail .close {
    right: 30px;
    top: 25px;
  }

  .grand-vintage-collection .vintage-detail .header-mobile {
    display: none;
  }

  .grand-vintage-collection .product-list .vintage-detail .detail-content {
    margin: 0 auto;
  }

  .detail-content .left-image-data {
    flex: 0 0 47%;
    max-width: 47%;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .detail-content .right-info-data .product-name {
    display: block;
  }

  .detail-content .right-info-data {
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 70px;
  }

  .grand-vintage-collection .detail-content .product-image img {
    height: 450px;
    width: auto;
  }
}

@media screen and (min-width: 64em) {
  .grand-vintage-collection .vintage-detail .close {
    right: 93px;
    top: 50px;
  }

  .detail-content .left-image-data {
    flex: 0 0 39%;
    max-width: 39%;
    padding-right: 78px;
  }

  .vertical-hr {
    left: 40%;
  }

  .grand-vintage-collection .detail-content .product-image img {
    height: 489px;
  }

  .detail-content .right-info-data {
    flex: 0 0 61%;
    max-width: 61%;
    padding-left: 142px;
  }

  .detail-content .right-info-data .product-name,
  .detail-content .right-info-data .desc {
    max-width: 480px;
  }
}

/* End Grand Vintage Collection */

/* For cocktail listing page */
.cocktail-list .product-type h6 {
  text-transform: capitalize;
  text-align: center;
  line-height: 1.43;
  letter-spacing: normal;
  font-family: 'TrendaReg';
  font-size: 14px;
  font-weight: 300;
}

.cocktail-list .product .product-image img {
  height: 300px;
}

@media (max-width: 767px) {

  .cocktail-list .page-subtitle h3,
  .end-of-year .page-subtitle h3 {
    margin-top: 10px;
  }

  .cocktail-list .page-subtitle,
  .end-of-year .page-subtitle {
    padding-top: 10px;
  }

  .cocktail-list .page-introduction .page-title {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .cocktail-list .text-introduction p {
    line-height: 1.5;
    margin: 0 24px;
    font-family: 'TrendaReg';
    letter-spacing: normal;
  }

  .cocktail-list .page-baseline p {
    line-height: 1.6;
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 34.8px;
  }

  .cocktail-list .product-list {
    padding: 0;
    margin-bottom: 90px;
  }

  .cocktail-list .page-baseline {
    margin-bottom: 0px;
  }

  .cocktail-list .text-entry-center p {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    margin-left: 15px;
    margin-right: 16px;
  }

  .cocktail-list .video-bg iframe {
    max-width: 100%;
  }

  .cocktail-list .product-list .group + .group {
    margin-top: 65px;
  }
}

@media (min-width: 1025px) {
  .cocktail-list .page-title h1 {
    letter-spacing: 1px;
  }

  .cocktail-list .page-subtitle h3 {
    letter-spacing: 1px;
  }

  .cocktail-list .page-introduction .page-title {
    margin-bottom: 24px;
  }

  .cocktail-list .text-introduction p {
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 18px;
  }

  .cocktail-list .text-introduction {
    padding: 0px 0 68px 0;
  }

  .cocktail-list .page-baseline {
    margin-bottom: 0px;
    margin-top: 69px;
    letter-spacing: normal;
  }

  .cocktail-list .text-entry-center {
    padding: 50px 0;
    padding-top: 0;
    margin-bottom: 10px;
    letter-spacing: normal;
  }

  .cocktail-list .product-list {
    padding: 0;
    margin-bottom: 90px;
  }

  .cocktail-list .product-list .group + .group {
    margin-top: 100px;
  }

  .cocktail-list .product .product-image {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cocktail-list .page-title h1 {
    letter-spacing: 1px;
  }

  .cocktail-list .page-subtitle h3 {
    letter-spacing: 1px;
  }

  .cocktail-list .page-introduction .page-title {
    margin-bottom: 24px;;
  }

  .cocktail-list .text-introduction p {
    letter-spacing: normal;
    margin-bottom: 0;
  }

  .cocktail-list .text-introduction {
    padding: 0px 0 68px 0;
  }

  .cocktail-list .page-baseline {
    margin-bottom: 0px;
    margin-top: 69px;
    letter-spacing: normal;
  }

  .cocktail-list .text-entry-center {
    padding: 50px 0;
    padding-top: 0;
    margin-bottom: 10px;
    letter-spacing: normal;
  }

  .cocktail-list .video-bg iframe {
    max-width: 100%;
  }

  .cocktail-list .product-list {
    padding: 0;
    margin-bottom: 90px;
  }

  .cocktail-list .product-list .group + .group {
    margin-top: 100px;
  }

  .cocktail-list .product .product-image {
    display: flex;
    align-items: center;
  }
}

/* End for cocktail listing page */

/* For cocktail  page */
.cocktail-page {
  margin-bottom: 65px;
}

.cocktail-page .page-introduction .page-title {
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: 26px;
}

.cocktail-type {
  color: #C00016;
}

.image-left-bottle-right {
  margin: 0 0 30px;
}

.image-left-bottle-right .row {
  flex-direction: column-reverse;
}

.image-left-bottle-right .content {
  padding-left: 0;
}

.image-left-bottle-right .product-image img,
.premium-bottles .slider .product-image img {
  width: 240px;
  height: 300px;
}

.cocktail-page .product_features,
.premium-bottles .product_features,
.product-display .product_features {
  font-size: 14px;
  line-height: 1.43;
  color: #C00016;
}

.product-subtitle {
  margin-bottom: 20px;
}

.product .cocktail-type {
  font-size: 14px;
  line-height: 1.43;
}

.slider-cocktail {
  padding: 30px 0 0;
  align-items: center;
  text-align: left;
}

.slider-cocktail .left-content .title,
.slider-cocktail .left-content .detail {
  margin-bottom: 30px;
}

.slider-cocktail .slider {
  padding: 0;
}

.slider-cocktail .slider__slide-image {
  margin-bottom: 0;
  text-align: right;
}

.slider-cocktail .slider__slide-image img {
  height: 384px;
  width: 100%;
}

.slider-cocktail .slider__controls {
  padding: 0;
  margin-top: -30px;
  float: right;
  z-index: 1;
}

.slider-cocktail .slider__slide-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider-cocktail .left-content {
    padding: 0 35px;
  }

  .slider-cocktail .slider {
    padding: 0 10px;
    margin: 0;
  }

  .slider-cocktail .slider__clip {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .cocktail-page .slider-champagne {
    padding: 0;
    border: 0;
  }

  .image-left-bottle-right .content {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .cocktail-page {
    margin-bottom: 0;
  }

  .slider-cocktail {
    display: flex;
  }

  .slider-cocktail .left-content .detail:last-child {
    margin-bottom: 0;
  }

  .image-left-bottle-right {
    margin: 0 0 112px;
  }

  .slider-cocktail {
    padding: 105px 0 130px;
  }

  .slider-cocktail .slider__slide-image img {
    height: 680px;
  }
}

@media screen and (min-width: 1024px) {
  .image-left-bottle-right .row {
    flex-direction: row;
  }
}

/* End for cocktail  page */

/* POS list */
.pos-list .page-introduction {
  padding: 0 10px;
}

.pos-list .page-introduction .page-title {
  margin-bottom: 15px;
}

.pos-list .text-introduction {
  padding: 0 0 61px;
}

.pos-page .page-introduction {
  max-width: 634px;
}

.pos-page .page-introduction .page-title h2 {
  margin-bottom: 0;
  font-size: 26px;
}

.pos-page .page-introduction .page-subtitle h3 {
  margin-bottom: 41px;
  font-size: 12px;
  color: #C00016;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pos-page .page-desc {
  max-width: 780px;
  padding: 0 45px;
  margin-bottom: 43px;
}

.pos-page .page-desc p:last-child {
  margin-bottom: 0;
}

.pos-page .section {
  margin-bottom: 51px;
}

.slider-image-xl-center .slider {
  padding: 0;
  margin: 0;
}

.slider-image-xl-center .slider-service .slider__slide-image {
  margin: 0;
}

.slider-image-xl-center .slider__slide-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.slider-image-xl-center .swiper-container {
  margin-bottom: 20px;
  padding: 0;
}

.slider-image-xl-center .slider__controls {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 43px;
}

.information-list {
  padding: 0 40px;
  margin-bottom: 15px;
}

.information-list .list-item {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}

.information-list .list-item a {
  text-decoration: none;
}

.information-list .list-item .champagne-price a {
  width: 110px;
  display: inline-block;
  vertical-align: top;
}

.information-list .list-item .label {
  display: block;
  font-family: 'Trenda';
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.information-list .list-item .champagne-price div,
.slider-image-xl-center .slider__slide-content {
  display: none;
}

.information-list .list-item .data .address {
  margin-bottom: 0;
}

.information-list .list-item .data .address * {
  display: contents;
}

.information-list.center-align {
  margin: 30px auto;
}

.center-image-left-text {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #f8f5ee;
}

.center-image-left-text .row {
  flex-wrap: wrap;
  margin: 0;
  display: block;
}

.center-image-left-text .right-data {
  width: 100%;
}

.center-image-left-text .right-data h3 {
  margin-bottom: 30px;
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.center-image-left-text .right-data h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'TrendaSemiDb', sans-serif;
  line-height: 1.33;
  letter-spacing: 1.29px;
}

.center-image-left-text .left-img {
  width: 100%;
  margin-bottom: 41px;
  padding: 25px 0;
  background-color: #fff;
  text-align: center;
}

.center-image-left-text .left-img img {
  height: 229px;
}

@media screen and (max-width: 767px) {
  .pos-page .container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .pos-list .text-introduction {
    padding: 0 0 70px;
  }

  .pos-page .page-introduction .page-title h2 {
    font-size: 26px;
  }

  .pos-page .page-introduction .page-subtitle h3 {
    font-size: 14px;
  }

  .pos-page .section {
    margin-bottom: 78px;
  }

  .pos-page .page-desc {
    margin-bottom: 32px;
  }

  .slider-image-xl-center-container {
    max-width: 100%;
  }

  .slider-image-xl-center .swiper-container {
    margin-bottom: 32px;
  }

  .slider-image-xl-center .slider__controls {
    margin-bottom: 36px;
  }

  .slider-image-xl-center .slider__slide-image img {
    height: 508px;
  }

  .slider-image-xl-center * {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-image-xl-center {
    margin: 0 auto;
    max-width: 980px;
  }

  .information-list {
    max-width: 1040px;
    padding: 0 30px;
  }

  .information-list .list-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 21px;
  }

  .information-list .list-item .label {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .information-list .list-item .data {
    flex: 0 0 58%;
    max-width: 58%;
    margin: 2px 0 0;
  }

  .center-image-left-text {
    width: 100%;
    max-width: 819px;
    padding: 21px;
  }

  .center-image-left-text .row {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
  }

  .center-image-left-text .right-data {
    width: 320px;
  }

  .center-image-left-text .left-img {
    width: 304px;
    margin-right: 6rem;
    margin-bottom: 0;
  }

  .center-image-left-text .left-img img {
    height: 254px;
  }

  .center-image-left-text .right-data h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .pos-page .page-desc {
    padding: 0 10px;
  }
}

/* End POS list */

/* POS related Homepage block with pagragraph type image-text-cta-inside */
.image-text-cta-inside {
  position: relative;
  margin: 32px 0;
}

.image-text-cta-inside .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.image-text-cta-inside .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-cta-inside .entry {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-cta-inside .entry .inner {
  background: #fff;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .image-text-cta-inside h2.title {
    font-size: 20px;
  }

  .image-text-cta-inside h2.title span {
    font-size: 12px;
  }

  .image-text-cta-inside .btn {
    height: 33px;
    line-height: 34px;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .image-text-cta-inside {
    margin: 62px 0;
  }

  .image-text-cta-inside .entry {
    width: 504px;
    height: 304px;
  }

  .image-text-cta-inside .entry .inner {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .image-text-cta-inside .image-wrapper {
    padding-top: 49.3%;
  }
}

/* POS related Homepage block with pagragraph type image-text-cta-inside */

/* Savoir faire */
.savoir-faire .page-introduction .page-title {
  margin-bottom: 10px;
}

.savoir-faire .text-introduction {
  padding: 0 0 32px;
}

.discover-savoir-faire .section__head .section__head-content {
  width: 291px;
  height: auto;
  min-height: 139px;
  padding: 20px 10px 14px;
  left: 0;
  bottom: 0;
  right: 0;
  top: inherit;
  transform: translateX(0);
  display: flex;
  margin: 0 auto -74px;
  position: absolute;
}

.discover-savoir-faire .section__head .section__head-content .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.discover-savoir-faire .title {
  margin-bottom: 0;
}

.discover-savoir-faire .section__body {
  margin-top: 17px;
  padding: 0;
}

.discover-savoir-faire .link-holder {
  margin: 0;
}

.discover-savoir-faire,
.video-left-right-para,
.video-xl-text,
.two-column-video-text {
  margin-bottom: 30px;
}

.video__text .video__text-video .video-file,
.image-right-text-left .right-image .background {
  height: 0;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.video__text .video__text-video .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video__text .video__text-video,
.video__text .video__text-content,
.image-right-text-left .row > div {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.video-xl-text .video__text-video {
  padding: 0;
}

.two-column-video-text .video__text-content {
  margin: 25px auto 0;
}

.two-column-video-text .video__text .row,
.video-xl-text .video__text .row {
  flex-direction: column;
}

.video__text .video__text-content .section-desc {
  width: 100%;
}

.video__text .video__text-content .section-desc p:last-child {
  margin-bottom: 0;
}

.video__text .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  width: 70px;
  height: 50px;
}

.video__text .play-icon a {
  min-width: 70px;
  height: 50px;
  padding: 0;
  background-image: url(../images/player_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #BD9F57;
  border-radius: 2px;
}

.video__text.hero {
  height: auto;
  overflow: visible;
}

.video__text.hero .row {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  height: auto;
  flex: 1;
}

.image-right-text-left .row {
  flex: 1;
}

@media (max-width: 767px) {
  .savoir-faire .text-introduction {
    max-width: calc(100% / 12 * 10);
    margin: 0 auto;
  }

  .discover-savoir-faire {
    padding-bottom: 80px;
  }

  .discover-savoir-faire .section__head-content h2.title {
    line-height: 1.25;
    letter-spacing: 1px;
  }

  .two-column-video-text .video__text {
    margin-bottom: 50px;
  }

  .two-column-video-text .video__text:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .video__text .video__text-content {
    margin: 25px auto 0;
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .discover-savoir-faire .section__head .section__head-content {
    width: 420px;
    max-height: 278px;
    padding: 20px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .discover-savoir-faire .title {
    max-width: 360px;
  }

  .discover-savoir-faire .section__body {
    margin-top: 32px;
  }

  .discover-savoir-faire,
  .video-left-right-para,
  .video-xl-text,
  .two-column-video-text {
    margin-bottom: 60px;
  }

  .savoir-faire .video-left-right-para,
  .savoir-faire .video-xl-text,
  .savoir-faire .two-column-video-text {
    margin-bottom: 160px;
  }

  .savoir-faire .discover-savoir-faire {
    margin-bottom: 80px;
  }

  .two-column-video-text .video__text {
    max-width: calc(100% / 12 * 6);
    margin: 0;
  }

  .two-column-video-text .video__text:nth-child(1n) {
    padding-right: 39px;
    align-self: flex-start;
  }

  .two-column-video-text .video__text:nth-child(2n) {
    padding-left: 39px;
    padding-right: 0;
    margin-top: 68px;
  }

  .two-column-video-text .video__text-content {
    max-width: calc(100% / 6 * 4);
    margin: 20px auto 0;
  }
}

@media (min-width: 1024px) {
  .video-left-right-para .video__text {
    display: flex;
  }

  .video-left-right-para .video__text-video {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .video-left-right-para .video__text-content {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 42px;
  }

  .video-xl-text .video__text-video {
    max-width: calc(100% / 12 * 10);
    margin: 0 auto;
  }

  .video-xl-text .video__text-content {
    width: 100%;
    max-width: calc(100% / 12 * 6);
    margin: 22px auto 0;
  }

  .video-text-left .video__text-video {
    order: 1;
  }

  .two-column-video-text .video__text {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-video-text .video__text:nth-child(1n) {
    padding-right: 10px;
  }

  .two-column-video-text .video__text:nth-child(2n) {
    padding-left: 10px;
  }

  .two-column-video-text .video__text-content {
    max-width: calc(100% / 6 * 5);
  }
}

/* End Savoir faire */

/* Contact form */
.form--contact .js-form-type-checkbox.form-item-email-checkbox,
.form--contact .js-form-type-checkbox.form-item-phone,
.form--contact .js-form-type-checkbox.form-item-text-message {
  display: none;
  margin-bottom: 5px;
}

/* End Contact form*/

/* News page */
.path-news .page-subtitle h1,
.path-news .page-subtitle .h1,
.page-node-type-champaigns .page-subtitle h1 {
  color: #C00016;
}


.page-node-type-article .video__text.hero {
  margin: 50px 0;
}

.page-node-type-article .video__text.hero .video-holder {
  padding-left: 0;
  padding-right: 0;
}

.path-news .page-subtitle .h1 {
  font-size: 36px;
  margin-top: 25px;
  font-weight: 400;
  font-family: 'TrendaSemiDb', sans-serif;
  margin-bottom: 0;
  line-height: 1.28;
}

@media (max-width: 767px) {
  .path-news .page-subtitle .h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .page-node-type-champaigns .page-subtitle h1 {
    font-size: 20px;
    line-height: 1.2;
  }

}

@media (min-width: 992px) {
  .page-node-type-article .page-introduction .col-12.col-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/* End News page */

/* Homepage Champagnes slider */
@media (min-width: 768px) {
  html[lang="ja"] .slider-champagne h2.title {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  html[lang="ja"] .slider-champagne h2.title {
    font-size: 26px;
  }
}

/* End Homepage Champagnes slider */

/* Japan modifications - Our House - Success Glamour */
.text-left-image-high .col-lg-4 h2.section-title,
.image-high-text-right .col-lg-4 h2.section-title,
.image-large-text-right .col-lg-5 h2.section-title,
.text-left-image-large .col-lg-5 h2.section-title,
.image-curl .section__head h2.section-title,
.text-entry-center h2.section-title {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* End Japan modifications - Our House - Success Glamour */

/* Japan modifications - Product pages */
@media (min-width: 768px) {
  html[lang="ja"] .page-node-type-product .introduction .introduction-content .title {
    font-size: 29px;
  }

  html[lang="ja"] .page-node-type-product .introduction .introduction-content h1.title span {
    font-size: 26px;
    line-height: 1.50;
  }
}

/* End Japan modifications - Product pages */

/* Japan modifications - Our House - Vineyards */
.page-baseline .field-subtitle-long {
  margin-top: 10px;
  white-space: pre-line;
}

/* End Japan modifications - Our House - Vineyards */

/* Page end of year */
.end-of-year .page-introduction .page-title {
  margin-bottom: 10px;
}

.end-of-year .text-introduction {
  padding: 0 0 30px;
}

.top-banner .col-12 {
  margin-bottom: 50px;
  position: relative;
  padding-top: 100%;
  height: 0;
}

.top-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.video-without-border,
.image-right-text-left {
  margin-bottom: 60px;
}

.end-of-year .video-without-border,
.end-of-year .image-right-text-left {
  margin-bottom: 90px;
}

.end-of-year h5.section-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 0.56px;
  text-transform: inherit;
}

.section-title-main,
.text-center-surtitle .text-entry-center h5.section-title {
  font-family: 'TrendaBlack';
  font-size: 28px;
  line-height: 1.64;
  letter-spacing: 0.61px;
}

.text-center-surtitle {
  margin-bottom: 40px;
}

.text-center-surtitle .row {
  flex-direction: row;
  justify-content: center;
}

.text-center-surtitle .text-entry-center {
  padding: 0;
  text-align: center;
}

.slider-images-container {
  margin: 0;
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 60px;
}

.end-of-year .slider-images-container {
  margin-bottom: 90px;
}


.slider-images-container .slider-images {
  overflow: hidden;
}

.slider-images-container .slider__slide-image img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.slider-images-container .slider__slide-content .number,
.slider-images-container .slider__slide-content p {
  display: none;
}

.slider__slide-content .slider-title h2 {
  margin: 18px 0 0;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #000;
}

.slider-images-container .slider__slide-content .slider-title {
  margin: 0;
}

.slider-images-container .slider__slide-content .slider-title h2 {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.slider-images-container .swiper-container {
  padding-right: 7.5px;
}

.slider-images-container .slider__slide {
  padding: 0 7.5px;
}

.slider-images-container .slide-arrows {
  position: absolute;
  width: calc(100% - 6%);
  left: 20px;
  top: 45%;
}

.slider-images-container .slide-arrows img {
  width: 35px;
  height: 35px;
}

.slider-images-container .slide-arrows .slider__prev {
  left: 30px;
}

.slider-images-container .slide-arrows .slider__next {
  right: 30px;
}

.slider-images-container .slider__dots {
  justify-content: center;
  margin-top: 36px;
}

.premium-bottles {
  margin-bottom: 60px;
}

.premium-bottles .title {
  margin-bottom: 36px;
}

.premium-bottles .slider__controls {
  margin: 36px 0 40px;
  display: flex;
  justify-content: center;
}

.see-all {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.product-display {
  margin-bottom: 45px;
  padding: 0 25px;
}

.product-display .row {
  align-items: center;
  justify-content: center;
}

.product-display .col-12 {
  padding: 0 10px;
}

.product-display .product-image img {
  height: 361px;
  object-fit: cover;
}

.product-display .title {
  margin-bottom: 10px;
}

.product-display .product_features {
  margin-bottom: 38px;
}

.product-display .product__actions {
  margin-top: 30px;
}

.image-left-cocktail-container {
  padding: 36px;
  margin-bottom: 40px;
  background-color: #f8f5ee;
}

.image-left-text-right {
  margin-bottom: 50px;
  padding-bottom: 24px;
}

.image-left-cocktail .row {
  align-items: center;
}


.image-left-cocktail .cocktail-image img {
  height: 364px;
  object-fit: cover;
}

.recipe-instructions .title {
  letter-spacing: 1px;
}

.recipe-instructions .detail {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: normal;
  white-space: pre-line;
}

.recipe-instructions .detail:last-child {
  margin-bottom: 0;
}

.image-staggered .title {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.image-staggered .title .hashtag {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-family: 'Trenda';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  margin-bottom: 37px;
}

.image-staggered .images-container {
  max-width: 1020px;
  margin: 0 auto;
}

.image-staggered .image-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.image-staggered .image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 185px;
}

.image-staggered .slider__controls {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .end-of-year .page-introduction .page-title {
    margin-top: 5px;
  }

  .slider-images-container .align-items-lg-center > .col-12.col-lg-12 {
    padding-left: 2.5px;
  }

  .product-display .product-desc {
    margin-top: 38px;
  }

  .image-left-cocktail .cocktail-data {
    margin-top: 25px;
    padding-bottom: 50px;
  }

  .image-left-text-right .cocktail-data {
    padding-bottom: 0;
  }

  .image-left-cocktail .cocktail-data h2.title {
    text-align: center;
  }

  .image-left-cocktail.left-image .row {
    flex-direction: column;
  }

  .image-left-cocktail.left-image .row .cocktail-image,
  .image-left-cocktail.right-image .row .cocktail-image {
    margin-right: 0;
    margin-left: 0;
  }

  .image-left-cocktail.left-image .row .cocktail-data,
  .image-left-cocktail.right-image .row .cocktail-data {
    margin-left: 0;
    margin-right: 0;
  }

  .image-left-cocktail-container .cocktail-image img {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .top-banner .row {
    margin: 0;
  }

  .slider-images-container .slider__slide:first-child {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {

  .end-of-year .video__text .video__text-content,
  .image-right-text-left .left-text {
    margin: 25px auto 0;
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .top-banner .col-12 {
    margin-bottom: 90px;
    padding-top: 44%;
  }

  .end-of-year h5.section-title {
    font-size: 26px;
    line-height: 1.77;
    letter-spacing: 0.72px;
    text-transform: inherit;
  }

  .section-title-main,
  .text-center-surtitle .text-entry-center h5.section-title {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.78px;
  }

  .slider-images-container .swiper-container {
    padding-right: 15px;
  }

  .slider-images-container .slider__slide {
    padding: 0 15px;
  }

  .slider-images-container .slider__slide-image img {
    height: 380px;
  }

  .slider-images-container .slide-arrows img {
    width: 40px;
    height: 40px;
  }

  .slider__slide-content .slider-title h2,
  .slider-images-container .slider__slide-content .slider-title h2 {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .premium-bottles {
    margin-bottom: 133px;
  }

  .end-of-year .premium-bottles {
    margin-bottom: 90px;
  }

  .end-of-year .image-staggered {
    margin-bottom: 90px;
  }

  .premium-bottles .slider .swiper-container {
    width: 100%;
  }

  .premium-bottles .slider .swiper-wrapper {
    justify-content: center;
  }

  .see-all {
    display: inline-block;
    margin-top: 53px;
  }

  .product-display {
    padding: 0;
    margin-bottom: 163px;
  }

  .end-of-year .product-display {
    margin-bottom: 90px;
  }

  .end-of-year .product-display.image-right > .row {
    flex-direction: row-reverse;
  }

  .end-of-year .product-display.image-right > .row .product-image {
    margin-right: 0;
    margin-left: 50px;
  }

  @media (max-width: 575px) {
    .end-of-year .product-display.image-right > .row .product-image {
      margin-right: 0;
      margin-left: 0;
    }
  }

  .product-display .product-image {
    flex: 0 0 41.5%;
    max-width: 41.5%;
    margin-right: 50px;
  }

  .product-display .product-data {
    flex: 0 0 41.5%;
    max-width: 41.5%;
    margin-left: 50px;
  }

  .product-display .product-image img {
    height: 513px;
  }

  .product-display .product_features {
    margin-bottom: 25px;
  }

  .image-left-cocktail-container {
    margin-bottom: 135px;
    padding: 78px;
  }

  .end-of-year .image-left-cocktail-container {
    margin-bottom: 90px;
  }

  .image-left-cocktail .cocktail-image {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 66px;
  }

  .image-left-cocktail .cocktail-image img {
    height: 470px;
  }

  .image-left-cocktail .cocktail-data {
    flex: 0 0 36.4%;
    max-width: 36.4%;
    margin-left: 66px;
  }

  .image-left-text-right-inner .cocktail-data {
    flex: 0 0 37.4%;
    max-width: 37.4%;
  }

  .image-staggered .title .hashtag {
    position: absolute;
    margin-bottom: 0;
  }

  .image-staggered .image-wrapper .slider__slide {
    max-width: calc(100% - 70.6%);
    flex: 0 0 calc(100% - 70.6%);
    margin: 0 15px 10px 0;
  }

  .image-staggered .image-wrapper .slider__slide:last-child {
    margin-right: 0;
  }

  .image-staggered .image-wrapper .slider__slide:nth-child(2) {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .slider-images-container {
    padding-left: 2%;
  }

  .slider-images-container .swiper-container {
    padding-right: 20px;
  }

  .slider-images-container .slider__slide {
    padding: 0 20px;
  }

  .slider-images-container .slider__slide-image img {
    height: 469px;
  }

  .slider-images-container .slide-arrows img {
    width: 44px;
    height: 44px;
  }

  .newsletter-subscribe.our-champagnes {
    display: flex;
    position: absolute;
    right: 35.094px;
    height: 37px;
  }

  .ie .newsletter-subscribe.our-champagnes {
    margin-top: -9px;
  }

  .image-staggered .image-wrapper .slider__slide {
    margin-right: 55px;
  }

  .image-staggered .image-wrapper img {
    height: 377px;
  }
}

@media (min-width: 1200px) {

  .video-without-border .video__text,
  .image-right-text-left .container {
    display: flex;
  }

  .video-without-border .video__text-video,
  .image-right-text-left .right-image {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .video-without-border .video__text-video .video-file,
  .image-right-text-left .right-image .background {
    padding-top: 59.3%;
  }

  .video-without-border .video__text-content,
  .image-right-text-left .left-text {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 42px;
  }

  .image-right-text-left .left-text {
    flex-direction: row;
  }

  .video-right .video__text-video,
  .image-right-text-left .right-image {
    order: 1;
  }

  .video-left .video__text-video .video-outer {
    margin-left: calc(-50vw + 570px);
  }

  .video-right .video__text-video .video-outer,
  .image-right-text-left .right-image .image-wrapper {
    margin-right: calc(-50vw + 570px);
  }

  .video-right .video__text-video .video-outer {
    margin-left: 16vw;
  }

  .slider-images-container {
    padding-left: 7%;
  }

  .slider-images-container .row {
    margin-left: 0;
  }

  .slider-images-container .slide-arrows .slider__prev {
    left: 50px;
  }

  .premium-bottles,
  .product-display {
    max-width: 993px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-right-text-left {
    margin-bottom: 135px;
  }

  .end-of-year .image-right-text-left {
    margin-bottom: 90px;
  }

  .image-staggered .image-wrapper .slider__slide {
    margin-right: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-images-container .slide-arrows .slider__next {
    right: 70px;
  }

  .image-staggered .row {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-left-cocktail-container {
    padding: 35px;
  }

  .image-left-cocktail .cocktail-image {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 33px;
  }

  .image-left-cocktail .cocktail-data {
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 33px;
  }

  .image-staggered .image-wrapper .slider__slide {
    max-width: calc(100% - 68.1%);
    flex: 0 0 calc(100% - 68.1%);
  }

  .image-staggered .image-wrapper img {
    height: 300px;
  }
}

/* End Page end of year */

/* Japan modifications - HP */
html[lang="ja"] .path-frontpage .block-cta h2.title {
  color: #000;
}

/* End Japan modifications - HP */

/* Footer menu */
.footer-menu-links #block-visitus ul.menu,
.footer-menu-links .footer-three ul.menu {
  display: block !important;
}

.footer-menu-links #block-visitus ul.menu li,
.footer-menu-links .footer-three ul.menu li {
  line-height: 1.71;
  margin-bottom: 21px;
}

.footer-menu-links #block-visitus ul.menu li a,
.footer-menu-links .footer-three ul.menu li a {
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

@media (max-width: 767px) {

  .footer-menu-links #block-visitus ul.menu,
  .footer-menu-links .footer-three ul.menu {
    padding: 0;
    border: 0;
  }

  .footer-menu-links #block-visitus ul.menu li,
  .footer-menu-links .footer-three ul.menu li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #414141;
  }
}

/* End Footer menu */

/* Drink aware logo */
.drink-aware-logo {
  height: 50px;
  margin-bottom: 15px;
  top: -110px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .drink-aware-logo {
    position: static;
  }
}

/* End Drink aware logo */

/* Agegate */
.empty-div {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  display: none !important;
}

.user-logged-out.path-user .empty-div,
.user-logged-in .empty-div {
  display: none !important;
}

/* FAQ page */
.faq-list {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/*.faq-list::-webkit-scrollbar { !* WebKit *!*/
/*  width: 0;*/
/*  height: 0; }*/

.faq-item {
  padding: 38px 0 38px 30px;
  border-top: 1px solid #C00016;
  position: relative;
}

.faq-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  height: .6875rem;
  transform: rotate(-45deg);
  width: .6875rem;
  cursor: pointer;
}

.faq-open.faq-item:after {
  top: 47px;
  transform: rotate(135deg);
}

.faq-item .faq-title {
  margin-bottom: 5px;
  padding-right: 55px;
  letter-spacing: 1px;
}

.faq-item .faq-subtitle {
  margin: 0;
  font-family: 'Trenda';
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.86px;
  text-transform: initial;
}

.faq-item .faq-detail {
  display: none;
  margin-top: 31px;
}

.faq-open .faq-detail {
  display: block;
}

.faq-item .faq-detail,
.faq-item .faq-detail p {
  font-size: 16px;
  font-family: 'Trenda';
  font-weight: 300;
  line-height: 1.63;
}

.faq-item .faq-detail p:last-child {
  margin-bottom: 0;
}

.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-reco-presentation {
  background-color: #f8f5ee;
}

.reco-presentation-intro {
  margin: 0 auto;
}

.reco-presentation-title {
  margin: 0 0 3px;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: 1px;
  font-family: 'Trenda';
}

.reco-presentation-subtitle {
  margin: 0 0 50px;
  letter-spacing: 1px;
}

.reco-presentation-image-text .image,
.reco-presentation-image-text .data {
  flex: 0 0 100%;
  max-width: 100%;
}

.reco-presentation-image-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reco-presentation-image-text.last,
.reco-presentation-image-text .data p:last-child {
  margin-bottom: 0;
}

.reco-fields {
  padding: 20px 0;
  max-width: 300px;
  flex: 0 0 300px;
}

.reco-fields:last-child {
  border-right: 0;
}

.reco-fields-title {
  position: relative;
  margin: 0 0 13px;
  color: #C00016;
}

.reco-fields-title sup {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  font-family: "BwMitga-Black";
  top: 12px;
  margin-left: 3px;
}

.reco-fields-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 767px) {
  .faq-list {
    order: 1;
    margin-top: 50px;
  }

  .faq-image {
    order: 0;
    padding: 0;
  }

  .faq-item:last-child {
    border-bottom: 1px solid #C00016;
  }

  .faq-reco-presentation {
    margin-top: 50px;
    padding: 30px 0;
  }

  .reco-presentation-image-text {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .reco-presentation-image-text .data {
    padding: 30px 43px 0;
  }

  .reco-presentation-image-text .image,
  .faq-image {
    padding-top: 100%;
    height: 0;
    position: relative;
  }

  .reco-presentation-image-text .image img,
  .faq-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: initial;
  }

  .reco-presentation-image-text.last .image {
    order: 0;
  }

  .reco-presentation-image-text.last .data {
    order: 1;
  }

  .reco-presentation-fields {
    width: 100%;
  }

  .reco-fields {
    border-bottom: 1px solid #C00016;
    margin: 0 auto;
    padding: 25px 10px;
    max-width: 150px;
    flex: 0 0 150px;
  }

  .reco-fields-title sup {
    top: 9px;
  }

  .reco-fields:last-child {
    border-bottom: 0;
  }

  .reco-presentation-intro {
    max-width: 390px;
  }

  .reco-presentation-title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.67px;
  }

  .reco-presentation-subtitle {
    padding: 0 20px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .faq-list {
    padding-top: 60px;
    height: 768px;
    overflow-y: auto;
  }

  .faq-image {
    height: 768px;
    padding-left: 98px;
  }

  .faq-reco-presentation {
    margin-top: 80px;
    padding: 84px 50px 90px;
    background-color: #f8f5ee;
  }

  .reco-presentation-image-text .image img {
    height: 460px;
  }

  .reco-presentation-image-text {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .reco-presentation-fields {
    margin-bottom: 85px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .reco-fields {
    padding: 10px 15px 10px;
    border-right: 1px solid #C00016;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reco-fields {
    max-width: 200px;
    flex: 0 0 200px;
  }

  .reco-presentation-intro {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .faq-image {
    padding-left: 10px;
  }

  .reco-presentation-image-text .image,
  .reco-presentation-image-text .data {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .reco-presentation-image-text .data {
    margin: 0 25px 0 30px;
  }

  .reco-presentation-image-text.last .data {
    margin: 0 30px 0 25px;
  }
}

@media (min-width: 1024px) {
  .reco-presentation-intro {
    max-width: 535px;
  }
}

@media (min-width: 1200px) {

  .reco-presentation-image-text .image,
  .reco-presentation-image-text .data {
    flex: 0 0 45.5%;
    max-width: 45.5%;
  }

  .reco-presentation-image-text .data {
    margin: 0 50px 0 60px;
  }

  .reco-presentation-image-text.last {
    margin-bottom: 0;
  }

  .reco-presentation-image-text.last .data {
    margin: 0 60px 0 50px;
  }
}

/* End FAQ page */

/* Miscellaneous */
.no-padding {
  padding: 0;
}

.hero .row {
  margin: 0;
  width: 100%;
  height: 100%;
}

.hero .video-holder,
.image-right-text-left .right-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero .youtube-video,
.image-right-text-left .right-image img {
  width: 100% !important;
  height: 100% !important;
}

.width-980 {
  max-width: 980px;
}

/* .nav > ul > li.has-dropdown > a {
  pointer-events: none; } */

.nav > ul > li .shop-menu:after {
  content: '';
  display: inline-block;
  margin: 0 20px;
  background-image: url(../images/shop-bag-black.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 24px;
  height: 27px;
  transition: background-image 0.4s;
  transition-delay: 0.4s;
}

.nav > ul > li.current.animated .shop-menu:after {
  background-image: url(../images/shop-bag-colored.png);
  transition: background-image 0.4s;
  transition-delay: 0.4s;
}

.socials li a {
  font-size: 0;
}

/* End Miscellaneous */

/* RMC-140 */
body.agegate-pass .empty-div {
  display: none !important;
}

/* End RMC-140 */


/* RMC - 160 */
.page-node-type-product .content-sticky-meta-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .page-node-type-product .content-sticky-meta-wrapper.show {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  }
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-title-wrapper * {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-title-wrapper strong {
  width: 100%;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-title-tags-wrapper,
.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-title-wrapper {
  margin-right: 15px;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-cta-wrapper .section-cta {
  margin-right: 20px;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-cta-wrapper .section-cta:last-child {
  margin-right: 0;
}

.page-node-type-product .content-sticky-meta-wrapper .cs-inner .ic-cta-wrapper .section-cta {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* End RMC - 160 */

/* RMC - 159 */
.page-node-type-product .product-cta-link.cta3 {
  margin: 20px auto;
  text-align: center;
  margin-bottom: 13vh;
}

.page-node-type-product .product-cta-link.cta3 a {
  background-color: #000;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: .3s ease-in-out;
}

/* End RMC - 159 */

/* RMC-177 */
.two-columns-image-image a,
.single-column-image a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.two-columns-image-image a:hover img,
.single-column-image a:hover img {
  ms-transform: scale(1.05);
  transform: scale(1.05);
}

.two-columns-image-image a .image-caption,
.single-column-image a .image-caption {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  font-family: 'Trenda';
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
  color: #000;
  overflow: hidden;
  transition: color .4s;
}

.two-columns-image-image a .image-caption::before,
.single-column-image a .image-caption::before {
  position: absolute;
  bottom: 0;
  left: 100%;
  content: '';
  width: 100%;
  height: 1px;
  background: #C00016;
  transition: transform 1.2s;
}

.two-columns-image-image a:hover .image-caption,
.single-column-image a:hover .image-caption {
  color: #C00016;
}

.two-columns-image-image a:hover .image-caption::before,
.single-column-image a:hover .image-caption::before {
  ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.two-columns-image-image .image-holder,
.single-column-image a .image-holder {
  height: auto;
  display: block;
  position: relative;
  padding-top: 0;
}

.two-columns-image-image .image-overlay,
.single-column-image a .image-overlay {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.two-columns-image-image img,
.single-column-image img {
  transition: 2s;
}

.two-columns-image-image .image-desc,
.single-column-image .image-desc {
  bottom: 50%;
}

@media (max-width: 767px) {

  .two-columns-image-image .image-desc,
  .single-column-image .image-desc {
    position: absolute;
    color: #fff;
  }
}

/* RMC-177 End */

/* RMc-140 */
.menu-navigation.open nav,
.menu-navigation.open .logo-menu,
.menu-navigation.open .navigation-foot,
.menu-champagne.open .product-horizontal,
.product-image-with-overlay:hover .list-btns li {
  opacity: 1;
  visibility: visible;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 400ms;
}

.menu-navigation.open .logo-menu {
  transition-delay: 350ms;
}

.menu-navigation.open nav {
  transition-delay: 750ms;
}

.menu-navigation.open .navigation-foot {
  transition-delay: 1150ms;
}

.product-image-with-overlay:hover .list-btns li {
  transition-duration: 1000ms;
}

.menu-navigation.open nav,
.menu-navigation.open .nav .dropdown li,
.menu-navigation.open .navigation-foot,
.menu-champagne.open .product-horizontal,
.product-image-with-overlay:hover .list-btns li {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 0;
}

@media (max-width: 767px) {
  .menu-navigation.open .logo-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-navigation.open nav,
  .menu-navigation.open .navigation-foot,
  .menu-champagne.open .product-horizontal {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 0;
  }

  .footer-menu-links nav > h3,
  .footer-menu-links nav > h2 {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* RMC-140 */

/* RMC-180 */
@media (max-width: 1023px) {
  :lang(ja) header .newsletter-subscribe.lang-ja {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 170px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    min-width: 0
  }

  :lang(ja) header .newsletter-subscribe.lang-ja {
    right: 0 !important;
    left: initial !important;
    width: max-content;
    margin: auto;
    top: 88px;
  }

  :lang(ja) header .header {
    height: 125px;
  }

  :lang(ja) header .newsletter-subscribe.lang-ja.btn-buy {
    right: 0 !important;
    left: initial !important;
  }

  :lang(ja) header .shrink .header .header__inner {
    height: 120px;
  }

  :lang(ja) header .newsletter-subscribe.lang-ja span {
    display: inherit;
  }
}

@media (max-width: 767px) {
  :lang(ja) header .newsletter-subscribe.lang-ja {
    right: 15px !important;
  }

  :lang(ja) header .newsletter-subscribe.lang-ja span {
    margin-left: 10px;
  }
}


.qrcode-wrapper {
  position: fixed;
  top: -9999px;
  left: 50%;
  z-index: 1030;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 40px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  max-height: 100vh;
  overflow-y: auto;
}

body.qrcode-open .qrcode-wrapper {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.qrcode-wrapper .qrcode-content {
  text-align: center;
}

.qrcode-wrapper .qrcode-info {
  max-height: 600px;
  overflow-y: auto;
}

.qrcode-wrapper .close {
  width: 16px;
  height: 16px;
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 99;
}

.qrcode-wrapper h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.qrcode-wrapper a {
  color: #C00016;
  margin: 0 10px;
}

body.qrcode-open {
  height: 100%;
  overflow: hidden;
}

/* RMC-180 */

/* RMC-179 */
.contact-us-visit-cta.btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

/* End RMC-179 */

/* RMC-187 */

/* common design */
.heading-section {
  text-align: center;
  padding-bottom: 20px;
}

.heading-section .heading h2 {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.header-banner .page-subtitle.mobile {
  display: none;
}

.header-banner .page-subtitle.mobile h2 {
  line-height: 1.5;
}

.heading-section .sub-heading h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'TrendaSemiDb', sans-serif;
  color: #C00016;
  line-height: 30px;
}

.heading-section .short-description p {
  white-space: break-spaces;
}

/* .header-banner .banner-wrapper .image img {
  width: 100%;
} */
.header-banner .banner-wrapper img {
  display: block;
  margin: 0 auto;
}

.header-banner .page-introduction {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  position: relative;
  margin-top: -160px;
}

.header-banner .page-introduction .page-title {
  padding: 45px;
  margin-bottom: 30px;
}

.header-banner .page-introduction .page-title h1 {
  font-family: "AntroVectra-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8vw;
}

.header-banner .page-introduction span.mini-title {
  padding-right: 15px;
  float: right;
  font-size: 25px;
}

.header-banner .page-introduction .page-subtitle {
  color: #be9f57;
}

.header-banner .page-introduction .page-subtitle h2 {
  letter-spacing: 10px;
  font-size: 26px;
  font-weight: normal;
}

.header-banner .page-introduction .text-introduction p {
  margin-bottom: 45px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .header-banner .page-introduction {
    margin-top: -100px;
    width: 95%;
  }

  .header-banner .page-introduction .page-title {
    padding: 45px 0 10px;
  }

  .header-banner .page-introduction .page-title h1 {
    font-size: 10vw;
  }

  .header-banner .page-introduction span.mini-title {
    font-size: 10px;
  }

  .header-banner .page-introduction .page-subtitle h2 {
    letter-spacing: 2px;
    font-size: 19px;
  }

  .header-banner .page-introduction .text-introduction p {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .heading-section .heading h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .header-banner .page-subtitle.desktop {
    display: none;
  }

  .header-banner .page-subtitle.mobile {
    display: block;
  }

  .heading-section .sub-heading h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.header-banner .social-share {
  position: absolute;
  right: 10px;
}

.header-banner .social-share.mobile-ss.hide {
  display: none;
}

.header-banner .social-share ul li.share-txt {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
  color: #fff;
  font-family: 'Trenda', Arial, Helvetica, sans-serif;
}

.header-banner .social-share-popup-open {
  display: none;
  position: absolute;
  right: 10px;
  margin-top: 15px;
  margin-right: 15px;
}

.header-banner .social-share-popup-open a.open-ss-icon {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Trenda', Arial, Helvetica, sans-serif;
}

.header-banner .social-share ul {
  list-style: none;
  margin-top: 10px;
}

.header-banner .social-share ul li {
  display: block;
  float: left;
  padding: 2px 5px;
}

.header-banner .social-share .social-share-icon {
  width: 30px;
}

.header-banner .page-introduction .text-introduction {
  padding: 15px 0;
  margin-bottom: 40px;
}

@media (min-width: 769px) {

  .heading-section .heading h2:before,
  .heading-section .heading h2:after {
    content: '';
    position: absolute;
    border: 1px solid #C00016;
    width: 120px;
    top: 50%;
  }

  .image-left-cocktail.right-image .row {
    flex-direction: row-reverse;
  }

  .image-left-cocktail.right-image .row .cocktail-image {
    margin-right: 0;
    margin-left: 66px;
  }

  .image-left-cocktail.right-image .row .cocktail-data {
    margin-left: 0;
    margin-right: 66px;
  }

  .heading-section .heading h2:before {
    transform: translateX(-100%);
    left: -50px;
  }

  .heading-section .heading h2:after {
    transform: translateX(100%);
    right: -50px;
  }
}

@media (max-width: 768px) {
  .header-banner .social-share-popup-open a.open-ss-icon {
    font-size: 12px;
  }

  .header-banner .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 45vh;
  }

  .header-banner .image img {
    visibility: hidden;
  }
}

/* Page Navigator */
.page-navigator {
  /* height: 50px; */
  border-top: 1px solid #f8f5ee;
  padding: 30px 0 20px;
}

.page-navigator .navigator-item {
  font-size: 12px;
  /* border-right: 1px solid #efebe3; */
}

.page-navigator .navigator-item:after {
  content: '';
  width: 1px;
  height: 25px;
  background: #efebe3;
  position: absolute;
  transform: translateY(-50%);
  top: 30%;
  right: 0;
}

.page-navigator .navigator-item a {
  padding: 0 10px 6px;
  text-decoration: none;
  display: block;
  text-align: center;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-navigator .navigator-item a i {
  /* position: absolute; */
  width: 18px;
  /* top: 25px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

/* Where to enjoy*/
.where-to-enjoy {
  margin-bottom: 130px;
}

.where-to-enjoy .description {
  text-align: center;
  padding: 2px 180px 2px 180px;
  font-size: 14px;
}

.where-to-enjoy .where-to-enjoy-block {
  margin-top: 70px;
}

.where-to-enjoy .where-to-enjoy-block .result-count {
  position: relative;
  top: 34px;
  left: 72%;
  font-size: 16px;
}

.where-to-enjoy .where-to-enjoy-block .views-exposed-form {
  position: relative;
  width: 33%;
  margin: 0 auto;
}

.where-to-enjoy .where-to-enjoy-block .views-exposed-form select {
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 35px 5px 15px;
  font-size: 16px;
  border-radius: unset;
  background: url('../images/down-arrow.png') 96% / 3% no-repeat;
  border: 2px solid #efebe3;
}

.where-to-enjoy .where-to-enjoy-block .views-exposed-form .form__controls {
  display: none;
}

.where-to-enjoy .where-to-enjoy-block .no-result {
  border-top: 1px solid #efebe3;
  margin-top: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #efebe3;
}

.where-to-enjoy .where-to-enjoy-block .item-list {
  margin-top: 30px;
}

.where-to-enjoy .where-to-enjoy-block .item-list ul {
  list-style: none;
}

.where-to-enjoy .where-to-enjoy-items {
  padding: 30px 0;
  border-top: 1px solid #efebe3;
}

.where-to-enjoy .where-to-enjoy-items:last-child {
  border-bottom: 1px solid #efebe3;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .plan-area-label {
  margin-left: 0;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .plan-area-label .labels {
  padding: 1px 5px;
  display: inline-block;
  border: 1px solid #C00016;
  font-size: 12px;
  font-weight: 600;
  color: #C00016;
  margin-right: 15px;
  margin-bottom: 10px;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .pos-name {
  font-size: 14px;
  font-weight: 600;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .pos-address {
  margin-top: 5px;
  clear: left;
  position: relative;
  z-index: 1;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .pos-address .google-map-address-link {
  text-decoration: underline;
  font-size: 14px;
  color: #383737;
  transition: color 0.4s;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .pos-address .google-map-address-link:hover {
  color: #C00016;
}

.where-to-enjoy .where-to-enjoy-block .pos-data .pos-description {
  margin-top: 5px;
  font-size: 14px;
}

.where-to-enjoy .pos-url {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.where-to-enjoy .where-to-enjoy-block .pos-url .personal-bottle-section-link.btn {
  background: #bb9d55;
}

.where-to-enjoy .where-to-enjoy-block .pager {
  display: flex;
  margin-top: 30px;
}

.where-to-enjoy .where-to-enjoy-block .pager ul {
  margin: 0 auto;
}

.where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item {
  display: block;
  float: left;
  margin-left: 25px;
}

.where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item a {
  font-size: 20px;
  display: block;
  width: 42px;
  height: 42px;
  padding: 7px 16px;
  border: 1px solid #efebe3;
  border-radius: 25px;
  font-weight: 500;
  padding: 4px 15px;
}

.where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item.is-active a {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item a:hover {
  background-color: #000000;
  color: #ffffff;
}

.where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item a {
  text-decoration: none;
}

.where-to-enjoy .where-to-enjoy-block .pager li.pager__item.pager__item--first,
.where-to-enjoy .where-to-enjoy-block .pager li.pager__item.pager__item--last {
  display: none;
}

@media (min-width: 767px) {
  .where-to-enjoy-data .row-image {
    background-image: none !important;
  }
}

@media (max-width: 768px) {
  .page-navigator {
    padding: 20px 0 10px;
  }

  .where-to-enjoy {
    width: 95%;
  }

  .where-to-enjoy .where-to-enjoy-block {
    margin: 0;
  }

  .where-to-enjoy .description {
    padding: 0;
    text-align: left;
  }

  .where-to-enjoy-data {
    position: relative;
  }

  .where-to-enjoy-data .pos-data {
    padding-right: 10px;
  }

  .where-to-enjoy-data .pos-url > a {
    width: 100%;
    min-width: 150px;
  }

  .header-banner .social-share-popup-open {
    display: block;
  }

  .header-banner .social-share.desktop-ss {
    display: none;
  }

  .header-banner .social-share.mobile-ss {
    display: block;
    width: 100%;
    height: 232px;
    background: #fff;
    top: 0;
    z-index: 20;
    right: 0;
  }

  .header-banner .social-share.mobile-ss .ss-close {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 35px;
  }

  .header-banner .social-share.mobile-ss .share-txt {
    position: absolute;
    top: 68px;
    left: 44%;
    font-size: 25px;
    text-transform: uppercase;
    width: max-content;
    font-family: 'Trenda', Arial, Helvetica, sans-serif;
    color: #be9f57;
  }

  .header-banner .social-share.mobile-ss ul {
    width: max-content;
    margin: 13px auto;
  }

  .header-banner .social-share.mobile-ss ul li {
    padding: 15px 15px;
    margin-top: 100px;
  }

  .header-banner .social-share.mobile-ss ul li .social-share-icon {
    width: 45px;
  }
}

@media (max-width: 575px) {
  .where-to-enjoy {
    margin-bottom: 0;
  }

  .where-to-enjoy .where-to-enjoy-items {
    padding: 20px 0;
  }

  .where-to-enjoy-data .row-image {
    background-size: cover;
    width: 100px;
    background-repeat: no-repeat;
    height: 85px;
    background-position: center center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .where-to-enjoy-data .row-image > img {
    visibility: hidden;
  }

  .where-to-enjoy .where-to-enjoy-block .pos-data .plan-area-label {
    margin-left: 106px;
  }

  .where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item {
    margin-left: 15px;
  }

  .where-to-enjoy .where-to-enjoy-block .pager ul li.pager__item a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    padding: 5px 13px;
  }

  .where-to-enjoy .where-to-enjoy-block .views-exposed-form {
    width: 100%;
  }

  .where-to-enjoy .where-to-enjoy-block .result-count {
    top: 88px;
    left: 88%;
  }

  .where-to-enjoy .where-to-enjoy-block .item-list {
    margin-top: 50px;
  }

  .where-to-enjoy .where-to-enjoy-block .result-count {
    left: 85%;
  }

  .where-to-enjoy-data .pos-url {
    position: static;
    text-align: center;
    margin-top: 10px;
    display: block;
  }

  .where-to-enjoy-data .pos-url a {
    margin: 0 !important;
    width: auto;
  }

  .where-to-enjoy-data .pos-url .pos-link {
    background: none;
    min-width: 0;
    white-space: initial;
    line-height: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .where-to-enjoy-data .pos-url .pos-link svg {
    display: block !important;
    margin-left: auto;
  }

  .where-to-enjoy .where-to-enjoy-block .views-exposed-form {
    width: 100%;
  }

  .where-to-enjoy .where-to-enjoy-block .result-count {
    top: 88px;
    left: 88%;
  }

  .where-to-enjoy .where-to-enjoy-block .item-list {
    margin-top: 50px;
  }

  .where-to-enjoy .where-to-enjoy-block .result-count {
    left: 85%;
  }
}

/* Personal Bottle section */
.personal-bottle-section {
  margin-top: 60px;
  border-radius: 10px;
  padding: 55px 70px;
}

.personal-bottle-section .heading-section .heading h2:before,
.personal-bottle-section .heading-section .heading h2:after {
  content: none;
}

.personal-bottle-section .items-footer-text {
  font-size: 11px;
}

.personal-bottle-section .recipe-instructions {
  position: relative;
  top: 50%;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.personal-bottle-section .recipe-instructions p {
  font-size: 13px;
}

.personal-bottle-data {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.personal-bottle-section .personal-bottle-items .row {
  height: 100%;
}

.personal-bottle-section .personal-bottle-items .row > div {
  display: flex;
  justify-content: space-between;
}

.personal-bottle-data .title h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

.personal-bottle-data .description {
  min-height: 60px;
}

.personal-bottle-data .description p {
  font-size: 13px;
  text-align: left;
}

.personal-bottle-data .image {
  height: 130px;
  overflow: hidden;
  background: white;
  position: relative;
}

.personal-bottle-data .image img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.personal-bottle-section .personal-bottle-items {
  margin: 70px -15px 0;
}

.personal-bottle-items .items-heading {
  margin-top: 50px;
}

.personal-bottle-items .items-heading h2 {
  font-family: 'TrendaSemiDb', sans-serif;
  text-align: center;
  font-size: 26px;
  color: #C00016;
}

.personal-bottle-section .personal-bottle-items .section-count {
  position: absolute;
  left: 50%;
  top: -25px;
  background-color: #C00016;
  color: #ffffff;
  padding: 1px 17px;
  border-radius: 39px;
  z-index: 1;
  font-size: 30px;
  transform: translateX(-50%);
}

.personal-bottle-section .personal-bottle-items .personal-bottle-item-inner {
  border: 1px solid #dad1bd;
  padding: 42px 30px 20px;
  margin: 30px 20px 0;
  position: relative;
  width: 100%;
}

.personal-bottle-section .personal-bottle-items .personal-bottle-item-inner > row {
  height: 100%;
}

.personal-bottle-items .items-footer-text {
  padding: 2px 15px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .personal-bottle-section {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
  }

  .personal-bottle-section .personal-bottle-items .personal-bottle-item-inner {
    border: none;
    padding: 0;
    margin: 25px 0;
  }

  .personal-bottle-section .personal-bottle-items .row > div {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0 25px;
  }

  .personal-bottle-section .personal-bottle-items .section-count {
    position: static;
    width: 50px;
    height: 50px;
    transform: none;
    margin: 0 10px 0 -25px;
  }

  .personal-bottle-main > * {
    float: left;
  }

  .personal-bottle-data .description {
    width: 86%;
    min-height: 0;
    margin-bottom: 5px;
  }

  .personal-bottle-data .image {
    clear: left;
  }

  .personal-bottle-section .personal-bottle-items {
    margin: 30px -15px;
  }

  .personal-bottle-items .items-heading h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
  }
}

/* What to enjoy section */
.what-to-enjoy {
  overflow-x: hidden;
  padding: 30px 0;
}

.what-to-enjoy .container > .row {
  margin-bottom: 60px;
}

.what-to-enjoy .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 26px;
  line-height: 1.54;
}

.what-to-enjoy .image-row .banner {
  position: relative;
  z-index: -2;
  background-size: cover;
  background-position: center center;
}

.what-to-enjoy .image-row .banner img {
  visibility: hidden;
}

.what-to-enjoy .container > .row:nth-child(even) .image-row {
  flex-direction: row-reverse;
}

.what-to-enjoy .row-header {
  padding: 80px 50px;
}

.what-to-enjoy .container > .row:nth-child(even) .row-header {
  text-align: right;
}

.what-to-enjoy .desc-row {
  position: relative;
  left: 44%;
  margin-top: -110px;
  padding: 55px 30px;
}

.what-to-enjoy .container > .row:nth-child(even) .desc-row {
  right: 44%;
  left: auto;
  justify-content: flex-end;
}

.what-to-enjoy .desc-row:after {
  content: '';
  width: 100vw;
  background: rgba(249, 247, 240, 0.9);
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.what-to-enjoy .container > .row:nth-child(even) .desc-row:after {
  left: auto;
  right: 0;
}

.what-to-enjoy .bottle {
  position: absolute;
  right: 0;
  bottom: 0;
}

.what-to-enjoy .bottle img {
  width: 300px;
}

.what-to-enjoy .container > .row:nth-child(even) .bottle {
  left: 0;
  right: auto;
}

.what-to-enjoy .description {
  width: 30%;
}

.what-to-enjoy .description strong {
  font-weight: bold;
}

.what-to-enjoy .description h3 {
  margin: 0;
  font-weight: bold;
}

.what-to-enjoy .description p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* footer Line App section */
.magic-hours-footer .social-footer {
  width: 300px;
  margin: 0 auto;
}

.magic-hours-footer .social-footer .line-app-data {
  display: flex;
}

.magic-hours-footer .social-footer .line-app-data .info {
  font-size: 12px;
  margin-top: 4px;
  font-weight: 600;
}

.magic-hours-footer .social-footer .line-download a.btn {
  width: 100%;
}

/* Responsive */
@media (min-width: 1200px) {
  .what-to-enjoy .description {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .what-to-enjoy .bottle {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .what-to-enjoy .row-header {
    padding: 40px 0 35%;
    text-align: center !important;
  }

  .what-to-enjoy .desc-row {
    left: 50px;
    margin-top: -20px;
    padding: 25px;
  }

  .what-to-enjoy .container > .row:nth-child(even) .desc-row {
    right: 50px;
  }

  .what-to-enjoy .description {
    width: 48%;
  }

  .what-to-enjoy .description h3 {
    margin-bottom: 18px;
  }

  .what-to-enjoy .bottle {
    max-width: 33%;
    top: 120px;
    transform: translatex(50%);
    right: 25%;
  }

  .what-to-enjoy .title span {
    font-size: 16px;
  }

  .what-to-enjoy .container > .row:nth-child(even) .bottle {
    transform: translatex(-50%);
    left: 25%;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .what-to-enjoy .title span {
    font-size: 30px;
  }

  .what-to-enjoy .sub-title {
    font-size: 24px;
  }

  .what-to-enjoy .description *,
  .what-to-enjoy .description p {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .what-to-enjoy .desc-row {
    left: 40px;
  }

  .what-to-enjoy .description p {
    font-size: 12px;
  }

  .header-banner .desktop-banner {
    display: none !important;
  }
}


/* End RMC-187 */

/* RMC-205 Phoenix Header Section */
.toasttogetherness-register .toasttogetherness-header .center-image {
  margin-top: 100px;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image-desc {
  top: -85px;
  padding: 11px 11vw;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner {
  padding: 45px 15px;
  background-color: #f8f5ee;
  border: 1px solid #f8f5ee;
  text-align: center;
  color: #000000;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h3 {
  font-size: 25px;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h2 {
  font-size: 26px;
  margin: auto;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h2,
.toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h3 {
  margin-bottom: 10px;
}

.toasttogetherness-register .toasttogetherness-header .center-image .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 1025px) {
  .webform-submission-ryi-form .form-item-subscribe .checkbox label:after {
    top: 3.15em;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner {
    padding: 55px 15px;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h2 {
    margin-top: 10px;
    width: 100%;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image {
    margin-top: 0;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc {
    position: absolute;
    top: 0;
    padding: 0;
    display: table;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h2 {
    font-size: 26px;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner {
    background-color: transparent;
    color: #fff;
    border: none;
    height: 70vh;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 1;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image {
    height: 70vh;
    position: relative;
  }

  .toasttogetherness-register .toasttogetherness-header .center-image .image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 31%);
    position: absolute;
  }
}

@media screen and (max-width: 575px) {
  /* .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner {
    height: 350px;
  }
  .toasttogetherness-register .toasttogetherness-header .center-image .image {
    height: 350px;
  } */
}

@media screen and (max-width: 375px) {
  /* .toasttogetherness-register .toasttogetherness-header .center-image .image-desc {
    padding: 0 40px;
  } */
  /* .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h3 {
    font-size: 17px;
  } */
  /* .toasttogetherness-register .toasttogetherness-header .center-image .image-desc .image-desc-inner h2 {
    font-size: 18px;
  } */
}

/*  End RMC-205 */

/* RMC-206 Center image text section */
.toasttogetherness-center-image .push-article--horizontal .article__content {
  text-align: center;
  padding: 30px 0 10px 0;
}

.toasttogetherness-center-image .article__image img {
  width: 90%;
}

.toasttogetherness-center-image .image-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .toasttogetherness-center-image .push-article--horizontal .article__image {
    padding: 30px 70px 10px 70px;
  }

  .toasttogetherness-center-image .push-article--horizontal .article__content {
    padding: 15px 40px 5px 40px;
  }
}

@media screen and (max-width: 575px) {
  .toasttogetherness-center-image .push-article--horizontal .push-article .article__image {
    padding: 40px;
  }

  .toasttogetherness-center-image .push-article--horizontal .article__image {
    padding: 30px 55px 10px 55px;
  }
}

/* End RMC-206 */

/* RMC-207 */
.toasttogetherness-registration-step.reservation {
  width: 100%;
  height: 1180px;
  text-align: center;
}

.toasttogetherness-registration-step .registration-steps {
  display: flex;
  overflow: hidden;
}

.toasttogetherness-registration-step .registration-steps .registration-step {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-right: 39px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  /* display: flex; */
}

.toasttogetherness-registration-step .registration-step .registration-step-inner {
  width: 100%;
}

.toasttogetherness-registration-step .registration-step-heading h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.toasttogetherness-registration-step .registration-step-heading .heading-item {
  margin-top: 60px;
}

.toasttogetherness-registration-step .registration-step-heading .heading-item:nth-child(2) .heding-item-inner:before {
  content: '';
  width: 70vw;
  position: absolute;
  left: -100%;
  top: 50%;
  height: 2px;
  background: linear-gradient(to right, #C00016 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top, right, bottom, left;
  background-repeat: repeat-x, repeat-y;
  background-size: 20px;
  z-index: -1;
}

.toasttogetherness-registration-step .registration-step-heading .heading-item .heding-item-inner {
  text-align: center;
  padding: 70px 10px 30px 10px;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #C00016;
  font-weight: 500;
  background: white;
  position: relative;
}

.toasttogetherness-registration-step .registration-step-heading .info-image,
.toasttogetherness-registration-step .registration-step-final .footer-image {
  height: 550px;
}

.toasttogetherness-registration-step .registration-step-heading .info-image .image,
.toasttogetherness-registration-step .registration-step-final .footer-image .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.toasttogetherness-registration-step .icon-count {
  position: absolute;
  display: block;
  left: 50%;
  padding: 10px 25px;
  background-color: #C00016;
  border-radius: 49px;
  top: -34px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  transform: translateX(-50%);
  z-index: 1;
}

.toasttogetherness-registration-step .registration-step-heading .voucher-button {
  text-align: center;
  padding: 10px 80px 10px 80px;
  font-size: 18px;
  height: auto;
  background-color: #C00016;
  color: #ffffff;
  max-width: 420px;
  box-shadow: 0 0 0 4px #ffffff,
  0 0 0 8px #C00016;
}

.toasttogetherness-registration-step .registration-step-map .step-header-map h2 {
  padding: 100px 0 50px 0;
}

.toasttogetherness-registration-step .registration-step-map .icon-count,
.toasttogetherness-registration-step .step-header-register-form .icon-count {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 14px 30px;
  z-index: 1;
  transform: translateX(-50%);
}

.toasttogetherness-registration-step .registration-step-map .icon-wrapper .solid-line-shot,
.toasttogetherness-registration-step .registration-step-form .icon-wrapper .solid-line-shot,
.toasttogetherness-registration-step .registration-step-form .icon-wrapper .dotted-line-full,
.toasttogetherness-registration-step .registration-step-map .icon-wrapper .dotted-line-full {
  display: block;
  position: absolute;
  border: 2px solid #C00016;
  width: 150px;
  left: 52%;
  top: 36px;
}

.toasttogetherness-registration-step .registration-step-map .icon-wrapper .dotted-line-full,
.toasttogetherness-registration-step .registration-step-form .icon-wrapper .dotted-line-full {
  border: 2px dashed #C00016;
  width: 100%;
}

.toasttogetherness-registration-step .registration-step-map .location-left {
  background-color: #f8f5ee;
}

.toasttogetherness-registration-step .registration-step-map .location-left .location-contol {
  width: 280px;
  border: 1px solid #d5d2cb;
  padding: 10px;
  margin-top: 10px;
}

.toasttogetherness-registration-step .registration-step-map .location-left select.location-contol {
  padding: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/down-arrow.png') 96% / 4% no-repeat #FFFFFF;
}

.toasttogetherness-registration-step .registration-step-map .map-list-controls button {
  width: 100%;
  padding: 12px;
  color: #ffffff;
  background-color: #000000;
  border: none;
}

.toasttogetherness-registration-step .registration-step-map .map-list-controls button.active {
  background-color: #C00016;
}

.toasttogetherness-registration-step .registration-step-map .col-wrapper {
  background-color: #f8f5ee;
  flex-direction: row-reverse;
  height: 600px;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.toasttogetherness-registration-step .registration-step-map .location-right {
  overflow: hidden;
}

.toasttogetherness-registration-step .registration-step-map .map-list-controls {
  position: relative;
  z-index: 2;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-map,
.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list {
  list-style: none;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

.toasttogetherness-registration-step .registration-step-map.details #phoenix-widget-map {
  width: 50%;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list.focus {
  width: 50%;
  z-index: 2;
  height: 100%;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list > li {
  background: #F8F5EE;
  border: 1px solid;
  border-bottom: none;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list > li:first-child {
  margin-top: 45px;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list > li:last-child {
  border-bottom: 1px solid;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus {
  padding: 30px;
  height: auto;
  margin: 0;
  border: none;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .close,
.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .more {
  float: none;
  opacity: 1;
  background: none;
  border: none;
  display: block;
  margin: auto;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .close {
  display: none;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .close {
  display: block;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .more,
.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .distance {
  display: none !important;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .opening-hours,
.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .opening-hours li {
  display: block !important;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li.focus .opening-hours li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .phone {
  color: #000;
  text-decoration: underline;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .pos-description {
  font-size: 14px;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .opening-hours h4 {
  color: #C00016;
  font-size: 16px;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .opening-hours li {
  margin-bottom: 10px;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .opening-hours .day {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-weight: bold;
  text-transform: capitalize;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .opening-hours .separator {
  display: inline-block;
  border-bottom: 2px solid #C00016;
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 3px;
  height: 0;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .opening-hours .hour {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .select-store {
  min-width: 255px;
  margin-top: 10px;
}

.toasttogetherness-registration-step .registration-step-map .location-button-wrapper .btn {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  min-width: 75px;
}

.toasttogetherness-registration-step .registration-step-map .e-retailer-label {
  text-align: center;
}

.toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .pos-inner h3,
.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li h3,
#phoenix-popup .location-info li h3 {
  color: #C00016;
  font-size: 30px;
  font-family: sans-serif;
  margin-bottom: 0;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li h3 {
  padding-top: 15px !important;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper {
  width: fit-content;
  margin: 0 auto;
  padding: 30px 31vw 35px 31vw;
  background-color: #f8f5ee;
  margin-left: 150px;
  margin-right: 150px;
}

.toasttogetherness-registration-step .step-header-register-form h2 {
  margin-top: 95px;
  margin-bottom: 45px;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper a.back_to_map_listing {
  background: transparent;
  margin-bottom: 15px;
  margin-top: 15px;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li,
#phoenix-popup .location-info li {
  list-style: none;
}

#phoenix-widget-list li address,
#phoenix-widget-list li a.phone,
.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li address,
.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li a.phone,
#phoenix-popup .location-info li address,
#phoenix-popup .location-info li a.phone {
  margin-bottom: 0;
  font-size: 13px;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li address {
  margin-top: 10px;
}

.toasttogetherness-registration-step .step-header-register-form .location-info-wrapper li a.phone,
#phoenix-popup .location-info li a.phone,
#phoenix-widget-list li a.phone {
  color: #000000;
  text-decoration: underline;
}

.toasttogetherness-registration-step .form-wrapper .image-left {
  padding-left: 160px;
}

.toasttogetherness-registration-step .registration-step-form .registration-left-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 87% !important;
}

.toasttogetherness-registration-step .webform-submission-reservation-form {
  padding: 0 140px;
  text-align: left;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form__label,
.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-country-label {
  font-family: 'TrendaBlack';
  font-size: 12px;
  text-transform: uppercase;
}

.toasttogetherness-registration-step .form-instructions {
  font-size: 12px;
  text-align: left;
}

.toasttogetherness-registration-step .webform-submission-reservation-form input[type="text"],
.toasttogetherness-registration-step .webform-submission-reservation-form input[type="email"],
.toasttogetherness-registration-step .webform-submission-reservation-form select,
.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default .select2-selection--single {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 0.13em solid #d2d2c8;
  border-radius: unset;
}

.toasttogetherness-registration-step .webform-submission-reservation-form input.error,
.toasttogetherness-registration-step .webform-submission-reservation-form select.error,
.toasttogetherness-registration-step .webform-submission-reservation-form .select2-selection--single.error {
  border-color: #dc3545;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default .select2-selection--single {
  padding: 9px 15px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 4px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-weight: 400;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

.toasttogetherness-registration-step .webform-submission-reservation-form select {
  width: 135px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/down-arrow.png') 96% / 6% no-repeat;
}

.toasttogetherness-registration-step .webform-submission-reservation-form select[name="date_of_birth[month]"] {
  margin-left: 15px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form select[name="date_of_birth[year]"] {
  margin-left: 10px;
  width: 153px;
  background: url('../images/down-arrow.png') 96% / 4% no-repeat;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth {
  margin-bottom: 25px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth .js-form-type-select {
  position: relative;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth label.error {
  position: absolute;
  top: 40px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth-day label.error {
  left: 1px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth-month label.error {
  left: 14px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-date-of-birth-year label.error {
  left: 10px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-legal-age-info,
.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-form-info,
.toasttogetherness-registration-step .webform-submission-reservation-form .gdpr-info-wrapper .fieldset-wrapper .js-form-item-gdpr-info,
.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-subscribe label {
  font-size: 12px;
  color: #838280;
  font-family: 'Trenda';
}

.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-country i {
  display: none;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .gdpr-info-wrapper .fieldset-wrapper {
  display: flex;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .gdpr-info-wrapper .fieldset-wrapper .js-form-item-gdpr-info,
.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-subscribe {
  padding-top: 32px;
}

.toasttogetherness-registration-step .webform-submission-reservation-form .form-item-gdpr-gdpr-agreement input[type="checkbox"],
.toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-subscribe input[type="checkbox"] {
  display: none !important;
}

.toasttogetherness-registration-step .phoenix-submission p {
  margin-bottom: 2px;
  font-size: 18px;
}

.toasttogetherness-registration-step .system-status-message {
  display: none;
}

.toasttogetherness-left-image .image-left-text-right .content-wrapper {
  width: 75%;
  margin: 0 auto;
}

.toasttogetherness-left-image .image-left-text-right .content-wrapper .row {
  align-items: center;
}

.toasttogetherness-left-image .image-left-text-right .image-wrapper {
  padding: 25px;
  height: 520px;
}

.toasttogetherness-left-image .image-left-text-right .image-wrapper .image {
  background-size: cover;
  height: 100%;
  background-position: center;
}

.toasttogetherness-left-image .image-left-text-right .data-wrapper {
  padding: 35px;
  text-align: center;
}

.toasttogetherness-left-image .image-left-text-right .data-wrapper .recipe-instructions p {
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .toasttogetherness-registration-step .form-wrapper .image-left {
    padding: 55px;
  }

  .toasttogetherness-registration-step .webform-submission-reservation-form {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .toasttogetherness-registration-step.reservation {
    height: 1450px;
  }

  .toasttogetherness-registration-step .registration-step-map.reservation .registration-step-inner {
    height: 1150px;
  }

  .toasttogetherness-registration-step .registration-step-heading .info-image,
  .toasttogetherness-registration-step .registration-step-final .footer-image {
    height: 390px;
  }

  .toasttogetherness-registration-step .registration-step-heading .heading-item:nth-child(2) .heding-item-inner:before {
    width: 150%;
    left: -25%;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
  }

  .toasttogetherness-registration-step .registration-step-form .form-wrapper .image-left {
    padding: 0;
    height: 650px;
    margin-left: 11px;
    order: 2;
  }

  .toasttogetherness-registration-step .registration-step-form .registration-left-image {
    background-size: cover;
    width: 100%;
    order: 1;
  }

  .toasttogetherness-registration-step .registration-step-map #phoenix-widget-map {
    height: 600px;
  }

  .toasttogetherness-registration-step .registration-step-form .form-wrapper .form-right,
  .toasttogetherness-registration-step .registration-step-form .step-header-register-form {
    padding: 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .toasttogetherness-registration-step .registration-step-heading h3 {
    font-size: 30px;
    margin-left: 48px;
    margin-right: 48px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  #phoenix-widget.details #phoenix-widget-list li.focus {
    height: 100%;
  }

  .toasttogetherness-registration-step .registration-step-form .form-wrapper .image-left {
    height: 500px;
  }

  .toasttogetherness-registration-step .registration-step-form .form-wrapper .form-right,
  .toasttogetherness-registration-step .registration-step-form .step-header-register-form {
    padding: 0 20px;
  }

  .toasttogetherness-registration-step .registration-step-heading .voucher {
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 75px;
  }

  .toasttogetherness-registration-step .registration-step-heading .voucher-button {
    min-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .toasttogetherness-registration-step .registration-step-map .col-wrapper {
    height: auto;
  }

  .toasttogetherness-registration-step .registration-step-map .step-header-map h2 {
    font-size: 26px;
  }

  .toasttogetherness-registration-step .step-header-register-form .location-info-wrapper {
    width: auto;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .toasttogetherness-registration-step .webform-submission-reservation-form {
    padding: 30px 20px;
  }

  .toasttogetherness-registration-step .webform-submission-reservation-form select,
  .toasttogetherness-registration-step .webform-submission-reservation-form select[name="date_of_birth[year]"] {
    width: auto;
  }

  .toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-legal-age-info,
  .toasttogetherness-registration-step .webform-submission-reservation-form .js-form-item-form-info,
  .toasttogetherness-registration-step .webform-submission-reservation-form .gdpr-info-wrapper .fieldset-wrapper .js-form-item-gdpr-info {
    font-size: 10px;
  }

  .toasttogetherness-registration-step .webform-submission-reservation-form .get-my-voucher {
    width: 100%;
    max-width: 300px;
  }

  .toasttogetherness-registration-step .registration-step-map #phoenix-widget-list {
    width: 100%;
    position: relative;
    margin-top: -45px;
    height: 600px;
  }

  .toasttogetherness-registration-step .registration-step-map #phoenix-widget-list.focus {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li h4 {
    color: #C00016;
    margin-top: 10px;
    font-size: 15px;
  }

  .toasttogetherness-registration-step .registration-step-form .registration-left-image {
    order: 0;
  }
}

@media screen and (max-width: 575px) {
  .toasttogetherness-registration-step {
    height: 1310px;
  }

  .toasttogetherness-registration-step .registration-step-form .form-wrapper .image-left {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .toasttogetherness-registration-step .registration-step-form .form-instructions {
    padding: 0 40px;
  }

  .toasttogetherness-registration-step .registration-step-form .registration-left-image {
    margin-top: 40px;
  }
}

.phoenix-popup-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #F8F5EE;
  opacity: 0.6;
  z-index: 20;
}

#phoenix-popup {
  position: fixed;
  top: 8%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  max-height: 85vh;
  max-width: 100%;
}

#phoenix-popup .phoenix-popup-inner,
#phoenix-pos_error .phoenix-popup-inner {
  padding: 65px;
  background: #fff;
  overflow-y: scroll;
  height: 70vh;
  padding-top: 30px;
}

#phoenix-popup .phoenix-popup-inner .popup-heading {
  margin-bottom: 10px;
}

#phoenix-popup .phoenix-popup-inner .form-preview {
  text-transform: uppercase;
  margin-top: 5vh;
}

#phoenix-popup .phoenix-popup-inner .form-row {
  padding: 10px 0;
}

#phoenix-popup .phoenix-popup-inner .form-label {
  font-size: 14px;
  font-family: 'Trenda';
}

#phoenix-popup .phoenix-popup-inner .form-value {
  font-size: 14px;
  font-family: 'Trenda';
  font-weight: bold;
}

#phoenix-pos_error {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  max-height: 85vh;
  max-width: 100%;
}

#phoenix-popup .popin-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

@media screen and (min-width: 769px) {
  #phoenix-popup .phoenix-popup-inner .form-label {
    width: 50%;
    text-align: right;
    padding-right: 10%;
  }

  #phoenix-popup .phoenix-popup-inner .form-value {
    width: 40%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #phoenix-popup .phoenix-popup-inner {
    width: 90%;
    margin: auto;
    padding: 20px 30px;
    height: 83vh;
  }

  .phoenix-popup-inner .popup-heading {
    font-size: 28px;
  }

  #phoenix-popup .phoenix-popup-inner .form-row span {
    display: block;
    width: 100%;
  }

  #phoenix-popup {
    width: 100%;
    height: 100vh;
  }

  #phoenix-popup .phoenix-popup-inner .form-preview {
    margin-top: 20px;
  }

  #phoenix-popup .phoenix-popup-inner .form-value {
    font-size: 16px;
    margin-top: 5px;
  }

  #phoenix-popup .action-button {
    display: flex;
    margin-top: 20px;
  }

  #phoenix-popup .action-button #confirm-button {
    width: 50% !important;
    order: 1;
  }

  #phoenix-popup .action-button #close-info-popup {
    width: 50%;
  }

  #phoenix-popup .action-button * {
    font-size: 14px;
    margin: 0 !important;
  }

  #phoenix-pos_error {
    width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .toasttogetherness-registration-step .registration-step-map #phoenix-widget-list li .pos-inner h3 {
    font-size: 22px;
  }

  #phoenix-widget-list li address {
    padding: 0 25px;
  }

  #phoenix-popup {
    top: 5%;
  }

  #phoenix-popup .phoenix-popup-inner {
    height: 68vh;
  }
}

/* toasttogetherness-store */
.toasttogetherness-store .toasttogetherness-left-image .image-left-text-right .image-wrapper {
  height: auto;
}

.toasttogetherness-store .toasttogetherness-registration-step .registration-step-map .location-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 769px) {

  .toasttogetherness-store .toasttogetherness-header h2,
  .toasttogetherness-store .toasttogetherness-registration-step h2 {
    font-size: 26px !important;
  }

  .toasttogetherness-store .toasttogetherness-registration-step h2 {
    max-width: 650px;
    margin: auto;
  }

  .toasttogetherness-store .toasttogetherness-header h3 {
    font-size: 35px !important;
    margin: 0 !important;
    line-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .toasttogetherness-store .toasttogetherness-left-image .image-left-text-right .content-wrapper {
    width: 90%;
  }

  .toasttogetherness-store .toasttogetherness-left-image .content-wrapper .row {
    flex-direction: column-reverse;
  }

  .toasttogetherness-store .toasttogetherness-left-image,
  .toasttogetherness-store .toasttogetherness-registration-step {
    margin: 0px !important;
    height: auto;
  }

  .toasttogetherness-store .registration-step-inner .help {
    display: none;
  }
}

/* RMC-207  End */
/*# sourceMappingURL=app.css.map */


/* RMC-252 */
.newsletter-footer-block-with-cta-wrapper {
  display: flex;
  align-items: stretch;
  border-top: #ebe8e2 solid 1px;
  height: 342px;
}

.newsletter-footer-block-with-cta-left {
  background-image: url("../images/Pattern.png");
  background-size: cover;
  width: 50%;
  background-position: 50% 50%;
}

.newsletter-footer-block-with-cta-right {
  width: 50%;
  padding: 50px 80px 50px;
}

.newsletter-footer-block-with-cta-button form {
  display: flex;
}

.newsletter-footer-block-with-cta-button .e-mail-address {
  border: #907019 solid 1px;
  width: 70%;
  height: 59px;
  padding: 16px;
}

.wrapper .newsletter-footer-block-with-cta-right h2 {
  font-family: "TrendaSemiDb", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #000;
}

.wrapper .newsletter-footer-block-with-cta-button:after {
  background-image: url(/themes/custom/moet/images/mail-red.png);
}

.newsletter-footer-block-with-cta-right h2 + p {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 16px;
  margin-bottom: 2rem;
}

.newsletter-footer-block-with-cta-button {
  height: 60px;
}

.newsletter-footer-block-with-cta-button a {
  width: 173px;
  height: 60px;
  background: black;
}

.newsletter-footer-block-with-cta-button #cta-news {
  /*padding: 16px 90px 15px;*/
  margin-left: -4px;
  width: 30%;
  max-width: 173px;
  background: black;
  color: white;
  border: black solid 1px;
}

.newsletter-webform-submission-thankyou p {
  font-size: 27px;
  max-width: 500px;
}

.newsletter-footer-block-with-cta-button .error {
  border: red solid 2px;
}

.webform-submission-newsletter-form > .form__row {
  margin-bottom: 40px !important;
}

.webform-submission-newsletter-form .form-hint {
  margin-bottom: 30px;
}

.webform-submission-newsletter-form .js-form-type-webform-markup {
  font-size: 14px !important;
}

.webform-submission-newsletter-form .form-submit {
  margin-top: 40px !important;
}

.webform-submission-newsletter-form .webform-element-description {
  line-height: 24px !important;
}

.simplesubscription .form-item-birthdate .container-inline {
  display: flex;
  column-gap: 12px;
}

.simplesubscription .form-item-birthdate .container-inline .form__row {
  flex: auto;
}

.simplesubscription .form-item-birthdate .container-inline select {
  padding-right: 30px;
}

@media (max-width: 768px) {
  .newsletter-footer-block-with-cta-wrapper {
    flex-direction: column;
    height: auto;
  }

  .newsletter-footer-block-with-cta-right {
    width: 100%;
  }

  .newsletter-footer-block-with-cta-left {
    height: 300px;
    width: 100%;
  }
}

/* RMC-259 */
.page-node-type-visit-us .header .logo .desktop {
  display: none;
}

.page-node-type-visit-us .header .logo .mobile {
  display: block;
}

@media (min-width: 993px) {

  main.visit-us.wrapper {
    margin-top: 0;
  }

  .page-node-type-visit-us .header {
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(54.3656px);
  }

  .page-node-type-visit-us .btn-menu .text {
    color: #fff;
  }

  .page-node-type-visit-us .btn-menu .burger:before {
    background: #000;
    content: none;
  }

  .page-node-type-visit-us .header .logo .desktop {
    display: block;
  }

  .page-node-type-visit-us .header .logo .mobile {
    display: none;
  }
}

.visit-us-subnavigation.shrink {
  top: 0;
  background: white;
  color: black;
  z-index: 99;
}

header.header-container.shrink .visit-us-page {
  opacity: 0;
  visibility: hidden;
  /*-webkit-transition: opacity 200ms, visibility 200ms;*/
  /*transition: opacity 200ms, visibility 200ms;*/
}

.header.visit-us-page {
  visibility: visible;
  opacity: 1;
}

.visit-us-subnavigation {
  padding: 12px 0px;
  color: #e1dfdd;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(54.3656px);
  position: relative;
  z-index: 10;
  position: fixed;
  top: 85px;
  width: 100%;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}

.visit-us-subnavigation-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.visit-us-subnavigation-left {
  /* width: 40%; */
  font-family: 'Trenda';
}

.visit-us-subnavigation-left span.bold {
  font-family: 'TrendaBlack';
}

.visit-us-subnavigation-right {
  /* width: 60%; */
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-family: 'Trenda';
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
}

.visit-us-subnavigation-right a {
  text-decoration: none;
  padding: 0 15px;
}

.visit-us-subnavigation .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 992px) {
  .visit-us-subnavigation {
    flex-direction: column;
    height: auto;
    background: #fff;
    color: black;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
  }

  .visit-us-subnavigation-inner {
    display: block;
  }

  .visit-us-subnavigation-left {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    position: relative;
    width: 100%;
  }

  .visit-us-subnavigation-right {
    background: #fff;
    width: 100%;
    flex-direction: column;
    font-family: 'Trenda';
    color: black;
    padding: 0px 25px;
    border-top: 1px solid #F8F5EE;
    text-align: left;
  }

  .visit-us-subnavigation-right a {
    border-bottom: #F8F5EE solid .75px;
    padding: 13px 0px;
  }

  .visit-us-subnavigation-right a:last-child {
    border: none;
  }

  .visit-us-subnavigation-left:after {
    content: "";
    background-image: url(../images/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FCFAF3;
    /* position: absolute;
    top: 5px;
    right: 0; */
    border-radius: 4px;
    padding: 4px 13px;
    margin-left: 10px;
  }

  .visit-us-subnavigation-left:before {
    position: relative;
  }

  .visit-us-subnavigation-right.accordion-close {
    display: none;
  }

  .visit-us-subnavigation-left.accordion-close:after {
    transform: rotate(-180deg);
  }
}

@media (max-width: 768px) {
  .visit-us-subnavigation {
    top: 72px !important;
  }

  .visit-us-subnavigation.shrink {
    top: 0 !important;
    height: 75px;
    padding: 15px 0;
  }
}

.visit-us-banner-intro {
  background: black;
  padding: 64px 0;
}

.visit-us-banner-intro-inner {
  display: flex;
  align-items: stretch;
  color: #e1dfdd;
  font-size: 15px;
  font-family: 'Trenda';
  justify-content: space-around;
}

.banner-intro-element {
  width: 160px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-intro-element-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .visit-us-banner-intro {
    padding: 40px 0;
  }

  .visit-us-banner-intro-inner {
    flex-wrap: wrap;
  }

  .banner-intro-element {
    width: 33%;
    margin: 25px 0;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .banner-intro-element {
    width: 25%;
    margin: 10px;
  }
}

@media (max-width: 375px) {
  /* .visit-us-banner-intro {
    flex-wrap: wrap;
    padding: 35px 35px;
  }

  .banner-intro-element {
    width: 148px;
    height: 112px;
    margin-bottom: 25px;
    font-size: 12px;
  } */
}

.hero_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88vh;
  /*margin-right: calc(-50vw + 580px);*/
  overflow: hidden;
  flex-direction: column;
  justify-content: space-evenly;
}

.hero_banner.visit-us {
  height: 100vh;
}

.hero_banner .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  padding-top: 0;
}

.hero_banner .entry {
  color: #fff;
  position: relative;
  z-index: 3;
}

.hero_banner.visit-us .entry.text-center {
  top: 50px;
}

.hero_banner .entry .hero_title {
  font-weight: 400;
  display: block;
  line-height: 36px;
  margin-bottom: 0;
  font-family: 'TrendaBlack';
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.700994);
}

.hero_banner .entry .hero_surtitle {
  font-family: 'Trenda';
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
}

.hero_banner .entry .hero_intro_text {
  display: block;
  font-size: 20px;
  margin: 0 auto;
  max-width: 600px;
  font-family: 'Trenda';
  font-weight: 300;
  line-height: 32px;
}

.hero_banner .entry .hero-banner-cta {
  margin-top: 24px;
}

.hero_banner .entry .hero-banner-cta .btn--white {
  min-width: 202px;
}


@media (max-width: 768px) {
  .hero_banner .entry .title .hero_title {
    font-size: 24px;
  }

  .hero_banner .title strong {
    display: inline;
  }

  .hero_banner .entry .title {
    max-width: 280px;
  }

  .hero_banner.visit-us,
  .hero_banner {
    height: 60vh;
  }

  .hero_banner.visit-us .entry.text-center {
    top: 0;
  }
}

.full-image-left-text-container {
  position: relative;
  height: 59.53vw;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.full-image-left-text-container.textalign-right .full-image-left-text-inner {
  margin-left: auto;
}

.full-image-left-text-container.text-invert-1 .full-image-left-text-inner {
  background: black;
  color: white;
}

.full-image-left-text-inner {
  background: white;
  /* width: 450px; */
  padding: 64px;
}

.full-image-left-text-inner h2 {
  font-weight: normal;
}

.full-image-left-text-title {
  font-size: 26px;
  line-height: 26px;
  font-family: 'Trenda';
  color: #BD9F57;
  display: inline-block;
  width: 100%;
}

.full-image-left-text-subtitle {
  font-size: 36px;
  line-height: 36px;
  font-family: "Caveat", cursive;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
  display: inline-block;
  width: 100%;
}

.full-image-left-text-text {
  font-size: 14px;
  font-family: 'Trenda';
  line-height: 20px;
  /* font-family: "BwMitga-Light"; */
  /*margin-bottom: 32px;*/
}

.full-image-left-text-text strong {
  font-family: 'Trenda';
  font-weight: 400;
}

.full-image-left-text-text p:last-child {
  margin-bottom: 0;
}

.full-image-left-text-text-with-list ul {
  font-size: 12px;
  font-family: 'Trenda';
  list-style: none;
  text-transform: uppercase;
  margin-left: 10px;
}

.full-image-left-text-text-with-list ul li {
  position: relative;
}

.full-image-left-text-text-with-list ul li::before {
  content: ' • ';
  padding-right: 16px;
}

.full-image-left-text-text-with-list h6,
.full-image-left-text-text-with-list h3 {
  text-transform: none;
  margin-bottom: 16px;
  font-family: 'Trenda';
  font-weight: 400;
}

.full-image-left-text-text-with-list *:last-child {
  margin-bottom: 0;
}

.full-image-left-text-text-with-list span.silver {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
}

.faqs-visit-us-inner {
  display: flex;
  align-items: stretch;
  padding: 100px 0;
  justify-content: space-around;
}

.faqs-visit-us .faqs-visit-us-left .intro {
  font-size: 26px;
  font-family: 'TrendaBlack';
  line-height: 26px;
  margin-bottom: 32px;
}

.informations-and-reservation-left .title {
  font-family: 'Trenda';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
}

.faqs-visit-us-left {
  width: 32%;
  padding-right: 35px;
}

.informations-and-reservation-left {
  font-family: 'Trenda';
  font-size: 14px;
  border-bottom: #f8f5ee solid .75px;
  padding-bottom: 32px;
}

.informations-and-reservation-left span.label {
  float: left;
}

.informations-and-reservation-left span.content {
  font-family: 'Trenda';
  font-weight: 400;
}

.informations-and-reservation-left span.content a {
  text-decoration: none;
}

.informations-and-reservation-by-telephone,
.informations-and-reservation-by-email {
  text-align: right;
  margin-bottom: 10px;
}

.informations-and-reservation-book-a-visit-online-cta {
  margin-top: 20px;
}

.informations-and-reservation-book-a-visit-online-cta a {
  width: 100%;
}

.informations-and-reservation-book-a-visit-online-cta a svg {
  margin: 0 10px 4px;
}

.informations-and-reservation-right {
  font-size: 12px;
}

.informations-and-reservation-right a {
  font-weight: bold;
}

.informations-and-reservation-right > div .title {
  text-transform: uppercase;
  font-family: 'Trenda';
  font-weight: 400;
  margin-bottom: 8px;
}

.informations-and-reservation-right > div .text a {
  text-decoration: none;
}

.informations-and-reservation-right > div {
  display: flex;
  align-items: center;
  border-bottom: #f8f5ee solid 0.75px;
  padding: 24px 0;
}

.informations-and-reservation-right > div .icon {
  padding-right: 20px;
}

.visit-us-down-arrow {
  z-index: 3;
  position: absolute;
  bottom: 40px;
}

@media (max-width: 768px) {
  .faqs-visit-us-inner {
    flex-direction: column;
    padding: 75px 0;
  }

  .informations-and-reservation {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
  }

  .informations-and-reservation > div {
    width: 45%;
  }

  .informations-and-reservation-left {
    border-bottom: none;
  }

  .informations-and-reservation-right {
    font-size: 12px;
  }

  .faqs-visit-us-left {
    width: 100%;
    padding-right: 0px;
  }

  .faqs-visit-us .faqs-visit-us-right {
    width: 100%;
    padding-left: 0px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

}

@media (max-width: 575px) {
  .faqs-visit-us-inner {
    padding: 40px 24px;
  }

  .informations-and-reservation {
    display: block;
  }

  .informations-and-reservation > div {
    width: 100%;
    font-size: 12px;
  }

  .faqs-visit-us-item {
    padding: 16px 0 16px;
  }

  .faqs-visit-us-item:after {
    right: 0;
  }

  .faqs-visit-us-item .faqs-visit-us-answer,
  .faqs-visit-us-item .faqs-visit-us-answer p {
    padding-right: 0;
  }
}

.faqs-visit-us-right {
  width: 57%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  cursor: pointer;
}

.faqs-visit-us-right::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.faqs-visit-us-item {
  padding: 16px 0 16px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  position: relative;
  font-size: 14px;
}

.faqs-visit-us-item:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.faqs-visit-us-item:after {
  content: '\002B';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 16px;
  height: 1rem;
  transition: 0.4s;
  width: 1rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.faqs-visit-us-open.faqs-visit-us-item:after {
  content: "\2212";
  color: rgba(0, 0, 0, 1);
}

.faqs-visit-us-item .faqs-visit-us-question {
  padding-right: 55px;
  letter-spacing: 1px;
}

.faqs-visit-us-question > p {
  margin-bottom: 0;
}


.faqs-visit-us-item .faq-subtitle {
  margin: 0;
  font-family: 'Trenda';
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.86px;
  text-transform: initial;
}

.faqs-visit-us-item .faqs-visit-us-answer {
  display: none;
  margin-top: 16px;
}

.faqs-visit-us-open .faqs-visit-us-question {
  font-weight: 400;
}

.faqs-visit-us-open .faqs-visit-us-answer {
  display: block;
}

.faqs-visit-us-item .faqs-visit-us-answer,
.faqs-visit-us-item .faqs-visit-us-answer p {
  font-family: 'Trenda';
  font-weight: 300;
  line-height: 20px;
  padding-right: 55px;
  margin-bottom: 0;
  margin-top: 1rem;
}

/*.faqs-visit-us-item .faqs-visit-us-answer p:last-child {*/
/*  margin-bottom: 0;*/
/*}*/

.footer-hero-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .footer-hero-image {
    height: 200px;
  }
}

@media (max-width: 375px) {
  .footer-hero-image {
    height: 120px;
  }
}

.full-image-right-text-container {
  position: relative;
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.full-image-right-text-inner {
  position: absolute;
  z-index: 2;
  top: 200px;
  background: black;
  width: 450px;
  height: auto;
  right: 250px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  color: white;
}

.full-image-right-text-title {
  font-size: 26px;
  font-family: 'Trenda';
  color: #BD9F57;
}

.full-image-right-text-subtitle {
  font-size: 36px;
  font-family: "Caveat";
}

.full-image-right-text-text {
  font-size: 14px;
  font-family: "BwMitga-Light";
  font-family: 'Trenda';
}

.full-image-right-text-more-infos-container {
  padding-top: 10px;
  display: flex;
}

.full-image-left-text-infos {
  display: flex;
  padding-top: 32px;
  position: relative;
}

.full-image-left-text-infos:before {
  content: '';
  width: 80px;
  height: 1px;
  top: 32px;
  left: 0;
  position: absolute;
  background: white;
  opacity: 0.3;
}

.more-infos-item {
  color: #BD9F57;
  font-size: 18px;
  padding: 32px 40px 0 0;
  font-family: 'Trenda', sans-serif;
  line-height: 18px;
}

.more-infos-item:last-child {
  padding-right: 0;
}

.more-infos-item .label {
  color: #fff;
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  margin-top: 4px;
}

.more-infos-item:first-child {
  /* border-top: solid 0.1px #BD9F57; */
}

.full-image-left-text-text-with-list {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .full-image-left-text-container {
    align-items: flex-end;
    background-position: 50% 50%;
    height: 95vh;
  }

  .full-image-left-text-inner {
    margin: 20px auto;
    max-width: 750px;
    width: 60%;
    flex: none;
  }

  .full-image-left-text-container .section-image {
    display: none;
  }
}

@media (max-width: 575px) {
  .full-image-left-text-container {
    background-image: none !important;
    height: auto;
    display: block;
    border-bottom: none;
  }

  .full-image-left-text-container .section-image {
    display: block;
    width: 100%;
  }

  .full-image-left-text-inner {
    width: 100%;
  }

  .more-infos-item {
    padding-right: 15px;
  }
}

.visit-us-map-container a {
  text-decoration: none;
}

.visit-us-map-container a:hover {
  color: inherit;
}

.visit-us-map-container > a {
  display: block;
}

.visit-us-map-content {
  background: #fff;
  padding: 56px;
  margin: 80px 0px 80px 80px;
  max-width: 590px;
}

.visit-us-map-title {
  font-size: 22px;
  font-family: 'Trenda';
  margin-bottom: 32px;
  font-weight: normal;
}

.visit-us-map-text {
  font-size: 14px;
  font-family: 'Trenda';
  margin-bottom: 40px;
}

.visit-us-map-direction-title {
  font-size: 12px;
  color: #BD9F57;
  font-family: 'Trenda';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.visit-us-map-opening-hours-title {
  font-size: 12px;
  color: #BD9F57;
  font-family: 'Trenda';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}


.visit-us-map-address {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.visit-us-map-address .icon {
  padding-right: 16px;
}


.visit-us-map-address .content {
  font-size: 14px;
  font-family: 'Trenda';
  white-space: nowrap;
}

.visit-us-map-address .content > p {
  margin-bottom: 0px;
}

.visit-us-map-transports {
  font-size: 12px;
  font-family: 'Trenda';
  /*white-space: nowrap;*/
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  margin-bottom: 32px;
}

.visit-us-map-transports > p {
  margin-bottom: 8px;
}

.visit-us-map-opening-hours {
  font-size: 14px;
  font-family: 'Trenda';
}

.visit-us-map-opening-hours td {
  padding-bottom: 5px;
}

.visit-us-map-opening-hours span.right {
  float: right;
}

.visit-us-map-infos-cave {
  font-size: 12px;
  font-family: 'Trenda';
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.visit-us-map-accessibility {
  font-size: 12px;
  font-family: 'Trenda';
  display: flex;
  align-items: center;
  /*opacity: 0.5;*/
  color: rgba(0, 0, 0, 0.5);
}

.visit-us-map-covid-text {
  font-size: 12px;
  /* padding-left: 20px;
  padding-top: 10px; */
  padding: 15px;
  margin: 48px 0 24px;
  font-family: 'Trenda';
  background: #FCFAF3;
  border-left: solid 1px #BD9F57;
}

.visit-us-map-covid-text p {
  margin-bottom: 8px;
}

.visit-us-map-covid-text .icon {
  margin-top: -2px;
  float: left;
  padding-right: 15px;
}

.visit-us-map-covid-text > *:last-child {
  margin-bottom: 0;
}

.visit-us-map-covid-text strong {
  font-family: 'Trenda';
  font-weight: 400;
}

.visit-us-map-closing-day {
  font-size: 14px;
  font-family: 'Trenda';
  opacity: 0.5;
}

.visit-us-map-opening-hours > p {
  margin-bottom: 8px;
}

.visit-us-map-accessibility .content > p {
  margin-bottom: 0px;
  color: #000;
}

.visit-us-map-accessibility path {
  stroke-opacity: 1;
}

.visit-us-map-infos-cave .content > p {
  margin-bottom: 0px;
}

span.timing {
  float: right;
}

.visit-us-map-accessibility .icon {
  padding-right: 10px;
}

.visit-us-map-infos-cave .icon {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .visit-us-map-container {
    align-items: flex-end;
  }

  .visit-us-map-content {
    max-width: 750px;
    width: 60%;
  }

  .visit-us-map-container .section-image {
    display: none;
  }

  .visit-us-map-transports {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .visit-us-map-container {
    background-image: none !important;
    height: auto;
    display: block;
  }

  .visit-us-map-container .section-image {
    display: block;
  }

  .visit-us-map-content {
    width: 100%;
    margin: 0px;
    padding: 30px;
    border-bottom: 1px solid #F8F5EE;
  }

  .visit-us-map-opening-hours {
    font-size: 12px;
  }

  .visit-us-map-closing-day {
    font-size: 12px;
  }

  .visit-us-map-text {
    font-size: 12px;
  }

  .visit-us-map-transports {
    white-space: normal;
  }

  .visit-us-map-address .content {
    white-space: normal;
  }

  .faqs-visit-us-item {
    font-size: 12px;
    padding: 10px 0 10px;
  }

  .faqs-visit-us-item:after {
    right: 0;
  }

}

.field-reservation-layout-portrait {
  display: flex;
  flex-direction: column;
}

.field-reservation-layout-portrait .reservation-item-text-degustation-content {
  /*margin-top: auto;*/
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.reservation-item-container.background-white {
  background: #fff;
  height: 100%;
}

.reservation-item-container.background-black {
  background: #000;
  color: #fff;
  height: 100%;
}


.field-visite-time.silver {
  color: #a4a4a4;
}

.field-visite-time.gold {
  color: #BD9F57;
}

.field-visite-time.season {
  color: #52B8DD;
}

.field-degustation-title.silver {
  color: #a4a4a4;
}

.field-degustation-title.gold {
  color: #BD9F57;
}

.field-degustation-title.season {
  color: #52B8DD;
}

.field-degustation-title span.silver {
  color: rgba(255, 255, 255, 0.7);
}

.field-iconique-text {
  font-size: 14px;
  font-family: 'Trenda';
  line-height: 20px;
}

.field-degustation-text {
  padding-bottom: 20px;
  font-family: 'Trenda';
  font-size: 12px;
  text-transform: uppercase;
}

.field-reservation-layout-portrait .field-degustation-text {
  margin-bottom: auto;
  padding-bottom: 20px;
}

.field-price {
  font-size: 12px;
  font-family: 'Trenda';
  text-align: right;
  line-height: 1.58;
  margin-top: auto;
}

.field-price span.silver {
  color: rgba(0, 0, 0, 0.5);
}

.reservation-item-container.background-black .field-price span.silver {
  color: rgba(255, 255, 255, 0.7);
}

.field-price span.label {
  float: left;
}

.field-iconique-title {
  font-size: 22px;
  font-family: 'Trenda', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 25px;
}

.field-visite-time {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  line-height: normal;
  margin: 0 0 4px;
}

.field-degustation-title {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  line-height: unset;
  margin-bottom: 8px;
}

.field-degustation-text ul {
  list-style: none;
  margin-left: 10px;
}

.field-degustation-text ul li {
  position: relative;
}

.field-degustation-text ul li::before {
  content: ' • ';
  padding-right: 16px;
}

.field-reservation-layout-portrait .reservation-item-text-iconique-content {
  margin: 48px 48px 30px;
}

.reservation-item-text-iconique-content {
  margin: 48px;
  margin: 48px;
  max-height: 277px;
  height: 100%;
}

.reservation-item-text-degustation-content {
  padding: 10px 48px 48px;
}

.visit-us-reservations-container {
  background: #F7F7F7;
  padding: 120px 40px 80px;
}

.field-reservation-title {
  text-align: center;
  font-size: 14px;
  font-family: 'Trenda';
  color: #BD9F57;
  line-height: 16px;
}

.field-reservation-subtitle {
  text-align: center;
  font-size: 36px;
  font-family: 'TrendaBlack';
  line-height: 36px;
  margin-bottom: 56px;
}

.field-reservation-cta-link {
  text-align: center;
  /*margin-top: 40px;*/
  padding-top: 40px;
}

.field-reservation-cta-link a:before {
  content: "";
  background: url(../images/reservation-icon.svg) 0 0 no-repeat;
  padding: 0px 15px;
}


.field-reservation-image img {
  width: 100%;
  /* width: 370px; */
  /* height: 250px; */
}

.field-reservation-image .seasons-picto {
  background: url(../images/visite-saisonniere.svg) 0 0 no-repeat;
  max-width: 153px;
  max-height: 48px;
  height: 100%;
  position: relative;
  top: -95%;
  left: 54%;
}

.field-reservation-cta-link .btn {
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 277px;
}

.background-black .field-reservation-cta-link .btn {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 276px;
}

.background-black .field-reservation-cta-link a:before {
  content: "";
  background: url(../images/reservation-white-icon.svg) 0 0 no-repeat;
  padding: 0px 15px;
}

.visit-us-reservation-item.field-reservation-layout-landscape {
  /* flex-basis: 100%; */
  /* padding: 30px 0px; */
}

.reservation-item-container.field-reservation-layout-landscape {
  display: flex;
}

.field-reservation-layout-landscape .reservation-item-text-iconique-content {
  padding: 48px 24px 48px 48px;
  width: 40%;
  margin: 0;
}

.field-reservation-layout-landscape .reservation-item-text-degustation-content {
  padding: 48px 48px 48px 24px;
  width: 28%;
}

.field-reservation-layout-landscape .field-reservation-image {
  width: 32%;
}

.field-reservation-layout-landscape .field-reservation-image img {
  width: 100%;
  height: 100%;
}

.field-reservation-layout-landscape .field-reservation-image img:nth-child(2) {
  display: none;
}

.field-reservation-layout-landscape .field-reservation-image img:nth-child(3) {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  height: 100%;
  max-width: 153px;
  max-height: 48px;
}

.field-reservation-image {
  position: relative;
}

.field-seasons-picto {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.field-adulte-price {
  margin-bottom: 8px;
}

.field-adolescent-price {
  margin-bottom: 8px;
}

.visit-us-reservation-item {
  height: auto;
}

.visit-us-reservation-item {
  padding-bottom: 40px;
}


/* Layout */
@media (min-width: 576px) {
  .visit-us-reservations-list .swiper-wrapper {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    height: auto;
  }

  .visit-us-reservation-item.field-reservation-layout-portrait {
    flex-basis: 47%;
    height: auto;
  }

  .visit-us-reservation-item.field-reservation-layout-landscape {
    flex-basis: 47%;
    padding: 0 0 40px;
  }

  .visit-us-reservation-item .views-field-nothing {
    height: 100%;
  }
}

@media (min-width: 769px) {
  .visit-us-reservations-container > .container {
    padding: 0;
  }

  .visit-us-reservation-item {
    padding-bottom: 56px;
  }

  .visit-us-reservation-item.field-reservation-layout-portrait:nth-child(2) {
    margin: 0px 32px;
  }

  .visit-us-reservation-item.field-reservation-layout-portrait {
    flex-basis: 31.5%;
    height: auto;
  }

  .visit-us-reservation-item.field-reservation-layout-landscape {
    flex-basis: 100%;
  }

  .visit-us-reservation-item .field-reservation-layout-landscape {
    width: 100%;
    display: flex;
  }
}

.visit-us-reservations-list .swiper-pagination {
  position: static;
}

.visit-us-reservations-list .swiper-pagination-bullet-active {
  background: black;
}

@media (max-width: 768px) {
  .visit-us-reservations-list .swiper-wrapper {
    justify-content: space-between;
  }

  .field-reservation-image {
    max-height: 226px;
  }

  .field-reservation-image img {
    height: 100%;
  }

  .field-reservation-layout-portrait .reservation-item-text-iconique-content {
    margin: 24px;
    max-height: 250px;
    height: 100%;
  }

  .field-iconique-title {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 18px;
  }

  .field-iconique-text {
    font-size: 12px;
  }

  .reservation-item-text-degustation-content {
    padding: 10px 24px 24px;
  }

  .field-reservation-cta-link {
    padding-top: 24px;

  }

  .visit-us-reservation-item.field-reservation-layout-landscape .reservation-item-container {
    display: flex;
    flex-direction: column;
  }

  .field-reservation-layout-landscape .reservation-item-text-iconique-content {
    width: auto;
    margin: 24px;
    padding: 0;
    max-height: 250px;
    height: 100%;
  }

  .field-reservation-layout-landscape .reservation-item-text-degustation-content {
    width: 100%;
    padding: 10px 24px 24px;
  }

  .field-reservation-layout-landscape .field-reservation-image {
    width: 100%;
  }

  .visit-us-reservations-container {
    padding: 50px 0;
  }

  .field-reservation-subtitle {
    margin-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .field-reservation-subtitle {
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .visit-us-reservations-list .swiper-pagination {
    margin-bottom: 24px;
    line-height: 8px;
  }

  .visit-us-reservation-item {
    padding: 0;
  }

  .hero_banner.visit-us,
  .hero_banner {
    height: 144vw;
    justify-content: flex-end;
    margin-top: 30px;
  }

  .hero_banner .entry {
    padding: 0 38px;
  }

  .hero_banner .entry .hero_title,
  .hero_banner .entry .hero_surtitle {
    font-size: 22px;
    line-height: 22px;
    display: inline;
  }

  .hero_banner .entry .hero_surtitle {
    margin-bottom: 0;
  }

  .hero_banner .entry .hero_intro_text {
    font-size: 16px;
    line-height: 25px;
  }

  .visit-us-banner-intro {
    padding: 32px 0;
  }

  .banner-intro-element {
    width: 40%;
    padding: 0;
  }

  .banner-intro-element-text {
    font-size: 12px;
  }

  .hero_banner .entry .hero-banner-cta .btn--white {
    height: 47px;
    font-size: 12px;
    line-height: 47px;
  }

  .full-image-left-text-title {
    font-size: 20px;
    line-height: 24px;
  }

  .full-image-left-text-subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .full-image-left-text-text {
    font-size: 12px;
    /*margin-bottom: 24px;*/
  }

  .full-image-left-text-text-with-list h6,
  .full-image-left-text-text-with-list h3 {
    font-size: 12px;
  }

  .full-image-left-text-inner {
    padding: 32px;
  }

  .faqs-visit-us .faqs-visit-us-left .intro {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  /*.field-reservation-layout-landscape .field-reservation-image {*/
  /*  width: auto;*/
  /*  height: 226px;*/
  /*}*/
  .field-reservation-layout-landscape .reservation-item-text-iconique-content {
    padding: 0;
    margin: 24px;
    width: auto;
  }

  .visit-us-down-arrow {
    margin-bottom: 16px;
    padding-top: 24px;
    position: static;
  }

  .hero_banner.visit-us .entry.text-center {
    top: 0;
  }

  .field-reservation-cta-link .btn {
    background: #000;
    color: #fff;
    line-height: 47px;
    height: 47px;
    font-size: 12px;
  }

  .informations-and-reservation-book-a-visit-online-cta a.btn {
    height: 47px;
    line-height: 47px;
  }

  .field-reservation-cta-link a:before {
    background: url(../images/reservation-white-icon.svg) 0 0 no-repeat;
  }

  .views-field.views-field-nothing {
    height: 100%;
  }

  .reservation-item-container.background-white {
    max-height: 766px;
  }

  .reservation-item-container.background-black {
    max-height: 766px;
  }

  .field-reservation-image {
    /*max-height: 189px;*/
    max-height: unset;
  }

  .field-reservation-image .seasons-picto {
    left: 53%;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    height: 100%;
    max-width: 153px;
    max-height: 48px;
  }

  .field-reservation-layout-landscape .field-reservation-image img:first-child {
    display: none;
  }

  .field-reservation-layout-landscape .field-reservation-image img:nth-child(2) {
    display: block;
  }


  .field-reservation-image img,
  .field-reservation-layout-landscape .field-reservation-image img {
    height: 190px;
  }

  .field-reservation-layout-landscape .reservation-item-text-degustation-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

}

.visit-us-map-container {
  background-position: 50% 50%;
}

form#webform-submission-ryi-add-form {
  display: none;
}

/* RMC-263 New registration form "Private sale" */
.private-sale-block-container {
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

.private-sale-block-webform form .form__row input,
.private-sale-block-webform form .form__row select,
.private-sale-block-webform form .form__row textarea {
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 56px;
  font-family: 'Trenda';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  border: solid 1px #d6d2c7;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}

.private-sale-block-webform form .form__row select {
  padding: 16px 40px 16px 16px;
  background-image: url(../images/new-registration-down-arraw.svg);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-origin: content-box;
  background-position: right -20px center;
  /*color: #b3b3b3;*/
}

.private-sale-block-content {
  margin: 75px 0px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(189, 159, 87, 0.1), 0px 2px 4px rgba(189, 159, 87, 0.2);
  font-family: 'Trenda';
}

.private-sale-block-text-content {
  text-align: center;
}

.ryi-name {
  display: flex;
  justify-content: space-between;
}

.ryi-prenom {
  width: 48%;
}

.ryi-nom-de-famille {
  width: 48%;
}

.private-sale-block-webform .form-item-date-of-birth .container-inline {
  display: flex;
  column-gap: 12px;
}

.private-sale-block-webform .form-item-date-of-birth .container-inline .form__row {
  flex: auto;
}

.private-sale-block-webform .form-item-date-of-birth .container-inline select {
  padding-right: 30px;
}

.private-sale-block-webform .form-item-date-of-birth > .form__row {
  padding-bottom: 5px;
  /*color: #b3b3b3;*/
}

.private-sale-block-sur-title {
  font-size: 14px;
  color: #BD9F57;
}

.private-sale-block-main-title {
  padding-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'TrendaBlack', sans-serif;
  line-height: 1.1em;
}

.private-sale-block-sub-title {
  padding-bottom: 20px;
  font-size: 20px;
  color: #9e9e9e;
  margin-top: -10px;
  text-transform: uppercase;
  font-family: 'Trenda', sans-serif;
}

.private-sale-block-intro-text {
  padding-bottom: 10px;
  font-size: 18px;
}

.private-sale-block-intro-text p:nth-child(2) {
  font-size: 14px;
}

.webform-submission-ryi-form .form-item-markup {
  text-align: right;
  padding-bottom: 10px;
  font-size: 12px;
  color: #9e9e9e;
}

.private-sale-block-webform form .form__controls .form-submit {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: 47px;
  line-height: 47px;
  min-width: 163px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
  font-family: 'Trenda';
}

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

.private-sale-block-container .section-image {
  display: none;
}

.ryi-webform-submission-thankyou {
  text-align: center;
  padding-top: 60%;
  font-family: 'Trenda';
  font-weight: 400;
}

.ryi-webform-submission-thankyou p {
  font-size: 16px;
}

.ryi-webform-submission-thankyou p:nth-child(2) {
  color: #b0b5b5;
  font-size: 14px;
  font-family: 'Trenda';
}

.ryi-webform-submission-thankyou p:first-child {
  position: relative;
  margin-bottom: 5px;
}

.ryi-webform-submission-thankyou p:first-child:before {
  content: "";
  background: url(../images/check.svg) 0 0 no-repeat;
  padding: 25px 25px;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 230px;
}

.webform-submission-ryi-form .form-item-subscribe {
  background: #fcfaf3;
  padding: 20px;
  margin-bottom: 20px;
}

.webform-submission-ryi-form .form-item-subscribe .checkbox .description p {
  margin: 0px;
  font-family: 'Trenda';
}

.webform-submission-ryi-form .form-item-subscribe .checkbox .description p:first-child {
  color: #BD9F57;
  text-transform: uppercase;
  font-family: 'Trenda';
  font-weight: 400;
}

.webform-submission-ryi-form .form-actions .form__controls {
  text-align: center;
}

.webform-submission-ryi-form > .form__row {
  margin-bottom: 5px;
}

.webform-submission-ryi-form .form-hint {
  margin-bottom: 30px;
}

.webform-submission-ryi-form .form__row label {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.webform-submission-ryi-form .form-item-privacy-cookies-notice {
  font-size: 12px;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
}

.webform-submission-ryi-form .name {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.webform-submission-ryi-form .name .form__row {
  width: 48%;
}

@media (max-width: 768px) {
  .private-sale-block-content {
    margin: 75px 40px;
  }

  .private-sale-block-container {
    background-size: cover;
    background-position: 55% 50%;
  }

  .private-sale-block-sur-title {
    font-size: 12px;
  }

  .private-sale-block-main-title {
    padding-bottom: 5px;
    font-size: 25px;
  }

  .private-sale-block-sub-title {
    font-size: 14px;
    margin-top: -7px;
  }

  .private-sale-block-intro-text {
    font-size: 14px;
  }

  .private-sale-block-intro-text p:nth-child(2) {
    font-size: 12px;
  }

  .webform-submission-ryi-form .form__row label {
    font-size: 12px !important;
  }

  .webform-submission-ryi-form .form-item-subscribe .checkbox .description p {
    font-size: 12px;
  }

  .private-sale-block-webform form .form__row input,
  .private-sale-block-webform form .form__row select,
  .private-sale-block-webform form .form__row textarea {
    padding: 10px;
    min-height: 56px;
    font-size: 14px;
  }

  .private-sale-block-webform form .form__row select {
    padding: 10px 30px 10px 10px;
  }

  .ryi-webform-submission-thankyou p:first-child:before {
    top: -70px;
    left: 135px;
  }

  .ryi-webform-submission-thankyou {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .private-sale-block-container {
    background-image: none !important;
    height: auto;
    display: block;
  }

  .webform-submission-ryi-form > .form__row.prenom {
    width: 100% !important;
  }

  .webform-submission-ryi-form > .form__row.nom-de-famille {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .private-sale-block-container .section-image {
    display: block;
    width: 100%;
  }

  .private-sale-block-content {
    margin: -30px 0px 25px;
    box-shadow: 0px 10px 30px rgba(189, 159, 87, 0.1), 0px 2px 4px rgba(189, 159, 87, 0.2);
    padding: 20px;
  }

  .private-sale-block-webform form .form__row input,
  .private-sale-block-webform form .form__row select,
  .private-sale-block-webform form .form__row textarea {
    min-height: 48px;
  }

  .private-sale-block-container .container .row {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.private-sale-block-webform .form__row .form__controls .error,
.private-sale-block-webform .form__row .error {
  border: #dc3545 1px solid;
}

.private-sale-block-webform .system-status-message {
  display: none;
}

.ryi-webform-submission-thankyou .ryi-webform-submission-redirect-to-home-page.btn {
  font-size: 12px;
  font-weight: 400;
  height: 47px;
  line-height: 47px;
  min-width: 195px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #e6e3e3;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
}

.ryi-webform-submission-thankyou .ryi-webform-submission-redirect-to-home-page.btn:hover {
  letter-spacing: 0.18em;
  color: #000;
}

.webform-submission-ryi-form select:invalid {
  color: #c3c3c3;
}

.webform-submission-ryi-form > .form__row.prenom {
  width: 48%;
  float: left;
}

.webform-submission-ryi-form > .form__row.nom-de-famille {
  width: 48%;
  margin-left: 4%;
  float: left;
}

a.btn.newsletter-subscribe.btn-menu-alt.our-champagnes.lang-ja {
  min-width: auto;
}

/* RMC-292 Landing Page evolutions */

.product-display-2-signle-item .product-image img {
  height: 495px;
  width: 100%;
  margin-bottom: 25px;
}

.product-display-2-signle-item .product_features.text-center {
  font-size: 14px;
  font-family: 'Trenda';
  color: #C00016;
  margin-bottom: 25px;
}

.product-display-2-signle-item .product-data h2.title {
  margin-bottom: 10px;
}

.product-display-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 125px;
}

.end-of-year .product-display-2 {
  margin-bottom: 40px;
}


.product-display-2-signle-item {
  width: 50%;
}

.product-display-2-signle-item:first-child {
  padding: 0 50px 50px 0;
}

.product-display-2-signle-item:nth-child(2) {
  padding: 0 0 50px 50px;
}

.product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns {
  display: flex;
  justify-content: space-evenly;
}

.product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns a.btn {
  min-width: 100%;
}

.product-display-2 .product-display-2-signle-item .product-data .product-desc {
  padding-bottom: 0px;
}

.product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns li {
  width: 45%;
}

.product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns li + li {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .product-display-2 {
    margin: 0 0 163px 0;
  }

  .product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns a.btn {
    margin-bottom: 10px;
    height: 47px;
    min-width: 219px;
  }

  .product-display-2-signle-item:first-child {
    padding: 35px 35px 35px 0;
  }

  .product-display-2-signle-item:nth-child(2) {
    padding: 35px 0 35px 33px;
  }

  .product-display-2-signle-item .product-image img {
    height: auto;
  }

  .product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns li {
    width: 100%;
  }

  .product-display-2 .product-display-2-signle-item .product-data .product__actions .list-btns {
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 575px) {
  .product-display-2 {
    margin: 0;
    flex-direction: column;
  }

  .product-display-2-signle-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .product-display-2-signle-item:first-child {
    padding: 0;
  }

  .product-display-2-signle-item:nth-child(2) {
    padding: 0;
  }

}

/* RMC-293 NEW COCKTAIL SECTION*/

.cocktail-list-subnavigation {
  padding: 11px 0;
  width: 100%;
  border-top: 1px solid #f8f5ee;
  z-index: 10;
  position: fixed;
  top: 85px;
  background: #fff;
}

.cocktail-list-subnavigation .breadcrumb-inner {
  display: flex;
  justify-content: space-between;
}

.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left {
  margin-left: -10px;
}


.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb {
  border-top: none;
  padding: 0.1rem 0;
  font-family: 'Trenda';
  font-weight: 400;
}

.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb li {
  font-size: 15px;
}

.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right {
  font-family: 'Trenda';
  padding-top: 3px;
}

.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right ul {
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  list-style: none;
  margin-bottom: 0;
}

.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right ul li a {
  text-decoration: none;
  padding: 0 15px;
  display: block;
}

.cocktail-list-subnavigation.shrink {
  top: 0;
  z-index: 99;
  height: 70px;
  padding: 21px 0px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.cocktail-list .page-introduction {
  margin: 100px 0 0;
}

.cocktail-list .page-introduction .page-subtitle h1 {
  font-size: 26px;
}

.main-image-text {
  text-align: center;
  font-size: 12px;
  font-family: 'Trenda';
  margin: 16px 0 120px;
  color: #9c9c9c;
}

.cocktail-list-collection {
}

.cocktail-list-collection-introduction {
  font-family: 'Trenda';
  font-size: 14px;
  text-align: center;
  line-height: normal;
}

.cocktail-list-collection-surtitle-gold {
  color: #C00016;
}

.cocktail-list-collection-surtitle-silver {
  color: #9c9c9c;
}


.cocktail-list-collection-title {
  font-family: 'TrendaBlack';
  font-size: 36px;
  display: inline-block;
  width: 100%;
}

.cocktail-list-collection-subtitle {
  font-family: 'Trenda';
  font-size: 26px;
  justify-content: space-between;
  display: inline-block;
  width: 100%;
}

.cocktail-list-section-2 {
  display: flex;
  padding: 80px 40px;
  justify-content: center;
}

.cocktail-list-section-2-left {
  width: 55%;
  margin: 50px 0;
}

.cocktail-list-section-2-right {
  display: flex;
  width: 43%;
  margin: 0;
}

.cocktail-list-section-2-title {
  font-size: 12px;
  font-family: 'Trenda';
  padding-bottom: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.cocktail-list-section-2-text {
  font-size: 12px;
  font-family: 'Trenda';
  line-height: 18px;
}

.cocktail-list-section-2-image {
  width: 60%;
}

.cocktail-list-section-2-image-text {
  font-size: 10px;
  font-family: 'Trenda';
  width: 40%;
  padding-top: 50px;
  line-height: 14px;
  margin-left: 16px;
  color: #7F7F7F;
}


.cocktail-list-section-2-image-text span.title {
  font-family: 'Trenda';
  font-weight: 400;
}

.cocktail-list-collection-signature-and-classic {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  justify-content: space-between;
  max-width: 1099px;
  margin: 0 30px 160px;
}

#signature-cocktails .cocktail-list-collection-signature-and-classic {
  margin-bottom: 40px;
}

.cocktail-list-collection-cocktail-text-card {
  text-align: center;
  width: 45%;
  margin-bottom: 120px;
  position: relative;
  padding: 64px;
  max-width: 494px;
}

.cocktail-list-collection-cocktail-text-card.gold {
  background: #fcfaf3;
}

.cocktail-list-collection-cocktail-text-card.silver {
  background: #f7f7f7;
}

.cocktail-list-collection-cocktail-preview-card {
  text-align: center;
  width: 45%;
  margin-bottom: 120px;
  max-width: 494px;
}

.cocktail-list-collection-cocktail-text-card-inner {
  padding: 111px 32px;
  background: white;
  position: relative;
  z-index: 3;
  height: 100%;
}

.silver .cocktail-list-collection-cocktail-text-card-inner {
  padding: 91px 32px 75px;
}

.gold .cocktail-list-collection-cocktail-text-card-inner {
  clip-path: polygon(0 16px, 16px 16px, 16px 0px, calc(100% - 16px) 0, calc(100% - 16px) 16px, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 16px calc(100% - 16px), 0px calc(100% - 16px));
}

.cocktail-list-collection-text-card-title {
  font-family: 'Trenda';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 8px;
}

.cocktail-list-collection-text-card-title.signature {
  color: #C00016;
  margin-bottom: 24px;
}

.cocktail-list-collection-text-card-title.classic {
  color: #9c9c9c;
  margin-bottom: 32px;
}

.cocktail-list-collection-text-card-text {
  font-family: 'Trenda';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.cocktail-list-collection-cocktail-text-card.gold .cocktail-list-collection-text-card-text {
  margin: 0 8px 56px;
}

.cocktail-list-collection-cocktail-text-card.silver .cocktail-list-collection-text-card-text {
  margin: 0 8px 22px;
}

.cocktail-list-collection-text-card-quote {
  font-family: "Caveat", cursive;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.cocktail-list-collection-text-logo {
  padding: 25px;
  position: relative;
}

.cocktail-list-collection-text-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 44%;
  width: 40px;
  border-top: solid #C00016 2px;
}

.cocktail-list-collection-text-logo svg {
  width: 126px;
}

.cocktail-list-collection-text-card-intro {
  font-family: 'Trenda';
  font-size: 14px;
  margin: 0 8px;
  line-height: 20px;
}


.cocktail-list-collection-cocktail-preview-card .cocktail-list-collection-cocktail-preview-cta .btn--white {
  border: solid rgba(0, 0, 0, 0.1) 2px;
  min-width: 220px;
}

.cocktail-list-collection-cocktail-preview-card .cocktail-list-collection-cocktail-preview-cta {
  text-transform: uppercase;
}

.cocktail-list-collection-cocktail-preview-image {
  width: 100%;
  margin-bottom: 32px;
}

.cocktail-list-collection-cocktail-preview-image img {
  width: 100%;
}

.cocktail-list-collection-cocktail-preview-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Trenda';
  line-height: 20px;
  /*background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F1 100%);*/
}

.cocktail-list-collection-cocktail-preview-title .gold {
  color: #C00016;
}

.cocktail-list-collection-cocktail-preview-title span.silver {
  color: #7a7a7a;
  padding-left: 20px;
  position: relative;
}

.cocktail-list-collection-cocktail-preview-title span.silver:before {
  content: '.';
  top: -35%;
  position: absolute;
  padding-right: -39px;
  left: 6%;
  font-weight: 900;
}

.cocktail-list-collection-cocktail-preview-text {
  font-size: 14px;
  font-family: 'Trenda';
  margin-bottom: 24px;
  line-height: 20px;
}

.cocktail-list-collection-cocktail-text-card.gold:before,
.cocktail-list-collection-cocktail-text-card.gold:after {
  content: '';
  position: absolute;
  width: 97%;
  height: 97%;
  left: 50%;
  top: 50%;
  /* border: 1px solid #C00016; */
  clip-path: polygon(0 10px, 10px 10px, 10px 0px, calc(100% - 10px) 0, calc(100% - 10px) 10px, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 10px calc(100% - 10px), 0px calc(100% - 10px));
  transform: translate(-50%, -50%);
}

.cocktail-list-collection-cocktail-text-card.gold:before {
  z-index: 1;
  background: #C00016;
}

.cocktail-list-collection-cocktail-text-card.gold:after {
  z-index: 2;
  width: 96.7%;
  height: 96.7%;
  background: #fcfaf3;
}

.manifesto {
  margin: 0 80px 100px;
}

.cocktail-list-collection-manifesto-container {
  margin-bottom: 100px;
  background-size: 100% 500px;
  background-position: top;
  background-repeat: no-repeat;
}

.cocktail-list-collection-manifesto-main-content {
  background: #fcfaf3;
  padding: 80px 200px;
  text-align: center;
}

.cocktail-list-collection-manifesto-content {
  position: relative;
  margin: auto;
  width: 100%;
  top: 120px;
  max-width: 979px;
}

.cocktail-list-collection-manifesto-content.col-12 {
  padding: 0;
}

.cocktail-list-collection-manifesto-manifesto-surtitle {
  font-size: 26px;
  font-family: 'Trenda';
  font-weight: bold;
  line-height: 26px;
}

.cocktail-list-collection-manifesto-manifesto-title {
  font-size: 16px;
  color: #C00016;
  font-family: 'Trenda';
  line-height: 26px;
}

.cocktail-list-collection-manifesto-manifesto-intro-title {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Trenda';
  margin-top: 80px;
  position: relative;
}

.cocktail-list-collection-manifesto-manifesto-intro-title:after {
  content: '';
  position: absolute;
  top: -40px;
  width: 40px;
  border-top: solid #C00016 2px;
  margin: auto;
  transform: translate(-50%, 0%);
}

.cocktail-list-collection-manifesto-manifesto-text {
  font-size: 16px;
  font-family: 'Trenda';
  margin-bottom: 25px;
}

/*.cocktail-list-collection-manifesto-manifesto-text > p:first-child {*/
/*  display: block;*/
/*  margin-bottom: 30px;*/
/*}*/

.cocktail-list-collection-manifesto-hidden-text.read-more {
  display: block;
  margin-bottom: 25px;
}

.cocktail-list-collection-manifesto-hidden-text.read-less {
  display: none;
}

/*.cocktail-list-collection-manifesto-manifesto-text p {*/
/*  display: none;*/
/*}*/

cocktail-list-collection-manifesto-manifesto-image {
  background-position: 50% 50%;
  background-size: cover;
  height: 500px;
}

.cocktail-list-newsletter-with-cta-wrapper {
  text-align: center;
  margin-bottom: 160px;
}

.cocktail-list-newsletter-container {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f1 100%);
  height: 363px;
}

/*.cocktail-list-newsletter-content {*/
/*  background: white;*/
/*  height: 323px;*/
/*  max-width: 575px;*/
/*  width: 100%;*/
/*  position: relative;*/
/*  margin: auto;*/
/*  top: 80px;*/
/*}*/

.cocktail-list-newsletter-content {
  background: #ffffff;
  max-width: 575px;
  width: 100%;
  position: relative;
  margin: auto;
  top: 80px;
  padding: 40px 56px 39px;
  box-shadow: 0px 15px 20px rgba(189, 159, 87, 0.1);
}

.cocktail-list-newsletter-image {
  margin-bottom: 24px;
}

.cocktail-list-newsletter-text-content .cocktail-list-newsletter-title {
  font-size: 16px;
  font-family: 'Trenda';
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
}

.cocktail-list-newsletter-text-content .cocktail-list-newsletter-text {
  font-size: 14px;
  font-family: 'Trenda';
  line-height: 20px;
  margin-bottom: 32px;
}

.cocktail-list-newsletter-with-cta-button form input#e-mail-address,
.cocktail-list-newsletter-with-cta-button form input#e-mail-address-nl {
  border: 1px solid rgba(0, 0, 0, 1);
  width: 74%;
  height: 48px;
  padding: 16px;
}

.cocktail-list-newsletter-with-cta-button form input#cta,
.cocktail-list-newsletter-with-cta-button form input#cta-nl {
  width: 26%;
  max-width: 173px;
  background: black;
  color: white;
  border: black solid 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.cocktail-list-newsletter-text-content .email-label {
  font-size: 12px;
  font-family: 'Trenda';
  /*padding: 10px 0;*/
  line-height: 19px;
  margin-bottom: 8px;
}

.cocktail-list-newsletter-with-cta-button form {
  display: flex;
  margin: 0 1px;
  justify-content: center;
}

.cocktail-page-subnavigation {
  width: 100%;
  border-top: 1px solid #f8f5ee;
  z-index: 10;
  position: fixed;
  top: 85px;
  background: #fff;
}

.cocktail-page .cocktail-page-subnavigation .breadcrumb {
  font-family: 'Trenda';
  padding: 13px 0 13px;
  border-top: none;
  margin-left: -10px;
}

.cocktail-page .cocktail-page-subnavigation .breadcrumb ul {
  justify-content: left;
}

.cocktail-page-subnavigation.shrink {
  top: 0;
  z-index: 25;
  height: 70px;
  padding: 9px 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.cocktail-page .page-introduction-gold .page-subtitle h1,
.cocktail-page .page-introduction-gold .page-subtitle .h1 {
  font-size: 12px;
  font-family: 'TrendaSemiDb', sans-serif;
  color: #C00016;
  font-weight: 300;
  margin: 64px 0 11px;
  display: block;
}

.cocktail-page .page-introduction-silver .page-subtitle h1 {
  font-size: 12px;
  font-family: 'TrendaSemiDb', sans-serif;
  color: #9c9c9c;
  padding: 8px 0;
  margin-top: 64px;
}

.cocktail-page .text-introduction {
  padding: 30px 0 24px;
}

.cocktail-page .text-introduction p {
  font-size: 18px;
  font-family: 'Trenda';
  line-height: 28px;
}

.cocktail-page .page-introduction .page-title h1 {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.cocktail-page .page-introduction .page-title h1 .silver-year {
  font-weight: 400;
  font-family: 'TrendaSemiDb', sans-serif;
}

.cocktail-page .page-introduction .page-title h1 span.gold {
  color: #C00016;
}


span.silver-year {
  color: #9c9c9c;
  position: relative;
  left: 12px;
  text-transform: none;
}

span.silver-year:before {
  content: '•';
  position: absolute;
  left: -15px;
}

.cocktail-page-product-hightlight-container {
  margin: 56px 90px 0;
  background: #fcfaf3;
}

.row.cocktail-page {
  justify-content: center;
}

.cocktail-page-product-hightlight-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cocktail-page-product-hightlight-cta {
  display: flex;
  width: 31%;
  justify-content: flex-end;
  /*padding-right: 20px;*/
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .cocktail-page-product-hightlight-cta {
    width: 100%;
  }
}

.cocktail-page-product-hightlight-cta > div {
  margin: 0 8px;
}

.cocktail-page-product-hightlight-image {
  margin-top: -55px;
  margin-left: 30px;
}

.cocktail-page-product-hightlight-text {
  width: 50%;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
}

.cocktail-page-product-hightlight-surtitle {
  font-size: 14px;
  color: #C00016;
  font-family: 'Trenda';
}

.cocktail-page-product-hightlight-title {
  font-size: 18px;
  font-family: 'Trenda';
}

.cocktail-page-product-hightlight-cta .cocktail-page-product-hightlight-discover-cta .btn--white {
  border: solid rgba(0, 0, 0, 0.1) 1px;
  min-width: 123px;
  background: #fcfaf3;
}

.cocktail-page-product-hightlight-cta .cocktail-page-product-hightlight-buy-cta .btn {
  border: solid #e3e1db 1px;
  min-width: 133px;
}

.cross-content-cocktail-pages {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cross-content-cocktail-page {
  max-width: 204px;
  text-align: center;
}

.cross-content-cocktail-page-preview-image {
  margin-bottom: 32px;
}

.cross-content-cocktail-page-preview-image img {
  max-height: 204px;
}

.cross-content-cocktail-page-preview-title {
  font-size: 12px;
  font-family: 'Trenda';
  margin-bottom: 3px;
  text-transform: uppercase;
}

.cross-content-cocktail-page-surtitle-gold {
  font-size: 12px;
  font-family: 'Trenda';
  color: #C00016;
}

.cross-content-cocktail-page-surtitle-silver {
  font-size: 12px;
  font-family: 'Trenda';
  color: #9c9c9c;
}

.cross-content-cocktail-page-surtitle {
  font-size: 12px;
  font-family: 'Trenda';
}

.content-section-cocktail-pages {
  display: flex;
  justify-content: space-between;
  margin: 0 90px;
}

.content-section-cocktail-pages > div {
  width: 48%;
}

.content-section-cocktail-page-left {
  position: relative;
}

.content-section-cocktail-page-left:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.content-section-cocktail-page-image-top {
  padding: 0 0 16px;
}

.content-section-cocktail-image-bottom {
  padding: 18px 0 0;
}

.cross-content-cocktail-page-title {
  text-align: center;
  font-size: 12px;
  margin: 0 0 64px;
  font-family: 'Trenda';
  font-weight: 400;
}

.content-section-cocktail-page-preview-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: .2s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-cocktail-page-preview-image img {
  height: 475px;
}


.content-section-cocktail-page-text-content {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 45;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.content-section-cocktail-page-surtitle {
  font-size: 16px;
  font-family: 'Trenda';
  font-weight: 400;
}

.content-section-cocktail-page-title {
  font-size: 18px;
  font-family: 'Trenda';
}

.content-section-cocktail-page-title h1 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  font-family: 'TrendaSemiDb', sans-serif;
  margin-bottom: 0;
}

.content-section-cocktail-page-sub-title {
  font-size: 16px;
  font-family: 'Trenda';
  font-weight: 400;
}


/*.content-section-cocktail-page-video {*/
/*  height: 100%;*/
/*  max-height: 475px;*/
/*}*/

.content-section-cocktail-page-play-instructions {
  position: absolute;
  z-index: 65;
  color: #fff;
  bottom: 20px;
  left: 20px;
}

span.play-instructions-text {
  font-weight: 400;
  padding-left: 10px;
  text-transform: uppercase;
}

svg.paly-svg {
  position: absolute;
  left: 18px;
  top: 16px;
}

.content-section-cocktail-page-video {
  background: #000;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
}

.content-section-cocktail-page-video video {
  height: 100%;
}

.content-section-cocktail-page-preview-image.show {
  display: block;
}

.content-section-cocktail-page-preview-image.hide {
  display: none;
}

.cocktail-page-product-info-container {
  display: flex;
  margin: 0 90px;
  justify-content: space-between;
}

.cocktail-page-product-info-container > div {
  width: 48%;
}

.cocktail-page-product-info-ingredients-title {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Trenda';
  margin-bottom: 24px;
}

.cocktail-page-product-info-instructions-title {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Trenda';
  margin-bottom: 24px;
}

.cocktail-page-product-info-container ul {
  font-size: 16px;
  font-family: 'Trenda';
  margin-left: 15px;
}

.cocktail-page-product-info-container ul li {
  padding-left: 5px;
}

.cocktail-page-product-info-instructions-list ul li {
  margin-bottom: auto;
}

.cocktail-page-product-info-ingredients-note {
  font-size: 12px;
  font-family: 'Trenda';
  margin-left: 9px;
  color: #9c9c9c;
}

.main-banner-cocktail-page .hero_banner {
  margin-top: 51px;
  height: 48vw;
}

.cocktail-list .breadcrumb li:after,
.cocktail-page .breadcrumb li:after,
.cocktail-page .breadcrumb li {
  font-size: 15px;
}

.cocktail-list .breadcrumb li:last-child,
.cocktail-page .breadcrumb li:last-child {
  font-weight: bold;
}

.content-section-cocktail-page-preview-image:hover {
  cursor: pointer;
}

.product-highlight {
  margin-bottom: 56px;
}

.product-info {
  margin-bottom: 56px;
}

.product-content-section {
  margin-bottom: 80px;
}

.cross-content-section {
  margin-bottom: 100px;
}

.cross-content-section .row .col-12 {
  padding: 0;
}

.cocktail-list .text-introduction {
  padding: 0 0 74px;
}

.hero_banner.cocktail-list-hero {
  margin-top: 0;
  height: 56vw;
}

.cross-content-cocktail-page a {
  text-decoration: none;
}

a.read-more-link {
  font-size: 12px;
  font-family: 'Trenda';
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  text-decoration: none;
}

.cocktail-page-product-info-container ul li {
  position: relative;
  list-style: none;
}

.cocktail-page-product-info-container ul li:before {
  content: '•';
  /* font-size: 15px; */
  position: absolute;
  left: -10px;
  top: 0px;
}

.cocktail-list-collection-manifesto-manifesto-text span.more-dots {
  font-size: 16px;
  font-family: 'Trenda';
  color: #9c9c9c;
}

/*.cocktail-list-collection-cocktail-preview-card:nth-child(3),*/
/*.cocktail-list-collection-cocktail-preview-card:nth-child(4) {*/
/*  margin-bottom: 0;*/
/*}*/

@media (max-width: 768px) {
  .cocktail-list-section-2 {
    padding: 30px 0;
  }

  .cocktail-list-section-2-left {
    width: 43%;
    margin: 25px 0;
  }

  .cocktail-list-section-2-right {
    width: 53%;
    padding: 15px 0;
  }

  cocktail-list-section-2-text {
    font-size: 10px;
  }

  .cocktail-list-section-2-image {
    width: 70%;
  }

  .cocktail-list-section-2-image-text {
    padding-top: 25px;
  }

  .cocktail-list-collection {
    padding: 0 13px;
  }

  .cocktail-list-collection-cocktail-text-card {
    max-width: 327px;
    width: 100%;
    padding: 24px;
    margin-bottom: 80px;
  }

  .cocktail-list-collection-cocktail-text-card-inner {
    padding: 61px 24px;
  }

  .cocktail-list-collection-cocktail-text-card.gold {
    /* border: solid #fcfaf3 24px; */
  }

  .cocktail-list-collection-cocktail-text-card.silver {
    /* border: solid #f7f7f7 24px; */
  }

  .silver .cocktail-list-collection-cocktail-text-card-inner {
    padding: 36px 24px;
  }

  .cocktail-list-collection-text-card-title.signature {
    font-size: 14px;
    margin: 0 0 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }

  .cocktail-list-collection-text-card-title.signature br {
    content: '';
  }

  .cocktail-list-collection-text-card-title.signature br::after {
    content: ' ';
  }

  .cocktail-list-collection-text-card-title.classic {
    font-size: 14px;
    margin: 0 0 16px;
  }

  .cocktail-list-collection-cocktail-text-card.gold .cocktail-list-collection-text-card-text {
    font-size: 12px;
    margin: 0 0 40px;
    line-height: 18px;
  }

  .cocktail-list-collection-cocktail-text-card.silver .cocktail-list-collection-text-card-text {
    font-size: 12px;
    margin: 0 0 32px;
    /*margin-bottom: 40px;*/
  }

  .cocktail-list-collection-text-card-intro {
    font-size: 12px;
    margin: 0;
  }

  .cocktail-list-collection-text-card-quote {
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 24px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }

  .cocktail-list-collection-cocktail-preview-card {
    width: 100%;
    text-align: center;
    max-width: 327px;
    /*margin-bottom: 85px;*/
    margin-bottom: 80px;
  }

  .cocktail-list-collection-cocktail-preview-image {
    width: 100%;
    margin-bottom: 24px;
  }

  .cocktail-list-collection-cocktail-preview-title {
    margin-bottom: 16px;
  }

  .cocktail-list-collection-cocktail-preview-text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cocktail-list-collection-cocktail-text-card.gold:after {
    width: 91.7%;
    height: 95.7%;
  }

  .cocktail-list-collection-cocktail-text-card.gold:before {
    width: 92%;
    height: 96%;
  }

  .cocktail-list-collection-signature-and-classic {
    justify-content: space-between;
    max-width: 734px;
    margin: 0 0 120px;
    width: 100%;
    padding-top: 48px;
  }

  .manifesto {
    /*margin: 0 30px 100px;*/
    margin: 0 30px 0;

  }

  .cocktail-list-collection-manifesto-container {
    margin-bottom: 70px;
  }

  .cocktail-list-collection-manifesto-content {
    position: relative;
    margin: auto;
    width: 85%;
    top: 70px;
  }

  .cocktail-list-collection-manifesto-main-content {
    padding: 64px 88px;
    text-align: center;
  }

  .cocktail-list-collection-manifesto-manifesto-intro-title {
    letter-spacing: 0.3px;
  }

  .cocktail-list-collection-manifesto-hidden-text.read-more {
    font-size: 16px;
  }

  .hero_banner.cocktail-list-hero {
    max-height: 557px;
  }

  .hero_banner.cocktail-page-hero {
    max-height: 557px;
    margin-top: 41px;
  }

  .cocktail-page-product-hightlight-container {
    margin: 50px 50px 0;
  }

  .cocktail-page-product-info-container {
    margin: 0 50px;
  }

  .cocktail-page-product-hightlight-title {
    font-size: 16px;
  }

  .cross-content-cocktail-pages {
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: space-evenly;
  }

  .cross-content-cocktail-page {
    width: 30%;
    text-align: center;
    margin-bottom: 32px;
  }

  .cross-content-cocktail-page-preview-image {
    margin-bottom: 16px;
  }

  .content-section-cocktail-pages {
    margin: 0 50px;
  }

  .content-section-cocktail-page-image-top {
    padding: 0 0 12px;
  }

  .content-section-cocktail-image-bottom {
    padding: 12px 0 0;
  }

  .cocktail-page-product-hightlight-image {
    margin-left: 15px;
    width: 13%;
  }

  .cocktail-page-product-hightlight-text {
    width: 40%;
    margin-left: 5px;
  }

  .cocktail-page-product-hightlight-cta {
    width: 35%;
    padding-right: 0;
    margin-left: 50px;
  }

  .cocktail-page .breadcrumb {
    margin-left: 0;
    display: block;
  }

  .cocktail-page .text-introduction {
    padding: 0 58px 28px;
    margin-top: 22px;
  }

  .cocktail-page-product-info-instructions-list ul li {
    margin-bottom: 0;
  }

  .product-content-section {
    margin-bottom: 24px;
  }

  .newsletter-section .col-12 {
    padding: 0;
  }

  .cocktail-list .text-introduction {
    padding: 0 0 56px;
  }

  .main-image-text {
    margin: 16px 0 80px;
  }

  .cocktail-list-newsletter-with-cta-wrapper {
    margin-bottom: 121px;
  }

  .cross-content-cocktail-page-title {
    margin: 0 0 56px;
  }

  .cross-content-section {
    margin-bottom: 1px;
  }

  .cocktail-page-subnavigation.shrink,
  .cocktail-list-subnavigation.shrink {
    height: 76px;
    padding: 15px 0;
  }

  .cocktail-page .page-introduction-gold .page-subtitle h1,
  .cocktail-page .page-introduction-silver .page-subtitle h1 {
    margin-top: 40px;
  }

}

@media (max-width: 575px) {
  .cocktail-list-section-2 {
    flex-direction: column;
    padding: 40px 0;
  }

  .cocktail-list-section-2-left {
    width: 100%;
    margin: 0;
  }

  .cocktail-list-section-2-right {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .cocktail-list-section-2-image-text {
    padding-top: 10px;
    width: 100%;
    margin-left: 0;
  }

  .cocktail-list-section-2-title {
    padding-bottom: 10px;
  }

  .cocktail-list-section-2-image {
    width: 100%;
    text-align: center;
  }

  .cocktail-list-section-2-image img {
    width: 224px;
  }

  .cocktail-list-collection-title {
    font-size: 26px;
  }

  .cocktail-list-collection-subtitle {
    font-family: 'Trenda';
    font-size: 18px;
  }

  .cocktail-list-collection-signature-and-classic {
    padding-top: 32px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .cocktail-list-collection-cocktail-text-card {
    width: 100%;
    margin-bottom: 48px;
    max-width: unset;
  }

  .cocktail-list-collection-cocktail-text-card-inner {
    padding: 48px 24px;
  }

  .cocktail-list-collection {
    padding: 0 13px;
  }

  .silver .cocktail-list-collection-cocktail-text-card-inner {
    padding: 40px 24px;
  }

  .cocktail-list-collection-cocktail-text-card.gold .cocktail-list-collection-text-card-text {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .cocktail-list-collection-text-card-quote {
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 24px;
  }

  .cocktail-list-collection-text-card-quote:after {
    content: '';
    top: 0;
    left: 40%;
    width: 40px;
    border-top: solid #C00016 2px;
  }

  .cocktail-list-collection-cocktail-preview-card {
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
    max-width: unset;
  }

  .manifesto {
    margin: 0 0 20px;
  }

  .cocktail-list-collection-manifesto-container {
    margin: 0;
    background-size: 100% 430px;
  }

  .cocktail-list-collection-manifesto-content {
    position: relative;
    margin: auto;
    width: 90%;
    top: 35px;
  }

  .cocktail-list-collection-manifesto-main-content {
    padding: 32px;
    text-align: center;
  }

  .cocktail-list-collection-manifesto-manifesto-surtitle {
    font-size: 22px;
  }

  .cocktail-list-collection-manifesto-manifesto-title {
    font-size: 14px;
    color: #C00016;
  }

  .cocktail-list-collection-cocktail-text-card.silver .cocktail-list-collection-text-card-text {
    font-size: 12px;
    margin: 0px 0 22px;
  }

  .cocktail-list-collection-manifesto-manifesto-intro-title {
    font-size: 14px;
    margin-top: 60px;
    position: relative;
    font-weight: 400;
  }

  .cocktail-list-collection-manifesto-manifesto-intro-title:after {
    content: '';
    position: absolute;
    top: -30px;
    border-top: solid #C00016 2px;
  }

  .cocktail-list-collection-manifesto-hidden-text.read-more,
  .cocktail-list-collection-manifesto-manifesto-text {
    font-size: 12px;
    padding: 0 0;
  }

  .cocktail-list-collection-cocktail-preview-title span.silver {
    padding-left: 10px;
  }

  .cocktail-list-collection-cocktail-preview-title span.silver:before {
    left: 0;
  }

  .cocktail-list-collection-cocktail-preview-card .cocktail-list-collection-cocktail-preview-cta .btn--white {
    line-height: 47px;
    height: 47px;
    font-size: 12px;
  }

  .hero_banner.cocktail-list-hero {
    max-height: 375px;
  }

  .hero_banner.cocktail-page-hero {
    height: 100vw;
    margin-top: 35px;
  }

  .main-image-text {
    margin: 8px 10px 64px;
  }

  .cocktail-list-newsletter-with-cta-button form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cocktail-list-newsletter-with-cta-button form input#cta,
  .cocktail-list-newsletter-with-cta-button form input#cta-nl {
    /* margin-left: -4px; */
    width: 100%;
    max-width: 279px;
    background: black;
    color: white;
    border: black solid 1px;
    height: 48px;
    padding: 8px 0;
    margin: 8px 0;
    border-radius: 0;
  }

  .cross-content-cocktail-pages {
    padding: 0;
  }

  .cross-content-cocktail-page {
    width: 151px;
    text-align: center;
  }

  .content-section-cocktail-pages {
    flex-direction: column;
  }

  .content-section-cocktail-pages > div {
    width: 100%;
  }

  .content-section-cocktail-page-left {
    margin: 0;
  }

  .content-section-cocktail-page-image-top {
    padding: 0;
    margin: 1px 0;
  }

  .content-section-cocktail-image-bottom {
    padding: 0;
    margin: 1px 0;
  }

  .cocktail-list-newsletter-with-cta-button form input#e-mail-address,
  .cocktail-list-newsletter-with-cta-button form input#e-mail-address-nl {
    width: 279px;
    border-radius: 0;
  }

  .cocktail-page .text-introduction {
    padding: 0;
    margin: 24px 10px 0;
  }

  .cocktail-page .text-introduction p {
    font-size: 16px;
  }


  .cocktail-list-newsletter-with-cta-wrapper {
    margin-bottom: 121px;
  }

  .cocktail-list-newsletter-content {
    width: 311px;
    top: 80px;
    padding: 24px 16px 16px 16px;
  }

  .cocktail-page-product-hightlight-container {
    margin: 50px 12px 0;
  }

  .cocktail-page-product-hightlight-content {
    flex-wrap: wrap;
    margin: 0 10px;
  }

  .cocktail-page-product-hightlight-image {
    margin-top: -40px;
    width: 20%;
    margin-left: 0;
  }

  .cocktail-page-product-hightlight-text {
    width: 80%;
    padding: 0 10px;
    margin-left: 0;
  }

  .cocktail-page-product-hightlight-surtitle {
    font-size: 12px;
  }

  .cocktail-page-product-hightlight-title {
    font-size: 14px;
  }

  .cocktail-page-product-hightlight-cta {
    width: 100%;
    margin: 0 0 24px;
    justify-content: center;
  }

  .cocktail-page-product-hightlight-cta .cocktail-page-product-hightlight-discover-cta .btn--white,
  .cocktail-page-product-hightlight-cta .cocktail-page-product-hightlight-buy-cta .btn {
    min-width: 133px;
    height: 47px;
    line-height: 47px;
  }

  .cocktail-page-product-info-container {
    flex-direction: column;
    margin: 0 10px;
  }

  .cocktail-page-product-info-container > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .cocktail-page-product-info-ingredients-title {
    margin-bottom: 10px;
  }

  .cocktail-page-product-info-instructions-title {
    margin-bottom: 10px;
  }

  .cocktail-page-product-info-instructions-list ul li {
    margin-bottom: 1px;
  }

  .cocktail-page-product-info-ingredients-list ul {
    margin-bottom: 1px;
    font-size: 14px;
  }

  .cocktail-page-product-info-container ul {
    font-size: 14px;
    margin-bottom: auto;
  }

  .cocktail-page-product-info-ingredients-note {
    margin: 10px 0;
  }

  .content-section-cocktail-page-preview-image {
    position: absolute;
    height: 100%;
    transition: .2s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content-section-cocktail-page-video {
    height: 100%;
  }

  .product-content-section .col-12 {
    padding: 0;
  }

  .product-info .row.cocktail-page {
    margin-bottom: 40px;
  }

  .cross-content-cocktail-page-title {
    margin: 0 0 32px;
  }

  .product-display-2-signle-item .product_features {
    font-size: 14px;
    font-family: 'Trenda';
    color: #C00016;
    margin-bottom: 25px;
  }

  .cocktail-page-product-info-ingredients {
    margin-bottom: 40px;
  }

  .content-section-cocktail-pages {
    margin: 0;
  }

  .newsletter-section .container {
    padding: 0;
  }

  .cross-content-section {
    margin-top: 64px;
    margin-bottom: 1px;
  }

  .cocktail-page {
    margin-bottom: 1px;
  }

  .product-info {
    margin-bottom: 40px;
  }

  .cocktail-page .breadcrumb {
    padding: 10px 7px 10px;
  }

  .cocktail-page .breadcrumb li {
    font-size: 11px;
  }

  cocktail-list .text-introduction {
    padding: 0 0 30px;
  }

  .cocktail-list-collection-cocktail-preview-text {
    margin-bottom: 16px;
  }

  .cocktail-list .page-introduction {
    margin: 48px 0 24px;
  }

  .product-content-section {
    margin-bottom: 0;
  }

  .cocktail-list-newsletter-container {
    height: 425px;
  }


  #signature-cocktails .cocktail-list-collection-cocktail-preview-card:nth-child(4) {
    margin-bottom: 0;
  }

  .cocktail-list-collection-cocktail-preview-card:nth-child(3),
  .cocktail-list-collection-cocktail-preview-card:nth-child(4) {
    margin-bottom: 48px;
  }

  .cocktail-list-newsletter-text-content .cocktail-list-newsletter-title {
    font-size: 14px;
  }

  .cocktail-page .page-introduction-gold .page-subtitle h1,
  .cocktail-page .page-introduction-silver .page-subtitle h1 {
    margin-top: 24px;
  }

  .cocktail-page .page-introduction-gold .page-subtitle h1 {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .cocktail-page .page-introduction .page-title {
    margin-bottom: 0;
  }

  .cocktail-list .text-introduction {
    padding: 0 0 32px;
  }

  .cocktail-list .page-introduction .page-subtitle h1 {
    font-size: 18px;
  }

  .page-title h1,
  .page-title .h1 {
    font-size: 26px;
    line-height: 22px;
  }

  .cocktail-page .page-introduction .page-title h1 {
    line-height: normal;
  }
}

@media (max-width: 992px) {
  .cocktail-list-subnavigation {
    flex-direction: column;
    height: auto;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
    top: 75px;
    border-top: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #F8F5EE;
  }

  .cocktail-list-subnavigation .container {
    background: white;
    padding: 0;
  }

  .cocktail-list-subnavigation .breadcrumb-left.accordion-close {
    border-bottom: #f8f5ee solid 0.75px;
  }

  .breadcrumb-right.accordion-open {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  }

  .cocktail-list-subnavigation .breadcrumb-inner {
    display: block;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb {
    display: inline-block;
    font-size: 15px;
    position: relative;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right {
    width: 100%;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right ul {
    width: 100%;
    flex-direction: column;
    padding: 0 25px;
    text-align: left;
    border-bottom: #f8f5ee solid 0.75px;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right ul li {
    border-bottom: #f8f5ee solid 0.75px;
    padding: 13px 0;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right ul li:last-child {
    border-bottom: none;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right a {
    padding: 13px 0;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb ul:after {
    content: "";
    background-image: url(../images/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 4px 13px;
    margin-left: 10px;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb ul:before {
    position: relative;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right.accordion-close {
    display: none;
  }

  .cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left.accordion-close .breadcrumb ul:after {
    transform: rotate(-180deg);
  }

  .cocktail-page-subnavigation {
    flex-direction: column;
    height: auto;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
    top: 75px;
    border-top: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #F8F5EE;
  }

  .cocktail-page .cocktail-page-subnavigation .breadcrumb ul {
    justify-content: center;
  }
}

/* RMC-296 Evolution > Contact form */
.form .form__row .form__row {
  width: 100%;
  margin: 0;
  padding: 0;
}

#edit-commercial-matter-and-sponsoring-info--description,
#edit-visits-info--description,
#edit-job-opportunities-info--description {
  /*margin-top: -100px;*/
}

#edit-commercial-matter-and-sponsoring-info--description p {
  font-size: 16px;
}

#edit-job-opportunities-info--description p {
  font-size: 16px;
}

@media (max-width: 575px) {

  #edit-commercial-matter-and-sponsoring-info--description,
  #edit-visits-info--description,
  #edit-job-opportunities-info--description {
    /*margin-top: -90px;*/
  }

  #edit-commercial-matter-and-sponsoring-info--description p {
    padding: 0;
  }

  #edit-job-opportunities-info--description p {
    padding: 0;
  }

  #edit-job-opportunities-info--description p {
    padding: 0;
  }
}

body:lang(ko),
h6:lang(ko),
.block-cta .entry .surtitle:lang(ko),
.nav .dropdown a:lang(ko),
.page-baseline p:lang(ko),
.slider-champagne .surtitle:lang(ko),
.terms h3:lang(ko),
.intro-header .description:lang(ko),
.simplesubscription form .form__row input:lang(ko),
.simplesubscription form .form__row select:lang(ko),
.simplesubscription form .form__row textarea:lang(ko),
.simplesubscription form .field--name-field-subscribe label:lang(ko),
.simplesubscription form [id^='edit-subscribe--description']:lang(ko),
.newsletter-custom-conatiner .newsletter-subscribe:lang(ko),
.checkbox label:lang(ko),
.cocktail-list .product-type h6:lang(ko),
.cocktail-list .text-introduction p:lang(ko),
.image-staggered .title .hashtag:lang(ko),
.faq-item .faq-detail:lang(ko),
.faq-item .faq-detail p:lang(ko),
.newsletter-footer-block-with-cta-right p:nth-child(2):lang(ko),
.visit-us-subnavigation-right:lang(ko),
.visit-us-banner-intro-inner:lang(ko),
.hero_banner .entry .title:lang(ko),
.full-image-left-text-text:lang(ko),
.informations-and-reservation-left .title:lang(ko),
.informations-and-reservation-left:lang(ko),
.faqs-visit-us-item .faqs-visit-us-answer:lang(ko),
.faqs-visit-us-item .faqs-visit-us-answer p:lang(ko),
.full-image-right-text-text:lang(ko),
.visit-us-map-text:lang(ko),
.visit-us-map-address .content:lang(ko),
.visit-us-map-transports:lang(ko),
.visit-us-map-opening-hours:lang(ko),
.visit-us-map-infos-cave:lang(ko),
.visit-us-map-accessibility:lang(ko),
.visit-us-map-covid-text:lang(ko),
.visit-us-map-closing-day:lang(ko),
.field-iconique-text:lang(ko),
.field-degustation-text:lang(ko),
.field-price:lang(ko),
.field-iconique-title:lang(ko),
.field-degustation-title:lang(ko),
.field-reservation-title:lang(ko),
.private-sale-block-webform form .form__row input:lang(ko),
.private-sale-block-webform form .form__row select:lang(ko),
.private-sale-block-webform form .form__row textarea:lang(ko),
.private-sale-block-content:lang(ko),
.private-sale-block-webform form .form__controls .form-submit:lang(ko),
.ryi-webform-submission-thankyou:lang(ko),
.ryi-webform-submission-thankyou p:nth-child(2):lang(ko),
.webform-submission-ryi-form .form-item-subscribe .checkbox .description p:lang(ko),
.webform-submission-ryi-form .form-item-subscribe .checkbox .description p:first-child:lang(ko),
.product-display-2-signle-item .product_features.text-center:lang(ko),
.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-left .breadcrumb:lang(ko),
.cocktail-list-subnavigation .breadcrumb-inner .breadcrumb-right:lang(ko),
.main-image-text:lang(ko),
.cocktail-list-collection-introduction:lang(ko),
.cocktail-list-section-2-title:lang(ko),
.cocktail-list-section-2-text:lang(ko),
.cocktail-list-section-2-image-text:lang(ko),
.cocktail-list-section-2-image-text span.title:lang(ko),
.cocktail-list-collection-text-card-text:lang(ko),
.cocktail-list-collection-text-card-intro:lang(ko),
.cocktail-list-collection-cocktail-preview-text:lang(ko),
.cocktail-list-collection-manifesto-manifesto-intro-title:lang(ko),
.cocktail-list-collection-manifesto-manifesto-text:lang(ko),
.cocktail-list-newsletter-text-content .cocktail-list-newsletter-title:lang(ko),
.cocktail-list-newsletter-text-content .cocktail-list-newsletter-text:lang(ko),
.cocktail-list-newsletter-text-content .email-label:lang(ko),
.cocktail-page .page-introduction-gold .page-subtitle h1:lang(ko),
.cocktail-page .page-introduction-silver .page-subtitle h1:lang(ko),
.cocktail-page .text-introduction:lang(ko),
.cross-content-cocktail-page-surtitle-gold:lang(ko),
.cross-content-cocktail-page-surtitle-silver:lang(ko),
.cross-content-cocktail-page-surtitle:lang(ko),
.cocktail-page-product-hightlight-surtitle:lang(ko),
.cross-content-cocktail-page-title:lang(ko),
.content-section-cocktail-page-surtitle:lang(ko),
.content-section-cocktail-page-sub-title:lang(ko),
.cocktail-page-product-info-ingredients-title:lang(ko),
.cocktail-page-product-info-instructions-title:lang(ko),
.cocktail-page-product-info-container ul:lang(ko),
.cocktail-page-product-info-ingredients-note:lang(ko),
a.read-more-link:lang(ko),
.cocktail-list-collection-manifesto-manifesto-text span.more-dots:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif !important;
}

/*
 RMC-328 Contact form => Mandatory fields and asterisk.
 The * mark is not displayed for conditionally required webform fields.
 The edit-subject is not a conditional field, so the * is rendered by default.
 */
.webform-submission-contact-form label:not([for="edit-subject"]).js-form-required.form-required::after {
  content: '*';
}

.webform-submission-contact-form .form__row {
  padding-bottom: 0;
}

.webform-submission-contact-form .form__row .js-form-item {
  padding-bottom: 10px;
}

/*
  RMC-323 Korean specific adjustments.
 */
.savoir-faire h5.section-title:lang(ko) {
  font-weight: bold;
}

.house-page h5.section-title:lang(ko) {
  font-weight: bold;
}

.house-page .page-introduction .page-title .page-title .h1:lang(ko) {
  font-weight: normal;
  font-family: 'Trenda';
}

.house-page .page-introduction .page-title .page-subtitle .h1:lang(ko) {
  font-weight: bold;
}


/*
 RMC-346 Japan LINE Popup Mobile display issue
 */
@media (max-width: 575px) {
  .qrcode-wrapper .qrcode-info {
    max-height: 500px;
    overflow-y: auto;
  }
}

/* 70188 - Style JP video */
.section-land-about .japan-video h4 {
  text-align: center;
  margin-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.021em;
}

.section-land-about .section__outer.japan-video {
  background-color: rgba(242, 242, 242, 0.7);
  padding: 5vw 0;
}

.japan-video video {
  max-width: 800px;
  margin: 30px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-land-about .japan-video h4 {
    font-size: 28px;
  }

  .japan-video video {
    max-width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .section-land-about .section__outer.japan-video {
    padding: 45px 0;
  }

  .section-land-about .japan-video h4 {
    font-size: 20px;
    padding: 0 24px;
  }

  .japan-video video {
    max-width: 100%;
    padding: 0 24px;
  }
}

/* end 70188 */

main.wrapper > div.page-content > h1 {
  display: none;
}


/* Activation Pharrel William */

@font-face {
  font-family: 'MCPW-Regular';
  src: url("../fonts/REGULAR_TYPEFACE.otf");
}

@font-face {
  font-family: 'MCPW-Bold';
  src: url("../fonts/BOLD_TYPEFACE.otf");
}

.mcpw-regular {
  font-family: 'MCPW-Regular';
}

.mcpw-bold {
  font-family: 'MCPW-Bold';
}


#mcp-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90dvh;
  background-color: black;
}

#mcp-header p {
  color: #ffffff;
}

.mt-large {
  margin-top: 120px;
}

.st-large.section-wrapper {
  padding-top: 60px;
}

.mb-large {
  margin-bottom: 120px;
}

.sb-large.section-wrapper {
  padding-bottom: 60px;
}

.mt-medium {
  margin-top: 80px;
}

.mb-medium {
  margin-bottom: 80px;
}

.mt-small {
  margin-top: 40px;
}

.mb-small {
  margin-bottom: 40px;
}

.large-section {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.medium-section {
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
}

.small-section {
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
}

.two-col-section {
  display: flex;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

.two-col-section .col {
  flex-basis: calc(50% - 12px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-col-section.unequal .col {
  flex-basis: un;
}

.two-col-section .col.content-right {
  justify-content: end;
}

.two-col-section .col .content-wrapper {
  width: 100%;
  max-width: 460px;
}

.two-col-section .content-wrapper .text {
  color: #000;
  text-align: center;
  font-family: 'Trenda', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.5px;
}

.container-wrapper {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  margin: 120px auto;
}

.pw-title-text .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pw-title-text .intro .collab-image {
  width: 100%;
  max-width: 462px;
}

.pw-title-text .intro .content p {
  color: inherit;
  text-align: center;
  font-family: "Trenda", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.5px;
}

.centered-image-section .img-wrapper {
  grid-column: 4/10;
  /* margin: 120px auto; */
}

.centered-image-section .img-wrapper img {
  width: 100%;
  height: auto;
}


#limited-edition-section .limited-edition-content .title {
  color: #000;
  text-align: center;
  font-family: 'MCPW-Regular';
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

  text-transform: uppercase;
}

#limited-edition-section .limited-edition-content .title strong {
  font-family: 'MCPW-Bold';
}

.pw-title-text.white-bg {
  background-color: #ffffff;
  color: #000000;
}

.pw-title-text.black-bg {
  background-color: #000000;
  color: #ffffff;
}

.pw-title-text .intro .title strong,
.pw-title-text .intro .title span {
  color: inherit;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}

.pw-title-text .intro .title strong.typeface-mcpw_regular {
  font-family: 'MCPW-Bold';
  font-weight: bolder;
}

.pw-title-text .intro .title strong.typeface-trenda {
  font-family: 'Trenda', sans-serif;
}

.pw-title-text .intro .title span.typeface-mcpw_regular {
  font-family: 'MCPW-Regular';
}

.pw-title-text .intro .title span.typeface-trenda {
  font-family: 'Trenda', sans-serif;
}

#limited-edition-section .limited-edition-content .content p {
  color: #000;
  text-align: center;
  font-family: 'Trenda', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.full-slider-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

#champagne-slider .slide p.pw-product-title {
  margin-bottom: 0;
}

#champagne-slider .slide p.pw-product-title:hover {
  color: #bd9f57 !important;
  transition: color 0.4s;
}

#champagne-slider .slide a.pw-product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#champagne-slider .slick-track {
  display: flex;
  gap: 20px;
}

#champagne-slider .slide,
#champagne-slider .slick-track .slick-slide {
  /* width: 583px; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

#champagne-slider .slide img {
  width: 100%;
  height: auto;
}

#champagne-slider .slide .name {
  margin-top: 16px;
}

#champagne-slider .slide .name p {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.5px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {

  #champagne-slider .slide .slide-image:hover .list-btns,
  #champagne-slider .slide .slide-image:hover .decoration {
    visibility: visible;
    opacity: 1;
  }

  #champagne-slider .slide .list-btns {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: visibility 0.4s, opacity 0.4s;
    transition-delay: 0.2s;
  }

  #champagne-slider .slide .decoration {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #champagne-slider .slide-product-order {
    font-size: 12px;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    min-width: 195px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
    letter-spacing: 0.1em;
    border-radius: 0;
    transition: letter-spacing 0.4s;
    display: inline-block;
  }

  #champagne-slider .decoration {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #champagne-slider .slide-image {
    text-align: center;
    position: relative;
    z-index: 99;
  }

  #champagne-slider .decoration svg {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.8s, opacity 0.8s;
  }

  #champagne-slider .slide-image:hover .decoration svg {
    width: 200%;
    height: auto;
    opacity: 0.8;
  }

  #champagne-slider .list-btns li {
    transition-duration: 1000ms;
    visibility: hidden;
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 400ms;
    -ms-transform: translateY(20px);
    transform: translateY(20px);

  }

  #champagne-slider .slide-image:hover .list-btns li {
    opacity: 1;
    visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 400ms;
  }
}

@media only screen and (max-width: 1024px) {

  #champagne-slider .decoration,
  #champagne-slider .slide .list-btns {
    display: none;
  }

  #champagne-slider .slide-image:hover .list-btns li {
    opacity: 1;
    visibility: visible;
  }

  #champagne-slider .list-btns.product-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #champagne-slider .slide-product-order {
    min-width: 100% !important;
  }
}

#champagne-slider .slide-product-discover {
  background: #000;
  font-size: 12px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  min-width: 195px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  transition: letter-spacing .4s;
  text-decoration: none;
  text-transform: uppercase;
}

#champagne-slider .slide-product-order {
  font-size: 12px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  min-width: 195px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
  display: inline-block;
}


#champagne-slider .list-btns li:hover a {
  letter-spacing: .18em;
}

#champagne-slider .slide-product-order i {
  margin-right: 5px;
}

.popup-store-section.section-wrapper {
  /*background-color: #252542;*/
  padding: 120px 30px;
}

.popup-store-section.section-wrapper.blue_pw-bg {
  background-color: #252542;
  color: #ffffff;
}

.popup-store-section.section-wrapper.white-bg {
  background-color: #ffffff;
  color: #000000;
}

.popup-store-section.section-wrapper.black-bg {
  background-color: #000000;
  color: #ffffff;
}

.popup-store-section .medium-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 725px;
  gap: 24px;
}

.popup-store-section .image {
  max-width: 250px;
}

.popup-store-section .title strong,
.popup-store-section .title span {
  font-family: 'MCPW-Regular';
  color: inherit;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
  text-transform: uppercase;
  text-align: center;
}

.popup-store-section .title strong.typeface-mcpw_regular {
  font-family: 'MCPW-Bold';
}

.popup-store-section .title strong.typeface-trenda {
  font-family: 'Trenda';
}

.popup-store-section .title span.typeface-mcpw_regular {
  font-family: 'MCPW-Regular';
}

.popup-store-section .title span.typeface-trenda {
  font-family: 'Trenda';
}

.popup-store-section .content {
  max-width: 420px;
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.5px;
}

.image-position-always-right img {
  max-height: 70vh;
}

.image-position-always-right .title {
  color: #000;
  font-family: 'MCPW-Regular';
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 111.111% */
  text-transform: uppercase;
}

.image-position-always-right .text-wrapper {
  flex-basis: calc(60% - 12px);
  display: block;
}

.image-position-always-right .text-wrapper .text {
  max-width: 420px;
  color: #000;
  font-family: 'Trenda';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.5px;
}

.image-position-always-right .image-wrapper {
  flex-basis: calc(40% - 12px);
}

.white-outline-btn {
  font-family: 'Trenda';
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 12px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  min-width: 195px;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: letter-spacing 0.4s;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  cursor: pointer;

}

.white-outline-btn span {
  z-index: 1;
  position: relative;
}

.white-outline-btn:before {
  transition: all .25s ease-in;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  background: #fff;
  overflow: hidden;
}

.white-outline-btn:hover {
  color: #000;
  letter-spacing: 0.18em;
}

.white-outline-btn:hover span {
  font-family: 'Trenda';
}

.white-outline-btn:hover:before {
  width: 100%;
}

.centered-image-section .mobile-img,
.pw-centered-image-text-section .mobile-img,
#champagne-slider .mobile-img {
  display: none;
}

.centered-image-section .desktop-img,
.pw-centered-image-text-section .desktop-img,
#champagne-slider .desktop-img {
  display: block;
}

.section-wrapper {
  padding: 0;
}

.dark-bg {
  background-color: #000000;
  position: relative;
}

.light-bg {
  background-color: #ffffff;
  position: relative;
}

.pw-centered-image-text-section .title .typeface-mcpw_regular {
  font-family: 'MCPW-Bold';
  font-size: 72px;
}

.pw-centered-image-text-section strong.typeface-mcpw_regular {
  font-weight: bolder;

}

.alway-show-img {
  display: block !important;
}

.image-position-always-right .title strong.typeface-mcpw_regular,
.image-position-always-right .title span.typeface-mcpw_regular {
  line-height: unset;
}

.image-col-right-desktop .image-col {
  order: 1;
}

.image-col-right-desktop .content-col {
  order: -1;
}

.image-col-left-desktop .image-col {
  order: -1;
}

.image-col-left-desktop .content-col {
  order: 1;
}

#champagne-slider .slick-dots li.slick-active {
  background: #000;
  border-color: #000;
}

#champagne-slider .slick-dots li {
  border: 1px solid #7e7d7d;
  border-radius: 25px;
  width: 10px;
  height: 10px;
  margin: 0 15px;
}

#champagne-slider .slick-dots {
  position: absolute;
  bottom: 0px;
}

#champagne-slider.dark-bg .slide .name p,
#jewel-masterpiece-section.dark-bg .title,
#jewel-masterpiece-section.dark-bg p {
  color: #fff;
}

#champagne-slider.dark-bg .slick-dots li.slick-active {
  background: #ffffff;
  border-color: #ffffff;
}

.popup-store-section.white-bg .white-outline-btn {
  border: 1px solid #000000;
  color: #000000;
}

.popup-store-section.white-bg .white-outline-btn:hover span {
  color: #fff;
}

.popup-store-section.white-bg .white-outline-btn:before {
  background: #000;
}

.pw-title-text .intro p,
.popup-store-section .content p,
.pw-centered-image-text-section .text p {
  margin-bottom: 0;
  line-height: 24px ! Important;
}

.pw-centered-image-text-section .typeface-trenda {
  font-family: 'Trenda', sans-serif;
}

@media only screen and (min-width: 1200px) {

  .pw-centered-image-text-section .typeface-trenda {
    font-size: 55px;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and down) */
@media only screen and (max-width: 1200px) {

  /*.pw-centered-image-text-section.section-wrapper,*/
  /*.image-position-always-right.section-wrapper {*/
  /*  padding: 0 30px;*/
  /*}*/

}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
  .image-position-always-right .two-col-section {
    display: flex;
  }

  .image-position-always-right .title {
    font-size: 50px;
    line-height: 1.2;
  }

  .image-position-always-right .title strong.typeface-mcpw_regular,
  .image-position-always-right .title span.typeface-mcpw_regular {
    font-size: 50px;
    line-height: 1.2;
  }


}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {

  .pw-centered-image-text-section .two-col-section {
    flex-direction: column;
    gap: 40px;
  }

  .image-position-always-right .two-col-section {
    display: block;
    position: relative;
  }

  .image-position-always-right .two-col-section .image-wrapper img {
    min-height: unset;
    height: 100%;
    max-height: unset;
    width: unset;
  }

  .image-position-always-right .two-col-section .image-wrapper {
    position: absolute;
    display: block;
    top: -30px;
    right: 0;
    bottom: 0;
    width: unset;
  }

  .image-position-always-right .two-col-section .text-wrapper {
    width: 90%;
  }

  .image-position-always-right .two-col-section .text-wrapper .text {
    max-width: 80%;
  }

  .image-position-always-right .title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 160% */
    text-transform: uppercase;
  }

  .image-position-always-right .title strong.typeface-mcpw_regular,
  .image-position-always-right .title span.typeface-mcpw_regular {
    color: inherit;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 160% */
    text-transform: uppercase;
  }

  .centered-image-section .mobile-img,
  .pw-centered-image-text-section .mobile-img,
  #champagne-slider .mobile-img {
    display: block;
  }

  .centered-image-section .desktop-img,
  .pw-centered-image-text-section .desktop-img,
  #champagne-slider .desktop-img {
    display: none;
  }

  .image-col-right-desktop.image-pos-top-mobile .image-col,
  .image-col-left-desktop.image-pos-top-mobile .image-col {
    order: -1;
  }

  .image-col-right-desktop.image-pos-top-mobile .content-col,
  .image-col-left-desktop.image-pos-top-mobile .content-col {
    order: -1;
  }

  .image-col-right-desktop.image-pos-bottom-mobile .image-col,
  .image-col-left-desktop.image-pos-bottom-mobile .image-col {
    order: 1;
  }

  .image-col-right-desktop.image-pos-bottom-mobile .content-col,
  .image-col-left-desktop.image-pos-bottom-mobile .content-col {
    order: 1;
  }

}

/* Small devices (portrait tablets and large phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .section-wrapper {
    padding: 0 30px;
  }

  .mt-large {
    margin-top: 80px;
  }

  .mb-large {
    margin-bottom: 80px;
  }

  .full-width-img-mobile {
    padding: 0;
  }


  /* .two-col-section {
      flex-direction: column;
      gap: 0;
  } */
  #limited-edition-section .limited-edition-content .title,
  .popup-store-section .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .popup-store-section .image {
    max-width: 127px;
  }

  #champagne-slider .slide,
  #champagne-slider .slick-track .slick-slide {
    margin: 10px 0;
  }

  #champagne-slider .slide {
    max-width: calc(100vw - 90px);
  }

  #champagne-slider .slide.big {
    max-width: calc(100vw - 40px);
  }

  #champagne-slider.section-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }

  .image-position-always-right .two-col-section .image-wrapper {
    position: absolute;
    display: block;
    top: 0;
    right: -50px;
    bottom: 0;
  }

  .pw-title-text .intro .title strong,
  .pw-title-text .intro .title span {
    font-size: 30px;
  }

  .popup-store-section .title strong,
  .popup-store-section .title span {
    font-size: 30px;
    line-height: 45px;
  }

  #champagne-slider .slide img {
    height: 245px;
    width: auto;
  }

}

@media only screen and (max-width: 460px) {
  .image-position-always-right .two-col-section .image-wrapper {
    right: -30%;
  }
}

/* X-Small devices (portrait tablets and large phones, 375px and down) */
@media only screen and (max-width: 375px) {

  #limited-edition-section .limited-edition-content .title,
  .popup-store-section .title {
    font-size: 28px;
    line-height: 1.5;
  }

  .image-position-always-right .two-col-section .text-wrapper {
    width: 100%;
  }

  .image-position-always-right .title {
    font-size: 28px;
    line-height: 1.4;
  }

  .image-position-always-right .two-col-section .text-wrapper .text {
    max-width: 80%;
  }

  .image-position-always-right .two-col-section .image-wrapper {
    position: absolute;
    display: block;
    top: 0;
    right: -100px;
    bottom: 0;
  }
}

/* Temporarily Hide Faq */

.faqs-visit-us.faq-master-lp {
  display: none;
}

.container-block-cta .block-cta h2 {
  font-size: 26px;
  line-height: 26px;
}


.wrapper .secIntroduction .container .title h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .benefit__section h2 {
  font-family: "TrendaSemiDb", sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .sectionOfferList h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .sectionAvis h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .secHeading h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .content-guests h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .videos-perfect .left-content h2 {
  font-size: 26px;
  line-height: 1.2;
}

.container-wine .block-cta h2.subtitle {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .text-left-image-high .col-lg-4 h2.section-title,
.wrapper .image-high-text-right .col-lg-4 h2.section-title,
.wrapper .image-large-text-right .col-lg-5 h2.section-title,
.wrapper .text-left-image-large .col-lg-5 h2.section-title,
.wrapper .image-curl .section__head h2.section-title,
.wrapper .text-entry-center h2.section-title {
  font-family: 'TrendaSemiDb', sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .secIntroduction .container .title h2 {
  font-size: 26px;
  line-height: 1.2;
}

.wrapper .grand-vintage-2015--weather .title h2 {
  font: 900 26px/1.2 "TrendaBlack";
}

@media (max-width: 1650px) {
  .wrapper .grand-vintage-2015--foodpairing .gv-2015-text h2 {
    font: 900 26px/1.2 "TrendaBlack";
  }
}

.wrapper .section-land-product h2 {
  font-size: 26px;
}

@media (max-width: 1200px) {
  .section-land-product h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section-land-product h2 {
    font-size: 26px;
  }
}

.wrapper .section-land-about h2 {
  font-size: 26px;
}

@media (max-width: 1200px) {
  .section-land-about h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section-land-about h2 {
    font-size: 26px;
  }
}

section h2:not(footer.footer h2) {
  font-size: 26px !important;
  line-height: 1.2;
}

/*Age Gate*/
.age-gate {
  background-color: #fcfaf3 !important;
}

.age-gate__description {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color: #000 !important;
}

.age-gate__description a {
  color: #000;
  text-decoration: underline;
}

/*Start neswletter revamp*/
body .newsletter-footer-block-with-cta-wrapper {
  background-color: #F7F1EC;
  border: none;
}

body div.newsletter-footer-block-with-cta-right {
  margin: 100px auto;
}

body .newsletter-footer-block-with-cta-button #cta-news {
  font-family: "TrendaSemiDb", sans-serif;
  background-color: #C00013;
  border: 2px solid #C00013;
  color: #fff;
}

body .newsletter-footer-block-with-cta-right h2 {
  color: var(--cellar-black);
}


/*End newsletter revamp*/


/*Start revamp Homepage product slider*/
.wrapper .secProduct__content--filter a.active span:after {
  background: #C00016
  /*lov red*/
}

.wrapper .secProduct__content--filter a.active span {
  color: #C00016;
}

.wrapper .secProduct__content--product .blk__btn h3:hover {
  color: #C00016;
}

.wrapper .secProduct__content--product .blk__btn h3 {
  justify-content: center
}

.wrapper .secProduct__content--product .blk__btn h3:after {
  content: url(../images/btn-link-red.svg);
}

.wrapper .secProduct__content--filter a:hover i path {
  stroke: #C00016;
  fill: #C00016;
}

/*End revamp Homepage product slider*/

/*Start Discover M&C*/
.wrapper .secMEA .meaItem:hover .blk__btn a {
  color: #C00016;
}

.wrapper .secColMea__content .itemElem .btn {
  color: #fff;
}

.wrapper .secMEA .meaItem .blk__btn a:after {
  content: url(../images/btn-link-red.svg);
}

/*End Discover M&C*/

/*Newsletter optin*/
.wrapper .newsletter-popin .action-newsletter-popin,
body .newsletter-popin .action-newsletter-popin {
  background: #C00016;
}

.wrapper .newsletter-popin .action-newsletter-popin span,
body .newsletter-popin .action-newsletter-popin span {
  color: #fff;
}

.wrapper .newsletter-popin .action-newsletter-popin svg path,
body .newsletter-popin .action-newsletter-popin svg path {
  fill: #fff;
}

.wrapper .newsletter-popin .input-text svg path,
body .newsletter-popin .input-text svg path {
  fill: var(--love-red);
}

.wrapper .newsletter-popin h3,
.wrapper .newsletter-popin p,
body .newsletter-popin h3,
body .newsletter-popin p {
  font-family: 'TrendaSemiDb', sans-serif;
  color: #000;
}

.wrapper .newsletter-popin button.subscribe,
body .newsletter-popin button.subscribe {
  font-family: 'TrendaSemiDb', sans-serif;
  background: #000;
  color: #fff;
}

/*Menu*/
body header.header-refont .menu li.menu-item.active .has-sub-menu {
  border: 0;
  color: var(--love-red) !important;
}

body .header-refont .menu ul a {
  border: 0;
}

body header.header-refont .menu ul a.active,
body header.header-refont .menu ul a:hover {
  border-color: transparent;
  color: var(--love-red);
}

body .header-refont .menu-top-container .menu ul a:hover {
  color: var(--love-red) !important;
}

/*Main slider*/
.wrapper .mainHero .slick-dots li.slick-active button:before {
  border-color: #fff;
  background: #fff;
}


/* Product Listing */
.product-list .product .list-btns .product-cta a {
  font-family: 'TrendaSemiDb', sans-serif;
}

.product-list .product .list-btns .product-cta .btn--with-icon {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .product-list .product .list-btns .product-cta a.link-champagne-discover {
    border: 2px solid var(--cellar-black);
    color: var(--cellar-black);
  }

  .product-list .product .list-btns .product-cta a.link-champagne-discover:hover {
    background-color: var(--cellar-black);
    color: #fff;
  }
}


.block-champaigne .btn.btn--white {
  font-family: 'TrendaSemiDb', sans-serif;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.block-champaigne .btn.btn--white {
  color: #fff;
}


/*Product Page*/
.page-node-type-product .ic-cta-wrapper .product-cta a:hover {
  color: #fff;
}

.page-node-type-product .ic-cta-wrapper .product-cta a:hover svg path {
  fill: #fff;
}

.page-node-type-product .ic-cta-wrapper .product-cta a svg path {
  fill: #000;
}

.page-node-type-product .block-cta .entry .btn.btn--white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.page-node-type-product .block-cta .entry .btn.btn--white:hover {
  color: #000;
  background: #fff;
}

.page-node-type-product .product-cta-link.cta3 a:hover {
  letter-spacing: 0.18em;
}

.page-node-type-product #read-less,
.page-node-type-product #read-more {
  border: none;
}

/*Footer*/
body .footer nav[role=champagnes] > h2,
body .footer nav[role=champagnes] > h3,
body .footer nav[role=guides] > h2,
body .footer nav[role=guides] > h3,
body .footer nav[role=housesSavoirFaire] > h2,
body .footer nav[role=housesSavoirFaire] > h3,
body .footer nav[role=laMaison] > h2,
body .footer nav[role=laMaison] > h3,
body .footer nav[role=navigation] > h2,
body .footer nav[role=navigation] > h3 {
  font-family: 'TrendaSemiDb', sans-serif;
}

body .footer nav[role=champagnes] .menu-item a:hover,
body .footer nav[role=guides] .menu-item a:hover,
body .footer nav[role=housesSavoirFaire] .menu-item a:hover,
body .footer nav[role=laMaison] .menu-item a:hover,
body .footer nav[role=navigation] .menu-item a:hover {
  color: var(--love-red);
  opacity: 1;
}

body.footer #block-about .menu-item:first-child a {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
}


body.page-node-type-master-home-page .footer #block-about .menu-item:first-child a:before {
  background-image: url(/themes/custom/moet/images/mail-white.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  position: relative;
  margin-right: 15px;
  background-size: cover;
  left: 0;
  top: 4px;
}

body .footer #block-about .menu-item:first-child a:before {
  background-image: url(/themes/custom/moet/images/mail-white.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0 15px 0 0;
  left: 0;
}

body .footer #block-about .menu-item:first-child a:hover:before {
  background-image: url(/themes/custom/moet/images/mail-black.jpg);
}


body .footer #block-about .menu-item a:hover,
body .footer #block-about .menu-item:first-child a:hover {
  background-color: #fff;
  color: var(--cellar-black);
  opacity: 1;
}

body .footer #block-about .menu-item:first-child a {
  color: #FFF;
  border: 1px solid hsla(0, 0%, 100%, .2);
  font-family: 'TrendaSemiDb', sans-serif;
}

/*Offer Landing (Visit us)*/
.wrapper .secHero__content__important__container {
  color: #000;
  background-color: #F7F1EC;
  border: none;
}

.wrapper .secHero__content__important--description p,
.wrapper .secHero__content__important--title {
  font-family: "TrendaSemiDb", sans-serif;
}

.wrapper .secHero__content__important--title {
  background: #fff;
}

.wrapper .secHero__content__important--title {
  width: 100%;
}

.wrapper .benefit__section.love_red {
  background-color: var(--love-red);
}

.wrapper .container-section-visual-panel:before {
  background-color: var(--saran-white);
}

.wrapper .container-section-visual-panel.love_red {
  background-color: var(--love-red);
}

.sectionOfferList .filterOffers .panel {
  background-color: var(--saran-white);
}

.wrapper .sectionOfferList .desc {
  color: var(--cellar-black);
  font-family: "TrendaSemiDb", sans-serif;
}

.wrapper .sectionOfferList .blk-news {
  background-color: var(--dark-sw);
}

.wrapper .sectionOfferList .blk-news:has(.infos.gold) {
  background-color: var(--dark-sw);
}

.wrapper .sectionOfferList .blk-news .btn {
  border: 2px solid var(--cellar-black);
  font-family: 'TrendaSemiDb', sans-serif;
}

.wrapper .sectionOfferList .blk-news .btn:hover {
  color: #fff !important;
}

.wrapper .sectionOfferList .container-offer-content .tours-container .slick-dots li.slick-active button {
  background-color: var(--cellar-black);
}

.wrapper .sectionOfferList .slick-dots li.slick-active button:before {
  background: var(--saran-white);
}

.wrapper .sectionOfferList .blk-news .btn:hover {
  background: var(--cellar-black);
  color: #fff;
}

.wrapper .sectionOfferList .blk-news .desc .gold {
  color: var(--love-red);
}

/* Testimonial Section */
.wrapper .sectionAvis.dark .caption {
  color: #fff;
  font-family: "TrendaSemiDb", sans-serif;
}


/* Edito block - Section Hightlight */

.wrapper .section-highlight.secImgWithTxtOverlay.dark .caption,
.wrapper .section-highlight.secImgWithTxtOverlay.light .caption {
  color: var(--love-red);
}

.wrapper .section-highlight.secImgWithTxtOverlay {
  background-color: var(--saran-white);
}

.wrapper .section-highlight.love_red {
  background-color: var(--love-red);
}

.wrapper .section-highlight.pharell-blue {
  background-color: var(--pw-blue);
}

.wrapper .secImgWithTxtOverlay__content .btn {
  font-family: "TrendaSemiDb", sans-serif;
  border: 2px solid var(--cellar-black);

}

.wrapper .section-highlight.pharell-blue .secImgWithTxtOverlay__content .btn {
  border: 2px solid var(--pw-blue);
  color: var(--pw-blue);
}

.wrapper .secImgWithTxtOverlay.dark .secImgWithTxtOverlay__content svg path {
  fill: #fff;
}

.wrapper .secImgWithTxtOverlay.light .secImgWithTxtOverlay__content svg path,
.wrapper .secImgWithTxtOverlay .secImgWithTxtOverlay__content svg path{
  fill: var(--love-red);
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_black {
  border: 2px solid var(--cellar-black);
  color: var(--cellar-black);
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_black:hover {
  border: 2px solid var(--cellar-black);
  background-color: var(--cellar-black);
  color: #fff;
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_white {
  border: 2px solid #fff;
  color: #fff;
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_white:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: var(--cellar-black);
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_love_red {
  border: 2px solid var(--love-red);
  color: var(--love-red);
}

.wrapper .section-highlight .secImgWithTxtOverlay__content .btn.btn_love_red:hover {
  border: 2px solid var(--love-red);
  background-color: var(--love-red);
  color: #fff;
}

.wrapper .secImgWithTxtOverlay__content--wrapper .offer.black {
  background-color: var(--cellar-black);
  color: #fff;
}

.wrapper .secImgWithTxtOverlay__content--wrapper .offer.white {
  background-color: #fff;
  color: var(--cellar-black)
}

.wrapper .secImgWithTxtOverlay__content--wrapper .offer.love_red {
  background-color: var(--love-red);
  color: #fff;
}


.wrapper .secImgWithTxtOverlay__content--wrapper .gold {
  background-color: var(--love-red) !important;
  color: #fff;
}

.wrapper .caption {
  color: var(--love-red);
}

.wrapper .dark .caption {
  color: #fff;
}

/* Section Intro Block */
.wrapper .secIntroduction.light .btn {
  border: 2px solid var(--cellar-black);
  color: var(--cellar-black);
  font-family: "TrendaSemiDb", sans-serif;
}

.wrapper .secIntroduction.light .btn:hover {
  color: #fff !important;
}

/* Section Classic Products */
.wrapper .secClassicProducts .love_red {
  background-color: var(--love-red);
}

.wrapper .secClassicProducts.love_red .productElem h3 {
  font-family: "TrendaSemiDb", sans-serif;
  color: #fff;
}

.wrapper .secClassicProducts.love_red .productElem ul li {
  color: #fff;
}

.wrapper .secClassicProducts .productElem h3 {
  font-family: "TrendaSemiDb", sans-serif;
}

.wrapper .secClassicProducts .productElem ul li {
  color: var(--cellar-black);
}


/* PW Landing page */
.node-5111.wrapper .newsletter-popin .action-newsletter-popin {
  background: var(--pw-blue);
}

.node-5111.wrapper .newsletter-footer-block-with-cta-button #cta-news {
  background-color: var(--pw-blue);
  border: 2px solid var(--pw-blue);
}

.node-5111.wrapper .newsletter-popin .input-text svg path {
  fill: var(--pw-blue);
}

body:has(.node-5111) {
  background: #fff;
}


/* Food Pairing Page */
body.page-node-type-philosophy,
body.page-node-type-quality {
  font-family: "Trenda", sans-serif;
}

.page-node-type-philosophy .wrapper .accords-header {
  background-color: var(--dark-sw);
}

.page-node-type-philosophy .wrapper h1,
.page-node-type-philosophy .wrapper h2,
.page-node-type-philosophy .wrapper h3,
.page-node-type-quality .wrapper h1,
.page-node-type-quality .wrapper h2,
.page-node-type-quality .wrapper h3 {
  font-family: "TrendaSemiDb", sans-serif;
}

.page-node-type-philosophy .wrapper p,
.page-node-type-quality .wrapper p {
  font-family: "Trenda", sans-serif;
}

.page-node-type-philosophy .wrapper .principe-number {
  font-family: "TrendaSemiDb", sans-serif;
  color: var(--love-red);
}


.page-node-type-quality .wrapper .separator {
  background-color: var(--cellar-black);
}

.page-node-type-quality .wrapper .anchors-trigger {
  background-color: var(--love-red);
}

.page-node-type-quality .wrapper .anchor-link {
  background-color: var(--saran-white);
  color: var(--cellar-black);
  font-family: "Trenda", sans-serif;
}

.page-node-type-quality .wrapper .anchor-link:hover {
  background-color: var(--dark-sw);
}

.page-node-type-quality .wrapper .dont-container,
.page-node-type-quality .wrapper .do-dont-mask {
  background-color: var(--dark-sw);
}

.page-node-type-quality .wrapper .do-dont-mask {
  border-left: 2px solid var(--cellar-black);
}

.page-node-type-quality .wrapper .trigger-dont {
  background-color: var(--dark-sw);
  border: 2px solid var(--cellar-black);
}

.page-node-type-quality .wrapper .trigger-dont svg line {
  stroke: var(--cellar-black);
}

.page-node-type-quality .wrapper .text-span .page-node-type-quality .wrapper h3.title-dont {
  color: var(--cellar-black);
}

@media screen and (min-width: 480px) {
  .page-node-type-quality .wrapper .dont-mask {
    background: #000;
  }
}

.page-node-type-quality .wrapper .text-span {
  color: #000;
  background: var(--dark-sw);
}

.page-node-type-quality .wrapper h3.title-dont {
  color: #000 !important;
  background: var(--dark-sw);
}

.page-node-type-quality .wrapper .item-list-dont:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  height: 9px;
  width: 9px;
  background: #C00016;
}

.page-node-type-quality .wrapper .link-display-matrice.link-underlined:hover {
  color: var(--love-red);
}

.page-node-type-quality .wrapper .link-underlined:after {
  background: var(--love-red);
}

.page-node-type-quality .wrapper .category-table {
  font-family: "Trenda", sans-serif;
}

.page-node-type-quality .wrapper .link-nav-popup-matrice.active {
  color: var(--love-red);
}

.page-node-type-quality .wrapper .link-nav-popup-matrice:hover {
  color: var(--cellar-black);
}

@media screen and (max-width: 479px) {
  .page-node-type-quality .wrapper .anchor-arrow {
    background-color: var(--love-red);
  }

  .page-node-type-quality .wrapper .text-presentation.gold {
    color: var(--cellar-black);
  }

  .page-node-type-quality .wrapper .item-list-dont:before {
    top: 10px;
  }

  .page-node-type-quality .wrapper .title-dont,
  .title-dont > .text-span {
    color: var(--cellar-black) !important;
  }
}

.page-node-type-quality .wrapper .swiper-pagination-bullet-active {
  background: var(--love-red);
}

/* Find US */
.wrapper div.store-locator * {
  font-family: 'Trenda', sans-serif;
}

.wrapper div.store-locator .pos-store-locator__autocomplete .pos-store-locator__geolocation:after {
  border-bottom: 1px solid #ffffff;
}

.wrapper .store-locator .pos-store-locator__tabs .pos-store-locator__buttons button.is-active {
  color: var(--love-red);
}

.wrapper div.store-locator .pos-store-locator__tabs .pos-store-locator__buttons button {
  font-family: 'Trenda', sans-serif;
}

.wrapper div.store-locator .pos-store-locator__list .pos-store-locator__tab-item .pos-store-locator__store-info--name {
  font-family: 'Trenda', sans-serif;
}

.wrapper .store-locator .pos-store-locator__tabs .pos-store-locator__store-info--map_link a:after {
  content: url(/themes/custom/moet/images/btn-link-red.svg);
}

.wrapper div.store-locator .pos-store-locator__list .pos-store-locator__tab-item:after {
  background-color: rgba(0, 0, 0, 0.4);
}


/*Our Latest News*/
.wrapper .push-hp-news {
  background: var(--love-red);
}

@media (max-width: 767px) {
  .wrapper .push-hp-news .article__content {
    padding: 20px;
  }
}

.wrapper .push-hp-news h4,
.wrapper .push-hp-news h2 {
  color: #ffffff;
  font-family: "TrendaSemiDb", sans-serif;
}

.wrapper .push-article .article__content {
  background-color: var(--saran-white);
}

.wrapper .push-hp-news .btn {
  background-color: var(--saran-white);
  color: var(--love-red);
}


/* FAQ */
.wrapper .visit-us-map-direction-title,
.wrapper .visit-us-map-opening-hours-title {
  color: var(--love-red);
}

.wrapper .faqs-visit-us .faqs-visit-us-left .intro {
  font-family: "TrendaSemiDb", sans-serif;
}

/* BTN REWORKED */
.wrapper .fullScreen.dark .fullScreen__content .btn {
  border: 1px solid var(--saran-white);
  color: var(--saran-white);
}

.wrapper .fullScreen.dark .fullScreen__content .btn:hover {
  background-color: var(--saran-white);
  color: var(--cellar-black) !important;
}

.wrapper .fullScreen.light .fullScreen__content .btn,
.wrapper .fullScreen__content .btn {
  border: 1px solid var(--cellar-black);
  color: var(--cellar-black);
}

.wrapper .fullScreen.light .fullScreen__content .btn:hover,
.wrapper .fullScreen__content .btn:hover {
  background-color: var(--cellar-black);
  color: var(--saran-white) !important;
}

.wrapper .btn {
  color: var(--cellar-black);
}

.wrapper .btn.btn_dark {
  border: 2px solid var(--cellar-black);
  color: var(--cellar-black);
}

.wrapper .btn.btn_dark:hover {
  background-color: var(--cellar-black);
  color: #fff;
}

.wrapper .btn.btn_white {
  border: 2px solid #fff;
  color: #fff;
}

.wrapper .btn.btn_white:hover {
  background-color: #fff;
  color: var(--cellar-black);
}

.wrapper .btn.btn_love_red {
  border: 2px solid var(--love-red);
  color: var(--love-red);
}

.wrapper .btn.btn_love_red:hover {
  background-color: var(--love-red);
  color: #fff;
}

.wrapper .video-order-link .btn i {
  position: relative;
  top: -2px;
}

.wrapper .btn svg path {
  fill: var(--cellar-black)
}

.wrapper .btn:hover {
  color: #fff;
  background-color: var(--cellar-black);
}

.wrapper .btn:hover svg path {
  fill: #fff;
}

.wrapper .informations-and-reservation-book-a-visit-online-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .informations-and-reservation-book-a-visit-online-cta a svg * {
  stroke: var(--cellar-black);
}

.wrapper .informations-and-reservation-book-a-visit-online-cta a:hover {
  color: #fff;
  background-color: var(--cellar-black);
}

.wrapper .informations-and-reservation-book-a-visit-online-cta a:hover svg * {
  stroke: #fff;
}

body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: var(--love-red);
  border-color: var(--love-red);
}


body #onetrust-consent-sdk #onetrust-pc-btn-handler,
body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: var(--love-red);
  border-color: var(--love-red);
}


.wrapper .btn--white-border-gold {
  border: 1px solid var(--cellar-black);
}

.wrapper .btn--white-border-gold:hover {
  background-color: var(--cellar-black);
  color: #fff !important;
}

.wrapper .dark .btn--white-border-gold {
  border: 1px solid #fff;
  color: #fff;
}

.wrapper .dark .btn--white-border-gold:hover {
  background-color: #fff;
  color: var(--cellar-black) !important;
}


/* Section Add Content */
.wrapper .secAddContent.bg_love_red:before {
  background: var(--love-red);
}

.wrapper .secAddContent.bg_black:before {
  background: var(--cellar-black);
}

.wrapper .secAddContent.bg_white:before {
  background: #fff;
}

.wrapper .secAddContent.bg_saran_white:before {
  background: var(--saran-white);
}

.wrapper .secAddContent.bg_darker_saran_white:before {
  background: var(--dark-sw);
}


.wrapper .secAddContent .popupImgTxt .popupImgTxt__content {
  background-color: var(--saran-white);
}


/* SECTION HERO */
.wrapper .secHero__content__left a.btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.wrapper .secHero__content__left a.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--cellar-black);
}

/* MENU MOBILE */

@media (max-width: 760px) {
  body .header-refont .btn-newsletter-mobile a {
    color: var(--love-red);
    border: 2px solid var(--love-red);
  }

  body .header-refont .btn-newsletter-mobile a svg path {
    fill: var(--love-red);
  }
}

.wrapper .image-left-cocktail-container {
  background-color: var(--dark-sw);
}

/* OFFER STEP BY STEP */
.wrapper .secOfferStepByStep__content--slider .stepByStep_content--description {
  background-color: var(--dark-sw);
}

/* Heading */
.wrapper .secHeading .intro h2 .caption {
  font-size: 16px;
}

.wrapper .secHeading .intro h2 .caption.white {
  color: #fff;
}

.wrapper .secHeading .intro h2 .caption.black {
  color: var(--cellar-black);
}

.wrapper .secHeading .intro h2 .caption.love_red {
  color: var(--love-red);
}

.wrapper .secHeading.dark {
  background-color: var(--cellar-black);
}

.wrapper .secHeading.white {
  background-color: #fff;
}

.wrapper .secHeading.saran_white {
  background-color: var(--saran-white);
}

.wrapper .secHeading.darker_saran_white {
  background-color: var(--dark-sw);
}

.wrapper .secHeading.love_red {
  background-color: var(--love-red);
}

.wrapper .secHeading.dark h2,
.wrapper .secHeading.dark .description,
.wrapper .secHeading.love_red h2,
.wrapper .secHeading.love_red .description {
  color: #fff;
}

/* CLASSIC PRODUCT CARROUSEL */
.wrapper .secClassicProducts .productElem .btn {
  border: 2px solid var(--cellar-black);
  color: #000;
}

.wrapper .secClassicProducts .productElem .btn:hover {
  background-color: var(--cellar-black);
  color: #fff;
}

.wrapper .secClassicProducts .productElem ul li:before {
  background-color: var(--cellar-black);
}


/* EVENTS */
.wrapper .secEvents.light {
  background-color: var(--saran-white);
}

.wrapper .secEvents.dark {
  background-color: var(--cellar-black);
}

.wrapper .secEvents.light .eventBanner .desc,
.wrapper .secEvents.light .eventBanner h2 {
  color: var(--cellar-black);
}

.wrapper .secEvents .listEvents .detailEvent .prix-info .btn {
  border: 2px solid var(--hot-pink);
  color: var(--hot-pink);
}

@media screen and (max-width: 640px) {
  .wrapper .secEvents .listEvents .detailEvent .prix-info .btn {
    background-color: var(--hot-pink);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .wrapper .secEvents .listEvents .detailEvent .prix-info .btn:before {
    line-height: 1;
  }
}


.wrapper .secEvents .listEvents .detailEvent .prix-info .btn:hover {
  background-color: var(--hot-pink);
  color: #fff;
}

.wrapper .secEvents .listEvents .detailEvent .prix-info span {
  color: var(--hot-pink);
}

.wrapper .secEvents .listEvents .detailEvent .date-info {
  background: var(--hot-pink);
}

.wrapper .secEvents .listEvents .detailEvent .date-info p {
  word-wrap: break-word;
}

.wrapper .secEvents .listEvents .detailEvent.dark {
  background: var(--cellar-black)
}

.wrapper .secEvents .listEvents .detailEvent.light {
  background: #fff;
}

.wrapper .secEvents .listEvents .detailEvent.dark .event-info h3,
.wrapper .secEvents .listEvents .detailEvent.dark .event-info div,
.wrapper .secEvents .listEvents .detailEvent.dark .event-info .lieu {
  color: #fff;
}

.wrapper .secEvents .listEvents .detailEvent.light .event-info h3,
.wrapper .secEvents .listEvents .detailEvent.light .event-info div,
.wrapper .secEvents .listEvents .detailEvent.light .event-info .lieu {
  color: var(--cellar-black);
}

/* COMPOSANT OFFER LIST */
.wrapper .sectionOfferList .filterOffers input:checked + label:after {
  background: var(--love-red);
}


/* HIGHLIGHT */
.wrapper .secHighlight .content-container .visit-us-map-content .visit-us-map-text {
  color: var(--love-red);
}

/* PREMIUM PRODUCT CARROUSEL */
.wrapper .secPremiumCarousel:before {
  display: none;
}

.wrapper .secPremiumCarousel__content--product .premiumInfo__content--title h4,
.wrapper .secPremiumCarousel__content--product .premiumInfo__content--subTitle,
.wrapper .secPremiumCarousel__content--product .premiumInfo__content--description {
  color: var(--cellar-black);
}

.wrapper .secPremiumCarousel__content--product .premiumInfo__content--btn .btn {
  border: 2px solid var(--cellar-black);
  color: var(--cellar-black);
}

@media screen and (max-width: 768px) {
  .wrapper .secPremiumCarousel .premiumInfo__content--btn .btn {
    width: 100%;
    background-color: var(--cellar-black);
    color: #fff;
  }

  .wrapper .secPremiumCarousel .premiumInfo__content--btn .btn:hover {
    width: 100%;
    background-color: #fff;
    color: var(--cellar-black);
  }
}

.wrapper .secPremiumCarousel__content--product .premiumInfo__content--btn .btn:hover {
  background: var(--cellar-black);
  color: #fff;
}

/* Quote Block */

.quote-block {
  background-color: var(--saran-white);
  padding-top: 100px;
  padding-bottom: 150px;
}

.quote-block.saran_white {
  background-color: var(--saran-white);
}

.quote-block.darker_saran_white {
  background-color: var(--dark-sw);
}

.quote-block.cellar_black {
  background-color: var(--cellar-black);
}

.quote-block.white {
  background-color: #fff;
}

.quote-block.love_red {
  background-color: var(--love-red);
}

.quote-block .citation-text {
  text-align: center;
  font-family: "PrintedMoments", cursive;
  font-size: 58px;
  line-height: 1.8;
  color: var(--cellar-black);
}

.quote-block .citation-text.black {
  color: var(--cellar-black);
}

.quote-block .citation-text.white {
  color: #fff;
}

.quote-block .citation-text.love_red {
  color: var(--love-red);
}


.cocktail-list-collection-text-card-quote {
  font-family: "PrintedMoments", cursive;
  font-size: 28px;
  line-height: 1.8;
}

img.logo-visit-us {
  width: 240px;
  position: absolute;
}
section.visit-us-subnavigation.visit-us-lp .logo-visit-us {
  display: none;
}

div.store-locator {
  background: url(../images/STORE-LOCATOR-DESKTOP-min.png) center top / cover no-repeat!important;
}

.benefit__section .slick-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.245 14.502l6.458-6.438a.677.677 0 0 0 .163-.25.83.83 0 0 0 .047-.287.854.854 0 0 0-.047-.287.664.664 0 0 0-.163-.25L2.245.533a.91.91 0 0 0-.671-.269.94.94 0 0 0-.69.288.92.92 0 0 0-.287.67c0 .256.095.48.287.671l5.634 5.634-5.634 5.634a.899.899 0 0 0-.268.661c0 .263.096.49.287.68a.919.919 0 0 0 .671.288c.255 0 .479-.096.67-.288z' fill='%23C00016'/%3E%3C/svg%3E")!important;
}



@media (max-width: 768px) {
  div.store-locator {
    background: url(../images/STORE-LOCATOR-MOBILE-min.png) center top / 100% no-repeat!important;
    padding-top: 500px!important;
  }
  div.store-locator .pos-store-locator__sidebar .pos-store-locator__autocomplete
  {
    top: 250px!important;
  }
}


@media (min-width: 993px) {

  section.visit-us-subnavigation.visit-us-lp.shrink .logo-visit-us {
    display: block;
  }

}
@media (max-width: 1440px) {
  img.logo-visit-us {
    width: 200px;
    position: relative;
  }

}
@media (max-width: 767px) {
  .quote-block .citation-text {
    font-size: 26px;
    line-height: 70px;
  }

}

@media screen and (max-width: 480px) {
  section.fullScreen.videoOverlay .fullScreen__content--title {
    font-size: 33px;
    text-align: center;
  }
}
