@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.winCov {
  max-width: 1920px;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .winCov {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .winCov {
    display: block;
    padding: 0;
  }
}
.winCov::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  background-color: #efeeec;
}
@media only screen and (max-width: 1366px) {
  .winCov::before {
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .winCov::before {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .winCov::before {
    bottom: unset;
  }
}
.winCov__navigation {
  width: 35%;
  z-index: 2;
  margin-top: 15rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .winCov__navigation {
    width: 50%;
    align-items: start;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .winCov__navigation {
    width: 100%;
    background-color: #efeeec;
    margin-top: 0;
  }
}
.winCov__navigation-title {
  text-transform: uppercase;
  color: #575a5c;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  padding: 2rem;
  font-weight: bold;
  width: 65%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .winCov__navigation-title {
    text-align: center;
  }
}
.winCov__navigation-list {
  width: 65%;
  margin: auto;
  z-index: 6;
}
@media only screen and (max-width: 1023px) {
  .winCov__navigation-list {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .winCov__navigation-list {
    width: 90%;
    padding: 7rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.winCov__navigation-item {
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: clamp(1.5rem, 3.5vw, 2rem);
  font-family: 'Montserrat', sans-serif;
  color: #4d4d4d;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem 2rem;
}
.winCov__navigation-item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .winCov__navigation-item:hover {
    border-bottom: 6px solid #d8c3b5;
  }
}
@media only screen and (max-width: 768px) {
  .winCov__navigation-item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .winCov__navigation-item {
    width: 51%;
    margin: auto;
    padding: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .winCov__navigation-item {
    width: 75%;
    padding: 0.5rem;
  }
}
.winCov__navigation-item:hover::before {
  content: "";
  width: 72px;
  height: 6px;
  background-color: #d8c3b5;
  position: absolute;
  left: -7rem;
  top: 2rem;
}
@media only screen and (max-width: 768px) {
  .winCov__navigation-item:hover::before {
    display: none;
  }
}
.winCov__pages {
  width: 70%;
  margin-top: 130px;
  margin-left: -200px;
}
@media only screen and (max-width: 1366px) {
  .winCov__pages {
    width: 65%;
  }
}
@media only screen and (max-width: 1023px) {
  .winCov__pages {
    width: 55%;
    margin-left: 0;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .winCov__pages {
    width: 95%;
    margin: 4rem auto;
  }
}
.winCov__pages-content {
  margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .winCov__pages-content {
    margin-top: 3rem;
  }
}
.winCov__pages-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  font-weight: 500;
  color: #575a5c;
  position: relative;
  text-align: right;
  padding-right: 130px;
}
@media only screen and (max-width: 768px) {
  .winCov__pages-title {
    text-align: center;
    padding-right: 0;
  }
}
.winCov__pages-title::after {
  content: "";
  width: 72px;
  height: 6px;
  background-color: #d8c3b5;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .winCov__pages-title::after {
    right: -1rem;
  }
}
@media only screen and (max-width: 768px) {
  .winCov__pages-title::after {
    width: 10%;
  }
}
@media only screen and (max-width: 576px) {
  .winCov__pages-title::after {
    width: 0;
  }
}
.winCov__pages-one {
  display: none;
}
.highLight {
  background-color: #fff;
}
.showPage {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s;
}
