.button {
  font-size: 15px;
  line-height: 1.33333333;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 14px 112px 14px 32px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: 1px solid var(--buttonColor);
  border-radius: 10000px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonColor), var(--buttonColor));
  transition: all 0.24s;
  text-transform: lowercase;
}
.button:after {
  content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  aspect-ratio: 2.11111111;
  width: 38px;
  background-color: currentColor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
  transition: all 0.24s;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
  color: var(--buttonColorHover);
}
.button:hover:after,
.button:focus:after {
  background-color: var(--buttonColorHover);
  transform: translateX(10px);
}
@media (max-width: 1199px) {
  .button {
    padding: 14px 78px 14px 20px;
  }
  .button:after {
    right: 20px;
  }
}
.button-cookie {
  font-size: 15px;
  line-height: 1.33333333;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 14px 40px 14px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: 1px solid var(--buttonColor);
  border-radius: 10000px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonColor), var(--buttonColor));
  transition: all 0.24s;
  text-transform: lowercase;
}
.button-cookie:hover,
.button-cookie:focus {
  background-size: 100% 100%;
  color: var(--buttonColorHover);
}
@media (max-width: 1199px) {
  .button-cookie {
    padding: 14px 30px 14px 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--three .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--three .subcontent.subcontent--1 {
  width: calc(100% - (200px + 40px));
  max-width: 700px;
}
.section--three .subcontent.subcontent--2 {
  width: 200px;
}
.area--one {
  width: calc(100% + 44px);
  margin-left: -22px;
}
.area--one .unit {
  margin-left: 22px;
  margin-right: 22px;
  width: calc(100% - 44px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 44px);
}
.area--two {
  width: calc(100% + 4px);
  margin-left: -2px;
}
.area--two .unit {
  margin-left: 2px;
  margin-right: 2px;
  width: calc(100% - 4px);
}
.area--two .unitOne {
  width: calc(50% - 4px);
}
.area--two .unitTwo {
  width: calc(50% - 4px);
}
.area--four {
  width: calc(100% + 4px);
  margin-left: -2px;
}
.area--four .unit {
  margin-left: 2px;
  margin-right: 2px;
  width: calc(100% - 4px);
}
.area--four .unitTile--1-2 {
  width: calc(50% - 4px);
}
.area--four .unitTile--1-3 {
  width: calc((100% / 3) - 4px);
}
.area--four .unit--imageSlider1-2 {
  width: calc(50% - 4px);
}
.area--four .unit--imageSlider1-3 {
  width: calc((100% / 3) - 4px);
}
/*# sourceMappingURL=./screen-medium.css.map */