.standard-row a {
    color: var(--link-color)
}

.standard-row:first-child {
    margin-top: 40px
}

.standard-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 1920px
}

.row {
    word-break: break-word
}

.row .column:first-child .block {
    margin-left: 0
}

.column {
    vertical-align: top
}

.ts-one-column {
    width: 100%
}

.ts-two-column {
    width: 50%
}

.ts-two-column.column:nth-child(2) {
    margin-left: 24px
}

.ts-three-column {
    width: 33.3%;
    margin-left: 24px
}

.ts-three-column.column:nth-child(1) {
    margin-left: 0
}

.ts-four-column {
    width: 25%;
    margin-left: 24px
}

.ts-four-column.column:nth-child(1) {
    margin-left: 0
}

.ts-left-sidebar.column:nth-child(1) {
    width: 30%
}

.ts-left-sidebar.column:nth-child(2) {
    width: 70%;
    margin-left: 24px
}

.ts-right-sidebar.column:nth-child(1) {
    width: 70%
}

.ts-right-sidebar.column:nth-child(2) {
    width: 30%;
    margin-left: 24px
}

.block {
    overflow: hidden;
    margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
    #page {
        margin-bottom: 15px
    }

    .row {
        display: block
    }

    .column {
        display: inline-block;
        width: 100%
    }

    .ts-left-sidebar.column:nth-child(1) {
        width: 100%
    }

    .ts-left-sidebar.column:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .ts-right-sidebar.column:nth-child(1) {
        width: 100%
    }

    .ts-right-sidebar.column:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .ts-two-column.column:nth-child(2) {
        margin-left: 0
    }

    .ts-three-column.column,
    .ts-four-column.column {
        margin-left: 0
    }
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
    #page {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 751px) and (max-width: 960px) {
    #page {
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

    .ts-four-column-row,
    .ts-three-column-row {
        display: block
    }

    .ts-four-column,
    .ts-three-column {
        display: inline-block;
        width: calc(50% - 12px)
    }

    .ts-four-column.column:nth-child(3),
    .ts-three-column.column:nth-child(3) {
        margin-left: 0
    }

    .ts-three-column.column:nth-child(3) {
        display: block;
        margin: auto;
        width: 50%
    }
}

@media only screen and (min-width: 960px) and (max-width: 1900px) {
    #page {
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 1900px) {
    #page {
        margin-bottom: 45px
    }
}

.heading-block {
    text-align: var(--text-align);
    color: var(--heading-color)
}

.text-block p:last-child,
.text-block ul:last-child,
.text-block ol:last-child,
.text-block blockquote:last-child {
    margin-bottom: 0px
}

.text-block p {
    margin-bottom: 19px;
    line-height: 1.5;
    white-space: pre-wrap
}

.text-block p:empty {
    height: 16px
}

.text-block ul,
.text-block ol {
    margin-bottom: 19px
}

.text-block ul li p,
.text-block ol li p {
    margin: 0
}

.text-block ul li p:empty,
.text-block ol li p:empty {
    height: 0
}

.text-block blockquote:last-child p:last-of-type {
    margin-bottom: 0px
}

.text-block blockquote p:last-of-type {
    margin-bottom: 19px
}

.text-block code {
    font-family: SFMono-Medium, 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
    font-weight: normal;
    font-size: 16px;
    background-color: rgba(9, 30, 66, 0.08);
    color: #172b4d;
    border-style: none;
    border-radius: 3px;
    display: inline;
    padding: 2px 0.5ch;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-box-decoration-break: clone
}

div.card-block:not(.flipster__item) {
    padding: 35px;
    margin: 5px;
    width: auto;
    height: auto;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: .5px;
    overflow: hidden;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 1.5
}

div.card-block:not(.wrap) {
    display: flex
}

div.card-block:not(.wrap) .card-text {
    width: 100%
}

div.card-block:not(.wrap):not(.flipster__item) .card-left {
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex
}

div.card-block:not(.wrap):not(.image-right):not(.flipster__item) .content {
    margin-left: 20px
}

div.card-block:not(.wrap):not(.has-image) .content {
    margin-left: 0
}

div.card-block:not(.wrap):not(.has-image) .headline {
    padding-left: 0
}

