﻿



.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
 


 .partner-item {
            flex: 0 0 13%;
            max-width: 20%;
        }

        .home-piling h2, .home-piling .h2 {
            margin-bottom: 6.11111111vmin;
            font-size: 3.666667vmin;
        }

        .partner-item img {
            opacity: 1.4;
        }

        .partner-list {
            margin-top: 1.259259vmin;
            text-align: center;
        }

        .slide-descr {
            color: #999999;
            line-height: 27px;
        }


        .header-contacts {
            padding-top: 1.2rem;
            font-weight: bold;
        }

        .header-content {
            margin-left: 23.5%;
            margin-right: 17.5%;
        }

        .slide-dark a:not(.btn), .slide-dark a:not(.btn):hover {
            font-size: 22px;
        }

        .menu-main > ul > li > a, .menu-main > ul > li > span {
            font-size: 16px;
        }



        .card {
    background-color: #2d285e!important;
}


        .col-xl-4 {
            max-width: 24.333333%;
        }

        .nav-toggle-btn { 
            margin: 15px 0 0;
        }
        .partner-bordered .partner-item {
            margin: 1px 0px 18px 18px;
        }



           .card--card_productaddon {
            border-width: 0;
            display: flex;
            flex-direction: column;
                height: 115px;
        } 

        /*.card--card_productaddon {
            border-width: 0;
            display: flex;
            flex-direction: column;
            height: 300px;
        }*/

            .card--card_productaddon .card__image__wrapper {
                aspect-ratio: 3/2;
                margin: 32px 32px 0;
            }

                .card--card_productaddon .card__image__wrapper .card__image {
                    height: auto;
                    width: 100%;
                }

            .card--card_productaddon .card__content__wrapper {
                border-radius: 8px;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
            }

            .card--card_productaddon .cta_container {
                justify-content: start;
            }

            .card--card_productaddon .cta_button[variant=cardText] {
                font-size: var(--c360-g-font-size-2);
            }

            .card--card_productaddon .card__headline {
                color: var(--pbc-g-text-display-color);
                font-family: var(--pbc-g-font-display);
                font-size: 20px;
                letter-spacing: -.004em;
                line-height: 28px;
                margin-bottom: 0;
                margin-top: 0;
            }

            .card--card_productaddon .card__pricing__container .card__pricing_text__wrapper {
                font-size: 0;
            }

            .card--card_productaddon .card__pricing__container .card__pricing {
                color: var(--pbc-g-text-body-color);
                color: var(--pbc-g-blue-vibrant-20);
                font-family: var(--pbc-g-font-sans);
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0;
                line-height: 20px;
            }

                .card--card_productaddon .card__pricing__container .card__pricing p {
                    margin-bottom: 12px;
                    margin-top: 0;
                }

                    .card--card_productaddon .card__pricing__container .card__pricing p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon .card__description {
                color: var(--pbc-g-text-body-color);
                font-family: var(--pbc-g-font-sans);
                /*font-size: 14px;
                letter-spacing: 0;
                line-height: 20px;
                margin-top: 16px;*/
            }

                .card--card_productaddon .card__description ol li, .card--card_productaddon .card__description ul li {
                    padding-bottom: 12px;
                }

                .card--card_productaddon .card__description ul {
                    padding-left: 20px;
                    text-align: left;
                }

                    .card--card_productaddon .card__description ul li {
                        list-style-type: disc;
                        text-indent: 0;
                    }

                        .card--card_productaddon .card__description ul li:before {
                            display: none;
                        }

                    .card--card_productaddon .card__description ul ul li {
                        list-style-type: circle;
                    }

                    .card--card_productaddon .card__description ul ul ul li {
                        list-style-type: square;
                    }

                .card--card_productaddon .card__description p {
                    margin-bottom: 12px;
                    margin-top: 0;
                }

                    .card--card_productaddon .card__description p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon .card__text__wrapper {
                align-items: flex-start;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                justify-content: space-between;
               margin: 6px;
            }

            .card--card_productaddon.border-rad-16 {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }

            .card--card_productaddon:has(.card__image__wrapper) {
                height: 100%;
                width: 100%;
            }

                .card--card_productaddon:has(.card__image__wrapper) .card__text__wrapper {
                    margin: 32px 32px 40px;
                }

                .card--card_productaddon:has(.card__image__wrapper) .card__headline {
                    color: var(--pbc-g-text-display-color);
                    font-family: var(--pbc-g-font-display);
                    font-size: var(--pbc-g-text-display-6-fontSize);
                    letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
                    line-height: var(--pbc-g-text-display-6-lineHeight);
                }

                .card--card_productaddon:has(.card__image__wrapper) .card__description {
                    color: var(--pbc-g-text-body-color);
                    font-family: var(--pbc-g-font-sans);
                    font-size: 16px;
                    letter-spacing: -.0012em;
                    line-height: 24px;
                    margin-bottom: 32px;
                }

                    .card--card_productaddon:has(.card__image__wrapper) .card__description p {
                        margin-bottom: 14px;
                        margin-top: 0;
                    }

                        .card--card_productaddon:has(.card__image__wrapper) .card__description p:last-child {
                            margin-bottom: 0;
                        }

                    .card--card_productaddon:has(.card__image__wrapper) .card__description ol li, .card--card_productaddon:has(.card__image__wrapper) .card__description ul li {
                        padding-bottom: 14px;
                    }

                .card--card_productaddon:has(.card__image__wrapper) .card__pricing {
                    color: var(--pbc-g-text-body-color);
                    color: var(--pbc-g-blue-vibrant-20);
                    font-family: var(--pbc-g-font-sans);
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: -.0012em;
                    line-height: 24px;
                }

                    .card--card_productaddon:has(.card__image__wrapper) .card__pricing p {
                        margin-bottom: 14px;
                        margin-top: 0;
                    }

                        .card--card_productaddon:has(.card__image__wrapper) .card__pricing p:last-child {
                            margin-bottom: 0;
                        }

                .card--card_productaddon:has(.card__image__wrapper) .card__image__wrapper .card__image {
                    max-height: 437px;
                    max-width: 655px;
                }

        @media(min-width: 768px)and (max-width:1023px) {
            .card--card_productaddon:has(.card__image__wrapper) .cta_button.tablet-mb-16 {
                margin-bottom: 0;
            }
        }

        @media(min-width: 1024px) {
            .card--card_productaddon:has(.card__image__wrapper) .card__content__wrapper {
                flex-direction: row;
            }

            .card--card_productaddon:has(.card__image__wrapper) .card__image__wrapper {
                margin: 50px 40px 50px 48px;
                width: 50%;
            }

            .card--card_productaddon:has(.card__image__wrapper) .card__text__wrapper {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                justify-content: center;
                margin: 48px 48px 0 0;
                width: 50%;
            }

            .card--card_productaddon:has(.card__image__wrapper) .card__headline {
                color: var(--pbc-g-text-display-color);
                font-family: var(--pbc-g-font-display);
                font-size: var(--pbc-g-text-display-5-fontSize);
                letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
                line-height: var(--pbc-g-text-display-5-lineHeight);
            }

            .card--card_productaddon:has(.card__image__wrapper) .card__pricing {
                color: var(--pbc-g-text-body-color);
                color: var(--pbc-g-blue-vibrant-20);
                font-family: var(--pbc-g-font-sans);
                font-size: 18px;
                font-weight: 700;
                letter-spacing: -.0012em;
                line-height: 28px;
            }

                .card--card_productaddon:has(.card__image__wrapper) .card__pricing p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon:has(.card__image__wrapper) .card__pricing p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon:has(.card__image__wrapper) .card__description {
                color: var(--pbc-g-text-body-color);
                font-family: var(--pbc-g-font-sans);
                font-size: 18px;
                letter-spacing: -.0012em;
                line-height: 28px;
                margin-bottom: 48px;
            }

                .card--card_productaddon:has(.card__image__wrapper) .card__description p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon:has(.card__image__wrapper) .card__description p:last-child {
                        margin-bottom: 0;
                    }

                .card--card_productaddon:has(.card__image__wrapper) .card__description ol li, .card--card_productaddon:has(.card__image__wrapper) .card__description ul li {
                    padding-bottom: 14px;
                }

            .card--card_productaddon:has(.card__image__wrapper) .cta_container {
                margin-bottom: 48px;
            }
        }

        .nupfixed--blade .cards .card:has(.card--card_productaddon .card__image__wrapper) {
            max-width: none;
            width: 100%;
        }

        .card--card_productaddon-anchor {
            border-width: 0;
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%;
        }

            .card--card_productaddon-anchor .card__image__wrapper {
                aspect-ratio: 3/2;
                margin: 32px 32px 0;
            }

                .card--card_productaddon-anchor .card__image__wrapper .card__image {
                    border-radius: 8px;
                    height: auto;
                    max-height: 437px;
                    max-width: 655px;
                    width: 100%;
                }

            .card--card_productaddon-anchor .card__content__wrapper {
                border-radius: 8px;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
            }

            .card--card_productaddon-anchor .cta_container {
                justify-content: start;
            }

            .card--card_productaddon-anchor .card__headline {
                color: var(--pbc-g-text-display-color);
                font-family: var(--pbc-g-font-display);
                font-size: var(--pbc-g-text-display-6-fontSize);
                letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
                line-height: var(--pbc-g-text-display-6-lineHeight);
                margin-bottom: 0;
                margin-top: 0;
            }

            .card--card_productaddon-anchor .card__pricing__container .card__pricing_text__wrapper {
                font-size: 0;
            }

            .card--card_productaddon-anchor .card__pricing__container .card__pricing {
                color: var(--pbc-g-text-body-color);
                color: var(--pbc-g-blue-vibrant-20);
                font-family: var(--pbc-g-font-sans);
                font-size: 16px;
                font-weight: 700;
                letter-spacing: -.0012em;
                line-height: 24px;
            }

                .card--card_productaddon-anchor .card__pricing__container .card__pricing p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon-anchor .card__pricing__container .card__pricing p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon-anchor .card__description {
                color: var(--pbc-g-text-body-color);
                font-family: var(--pbc-g-font-sans);
                font-size: 16px;
                letter-spacing: -.0012em;
                line-height: 24px;
                margin-bottom: 32px;
                margin-top: 16px;
            }

                .card--card_productaddon-anchor .card__description ol li, .card--card_productaddon-anchor .card__description ul li {
                    padding-bottom: 14px;
                }

                .card--card_productaddon-anchor .card__description ul {
                    padding-left: 20px;
                    text-align: left;
                }

                    .card--card_productaddon-anchor .card__description ul li {
                        list-style-type: disc;
                        text-indent: 0;
                    }

                        .card--card_productaddon-anchor .card__description ul li:before {
                            display: none;
                        }

                    .card--card_productaddon-anchor .card__description ul ul li {
                        list-style-type: circle;
                    }

                    .card--card_productaddon-anchor .card__description ul ul ul li {
                        list-style-type: square;
                    }

                .card--card_productaddon-anchor .card__description p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon-anchor .card__description p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon-anchor .card__text__wrapper {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                justify-content: space-between;
                margin: 32px 32px 40px;
            }

        @media(min-width: 1024px) {
            .card--card_productaddon-anchor .card__content__wrapper {
                flex-direction: row;
            }

            .card--card_productaddon-anchor .card__image__wrapper {
                margin: 50px 40px 50px 48px;
                width: 50%;
            }

            .card--card_productaddon-anchor .card__text__wrapper {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                justify-content: center;
                margin: 48px 48px 0 0;
                width: 50%;
            }

            .card--card_productaddon-anchor .card__headline {
                color: var(--pbc-g-text-display-color);
                font-family: var(--pbc-g-font-display);
                font-size: var(--pbc-g-text-display-5-fontSize);
                letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
                line-height: var(--pbc-g-text-display-5-lineHeight);
            }

            .card--card_productaddon-anchor .card__pricing__container .card__pricing {
                color: var(--pbc-g-text-body-color);
                color: var(--pbc-g-blue-vibrant-20);
                font-family: var(--pbc-g-font-sans);
                font-size: 18px;
                letter-spacing: -.0012em;
                line-height: 28px;
            }

                .card--card_productaddon-anchor .card__pricing__container .card__pricing p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon-anchor .card__pricing__container .card__pricing p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon-anchor .card__description {
                color: var(--pbc-g-text-body-color);
                font-family: var(--pbc-g-font-sans);
                font-size: 18px;
                letter-spacing: -.0012em;
                line-height: 28px;
                margin-bottom: 48px;
            }

                .card--card_productaddon-anchor .card__description p {
                    margin-bottom: 14px;
                    margin-top: 0;
                }

                    .card--card_productaddon-anchor .card__description p:last-child {
                        margin-bottom: 0;
                    }

            .card--card_productaddon-anchor .cta_container {
                margin-bottom: 48px;
            }
        }

        .card--card_productaddon-anchor.border-rad-16 {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .card--card_statistic {
            align-self: center;
            border: none;
            height: 100%;
            width: 100%;
        }

            .card--card_statistic .card__description ul {
                padding-left: 20px;
                text-align: left;
            }

                .card--card_statistic .card__description ul li {
                    list-style-type: disc;
                    text-indent: 0;
                }

                    .card--card_statistic .card__description ul li:before {
                        display: none;
                    }

                .card--card_statistic .card__description ul ul li {
                    list-style-type: circle;
                }

                .card--card_statistic .card__description ul ul ul li {
                    list-style-type: square;
                }

            .card--card_statistic .card__copy__wrapper {
                align-items: center;
                position: relative;
                z-index: 1;
            }

                .card--card_statistic .card__copy__wrapper .card__description.card__stat-no-cta {
                    margin-bottom: 0;
                }

            .card--card_statistic .card__content__wrapper {
                align-items: center;
                border-radius: 16px;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                justify-content: space-between;
                overflow: hidden;
                position: relative;
            }

                .card--card_statistic .card__content__wrapper .card__background {
                    position: absolute;
                    width: 100%;
                    z-index: 0;
                }

                .card--card_statistic .card__content__wrapper .card__copy__wrapper a {
                    text-decoration: none;
                }

                    .card--card_statistic .card__content__wrapper .card__copy__wrapper a:active .card__caption, .card--card_statistic .card__content__wrapper .card__copy__wrapper a:active .card__stat span, .card--card_statistic .card__content__wrapper .card__copy__wrapper a:focus .card__caption, .card--card_statistic .card__content__wrapper .card__copy__wrapper a:focus .card__stat span, .card--card_statistic .card__content__wrapper .card__copy__wrapper a:hover .card__caption, .card--card_statistic .card__content__wrapper .card__copy__wrapper a:hover .card__stat span {
                        color: var(--pbc-g-blue-vibrant-50);
                    }

                .card--card_statistic .card__content__wrapper .card__background--bottom {
                    bottom: 0;
                }

                .card--card_statistic .card__content__wrapper .cta_container {
                    z-index: 1;
                }

        .card__stat-number {
            font-feature-settings: "pnum" on,"lnum" on;
        }

        .card__stat-prefix--align-middle, .card__stat-suffix--align-middle {
            align-self: center;
            margin-bottom: 5px;
        }

        .card__stat-prefix--align-top, .card__stat-suffix--align-top {
            align-self: flex-start;
            margin-top: 5px;
        }

        .card__stat-prefix--align-bottom, .card__stat-suffix--align-bottom {
            align-self: flex-end;
            margin-bottom: 5px;
        }


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

        .thumbnail img {
            height: 98px;
            width: 137px;
        }

    
@media (min-width: 768px) and (max-width: 1023px) {
  .contactus--blade .cards,
  .contactus--blade header {
    grid-column: 3 / span 8;
  }
}
@media (min-width: 1024px) {
  .card--card_contactus .card__image__wrapper {
    align-items: start;
    justify-content: left;
  }
  .contactus--blade .card__icon__wrapper {
    border: 15px solid var(--sds-g-color-palette-cloud-blue-95);
    border-radius: 50%;
    display: inline-block;
    margin: 40px 0 0 40px;
    max-height: 48px;
    max-width: 48px;
  }
  .card--card_contactus .card__brand__image {
    aspect-ratio: 1/1;
    background: var(--sds-g-color-palette-cloud-blue-95);
    height: 18px;
    width: 18px;
  }
  .card--card_contactus .card__content__wrapper {
    margin: 0 40px 40px;
  }
  .card--card_contactus .card__headline {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .contactus--blade .cards {
    column-gap: 32px;
    display: grid;
    grid-column: 2 / span 10;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    row-gap: 32px;
  }
  .contactus--blade .contactus__3 .cards {
    grid-column: 1 / span 12;
  }
  .contactus--blade .cards .card__wrapper {
    grid-column: span 6;
  }
  .contactus--blade .contactus__3 .cards .card__wrapper {
    grid-column: span 4;
  }
  .contactus--blade .grid.grid_main {
    row-gap: 64px;
  }
}
@media (min-width: 1440px) {
  .contactus--blade .cards {
    column-gap: 32px;
    column-gap: 40px;
    display: grid;
    grid-column: 3 / span 8;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    row-gap: 32px;
    row-gap: 40px;
  }
  .contactus--blade .contactus__3 .cards {
    grid-column: 2 / span 10;
  }
  .contactus--blade .cards .card__wrapper {
    grid-column: span 6;
  }
  .contactus--blade .contactus__3 .cards .card__wrapper {
    grid-column: span 4;
  }
}
.productfeature--blade .headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .productfeature--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-5-fontSize);
    letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
    line-height: var(--pbc-g-text-display-5-lineHeight);
  }
}
@media (min-width: 1440px) {
  .productfeature--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-4-fontSize);
    letter-spacing: var(--pbc-g-text-display-4-letterSpacing);
    line-height: var(--pbc-g-text-display-4-lineHeight);
  }
}
.productfeature--blade .blade__description {
  color: var(--pbc-g-text-body-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 18px;
  letter-spacing: -0.0012em;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 16px;
}
.productfeature--blade .blade__description p {
  margin-bottom: 14px;
  margin-top: 0;
}
.productfeature--blade .blade__description p:last-child {
  margin-bottom: 0;
}
.productfeature--blade .blade__description ul li {
  padding-bottom: 16px;
}
.productfeature--blade .blade__description ol li {
  padding-bottom: 14px;
}
.productfeature--blade .grid_main {
  grid-row-gap: 0;
}
.productfeature--blade .grid_main.relative.has_video {
  position: static;
}
@media (max-width: 767px) {
  .productfeature--blade .show-hide__item,
  .productfeature__content-group {
    grid-column: 1 / span 6;
  }
  .productfeature--blade .productfeature__blade-heading {
    margin-bottom: 24px;
  }
  .productfeature--blade .productfeature_cta {
    margin-bottom: 48px;
    padding-top: 8px;
  }
  .productfeature__all-content.grid_sub {
    grid-column: 1 / span 6;
  }
}
@media (max-width: 1023px) {
  .productfeature__content-group
    .accordion__item:last-child
    .show-hide__media--mobile {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productfeature__content-group {
    grid-column: 2 / span 10;
  }
  .productfeature--blade .show-hide__item {
    grid-column: 1 / span 10;
  }
  .productfeature--blade .productfeature__blade-heading {
    margin-bottom: 24px;
  }
  .productfeature--blade .productfeature_cta {
    margin-bottom: 12px;
    padding-top: 8px;
  }
  .productfeature__all-content.grid_sub {
    grid-column: 2 / span 10;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .productfeature--blade.blade_layout--left .productfeature__content-group {
    grid-column: 7 / span 6;
  }
  .productfeature--blade.blade_layout--right .productfeature__content-group {
    grid-column: 1 / span 6;
  }
  .productfeature--blade .productfeature__blade-heading,
  .productfeature--blade .productfeature_cta {
    margin-bottom: 48px;
  }
  .productfeature--blade .show-hide__media:not(.show-hide__media--mobile) {
    display: flex;
    justify-content: center;
  }
  .productfeature--blade
    .show-hide__media:not(.show-hide__media--mobile)
    > .image__wrapper,
  .productfeature--blade
    .show-hide__media:not(.show-hide__media--mobile)
    > .video__wrapper {
    justify-content: normal;
  }
  .productfeature--blade.blade_layout--left .show-hide__media--desktop {
    grid-column: 1 / span 6;
  }
  .productfeature--blade.blade_layout--right .show-hide__media--desktop {
    grid-column: 7 / span 6;
  }
  .productfeature--blade .show-hide__media--desktop.show-hide__media--hidden {
    display: none;
  }
}
@media (min-width: 1440px) {
  .productfeature--blade.blade_layout--left .productfeature__content-group {
    grid-column: 8 / span 5;
  }
  .productfeature--blade.blade_layout--right .productfeature__content-group {
    grid-column: 1 / span 5;
  }
  .productfeature--blade .productfeature__blade-heading,
  .productfeature--blade .productfeature_cta {
    margin-bottom: 48px;
  }
  .productfeature--blade .show-hide__media:not(.show-hide__media--mobile) {
    display: flex;
    justify-content: center;
  }
  .productfeature--blade
    .show-hide__media:not(.show-hide__media--mobile)
    > .image__wrapper,
  .productfeature--blade
    .show-hide__media:not(.show-hide__media--mobile)
    > .video__wrapper {
    justify-content: normal;
  }
  .productfeature--blade.blade_layout--left .show-hide__media--desktop {
    grid-column: 1 / span 6;
  }
  .productfeature--blade.blade_layout--right .show-hide__media--desktop {
    grid-column: 7 / span 6;
  }
  .productfeature--blade .show-hide__media--desktop.show-hide__media--hidden {
    display: none;
  }
}
:root {
  --nupfixed-card-width: 327px;
  --nupfixed-column-gap: 24px;
}
.nupfixed--blade .headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nupfixed--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-5-fontSize);
    letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
    line-height: var(--pbc-g-text-display-5-lineHeight);
  }
}
@media (min-width: 1440px) {
  .nupfixed--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-4-fontSize);
    letter-spacing: var(--pbc-g-text-display-4-letterSpacing);
    line-height: var(--pbc-g-text-display-4-lineHeight);
  }
}
.nupfixed--blade .blade__description {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .nupfixed--blade .blade__description {
    margin-top: 16px;
  }
  .nupfixed--blade.nupfixed--link_above .blade__description {
    margin-bottom: 8px;
  }
}
.cards .card__price.hidden {
  display: none;
}
.nupfixed--blade.nupfixed--link_above header {
  grid-row: 1;
}
.nupfixed--blade.nupfixed--link_above .cards {
  grid-row: 3;
}
.nupfixed--blade.nupfixed--link_above .currency-selector-main .cards {
  grid-row: 4;
}
.nupfixed--blade.nupfixed--link_above .nupfixed_cta {
  grid-row: 2;
}
.nupfixed--blade.nupfixed--link_below header {
  grid-row: 1;
}
.nupfixed--blade.nupfixed--link_below .cards {
  grid-row: 2;
}
.nupfixed--blade.nupfixed--link_below .currency-selector-main .cards,
.nupfixed--blade.nupfixed--link_below .nupfixed_cta {
  grid-row: 3;
}
.nupfixed--blade.nupfixed--link_below .currency-selector-main .nupfixed_cta {
  grid-row: 4;
}
.nupfixed--blade .currency-selector-container {
  text-align: center;
}
.nupfixed--blade .legal {
  color: var(--pbc-g-text-legal-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
  text-align: center;
}
.nupfixed--blade .legal p {
  margin-bottom: 8px;
  margin-top: 0;
}
.nupfixed--blade .legal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nupfixed--blade .cards,
  .nupfixed--blade .legal,
  .nupfixed--blade .nupfixed__blade-heading,
  .nupfixed--blade .nupfixed_cta {
    grid-column: 1 / span 6;
  }
  .nupfixed--blade .cards {
    margin-top: 24px;
  }
  .nupfixed--blade .cards--carousel {
    margin-left: -24px;
    margin-right: -24px;
  }
  .nupfixed--blade .cards .scrollable__content {
    gap: 0 24px;
  }
  .nupfixed--blade .cards .card {
    max-width: var(--nupfixed-card-width);
  }
  .nupfixed--blade .cards .carousel-card,
  .nupfixed--blade.nupfixed--card_productaddon .cards .card {
    width: 270px;
  }
  .nupfixed--blade .cards .card__wrapper {
    margin: 0 auto;
  }
  .nupfixed--blade .cards .card:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .nupfixed--blade.nupfixed--card_pricingedition .cards .card:last-of-type,
  .nupfixed--blade.nupfixed--card_successplan .cards .card:last-of-type {
    margin-bottom: 8px;
  }
  .nupfixed--blade .currency-selector-container {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --nupfixed-card-width: 280px;
  }
  .nupfixed--blade .grid.grid_main {
    grid-row-gap: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-row: 1;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-row: 2;
  }
  .nupfixed--blade .cards .card__wrapper {
    justify-content: flex-start;
  }
  .nupfixed--blade .cards {
    flex-direction: row;
    justify-content: center;
  }
  .nupfixed--blade .cards--flex {
    display: flex;
  }
  .nupfixed--blade .legal {
    grid-row: 4;
  }
  .nupfixed--blade .currency-selector-main .legal {
    grid-row: 5;
  }
  .nupfixed--blade .blade__description {
    margin-left: 56px;
    margin-right: 56px;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-column: 2 / span 10;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-column: 2 / span 10;
    margin-top: 48px;
  }
  .nupfixed--blade .cards {
    flex-wrap: wrap;
    gap: 40px var(--nupfixed-column-gap);
    grid-column: 2 / span 10;
    margin-top: 64px;
  }
  .nupfixed--blade .cards.cards--flexLeft {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(
      var(--nupfixed-card-width) * 2 + var(--nupfixed-column-gap)
    );
  }
  .nupfixed--blade .cards .scrollable__content {
    gap: 0 var(--nupfixed-column-gap);
  }
  .nupfixed--blade .cards .card {
    height: auto;
    min-width: var(--nupfixed-card-width);
    width: var(--nupfixed-card-width);
  }
  .nupfixed--blade .legal {
    grid-column: 3 / span 8;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  :root {
    --nupfixed-card-width: 288px;
    --nupfixed-column-gap: 32px;
  }
  .nupfixed--blade .no-header .cards {
    grid-row: 1;
    margin-top: 0;
  }
  .nupfixed--blade .no-header .legal,
  .nupfixed--blade .no-header .nupfixed-cta {
    grid-row: 2;
  }
  .nupfixed--blade .grid.grid_main {
    grid-row-gap: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-row: 1;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-row: 2;
  }
  .nupfixed--blade .cards .card__wrapper {
    justify-content: flex-start;
  }
  .nupfixed--blade .cards {
    flex-direction: row;
    justify-content: center;
  }
  .nupfixed--blade .cards--flex {
    display: flex;
  }
  .nupfixed--blade .legal {
    grid-row: 4;
  }
  .nupfixed--blade .currency-selector-main .legal {
    grid-row: 5;
  }
  .nupfixed--blade .blade__description {
    margin-left: 56px;
    margin-right: 56px;
  }
  .nupfixed--blade .no-header.currency-selector-main .cards {
    grid-row: 2;
  }
  .nupfixed--blade
    .no-header.currency-selector-main
    .currency-selector-container {
    margin-bottom: 48px;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-column: 3 / span 8;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-column: 3 / span 8;
    margin-top: 48px;
  }
  .nupfixed--blade .cards {
    flex-wrap: wrap;
    gap: 40px var(--nupfixed-column-gap);
    grid-column: 1 / span 12;
    margin-top: 64px;
  }
  .nupfixed--blade .cards.cards--flexFour {
    grid-column: 3 / span 8;
    max-width: 895px;
  }
  .nupfixed--blade .cards.cards--flexFive {
    grid-column: 2 / span 10;
    min-width: calc(
      var(--nupfixed-card-width) * 3 + var(--nupfixed-column-gap) * 2
    );
  }
  .nupfixed--blade .cards.cards--flexLeft {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(
      var(--nupfixed-card-width) * 3 + var(--nupfixed-column-gap) * 2
    );
  }
  .nupfixed--blade .cards .scrollable__content {
    gap: 0 var(--nupfixed-column-gap);
  }
  .nupfixed--blade .cards .card {
    height: auto;
    min-width: var(--nupfixed-card-width);
    width: var(--nupfixed-card-width);
  }
  .nupfixed--blade .legal {
    grid-column: 3 / span 8;
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  :root {
    --nupfixed-card-width: 290px;
    --nupfixed-column-gap: 40px;
  }
  .nupfixed--blade .nupfixed__1 .nupfixed__blade-heading,
  .nupfixed--blade .nupfixed__2 .nupfixed__blade-heading {
    display: flex;
    flex-direction: column;
    grid-column: 1 / span 6;
    grid-row: 1;
    justify-content: end;
    text-align: left;
  }
  .nupfixed--blade .currency-selector-main.nupfixed__1 .nupfixed__blade-heading,
  .nupfixed--blade
    .currency-selector-main.nupfixed__2
    .nupfixed__blade-heading {
    display: grid;
    grid-row: 2 / span 2;
    justify-content: left;
    text-align: left;
  }
  .nupfixed--blade.nupfixed--card_successplan .nupfixed__blade-heading {
    grid-row: 1 / span 2;
    justify-content: center;
  }
  .nupfixed--blade .nupfixed__1 .cards,
  .nupfixed--blade .nupfixed__2 .cards {
    display: flex;
    grid-column: 7 / span 6;
    grid-row: 1 / span 2;
    justify-items: center;
  }
  .nupfixed--blade .nupfixed__1 .nupfixed_cta,
  .nupfixed--blade .nupfixed__2 .nupfixed_cta {
    flex-direction: column;
    grid-column: 1 / span 6;
    grid-row: 2;
    justify-content: start;
  }
  .nupfixed--blade .nupfixed__1 .nupfixed_cta .cta_container.flex--center,
  .nupfixed--blade .nupfixed__2 .nupfixed_cta .cta_container.flex--center {
    justify-content: flex-start;
  }
  .nupfixed--blade .nupfixed__1 .cards {
    justify-content: center;
  }
  .nupfixed--blade .nupfixed__2 .cards {
    justify-content: flex-start;
  }
  .nupfixed--blade .nupfixed__1 .legal,
  .nupfixed--blade .nupfixed__2 .legal {
    grid-row: 3;
  }
  .nupfixed--blade .nupfixed__1 .blade__description,
  .nupfixed--blade .nupfixed__2 .blade__description {
    margin-left: 0;
  }
  .nupfixed--blade .nupfixed__1 .blade__description {
    margin-right: 110px;
  }
  .nupfixed--blade .no-header .cards {
    grid-row: 1;
    margin-top: 0;
  }
  .nupfixed--blade .no-header .legal,
  .nupfixed--blade .no-header .nupfixed-cta {
    grid-row: 2;
  }
  .nupfixed--blade .grid.grid_main {
    grid-row-gap: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-row: 1;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-row: 2;
  }
  .nupfixed--blade .cards .card__wrapper {
    justify-content: flex-start;
  }
  .nupfixed--blade .cards {
    flex-direction: row;
    justify-content: center;
  }
  .nupfixed--blade .cards--flex {
    display: flex;
  }
  .nupfixed--blade .legal {
    grid-row: 4;
  }
  .nupfixed--blade .currency-selector-main .legal {
    grid-row: 5;
  }
  .nupfixed--blade .blade__description {
    margin-left: 56px;
    margin-right: 56px;
  }
  .nupfixed--blade .no-header.currency-selector-main .cards {
    grid-row: 2;
  }
  .nupfixed--blade .nupfixed__blade-heading {
    grid-column: 3 / span 8;
  }
  .nupfixed--blade .carousel__container .nupfixed__blade-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .nupfixed--blade .nupfixed_cta {
    grid-column: 3 / span 8;
    margin-top: 48px;
  }
  .nupfixed--blade.nupfixed--card_productaddon .nupfixed__1 .nupfixed_cta,
  .nupfixed--blade.nupfixed--card_productaddon .nupfixed__2 .nupfixed_cta {
    grid-row: 2;
  }
  .nupfixed--blade .currency-selector-main.nupfixed__1 .cards,
  .nupfixed--blade .currency-selector-main.nupfixed__2 .cards {
    display: flex;
    grid-column: 7 / span 6;
    grid-row: 1 / span 4;
    justify-items: center;
  }
  .nupfixed--blade .currency-selector-main.nupfixed__1 .nupfixed_cta,
  .nupfixed--blade .currency-selector-main.nupfixed__2 .nupfixed_cta {
    display: grid;
    grid-row: 4;
  }
  .nupfixed--blade .cards {
    flex-wrap: wrap;
    gap: 40px var(--nupfixed-column-gap);
    grid-column: 1 / span 12;
    margin-top: 64px;
  }
  .nupfixed--blade .cards.cards--flexFive {
    grid-column: 2 / span 10;
  }
  .nupfixed--blade .cards.cards--flexLeft {
    justify-content: flex-start;
  }
  .nupfixed--blade .nupfixed__1 .cards,
  .nupfixed--blade .nupfixed__2 .cards {
    margin-top: 0;
  }
  .nupfixed--blade .cards .scrollable__content {
    gap: 0 var(--nupfixed-column-gap);
  }
  .nupfixed__2
    .cards--carousel
    .carousel__scrollable
    .carousel__wrapper
    .carousel
    .carousel-card:first-child {
    margin-left: 10px;
  }
  .nupfixed__2
    .cards--carousel
    .carousel__scrollable
    .carousel__wrapper
    .carousel
    .carousel-card:last-child {
    margin-right: 10px;
  }
  .nupfixed--blade .cards .card {
    min-width: var(--nupfixed-card-width);
    width: var(--nupfixed-card-width);
  }
  .nupfixed--blade .legal {
    grid-column: 3 / span 8;
    margin-top: 40px;
  }
  .nupfixed--blade .currency-selector-container {
    grid-column: 3 / span 8;
    grid-row: 2;
    margin-top: 48px;
  }
  .nupfixed--blade.nupfixed--link_above .currency-selector-container {
    grid-row: 3;
  }
  .nupfixed--blade .no-header .currency-selector-container,
  .nupfixed--blade .nupfixed__1 .currency-selector-container,
  .nupfixed--blade .nupfixed__2 .currency-selector-container {
    grid-row: 1;
    margin-bottom: 48px;
    margin-top: 0;
  }
  .nupfixed--blade .nupfixed__1 .currency-selector-container,
  .nupfixed--blade .nupfixed__2 .currency-selector-container {
    grid-column: 1 / span 3;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nupfixed--blade .currency-selector-container {
    grid-column: 3 / span 8;
    grid-row: 2;
    margin-top: 48px;
  }
  .nupfixed--blade.nupfixed--link_above .currency-selector-container {
    grid-row: 3;
  }
  .nupfixed--blade .no-header .currency-selector-container {
    grid-row: 1;
  }
}
.currency-selector-container .select.currency-selector select {
  color: var(--pbc-g-text-body-color);
  display: block;
  font-family: var(--pbc-g-font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.0012em;
  line-height: 24px;
  width: auto;
}
.currency-selector-container .select.currency-selector select p {
  margin-bottom: 14px;
  margin-top: 0;
}
.currency-selector-container .select.currency-selector select p:last-child {
  margin-bottom: 0;
}
.currency-selector-container .select.currency-selector label {
  color: var(--pbc-g-text-body-color);
  display: inline-flex;
  font-family: var(--pbc-g-font-sans);
  font-size: 16px;
  letter-spacing: -0.0012em;
  line-height: 24px;
  margin-bottom: 8px;
  margin-right: 6px;
}
.currency-selector-container .select.currency-selector label p {
  margin-bottom: 14px;
  margin-top: 0;
}
.currency-selector-container .select.currency-selector label p:last-child {
  margin-bottom: 0;
}
.currency-selector-container .select.currency-selector select:focus {
  box-shadow: none;
}
.currency-selector-container .select.currency-selector .tooltip {
  display: inline-flex;
  vertical-align: middle;
}
.currency-selector-container .select.currency-selector.dark label {
  --pbc-g-text-body-color: var(--pbc-g-gray-100);
}
.productportfolio--blade .grid.grid_main {
  row-gap: 40px;
}
@media (max-width: 1023px) {
  .productportfolio--blade .grid.grid_main {
    row-gap: 32px;
  }
}
.productportfolio--blade .section--featured {
  grid-column: 1/-1;
  margin: 0 auto;
}
.productportfolio--blade .section--featured .card__wrapper {
  max-width: 1060px;
}
@media (max-width: 1439px) {
  .productportfolio--blade .section--featured .card__wrapper {
    max-width: 928px;
  }
}
@media (max-width: 1023px) {
  .productportfolio--blade .section--featured .card__wrapper {
    max-width: 462px;
  }
}
.productportfolio--blade .productportfolio_cta,
.productportfolio--blade .section--secondary {
  grid-column: 1/-1;
}
.productportfolio--blade .single--category {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productportfolio--blade .single--category {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .productportfolio--blade .single--category {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .productportfolio--blade .multiple--category {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .productportfolio--blade .multiple--category {
    margin-bottom: 8px;
  }
}
.productportfolio__blade-heading + .section--secondary,
.section--featured + .section--secondary {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .productportfolio__blade-heading + .section--secondary,
  .section--featured + .section--secondary {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .productportfolio__blade-heading + .section--secondary,
  .section--featured + .section--secondary {
    margin-top: 16px;
  }
}
.productportfolio--blade .headline__secondary,
.productportfolio--blade header {
  grid-column: 3 / span 8;
  text-align: center;
}
@media (max-width: 1439px) {
  .productportfolio--blade .headline__secondary,
  .productportfolio--blade header {
    grid-column: 2 / span 10;
  }
}
@media (max-width: 767px) {
  .productportfolio--blade .headline__secondary,
  .productportfolio--blade header {
    grid-column: 1/-1;
  }
}
.productportfolio--blade .headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .productportfolio--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-5-fontSize);
    letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
    line-height: var(--pbc-g-text-display-5-lineHeight);
  }
}
@media (min-width: 1440px) {
  .productportfolio--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-4-fontSize);
    letter-spacing: var(--pbc-g-text-display-4-letterSpacing);
    line-height: var(--pbc-g-text-display-4-lineHeight);
  }
}
.productportfolio--blade .headline__secondary {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-6-fontSize);
  letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
  line-height: var(--pbc-g-text-display-6-lineHeight);
  margin-bottom: 8px;
  margin-top: 24px;
}
@media (max-width: 1439px) {
  .productportfolio--blade .headline__secondary {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: 20px;
    letter-spacing: -0.004em;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .productportfolio--blade .headline__secondary {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .productportfolio--blade .headline__secondary {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .productportfolio .section--category-title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .productportfolio > .section--category-select {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .productportfolio > .section--category-select {
    grid-column: 4/10;
  }
}
@media (max-width: 767px) {
  .productportfolio > .section--category-select {
    grid-column: 1/-1;
    margin: 0 auto;
    max-width: 420px;
  }
  .productportfolio--blade
    .productportfolio_cta
    .cta_button[variant="textNoPadding"] {
    display: flex;
    justify-content: center;
  }
}
.comparisontable.grid.grid_main {
  grid-row-gap: 16px;
  row-gap: 16px;
}
.comparisontable--blade .headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
}
@media (min-width: 768px) and (max-width: 1439px) {
  .comparisontable--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-5-fontSize);
    letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
    line-height: var(--pbc-g-text-display-5-lineHeight);
  }
}
@media (min-width: 1440px) {
  .comparisontable--blade .headline {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-4-fontSize);
    letter-spacing: var(--pbc-g-text-display-4-letterSpacing);
    line-height: var(--pbc-g-text-display-4-lineHeight);
  }
}
.comparisontable_wrapper.table tbody,
.comparisontable_wrapper.table thead {
  margin-left: 300px;
}
@media (max-width: 767px) {
  .comparisontable_wrapper.table tbody,
  .comparisontable_wrapper.table thead {
    margin-left: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comparisontable_wrapper.table tbody,
  .comparisontable_wrapper.table thead {
    margin-left: 256px;
  }
}
.comparisontable_wrapper.table > table > thead > tr > th {
  align-items: stretch;
  padding: 4px;
}
.comparisontable_wrapper.table td:not(.sticky-column),
.comparisontable_wrapper.table th:not(.sticky-column) {
  min-width: 160px;
  text-align: center;
}
.comparisontable_wrapper.table td.sticky-column,
.comparisontable_wrapper.table th.sticky-column {
  left: 0;
  width: 300px;
}
@media (max-width: 767px) {
  .comparisontable_wrapper.table td.sticky-column,
  .comparisontable_wrapper.table th.sticky-column {
    width: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comparisontable_wrapper.table td.sticky-column,
  .comparisontable_wrapper.table th.sticky-column {
    width: 256px;
  }
}
.comparisontable_wrapper.table.has-horizontal-scroll th.sticky-column {
  border-right: 0.5px solid var(--sds-g-color-palette-neutral-90);
}
.comparisontable_wrapper.table.has-horizontal-scroll td.sticky-column:after,
.comparisontable_wrapper.table.has-horizontal-scroll th.sticky-column:after {
  box-shadow: 10px 0 10px hsla(0, 0%, 9%, 0.08);
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 10px;
}
.comparisontable_wrapper .edition_wrapper {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.comparisontable_wrapper .edition_wrapper .col__background-image {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.comparisontable_wrapper
  .edition_wrapper
  .col__background-image
  .textured-background {
  height: 100%;
  width: 100%;
}
.comparisontable_wrapper .edition_wrapper .edition__copy__wrapper {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.comparisontable_wrapper tbody tr td,
.comparisontable_wrapper tbody tr th {
  border: 0.5px solid var(--sds-g-color-palette-neutral-90);
  color: var(--pbc-g-text-legal-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.002em;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .comparisontable_wrapper tbody tr td,
  .comparisontable_wrapper tbody tr th {
    color: var(--pbc-g-text-body-color);
    font-family: var(--pbc-g-font-sans);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .comparisontable_wrapper tbody tr td p,
  .comparisontable_wrapper tbody tr th p {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .comparisontable_wrapper tbody tr td p:last-child,
  .comparisontable_wrapper tbody tr th p:last-child {
    margin-bottom: 0;
  }
}
.comparisontable_wrapper tbody tr th:first-child {
  border-left: none;
}
.comparisontable_wrapper tbody tr td:last-child {
  border-right: none;
}
.comparisontable_wrapper.table.sticky-column-table table th:first-child {
  border-left: none;
}
.comparisontable_wrapper tbody tr:nth-child(2n) > td,
.comparisontable_wrapper tbody tr:nth-child(2n) > th {
  background-color: #fafafa;
}
.comparisontable_wrapper .edition_price {
  color: var(--pbc-g-text-display-color);
  display: flex;
  font-family: var(--pbc-g-font-display);
  font-size: 20px;
  font-synthesis: none;
  justify-content: center;
  letter-spacing: -0.004em;
  line-height: 28px;
}
.comparisontable_wrapper .edition_price.hidden {
  display: none;
}
.comparisontable_wrapper .edition_name {
  color: var(--pbc-g-text-body-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
}
.comparisontable_wrapper .edition_name p {
  margin-bottom: 12px;
  margin-top: 0;
}
.comparisontable_wrapper .edition_name p:last-child {
  margin-bottom: 0;
}
.comparisontable_wrapper .edition_billing {
  color: var(--pbc-g-text-legal-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
}
.comparisontable_wrapper .checkmark:before {
  background-image: url(https://a.sfdcstatic.com/shared/images/pbc/icons/checkmark.svg);
  background-size: 20px 20px;
  border-radius: 50%;
  height: 16px;
  vertical-align: -20%;
  width: 16px;
}
.comparisontable_wrapper .checkmark:before,
.comparisontable_wrapper .dash:before {
  fill: var(--pbc-g-text-link-color-active);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.comparisontable_wrapper .dash:before {
  background-image: url(https://a.sfdcstatic.com/shared/images/pbc/icons/dash-icon.svg);
  background-size: 30px 30px;
  height: 2px;
  width: 14px;
}
.comparisontable_wrapper .table_column_header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.comparisontable_wrapper .table_column_header .table_row_heading {
  margin: 0 10px 0 0;
}
.comparisontable_wrapper th div p {
  margin: 0;
}
.comparisontable--blade header,
.comparisontable_cta {
  grid-column: 3 / span 8;
  text-align: center;
}
@media (max-width: 1439px) {
  .comparisontable--blade header,
  .comparisontable_cta {
    grid-column: 2 / span 10;
  }
}
@media (max-width: 767px) {
  .comparisontable--blade header,
  .comparisontable_cta {
    grid-column: 1/-1;
  }
  .comparisontable--blade .comparison__accordion {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .comparisontable--blade .comparison__accordion {
    grid-column: 2 / span 10;
  }
}
@media (min-width: 1440px) {
  .comparisontable--blade .comparison__accordion {
    grid-column: 1 / span 12;
  }
}
.table_placeholder_wrapper {
  background: var(--c360-g-color-error-base-1);
  border: 1px solid var(--sds-g-color-palette-neutral-80);
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .comparisontable--blade .table_placeholder_wrapper {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 768px) {
  .comparisontable--blade .table_placeholder_wrapper {
    grid-column: 2 / span 10;
  }
}
.table_placeholder_wrapper .content_wrapper {
  padding: 30px;
  text-align: center;
}
.table_placeholder_wrapper .content_wrapper .table_text {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: 20px;
  letter-spacing: -0.004em;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (min-width: 1440px) {
  .table_placeholder_wrapper .content_wrapper .table_text {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-6-fontSize);
    letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
    line-height: var(--pbc-g-text-display-6-lineHeight);
  }
}
.table_placeholder_wrapper .placeholder .content_wrapper .table_text {
  color: var(--c360-g-color-palette-neutral-30);
}
.edition_wrapper .edition_billing,
.edition_wrapper .edition_name,
.edition_wrapper .edition_price {
  color: var(--c360-g-color-palette-blue-20);
}
.table_placeholder_wrapper .content_wrapper .ucs-content {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 16px;
  word-break: break-all;
}
.table_placeholder_wrapper .price_image:before {
  background-image: url(https://a.sfdcstatic.com/shared/images/pbc/icons/table-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 44px;
  width: 60px;
}
.table_placeholder_wrapper .placeholder {
  align-items: center;
  background: #f4f4f4;
  border-radius: 12px;
  display: grid;
  height: 500px;
}
@media (max-width: 767px) {
  .table_placeholder_wrapper .placeholder {
    grid-column: 2 / span 10;
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .table_placeholder_wrapper .placeholder {
    grid-column: 3 / span 8;
    margin: 60px 0;
  }
}
@media (min-width: 1440px) {
  .table_placeholder_wrapper .placeholder {
    grid-column: 4 / span 6;
    margin: 80px 0;
  }
}
.comparisontable--blade .accordion__item {
  background-color: #fff;
  border: 1px solid var(--pbc-g-gray-90);
  border-radius: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .comparisontable--blade .accordion__item {
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comparisontable--blade .accordion__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .comparisontable--blade .accordion__item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.comparisontable_cta .cta_container.ctas__2 .cta_button[stacking^="wide"] {
  margin-bottom: 0;
}
.comparisontable_cta {
  margin-bottom: 24px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .comparisontable_cta {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .comparisontable .accordion__title {
    color: var(--pbc-g-text-display-color);
    font-family: var(--pbc-g-font-display);
    font-size: var(--pbc-g-text-display-6-fontSize);
    letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
    line-height: var(--pbc-g-text-display-6-lineHeight);
  }
}
.comparison__accordion .accordion__panel {
  padding-bottom: 24px;
}
.card--card_pricingedition {
  border-radius: 16px;
  border-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card--card_pricingedition .card__content__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.card--card_pricingedition .cta_container {
  justify-content: center;
  margin: 0 8px 24px;
  padding: 8px 24px;
}
.card--card_pricingedition .cta_container .cta_button__wrapper {
  display: flex;
  flex: 1 1 100%;
}
.card--card_pricingedition .cta_container .cta_button {
  --sds-c-button-spacing-block-start: 8px;
  --sds-c-button-spacing-inline-end: 24px;
  --sds-c-button-spacing-block-end: 8px;
  --sds-c-button-spacing-inline-start: 24px;
}
.card--card_pricingedition .card__background {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
  margin: 0;
  min-height: 242px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card--card_pricingedition .card__copy__container {
  margin: 32px 32px 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.card--card_pricingedition .card__copy__container .card__headline__wrapper {
  margin-bottom: 16px;
  min-height: 80px;
}
.card--card_pricingedition .card__background-image {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.card--card_pricingedition .card__background-image .textured-clouds {
  bottom: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.card--card_pricingedition .card__background-image .contour {
  bottom: 0;
  position: absolute;
}
.card--card_pricingedition .card__headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-6-fontSize);
  letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
  line-height: var(--pbc-g-text-display-6-lineHeight);
  margin-bottom: 0;
}
.card--card_pricingedition .card__description {
  color: var(--pbc-g-text-body-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.card--card_pricingedition .card__description ol li,
.card--card_pricingedition .card__description ul li {
  padding-bottom: 12px;
}
.card--card_pricingedition .card__description ul {
  padding-left: 20px;
  text-align: left;
}
.card--card_pricingedition .card__description ul li {
  list-style-type: disc;
  text-indent: 0;
}
.card--card_pricingedition .card__description ul li:before {
  display: none;
}
.card--card_pricingedition .card__description ul ul li {
  list-style-type: circle;
}
.card--card_pricingedition .card__description ul ul ul li {
  list-style-type: square;
}
.card--card_pricingedition .card__description p {
  margin-bottom: 12px;
  margin-top: 0;
}
.card--card_pricingedition .card__description p:last-child {
  margin-bottom: 0;
}
.card--card_pricingedition .card__price--display-2 {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-2-fontSize);
  letter-spacing: var(--pbc-g-text-display-2-letterSpacing);
  line-height: var(--pbc-g-text-display-2-lineHeight);
}
.card--card_pricingedition .card__price--display-3 {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-3-fontSize);
  letter-spacing: var(--pbc-g-text-display-3-letterSpacing);
  line-height: var(--pbc-g-text-display-3-lineHeight);
}
.card--card_pricingedition .card__price--display-5 {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
}
.card--card_pricingedition .card__price {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.card--card_pricingedition .card__price .price_text__symbol {
  align-self: flex-start;
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
}
.card--card_pricingedition .card__price .price_text__symbol.symbol__bottom {
  align-self: flex-end;
}
.card--card_pricingedition .card__price_suffix {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 24px;
  margin-top: -4px;
}
.card--card_pricingedition .card__price_subtext {
  color: var(--pbc-g-gray-20);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
  margin-top: 8px;
}
.card--card_pricingedition .card__features {
  color: var(--pbc-g-text-body-color);
  flex: 1 1 auto;
  font-family: var(--pbc-g-font-sans);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 12px;
}
.card--card_pricingedition .card__features p {
  margin-bottom: 12px;
  margin-top: 0;
}
.card--card_pricingedition .card__features p:last-child {
  margin-bottom: 0;
}
.card--card_pricingedition .card__features .card__list {
  padding: 0;
}
.card--card_pricingedition .card__features .card__list .card__list-item {
  display: flex;
  list-style-type: none;
  margin-right: 32px;
  padding-bottom: 12px;
}
.card--card_pricingedition
  .card__features
  .card__list
  .card__list-item
  .card__tooltip {
  display: inline-block;
  margin-left: auto;
  margin-top: 3px;
  padding-left: 16px;
}
.card--card_pricingedition .card__features .card__checkmark:before {
  fill: var(--pbc-g-text-link-color-active);
  background-color: var(--pbc-checkbox-background-color);
  background-image: url(https://a.sfdcstatic.com/shared/images/pbc/icons/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 32px;
  margin-right: 12px;
  vertical-align: -20%;
  width: 20px;
}
.textured-clouds--default {
  fill: #eaf5fe;
  color: #90d0fe;
}
.textured-clouds--teal {
  fill: #def9f3;
  color: #04e1cb;
}
.textured-clouds--green {
  fill: #cdefc4;
  color: #41b658;
}
.textured-clouds--yellow {
  fill: #fbf3e0;
  color: #fcc003;
}
.textured-clouds--orange {
  fill: #fff1ea;
  color: #fe9339;
}
.textured-clouds--hot-orange {
  fill: #fef1ed;
  color: #ff784f;
}
.textured-clouds--pink {
  fill: #fef0f3;
  color: #ff538a;
}
.textured-clouds--purple {
  fill: #f6f2fb;
  color: #c29ef1;
}
.textured-clouds--violet {
  fill: #f9f0ff;
  color: #d17dfe;
}
.textured-clouds--indigo {
  fill: #f1f3fb;
  color: #bec7f6;
}
.textured-clouds--blue {
  fill: #eef4ff;
  color: #0176d3;
}
.textured-clouds--aubergine {
  fill: #faf0ff;
  color: #d083e6;
}
.textured-clouds--electric-blue {
  fill: #edf4ff;
  color: #066afe;
}
.tooltip {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.tooltip:focus {
  outline: 1px solid var(--pbc-focus-state-color);
}
.tooltip:focus .tooltip_icon path,
.tooltip_icon:hover path {
  fill: var(--pbc-g-blue-vibrant-20);
}
button.tooltip {
  background: none;
  border-color: transparent;
  border-width: 0;
  padding: unset;
}
.tippy-content {
  padding: 8px 12px;
}
.tippy-box[data-theme~="light-tooltip"] {
  background-color: var(--sds-g-color-palette-cloud-blue-95);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 9%, 0.08),
    0 2px 4px 1px hsla(0, 0%, 9%, 0.16);
  color: var(--pbc-g-gray-20);
  color: var(--pbc-g-blue-vibrant-20);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
}
.tippy-box[data-theme~="light-tooltip"][data-placement^="top"]
  > .tippy-arrow:before {
  border-top-color: var(--sds-g-color-palette-cloud-blue-95);
  transform: scale(1.25);
}
.tippy-box[data-theme~="light-tooltip"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: var(--sds-g-color-palette-cloud-blue-95);
  transform: scale(1.25);
}
.tippy-box[data-theme~="light-tooltip"][data-placement^="left"]
  > .tippy-arrow:before {
  border-left-color: var(--sds-g-color-palette-cloud-blue-95);
  transform: scale(1.25);
}
.tippy-box[data-theme~="light-tooltip"][data-placement^="right"]
  > .tippy-arrow:before {
  border-right-color: var(--sds-g-color-palette-cloud-blue-95);
  transform: scale(1.25);
}
.tippy-box[data-theme~="dark-tooltip"] {
  background-color: var(--pbc-g-blue-vibrant-20);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 9%, 0.08),
    0 2px 4px 1px hsla(0, 0%, 9%, 0.16);
  color: var(--pbc-g-gray-20);
  color: var(--pbc-g-gray-100);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
}
.tippy-box[data-theme~="dark-tooltip"][data-placement^="top"]
  > .tippy-arrow:before {
  border-top-color: var(--pbc-g-blue-vibrant-20);
  transform: scale(1.25);
}
.tippy-box[data-theme~="dark-tooltip"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: var(--pbc-g-blue-vibrant-20);
  transform: scale(1.25);
}
.tippy-box[data-theme~="dark-tooltip"][data-placement^="left"]
  > .tippy-arrow:before {
  border-left-color: var(--pbc-g-blue-vibrant-20);
  transform: scale(1.25);
}
.tippy-box[data-theme~="dark-tooltip"][data-placement^="right"]
  > .tippy-arrow:before {
  border-right-color: var(--pbc-g-blue-vibrant-20);
  transform: scale(1.25);
}
.sf-call {
  bottom: 91px;
  position: fixed;
  right: 30px;
  z-index: 105;
}
.call-btn-wrapper {
  display: none !important;
}
.call-btn-wrapper a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .call-btn-wrapper {
    background-color: var(--hgf-g-blue-vibrant-50);
    border-radius: 50%;
    display: block !important;
    height: 60px;
    margin-bottom: 9px;
    width: 60px;
  }
  .call-btn-wrapper a.btn {
    background-image: url(https://www.salesforce.com/etc/clientlibs/sfdc-www/clientlibs_www_livechat/img/call-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 100%;
    touch-action: manipulation;
    width: 100%;
  }
}
.pbc_link--bold {
  font-weight: 700;
}
.carousel__container {
  max-width: 100%;
  overflow: hidden;
}
.carousel__container .grid.grid_main {
  margin: 0 auto;
}
.carousel__wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
}
.carousel__wrapper:before {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel__wrapper .left-nav,
.carousel__wrapper .right-nav {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 9%, 0.04);
  border-radius: 56px;
  box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, 0.08),
    0 8px 12px -2px hsla(0, 0%, 9%, 0.16);
  cursor: pointer;
  height: 56px;
  padding-top: 6px;
  position: absolute;
  width: 56px;
  z-index: 2;
}
.carousel__wrapper .left-nav:focus-visible,
.carousel__wrapper .right-nav:focus-visible {
  outline: 5px solid #1b96ff;
}
.carousel__wrapper .left-nav:before {
  content: url(https://a.sfdcstatic.com/shared/images/pbc/icons/chevron-left.svg);
  position: relative;
  right: 2px;
  top: 1px;
}
.carousel__wrapper .right-nav:before {
  content: url(https://a.sfdcstatic.com/shared/images/pbc/icons/chevron-right.svg);
  left: 2px;
  position: relative;
  top: 1px;
}
.carousel__wrapper .carousel {
  display: flex;
  height: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
}
.carousel__wrapper .carousel-transform-right {
  animation: bounce-right 1.75s 1;
}
.carousel__wrapper .carousel-transform-left {
  animation: bounce-left 1.75s 1;
}
.carousel__wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.carousel__wrapper .carousel .carousel-card {
  flex-shrink: 0;
  max-width: 327px;
}
.carousel__wrapper .carousel .carousel-card:last-child {
  margin-right: 0;
}
.carousel__wrapper .card--mask {
  background-color: #fff;
  height: 100%;
}
.carousel__wrapper .card--mask .card__content__wrapper {
  height: 100%;
}
.carousel__wrapper .card--mask.border-rad-16 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.carousel__wrapper .pbc-g-elevation-2 {
  background-color: transparent;
}
.carousel__container .carousel__scrollable .scrollable__scrollbar--x {
  margin: 0 auto;
  max-width: 88.88%;
}
.carousel__container .carousel {
  justify-content: center;
}
@keyframes bounce-right {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-8px);
  }
  60% {
    transform: translateX(0);
  }
}
@keyframes bounce-left {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateX(0);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .carousel__container .grid.grid_main {
    margin-left: 24px;
    margin-right: 24px;
  }
  .carousel__scrollable .scrollable__scrollbar--x {
    margin-left: 24px;
    margin-right: 24px;
    max-width: 100%;
  }
  .carousel__wrapper {
    min-width: 100vw;
  }
  .carousel__wrapper .left-nav,
  .carousel__wrapper .right-nav {
    display: none;
  }
  .carousel__wrapper .carousel .carousel-card {
    margin-bottom: 32px;
  }
  .carousel__wrapper .carousel .carousel-card:first-child {
    margin-left: 24px;
  }
  .carousel__wrapper .carousel .carousel-card:last-child {
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .carousel__container .cards {
    grid-column: 1 / span 12;
  }
  .carousel__wrapper .left-nav {
    left: 10px;
  }
  .carousel__wrapper .right-nav {
    right: 19px;
  }
  .carousel__container .carousel .card:first-of-type {
    margin-left: 5vw;
  }
  .carousel__container .carousel .card:last-of-type {
    margin-right: 5vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .carousel__wrapper {
    min-width: 100%;
  }
  .carousel__wrapper .left-nav {
    left: 20px;
  }
  .carousel__wrapper .right-nav {
    right: 20px;
  }
  .carousel__container .carousel .card:first-of-type {
    margin-left: 5vw;
  }
  .carousel__container .carousel .card:last-of-type {
    margin-right: 5vw;
  }
}
@media (min-width: 1440px) {
  .carousel__container .grid.grid_main {
    grid-template-columns: repeat(12, 83.33px);
    max-width: 1440px;
  }
  .carousel__container .carousel .card:first-of-type {
    margin-left: 80px;
  }
  .carousel__container .carousel .card:last-of-type {
    margin-right: 80px;
  }
  .carousel__wrapper .left-nav {
    left: 32px;
  }
  .carousel__wrapper .right-nav {
    right: 32px;
  }
}
.card--card_successplan {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.card--card_successplan .card__content__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .card--card_successplan .card__content__wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.card--card_successplan .card__headline__wrapper {
  margin-bottom: 16px;
}
.card--card_successplan .card__headline {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: 20px;
  letter-spacing: -0.004em;
  line-height: 28px;
  margin-bottom: 4px;
  margin-top: 32px;
}
.card--card_successplan .card__description {
  color: var(--pbc-g-text-body-color);
  font-family: var(--pbc-g-font-sans);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.card--card_successplan .card__description ol li,
.card--card_successplan .card__description ul li {
  padding-bottom: 12px;
}
.card--card_successplan .card__description ul {
  padding-left: 20px;
  text-align: left;
}
.card--card_successplan .card__description ul li {
  list-style-type: disc;
  text-indent: 0;
}
.card--card_successplan .card__description ul li:before {
  display: none;
}
.card--card_successplan .card__description ul ul li {
  list-style-type: circle;
}
.card--card_successplan .card__description ul ul ul li {
  list-style-type: square;
}
.card--card_successplan .card__description p {
  margin-bottom: 12px;
  margin-top: 0;
}
.card--card_successplan .card__description p:last-child {
  margin-bottom: 0;
}
.card--card_successplan .card__price {
  color: var(--pbc-g-text-display-color);
  display: flex;
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-2-fontSize);
  justify-content: center;
  letter-spacing: var(--pbc-g-text-display-2-letterSpacing);
  line-height: var(--pbc-g-text-display-2-lineHeight);
  margin-bottom: 0;
}
.card--card_successplan .card__price .price_text__symbol {
  align-self: flex-start;
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-5-fontSize);
  letter-spacing: var(--pbc-g-text-display-5-letterSpacing);
  line-height: var(--pbc-g-text-display-5-lineHeight);
}
.card--card_successplan .card__price .price_text__symbol.symbol__bottom {
  align-self: flex-end;
}
.card--card_successplan .card__price .card__price_description {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: var(--pbc-g-text-display-6-fontSize);
  letter-spacing: var(--pbc-g-text-display-6-letterSpacing);
  line-height: var(--pbc-g-text-display-6-lineHeight);
}
.card--card_successplan .card__price_suffix {
  color: var(--pbc-g-text-display-color);
  font-family: var(--pbc-g-font-display);
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 24px;
  margin-top: -4px;
}
.card--card_successplan .card__price_subtext {
  color: var(--pbc-g-gray-20);
  font-family: var(--pbc-g-font-sans);
  font-size: 12px;
  letter-spacing: 0.002em;
  line-height: 18px;
  margin-top: 4px;
}
.card--card_successplan .card__features {
  color: var(--pbc-g-text-body-color);
  flex: 1 1 auto;
  font-family: var(--pbc-g-font-sans);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.card--card_successplan .card__features p {
  margin-bottom: 12px;
  margin-top: 0;
}
.card--card_successplan .card__features p:last-child {
  margin-bottom: 0;
}
.card--card_successplan .card__features .card__list {
  margin-bottom: 20px;
  margin-top: 24px;
  padding: 0;
}
.card--card_successplan .card__features .card__list .card__list-item {
  display: flex;
  list-style-type: none;
  padding-bottom: 12px;
  text-align: left;
}
.card--card_successplan
  .card__features
  .card__list
  .card__list-item
  .card__tooltip {
  display: inline-block;
  margin-left: auto;
  margin-top: 3px;
}
.card--card_successplan .card__features .card__checkmark:before {
  fill: #032d60;
  background-color: var(--sds-g-color-palette-cloud-blue-95);
  background-image: url(https://a.sfdcstatic.com/shared/images/pbc/icons/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 12px;
  vertical-align: -20%;
  width: 20px;
}
.card--card_successplan .cta_container {
  justify-content: center;
  margin-bottom: 40px;
}
.card--card_successplan .cta_container .cta_button {
  --sds-c-button-spacing-block-start: 8px;
  --sds-c-button-spacing-inline-end: 24px;
  --sds-c-button-spacing-block-end: 8px;
  --sds-c-button-spacing-inline-start: 24px;
} 
.cards-grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .cards-grid__wrapper {
    gap: 32px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .cards-grid__wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .cards-grid__wrapper {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .cards-grid__wrapper > .card__wrapper {
    width: 290px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .cards-grid__wrapper > .card__wrapper {
    width: 288px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .cards-grid__wrapper > .card__wrapper {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .cards-grid__wrapper > .card__wrapper {
    max-width: 327px;
    width: 100%;
  }
}
 
 
 .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
}



 .circle .logo {
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: #f5f5f5;
    border-radius: 100vmax;
    text-align: center;
    z-index: 3; }
  .circle .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    font-size: 17px;
    animation: textRotation 8s linear infinite; }
    .circle .text span {
      position: absolute;
      left: 50%;
      font-size: 1.2em;
      transform-origin: 0 100px; }

@keyframes textRotation {
  to {
    transform: rotate(360deg); } }
.about-style-2 .sec-sub-title {
  color: var(--clr-white); }
.about-style-2 .sec-title {
  color: var(--clr-white);
  font-size: 45px; }
.about-style-2 p {
  color: rgba(var(--clr-white-rgb), 0.7); }
.about-style-2 .progress-wpr .progress-box h5 {
  color: var(--clr-white); }
.about-style-2 .progress-wpr .progress-box .progress {
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--clr-white);
  --bs-progress-bar-bg: var(--clr-def); }

.about-2-1 {
  position: absolute;
  bottom: -220px;
  right: 30px;
  border: 15px solid var(--clr-white); }

.about-2-2 {
  border-radius: 50%; }

.curve-wave {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: -1; }