@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Define CSS variables */
:root {
    --main-bg-color: #049E9A;
    --main-text-color: #049E9A;
    --conciergo-color: #3C4043;
    --heading-font: "Playfair Display", serif;
    --paragraph-font: "Poppins", sans-serif;
    --sepecial-font: "Inter", sans-serif;
    --paragraph-color: #000000;
    --sub-header-color: #000000;
    --paragraph-small-header-color: #3C4043 50%;

}

&.disabled, .disabled, .disableDiv {
    pointer-events: none;
    opacity: 0.4;
}

.more-or-less {
    cursor: pointer;
    color: blue;
}

/* Apply variables */
body {
    background-color: #ffffff;
    color: var(--paragraph-color);
    font-family: var(--paragraph-font);
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    font-family: var(--paragraph-font);
    font-weight: 400;
    letter-spacing: 2px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}

#hotel-info {
    color: #ffffff;
}

header a {
    text-decoration: none;
    color: #ffffff;
}

.offcanvas-end {
    right: -300px;
    width: 300px;
    transition: right 0.3s ease;
}

.offcanvas-end.show {
    right: 0;
}

.logo {
    width: 360px;
}

.search-icon {
    height: 20px;
    width: 20px;
}

.btn-dash {
    height: 20px;
}

.pb-40 {
    padding-top: 40px;
}

.pb-50 {
    padding-top: 50px;
}

.banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 40;
    /*background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+62,000000+90,000000+100&0+0,0+50,0.4+62,0.5+90,0.12+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.12) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-main-color {
    background-color: var(--main-bg-color);
}

.my-heading {
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--conciergo-color);
}

.special-title {
    font-family: var(--paragraph-font);
    font-weight: 400;
    color: #ffffff;
}

.my-paragraph {
    font-family: var(--paragraph-font);
    font-weight: 400;
    color: var(--paragraph-color);
}

.top-bar {
    gap: 10px;
    height: 46px;
}

.top-bar p {
    color: #ffffff;
    font-family: var(--sepecial-font);
    font-weight: 700;
    size: 18px;
    line-height: 19px;
}

.nav-bar {
    padding: 23px 0 27px;
}

.nav-bar-bottom {

    height: 50px;
}

.img-mobile {
    display: none;
}

.img-desktop {
    display: inline-block;
}

.club-icon {
    height: 100px;
    width: auto;
}

.nav-bar-bottom input {
    padding-left: 5px;
    border-radius: 5px;
    width: 208px;
    height: 25px;
    border-color: white !important;
    background-color: #D9D9D9 !important;
    opacity: 50%;
    border: none;
}

.nav-bar-bottom input::placeholder {
    padding-left: 5px;
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 300;
    font-size: 16px;
}

.nav-bar-r-2 {
    padding: 0 22px 0 18px;
}

.nav-bar-r-2 a {
    text-decoration: none;
    color: var(--main-text-color);
    font-family: var(--paragraph-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-bar-r-3 {
    padding-right: 27px;
}

.nav-bar-r-3 a {
    text-decoration: none;
    color: var(--paragraph-color);
    font-family: var(--paragraph-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-bar-r-4 button {
    border: none;
    background-color: #ffffff;
}

.banner-section-inner {
    position: relative;
}

.banner-img {
    z-index: 40;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-btn {
    right: 5%;
    z-index: 100;
    position: absolute;
    bottom: -1%;
}

.bottom-bar {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #333333;
}

.banner-btn .btn-primary {
    color: #ffffff;
    background-color: #049E9A;
    border-radius: 5px;
    padding: 4px 10px;
    font-family: var(--paragraph-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;

    text-decoration: none;

}

.small-title {
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.heading-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4043;
    line-height: 1.2;

}

.sub-heading-title {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4043;
    line-height: 1.3;
}

.explore-section {
    padding: 30px 0 0 0;
}

.explore-btn .btn-primary {
    background-color: #049E9A;
    border-radius: 15px;
    border: none;
    padding: 10px 24px;
    letter-spacing: 2px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.club-section {
    background-color: #f5f5f5;
    padding: 24px 0;
}

.club-section-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}

.club-section-part {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.club-section-part a {
    text-decoration: none;
    color: var(--paragraph-color);
}

.club-section-inner .title {
    font-family: var(--paragraph-font);
    font-weight: 500;
    line-height: 70px;
}

.insider-section-part h4 {
    font-family: var(--paragraph-font);
    color: #000000;
    opacity: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}

.insider-section-part h3 {
    font-family: var(--heading-font);
    color: #000000;
    font-weight: 400;
    line-height: 52px;
    
    padding-bottom: 15px;
}

.insider-section-part p {
    text-align: justify;
}

.insider-section-inner .btn-primary {
    background-color: #049E9A;
    border-radius: 5px;
    border: none;
    padding: 13px 16px;
    letter-spacing: -1px;
    font-family: var(--paragraph-font);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer {
    background-color: var(--conciergo-color);
    padding: 50px 0;
}

.footer p {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    letter-spacing: 0px;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: var(--paragraph-font);
    font-weight: 400;
}

.insider-section-inner .hotel-tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;

}

.insider-section-inner .hotel-tab.active {
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #049E9A;
    color: #049E9A;

}

.amenities-icon {
    height: 30px;
    width: 30px;
}

.icon-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.btn-primary:hover {
    background-color: #3C4043;
}


.club-icon:hover {
    cursor: pointer;
    transform: scale(0.8);
}

.menu-info {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #676666;
}

.heart-outside {
    border-radius: 100%;
    position: absolute;
    top: 2%;
    right: 1%;
    width: 25px;
    height: 25px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFCF9;
}

.heart-icon {
    height: 15px;
    width: 15px;
    color: #000000;
}

.heart-outside svg:hover {
    color: red;
}




.btn-primary:active, 
.btn-primary:focus {
    background-color: #3C4043 !important;
}

.btn-primary {
    transition: background-color 0.3s ease; /* Smooth transition */
}