div.card-block.wrap:not(.flipster__item) .card-left {
    float: left
}

div.card-block.wrap:not(.flipster__item) .card-text {
    overflow: visible
}

div.card-block.wrap:not(.flipster__item) .card-text .headline {
    padding: 0;
    margin-bottom: 10px
}

div.card-block.wrap:not(.image-right):not(.flipster__item) .card-left {
    margin-right: 20px
}

@media only screen and (min-width: 450px) {
    div.card-block.wrap.image-right .card-left {
        float: right;
        padding-left: 20px;
        padding-right: 0px
    }
}

div.card-block:not(.flipster__item) .card-left img {
    width: 215px;
    height: 215px;
    object-fit: cover
}

div.card-block:not(.flipster__item) .card-text .headline {
    padding-left: 20px;
    padding-right: 0px;
    margin-bottom: 10px;
    color: var(--heading-color)
}

div.card-block:not(.flipster__item) .card-text .right {
    text-align: right
}

div.card-block:not(.flipster__item) .card-text .left {
    text-align: left
}

div.card-block:not(.flipster__item) .card-text .center {
    text-align: center
}

div.card-block:not(.has-image) .card-text {
    width: 100%;
    margin: 0
}

div.card-block.shadow:not(.flipster__item) {
    box-shadow: 1px 1px 10px #ccc;
    border: .1px solid #ccc
}

div.card-block.separator {
    padding-bottom: 35px;
    border-bottom: 2px solid #ddd
}

div.card-block.none {
    padding: 0;
    margin: 0
}

div.card-block.image-right {
    flex-direction: row-reverse
}

div.card-block.image-right .card-text .headline {
    padding-right: 20px;
    padding-left: 0px;
    margin-bottom: 10px
}

div.card-block.image-right .card-text .content {
    margin-right: 20px
}

@media only screen and (min-width: 600px)and (max-width: 1900px) {
    div.card-block.stacked-card.card-block {
        flex-direction: column;
        padding: 5px
    }

    div.card-block.stacked-card.card-block .card-left {
        width: 100%
    }

    div.card-block.stacked-card.card-block .card-text {
        width: 95%;
        padding: 5px 10px;
        padding-bottom: 35px;
        margin: 0
    }

    div.card-block.stacked-card.card-block .card-text .headline {
        padding: 0;
        margin-bottom: 10px
    }

    div.card-block.stacked-card.card-block .card-text .content {
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px
    }

    div.card-block.stacked-card.card-block .card-text .content ol {
        margin-bottom: 19px
    }

    div.card-block.stacked-card.card-block:not(.has-image) .card-text {
        padding-top: 30px
    }
}

@media only screen and (min-width: 600px)and (max-width: 960px) {
    div.card-block.ts-two-column.card-block {
        flex-direction: column;
        padding: 5px
    }

    div.card-block.ts-two-column.card-block .card-left {
        width: 100%
    }

    div.card-block.ts-two-column.card-block .card-text {
        width: 95%;
        padding: 5px 10px;
        padding-bottom: 35px;
        margin: 0
    }

    div.card-block.ts-two-column.card-block .card-text .headline {
        padding: 0;
        margin-bottom: 10px
    }

    div.card-block.ts-two-column.card-block .card-text .content {
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px
    }

    div.card-block.ts-two-column.card-block .card-text .content ol {
        margin-bottom: 19px
    }

    div.card-block.ts-two-column.card-block:not(.has-image) .card-text {
        padding-top: 30px
    }
}

@media only screen and (max-width: 450px) {
    div.card-block.card-block {
        flex-direction: column;
        padding: 5px
    }

    div.card-block.card-block .card-left {
        width: 100%
    }

    div.card-block.card-block .card-text {
        width: 95%;
        padding: 5px 10px;
        padding-bottom: 35px;
        margin: 0
    }

    div.card-block.card-block .card-text .headline {
        padding: 0;
        margin-bottom: 10px
    }

    div.card-block.card-block .card-text .content {
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px
    }

    div.card-block.card-block .card-text .content ol {
        margin-bottom: 19px
    }

    div.card-block.card-block:not(.has-image) .card-text {
        padding-top: 30px
    }
}

div.card-block .content p {
    margin-bottom: 19px
}

