.font_kandin {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_kandin_bold {
  font-family: kandin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_bold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_pnc_semibold {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_pnc_bold_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font_pnc {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_pnc_italic {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_lemance_italic {
  font-family: lemance, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_lemance_bold {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_lemance_bold_italic {
  font-family: lemance, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.arrow_black {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.arrow_black img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_black img {
    width: 17px;
  }
}
.arrow_white {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .arrow_white {
    width: 30px;
    height: 30px;
  }
}
.arrow_white img {
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  .arrow_white img {
    width: 17px;
  }
}
.btn_black {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: black;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_white {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
.btn_text {
  font-size: clamp(1rem, 1rem, 2rem);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.phwi {
  display: block;
  position: relative;
}
.phwi__text {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 43%;
  max-width: 42rem;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  .phwi__text {
    left: 5%;
  }
}
@media only screen and (max-width: 899px) {
  .phwi__text {
    width: 60%;
  }
}
.phwi__text h2 {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(12px, 1.15vw, 30px);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .phwi__text h2 {
    margin: 0;
  }
}
.phwi__text p {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 80px);
  line-height: clamp(1.85rem, 4vw, 80px);
}
.phwi__text-wi {
  position: relative;
  left: 10%;
  top: 50%;
  width: 43%;
  z-index: 3;
  height: 300px;
  padding-top: 6rem;
}
@media only screen and (max-width: 1366px) {
  .phwi__text-wi {
    left: 5%;
  }
}
@media only screen and (max-width: 899px) {
  .phwi__text-wi {
    width: 60%;
  }
}
.phwi__text-wi h2 {
  font-family: kandin, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(12px, 1.15vw, 30px);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .phwi__text-wi h2 {
    margin: 0;
  }
}
.phwi__text-wi p {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 80px);
  line-height: clamp(1.85rem, 4vw, 80px);
}
.phwi__image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.phwi__image-desktop {
  display: block;
}
@media only screen and (max-width: 899px) {
  .phwi__image-desktop {
    display: none;
  }
}
.phwi__image-mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .phwi__image-mobile {
    display: block;
  }
}
.phwi__gradient {
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 2;
}
