.title1 {
  font-size: clamp(1.8125rem, 1.76870748vw + 1.39795918rem, 2.625rem);
  line-height: clamp(2.1875rem, 2.04081633vw + 1.70918367rem, 3.125rem);
  color: var(--textColor);
  font-weight: 500;
}
.title2 {
  font-size: clamp(1.8125rem, 1.76870748vw + 1.39795918rem, 2.625rem);
  line-height: clamp(2.1875rem, 2.04081633vw + 1.70918367rem, 3.125rem);
  color: var(--textColor);
  font-weight: 300;
}
.title3 {
  font-size: clamp(1.0625rem, 0.40816327vw + 0.96683673rem, 1.25rem);
  line-height: clamp(1.4375rem, 0.27210884vw + 1.37372449rem, 1.5625rem);
  color: var(--altTextColor);
  font-weight: 600;
}
.title4 {
  font-size: clamp(0.875rem, 0.27210884vw + 0.81122449rem, 1rem);
  line-height: clamp(1.375rem, 0.27210884vw + 1.31122449rem, 1.5rem);
  color: var(--altTextColor);
  font-weight: 700;
}
.linkArrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.linkArrow:before {
  content: '';
  position: absolute;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/.svg);
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.linkArrow:hover,
.linkArrow:focus {
  color: var(--linkColorHover);
}
.linkArrow:hover:before,
.linkArrow:focus:before {
  background-color: var(--linkColorHover);
}
.linkArrowIntern {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
  padding-left: 18px;
}
.linkArrowIntern:before {
  content: '';
  position: absolute;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/.svg);
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.linkArrowIntern:hover,
.linkArrowIntern:focus {
  color: var(--linkColorHover);
}
.linkArrowIntern:hover:before,
.linkArrowIntern:focus:before {
  background-color: var(--linkColorHover);
}
.linkArrowIntern:before {
  mask-image: url(/images/chevron-right.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
}
.linkArrowExtern {
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
  padding-right: 25px;
}
.linkArrowExtern:before {
  content: '';
  position: absolute;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/.svg);
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.linkArrowExtern:hover,
.linkArrowExtern:focus {
  color: var(--linkColorHover);
}
.linkArrowExtern:hover:before,
.linkArrowExtern:focus:before {
  background-color: var(--linkColorHover);
}
.linkArrowExtern:before {
  mask-image: url(/images/arrow-top-right.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
}
.button {
  display: inline-block;
  font-size: 15px;
  line-height: 1.73333333;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  background-color: var(--btnBackground);
  color: var(--btnColor);
  padding: 11px 84px 11px 22px;
  appearance: none;
  border-radius: 0 15px 15px  15px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--btnBorder);
  transition: all 0.4s;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 23px;
  height: 23px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--btnIcon);
  background-color: var(--btnColor);
}
.button:hover,
.button:focus {
  background-color: var(--btnBackgroundHover);
  border-color: var(--btnBorderHover);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.container--head {
  margin: 37px 0 29px;
}
.cb-scroll-triggered--active .container--head {
  margin: 18px 0 17px;
}
.footarea {
  margin: 117px 0 106px;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 var(--gridGap);
}
.footpart--one {
  grid-column: span 2;
}
.footpart--two {
  grid-column: span 1;
  flex-direction: column;
}
.footpart--three {
  grid-column: span 2;
}
.footpart--four {
  grid-column: span 1;
}
.area--one .unitOne--1-3 {
  grid-column: span 2;
}
.area--one .unitThree {
  grid-column: span 2;
}
.area--two .unitOne--1-3 {
  grid-column: span 2;
}
/*# sourceMappingURL=./screen-large.css.map */