.section--tabulation-repeater-list-item-with-image {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 40px 20px;
}

.section--tabulation-repeater-list-item-with-image .section--inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    align-items: center;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 880px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--header .section--title {
    margin: 0;
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--header .section--description {
    color: var(--white);
    text-align: center;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__list {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__list {
    display: none;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__list .tab__item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 8px 20px;
    border-bottom: 4px solid var(--blue);
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
    width: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__list .tab__item img {
    max-width: unset;
    width: auto;
    height: 22px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__list .tab__item.is--active {
    color: var(--pink-400);
    border-color: var(--pink-400);
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__list .tab__item.is--active img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(28%) saturate(443%) hue-rotate(293deg) brightness(104%) contrast(97%);
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content {
    width: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__content {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content {
    flex-flow: column nowrap;
    display: none;
    width: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__content .tab__item-content {
    display: flex;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content.is--active {
    display: flex;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    background: var(--white);
    padding: 32px 20px;
    border-radius: 24px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image {
    background: var(--pink-400);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-sticky {
    width: 100%;
    aspect-ratio: 1/1;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-sticky img {
    width: 100%;
    height: 100%;
    /* transform-style: preserve-3d;
    will-change: transform;
    filter: drop-shadow(0 16px 20px rgba(0,0,0,.25)); */
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-header {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-header .treatment--tab-contents-content-header-title {
    margin: 0;
    color: var(--dark-blue);
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-line-height);
    font-weight: 600;
    text-transform: capitalize;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body {
    background: var(--dark-blue);
    padding: 20px;
    color: var(--white);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
}
.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body ul {
	margin-left: 28px;
    padding-left: 0;
	gap: 6px;
    display: flex;
    flex-flow: column nowrap;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists li {
    width: 100%;
    padding: 10px 8px;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    border-bottom: 1px solid var(--blue);
}
.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body ul li a:hover {
	color: #F2D0D6;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists li:before {
    content: '';
    display: inline-flex;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDRDMTYuNDE4MyA0IDIwIDcuNTgxNzIgMjAgMTJDMjAgMTYuNDE4MyAxNi40MTgzIDIwIDEyIDIwQzcuNTgxNzIgMjAgNCAxNi40MTgzIDQgMTJDNCA3LjU4MTcyIDcuNTgxNzIgNCAxMiA0Wk0xMy41NDIgNy43OTE5OUMxMy4xODE1IDcuNDMxNTEgMTIuNTk2OCA3LjQzMTUxIDEyLjIzNjMgNy43OTE5OUMxMS44NzYxIDguMTUyNDMgMTEuODc2MSA4LjczNjI0IDEyLjIzNjMgOS4wOTY2OEwxNC4yMTY4IDExLjA3NzFINy41NTU2NkM3LjA0NTg2IDExLjA3NzEgNi42MzI4MSAxMS40OTAyIDYuNjMyODEgMTJDNi42MzI4OSAxMi41MDk3IDcuMDQ1OTEgMTIuOTIyOSA3LjU1NTY2IDEyLjkyMjlIMTQuMjE2OEwxMi4yMzYzIDE0LjkwMjNDMTEuODc1OSAxNS4yNjI4IDExLjg3NTkgMTUuODQ3NSAxMi4yMzYzIDE2LjIwOEMxMi41OTY4IDE2LjU2ODUgMTMuMTgxNSAxNi41Njg1IDEzLjU0MiAxNi4yMDhMMTcuMDk3NyAxMi42NTIzQzE3LjQ1NzcgMTIuMjkyIDE3LjQ1NzYgMTEuNzA4MSAxNy4wOTc3IDExLjM0NzdMMTMuNTQyIDcuNzkxOTlaIiBmaWxsPSIjRjJEMEQ2Ii8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
    .section--tabulation-repeater-list-item-with-image {
        padding: 60px 20px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__list {
        display: flex;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__content .tab__item-content {
        display: none;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab.treatment--tab .tab__content .tab__item-content.is--active {
        display: flex;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents {
        flex-flow: row nowrap;
        gap: 40px;
        padding: 60px 40px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image {
        width: 100%;
        max-width: 36%;
        border-radius: 20px;
        position: relative;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content {
        width: 100%;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body {
        border-radius: 20px;
        min-height: 354px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-header {
        display: flex;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists li {
        padding: 12px 8px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists li:before {
        max-width: 26px;
        height: 26px;
    }
}

@media (min-width: 992px) {
    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists.arrow-lists-2-columns {
        flex-flow: row wrap;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body .arrow-lists.arrow-lists-2-columns li {
        max-width: 50%;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-content .treatment--tab-contents-content-body {
        padding: 20px 32px;
    }
}

@media (min-width: 1280px) {
    .section--tabulation-repeater-list-item-with-image {
        padding: 100px 20px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner {
        gap: 60px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents {
        gap: 60px;
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .section--tabulation-repeater-list-item-with-image .section--inner .section--header .section--title {
        text-align: center;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .section--footer {
        margin-top: 24px;
    }
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-inner {
    width: 100%;
    height: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-inner .viewer {
    height: 100% !important;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-inner .viewer .viewer__iframe {
    height: 100%;
}

.section--tabulation-repeater-list-item-with-image .section--inner .section--body .tab .tab__content .tab__item-content .treatment--tab-contents .treatment--tab-contents-image .treatment--tab-contents-image-inner .viewer .viewer__iframe .clooned-container.live-load {
    height: 100% !important;
}