.title1 {
  font-size: clamp(2.1875rem, 4.69798658vw + 1.0864094rem, 4.375rem);
  line-height: clamp(2.5rem, 5.36912752vw + 1.24161074rem, 5rem);
  color: var(--titleColor);
  font-weight: 400;
}
.title2 {
  font-size: 15px;
  line-height: 1.6;
  color: var(--titleColor);
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.title3 {
  font-size: clamp(1.25rem, 2.68456376vw + 0.62080537rem, 2.5rem);
  line-height: clamp(1.4375rem, 3.22147651vw + 0.68246644rem, 2.9375rem);
  color: var(--titleColor);
  font-weight: 400;
}
.lead {
  font-size: clamp(1.25rem, 1.34228188vw + 0.93540268rem, 1.875rem);
  line-height: clamp(1.875rem, 2.01342282vw + 1.40310403rem, 2.8125rem);
  color: var(--textColor);
}
.copy {
  color: var(--textColor);
}
.button {
  display: inline-block;
  position: relative;
  min-width: 300px;
  background-color: var(--btnBackgroundColor);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 9px calc(18px + var(--btnIconWidth)) 9px 18px;
  appearance: none;
  border-radius: var(--btnBorderRadius);
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: 2px solid var(--btnBorderColor);
  transition: all 0.4s;
}
.button:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--btnIconWidth);
  height: 100%;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--btnIcon);
  background-color: var(--btnIconColor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  background-color: var(--btnBackgroundColorHover);
  color: var(--btnColorHover);
  border-color: var(--btnBorderColorHover);
}
.button:hover:after,
.button:focus:after {
  background-color: var(--btnIconColorHover);
  right: 15px;
}
.buttonDownload {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 2;
  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: #959595;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.logo {
  height: 69px;
}
.container--head {
  margin: 16px 0;
  padding-left: var(--sidebarWidth);
  padding-right: 130px;
}
.sidebar {
  width: var(--sidebarWidth);
  height: 100svh;
}
.container--sidebar {
  padding: 35px 25px 40px;
}
.container--mood .content {
  padding-top: 19px;
  padding-bottom: 24px;
}
.cbdModule--stoerer {
  top: 64px;
  left: 90px;
}
.cbdModule--stoerer .stoerer {
  width: 230px;
  height: 230px;
  padding: 30px;
}
.area--one .unitFour--1-1 {
  width: calc(100vw - var(--sidebarWidth));
}
.area--one .unit--slider {
  width: calc(100vw - var(--sidebarWidth));
}
.area--one .unitDownload {
  width: calc(25% - (var(--areaGap) * 3 / 4));
}
/*# sourceMappingURL=./screen-large.css.map */