/**
 * Reset
 */
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
}

html {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Header
 */
.header {
  background-color: #ef6ea9;
  height: 120px;
  min-width: 320px;
  position: fixed;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 9999;
}
.header > .wrapper {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  height: 120px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 60px;
  left: 50%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  transform: translateX(-50%);
  width: auto;
}
.header > .wrapper .logo img {
  display: block;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .call-link {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  gap: 0.5em;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .call-link .icon {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}
.header > .wrapper .call-link .icon img {
  display: block;
  height: 24px;
  width: 24px;
}
.header > .wrapper .call-link .label {
  color: inherit;
  flex: 0 0 auto;
  font: normal 400 1em/1em "Share Tech", sans-serif;
  letter-spacing: 0.1em;
}
.header > .wrapper .navigation {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .sitemenu-open {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  gap: 0.5em;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .sitemenu-open .label {
  color: inherit;
  flex: 0 0 auto;
  font: normal 400 1em/1em "Share Tech", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header > .wrapper .navigation .sitemenu-open .burger {
  height: 30px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(1) {
  margin-top: -10px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(2) {
  margin-top: 0;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(3) {
  margin-top: 10px;
}
.header.header--collapsed {
  transform: translateY(-150%);
}

html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(1) {
  margin-top: -12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(2) {
  margin-top: 0;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(3) {
  margin-top: 12px;
}

.sitemenu--active .header > .wrapper .navigation .sitemenu-open .burger span {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 100px;
  }
  .header > .wrapper {
    height: 100px;
    padding: 0 40px;
  }
  .header > .wrapper .logo {
    height: 45px;
    width: auto;
  }
  .header > .wrapper .logo img {
    height: 45px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header > .wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
  }
  .header > .wrapper {
    height: 80px;
    padding: 0 25px;
  }
  .header > .wrapper .logo {
    height: 30px;
    width: auto;
  }
  .header > .wrapper .logo img {
    height: 30px;
    width: auto;
  }
  .header > .wrapper .call-link .label {
    display: none;
  }
  .header > .wrapper .navigation .sitemenu-open .label {
    display: none;
  }
}
/**
 * Intro
 */
@keyframes animation_intro_h1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation_intro_arrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro {
  background-color: #ef6ea9;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro .wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
  max-width: 1920px;
  padding: 100px 100px;
  padding-top: 220px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro .wrapper .text {
  color: #ffffff;
  flex: 0 0 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro .wrapper .text h1 {
  animation: animation_intro_h1 1s ease;
  font: normal 400 7.5vw/1em "Share Tech", sans-serif;
  margin-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro .wrapper .arrow {
  animation: animation_intro_h1 1s ease;
}
.intro .wrapper .arrow img {
  display: block;
  height: 36px;
  margin: 0 auto;
  width: 30px;
}

@media screen and (max-width: 1199px) {
  .intro .wrapper {
    padding: 80px 80px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .intro .wrapper {
    padding: 60px 60px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .intro .wrapper {
    padding: 45px 25px;
    padding-top: 125px;
  }
  .intro .wrapper .text h1 {
    font-size: 12.5vw;
  }
  .intro .wrapper .arrow img {
    height: 24px;
    margin: 0 auto;
    width: 20px;
  }
}
/**
 * Headline
 */
.headline {
  background-color: #c2e1fc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 37.5vw;
  margin-top: 120px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.headline > .wrapper {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1920px;
  padding: 100px 100px;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.headline > .wrapper h1 {
  color: #ffffff;
  font: normal 400 120px/1em "Share Tech", sans-serif;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(34, 34, 34, 0.5);
}

@media screen and (max-width: 1199px) {
  .headline {
    margin-top: 100px;
  }
  .headline > .wrapper {
    padding: 80px 80px;
  }
  .headline > .wrapper h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .headline > .wrapper {
    padding: 60px 60px;
  }
  .headline > .wrapper h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    height: 80vw;
    margin-top: 80px;
  }
  .headline > .wrapper {
    padding: 45px 25px;
  }
  .headline > .wrapper h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 479px) {
  .headline > .wrapper h1 {
    font-size: 50px;
  }
}
/**
 * Teaser
 */
.teaser {
  background: #c2e1fc;
  font-size: 24px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser > .wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 75px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser > .wrapper .text {
  color: #222222;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
}
.teaser > .wrapper .text a {
  color: inherit;
  text-decoration: none;
}
.teaser > .wrapper .contact-grid {
  color: #222222;
  display: flex;
  flex-flow: row nowrap;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  gap: 1.5em;
}
.teaser > .wrapper .contact-grid .item {
  flex: 1 1 auto;
}
.teaser > .wrapper .contact-grid .item a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .teaser {
    font-size: 20px;
  }
  .teaser > .wrapper {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .teaser > .wrapper {
    padding: 45px 60px;
  }
}
@media screen and (max-width: 767px) {
  .teaser {
    font-size: 16px;
  }
  .teaser > .wrapper {
    padding: 33.75px 25px;
  }
  .teaser > .wrapper .contact-grid {
    flex-flow: column nowrap;
  }
}
/**
 * Accordion menu
 */
.accordion-menu {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item {
  border-bottom: 2px solid #f5f5f5;
  padding: 1em 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .label {
  align-items: center;
  color: #222222;
  cursor: pointer;
  display: flex;
  font: normal 400 2.5em/1em "Share Tech", sans-serif;
  overflow-wrap: break-word;
  justify-content: space-between;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  word-break: break-word;
  word-wrap: break-word;
}
.accordion-menu > .item > .label::after {
  mask-image: url("../images/accordion-arrow.svg");
  mask-size: contain;
  mask-position: center center;
  background-color: #222222;
  content: "";
  display: block;
  height: 0.6em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 0.6em;
}
.accordion-menu > .item > .wrapper {
  color: #222222;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin: 1.5em 0 0.5em 0;
}
.accordion-menu > .item > .wrapper > .content {
  margin-bottom: 0;
}
.accordion-menu > .item:not(.item--initial-open) > .wrapper {
  display: none;
  opacity: 0;
}
.accordion-menu > .item:first-child {
  padding-top: 0;
}
.accordion-menu > .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.accordion-menu > .item.active .label::after {
  transform: rotate(180deg);
}

html:not(.mobile):not(.tablet) .accordion-menu > .item > .label:hover {
  color: #4e8Bc4;
}
html:not(.mobile):not(.tablet) .accordion-menu > .item > .label:hover::after {
  background-color: #4e8Bc4;
}

@media screen and (max-width: 767px) {
  .accordion-menu > .item > .label {
    font-size: 2em;
  }
}
/**
 * CTA
 */
.cta-link a {
  align-items: center;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  font: normal 400 1em/1em "Titillium Web", sans-serif;
  flex: 0 0 auto;
  gap: 0.5em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.cta-link a::after {
  background: url("../images/cta-arrow.svg") no-repeat center center;
  background-size: 0.75em 0.75em;
  content: "";
  display: block;
  height: 0.75em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 0.75em;
}
.cta-link a:focus {
  outline: dotted #222222 1px;
}

html:not(.mobile):not(.tablet) .cta-link a:hover::after {
  transform: translateX(0.75em);
}

/**
 * Main
 */
.main {
  display: flex;
  flex-flow: column nowrap;
  font-size: 24px;
  background-color: #ffffff;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .main {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 16px;
  }
}
/**
 * Block
 */
.block {
  overflow-x: hidden;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper {
  color: #222222;
  margin: 0 auto;
  max-width: 1920px;
  padding: 100px 100px;
}
.block > .wrapper .title {
  color: #222222;
  display: flex;
  flex-flow: row wrap;
  font: normal 400 2.5em/1em "Share Tech", sans-serif;
  gap: 0.5em;
  justify-content: space-between;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title .cta-link a {
  color: #222222;
  font-size: 0.4em;
}
.block > .wrapper .title .cta-link a:hover {
  color: #222222 !important;
}
.block > .wrapper .text {
  color: #222222;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin-bottom: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .text p {
  margin-bottom: 1.5em;
}
.block > .wrapper .text p:last-child {
  margin-bottom: 0;
}
.block > .wrapper .content {
  color: #222222;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin-bottom: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content h2,
.block > .wrapper .content h3,
.block > .wrapper .content h4,
.block > .wrapper .content h5,
.block > .wrapper .content h6 {
  color: inherit;
  margin-bottom: 1em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content h2 {
  color: #222222;
  font: normal 400 1.5em/1em "Share Tech", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h3 {
  color: #222222;
  font: normal 400 1.25em/1.1em "Titillium Web", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h4 {
  color: #222222;
  font: normal 600 1em/1.1em "Titillium Web", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h5 {
  color: #222222;
  font: normal 400 1em/1.1em "Titillium Web", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h6 {
  color: #222222;
  font: normal 400 1em/1.1em "Titillium Web", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p + h2,
.block > .wrapper .content ul + h2,
.block > .wrapper .content ol + h2,
.block > .wrapper .content div + h2,
.block > .wrapper .content form + h2,
.block > .wrapper .content p + h3,
.block > .wrapper .content ul + h3,
.block > .wrapper .content ol + h3,
.block > .wrapper .content div + h3,
.block > .wrapper .content form + h3,
.block > .wrapper .content p + h4,
.block > .wrapper .content ul + h4,
.block > .wrapper .content ol + h4,
.block > .wrapper .content div + h4,
.block > .wrapper .content form + h4,
.block > .wrapper .content p + h5,
.block > .wrapper .content ul + h5,
.block > .wrapper .content ol + h5,
.block > .wrapper .content div + h5,
.block > .wrapper .content form + h5,
.block > .wrapper .content p + h6,
.block > .wrapper .content ul + h6,
.block > .wrapper .content ol + h6,
.block > .wrapper .content div + h6,
.block > .wrapper .content form + h6 {
  margin-top: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p {
  color: inherit;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul,
.block > .wrapper .content ol {
  color: inherit;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin: 0 0 1.5em 1.25em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul li,
.block > .wrapper .content ol li {
  margin: 0 0 0.5em 0;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul li ul,
.block > .wrapper .content ul li ol,
.block > .wrapper .content ol li ul,
.block > .wrapper .content ol li ol {
  margin: 0.5em 0 0.5em 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul {
  list-style-type: square;
}
.block > .wrapper .content ul.none {
  list-style-type: none;
  margin-left: 0;
}
.block > .wrapper .content table {
  width: 100%;
  border: 0;
}
.block > .wrapper .content table tr td {
  color: inherit;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  padding: 0.25em 0;
  vertical-align: top;
}
.block > .wrapper .content table tr td:first-child {
  width: 9em;
}
.block > .wrapper .content ol {
  list-style-type: decimal;
}
.block > .wrapper .content a {
  border-bottom: 2px solid #ef6ea9;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content strong,
.block > .wrapper .content b {
  font-weight: 600;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content em,
.block > .wrapper .content i {
  font-style: italic;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content > *:last-child {
  margin-bottom: 0 !important;
}
.block > .wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.block.block--bb-grey {
  border-bottom: 2px solid #f5f5f5;
}
.block.block--bg-pink {
  background-color: #ef6ea9;
}
.block.block--bg-pink-2 {
  background-color: #ff99be;
}
.block.block--bg-pink-3 {
  background-color: #ffc2d9;
}
.block.block--bg-blue {
  background-color: #4e8Bc4;
}
.block.block--bg-blue-2 {
  background-color: #96cbfc;
}
.block.block--bg-blue-3 {
  background-color: #c2e1fc;
}
.block.block--bg-yellow {
  background-color: #f7cc6d;
}
.block.block--bg-yellow-2 {
  background-color: #fce6b6;
}
.block.block--bg-yellow-3 {
  background-color: #fcf0d5;
}
.block.block--bg-grey {
  background-color: #f5f5f5;
}
.block.block--pt-0 > .wrapper {
  padding-top: 0;
}
.block.block--pr-0 > .wrapper {
  padding-right: 0;
}
.block.block--pb-0 > .wrapper {
  padding-bottom: 0;
}
.block.block--pl-0 > .wrapper {
  padding-left: 0;
}

html:not(.mobile):not(.tablet) .block > .wrapper .title a:hover {
  color: #4e8Bc4;
}
html:not(.mobile):not(.tablet) .block > .wrapper .content a:hover {
  border-bottom-color: #4e8Bc4;
}

@media screen and (max-width: 1199px) {
  .block > .wrapper {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .block > .wrapper {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .block > .wrapper {
    padding: 45px 25px;
  }
  .block > .wrapper .title {
    font-size: 2em;
  }
  .block > .wrapper .title .cta-link a {
    font-size: 0.5em;
  }
  .block > .wrapper .title .cta-link a span {
    display: none;
  }
}
/**
 * Image list
 */
.image-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.image-list .item {
  display: flex;
  flex-flow: row nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.image-list .item .image {
  flex: 1 1 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.image-list .item .image a,
.image-list .item .image span {
  border: 0;
  display: block;
  height: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.image-list .item .image a img,
.image-list .item .image span img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.image-list .item .wrapper {
  display: flex;
  flex-flow: column nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.image-list .item:nth-child(odd) {
  align-items: start;
  margin-bottom: -75px;
}
.image-list .item:nth-child(odd) .image {
  order: 2;
}
.image-list .item:nth-child(odd) .image img {
  height: 32.5em;
}
.image-list .item:nth-child(odd) .wrapper {
  flex: 0 0 27.5em;
  order: 1;
  padding-right: 75px;
}
.image-list .item:nth-child(even) {
  align-items: end;
  margin-top: -75px;
}
.image-list .item:nth-child(even) .image {
  order: 1;
}
.image-list .item:nth-child(even) .image img {
  height: 22.5em;
}
.image-list .item:nth-child(even) .wrapper {
  flex: 0 0 22.5em;
  order: 2;
  padding-left: 75px;
}

@media screen and (max-width: 1199px) {
  .image-list {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .image-list {
    gap: 60px;
  }
  .image-list .item {
    flex-flow: column nowrap;
  }
  .image-list .item:nth-child(odd), .image-list .item:nth-child(even) {
    margin: 0;
  }
  .image-list .item:nth-child(odd) .image, .image-list .item:nth-child(even) .image {
    flex: 0 0 auto;
    order: 1;
  }
  .image-list .item:nth-child(odd) .image img, .image-list .item:nth-child(even) .image img {
    height: auto;
    width: 100%;
  }
  .image-list .item:nth-child(odd) .wrapper, .image-list .item:nth-child(even) .wrapper {
    flex: 0 0 auto;
    order: 2;
    padding: 1.5em 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .image-list {
    gap: 45px;
  }
}
/**
 * Map
 */
.map {
  background-color: #f5f5f5;
  height: 90vh;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.map .container {
  height: 100%;
  width: 100%;
}

/**
 * Teaser grid
 */
.teaser-grid {
  display: grid;
  gap: 100px 100px;
  grid-template-columns: 1fr 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-grid .item {
  display: flex;
  flex-flow: column nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-grid .item .image {
  margin-bottom: 2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-grid .item .image a,
.teaser-grid .item .image span {
  display: block;
  height: auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser-grid .item .image a img,
.teaser-grid .item .image span img {
  display: block;
  height: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser-grid .item .text {
  flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
  .teaser-grid {
    gap: 80px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .teaser-grid {
    gap: 60px 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .teaser-grid {
    gap: 45px 45px;
  }
}
/**
 * Teaser list
 */
.teaser-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-list .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 75px;
  min-height: 20em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-list .item .wrapper {
  color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-list .item .wrapper .title {
  flex: 0 0 auto;
}
.teaser-list .item .wrapper .text {
  color: #222222;
  flex: 1 1 auto;
}
.teaser-list .item .wrapper .cta-link {
  flex: 0 0 auto;
}
.teaser-list .item .image {
  flex: 0 0 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser-list .item .image a,
.teaser-list .item .image span {
  display: block;
  height: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser-list .item .image a img,
.teaser-list .item .image span img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .teaser-list {
    gap: 80px;
  }
  .teaser-list .item {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .teaser-list {
    gap: 60px;
  }
  .teaser-list .item {
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .teaser-list {
    gap: 45px;
  }
  .teaser-list .item {
    flex-flow: column nowrap;
    gap: 0;
    min-height: 0;
  }
  .teaser-list .item .wrapper {
    order: 2;
    padding: 1.5em 0 0 0;
  }
  .teaser-list .item .image {
    order: 1;
  }
}
/**
 * Wine
 */
.wine {
  background-color: #f5f5f5;
  margin-top: 120px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.wine > .wrapper {
  color: #222222;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 100px;
}
.wine > .wrapper .image {
  border: 0;
  display: block;
  height: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.wine > .wrapper .image img {
  display: block;
  height: auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.wine > .wrapper .content {
  display: flex;
  flex-flow: column nowrap;
  padding: 100px 0;
}
.wine > .wrapper .content .title {
  flex: 0 0 auto;
  font-size: 100px;
}
.wine > .wrapper .content .title .winery {
  color: #222222;
  display: block;
  font: normal 400 0.5em/1em "Share Tech", sans-serif;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.wine > .wrapper .content .title .name {
  color: #222222;
  display: block;
  font: normal 400 0.75em/1.25em "Titillium Web", sans-serif;
}
.wine > .wrapper .content .description {
  flex: 1 1 auto;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin: 1.5em 0;
}
.wine > .wrapper .content .price {
  color: #222222;
  flex: 0 0 auto;
  font: normal 400 1.5em/1.5em "Titillium Web", sans-serif;
}
.wine > .wrapper .content .price span {
  font-size: 0.5em;
}

@media screen and (max-width: 1199px) {
  .wine {
    margin-top: 100px;
  }
  .wine > .wrapper {
    padding: 0 80px;
  }
  .wine > .wrapper .content {
    padding: 80px 0;
  }
  .wine > .wrapper .content .title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .wine {
    margin-top: 100px;
  }
  .wine > .wrapper {
    padding: 0 60px;
  }
  .wine > .wrapper .content {
    padding: 60px 0;
  }
  .wine > .wrapper .content .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wine {
    margin-top: 80px;
  }
  .wine > .wrapper {
    grid-template-columns: 1fr;
    padding: 0 25px;
  }
  .wine > .wrapper .content {
    padding: 0 0 45px 0;
  }
  .wine > .wrapper .content .title {
    font-size: 40px;
  }
}
/**
 * Wine list
 */
.wine-list {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.wine-list .item .image {
  height: auto;
  margin-bottom: 1em;
  width: 100%;
}
.wine-list .item .image img {
  height: auto;
  width: 100%;
}
.wine-list .item .winery {
  color: #222222;
  font: normal 400 0.75em/1em "Share Tech", sans-serif;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.wine-list .item .winery a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.wine-list .item .name {
  color: #222222;
  font: normal 400 1.25em/1.25em "Titillium Web", sans-serif;
}
.wine-list .item .name a {
  color: inherit;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .wine-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .wine-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .wine-list {
    grid-template-columns: 1fr;
  }
}
/**
 * Wine slider
 */
.wine-slider {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.wine-slider .container {
  display: flex;
  flex-flow: row nowrap;
  gap: 2em;
}
.wine-slider .container .item {
  flex: 0 0 calc(25% - 1.5em);
}
.wine-slider .container .item .image {
  height: auto;
  margin-bottom: 1em;
  width: 100%;
}
.wine-slider .container .item .image img {
  height: auto;
  width: 100%;
}
.wine-slider .container .item .winery {
  color: #222222;
  font: normal 400 0.75em/1em "Share Tech", sans-serif;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.wine-slider .container .item .winery a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.wine-slider .container .item .name {
  color: #222222;
  font: normal 400 1.25em/1.25em "Titillium Web", sans-serif;
}
.wine-slider .container .item .name a {
  color: inherit;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .wine-slider .container .item {
    flex: 0 0 calc(33.3333333333% - 1.3333333334em);
  }
}
@media screen and (max-width: 1023px) {
  .wine-slider .container .item {
    flex: 0 0 calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .wine-slider .container .item {
    flex: 0 0 100%;
  }
}
/**
 * Slider
 */
.slider {
  position: relative;
}
.slider .scroll-control {
  background: #ffffff url("../images/slider-arrow.svg") no-repeat center center;
  background-size: 1em;
  border-radius: 50%;
  cursor: pointer;
  font-size: inherit;
  position: absolute;
  top: 50%;
  height: 2.5em;
  width: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  --spacer: 100px;
}
.slider .scroll-control[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.slider .scroll-control--prev {
  left: var(--spacer);
  transform: translateX(-50%) translateY(-50%);
}
.slider .scroll-control--next {
  right: var(--spacer);
  transform: translateX(50%) translateY(-50%) rotate(180deg);
}
.slider .scroll-container {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  overflow-x: scroll;
  scroll-snap-align: start;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slider .scroll-container::-webkit-scrollbar {
  display: none;
}
.slider .scroll-container .scroll-item {
  flex-grow: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.slider .navigation {
  bottom: 1.5em;
  display: flex;
  flex-flow: row wrap;
  gap: 0.4em;
  justify-content: center;
  left: 50%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  transform: translateX(-50%);
}
.slider .navigation li {
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  cursor: pointer;
  list-style: none;
}
.slider .navigation li.active {
  background-color: #ffffff;
}

.image-slider .scroll-container {
  align-items: center;
  background-color: #f5f5f5;
}
.image-slider picture, .image-slider img {
  display: block;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.wine-slider .scroll-control {
  background-color: #f5f5f5;
  border: 0.25em solid #ffffff;
  border-radius: 50%;
  top: 45%;
  height: 3em;
  width: 3em;
  --spacer: 0;
}
.wine-slider .scroll-control[disabled] {
  opacity: 0;
  cursor: default;
}

@media screen and (max-width: 1199px) {
  .slider .scroll-control {
    --spacer: 80px;
  }
  .wine-slider .scroll-control {
    --spacer: 0;
  }
}
@media screen and (max-width: 1023px) {
  .slider .scroll-control {
    --spacer: 60px;
  }
  .wine-slider .scroll-control {
    --spacer: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider .scroll-control {
    --spacer: 25px;
  }
  .slider .navigation li {
    border: 2px solid #ffffff;
  }
  .image-slider .scroll-control {
    display: none;
  }
  .image-slider picture, .image-slider img {
    aspect-ratio: 10/8;
  }
  .wine-slider .scroll-control {
    --spacer: 0;
  }
}
/**
 * Footer
 */
.footer {
  background-color: #ffffff;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.footer > .wrapper {
  align-items: center;
  color: #222222;
  display: flex;
  flex-flow: row wrap;
  font: normal 400 20px/1.5em "Share Tech", sans-serif;
  gap: 1em;
  justify-content: space-between;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 1920px;
  padding: 50px 100px;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 60px;
  left: 50%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  transform: translateX(-50%);
  width: auto;
}
.footer > .wrapper .logo img {
  display: block;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .contact,
.footer > .wrapper .links {
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  gap: 0.5em;
}
.footer > .wrapper .contact li,
.footer > .wrapper .links li {
  color: inherit;
}
.footer > .wrapper .contact li a,
.footer > .wrapper .links li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .contact li {
  text-align: left;
}
.footer > .wrapper .links li {
  text-align: right;
}

html:not(.mobile):not(.tablet) .footer > .wrapper .contact li a:hover,
html:not(.mobile):not(.tablet) .footer > .wrapper .links li a:hover {
  color: #ef6ea9;
}

@media screen and (max-width: 1199px) {
  .footer > .wrapper {
    font-size: 18px;
    padding: 40px 80px;
  }
  .footer > .wrapper .logo {
    height: 45px;
  }
  .footer > .wrapper .logo img {
    height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .footer > .wrapper {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer > .wrapper {
    align-items: flex-start;
    flex-flow: column nowrap;
    font-size: 16px;
    gap: 2em;
    padding: 45px 25px;
  }
  .footer > .wrapper .logo {
    height: 30px;
    left: auto;
    margin: 0 auto;
    order: 1;
    position: relative;
    transform: none;
  }
  .footer > .wrapper .logo img {
    height: 30px;
  }
  .footer > .wrapper .contact {
    order: 2;
    width: 100%;
  }
  .footer > .wrapper .contact li {
    text-align: center;
  }
  .footer > .wrapper .links {
    order: 3;
    width: 100%;
  }
  .footer > .wrapper .links li {
    text-align: center;
  }
}
/**
 * Sitemenu
 */
.sitemenu {
  background-color: #222222;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 24px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 10000;
}
.sitemenu .bar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 120px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu .bar .close {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close::before, .sitemenu .bar .close::after {
  background-color: #ffffff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close.active::before {
  transform: rotate(-135deg);
}
.sitemenu .bar .close.active:after {
  transform: rotate(-45deg);
}
.sitemenu .wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  width: 100%;
}
.sitemenu .wrapper .navigation {
  flex: 0 0 auto;
}
.sitemenu .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5em;
}
.sitemenu .wrapper .navigation ul li {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 400 2.5em/1em "Share Tech", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sitemenu .wrapper .navigation ul li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

html:not(.mobile):not(.tablet) .sitemenu > .wrapper .navigation ul li a:hover {
  color: #ef6ea9;
}

.sitemenu--active .sitemenu {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sitemenu {
    font-size: 20px;
  }
  .sitemenu .bar {
    height: 100px;
    padding: 0 40px;
  }
  .sitemenu .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemenu .bar {
    padding: 0 30px;
  }
  .sitemenu .wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitemenu {
    font-size: 16px;
  }
  .sitemenu .bar {
    height: 80px;
    padding: 0 25px;
  }
  .sitemenu .wrapper {
    padding: 0 25px;
  }
}
/**
 * Form
 */
.form {
  display: grid;
  gap: 1em 1.5em;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-title {
  color: #222222;
  font: normal 400 1.5em/1em "Share Tech", sans-serif;
  grid-column: 1/-1;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-text {
  color: #222222;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-success {
  display: none;
  grid-column: 1/-1;
}
.form .form-success.active {
  display: block;
}
.form .form-field {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
}
.form .form-field.form-field--full {
  grid-column: 1/-1;
}
.form .form-field.form-field--inline {
  align-items: center;
  flex-flow: row nowrap;
}
.form .form-field:has(input:required) label::after, .form .form-field:has(select:required) label::after, .form .form-field:has(textarea:required) label::after {
  content: " *";
  color: #4e8Bc4;
}
.form .form-field a {
  border-bottom: 2px solid #222222;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field a:hover {
  border-bottom: 2px solid #ef6ea9;
}
.form .form-buttons {
  display: flex;
  flex-flow: row nowrap;
  grid-column: 1/-1;
  justify-content: space-between;
  padding-top: 0.5em;
}
.form label {
  color: inherit;
  font: normal 400 1em/1.25em "Titillium Web", sans-serif;
}
.form label a {
  color: inherit;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form input[type=file],
.form input[type=number],
.form input[type=date],
.form select,
.form textarea {
  background-color: #ffffff;
  border: 3px solid #e5e5e5;
  border-radius: 4px;
  color: #222222;
  display: block;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  padding: 0.625em 0.83333em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.form input[type=text]:hover,
.form input[type=password]:hover,
.form input[type=email]:hover,
.form input[type=tel]:hover,
.form input[type=file]:hover,
.form input[type=number]:hover,
.form input[type=date]:hover,
.form select:hover,
.form textarea:hover {
  border-color: #ef6ea9;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=date]:focus,
.form select:focus,
.form textarea:focus {
  border-color: #4e8Bc4;
}
.form input[type=date] {
  height: 3em;
}
.form input[type=checkbox],
.form input[type=radio] {
  background-color: #ffffff;
  border: 3px solid #e5e5e5;
  border-radius: 4px;
  flex: 0 0 auto;
  font-size: inherit;
  height: 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1.25em;
}
.form input[type=checkbox]:hover, .form input[type=checkbox]:checked,
.form input[type=radio]:hover,
.form input[type=radio]:checked {
  border-color: #ef6ea9;
}
.form input[type=checkbox]::after {
  background-image: url("../images/form-checkbox.svg");
  background-size: 0.8em;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=checkbox]:checked::after {
  display: block;
}
.form input[type=radio] {
  border-radius: 50%;
}
.form input[type=radio]::after {
  border-radius: 50%;
}
.form input[type=radio]::after {
  background-color: #222222;
  border: 2px solid #e5e5e5;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=radio]:checked::after {
  display: block;
}
.form select {
  appearance: none;
  background-image: url("../images/form-select.svg");
  background-position: right center;
  background-size: 1.75em auto;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 2em;
}
.form .button,
.form .form-submit,
.form input[type=submit] {
  background-color: #ef6ea9;
  border-radius: 4px;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  flex-flow: row nowrap;
  font: normal 400 1em/1em "Share Tech", sans-serif;
  height: 2.5em;
  letter-spacing: 0.1em;
  padding: 0.75em 1em 0.75em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  gap: 0.5em;
}
.form .button:disabled,
.form .form-submit:disabled,
.form input[type=submit]:disabled {
  cursor: wait;
}
.form .button.secondary,
.form .form-submit.secondary,
.form input[type=submit].secondary {
  background-color: #4e8Bc4;
}
.form textarea {
  resize: none;
}

form.was-validated input[type=text]:invalid,
form.was-validated input[type=password]:invalid,
form.was-validated input[type=email]:invalid,
form.was-validated input[type=date]:invalid,
form.was-validated input[type=tel]:invalid,
form.was-validated input[type=number]:invalid,
form.was-validated input[type=file]:invalid,
form.was-validated input[type=checkbox]:invalid,
form.was-validated select:invalid,
form.was-validated select:invalid,
form.was-validated textarea:invalid {
  border-color: #dc0000;
}
form.was-validated select:invalid + .custom-select-selected {
  border-color: #dc0000;
}

html:not(.mobile):not(.tablet) .form input[type=submit]:hover, html:not(.mobile):not(.tablet) .form input[type=submit]:focus, html:not(.mobile):not(.tablet) .form .form-submit:hover, html:not(.mobile):not(.tablet) .form .form-submit:focus, html:not(.mobile):not(.tablet) .form .button:hover, html:not(.mobile):not(.tablet) .form .button:focus {
  background-color: #ff99be;
}
html:not(.mobile):not(.tablet) .form input[type=submit].secondary:hover, html:not(.mobile):not(.tablet) .form input[type=submit].secondary:focus, html:not(.mobile):not(.tablet) .form .form-submit.secondary:hover, html:not(.mobile):not(.tablet) .form .form-submit.secondary:focus, html:not(.mobile):not(.tablet) .form .button.secondary:hover, html:not(.mobile):not(.tablet) .form .button.secondary:focus {
  background-color: #96cbfc;
}

@media screen and (max-width: 767px) {
  .form {
    grid-template-columns: 1fr;
  }
  .form .form-success {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .form .form-field {
    grid-column: span 1;
  }
  .form .form-buttons {
    grid-column: span 1;
  }
  .form input[type=text],
  .form input[type=password],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=file],
  .form input[type=number],
  .form select {
    border-width: 2px;
  }
  .form input[type=checkbox],
  .form input[type=radio] {
    border-width: 2px;
  }
  .form input[type=checkbox]::after,
  .form input[type=radio]::after {
    border-width: 2px;
  }
}
/**
 * Layer
 */
.layer {
  background-color: #ffffff;
  bottom: 0;
  font-size: 24px;
  left: 0;
  padding: 100px 100px;
  position: fixed;
  right: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  top: 0;
  z-index: 11000;
}
.layer .layer-close {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.layer .layer-close::before, .layer .layer-close::after {
  background-color: #222222;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
  width: 30px;
}
.layer .layer-close.active::before {
  transform: rotate(-135deg);
}
.layer .layer-close.active:after {
  transform: rotate(-45deg);
}
.layer .layer-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
}
.layer .layer-wrapper .layer-container {
  color: #222222;
  flex: 0 0 auto;
  width: 100%;
}
.layer .layer-wrapper .layer-container .layer-title {
  color: #222222;
  font: normal 400 2em/1em "Share Tech", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.layer .layer-wrapper .layer-container p {
  color: inherit;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin: 0 0 1.5em 0;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.layer .layer-wrapper .layer-container ul,
.layer .layer-wrapper .layer-container ol {
  color: inherit;
  font: normal 400 1em/1.5em "Titillium Web", sans-serif;
  margin: 0 0 1.5em 1.25em;
  text-align: left;
}
.layer .layer-wrapper .layer-container ul ul,
.layer .layer-wrapper .layer-container ul ol,
.layer .layer-wrapper .layer-container ol ul,
.layer .layer-wrapper .layer-container ol ol {
  margin: 0.5em 0 0.5em 1.25em;
}
.layer .layer-wrapper .layer-container ul {
  list-style-type: square;
}
.layer .layer-wrapper .layer-container ul.none {
  list-style-type: none;
  margin-left: 0;
}
.layer .layer-wrapper .layer-container ol {
  list-style-type: decimal;
}
.layer .layer-wrapper .layer-container ul li,
.layer .layer-wrapper .layer-container ol li {
  margin: 0 0 0.5em 0;
  position: relative;
}
.layer .layer-wrapper .layer-container a {
  border-bottom: 2px solid #222222;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.layer .layer-wrapper .layer-container a:hover {
  border-bottom: 2px solid #ef6ea9;
}
.layer .layer-wrapper .layer-container strong,
.layer .layer-wrapper .layer-container b {
  font-weight: 600;
}
.layer .layer-wrapper .layer-container em,
.layer .layer-wrapper .layer-container i {
  font-style: italic;
}

.layer--active .layer {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .layer {
    font-size: 20px;
    padding: 80px 80px;
  }
  .layer .layer-close {
    right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .layer {
    padding: 60px 60px;
  }
  .layer .layer-close {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .layer {
    font-size: 16px;
    padding: 45px 25px;
  }
  .layer .layer-close {
    right: 25px;
  }
}
/**
 * Animation
 */
.animation--fadein {
  opacity: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadein.animation--run {
  opacity: 1;
}

.animation--fadeout {
  opacity: 1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadeout.animation--run {
  opacity: 0;
}

.animation--popinup {
  opacity: 0;
  transform: scale(90%) translateY(10%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease, transform 1s ease !important;
}

.animation--popinup.animation--run {
  opacity: 1;
  transform: scale(100%) translateY(0%);
}

/*# sourceMappingURL=style.css.map */
