.logo img {
width: 250px !important;
height: auto;
}

.header {height:90px !important;
  margin-top: 8px;
}

.getAccess {display:none;}

.getAccess {
  text-align: center;
  padding-bottom: 76px;
}

.getAccess a {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 46px;
  display: inline-block;
}

.buttons_light, .buttons_light a, .pagesDetails p .buttons_light, .pagesDetails .buttons_light, .newmessage i {
  background-color: #fa075d;
  color: #FFFFFF !important;
  transition: all 400ms ease-in;
}
.cta {
    width: 100%;
}
.cta__wrapper {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    max-width: 1140px;
    margin: auto;
    text-align: center;
}
.cta__join-h3 {
    color: #ff14a4;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
    font-weight: 700;
    margin: 0;
    padding: 1rem 0;
}
.cta__btn-join {
    text-align: center;
    position: relative;
    padding: 15px 20px;
    font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
    letter-spacing: 8px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 2px 5px aqua;
    background-size: 200% auto;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 50px;
    background-image: linear-gradient(270deg, #aa15fe 0, #ba7ffd 51%, #ff14a4);
    transition: background .5s;
    width: 70%;
    margin: auto;
}
.cta__btn-join:hover {
    background-position: 100%;
}
.instant-access {
    display: flex;
    flex-direction: column;
}
.instant-access h4{
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(1.125rem, 1.0227rem + 0.4091vw, 1.35rem);
    margin: 2rem 0 0 0;
}
ul.member-perks {
    padding-inline-start: 0;
}
.member-perks li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 5px;
    color: #f9f9f9;
}
.member-perks li:before {
    content: "♥";
    position: relative;
    top: -1px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 1rem;
    background: unset;
    color: #ff14a4;
}
