.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: relative;
}
.button a {
  text-decoration: none;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.button:hover:before,
.button:focus:before {
  left: 5px;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 0px;
  }
  .button:before {
    width: 20px;
    height: 20px;
  }
  .button:after {
    height: 1px;
  }
}
.button-white a {
  color: #fff;
}
.button-white:before {
  background-image: url(/images/arrow-circle-white.svg);
}
.button-white:after {
  background-color: #fff;
}
.button-red a {
  color: #de3329;
}
.button-red:before {
  background-image: url(/images/arrow-circle-red.svg);
}
.button-red:after {
  background-color: #de3329;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.section--header div.sub1 {
  margin-left: 75px;
}
.section--header div.sub1 > .item {
  border-right: 1px solid #00425e;
  padding: 9px 25px;
  position: relative;
}
.section--header div.sub1 > .item:first-child {
  padding-left: 0;
}
.section--header div.sub1 > .item:last-child {
  padding-right: 0;
  border-right: none;
}
.section--header div.sub1 > .item > .menu {
  font-size: 15px;
  line-height: 1.2;
  color: #00425e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  font-weight: 500;
}
.section--header div.sub1 > .item > .menu:hover,
.section--header div.sub1 > .item > .menu:focus {
  color: #de3329;
}
.section--header div.sub1 > .item > .menu.path {
  font-weight: bold;
}
.section--footer div.sub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--footer div.sub1 > .item {
  margin-top: 30px;
}
.section--footer div.sub1 > .item:first-child {
  margin-top: 0;
}
.section--footer div.sub1 > .item > .menu {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.29411765;
  color: #fff;
  text-decoration: underline;
}
.section--footer div.sub1 > .item > .menu:hover,
.section--footer div.sub1 > .item > .menu:focus {
  text-decoration: none;
}
.navigation div.sub2 {
  display: none;
  position: absolute;
  min-width: 322px;
  top: 100%;
  left: 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navigation div.sub2 > .item {
  width: 100%;
}
.navigation div.sub2 > .item > .menu {
  font-size: 15px;
  line-height: 1.5;
  color: #00425e;
  border-bottom: 1px solid #00425e;
  padding: 1px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  font-weight: 500;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  color: #de3329;
}
.navigation div.sub2 > .item > .menu.path {
  font-weight: bold;
}
.navigation div.sub1 > .item:hover div.sub2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--footer div.sub2 {
  display: none;
}
#home {
  height: 110px;
}
.container--head {
  padding-top: 25px;
  padding-bottom: 15px;
}
.headerpart {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.services--header {
  margin-right: 0;
}
main {
  margin-top: 150px;
}
.mood--home {
  height: 685px;
}
.mood--sub {
  height: 200px;
}
.moodTitle {
  max-width: 50%;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 60px;
  font-size: 43px;
  line-height: 1.11627907;
}
.layout1 .moodTitle {
  top: 115px;
  font-size: 96px;
  line-height: 1.125;
}
.downlink {
  z-index: 1200;
  width: 35px;
  height: 20px;
  cursor: pointer;
  float: left;
  margin-top: 30px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.downlink:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background-size: 35px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url('/images/arrow-scroll-down.svg');
}
.downlink:hover:after,
.downlink:focus:after {
  scale: 1.4;
  background-image: url('/images/arrow-scroll-down-hover.svg');
}
.downlink.cb-scroll-triggered--active {
  position: absolute;
  bottom: 100%;
  margin-bottom: 50px;
}
.section--area1 {
  margin-top: 145px;
}
.footarea--top {
  margin-top: 56px;
  gap: 140px;
}
.footarea--bottom {
  margin-top: 56px;
  margin-bottom: 40px;
}
.footarea--bottom .right {
  margin-top: 0;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: right;
}
@media (max-width: 1400px) {
  .footarea--top {
    margin-top: 56px;
    gap: 80px;
  }
  .footarea--bottom {
    margin-top: 56px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footarea--bottom .right {
    float: left;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footpart--navigation {
  display: block;
}
.footpart--social {
  margin-top: 0px;
}
#social .meta {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.unit--article1.unitOne--sizeHalf {
  width: calc(100% / 2 - 30px);
}
.unit--article1.unitOne--sizeSlim {
  width: calc(100% / 3 - 40px);
}
.unit--article2.unitTwo .unit__content {
  padding-left: 56px;
}
.unit--article2.unitThree {
  width: calc(100% / 3 - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unit--article3.unitTwo {
  width: calc(100% / 3 - 40px);
}
.unit--article3.unitTwo .unit__body {
  padding: 25px;
}
.unit--article3.unitThree {
  width: calc(100% / 4 - 45px);
}
.unit--article3.unitThree .part {
  padding: 30px;
}
.area--openings {
  max-width: 300px;
}
/*# sourceMappingURL=screen-large.css.map */