div.card-block .content p:empty {
    height: 16px
}

div.card-block .content li > p:empty {
    height: 0;
    margin: 0
}

div.card-block .content ul {
    margin-bottom: 19px
}

div.card-block .content ul li > p {
    margin: 0
}

div.card-block .content ol {
    margin-bottom: 19px
}

div.card-block .content ol li > p {
    margin: 0
}

div.card-block .content p:last-child,
div.card-block .content ul:last-child,
div.card-block .content ol:last-child,
div.card-block .content blockquote:last-child {
    margin-bottom: 0px
}

div.accordion-block {
    top: 40px;
    padding-bottom: 1px;
    margin: 0 auto
}

.collapsible-section {
    margin: 8px 0px
}

.collapsible-section .section-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: .8px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
    text-align: inherit
}

.collapsible-section .header-text {
    width: fit-content
}

.content-section-dropzone {
    margin: 0 7.5px
}

.default .section-header {
    border: none;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: var(--heading-color)
}

.light .section-header {
    background: var(--heading-light);
    color: var(--heading-color);
    border: none
}

.dark .section-header {
    background: var(--heading-color);
    color: #fff;
    border: none
}

.iframe-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.ts-divider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.image-container.right {
    justify-content: flex-end
}

.image-container.left {
    justify-content: flex-start
}

.image-container.center {
    justify-content: center
}

.image-container .image-container-link img {
    width: 100%
}

.text-block p.right {
    text-align: right
}

.text-block p.left {
    text-align: left
}

.text-block p.center {
    text-align: center
}

.text-block img {
    max-width: 100%
}

.button-block {
    display: flex;
    flex-wrap: wrap
}

.button-block.center {
    justify-content: center
}

.button-block .button {
    min-height: 40px;
    text-decoration: none;
    display: flex;
    margin: 4px;
    justify-content: center;
    align-items: center;
    position: relative
}

.button-block .button .icon-wrapper {
    height: 40px;
    margin: 17px 0;
    display: flex;
    justify-content: center;
    background-color: transparent;
    cursor: pointer
}

.button-block .button .icon-wrapper .raw-svg > * {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.button-block .button .icon-wrapper .raw-svg svg {
    width: 40px;
    height: 40px;
    fill: var(--dark)
}

.button-block .button.light {
    background-color: var(--light);
    border-radius: 1px
}

.button-block .button.light:hover {
    background-color: var(--light-hover)
}

.button-block .button.dark {
    background-color: var(--dark);
    border-radius: 4px
}

.button-block .button.dark .title {
    color: #fff
}

.button-block .button.dark:hover {
    background: var(--dark-hover)
}

.button-block .button.dark .icon-wrapper .raw-svg svg {
    fill: #fff
}

.button-block .button.outline {
    border: var(--dark) solid 1px;
    border-radius: 4px;
    margin: 3px 4px
}

.button-block .button.outline:hover {
    background-color: var(--dark)
}

.button-block .button.outline:hover .title {
    color: #fff
}

.button-block .button.outline:hover .style-2 .bar,
.button-block .button.outline:hover .icon-wrapper .raw-svg svg {
    fill: #fff
}

.button-block .button.square {
    min-height: 160px;
    min-width: 160px;
    max-width: 234px;
    margin-right: 20px;
    flex-direction: column
}

.button-block .button.square.style-2 {
    min-height: 199px;
    justify-content: normal;
    align-items: normal
}

.button-block .button.square.style-2.dark .bar {
    fill: #fff
}

.button-block .button.square.style-2 .bar {
    position: absolute;
    margin: 20px;
    width: calc(100% - 40px);
    fill: var(--dark)
}

.button-block .button.square.style-2 .arrow-button {
    position: absolute;
    bottom: 23px;
    left: 26px
}

.button-block .button.square.style-2 .title {
    text-align: left;
    margin-bottom: 78px;
    margin-top: 43px;
    margin-left: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.button-block .button.regular.pill {
    border-radius: 40px
}

.button-block .button.regular.size-large .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 14px 32px
}

.button-block .button.link {
    background: none;
    border: none
}

.button-block .button.link .title {
    color: var(--dark);
    margin-right: 24px
}

.button-block .button.link:hover {
    background: none;
    text-decoration: underline;
    text-decoration-color: var(--dark)
}

.button-block .button.link:hover .title {
    color: var(--dark)
}

.button-block .button .title {
    color: var(--dark);
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 6px 32px
}

.embed-block {
    display: flex
}

.embed-block .embed-block--wrapper {
    width: 100%
}

.embed-block.left {
    justify-content: flex-start
}

.embed-block.center {
    justify-content: center
}

.embed-block.right {
    justify-content: flex-end
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

    .ts-four-column-row,
    .ts-three-column-row {
        display: block
    }

    .ts-four-column,
    .ts-three-column {
        display: inline-block;
        width: calc(50% - 12px)
    }

    .ts-four-column.column:nth-child(3),
    .ts-three-column.column:nth-child(3) {
        margin-left: 0
    }

    .ts-three-column.column:nth-child(3) {
        display: block;
        margin: auto;
        width: 50%
    }

}

/* New code */
.image-container img {
    max-width: 100%;
}

.hideSection {
    display: none !important;
}

.button-block {
    --dark: var(--page-builder-color);
    --dark-hover: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--page-builder-color);
}

