:root {
  --triangleBorderLarge: 0 210px 312px 0;
  --triangleBorderMedium: 0 129px 192px 0;
  --triangleBorderSmall: 0 92px 136px 0;
}
@media (max-width: 1279px) {
  :root {
    --triangleBorderLarge: 0 108px 160px 0;
    --triangleBorderMedium: 0 95px 140px 0;
    --triangleBorderSmall: 0 54px 80px 0;
  }
}
@media (max-width: 767px) {
  :root {
    --triangleBorderMedium: 0 54px 80px 0;
  }
}
:root {
  --deskWidth: 1604px;
  --deskSpace: 100px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 26px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 90px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 100px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: 0.05em;
  font-variation-settings: 'wght' 800, 'wdth' 87;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #F76E12;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s;
  padding-right: 58px;
  background-size: 26px 14px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-orange.svg);
}
.button:hover,
.button:focus {
  background-position: right center;
}
.section--title .content {
  width: 74.48405253%;
}
.cbdModule--pageLead {
  width: 49.34333959%;
  margin-right: calc(100% - (100%/1066*526));
}
.area--one {
  width: 36.58536585%;
}
.area--five {
  width: 41.08478803%;
}
.area--six {
  width: 114.07129456%;
  margin-left: -7.03564728%;
}
.area--two .unit .part {
  width: 41.08478803%;
}
.area--two .unit .pict.tall:first-child {
  width: calc((100%/1604*795) + ((100vw - var(--deskWidth)) / 2));
}
@media (max-width: 1804px) {
  .area--two .unit .pict.tall:first-child {
    width: calc((100%/1604*795) + var(--deskSpace));
  }
}
.area--two .unit.wide .part {
  margin-left: 58.91521197%;
}
.area--two .unit.wide .pict.tall:first-child {
  right: calc(100% - (100%/1604*795));
}
.area--two .unit.slim .part {
  margin-right: 58.91521197%;
}
.area--two .unit.slim .pict.tall:first-child {
  left: calc(100% - (100%/1604*795));
}
.area--three .pure.slim {
  width: 41.08478803%;
}
.area--three .seam .body {
  width: 659px;
}
.area--three .seam.wide {
  min-height: 1000px;
}
.area--three .seam.slim {
  width: 41.08478803%;
  min-height: 500px;
}
.area--three .flat {
  width: calc((100% / 3) - (100%/1604*150));
  margin-right: 9.35162095%;
}
.area--three .edge {
  width: 66.66666667%;
}
.area--three .edge .part.tiny {
  float: right;
  width: 50%;
  margin-left: 40px;
}
.area--three .edge .part.tiny:first-child {
  float: left;
  width: calc(50% - 40px);
  margin-left: 0;
}
.area--three .edge.wide {
  margin-right: 33.33333333%;
}
.area--three .edge.slim {
  margin-left: 33.33333333%;
}
.area--six .unit {
  margin-left: 6.16776316%;
  margin-right: 6.16776316%;
}
.area--six .unit.wide {
  width: 43.25657895%;
}
.area--six .unit.slim {
  width: 32.07236842%;
}
/*# sourceMappingURL=./screen-large.css.map */