/* use unique class name for the section not to over write other style  */
.cr-pip-landing-pricing-section {
    padding-bottom: 90px;
    padding-top: 90px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1300px;
    font-family: Criteria Regular;
    transition: all 0.3px;
    margin: 0 auto;
    overflow-x: hidden;
}
.cr-pip-landing-pricing-section .display-none {
    display: none !important;
}

.cr-pip-landing-pricing-section .close-modal-link {
    cursor: pointer;
}
.cr-pip-landing-pricing-section .price-small-text {
    font-size: 24px;
}
.cr-pip-landing-pricing-section .virtual-duration-links {
    display: flex;
}

.cr-pip-landing-pricing-section .durationlinks-wrapper {
    display: none;
    gap: 4px;
}
.cr-pip-landing-pricing-section .durationlinks-wrapper.active {
    display: flex;
}
.cr-pip-landing-pricing-section .flama-condensed {
    font-family: Flama Condensed-Medium;
}

.cr-pip-landing-pricing-section .small-text {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}
.cr-pip-landing-pricing-section a {
    color: #f6bd03;
}

/* Style the tab */
.cr-pip-landing-pricing-section .tab {
    display: flex;
    border-bottom: 1px solid #d0d5dd;
    padding-bottom: 12px;
    gap: 4px;
}
/* ===========Tab Mobile start ============ */
.cr-pip-landing-pricing-section .tab.mobile-type-selector,
.cr-pip-landing-pricing-section .tab.mobile-duration-buttons {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    width: 100%;
    padding: 4px;
}
.cr-pip-landing-pricing-section .tab.mobile-type-selector {
    margin: 0 auto;
    width: max-content;
}
.cr-pip-landing-pricing-section .tab.mobile-duration-buttons .durationlinks-wrapper.mobile {
    width: 100%;
    justify-content: space-around;
}
.cr-pip-landing-pricing-section .tab button.mobile {
    padding: 12px 18px;
}

.cr-pip-landing-pricing-section .mobile-type-selector .typelinks-wrapper {
    padding-right: 0px;
    margin-right: 0px;
}
.cr-pip-landing-pricing-section .mobile-type-selector .typelinks-wrapper.border {
    border: none;
}

/* ===========Tab Mobile end ============ */
.cr-pip-landing-pricing-section .typelinks-wrapper {
    padding-right: 20px;
    gap: 4px;
    border-right: none;
    margin-right: 12px;
}
.cr-pip-landing-pricing-section .typelinks-wrapper.border {
    border-right: 1px solid #d0d5dd;
}

/* Style the buttons inside the tab */
.cr-pip-landing-pricing-section .tab button {
    background-color: inherit;
    border: none;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    padding: 12px 24px;
    transition: 0.3s;
    font-size: 17px;
    color: black;
}

/* Change background color of buttons on hover */
.cr-pip-landing-pricing-section .tab button:hover {
    background-color: #f6bd03;
}

/* Create an active/current tablink class */
.cr-pip-landing-pricing-section .tab button.active {
    background-color: #f6bd03;
}

/* Contents */
.cr-pip-landing-pricing-section .contents {
    margin-top: 36px;
    display: flex;
    gap: 36px;
    flex-direction: column-reverse;
}
@media screen and (min-width: 1022px) {
    .cr-pip-landing-pricing-section .contents {
        flex-direction: row;
    }
}

.cr-pip-landing-pricing-section .cards {
    gap: 8px;
    margin-bottom: 24px;
}

@media screen and (min-width: 780px) {
    .cr-pip-landing-pricing-section .cards {
        margin-bottom: 8px;
    }
}
.cr-pip-landing-pricing-section .card {
    border: 1px solid #d0d5dd;
    padding: 20px 24px;
    box-shadow: none;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s;
    min-width: 200px;
}

.cr-pip-landing-pricing-section .card:hover {
    cursor: pointer;
    background-color: #f6bd03;
}

.cr-pip-landing-pricing-section .card p {
    line-height: normal;
}