.button-block .button.light {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: transparent;
}

.button-block .button.light:hover {
    background: transparent;
}

.button-block .button.light::after {
    background: var(--page-builder-color);
    opacity: 0.06;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: no-close-quote;
    display: block;
    z-index: -1;
}

.button-block .button.light:hover::after {
    opacity: 0.2;
}

/* card block responsive*/

@media only screen and (min-width: 600px)and (max-width: 1900px) {
    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block {
        flex-direction: column;
        padding: 5px
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block .card-left {
        width: 100%
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block .card-text {
        width: 95%;
        padding: 5px 10px;
        padding-bottom: 35px;
        margin: 0
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block .card-text .headline {
        padding: 0;
        margin-bottom: 10px
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block .card-text .content {
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block .card-text .content ol {
        margin-bottom: 19px
    }

    .column:not(.ts-full-width):not(.ts-one-column):not(.ts-left-sidebar:last-child):not(.ts-right-sidebar:first-child) div.card-block:not(.has-image) .card-text {
        padding-top: 30px
    }
}

/* table */
.table-v2-block {
    position: relative;
}

.table-v2-block.dark {
    --header-bg-color: var(--page-builder-color);
    --header-text-color: #fff;
    --header-link-color: #fff;
}

.table-v2-block.light {
    --header-bg-color: var(--page-builder-color);
    --header-text-color: var(--page-builder-color);
    --header-link-color: var(--page-builder-color);
    --alternating-row-color: #FBFBFB;
}

.table-v2-block.default {
    --header-bg-color: #F3F3F3;
    --header-text-color: #333;
    --header-link-color: var(--page-builder-color);
    --alternating-row-color: #F3F3F3;
}

.alternating-colors.table-v2-block table tr:nth-child(2n+1) td::after {
    background: var(--alternating-row-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: no-close-quote;
    display: block;
    z-index: -1;
}

.alternating-colors.table-v2-block.dark table tr:nth-child(2n+1) td::after {
    opacity: 0.05;
    background: var(--page-builder-color);
}

.table-v2-block .scroll-shadow-wrapper {
    overflow-x: auto
}

.table-v2-block .scroll-shadow-wrapper:before,
.table-v2-block .scroll-shadow-wrapper:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.table-v2-block .scroll-shadow-wrapper:after {
    top: 0;
    right: 0
}

.table-v2-block .scroll-shadow-wrapper.show-right-shadow::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.table-v2-block .scroll-shadow-wrapper.show-left-shadow::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.table-v2-block table {
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0
}

.table-v2-block table td,
.table-v2-block table th {
    min-width: 100px;
    border: 1px solid #e1e1e1;
    padding: 3px 5px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative
}

.table-v2-block table td > *,
.table-v2-block table th > * {
    margin-top: 0;
    margin-bottom: 19px
}

.table-v2-block table td :last-child,
.table-v2-block table th :last-child {
    margin-bottom: 0
}

.table-v2-block table th {
    font-weight: bold;
    text-align: left;
    color: var(--header-text-color);
    position: relative;
    isolation: isolate;
    background: transparent;
}

.table-v2-block table th::after {
    background-color: var(--header-bg-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: no-close-quote;
    display: block;
    z-index: -1;
}

.table-v2-block.light table th::after {
    opacity: 0.05;
}

.table-v2-block table th a {
    color: var(--header-link-color)
}

.table-v2-block table tr {
    background-color: #fff
}

.alternating-colors.table-v2-block table tr:nth-child(2n+1) td {
    position: relative;
    isolation: isolate;
    background: transparent;
}

.table-v2-block table td > ol,
.table-v2-block table td > ul,
.table-v2-block table th > ol,
.table-v2-block table th > ul {
    list-style: inside;
    padding-left: 0
}

.table-v2-block table ul li {
    list-style-type: disc
}

.table-v2-block table ol li {
    list-style-type: decimal
}

.table-v2-block table li p {
    display: inline;
    margin-bottom: 0
}

.table-v2-block table li p:last-child {
    height: 0
}

.table-v2-block table li ul li {
    list-style-type: circle
}

.table-v2-block table code {
    font-family: SFMono-Medium, "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace;
    font-weight: normal;
    font-size: 16px;
    background-color: rgba(9, 30, 66, .08);
    color: #172b4d;
    border-style: none;
    border-radius: 3px;
    display: inline;
    padding: 2px .5ch;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-box-decoration-break: clone
}

/* Quote component */

.quote-block {
    padding: 6px 0px 6px 6px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-style: italic;
    font-size: 14px;
    color: #333;
    height: auto;
    clear: both
}

.quote-block p {
    display: inline
}

.quote-block .content {
    white-space: pre-wrap
}

.quote-block .divider {
    position: relative;
    display: inline-block;
    top: 7px;
    width: 0px;
    height: 22px;
    border-left: 1px solid #333
}

.quote-block.design-1 {
    border-left: 4px solid #a82a33
}

.quote-block.design-1 blockquote {
    display: block;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    line-height: 24px;
    font-weight: 600;
    margin: 30px 0 14px 0px
}

.quote-block.design-1 cite {
    display: block;
    padding: 0;
    color: #333;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    max-height: 100%
}

.quote-block.design-2 {
    position: relative
}

.quote-block.design-2 blockquote {
    display: block;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 30px 0px 14px 0;
    font-weight: 600;
    width: 100%
}

.quote-block.design-2 cite {
    display: block;
    height: 12px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-style: normal
}

.quote-block .design-2-quotes:before {
    content: "“";
    height: 24px;
    width: 100%;
    font-size: 62px;
    font-style: italic;
    line-height: 24px;
    position: absolute;
    left: 15px;
    padding: 0;
    top: 30px
}

.quote-block.design-3 {
    border-left: 2px solid #a82a33
}

.quote-block.design-3 blockquote {
    color: #333;
    margin: 30px 0 30px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    padding: 0
}

.quote-block.design-3 cite {
    display: none
}

/* accordion block*/
.accordion-block .light .section-header {
    position: relative;
    isolation: isolate;
    background: transparent;
}

.accordion-block .light .section-header::after {
    background: var(--page-builder-color);
    opacity: 0.06;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: no-close-quote;
    display: block;
    z-index: -1;
}

.pageCloneContent .accordion-panel .accordion-content {
    box-sizing: border-box;
    display: none;
}

.accordion-panel .collapsible-section:not(.dark) h2 svg path {
    fill: var(--page-builder-color);
}

.accordion-panel .collapsible-section.dark h2 svg path {
    fill: #FFF;
}

.pageCloneContent .accordion-panel .collapsible-section:not(.active) .plus-minus-open,
.pageCloneContent .accordion-panel .collapsible-section.active .plus-minus-closed {
    display: none;
}

.pageCloneContent .accordion-panel .active .accordion-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #E0E0E0;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #FFF;
    padding: 20px 7px;
}

.pageCloneContent .accordion-block .collapsible-section.default .accordion-content {
    margin-bottom: 10px;
}

.pageCloneContent .accordion-block .accordion-panel .section-header {
    margin-bottom: 0;
    padding: 15px;
}

.pageCloneContent .accordion-block .accordion-panel .collapsible-section.default.active .section-header {
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-top: 0;
}

.pageCloneContent .accordion-panel .collapsible-section.default .section-header svg {
    position: relative;
    z-index: 1;
}

.pageCloneContent .accordion-panel .collapsible-section.default .section-header svg.chevron-open {
    top: -3px;
}

.pageCloneContent .accordion-panel .collapsible-section.default .section-header svg.caret-open {
    top: -4px;
}

.pageCloneContent .accordion-panel .collapsible-section.default .section-header svg.plus-closed,
.pageCloneContent .accordion-panel .collapsible-section.default .section-header svg.minus-open {
    top: -2px;
}
.pageCloneContent .accordion-block .collapsible-section:not(.minus):not(.plus) h2 svg {
    transform: rotate(180deg);
    transform-origin: center;
}
.pageCloneContent .accordion-block .collapsible-section.active:not(.minus):not(.plus) h2 svg {
    transform: rotate(0deg);
    transform-origin: center;
}

/* Slider */

.slider-block,
.pb-slider {
    margin-bottom: 25px;
}

.sliderContainer .slide-item {
    overflow: hidden;
    position: relative;
}

.sliderContainer .slide-image {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.sliderContainer .sliderWrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    display: block;
}

.sliderContainer:not(.swiper-initialized) .sliderWrapper {
    display: flex;
    width: 100%;
}

.sliderContainer:not(.swiper-initialized) .sliderWrapper .slide-item {
    min-width: 100%;
}

.sliderContainer .tns-outer {
    position: relative;
}

.sliderContainer .tns-ovh {
    border: 1px solid #f2f2f2;
}

.sliderContainer .tns-controls button,
.sliderContainer .slider-swiper-arrows>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #F2F2F2;
    background: #FFF;
    padding: 0;
    color: #333;
    width: 32px;
    height: 54px;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 1;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.sliderContainer .slider-swiper-arrows>div {
    padding: 20px 10px;
    box-sizing: border-box;
    text-indent: 0;

    &:after {
        font-size: 26px;
    }
}

.sliderContainer .tns-controls button:hover,
.sliderContainer .slider-swiper-arrows>div:hover {
    background: #ddd;
    opacity: 1;
}

.sliderContainer .tns-controls button:first-child,
.sliderContainer .slider-swiper-arrows>div:first-child {
    left: 0;
}

.sliderContainer .tns-controls button:last-child,
.sliderContainer .slider-swiper-arrows>div:last-child {
    right: 0;
}

.sliderContainer .tns-controls button:before {
    content: close-quote;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(-135deg);
    margin-left: 7px;
}

.sliderContainer .tns-controls button:nth-child(2):before {
    transform: rotate(45deg);
    margin-left: 0;
    margin-right: 7px;
}

.sliderContainer .tns-nav {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sliderContainer.sliderHasDots .tns-nav {
    display: flex;
}

.sliderContainer:not(.sliderHasArrows) .swiper-button-prev,
.sliderContainer:not(.sliderHasArrows) .swiper-button-next {
    display: none;
}

.sliderContainer .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    inset: 0;
    margin-top: 10px;
}

.sliderContainer .tns-nav button,
.sliderContainer .swiper-pagination span {
    display: block;
    width: 12px;
    padding: 0;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #929292;
    border-radius: 50%;
    background: #929292;
    margin: 0 3px 3px;
}

.sliderContainer .tns-nav button:hover,
.sliderContainer .tns-nav button.tns-nav-active,
.sliderContainer .swiper-pagination span:hover,
.sliderContainer .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ddd;
    cursor: pointer;
}

.sliderContainer button[data-action=start],
.sliderContainer button[data-action=stop] {
    display: none;
}

/* Gallery */
.pageCloneContent .gallery-block .ts-row {
    display: flex;
    flex-wrap: wrap;
}

.pageCloneContent .gallery-block .ts-col {
    width: calc(100% / var(--columns));
}

.pageCloneContent .gallery-block .image-wrapper {
    margin: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.pageCloneContent .gallery-block img {
    width: 100%;
    object-fit: cover;
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
}

.block:has(.paste-here-section) {
     margin-bottom: 0;   
}
.row:first-child .paste-here-section + .standard-row {
    margin-top: 40px;
}