.title1 {
  font-size: clamp(1.875rem, 3.0075188vw + 1.17011278rem, 3.125rem);
  line-height: clamp(2.5625rem, 3.60902256vw + 1.71663534rem, 4.0625rem);
  font-weight: 500;
  color: var(--textColor);
  text-align: center;
}
.title2 {
  font-size: clamp(1.5625rem, 1.5037594vw + 1.21005639rem, 2.1875rem);
  line-height: clamp(2.1875rem, 1.5037594vw + 1.83505639rem, 2.8125rem);
  font-weight: 400;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1.125rem, 1.05263158vw + 0.87828947rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.95488722vw + 0.91682331rem, 2.1875rem);
  font-weight: 500;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1.125rem, 1.05263158vw + 0.87828947rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.95488722vw + 0.91682331rem, 2.1875rem);
  font-weight: 400;
  color: var(--textColor);
}
.lead {
  font-size: clamp(1rem, 2.10526316vw + 0.50657895rem, 1.875rem);
  line-height: clamp(1.375rem, 2.70676692vw + 0.7406015rem, 2.5rem);
  color: var(--textColor);
}
.quote {
  font-size: clamp(1.25rem, 3.0075188vw + 0.54511278rem, 2.5rem);
  line-height: clamp(1.5625rem, 4.5112782vw + 0.50516917rem, 3.4375rem);
  color: var(--textColor);
}
.small {
  font-size: clamp(1rem, 0.30075188vw + 0.92951128rem, 1.125rem);
  line-height: clamp(1.375rem, 0.60150376vw + 1.23402256rem, 1.625rem);
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: clamp(1rem, 0.60150376vw + 0.85902256rem, 1.25rem);
  line-height: clamp(1.375rem, 0.90225564vw + 1.16353383rem, 1.75rem);
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  color: var(--btnColor);
  padding: 7px 13px 3px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--btnColor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  background-color: var(--btnBgHover);
  color: var(--btnColorHover);
  border-color: var(--btnColorHover);
}
.stoerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  background-color: var(--stoererBg);
  font-size: clamp(1rem, 0.60150376vw + 0.85902256rem, 1.25rem);
  line-height: clamp(1.375rem, 0.90225564vw + 1.16353383rem, 1.75rem);
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  color: var(--stoererColor);
  padding: 15px;
  appearance: none;
  border-radius: 168px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--stoererBg);
  rotate: -15deg;
  transition: all 0.4s;
}
.stoerer:hover,
.stoerer:focus {
  background-color: var(--stoererBgHover);
  color: var(--stoererColorHover);
}
@media (max-width: 1023px) {
  .stoerer {
    width: 128px;
    height: 128px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 50px;
}
.navigation div.sub1 > .item > .menu {
  color: #fff;
  font-weight: 400;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  text-decoration: underline;
}
.navigation div.sub1 > .item > .menu.path {
  color: #61E8A4;
}
.area--one .unitTwo--imageLeft .unit__content {
  grid-column: 8 / span 5;
}
.area--one .unitTwo--imageRight .unit__content {
  grid-column: 1 / span 5;
}
.area--one .unitFour {
  grid-column: span 4;
}
.area--one .unitFive {
  grid-column: span 4;
}
/*# sourceMappingURL=./screen-large.css.map */