.cr-pip-landing-pricing-section .card .size {
    color: #344054;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}
.cr-pip-landing-pricing-section .card .ja-currency {
    color: #344054;
    font-size: 32px;
    font-weight: 500;
    line-height: 21.6px;
}
.cr-pip-landing-pricing-section .card .endpoint {
    color: #344054;
    font-size: 12px;
    margin-top: 4px;
}
.cr-pip-landing-pricing-section .cards.is-hidden-mobile .price {
    margin-bottom: 24px;
}
.cr-pip-landing-pricing-section .card .price {
    margin-top: 28px;
}

.cr-pip-landing-pricing-section .card .price-chip {
    padding: 4px 6px;
    border-radius: 16px;
    background: #f6bd03;
    font-size: 9px;
    display: inline-block;
}
.cr-pip-landing-pricing-section .card .price-chip:empty {
    display: none;
}
.cr-pip-landing-pricing-section .card .price .price-value {
    color: #1d2939;
    font-family: Flama Condensed-Medium;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.96px;
}
@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .card .price .price-value {
        color: #1d2939;
        font-family: Flama Condensed-Medium;
        font-size: 56px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.96px;
    }
}

.cr-pip-landing-pricing-section .card .select-plan-button {
    margin-top: 34px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 16px;
    color: #f6bd03;
    width: 174px;
}
.cr-pip-landing-pricing-section .card:hover .select-plan-button,
.cr-pip-landing-pricing-section .card:hover .small-text {
    color: black;
}
.cr-pip-landing-pricing-section .card:hover .price-chip {
    background: white;
}

.cr-pip-landing-pricing-section .card.mobile-card {
    margin-bottom: 12px;
}
.cr-pip-landing-pricing-section .card.mobile-card .columns {
    align-items: center;
    max-width: 340px;
    margin: 0 auto;
}
.cr-pip-landing-pricing-section .card.mobile-card .left-container {
    text-align: start;
    padding-top: 0;
    padding-bottom: 0;
}

.cr-pip-landing-pricing-section .card.mobile-card .left-container .price-chip {
    font-size: 9px;
    padding: 4px 6px;
    margin-bottom: 12px;
}
.cr-pip-landing-pricing-section .card.mobile-card .left-container .size {
    font-size: 14px;
    margin-bottom: 4px;
}
.cr-pip-landing-pricing-section .card.mobile-card .left-container .endpoint {
    font-size: 10px;
}

.cr-pip-landing-pricing-section .card.mobile-card .right-container {
    padding: 0;
}
.cr-pip-landing-pricing-section .card.mobile-card .right-container .price {
    margin-top: 0;
}

/* CTA Card */
.cr-pip-landing-pricing-section .cta-card {
    margin-top: 12px;
    padding: 20px 28px;
    text-align: start;
    position: relative;
}
.cr-pip-landing-pricing-section .cta-card:hover {
    cursor: pointer;
}
.cr-pip-landing-pricing-section .cta-card .title {
    color: #101828;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
}
.cr-pip-landing-pricing-section .cta-card .discription {
    color: #1d2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cr-pip-landing-pricing-section .cta-card .arrow-forward-circle {
    color: #f6bd03;
    font-size: 32px;
    position: absolute;
    right: 8px;
    bottom: 4px;
    transition: transform 0.5s;
}
.cr-pip-landing-pricing-section .cta-card:hover .arrow-forward-circle {
    transform: rotate(-45deg);
    color: white;
}

/* ======= Style tab content ====== */

.cr-pip-landing-pricing-section .left-contents {
    flex-grow: 1;
    flex-shrink: 1;
}
.cr-pip-landing-pricing-section .right-contents {
    max-width: none;
    width: auto;
}
@media screen and (min-width: 1024px) {
    .cr-pip-landing-pricing-section .right-contents {
        max-width: 500px;
    }
}
.cr-pip-landing-pricing-section .duration-content {
    display: none;
    padding: 6px 12px;
}
.cr-pip-landing-pricing-section .tabcontent {
    display: none;
    padding: 6px 0px;
}

