.chco-shrt-sxtn__mnarea-container {
  display: block;
  margin: 0 auto;
}
.chco-full-width {
  width: 300%;
  margin-left: -100%;
}
.chco-full-width-inner,
.chco-shrt-sxtn__mnarea-wrapper {
  width: 980px;
  width: 100vw;
  min-width: 980px;
  position: relative;
  margin: 0 auto;
}
.chco-full-link,
.chco-shrt-sxtn__sec-link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.chco-cta-front {
  position: relative;
  z-index: 5;
}
.chco-full-left-arrow,
.chco-full-right-arrow {
  font-family: 'chaco-fontello';
  display: inline-block;
  line-height: 1em !important;
}
.chco-full-left-arrow:before,
.chco-full-right-arrow:before {
  display: inline-block;
}
.chco-full-left-arrow--compressed,
.chco-full-right-arrow--compressed {
  -webkit-transform: scale(1.2, 2.16);
  -ms-transform: scale(1.2, 2.16);
  transform: scale(1.2, 2.16);
}
.chco-full-left-arrow:before {
  content: '\E80d';
}
.chco-full-right-arrow:before {
  content: '\E80c';
}
.chco-txt-cta,
.chco-txt-cta--mbl {
  color: #e5b020;
  font-size: 0.857142857142857em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .chco-txt-cta,
  .chco-txt-cta--mbl {
    font-size: 0.785714285714286em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
}
.chco-txt-cta:after,
.chco-txt-cta--mbl:after {
  margin-left: 6px;
  content: '>';
}
.chco-txt-cta--mbl {
  font-size: 0.714285714285714em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.chco-cta,
.chco-cta--mbl {
  display: inline-block;
  margin: 0;
  padding: 1.416666666666667em 1.916666666666667em;
  font-size: 0.857142857142857em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  background: #e5b020;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .chco-cta,
  .chco-cta--mbl {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.785714285714286em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
}
.chco-cta:hover,
.chco-cta--mbl:hover,
.chco-cta:active,
.chco-cta--mbl:active {
  color: #fff;
  background: #6a6158;
}
.chco-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.chco__counter {
  position: absolute;
  left: 0;
  bottom: 1.857142857142857em;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 10;
}
.chco__dot {
  display: inline-block;
  height: 0.928571428571429em;
  width: 0.928571428571429em;
  padding: 0;
  margin: 0 0.357142857142857em;
  border: none;
  -webkit-border-radius: 0.714285714285714em;
  border-radius: 0.714285714285714em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco__dot:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  outline: 0;
}
.chco__dot:hover {
  cursor: pointer;
}
.chco__dot--active {
  background: #e5b020;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider {
  position: relative;
}
.chco__slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 920px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s ease, z-index 0.6s linear;
  transition: opacity 0.5s ease, z-index 0.6s linear;
}
.chco__slide--center {
  text-align: center;
}
.chco__slide--active {
  position: relative;
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider-prev,
.chco__slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20.625%;
  z-index: 99;
  background: none;
  color: #35302c;
  font-size: 4.285714285714286em;
  line-height: 1em;
  text-shadow: 0 0 100px rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1300px) {
  .chco__slider-prev,
  .chco__slider-next {
    color: #fff;
    width: 11.25%;
  }
}
.chco__slider:hover .chco__slider-prev,
.chco__slider:hover .chco__slider-next {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #000;
}
@media (max-width: 1300px) {
  .chco__slider:hover .chco__slider-prev,
  .chco__slider:hover .chco__slider-next {
    color: #fff;
  }
}
.chco__slider:hover .chco__slider-prev:hover,
.chco__slider:hover .chco__slider-next:hover {
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__slider-prev:focus,
.chco__slider-next:focus {
  outline: none;
  color: #e5b020;
}
.chco__slider-prev {
  left: 0;
}
.chco__slider-next {
  right: 0;
}
.chco__slider-next:before {
  margin-left: 0.5em;
}
.chco-nowrap {
  white-space: nowrap;
}
.chco-mobile-only {
  display: none;
}
@media (max-device-width: 767px) {
  .chco-mobile-only {
    display: block;
  }
}
#footer {
  border-top: 1px solid #dad9cd;
}
.chco__modal-play {
  cursor: pointer;
}
.chco__overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.chco__modal--active .chco__overlay {
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: rgba(0,0,0,0.8);
  cursor: pointer;
}
.chco__modal {
  display: none;
  position: fixed;
  z-index: 2001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.chco__modal--active .chco__modal {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__modal-video {
  position: absolute;
  z-index: 1000;
  width: 75%;
  height: auto;
  top: 50%;
  left: 50%;
  background: rgba(0,0,0,0.7);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
}
@media screen and (max-aspect-ratio: 10/9), screen and (min-aspect-ratio: 16/7) {
  .chco__modal-video {
    font-size: 0.7em;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .chco__modal-video {
    height: 75%;
    width: 75%;
  }
}
.chco__video-x {
  z-index: 2000;
  position: absolute;
  right: -1.909090909090909em;
  top: -1.909090909090909em;
  font-family: "chaco-fontello";
  font-size: 3.928571428571428em;
  padding: 10px;
  height: 1.363636363636364em;
  width: 1.363636363636364em;
  color: #fff;
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: visible;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  cursor: pointer;
}
.chco__video-x:hover {
  background: transparent;
  color: #fff;
  text-shadow: 0 0 22px rgba(255,255,255,0.5);
}
.chco__video-x:focus {
  outline: 0;
  color: #fff;
  text-shadow: 0 0 22px rgba(255,255,255,0.5);
}
.chco__video-x:before {
  content: "\e80f";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco__video-modal,
.chco__modal-embed {
  display: none;
  position: fixed;
  z-index: 2001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.chco__modal--active .chco__video-modal,
.chco__modal--active .chco__modal-embed {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco__embed-responsive {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
.chco__embed-responsive .chco__embed-responsive-item,
.chco__embed-responsive .chco__modal-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.chco__modal--active .chco__embed-responsive {
  height: 100%;
}
@media screen and (max-aspect-ratio: 16/9) {
  .chco__embed-responsive.chco__embed-responsive--16by9 {
    padding-bottom: 56.25%;
    z-index: 5;
  }
}
body.chco__modal--active {
  overflow-y: hidden;
}
.chco-shrt-sxtn {
  position: relative;
  font-size: 14px;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn {
    width: 320px;
  }
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea {
    position: relative;
    min-width: 320px;
    width: 100%;
    height: 385px;
    margin-left: 0;
  }
}
.chco-shrt-sxtn__mnarea-img {
  display: inline-block;
}
.chco-shrt-sxtn__mnarea-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.chco-shrt-sxtn__mnarea-slider {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.chco-shrt-sxtn__mnarea-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.5s ease, z-index 0.6s linear;
  transition: opacity 0.5s ease, z-index 0.6s linear;
}
.chco-shrt-sxtn__mnarea-slide.chco-shrt-sxtn__mnarea-slide--active {
  position: relative;
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco-shrt-sxtn__mnarea-wrapper {
  height: 38vw;
  overflow: hidden;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-wrapper {
    height: 385px;
  }
}
.chco-shrt-sxtn__mnarea-container {
  max-width: 65.71428571428571em;
}
.chco-shrt-sxtn__mnarea-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 60%;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chco-shrt-sxtn__mnarea-content--center .chco-shrt-sxtn__mnarea-header {
  color: #fff;
}
.chco-shrt-sxtn__mnarea-content--right {
  top: 66.66666666666667%;
  left: 67.5%;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-content--right {
    top: 70%;
    left: 50%;
  }
}
.chco-shrt-sxtn__mnarea-content--left {
  left: 38.75%;
}
.chco-shrt-sxtn__mnarea-content--left .chco-shrt-sxtn__mnarea-header,
.chco-shrt-sxtn__mnarea-content--left .chco-shrt-sxtn__mnarea-subheader {
  color: #fff;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-content {
    width: 80%;
  }
}
.chco-shrt-sxtn__mnarea-header {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.857142857142857em;
  line-height: 1.525em;
  letter-spacing: 0.2em;
  color: #6a6158;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-header {
    font-size: 1.714285714285714em;
    line-height: 1.041666666666667em;
    letter-spacing: 0.2em;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.25);
  }
}
.chco-shrt-sxtn__mnarea-subheader {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.714285714285714em;
  letter-spacing: 0.1em;
  padding: 0.714285714285714em 0 2.142857142857143em;
  color: #6a6158;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-subheader {
    font-size: 0.857142857142857em;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    padding: 0.833333333333333em 0 1.25em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
}
.chco-shrt-sxtn__mnarea-above-cta-img {
  display: block;
  margin: 0 auto 40px;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-above-cta-img {
    width: 49px;
    margin: 0 auto 20px;
  }
}
.chco-shrt-sxtn__mnarea-slider-prev,
.chco-shrt-sxtn__mnarea-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 99;
  background: none;
  color: #fff;
  font-size: 4.285714285714286em;
  line-height: 1em;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 0 0 100px rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1200px) {
  .chco-shrt-sxtn__mnarea-slider-prev,
  .chco-shrt-sxtn__mnarea-slider-next {
    width: 10%;
  }
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__mnarea-slider-prev,
  .chco-shrt-sxtn__mnarea-slider-next {
    display: none;
  }
}
.chco-shrt-sxtn__mnarea-slider:hover .chco-shrt-sxtn__mnarea-slider-prev,
.chco-shrt-sxtn__mnarea-slider:hover .chco-shrt-sxtn__mnarea-slider-next {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #fff;
}
.chco-shrt-sxtn__mnarea-slider:hover .chco-shrt-sxtn__mnarea-slider-prev:hover,
.chco-shrt-sxtn__mnarea-slider:hover .chco-shrt-sxtn__mnarea-slider-next:hover {
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.chco-shrt-sxtn__mnarea-slider-prev:focus,
.chco-shrt-sxtn__mnarea-slider-next:focus {
  outline: none;
  color: #e5b020;
}
.chco-shrt-sxtn__mnarea-slider-prev {
  left: 0;
}
.chco-shrt-sxtn__mnarea-slider-next {
  right: 0;
}
@media (max-width: 767px) {
  .chco-shrt-sxtn__mnarea .chco-cta {
    margin: 0 5px;
    font-size: 0.8em;
  }
}
.chco-shrt-sxtn__sec {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 10em 0 1em;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec {
    padding: 1em 0 35em;
  }
}
.chco-shrt-sxtn__sec-item {
  position: relative;
  width: 49%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.1em 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-item {
    width: 70%;
    display: block;
    margin: auto;
    padding: 0 auto 4em;
  }
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-item:first-of-type {
    padding-top: 4em;
  }
}
.chco-shrt-sxtn__sec-img,
.chco-shrt-sxtn__sec-spiral {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.chco-shrt-sxtn__sec-img {
  float: left;
  zoom: 1;
}
.chco-shrt-sxtn__sec-img:before,
.chco-shrt-sxtn__sec-img:after {
  content: "";
  display: table;
}
.chco-shrt-sxtn__sec-img:after {
  clear: both;
}
.chco-shrt-sxtn__sec-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2.142857142857143em;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: visible;
}
.chco-shrt-sxtn__sec-title:hover {
  color: #fff;
}
.chco-shrt-sxtn__sec-spiral {
  max-width: 16.428571428571427em;
  display: block;
  margin: 6em auto 7em;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-spiral {
    width: 40%;
    margin: 3em auto;
  }
}
.chco-shrt-sxtn__sec-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chco-shrt-sxtn__sec-container {
  position: relative;
  width: 60%;
  height: auto;
  max-width: 65.71428571428571em;
  padding: 0;
  margin: 0 auto;
}
.chco-shrt-sxtn__sec-container:hover .chco-shrt-sxtn__sec-img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.chco-shrt-sxtn__sec-content {
  position: relative;
  width: 425px;
  height: auto;
  margin: auto;
  text-align: center;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-content {
    width: 100%;
  }
}
.chco-shrt-sxtn__sec-header {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.142857142857143em;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0;
  color: #6a6158;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-header {
    font-size: 1.285714285714286em;
    line-height: 1.388888888888889em;
    letter-spacing: 0.1em;
    padding-top: 3em;
  }
}
.chco-shrt-sxtn__sec-subheader {
  font-family: 'futura-pt', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.714285714285714em;
  letter-spacing: 0.1em;
  padding: 1.944444444444444em 0 2.777777777777778em;
  margin: auto;
  color: #6a6158;
}
@media (max-device-width: 767px) {
  .chco-shrt-sxtn__sec-subheader {
    padding: 0.714285714285714em 0 1em;
    width: 80%;
  }
}
.chco-shrt-sxtn__sec-header,
.chco-shrt-sxtn__sec-subheader {
  text-align: center;
  margin: auto;
}
.chco-shrt-sxtn__sec-link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.chco-shrt-sxtn__sec-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 95%;
  width: 85%;
  height: auto;
}
.chco-shrt-sxtn__sec-item:hover .chco-shrt-sxtn__sec-img {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.chco-shrt-sxtn__sec .chco-cta {
  margin: auto;
}
.chco-shrt-sxtn__tert {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 380px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.chco-shrt-sxtn__tert-img {
  position: relative;
  width: 90%;
  max-width: 38.214285714285715em;
  height: auto;
  padding: 0 0 3em;
  margin: 0 auto;
}
.chco-shrt-sxtn__tert-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 38.214285714285715em;
  height: auto;
  padding: 2em 0 0;
  margin: auto;
  text-align: center;
}
.chco-shrt-sxtn__tert .chco-cta {
  margin: 0 auto;
}
