body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  letter-spacing: .025em;
  font-size: 3.5rem;
  font-style: normal;
  line-height: 1.1;
}

.body {
  background-color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  line-height: 18px;
}

.cs-page-wrapper {
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
}

.cs-col {
  width: 50%;
}

.cs-col.is--left {
  flex-direction: column;
  justify-content: center;
  width: 58.33%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  width: 41.66%;
  display: flex;
}

.cs-row {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-logo {
  z-index: 2;
  letter-spacing: -.02em;
  max-width: 200px;
  font-size: 22px;
  font-weight: 500;
  line-height: .9;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cs-logo.w--current {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cs-page-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.cs-footer {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cs-img-wrap {
  opacity: .9;
  background-color: #000;
  background-image: url('../images/ats-bad.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.image {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .cs-col.is--left {
    width: 58.33%;
  }

  .cs-col.is--right {
    width: 41.66%;
  }

  .cs-page-title {
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #fff;
  }

  .cs-page-title {
    max-width: 42rem;
  }
}

@media screen and (max-width: 991px) {
  .d--100 {
    font-size: 3.5rem;
  }

  .body {
    font-size: 14px;
  }

  .cs-page-wrapper {
    height: auto;
  }

  .cs-col.is--left {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column;
    width: 100%;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-logo {
    margin-bottom: 12rem;
    position: static;
  }

  .cs-page-title {
    text-align: left;
    max-width: 38rem;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .cs-footer {
    display: none;
  }

  .cs-img-wrap {
    padding-top: 142%;
  }
}

@media screen and (max-width: 767px) {
  .cs-page-wrapper {
    padding: 1.75rem;
  }

  .cs-col {
    width: 100%;
  }

  .cs-row {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    font-size: 3rem;
  }

  .cs-page-wrapper {
    padding: 1.5rem;
  }

  .cs-page-title {
    margin-bottom: 4rem;
  }
}


