.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: var(--s-btn-bg);
  font-family: inherit;
  font-size: 24px;
  line-height: 1.54166667;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 16px 64px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.button:hover,
.button:focus {
  color: var(--s-btn-color);
}
.button:hover:before,
.button:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .button {
    padding: 8px 67px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.section--two .button,
.section--three .button {
  box-shadow: 0 0 0 1px #fff;
}
.section--two .button:hover,
.section--three .button:hover,
.section--two .button:focus,
.section--three .button:focus {
  box-shadow: none;
}
.slider-button {
  display: inline-block;
  background: linear-gradient(transparent, transparent);
  font-size: 24px;
  line-height: 1.54166667;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 16px 69px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: inset 0 0 0 1px #fff;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.slider-button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.slider-button:hover,
.slider-button:focus {
  background-color: #224050;
  box-shadow: none;
  color: var(--s-btn-color);
}
.slider-button:hover:before,
.slider-button:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .slider-button {
    padding: 10px 45px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.buttonContact {
  float: left;
  background-color: #fff;
  font-family: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  color: #224050;
  padding: 16px 36px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.buttonContact:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.buttonContact:hover,
.buttonContact:focus {
  background-color: #224050;
  box-shadow: none;
  color: var(--s-btn-color);
}
.buttonContact:hover:before,
.buttonContact:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .buttonContact {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.navigation {
  float: right;
  max-width: 10000px;
  overflow: hidden;
  transition: opacity 0.2s;
  margin: 0 35px;
}
.cb-toggle-target-active .navigation {
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.navigation div.sub1 {
  display: flex;
  gap: 35px;
  overflow: hidden;
}
.navigation div.sub1 > .item > .menu {
  font-size: 20px;
  line-height: 1.2;
  color: var(--s-linkcolor);
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: var(--s-linkcolor-hov);
}
.wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu:hover,
.wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu:focus,
.wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu.path {
  --s-linkcolor-hov: #224050;
}
.navigation div.sub2 {
  display: none;
}
.navigation div.sub3 {
  display: none;
}
#head {
  width: clamp(100%, calc(100% + ((100vw - 1160px) / 2)), calc(100% + 137px));
  margin-left: clamp(-137px, calc((100vw - 1160px) / 2 * -1), 0px);
}
.footarea {
  margin: 70px 0 45px;
  gap: 90px;
}
.footpart--slim {
  width: auto;
}
.footpart--contentBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.unit--footlinks .part--link {
  text-align: right;
}
.part--socialLinks {
  margin-top: 0;
}
.part--socialLinks .iconLinks__content {
  justify-content: flex-end;
}
.footlinks {
  align-items: flex-end;
}
.footlinks .auth {
  text-align: right;
}
.area--one .unitOne--1-1extendLeft {
  width: clamp(100%, calc(100% + ((100vw - 1160px) / 2)), calc(100% + 137px));
  margin-left: clamp(-138px, calc((100vw - 1160px) / 2 * -1), 0px);
}
.area--one .unitTwo--variantTwo {
  width: clamp(100%, calc(100% + ((100vw - 1160px) / 2)), calc(100% + 138px));
}
.area--one .unitTwo--variantTwo.unitTwo--imageLeft {
  margin-left: clamp(-137px, calc((100vw - 1160px) / 2 * -1), 0px);
}
.area--one .unitTwo--variantThree {
  width: clamp(100%, calc(100% + ((100vw - 1160px) / 2)), calc(100% + 414px));
}
.area--one .unitTwo--variantThree.unitTwo--imageLeft {
  margin-left: clamp(-276px, calc((100vw - 1160px) / 2 * -1), 0px);
  margin-right: clamp(-138px, calc((100vw - 1160px) / 2 * -1), 0px);
}
.area--one .unitTwo--variantThree.unitTwo--imageRight {
  margin-left: clamp(-138px, calc((100vw - 1160px) / 2 * -1), 0px);
  margin-right: clamp(-276px, calc((100vw - 1160px) / 2 * -1), 0px);
}
/*# sourceMappingURL=./screen-large.css.map */