.hph-loyalty-main-wrp {
    position: relative;
    font-weight: 300;
}

.hph-loyalty-main-wrp .hero-slide {
    height: 600px;
    position: relative;
}

.hph-loyalty-main-wrp .hero-slide .home-vi-hero-pretitle {
    font-size: 16px;
    font-width: bold;
    text-transform: uppercase;
}

.hph-loyalty-main-wrp .hero-slide .home-vi-hero-title {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 24px;
}

.hph-loyalty-main-wrp .booking-form {
    position: absolute;
    z-index: 2;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 800px) {
    .hph-loyalty-main-wrp .hero-slide .home-vi-hero-pretitle {
        font-size: 21px;
    }

    .hph-loyalty-main-wrp .hero-slide .home-vi-hero-title {
        font-size: 48px;
        margin-bottom: 28px;
    }

    .hph-loyalty-main-wrp .booking-form {
        position: absolute;
        top: calc(100% - 40px);
    }
}

@media (min-width: 1600px) {
    .hph-loyalty-main-wrp .hero-slide .home-vi-hero-pretitle {
        font-size: 25px;
        margin-bottom: 21px;
    }

    .hph-loyalty-main-wrp .hero-slide .home-vi-hero-title {
        font-size: 56px;
        margin-bottom: 32px;
    }

    .hph-loyalty-main-wrp .booking-form {
        position: absolute;
        top: calc(100% - 40px);
    }
}

.hph-loyalty-steps-wrapper {
    background-color: #F2EEE8;
    padding-bottom: 40px;
}

.hph-loyalty-steps-wrapper .hph-loyalty-container-fluid {
    padding-top: 347px;
}

.hph-loyalty-steps-wrapper h3.steps-main-title {
    text-align: center;
    font-weight: 300;
}

.hph-loyalty-steps-wrapper .steps {
    margin: 0;
    width: 100%;
}

.hph-loyalty-steps-wrapper .steps .step-item {
    width: 326px;
    min-width: 301px;
}

.hph-loyalty-steps-wrapper .hph-loyalty-steps-list {
    margin: 0 20px 0 20px;
}

.hph-loyalty-steps-wrapper .round {
    background-color: #476863;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    position: relative;
    margin: 0 auto;
}

.hph-loyalty-steps-wrapper .round .round-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    font-size: 24px;
    left: 0;
    right: 0;
    text-align: center;
}

.hph-loyalty-steps-wrapper .round .round-content .step-number {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
}

.hph-loyalty-steps-wrapper .round .round-content .step-title {
    font-size: 19px;
}

.hph-loyalty-steps-wrapper .image-area {
    background-color: #00424E;
    height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.hph-loyalty-steps-wrapper .image-area .hph-loyalty-step-img {
    display: block;
    position: relative;
    top: 27px;
    width: 160px;
    height: 308px;
    z-index: 10;
}

.hph-loyalty-steps-wrapper .image-area .img-placeholder {
    width: 180px;
    background-color: #00a8e6;
    opacity: 0.75;
    border-radius: 15px 15px 0 0;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFFFFF;
}

.hph-loyalty-steps-wrapper .step-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F9F7F4;
    padding: 24px 32px 36px;
    text-align: center;
    position: relative;
    z-index: 15;
}

.hph-loyalty-steps-wrapper .step-content .step-text {
    height: 42px;
    font-size: 18px;
    font-weight: bold;
}

@keyframes hph-loyalty-press {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0);
    }
}

.hph-loyalty-steps-wrapper .step-content .step-link {
    color: #476863;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;

    /*  animation on hover, like press */
    transform: translateY(0);
    transition: transform 0.3s;
}


.hph-loyalty-steps-wrapper .step-content .step-link:hover {
    animation: hph-loyalty-press 0.3s;
}

.hph-loyalty-steps-wrapper .step-content .step-link:focus {
    outline: 0;
}

.hph-loyalty-steps-wrapper .step-content .step-link:active {
    transform: translateY(1px);
}

@media (min-width: 800px) {
    .hph-loyalty-steps-wrapper h3.steps-main-title {
        font-size: 28px;
        margin-bottom: 36px;
    }
}

@media (min-width: 992px) {
    .hph-loyalty-steps-wrapper .hph-loyalty-container-fluid {
        padding-top: 80px;
    }

    .hph-loyalty-steps-wrapper .steps .step-item {
        min-width: 301px;
        width: 100%;
    }
}

