@font-face {
  font-family: "Kapra";
  font-display: swap;
  src: url("fonts/kapra-regular.otf") format("otf");
}

.rcpd23 h2,
.rcpd23 h3,
.rcpd23 h4,
.rcpd23 p,
body {
  /* font-family: "Kapra-Optimized", Impact, "Arial Narrow", Arial, sans-serif; */
  margin: 0;
}
body {
  line-height: inherit;
}
.rcpd23 a {
  color: inherit;
  text-decoration: inherit;
}
.rcpd23 img,
.rcpd23 svg {
  display: block;
}
.rcpd23 img {
  max-width: 100%;
  height: auto;
}

.rcpd23__stage {
  width: 100%;
  /*  max-width: 1040px;
   */
  overflow: overlay;
}
.rcpd23__container {
  width: 1675px;
  margin: 0 auto;
  background-color: #d0eaf4;
  color: #0b3260;
  font-weight: 600;
  font-style: normal;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.rcpd23__destination-seven-icon {
  margin-top: -60px;
}
.rcpd23__content h4,
.rcpd23__title {
  font-family: "Kapra-Optimized", Impact, "Arial Narrow", Arial, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: kapra;
}
.rcpd23__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
}
.rcpd23__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}
.rcpd23__sub-title {
  display: inline-flex;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 1);
  background-color: #e51483;
}
@media (min-width: 768px) {
  .rcpd23__title {
    font-size: 4.5rem;
    line-height: 1;
  }
  .rcpd23__sub-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.rcpd23__intro {
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.25;
  max-width: 540px;
  padding-right: 65px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.rcpd23__content {
  min-height: 560px;
  position: relative;
  padding: 2rem;
}
.rcpd23__content h4 {
  font-family: "Kapra-Optimized", Impact, "Arial Narrow", Arial, sans-serif;
  margin: 0px !important;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  color: #6b35b5;
}
.rcpd23__content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px !important;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.rcpd23__destination-one {
  display: flex;
  max-width: 300px;
}
.rcpd23__destination-two {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  bottom: 45%;
}
.rcpd23__destination-four,
.rcpd23__destination-three {
  flex-direction: column;
  position: absolute;
  display: flex;
}
.rcpd23__destination-three {
  max-width: 200px;
  top: 15px;
  left: 21.5%;
}
.rcpd23__destination-four {
  max-width: 320px;
  top: -150px;
  left: 40%;
}
.rcpd23__destination-four img {
  margin-bottom: 1rem;
}
.rcpd23__destination-five {
  max-width: 300px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  left: 32%;
  bottom: 15%;
}
.rcpd23__destination-six {
  max-width: 640px;
  width: 100%;
  min-height: 350px;
  position: absolute;
  display: flex;
  right: 0;
  top: -5px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 540px 362px;
}
.rcpd23__destination-six span {
  max-width: 200px;
}
.rcpd23__destination-six span img {
  margin-left: 2rem;
  margin-top: 2rem;
}
.rcpd23__destination-seven {
  position: absolute;
  display: flex;
  gap: 1rem;
  vertical-align: bottom;
  right: 1.5%;
  bottom: 8%;
  max-width: 600px;
}
.rcpd23__destination-seven span {
  max-width: 200px;
}
.rcpd23__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: bolder;
}
.rcpd23__footer a {
  color: #fff;
  font-weight: 600;
}

#rcpd23__overlay {
  display: none;
}

@media screen and (max-width: 675px) {
  #rcpd23__overlay {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }

  .rcpd23__stage {
    width: 100vw;
    height: 445px;
    max-width: 1040px;
    overflow: hidden;
  }

  .overlay__container {
    height: 100%;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
