.title1 {
  font-size: clamp(2.1875rem, 4.76190476vw + 1.07142857rem, 5rem);
  line-height: clamp(2.5rem, 5.92592593vw + 1.11111111rem, 6rem);
  color: var(--titleColor);
  font-weight: 300;
  text-transform: uppercase;
}
.title2 {
  font-size: clamp(0.9375rem, 1.05820106vw + 0.68948413rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.05820106vw + 1.00198413rem, 1.875rem);
  color: var(--titleColor);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.title3 {
  font-size: clamp(1.25rem, 1.58730159vw + 0.87797619rem, 2.1875rem);
  line-height: clamp(1.4375rem, 2.53968254vw + 0.8422619rem, 2.9375rem);
  color: var(--textColor);
  font-weight: 300;
}
.title4 {
  font-size: clamp(1.25rem, 2.11640212vw + 0.75396825rem, 2.5rem);
  line-height: clamp(1.4375rem, 2.53968254vw + 0.8422619rem, 2.9375rem);
  color: var(--titleColor);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lead {
  font-size: clamp(1.25rem, 1.05820106vw + 1.00198413rem, 1.875rem);
  line-height: clamp(1.875rem, 1.58730159vw + 1.50297619rem, 2.8125rem);
  color: var(--textColor);
}
.copy {
  color: var(--textColor);
}
.button {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 88px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 28px;
  border-radius: 28px;
  border: 2px solid var(--btnColor);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--btnColor), var(--btnColor));
  transition: all 0.2s;
}
.button:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 8px;
  width: 19px;
  height: 14px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--btnColor);
  transition: all 0.2s;
}
.button:hover:before,
.button:focus:before {
  background-size: 100% 100%;
}
.button:hover:after,
.button:focus:after {
  background-color: var(--btnColorHover);
}
.buttonDownload {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: var(--textColor);
  appearance: none;
  box-sizing: border-box;
  padding-right: 36px;
}
.buttonDownload:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 28px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-download.svg);
  background-color: var(--downloadIconColor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.logo--header {
  height: 47px;
}
.logo--sidebar {
  height: 135px;
  margin-top: 60px;
}
.logo--footer {
  height: 78px;
}
.container--head {
  margin: 36px 0;
  padding-left: var(--sidebarWidth);
  padding-right: 130px;
}
.sidebar {
  width: var(--sidebarWidth);
  height: 100svh;
}
.container--sidebar {
  padding: 44px 25px 40px;
}
.container--mood .content {
  margin-top: 70px;
}
.cbdModule--stoerer {
  top: unset;
  bottom: 64px;
  left: 90px;
  transform: translateY(0);
}
.cbdModule--stoerer .stoerer {
  width: 230px;
  height: 230px;
  padding: 30px;
}
.footarea {
  margin-top: 97px;
  margin-bottom: 102px;
}
.footlogo {
  height: 78px;
}
.area--one .unit--slider {
  width: calc(100vw - var(--sidebarWidth));
}
.area--one .unitDownload {
  width: calc(25% - (var(--areaGap) * 3 / 4));
}
/*# sourceMappingURL=./screen-large.css.map */