@media (min-width: 1100px) {
    .hph-loyalty-steps-wrapper .hph-loyalty-container-fluid {
        padding-top: 80px;
    }

    .hph-loyalty-steps-wrapper .steps .step-item {
        min-width: 326px;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .hph-loyalty-steps-wrapper .hph-loyalty-container-fluid {
        padding-top: 125px;
    }

    .hph-loyalty-steps-wrapper h3.steps-main-title {
        font-size: 32px;
        margin-bottom: 40px;

    }

    .hph-loyalty-steps-wrapper .steps .step-item {
        min-width: 412px;
        width: 100%;
    }
}

.booking-form {
    padding: 0;
}

.hph-loyalty-rewards-wrapper {
    background-color: rgba(229, 229, 229, 0.75);
}

.hph-loyalty-rewards-wrapper .rewards a {
    color: #362828;
}

.hph-loyalty-rewards-wrapper .rewards h3.block-title {
    text-align: center;
    color: #362828;
    font-weight: 300;
}

.hph-loyalty-rewards-wrapper .rewards .block-text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 24px;
    max-width: 626px;
    color: #362828;
}

.hph-loyalty-rewards-wrapper .rewards .items {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hph-loyalty-rewards-wrapper .rewards .items .item {
    min-width: 326px;
    margin-right: 8px;
    margin-left: 8px;
}

.hph-loyalty-rewards-wrapper .rewards .items .item .block-img {
    width: 100%;
}

.hph-loyalty-rewards-wrapper .rewards .item-content {
    font-size: 14px;
    text-align: center;
    background-color: #F9F7F4;
    padding: 32px 85px 12px;
    min-height: 140px;
}

.hph-loyalty-rewards-wrapper .rewards .item-content .item-topic {
    font-size: 16px;
    min-height: 38px;
    color: #000000;
}

.hph-loyalty-rewards-wrapper .rewards .item-content .item-text {
    color: #707070;
    min-height: 60px;
}

.hph-loyalty-rewards-wrapper .rewards .items {
    display: block;
}

.hph-loyalty-rewards-wrapper .rewards .items .item-content {
    padding: 24px 24px 12px;
}

.hph-loyalty-rewards-wrapper .rewards .items .item-text {
    min-height: 48px;
}

.hph-loyalty-rewards-wrapper .rewards .items .item:first-child .item-content {
    padding-top: 40px;
}

.hph-loyalty-rewards-wrapper .rewards .items .item:not(:first-child) {
    position: relative;
}

.hph-loyalty-rewards-wrapper .rewards .items .item:not(:first-child)::before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: rgba(112, 112, 112, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hph-loyalty-rewards-wrapper .rewards .items .item:not(:first-child) img {
    display: none;
}

.hph-loyalty-rewards-wrapper .rewards .btn-area {
    background-color: #F9F7F4;
    text-align: center;
    padding-bottom: 40px;
}

.hph-loyalty-rewards-wrapper .rewards a.button-olive {
    color: #fff;
    transform: translateY(0);
    transition: transform 0.3s;
}

.hph-loyalty-rewards-wrapper .rewards a.button-olive:hover {
    animation: hph-loyalty-press 0.3s;
}

.hph-loyalty-rewards-wrapper .rewards a.button-olive:focus {
    outline: 0;
}

.hph-loyalty-rewards-wrapper .rewards a.button-olive:active {
    transform: translateY(1px);
}

@media (min-width: 800px) {
    .hph-loyalty-rewards-wrapper .rewards .items .item-text {
        min-height: 64px;
    }

    .hph-loyalty-rewards-wrapper .rewards {
        position: relative;
    }

    .hph-loyalty-rewards-wrapper .rewards h3.block-title {
        font-size: 28px;
        text-align: left;
    }

    .hph-loyalty-rewards-wrapper .rewards .block-text {
        font-size: 16px;
        text-align: left;
        padding-bottom: 40px;
        max-width: 626px;
        text-align: left;
    }

    .hph-loyalty-rewards-wrapper .rewards .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hph-loyalty-rewards-wrapper .rewards .items .item {
        min-width: 200px;
    }

    .hph-loyalty-rewards-wrapper .rewards .items .item:first-child .item-content {
        padding-top: 24px;
    }

    .hph-loyalty-rewards-wrapper .rewards .items .item:not(:first-child)::before {
        display: none;
    }

    .hph-loyalty-rewards-wrapper .rewards .items .item:not(:first-child) img {
        display: block;
    }

    .hph-loyalty-rewards-wrapper .rewards .btn-area {
        position: absolute;
        right: 0;
        top: 60px;
        background-color: transparent;
        padding: 0;
        width: auto;
    }
}

.hph-loyalty-points-wrapper {
    padding-bottom: 40px;
}


.hph-loyalty-points-wrapper .hph-loyalty-container-fluid {
    padding-bottom: 0;
}

.hph-loyalty-points-wrapper a {
    color: #362828;
}

.hph-loyalty-points-wrapper h3.block-title {
    text-align: center;
    color: #362828;
    font-weight: 300;
}

.hph-loyalty-points-wrapper .block-text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 24px;
    max-width: 626px;
    color: #362828;
}

.hph-loyalty-points-wrapper .block-text p {
    margin-bottom: 10px;
}

.hph-loyalty-points-wrapper .items {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hph-loyalty-points-wrapper .items .item {
    min-width: 326px;
    margin-right: 8px;
    margin-left: 0px;
}

.hph-loyalty-points-wrapper .items .item .block-img {
    width: 100%;
}

.hph-loyalty-points-wrapper .item-content {
    font-size: 14px;
    text-align: center;
    background-color: #F9F7F4;
    padding: 32px 18px 12px;
    min-height: 140px;
}

.hph-loyalty-points-wrapper .item-content .item-topic {
    font-size: 16px;
    min-height: 44px;
}

.hph-loyalty-points-wrapper .item-content .item-text {
    color: #707070;
    min-height: 60px;
}

.hph-loyalty-points-wrapper .items {
    padding-bottom: 50px;
}

.hph-loyalty-points-wrapper .slick-dots {
    bottom: 10px;
    max-width: 1268px;
}

.hph-loyalty-points-wrapper .item {
    margin: 0 auto;
    max-width: 93%;
}

.hph-loyalty-points-wrapper .hph-loyalty-points-slider {
    padding-top: 0;
}

.hph-loyalty-points-wrapper .item .point-circle {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #476863;
    position: absolute;
    right: 16px;
    top: 21px;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
}

.hph-loyalty-points-wrapper .item .point-circle .point-number {
    width: 100%;
}

.hph-loyalty-points-wrapper .item .point-circle .point-number strong {
    display: block;
    font-weight: bold;
}

.hph-loyalty-points-wrapper .hph-loyalty-points-track {
    padding-bottom: 60px;
}

@media (min-width: 800px) {
    .hph-loyalty-points-wrapper .hph-loyalty-container-fluid {
        padding-bottom: 0;
    }

    .hph-loyalty-points-wrapper h3.block-title {
        font-size: 28px;
        text-align: left;
    }

    .hph-loyalty-points-wrapper .block-text {
        font-size: 16px;
        text-align: left;
        max-width: 626px;
        text-align: left;
    }

    .hph-loyalty-points-wrapper .items {
        margin: 0 -8px 60px;
    }

    .hph-loyalty-points-wrapper .items .item {
        max-width: 412px;
        width: 326px;
        margin: 0 8px 8px 0;
    }

    .hph-loyalty-points-wrapper .item-content {
        padding: 32px 60px 12px;
        min-height: 140px;
    }

    .hph-loyalty-points-wrapper .item-content .item-topic {
        font-size: 16px;
        min-height: 44px;
    }

    .hph-loyalty-points-wrapper .item-content .item-text {
        color: #707070;
        min-height: 60px;
    }
}

@media (min-width: 998px) {
    .hph-loyalty-points-wrapper .items {
        margin: 0 -8px 60px;
    }

    .hph-loyalty-points-wrapper .items .item {
        margin: 0 8px 8px 0;
    }
}

@media (min-width: 1312px) {
    .hph-loyalty-points-wrapper.points .hph-loyalty-container-fluid {
        padding-bottom: 0;
    }

    .hph-loyalty-points-wrapper.points .block-title {
        font-size: 32px;
    }

    .hph-loyalty-points-wrapper.points .items {
        margin-bottom: 80px;
    }

    .hph-loyalty-points-wrapper.points .slick-dots {
        bottom: 0;
        max-width: 1268px;
    }
}

@media (min-width: 1600px) {
    .block-title {
        font-size: 32px;
    }
}

.hph-loyalty-benefits-wrapper {
    background-color: #FFFFFF;
}

.hph-loyalty-benefits-wrapper .hph-loyalty-container-fluid {
    padding-bottom: 0;
}

.hph-loyalty-benefits-wrapper .block-text {
    min-height: 41px;
    text-align: center;
    padding: 0 20% 24px;
}

.hph-loyalty-benefits-wrapper .benefits-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hph-loyalty-benefits-wrapper .benefits-content .benefits-image {
    display: none;
}

.hph-loyalty-benefits-wrapper .benefits-tab-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li {
    margin: 0;
    width: 50%;
}

.hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li > a,
.hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li > a:hover,
.hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li > a:visited,
.hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li > a:active {
    height: 60px;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: bold;
    display: block;
    padding-top: 23px;
    background-color: #00a8e6;
}

.hph-loyalty-benefits-wrapper .tab-content {
    padding: 0;
    height: 100%;
    font-size: 14px;
}

.hph-loyalty-benefits-wrapper .tab-content h4 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 24px;
}

.hph-loyalty-benefits-wrapper .tab-content p {
    font-size: 14px;
}

.hph-loyalty-benefits-wrapper .tab-content .tab-pane {
    padding: 41px 24px;
    height: 100%;
}

.hph-loyalty-benefits-wrapper .tab-content ul {
    list-style: none;
    padding-left: 25px;
}

.hph-loyalty-benefits-wrapper .tab-content li {
    position: relative;
}

.hph-loyalty-benefits-wrapper .tab-content li::before {
    content: "✓";
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -25px;
}

.hph-loyalty-benefits-wrapper .tab-content li .li-descr {
    color: #707070;
    font-size: 14px;
}

.hph-loyalty-benefits-wrapper .tab-content a.button.sandstone {
    color: #000 !important;
    border-color: #000 !important;
    font-weight: bold;
    font-size: 12px;
    width: 198px;
    margin-top: ;
}

.hph-loyalty-benefits-wrapper .silver-tab {
    background-color: #F9F7F4;
}

.hph-loyalty-benefits-wrapper .silver-tab > a,
.hph-loyalty-benefits-wrapper .silver-tab > a:hover,
.hph-loyalty-benefits-wrapper .silver-tab > a:visited,
.hph-loyalty-benefits-wrapper .silver-tab > a:active {
    font-size: 14px;
    text-align: center;
    color: #000 !important;
    background-color: #F9F7F4 !important;
}

.hph-loyalty-benefits-wrapper .gold-tab {
    background-color: #EDE6DF;
}

.hph-loyalty-benefits-wrapper .gold-tab > a,
.hph-loyalty-benefits-wrapper .gold-tab > a:hover,
.hph-loyalty-benefits-wrapper .gold-tab > a:visited,
.hph-loyalty-benefits-wrapper .gold-tab > a:active {
    background: #EDE6DF !important;
    font-size: 14px;
    color: #000 !important;
    text-align: center;
}

.hph-loyalty-benefits-wrapper h3.block-title {
    /* smart wrap*/
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 250px;
    margin: 0 auto 24px auto;
    font-weight: 300;
}

.hph-loyalty-benefits-wrapper .block-text {
    padding: 0 8px 24px 8px;
}

.hph-loyalty-benefits-wrapper a.button.sandstone {
    background-color: #ffffff !important;
}

@media (min-width: 600px) {
    .hph-loyalty-benefits-wrapper h3.block-title {
        max-width: unset;
        margin-bottom: 24px;
    }

    .hph-loyalty-benefits-wrapper .block-text {
        padding: 0 20% 24px;
    }
}

@media (min-width: 800px) {
    .hph-loyalty-benefits-wrapper h3.block-title {
        font-size: 28px;
        text-align: left;
    }

    .hph-loyalty-benefits-wrapper .block-text {
        text-align: left;
        padding: 0;
    }

    .hph-loyalty-benefits-wrapper .benefits-content {
        max-width: 1268px;
        width: 93%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .hph-loyalty-benefits-wrapper .benefits-content .benefits-image {
        display: block;
        width: 50%;
        padding-top: 60px;
    }

    .hph-loyalty-benefits-wrapper .benefits-content .benefits-image img {
        width: 100%;
    }

    .hph-loyalty-benefits-wrapper .benefits-tab-wrapper {
        width: 50%;
    }

    .hph-loyalty-benefits-wrapper .benefits-tab-wrapper .nav-tabs > li {
        max-width: 214px;
    }

    .hph-loyalty-benefits-wrapper .tab-content {
        font-size: 16px;
    }

    .hph-loyalty-benefits-wrapper .tab-content .tab-pane {
        height: 100%;
        padding: 20px 24px;
    }

    .hph-loyalty-benefits-wrapper .tab-content h4 {
        margin: 0;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .hph-loyalty-benefits-wrapper .tab-content p {
        font-size: 16px;
    }

    .hph-loyalty-benefits-wrapper .tab-content a.button.sandstone {
        color: #000 !important;
        border-color: #000 !important;
        font-weight: bold;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .hph-loyalty-benefits-wrapper .tab-content .tab-pane {
        height: 100%;
        padding: 45px;
    }
}

@media (min-width: 1100px) {
    .hph-loyalty-benefits-wrapper .tab-content .tab-pane {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .hph-loyalty-benefits-wrapper h3.block-title {
        font-size: 32px;
        text-align: left;
    }

    .hph-loyalty-benefits-wrapper .block-text {
        text-align: left;
        padding: 0;
        font-size: 16px;
    }

    .hph-loyalty-benefits-wrapper .tab-content {
        font-size: 16px;
    }

    .hph-loyalty-benefits-wrapper .tab-content .tab-pane {
        padding: 99px;
        height: 100%;
    }

    .hph-loyalty-benefits-wrapper .tab-content h4 {
        margin: 0;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .hph-loyalty-benefits-wrapper .tab-content p {
        font-size: 16px;
    }

    .hph-loyalty-benefits-wrapper .tab-content a.button.sandstone {
        color: #000 !important;
        border-color: #000 !important;
        font-weight: bold;
        font-size: 14px;
        margin-top: 76px;
    }
}

.hph-loyalty-faq-wrapper {
    background-color: #FFFFFF;
}

.hph-loyalty-faq-wrapper .hph-loyalty-container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hph-loyalty-faq-wrapper .faq-content {
    width: 90%;
    max-width: 700px;
}

.hph-loyalty-faq-wrapper .faq-content .faq-item {
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: 1px solid #D3D3D3;
}

.hph-loyalty-faq-wrapper .faq-content .faq-item:first-child {
    border-top: 1px solid #D3D3D3;
}

.hph-loyalty-faq-wrapper .faq-question {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hph-loyalty-faq-wrapper .faq-question i {
    color: #D3D3D3;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hph-loyalty-faq-wrapper .faq-question.active i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hph-loyalty-faq-wrapper .faq-answer {
    display: none;
    text-align: left;
    padding-top: 15px;
}

.hph-loyalty-faq-wrapper h3.block-title {
    font-weight: 300;
}

.hph-loyalty-container-fluid {
    max-width: 1268px;
    width: 93%;
    margin: 0 auto;
    padding: 60px 0;
}

.button.button-olive,
.button.button-olive:visited,
.button.button-olive:active {
    background-color: #476863;
    min-width: 222px;
    height: 49px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 17px;
}

h3.block-title {
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: "trajan-pro-3", sans-serif;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0;
    text-align: center;
}

.splide__pagination__page.is-active {
    background-color: #476863;
}


.hph-loyalty-sticky-join-now-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hph-loyalty-sticky-join-now-footer a {
    max-width: 326px;
    width: 100%;
    margin: 8px 20px 8px 20px;
}


@media (min-width: 800px) {
    .button.button-olive,
    .button.button-olive:visited,
    .button.button-olive:active {
        background-color: #476863;
        min-width: 198px;
        height: 49px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        padding: 17px;
        text-align: center;
    }

    .hph-loyalty-sticky-join-now-footer a {
        margin: 15px 20px 15px 20px;
    }
}

@media (min-width: 992px) {
    h3.block-title {
        font-size: 28px;
    }
}

@media (min-width: 1600px) {
    h3.block-title {
        font-size: 32px;
    }
}