.cr-pip-landing-pricing-section .tabcontent.default,
.cr-pip-landing-pricing-section .duration-content.default {
    display: block;
}
/* Style tab content Hardware */
.cr-pip-landing-pricing-section .right-contents .plan-overview {
    color: #000;
}
.cr-pip-landing-pricing-section .right-contents .plan-overview .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.cr-pip-landing-pricing-section .right-contents .plan-overview .discription {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.cr-pip-landing-pricing-section .right-contents .plan-overview .features {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.cr-pip-landing-pricing-section .right-contents .plan-overview .feature-item {
    color: #101828;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}

/* ========Modal======== */
.cr-pip-landing-pricing-section .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: auto; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cr-pip-landing-pricing-section .modal-content {
    color: var(--base-white, #fff);
    background: var(--gray-800, #1d2939);
    border-radius: 16px;

    /* margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    /*     max-height: 100vh; */
}
@media screen and (min-width: 400px) {
    .cr-pip-landing-pricing-section .modal-content {
        width: 90%;
    }
}
@media screen and (min-width: 1100px) {
    .cr-pip-landing-pricing-section .modal-content {
        width: 80%;
    }
}

/* 
.slide-in-down {
    animation-name: slideInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
} */
@keyframes slideInDown {
    0% {
        transform: translate(-50%, -100%);
        opacity: 0;
    }

    100% {
        visibility: visible;
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/* The Close Button */
.cr-pip-landing-pricing-section .close {
    color: #aaa;

    /* float: right; */
    font-size: 20px;
    font-weight: bold;
    background: none;
    border: none;
}

.cr-pip-landing-pricing-section .close:hover,
.cr-pip-landing-pricing-section .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cr-pip-landing-pricing-section .modal-content .modal-header {
    display: flex;
    justify-content: end;
}
.cr-pip-landing-pricing-section .modal-content {
    max-width: 1250px;
}

.cr-pip-landing-pricing-section .modal-body {
    max-width: 954px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .modal-body {
        padding-top: 40px;
    }
}

.cr-pip-landing-pricing-section .modal-content .modal-title {
    color: var(--base-white, #fff);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.72px;
    text-align: center;
    margin-bottom: 12px;
}
.cr-pip-landing-pricing-section .modal-content .modal-subtitle {
    color: var(--gray-100, #f2f4f7);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .modal-content .modal-title {
        font-size: 36px;
    }
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper {
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
@media screen and (min-width: 990px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper {
        display: flex;
    }
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .order-overview-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 15.789px;
    border: 1.316px solid var(--gray-500, #667085);
    background: var(--gray-700, #344054);
    height: fit-content;
    width: auto;
    margin-bottom: 24px;
}
@media screen and (min-width: 990px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .order-overview-card {
        width: 400px;
        margin-bottom: 0px;
        padding: 32px;
    }
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .order-overview-card .small-gray-text {
    color: var(--gray-400, #98a2b3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .order-overview-card .overview-title {
    color: var(--base-white, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .order-overview-card .overview-contents {
    padding: 12px 0;
    width: 100%;
    border-top: 1px solid var(--gray-500, #667085);
}
.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .order-overview-card
    .overview-contents
    .small-gray-text {
    color: var(--gray-400, #98a2b3);
    font-size: 10px;
    display: block;
    margin-top: -10px;
}
.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .order-overview-card
    .overview-contents
    .overview-contents-row {
    display: block;
    justify-content: space-between;
}
@media screen and (min-width: 400px) {
    .cr-pip-landing-pricing-section
        .modal-content
        .content-wrapper
        .order-overview-card
        .overview-contents
        .overview-contents-row {
        display: flex;
    }
}

.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .order-overview-card
    .overview-contents
    .overview-contents-row
    .row-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 262.5% */
}
.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .order-overview-card
    .overview-contents
    .overview-contents-row
    .row-value {
    color: var(--base-white, #fff);
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5; /* 262.5% */
}
@media screen and (min-width: 400px) {
    .cr-pip-landing-pricing-section
        .modal-content
        .content-wrapper
        .order-overview-card
        .overview-contents
        .overview-contents-row
        .row-value {
        text-align: right;
    }
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .form-columns-2 {
    grid-gap: 0px;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info fieldset:nth-child(6) {
    padding-top: 0px;
    float: none;
    width: 100% !important;
   height:32px;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-submit {
    float: none;
    width: 100% !important;
}

@media screen and (min-width: 990px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info fieldset:nth-child(6) {
        float: left;
        width: 48% !important;
        height:50px;
      display:flex;
      align-items:center;

    }
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-submit {
        float: right;
        width: 45% !important;
        margin-right: 22px;
    }
}

.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .order-overview-card
    .overview-contents
    .overview-contents-row
    input {
    background: none;
    width: auto;
    height: auto;
    display: inline-block;
    color: white;
    border: none;
    max-width: 100px;
}
.cr-pip-landing-pricing-section .overview-contents-row input.narrower {
    max-width: 40px !important;
}
.cr-pip-landing-pricing-section .overview-contents-row input.medium {
    max-width: 60px !important;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info {
    display: flex;
    flex-direction: column;
    width: auto;
}
@media screen and (min-width: 990px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info {
        width: 464px;
    }
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info.column {
    padding: 4px;
}
@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info.column {
        padding: 0.75rem;
    }
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .form-row {
    display: flex;
    gap: 12px;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-person_notes__c .input textarea {
    display: none;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info textarea {
    margin-left: 0px !important;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .error-message {
    color: #f6bd03;
    text-align: center;
    font-size: 12px;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .disclaimer {
    margin-bottom: 24px;
    padding-right: 14px;
}

@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .disclaimer {
        padding-right: 14px;
        padding-right: 0px;
    }
}

/* used in new form */
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs_cos_wrapper_type_form {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-form .hs-form-field label {
    display: none;
}

.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .customer-info
    .hs-form
    .hs-form-field
    label.hs-error-msg {
    display: none;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input.hs-input.invalid.error,
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info select.hs-input.invalid.error,
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input.custom-error-style {
    margin-bottom: -5px;
    border: 2px solid #f6bd03;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs_error_rollup {
    display: none;
}
.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .customer-info
    .hs-form-field
    label.hs-form-booleancheckbox-display {
    display: flex;
    color: var(--gray-25, var(--gray-25, #fcfcfd));
    font-family: Criteria CF;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px !important;
      
}

.cr-pip-landing-pricing-section
    .modal-content
    .content-wrapper
    .customer-info
    .hs-form-field
    label.hs-form-booleancheckbox-display
    input {
    flex: auto;
    width: 14px;

}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input,
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info select {
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    flex: 1;
    width: 100%;
    padding-left: 8px;
    margin-bottom: 24px;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info select {
    padding: 10px 18px;
    padding-left: 4px;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-form-field {
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-form-field {
        padding-right: 20px;
    }
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info textarea {
    height: 90px;
    flex-shrink: 0;
    border-radius: 6px;
    flex: 1;
    width: 100%;
    margin-left: 4px;
    padding-top: 8px;
    padding-left: 8px;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-fieldtype-booleancheckbox{
margin:0px;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-form-booleancheckbox-display p {
    color: var(--gray-25, var(--gray-25, #fcfcfd));
    font-family: Criteria CF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .checkbox-label,
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-richtext,
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs-form-booleancheckbox-display {
    color: var(--gray-25, var(--gray-25, #fcfcfd));
    font-family: Criteria Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cr-pip-landing-pricing-section .content-wrapper .customer-info .hs-form .legal-consent-container label span {
    color: #fcfcfd !important;
    margin-left: 0px;
    font-size: 9px;
    line-height: 1.3;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .legal-consent-container {
    margin-top: 0;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .form-row .textarea {
    border-radius: 6px;
    flex: 1;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input[type="checkbox"] {
    flex-grow: 0 !important;
    margin-bottom: 0px;
    width: 16px !important;
    height: 16px !important;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input[type="checkbox"]:checked:before {
    top: -8px;
    left: -5px;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input[type="checkbox"]:checked:after {
    animation: none;
}
.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info .hs_LEGAL_CONSENT {
    padding-right: 0;
}

.cr-pip-landing-pricing-section .modal-content .content-wrapper .customer-info input[type="submit"] {
    border: none;
    border-radius: 8px;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 12px;
    margin-top: 0px;
    font-size: 16px;
}

.cr-pip-landing-pricing-section .hs-form-required {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .cr-pip-landing-pricing-section {
        padding-top: 32px !important;
    }
}

