.transparent {
  opacity: 0.5;
}

/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=63.9375em&xlarge=80em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: ppradiogrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3738;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}

[data-whatinput="mouse"] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.cc-prehome__main {
  padding: 0 1rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__main {
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__main__wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    aspect-ratio: 1408/745;
  }
}

.cc-prehome__header__title {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.04em;
  color: #3c3738;
  text-align: center;
  margin: 0;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__header__title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.cc-prehome__item {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0 0 1rem;
  text-decoration: none;
  color: inherit;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item {
    border-radius: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1);
    z-index: 0;
  }
}

.cc-prehome__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.cc-prehome__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item:last-child {
    margin-bottom: 1rem;
    left: 50%;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--man .cc-prehome__info__logo img {
    width: 9.625rem;
    height: 2.8125rem;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--notActive {
    width: 40.6%;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--notActive:after {
    opacity: 0.3;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--notActive.cc-prehome__item--man {
    left: 59.4%;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--active {
    width: 59.4%;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__item--active.cc-prehome__item--man {
    left: 40.6%;
  }
}

.cc-prehome__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.cc-prehome__info__title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  margin: 0 0 0.25rem;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__info__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cc-prehome__info__logo img {
  display: block;
  width: 7.5rem;
  height: 2.125rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__info__logo img {
    width: 9.875rem;
    height: 2.8125rem;
  }
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.cc-prehome__img img {
  display: block;
  width: 100%;
  margin: 0;
}

@media print, screen and (min-width: 63.9375em) {
  .cc-prehome__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.images {
  transition: filter 0.8s ease-in-out;
}

.cc-prehome__item--shadow {
  filter: brightness(0.7);
}