.footer .hotel-access a{
    font-size:1.2rem !important;
    color:#049E9A !important;
}

.border-line-white {
    border-bottom:2px solid #FFFFFF;
}


.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 40px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.multisteps-form__progress-btn {
    text-indent: 0;
}


.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 25px;
    height: 25px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 11px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 5px;
    content: '';
    background-color: currentColor;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    color: #3C4043;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #070707;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
    background: #049E9A;
    border: 5px solid #3C4043;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* .multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  } */

.multisteps-form__panel[data-animation="fade"] {
    -webkit-animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.multisteps-form__panel[data-animation="fade"].js-active {
    -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



/*---- CUSTOM ANIMATION ----*/

.fadeInRight {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.fadeInLeft {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/* custom */
.custom_button,
.custom_button:hover {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px !important;
    border-radius: 5px;
    margin-top: 0 !important;
    background: #049e9a;
}
.custom_button:hover font font {
    background-color: transparent !important;
  }
.js-btn-prev,
.js-btn-prev:hover {
    background: none;
    border: 0;
    color: black;
}

.js-btn-prev::before {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-position: center;
    margin-top: -4px;
}

.forms {
    padding: 10px 25px;
    height: 65px;
    border: 1px solid #3C4043;
    border-radius: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #707070;
}

.check-lists li {
    list-style-type: none;
}

input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 1px solid #616161;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.multisteps-form__panel {
    box-shadow: none !important;
}

.custom-logo-file p svg {
    margin-left: 10px;
}

.multisteps-form__content .form-group .form-control::placeholder {
    color: #707070;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
}

.multisteps-form__content .form-group .form-control {
    margin-bottom: 40px;
}


.join-signup-section .container h5{
    font-weight:200;
}

.approval-section {
    background-color: #3C4043;
}

.join-signup-section .join-signup-join {
    font-weight: 200;
    font-size: 2rem;
}

.join-signup-section .join-signup-network {
    padding: 0 2rem;
    font-size: 3.5rem;
}

.join-signup-section .join-signup-lead {
    font-size: 1.75rem;
    color: #304043;
    line-height: 2.5rem;
    padding: 0 2rem;
}

.join-signup-section .approval-section {
    background-color: #3C4043;
}

.join-signup-section .approval-section p {
    padding: 2rem;
    color: #ffffff;
    font-size: 1.5rem;
}

.custom_button_signup {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem !important;
}



/* keep responsive always on bottom to load for respective screens*/
/* Responsive Font Size Adjustments */
@media (max-width: 767px) {
    .explore-section .small-title {
        font-size: 0.75rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important;
    }
    .explore-section .heading-title {
        font-size: 2rem !important; /* Ensure font size adjusts for small mobile devices */
        line-height: 1.3 !important;
    }
    .explore-section .sub-heading-title {
        font-size: 1rem !important;
        line-height: 0.5 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        height: 70px !important; /* Medium icon size for tablets */
        width: 70px !important;  /* Maintain square aspect ratio for tablets */
    }
    .insider-section-part h3 {
        font-size: 1.4375rem !important; /* Adjust for small mobile devices (23px) */
        line-height: 1.1875rem !important; /* Adjust line height (19px) */
        padding-bottom: 0.125rem !important; /* Less space below heading (2px) */
    }
    .club-section-inner .title {
        font-size:0.75rem !important;
    }
    .insider-section-part p {
        font-size:0.7rem !important;
    }

    .insider-section-inner .btn-primary {
        font-size:0.6rem !important;
    }
    .join-signup-section .join-signup-join {
        font-size: 1rem;
    }
    
    .join-signup-section .join-signup-network {
        font-size: 2rem !important;
    }
    
    .join-signup-section .join-signup-lead {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    
    .join-signup-section .approval-section p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .custom_button_signup {
        font-size: 1.2rem;
        padding: 0.5rem 0.8rem !important;
    }
}

@media (min-width: 768px) {
    .explore-section .small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .heading-title {
        font-size: 3rem !important; /* Larger size for tablets */
        line-height: 1.2 !important;
    }
    .explore-section .sub-heading-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        height: 90px !important; /* Medium icon size for tablets */
        width: 90px !important;  /* Maintain square aspect ratio for tablets */
    }

    .insider-section-part h3 {
        font-size: 1.875rem !important; /* Medium font size for tablets (30px) */
        line-height: 2.25rem !important; /* Line height adjustment (36px) */
        padding-bottom: 0.625rem !important; /* Adequate space for titles (10px) */
    }
    .club-section-inner .title {
        font-size:1rem !important;
    }
    .insider-section-part p {
        font-size:1rem !important;
    }

    .insider-section-inner .btn-primary {
        font-size:0.75rem !important;
    }

    .join-signup-section .join-signup-join {
        font-size: 1.2rem;
    }
    
    .join-signup-section .join-signup-network {
        padding: 0 2rem;
        font-size: 2.5rem !important;
    }
    
    .join-signup-section .join-signup-lead {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    
    .join-signup-section .approval-section p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .custom_button_signup {
        font-size: 1.3rem;
        padding: 0.5rem 0.8rem !important;
    }
}

@media (min-width: 992px) {
    .explore-section .small-title {
        font-size: 1rem !important; /* Adjust size for smaller screens */
        line-height: 1.3 !important; 
    }
    .explore-section .heading-title {
        font-size: 5rem !important; /* Larger size for desktops */
        line-height: 1.2 !important; 
    }
    .explore-section .sub-heading-title {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
        padding-bottom: 2rem; 
    }
    .club-icon {
        width: 120px !important; /* Larger icon size for desktops */
        height: 120px !important;   /* Let the width adjust automatically */
    }
    .insider-section-part h3 {
        font-size: 2.5rem !important; /* Larger font size for desktops (40px) */
        line-height: 3rem !important; /* Larger line height (48px) */
        padding-bottom: 0.75rem !important; /* Adequate space below heading (12px) */
    }
    .club-section-inner .title {
        font-size:1.1rem !important;
    }

    .insider-section-part p {
        font-size:1.1rem !important;
    }

    .insider-section-inner .btn-primary {
        font-size:0.9rem !important;
        margin-top:1rem !important;
    }

    .join-signup-section .join-signup-join {
        font-size: 1.3rem;
    }
    
    .join-signup-section .join-signup-network {
        font-size: 2.75rem !important;
    }
    
    .join-signup-section .join-signup-lead {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .join-signup-section .approval-section p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .custom_button_signup {
        font-size: 1.4rem;
        padding: 0.6rem 0.9rem !important;
    }
}

@media (min-width: 1200px) {
    .explore-section .small-title {
        font-size: 1.5rem !important; /* Adjust size for smaller screens */
        line-height: 1.2 !important;
    }
    .explore-section .heading-title {
        font-size: 9.5rem !important; /* Larger size for large screens (like iPad Pro) */
        line-height: 1.1 !important;
    }
    .explore-section .sub-heading-title {
        font-size: 3rem !important;
        line-height: 1.2 !important;
        padding-bottom: 2rem;
    }
    .club-icon {
        width: 140px !important; /* Larger icon size for desktops */
        height: 140px !important;   /* Let the width adjust automatically */
    }
    .insider-section-part h3 {
        font-size: 3rem !important; /* Keep the large size for very large screens (48px) */
        line-height: 3.25rem !important; /* Maintain the original line height (52px) */
        padding-bottom: 0.9375rem !important; /* Maintain original space (15px) */
    }
    .club-section-inner .title {
        font-size:1.5rem !important;
    }
    .insider-section-part p {
        font-size:1.3rem !important;
    }

    .insider-section-inner .btn-primary {
        font-size:1.2rem !important;
    }

    .join-signup-section .join-signup-join {
        font-size: 1.8rem;
    }
    
    .join-signup-section .join-signup-network {
        font-size: 3.1rem !important;
    }
    
    .join-signup-section .join-signup-lead {
        font-size: 1.55rem;
        line-height: 2.2rem;
    }
    
    .join-signup-section .approval-section p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .custom_button_signup {
        font-size: 1.4rem;
        padding: 0.7rem 1rem !important;
    }
    
}

.join-signup-section * {
    font-family: 'Poppins';
}

.join-signup-network {
    font-family: 'Playfair Display';
}

.multisteps-form__form .button-row {
    display: flex;;
}

.multisteps-form .contact-info {
    display: flex;
    justify-content: center;
}

.multisteps-form__form label {
    display:none;
}

.check-lists label {
    display: block !important;
}

.multisteps-form__form .forms {
    height:50px;
    border-radius:5px;
}

.thank-you-section .multisteps-form__progress-btn.js-active:before{
    border: 5px solid #049E9A !important;
}

.thank-you-section .multisteps-form__progress-btn.js-active:after {
    color: #049E9A !important;
}
iframe#\:2\.container {
    display: none !important;
    visibility: hidden !important;
  }



