@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Gravitas+One&family=Inter&family=Montserrat&family=Oswald&family=Poppins&family=Ubuntu&family=Vollkorn&family=Aleo&family=Ledger&family=Abril+Fatface&display=swap');
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

/* default style */
*,
::after,
::before {
    box-sizing: border-box;
}

/*p {*/
/*margin-top: 0;*/
/*margin-bottom: 1rem;*/
/*color: #8892a0;*/
/*font-weight: 400;*/
/*}*/

/*a {*/
/*color: #329ef7;*/
/*text-decoration: none;*/
/*background-color: transparent;*/
/*-webkit-text-decoration-skip: objects;*/
/*}*/

strong {
    font-weight: 700;
}

.tds-block img.tds-icon,
.tds-block img.tds-icon-round {
    width: auto;
    width: 3.75rem;
}

.tds-bg-dark {
    background-color: #2d313c;
    color: #f2f2f2;
}

.tds-h1,
h1 {
    font-size: 2.75rem;
}

.tds-h2,
h2 {
    font-size: 2rem;
}

.tds-h3,
h3 {
    font-size: 1.125rem;
}

.tds-h4,
h4 {
    font-size: 1.185rem;
}

.tds-h5,
h5 {
    font-size: 1.25rem;
}

.tds-h1,
.tds-h2,
.tds-h3,
.tds-h4,
.tds-h5,
.tds-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .3rem;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}

#u_body a,
a {
    color: #2e6db1;
    text-decoration: none;
}

p a {
    text-decoration: none !important;
}

/* */
.tds-pt-4,
.tds-py-4 {
    padding-top: 1.5rem !important;
}

.tds-lead {
    font-size: 1.4rem;
    font-weight: 400;
}

.tds-ml-auto,
.tds-mx-auto {
    margin-left: auto !important;
}

.tds-block .tds-row-70 {
    height: 4.375rem;
    width: 100%;
}

.tds-block p {
    font-size: 1.25em;
}

.tds-m-auto {
    margin: auto !important;
}

.tds-block .tds-touch {
    border-top: solid .3125rem #329ef7;
    z-index: 2;
}

.tds-ml-4,
.tds-mx-4 {
    margin-left: 1.5rem !important;
}

.tds-rounded-circle {
    border-radius: 50% !important;
}

.tds-pt-5,
.tds-py-5 {
    padding-top: 3rem !important;
}

.tds-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.tds-mr-5,
.tds-mx-5 {
    margin-right: 3rem !important
}

.tds-mr-auto,
.tds-mx-auto {
    margin-right: auto !important;
}

.tds-pt-3,
.tds-py-3 {
    padding-top: 1rem !important;
}

.tds-mt-4,
.tds-my-4 {
    margin-top: 1.5rem !important;
}

.tds-block .tds-col-fill-left {
    position: absolute;
    left: 0;
    z-index: 1;
}

.tds-block .tds-col-fill-left,
.tds-block .tds-col-fill-right {
    width: 50%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.tds-text-left {
    text-align: left !important;
}

.tds-text-center {
    text-align: center !important;
}

.tds-img-fluid {
    max-width: 100%;
    height: auto;
}

.tds-rad-50 {
    border-radius: 50px;
    background-color: rgb(209, 66, 66);
    color: rgb(255, 255, 255);
    position: relative;
}

.tds-abs-top-right {
    position: absolute !important;
    top: 0;
    right: 0;
}

/* fraola blocks */
.tds-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    padding: 1.5rem 0;
    position: relative;
    background-size: cover;
    background-color: #FFF;
}

.tds-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.tds-no-gutters>[class*="tds-col-"] {
    padding-right: 0;
    padding-left: 0;
}

.tds-carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.tds-block .tds-box {
    background: #FFF;
    padding: 2.75rem 1.5rem;
    overflow: hidden;
    color: #444;
    border-radius: .25rem;
    box-shadow: 0 .3125rem .875rem 0 rgba(129, 129, 129, .2) !important;
}

.tds-color-white {
    color: white;
}

.tds-block,
.tds-rounded {
    overflow: hidden;
}

.tds-block,
.tds-block .tds-container-fluid {
    background-position: center;
    background-repeat: no-repeat;
}

.tds-mt-5,
.tds-my-5 {
    margin-top: 3rem !important;
}

.tds-mb-5,
.tds-my-5 {
    margin-bottom: 3rem !important
}

.tds-d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .tds-container {
        max-width: 540px;
    }

    .tds-d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .tds-pt-md-0,
    .tds-py-md-0 {
        padding-top: 0 !important;
    }

    .tds-m-md-0 {
        margin: 0 !important;
    }

    .tds-d-md-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    .tds-pt-xl-5,
    .tds-py-xl-5 {
        padding-top: 3rem !important;
    }

    .tds-ml-xl-auto,
    .tds-mx-xl-auto {
        margin-left: auto !important;
    }

    .tds-mr-xl-auto,
    .tds-mx-xl-auto {
        margin-right: auto !important;
    }

    .tds-mt-xl-5,
    .tds-my-xl-5 {
        margin-top: 3rem !important;
    }

    .tds-mb-xl-5,
    .tds-my-xl-5 {
        margin-bottom: 3rem !important;
    }
}

/*grid system*/
.tds-container-fluid,
.tds-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px) {
    .tds-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tds-container {
        max-width: 960px;
    }

    .tds-pt-lg-0,
    .tds-py-lg-0 {
        padding-top: 0 !important;
    }

    .tds-pt-lg-4,
    .tds-py-lg-4 {
        padding-top: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .tds-container {
        max-width: 1364px;
    }
}

/*row*/
.tds-slider::after,
.tds-slider::before,
.tds-slider__button-wrapper::after {
    content: ""
}

.tds-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tds-row.tds-justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tds-row.tds-justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tds-row.is-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tds-row.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tds-row.tds-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .tds-justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.tds-btn {
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.tds-btn-primary {
    color: #fff;
    background-color: #329ef7;
    border-color: #329ef7;
}

.tds-btn-primary:hover {
    color: #fff;
    background-color: #0d8df6;
    border-color: #0986ed;
}

.tds-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.tds-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.tds-row.is-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

/*end row*/
[class*=tds-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

.tds-col-0 {
    display: none;
    width: 0
}

.tds-col-1 {
    width: 4.16667%
}

.tds-col-2 {
    width: 8.33333%
}

.tds-col-3 {
    width: 12.5%
}

.tds-col-4 {
    width: 16.66667%
}

.tds-col-5 {
    width: 20.83333%
}

.tds-col-6 {
    width: 25%
}

.tds-col-7 {
    width: 29.16667%
}

.tds-col-8 {
    width: 33.33333%
}

.tds-col-9 {
    width: 37.5%
}

.tds-col-10 {
    width: 41.66667%
}

.tds-col-11 {
    width: 45.83333%
}

.tds-col-12 {
    width: 50%
}

.tds-col-13 {
    width: 54.16667%
}

.tds-col-14 {
    width: 58.33333%
}

.tds-col-15 {
    width: 62.5%
}

.tds-col-16 {
    width: 66.66667%
}

.tds-col-17 {
    width: 70.83333%
}

.tds-col-18 {
    width: 75%
}

.tds-col-19 {
    width: 79.16667%
}

.tds-col-20 {
    width: 83.33333%
}

.tds-col-21 {
    width: 87.5%
}

.tds-col-22 {
    width: 91.66667%
}

.tds-col-23 {
    width: 95.83333%
}

.tds-col-24 {
    width: 100%
}

@media only screen and (max-width:767px) {
    .tds-col-xs-0 {
        display: none;
        width: 0
    }

    .tds-col-xs-1 {
        width: 4.16667%
    }

    .tds-col-xs-2 {
        width: 8.33333%
    }

    .tds-col-xs-3 {
        width: 12.5%
    }

    .tds-col-xs-4 {
        width: 16.66667%
    }

    .tds-col-xs-5 {
        width: 20.83333%
    }

    .tds-col-xs-6 {
        width: 25%
    }

    .tds-col-xs-7 {
        width: 29.16667%
    }

    .tds-col-xs-8 {
        width: 33.33333%
    }

    .tds-col-xs-9 {
        width: 37.5%
    }

    .tds-col-xs-10 {
        width: 41.66667%
    }

    .tds-col-xs-11 {
        width: 45.83333%
    }

    .tds-col-xs-12 {
        width: 50%
    }

    .tds-col-xs-13 {
        width: 54.16667%
    }

    .tds-col-xs-14 {
        width: 58.33333%
    }

    .tds-col-xs-15 {
        width: 62.5%
    }

    .tds-col-xs-16 {
        width: 66.66667%
    }

    .tds-col-xs-17 {
        width: 70.83333%
    }

    .tds-col-xs-18 {
        width: 75%
    }

    .tds-col-xs-19 {
        width: 79.16667%
    }

    .tds-col-xs-20 {
        width: 83.33333%
    }

    .tds-col-xs-21 {
        width: 87.5%
    }

    .tds-col-xs-22 {
        width: 91.66667%
    }

    .tds-col-xs-23 {
        width: 95.83333%
    }

    .tds-col-xs-24 {
        width: 100%
    }
}

@media (min-width:768px) {
    .tds-col-sm-0 {
        display: none;
        width: 0
    }

    .tds-col-sm-1 {
        width: 4.16667%
    }

    .tds-col-sm-2 {
        width: 8.33333%
    }

    .tds-col-sm-3 {
        width: 12.5%
    }

    .tds-col-sm-4 {
        width: 16.66667%
    }

    .tds-col-sm-5 {
        width: 20.83333%
    }

    .tds-col-sm-6 {
        width: 25%
    }

    .tds-col-sm-7 {
        width: 29.16667%
    }

    .tds-col-sm-8 {
        width: 33.33333%
    }

    .tds-col-sm-9 {
        width: 37.5%
    }

    .tds-col-sm-10 {
        width: 41.66667%
    }

    .tds-col-sm-11 {
        width: 45.83333%
    }

    .tds-col-sm-12 {
        width: 50%
    }

    .tds-col-sm-13 {
        width: 54.16667%
    }

    .tds-col-sm-14 {
        width: 58.33333%
    }

    .tds-col-sm-15 {
        width: 62.5%
    }

    .tds-col-sm-16 {
        width: 66.66667%
    }

    .tds-col-sm-17 {
        width: 70.83333%
    }

    .tds-col-sm-18 {
        width: 75%
    }

    .tds-col-sm-19 {
        width: 79.16667%
    }

    .tds-col-sm-20 {
        width: 83.33333%
    }

    .tds-col-sm-21 {
        width: 87.5%
    }

    .tds-col-sm-22 {
        width: 91.66667%
    }

    .tds-col-sm-23 {
        width: 95.83333%
    }

    .tds-col-sm-24 {
        width: 100%
    }
}

@media (min-width:992px) {
    .tds-col-md-0 {
        display: none;
        width: 0
    }

    .tds-col-md-1 {
        width: 4.16667%
    }

    .tds-col-md-2 {
        width: 8.33333%
    }

    .tds-col-md-3 {
        width: 12.5%
    }

    .tds-col-md-4 {
        width: 16.66667%
    }

    .tds-col-md-5 {
        width: 20.83333%
    }

    .tds-col-md-6 {
        width: 25%
    }

    .tds-col-md-7 {
        width: 29.16667%
    }

    .tds-col-md-8 {
        width: 33.33333%
    }

    .tds-col-md-9 {
        width: 37.5%
    }

    .tds-col-md-10 {
        width: 41.66667%
    }

    .tds-col-md-11 {
        width: 45.83333%
    }

    .tds-col-md-12 {
        width: 50%
    }

    .tds-col-md-13 {
        width: 54.16667%
    }

    .tds-col-md-14 {
        width: 58.33333%
    }

    .tds-col-md-15 {
        width: 62.5%
    }

    .tds-col-md-16 {
        width: 66.66667%
    }

    .tds-col-md-17 {
        width: 70.83333%
    }

    .tds-col-md-18 {
        width: 75%
    }

    .tds-col-md-19 {
        width: 79.16667%
    }

    .tds-col-md-20 {
        width: 83.33333%
    }

    .tds-col-md-21 {
        width: 87.5%
    }

    .tds-col-md-22 {
        width: 91.66667%
    }

    .tds-col-md-23 {
        width: 95.83333%
    }

    .tds-col-md-24 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .tds-col-lg-0 {
        display: none;
        width: 0
    }

    .tds-col-lg-1 {
        width: 4.16667%
    }

    .tds-col-lg-2 {
        width: 8.33333%
    }

    .tds-col-lg-3 {
        width: 12.5%
    }

    .tds-col-lg-4 {
        width: 16.66667%
    }

    .tds-col-lg-5 {
        width: 20.83333%
    }

    .tds-col-lg-6 {
        width: 25%
    }

    .tds-col-lg-7 {
        width: 29.16667%
    }

    .tds-col-lg-8 {
        width: 33.33333%
    }

    .tds-col-lg-9 {
        width: 37.5%
    }

    .tds-col-lg-10 {
        width: 41.66667%
    }

    .tds-col-lg-11 {
        width: 45.83333%
    }

    .tds-col-lg-12 {
        width: 50%
    }

    .tds-col-lg-13 {
        width: 54.16667%
    }

    .tds-col-lg-14 {
        width: 58.33333%
    }

    .tds-col-lg-15 {
        width: 62.5%
    }

    .tds-col-lg-16 {
        width: 66.66667%
    }

    .tds-col-lg-17 {
        width: 70.83333%
    }

    .tds-col-lg-18 {
        width: 75%
    }

    .tds-col-lg-19 {
        width: 79.16667%
    }

    .tds-col-lg-20 {
        width: 83.33333%
    }

    .tds-col-lg-21 {
        width: 87.5%
    }

    .tds-col-lg-22 {
        width: 91.66667%
    }

    .tds-col-lg-23 {
        width: 95.83333%
    }

    .tds-col-lg-24 {
        width: 100%
    }
}

@media (min-width:1920px) {
    .tds-col-xl-0 {
        display: none;
        width: 0
    }

    .tds-col-xl-1 {
        width: 4.16667%
    }

    .tds-col-xl-2 {
        width: 8.33333%
    }

    .tds-col-xl-3 {
        width: 12.5%
    }

    .tds-col-xl-4 {
        width: 16.66667%
    }

    .tds-col-xl-5 {
        width: 20.83333%
    }

    .tds-col-xl-6 {
        width: 25%
    }

    .tds-col-xl-7 {
        width: 29.16667%
    }

    .tds-col-xl-8 {
        width: 33.33333%
    }

    .tds-col-xl-9 {
        width: 37.5%
    }

    .tds-col-xl-10 {
        width: 41.66667%
    }

    .tds-col-xl-11 {
        width: 45.83333%
    }

    .tds-col-xl-12 {
        width: 50%
    }

    .tds-col-xl-13 {
        width: 54.16667%
    }

    .tds-col-xl-14 {
        width: 58.33333%
    }

    .tds-col-xl-15 {
        width: 62.5%
    }

    .tds-col-xl-16 {
        width: 66.66667%
    }

    .tds-col-xl-17 {
        width: 70.83333%
    }

    .tds-col-xl-18 {
        width: 75%
    }

    .tds-col-xl-19 {
        width: 79.16667%
    }

    .tds-col-xl-20 {
        width: 83.33333%
    }

    .tds-col-xl-21 {
        width: 87.5%
    }

    .tds-col-xl-22 {
        width: 91.66667%
    }

    .tds-col-xl-23 {
        width: 95.83333%
    }

    .tds-col-xl-24 {
        width: 100%
    }
}

/*end layout container*/


/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #CCC
}

img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16)
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #e6e6e6
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible
}

.fr-view[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle
}

.fr-view .fr-text-gray {
    color: #AAA !important
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view .fr-class-highlighted {
    background-color: #ff0
}

.fr-view .fr-class-code {
    border-color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace
}

.fr-view .fr-class-transparency {
    opacity: .5
}

.fr-view img {
    position: relative;
    max-width: 100%
}

body img.fr-dib,
.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    text-align: center;
    position: relative
}

.fr-view .fr-video.fr-rv {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.fr-view .fr-video.fr-rv>iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}


.tds-tabs-content-wrapper>input[type="radio"]:nth-child(1):checked~.tds-tabs--card .tds-tab-pane:nth-child(1),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(2):checked~.tds-tabs--card .tds-tab-pane:nth-child(2),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(3):checked~.tds-tabs--card .tds-tab-pane:nth-child(3),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(4):checked~.tds-tabs--card .tds-tab-pane:nth-child(4),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(5):checked~.tds-tabs--card .tds-tab-pane:nth-child(5),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(6):checked~.tds-tabs--card .tds-tab-pane:nth-child(6),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(7):checked~.tds-tabs--card .tds-tab-pane:nth-child(7),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(8):checked~.tds-tabs--card .tds-tab-pane:nth-child(8),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(9):checked~.tds-tabs--card .tds-tab-pane:nth-child(9),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(10):checked~.tds-tabs--card .tds-tab-pane:nth-child(10),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(11):checked~.tds-tabs--card .tds-tab-pane:nth-child(11),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(12):checked~.tds-tabs--card .tds-tab-pane:nth-child(12) {
    display: block !important;
}

.tds-tabs-content-wrapper>input[type="radio"]:nth-child(1):checked~.tds-tabs--card .tds-tabs__item:nth-child(1),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(2):checked~.tds-tabs--card .tds-tabs__item:nth-child(2),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(3):checked~.tds-tabs--card .tds-tabs__item:nth-child(3),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(4):checked~.tds-tabs--card .tds-tabs__item:nth-child(4),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(5):checked~.tds-tabs--card .tds-tabs__item:nth-child(5),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(6):checked~.tds-tabs--card .tds-tabs__item:nth-child(6),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(7):checked~.tds-tabs--card .tds-tabs__item:nth-child(7),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(8):checked~.tds-tabs--card .tds-tabs__item:nth-child(8),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(9):checked~.tds-tabs--card .tds-tabs__item:nth-child(9),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(10):checked~.tds-tabs--card .tds-tabs__item:nth-child(10),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(11):checked~.tds-tabs--card .tds-tabs__item:nth-child(11),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(12):checked~.tds-tabs--card .tds-tabs__item:nth-child(12) {
    opacity: 1 !important;
}

.tds-nav-bar {
    margin-bottom: 10px;
}

.tds-tab-pane {
    height: auto;
    padding: 10px;
    min-height: 150px;
    overflow: auto;
    display: none;
}

.tds-grid-tabs .tds-tab-pane {
    display: block;
}

.tds-grid-tabs {
    background-color: transparent;
}

.tds-grid-tabs>div {
    padding: 25px;
}

.tds-grid-tabs .tds-grid__item {
    background-color: white;
}

.tds-grid__item .tds-tabs__item {
    height: auto;
}

.tds-grid__item .tds-tab-pane {
    padding: 0 20px;
}

.tds-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.tds-tabs__nav {
    -webkit-transition: -webkit-transform .3s
}

.tds-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative
}

.tds-tabs__nav-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #E4E7ED;
    z-index: 1
}

.tds-tabs--card>.tds-tabs__header .tds-tabs__nav-wrap::after {
    content: none
}

.tds-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tds-tabs__nav-scroll {
    overflow: hidden
}

.tds-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    float: left;
    z-index: 2
}

.tds-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tds-tabs__item:focus,
.tds-tabs__item:focus:active {
    outline: 0
}

.tds-tabs__item:hover {
    color: #409EFF;
    cursor: pointer
}

.tds-tabs__item.is-disabled {
    color: #C0C4CC;
    cursor: default
}

.tds-tabs__content {
    overflow: hidden;
    position: relative
}

.tds-tabs--card>.tds-tabs__header .tds-tabs__nav {
    border: 1px solid #E4E7ED;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tds-tabs--card>.tds-tabs__header .tds-tabs__item {
    -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
    transition: color .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.tds-tabs--card>.tds-tabs__header .tds-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.tds-tabs--bottom .tds-tabs__item.is-bottom:nth-child(2),
.tds-tabs--bottom .tds-tabs__item.is-top:nth-child(2),
.tds-tabs--top .tds-tabs__item.is-bottom:nth-child(2),
.tds-tabs--top .tds-tabs__item.is-top:nth-child(2) {
    padding-left: 0
}

.tds-tabs--bottom .tds-tabs__item.is-bottom:last-child,
.tds-tabs--bottom .tds-tabs__item.is-top:last-child,
.tds-tabs--top .tds-tabs__item.is-bottom:last-child,
.tds-tabs--top .tds-tabs__item.is-top:last-child {
    padding-right: 0
}

.tds-tabs--bottom .tds-tabs--left>.tds-tabs__header .tds-tabs__item:nth-child(2),
.tds-tabs--bottom .tds-tabs--right>.tds-tabs__header .tds-tabs__item:nth-child(2),
.tds-tabs--bottom.tds-tabs--card>.tds-tabs__header .tds-tabs__item:nth-child(2),
.tds-tabs--top .tds-tabs--left>.tds-tabs__header .tds-tabs__item:nth-child(2),
.tds-tabs--top .tds-tabs--right>.tds-tabs__header .tds-tabs__item:nth-child(2),
.tds-tabs--top.tds-tabs--card>.tds-tabs__header .tds-tabs__item:nth-child(2) {
    padding-left: 20px
}

.tds-tabs--bottom .tds-tabs--left>.tds-tabs__header .tds-tabs__item:last-child,
.tds-tabs--bottom .tds-tabs--right>.tds-tabs__header .tds-tabs__item:last-child,
.tds-tabs--bottom.tds-tabs--card>.tds-tabs__header .tds-tabs__item:last-child,
.tds-tabs--top .tds-tabs--left>.tds-tabs__header .tds-tabs__item:last-child,
.tds-tabs--top .tds-tabs--right>.tds-tabs__header .tds-tabs__item:last-child,
.tds-tabs--top.tds-tabs--card>.tds-tabs__header .tds-tabs__item:last-child {
    padding-right: 20px
}

.tds-tabs--bottom .tds-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px
}

.tds-tabs--left,
.tds-tabs--right {
    overflow: hidden
}

.tds-tabs--left .tds-tabs__nav-wrap.is-left,
.tds-tabs--left .tds-tabs__nav-wrap.is-right,
.tds-tabs--right .tds-tabs__nav-wrap.is-left,
.tds-tabs--right .tds-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.tds-tabs--left .tds-tabs__nav-wrap.is-left::after {
    right: 0;
    left: auto
}

.tds-tabs--left .tds-tabs__nav-wrap.is-left.is-scrollable,
.tds-tabs--left .tds-tabs__nav-wrap.is-right.is-scrollable,
.tds-tabs--right .tds-tabs__nav-wrap.is-left.is-scrollable,
.tds-tabs--right .tds-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0
}

.tds-tabs--left .tds-tabs__nav-wrap.is-left::after,
.tds-tabs--left .tds-tabs__nav-wrap.is-right::after,
.tds-tabs--right .tds-tabs__nav-wrap.is-left::after,
.tds-tabs--right .tds-tabs__nav-wrap.is-right::after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0
}

.tds-tabs--left .tds-tabs__nav.is-left,
.tds-tabs--left .tds-tabs__nav.is-right,
.tds-tabs--right .tds-tabs__nav.is-left,
.tds-tabs--right .tds-tabs__nav.is-right {
    float: none
}

.tds-tabs--left .tds-tabs__item.is-left,
.tds-tabs--left .tds-tabs__item.is-right,
.tds-tabs--right .tds-tabs__item.is-left,
.tds-tabs--right .tds-tabs__item.is-right {
    display: block
}

.tds-tabs--left .tds-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    width: min-content;
}

.tds-tabs--right .tds-tabs__header.is-right {
    width: min-content;
}

.tds-tabs--left .tds-tabs__nav-wrap.is-left {
    margin-right: -1px
}

.tds-tabs--left .tds-tabs__item.is-left {
    text-align: right
}

.tds-tabs--left.tds-tabs--card .tds-tabs__item.is-left {
    border-left: none;
    border-right: 1px solid #E4E7ED;
    border-bottom: none;
    border-top: 1px solid #E4E7ED;
    text-align: left
}

.tds-tabs--left.tds-tabs--card .tds-tabs__item.is-left:first-child {
    border-right: 1px solid #E4E7ED;
    border-top: none;
    margin-top: 0;
}

.tds-tabs--left.tds-tabs--card .tds-tabs__nav {
    border: none;
}

.tds-tabs--right .tds-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px
}

.tds-tabs--right .tds-tabs__nav-wrap.is-right {
    margin-left: -1px
}

.tds-tabs--right .tds-tabs__nav-wrap.is-right::after {
    left: 0;
    right: auto
}

.tds-tabs--right.tds-tabs--card .tds-tabs__item.is-right {
    border-bottom: none;
    border-top: 1px solid #E4E7ED
}

.tds-tabs--right.tds-tabs--card .tds-tabs__item.is-right:first-child {
    border-left: 1px solid #E4E7ED;
    border-top: none
}

.tds-tabs--right.tds-tabs--card .tds-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #E4E7ED;
    border-left: none
}

@media (max-width:600px) {

    .tds-tabs--left .tds-tabs__header.is-right,
    .tds-tabs--left .tds-tabs__header.is-left {
        float: none;
    }
}


.tds-product-gallery {
    overflow-y: auto;
}

.tds-input {
    position: absolute;
    left: -100%;
    top: -100%;
    height: 0;
    display: none;
}

.tds-slider-label {
    margin: 0 auto;
}

.tds-slider-label img {
    max-height: 125px;
}

.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-carousel .tds-carousel__prev>label:nth-child(14),
.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-carousel .tds-carousel__next>label:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(14),
.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-carousel .tds-carousel__prev>label:nth-child(1),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-carousel .tds-carousel__next>label:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(1),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-carousel .tds-carousel__prev>label:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-carousel .tds-carousel__next>label:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-carousel .tds-carousel__prev>label:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-carousel .tds-carousel__next>label:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-carousel .tds-carousel__prev>label:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-carousel .tds-carousel__next>label:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-carousel .tds-carousel__prev>label:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-carousel .tds-carousel__next>label:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-carousel .tds-carousel__prev>label:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-carousel .tds-carousel__next>label:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-carousel .tds-carousel__prev>label:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-carousel .tds-carousel__next>label:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-carousel .tds-carousel__prev>label:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-carousel .tds-carousel__next>label:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-carousel .tds-carousel__prev>label:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-carousel .tds-carousel__next>label:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-carousel .tds-carousel__prev>label:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-carousel .tds-carousel__next>label:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-carousel .tds-carousel__prev>label:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-carousel .tds-carousel__next>label:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-carousel .tds-carousel__prev>label:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-carousel .tds-carousel__next>label:nth-child(14),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(14),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-carousel .tds-carousel__prev>label:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-carousel .tds-carousel__next>label:nth-child(1),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-gallery-thumbnails-wrapper .tds-carousel__next>label:nth-child(1) {
    opacity: 1 !important;
    z-index: 3;
}

.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(1),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-carousel .tds-gallery-carousel__nav>label:nth-child(14) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.tds-gallery-container>input[type="radio"]:nth-child(1):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(1),
.tds-gallery-container>input[type="radio"]:nth-child(2):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(2),
.tds-gallery-container>input[type="radio"]:nth-child(3):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(3),
.tds-gallery-container>input[type="radio"]:nth-child(4):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(4),
.tds-gallery-container>input[type="radio"]:nth-child(5):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(5),
.tds-gallery-container>input[type="radio"]:nth-child(6):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(6),
.tds-gallery-container>input[type="radio"]:nth-child(7):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(7),
.tds-gallery-container>input[type="radio"]:nth-child(8):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(8),
.tds-gallery-container>input[type="radio"]:nth-child(9):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(9),
.tds-gallery-container>input[type="radio"]:nth-child(10):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(10),
.tds-gallery-container>input[type="radio"]:nth-child(11):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(11),
.tds-gallery-container>input[type="radio"]:nth-child(12):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(12),
.tds-gallery-container>input[type="radio"]:nth-child(13):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(13),
.tds-gallery-container>input[type="radio"]:nth-child(14):checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(14) {
    opacity: 1;
}

.tds-gallery-container>input[type="checkbox"]:checked~.tds-carousel .tds-gallery-carousel__items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000a1;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
}

.tds-gallery-container *,
.tds-gallery-container *:before,
.tds-gallery-container *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tds-gallery-container {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    height: 470px;
    position: relative;
}

.tds-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tds-gallery-container>input[type="radio"]:checked~.tds-carousel .tds-gallery-carousel__items .tds-carousel__item,
.tds-gallery-container>input[type="radio"]:checked~.tds-carousel .tds-carousel__prev>label,
.tds-gallery-container>input[type="radio"]:checked~.tds-carousel .tds-carousel__next>label {
    opacity: 0;
}

.tds-gallery-carousel__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 470px;
    position: relative;
}

.tds-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
}

.tds-carousel__item img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: contain;
}

.tds-gallery-carousel__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.tds-gallery-carousel__nav>label {
    border: 1px solid black;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.600%;
    width: 20px;
    height: 20px;
}

/* arrows */
.tds-carousel__prev>label,
.tds-carousel__next>label {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
}

/*.tds-carousel__prev > label:hover,*/
/*.tds-carousel__next > label:hover,*/
/*.tds-carousel__prev > label:focus,*/
/*.tds-carousel__next > label:focus {*/
/*opacity: 0.5 !important;*/
/*}*/

.tds-carousel__prev>label:before,
.tds-carousel__next>label:before,
.tds-carousel__prev>label:after,
.tds-carousel__next>label:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
}

.tds-carousel__prev>label:before,
.tds-carousel__next>label:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAA1VBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHB0dHRwcHBwcHBwcHBwcHBwcHBvb29vb29xcXFsbGxwcHBwcHBwcHBwcHBwcHBvb294eHh4eHhwcHBwcHBwcHBwcHBvb29wcHBubm4AAACCgoKLi4twcHBxcXH///8BAAG3t7elpaXt7e3k5ORwcHDc3Nz29vaKiop5eXnKysq4uLiTk5MjIyMJCAliYmJUVFQ5ODnS0tLAwMCCgoJpaWlGRkYuLS4WFRaurq6dnZ2cnJwdHB2vr69cW1xbW1vW/NqvAAAAJnRSTlMA39H4oieQIw3s6ZqHXEEfCQXZgkYZy5X89ebjuqxtNSsB/Pt6SGZ2FFkAAAJnSURBVFjDrZjrctowEIVlm6vBONwhCYG06Vqy8R2SAC2k1/d/pMbNMGpAkiWF77fnzPhotbtHiEujcze+NW8s68a8Hd91GkiRQc1MCMZhGAAEYYgxSczaAMnS/dJqxjiAEwIcN1uDLpKgXplgH5j4eFKpozKu2hMcAZcIW/0rJKTTIz4I8UlvLnKh/TmAUoJPba4jCzOPQIIoNquISdUgIAkxmBoLOwVpUpuhUb/egAKb67PTdY0UlNgaw5NyGBFQhIzeF0glB2XiCvoPJ45AmWjnUIVGMwANgibtADUCWpDaUWE+8UELf3msjhYGTXDrTWE4ZXq5yfO01NHpmxttzCzh36vV0y4EMbhfKNwbTCfig+d5q8fvvtgN477oMjGwWHr/eP6aRcL66hSFiUUS3vpbIrLkpShRIxBIFByeYr4lQQ8hdwdiiRJLEhc5RCxRZglx6JFyJcSW4DaabYUSlJ9sS/AMmWGJBGX/yBgyoYkMeQlv/ZwEZxIGsv1yCco+PztVG1mgIrFewimWosQ+Z0jYvqYX9EeMj55ID41C6brIWZ+GI1pautU5Q30sd0dwxO1bDpG5qT98AO41cxPQ6hf0sgtbDjVB2HLQmNf4qAkCXmr89hsfqAnC9ssfAumf1YqaIB4CxbHqTjPAD3Qg6hFNh5cay6iaaC8H9Y+vKJdclJCz01vXLrs0oitTd3WlDHUXaP01PqVrPKWqEia2dvWykYbiygcr9wLxjs9cImSa85Ko27cyUdTNrIeuROBOMl7gzhIauIUsXmN/dj5/f73G/oXi40OWHR8fsow+PijQGEg+gfwFSukB7f67p8kAAAAASUVORK5CYII=');
}

.tds-carousel__prev>label {
    left: 2%;
}

.tds-carousel__prev.tds-carousel__top>label {
    top: 3%;
}

.tds-carousel__next.tds-carousel__bottom>label {
    top: 97%;
}

.tds-carousel__next>label {
    right: 2%;
}

.tds-carousel__prev.tds-carousel__top>label:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.tds-carousel__next.tds-carousel__bottom>label:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.tds-carousel__prev>label:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tds-gallery-thumbnails-wrapper .tds-carousel__prev>label,
.tds-gallery-thumbnails-wrapper .tds-carousel__next>label {
    width: 28px;
    height: 28px;
}

.tds-gallery-thumbnails li {
    border: 1px solid blanchedalmond;
    margin-bottom: 10px;
}

.tds-gallery-thumbnails img {
    object-fit: cover;
    object-position: top;
    cursor: pointer;
}

.tds-gallery-thumbnails {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0 12px;
}

.tds-gallery-vertical .tds-gallery-carousel__nav,
.tds-gallery-horizontal .tds-gallery-carousel__nav {
    display: none;
}

/* gallery with specifics */
.gallery4 .tds-carousel,
.gallery7 .tds-carousel {
    width: 60% !important;
    float: left;
}

.tds-gallery-container.gallery4,
.tds-gallery-container.gallery7 {
    max-width: 1000px !important;
}

/*end arrows*/
@media (max-width:710px) {
    .tds-gallery-specifics {
        width: 100% !important;
        display: block !important;
        height: auto !important;
    }

    .tds-gallery-thumbnails-wrapper {
        display: none !important;
    }

    .tds-gallery-container .tds-carousel {
        width: 100% !important;
        display: block !important;
    }

    .tds-gallery-vertical .tds-gallery-carousel__nav,
    .tds-gallery-horizontal .tds-gallery-carousel__nav {
        display: block;
    }
}

.tds-gallery-vertical>input[type="radio"]:nth-child(1):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: 0px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(2):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -140px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(3):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -280px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(4):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -420px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(5):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -560px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(6):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -700px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(7):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -840px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(8):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -980px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(9):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1120px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(10):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1260px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(11):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1400px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(12):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1540px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(13):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1680px;
}

.tds-gallery-vertical>input[type="radio"]:nth-child(14):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    top: -1820px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(1):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: 0px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(2):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -115px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(3):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -230px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(4):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -345px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(5):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -460px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(6):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -575px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(7):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -690px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(8):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -805px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(9):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -920px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(10):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -1035px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(11):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -1150px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(12):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -1265px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(13):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -1380px;
}

.tds-gallery-horizontal>input[type="radio"]:nth-child(14):checked~.tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {
    left: -1495px;
}

/* Gallery 2 */
/* Gallery 5 */
.tds-gallery-vertical {
    max-width: 1000px;
}

.tds-gallery-vertical .tds-carousel {
    width: calc(100% - 234px);
    display: inline-block;
}

.tds-gallery-vertical .tds-gallery-thumbnails-wrapper {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.tds-gallery-vertical .tds-thumbnails-wrapper {
    height: 410px;
    overflow: hidden;
    margin: 30px 0;
}

.tds-gallery-vertical .tds-gallery-thumbnails {
    width: 125px;
}

.tds-gallery-vertical .tds-carousel__top>label,
.tds-gallery-vertical .tds-carousel__bottom>label {
    left: calc(50% - 12px);
}

.tds-gallery-vertical .tds-gallery-thumbnails li {
    height: 125px;
    display: flex;
    align-items: center;
}

.tds-gallery-horizontal .tds-thumbnails-wrapper {
    height: 120px;
    overflow: hidden;
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
}

.tds-gallery-horizontal .tds-gallery-thumbnails li {
    /*float: left;*/
    width: 115px;
    min-width: 115px;
    margin-bottom: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.tds-gallery-horizontal .tds-gallery-thumbnails {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.tds-gallery-horizontal .tds-gallery-thumbnails-wrapper {
    margin: 10px 0;
    position: relative;
}

.tds-gallery-horizontal {
    height: 525px;
    max-width: 100%;
}

.tds-gallery-horizontal .tds-carousel {
    max-width: 500px;
    margin: 0 auto;
}

.tds-gallery-horizontal .tds-gallery-carousel__items {
    height: 400px;
}

.tds-gallery-horizontal .tds-carousel__top>label,
.tds-gallery-horizontal .tds-carousel__bottom>label {
    top: calc(50% - 13px);
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.tds-gallery-horizontal .tds-carousel__top>label {
    left: 23%;
}

.tds-gallery-horizontal .tds-carousel__bottom>label {
    right: 23%;
}

.tds-gallery-specifics {
    width: 40%;
    float: left;
    border: 1px solid lightgrey;
    height: inherit;
    padding: 10px;
    overflow-y: auto;
}

.tds-gallery-specifics .placeholder {
    height: 100%;
}

.tds-gallery-specifics .tds-product-specifics-title {
    font-weight: 600;
}

@media only screen and (max-width:769px) {
    .tds-gallery-container {
        margin: 2px auto;
    }
}


.tds-gallery-slider-wrapper .tds-gallery-container {
    max-width: 1100px;
    height: 400px;
}

.tds-gallery-slider-wrapper .tds-gallery-carousel__nav {
    bottom: 20px;
}

.tds-gallery-slider-wrapper .tds-carousel__prev>label,
.tds-gallery-slider-wrapper .tds-carousel__next>label {
    top: calc(50% - 25px);
}

.tds-gallery-slider-wrapper .tds-gallery-carousel__items {
    height: 400px;
}

@media (min-width: 768px) {
    .tds-gallery-slider.slider2 .tds-gallery-carousel__nav {
        display: none;
    }
}


.product-placeholder {
    background-color: #F7F9F9;
    border: 1px dashed #b3b3b3;
    min-height: 140px;
    text-align: center;
}

.product-placeholder .main-label {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    margin: 10px 0;
}

.product-placeholder .placeholder-icon {
    margin-top: 10px;
}

.product-placeholder .sub-label {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


.tds-row-0 .tds-section-title:before {
    content: ""
}

.tds-row-0.tds-tabs-content .tds-tab-pane {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;
    background-color: transparent;
    text-align: left
}

.tds-row-0.tds-tabs-content .tds-tabs__item {
    color: #4d4d4d;
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    background-color: inherit;
    font-style: inherit;
    text-align: center
}

.tds-row-0 .tds-tabs__header .tds-tabs__item:nth-child(1):before {
    content: ""
}

.tds-row-0 .tds-tabs__header .tds-tabs__item:nth-child(2):before {
    content: ""
}

.tds-row-0 .tds-tabs__header .tds-tabs__item:nth-child(3):before {
    content: ""
}

.tds-row-2 .tds-nav-bar-wrapper {
    color: #ffffff;
    font-size: 26px;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: 500;
    background-color: #303843;
    font-style: inherit;
    text-align: center
}

.tds-row-3 .tds-product-title-text {
    color: #4d4d4d;
    font-size: 26px;
    font-family: Montserrat;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: 500;
    background-color: transparent;
    font-style: inherit;
    text-align: center
}

.tds-row-5 .tds-section-title:before {
    content: ""
}

.tds-row-5.tds-product-description {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;
    background-color: transparent;
    text-align: left
}

.tds-row-6 .tds-section-title:before {
    content: ""
}

.tds-row-7 .tds-section-title:before {
    content: ""
}

.tds-row-8 .tds-section-title:before {
    content: ""
}

/*
.tds-row-9.tds-products .tds-products-title {
    color: #333333;
    font-size: 14px;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    border-radius: ;
    background-color: transparent;
    font-style: inherit;
    text-align: left
}

.tds-row-9.tds-products .tds-products-price {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;
    background-color: transparent;
    text-align: left
}*/

/** {*/
/*margin: 0;*/
/*}*/

#ds_div {
    display: grid;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    overflow-x: hidden;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

.tds-nav-bar-wrapper {
    text-align: center;
}

/*description section */
.tds-product-description {
    margin: 10px auto;
    overflow: auto;
}

/*end description section*/

.tds-placeholder {
    margin: 5px 0;
    width: 100%;
}

/* title section */
.tds-product-title {
    margin: 10px 0;
}

.tds-product-title .tds-product-title-wrapper {
    display: table;
    padding: 7px 5px;
    width: 100%;
}

.tds-product-title .tds-product-title-wrapper .tds-product-title-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*end title section*/
/*
[class*=tds-row-] {
    margin-top: 5px;
    margin-bottom: 5px;
}*/

.tds-header,
.tds-gallery-slider,
.tds-product-specifics,
.tds-product-gallery,
.categories-block,
.tds-products,
.tds-nav-bar,
.tds-videos,
.tds-tabs-content,
.tds-product-title,
.tds-section-title-wrapper,
.tds-text-block {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* layout container */
/*tags*/
.tds-link {
    color: inherit;
    text-decoration: none;
}

.tds-tag {
    margin: 0 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
}

/*end tags*/

/* section title */
.tds-section-title-wrapper {
    width: 100%;
    margin: 5px 0;
}

.tds-section-title {
    min-height: 35px;
    vertical-align: middle;
    width: 100%;
    padding: 5px 20px;
    background-color: #ffffff;
    color: #4d4d4d;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 26px;
}

/* products section */
.tds-products-wrapper {
    padding: 10px;
}

.tds-products-cover {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    border-radius: 15px;
}

.tds-products-expand {
    display: inline;
}

.tds-products-expand p {
    overflow-x: hidden;
    width: 100%;
}

.tds-products-plus {
    min-height: 20px;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

.tds-link .tds-products-title {
    text-decoration: underline;
}

.tds-products-title {
    margin: 5px 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/*end products section*/

/*tabs-content*/
.tds-input {
    position: absolute;
    left: -100%;
    top: -100%;
    height: 0;
    display: none;
}

/*end tabs content*/


.tds-tabs-content-wrapper>input[type="radio"]:nth-child(1):checked~.tds-tabs--card .tds-tabs__item:nth-child(1),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(2):checked~.tds-tabs--card .tds-tabs__item:nth-child(2),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(3):checked~.tds-tabs--card .tds-tabs__item:nth-child(3),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(4):checked~.tds-tabs--card .tds-tabs__item:nth-child(4),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(5):checked~.tds-tabs--card .tds-tabs__item:nth-child(5),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(6):checked~.tds-tabs--card .tds-tabs__item:nth-child(6),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(7):checked~.tds-tabs--card .tds-tabs__item:nth-child(7),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(8):checked~.tds-tabs--card .tds-tabs__item:nth-child(8),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(9):checked~.tds-tabs--card .tds-tabs__item:nth-child(9),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(10):checked~.tds-tabs--card .tds-tabs__item:nth-child(10),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(11):checked~.tds-tabs--card .tds-tabs__item:nth-child(11),
.tds-tabs-content-wrapper>input[type="radio"]:nth-child(12):checked~.tds-tabs--card .tds-tabs__item:nth-child(12) {
    background: #4E4E4E !important;
}

.tds-product-title .tds-product-title-wrapper {
    padding: 7px 0;
}

.tds-nav-bar-wrapper {
    border-radius: 48px;
    padding: 0;
    width: 100%;
}

.tds-nav-bar-wrapper .tds-tag {
    padding: 12px 10px;
    display: inline-block;
    height: auto;
}

/* product title */
.tds-tabs-content {
    margin: 0 0 20px;
    padding: 0 20px;
}

.tds-section-title-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    display: block !important;
    text-align: center;
    margin: 15px 0;
}

.tds-section-title-wrapper:before {
    content: '';
    background-image: url(https://images.3dsellers.com/listing-designer/black-line-vector-9.png);
    height: 75px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tds-tabs--card>.tds-tabs__header .tds-tabs__nav {
    border: none;
    width: 100%;
    white-space: normal;
}

.tds-product-title-wrapper {
    max-width: 910px;
    margin: 0 auto;
}

.tds-section-title {
    margin-top: 10px;
    width: auto;
    display: inline-block;
    background-color: #ffffff;
    color: #4d4d4d;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 26px;
    text-align: center;
    padding: 5px 25px;
    border-radius: 50px;
}

.tds-product-wrapper {
    padding: 10px;
    background: #ffffffc7;
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid #adadad29;
}

.tds-product-wrapper:hover {
    background: #f7f7f7;
}

.suggested-template {
    flex-basis: calc(50% - 10px);
    position: relative;
}


.tds-product-specifics-wrapper {
    text-align: center;
    min-height: 200px;
    padding: 10px;
}

.tds-tabs__header .tds-tabs__item {
    padding: 0 20px;
    min-height: 20px;
    margin: 10px 15px 10px 0;
}

.tds-signature {
    margin-bottom: 0 !important;
}

@media (max-width:600px) {
    .tds-tabs__header .tds-tabs__item {
        margin: 2px 10px;
    }
}

@media (max-width: 1000px) {
    .tds-nav-bar-wrapper .tds-tag {
        width: auto !important;
        border: none !important;
    }
}

.tds-tabs__content {
    border-radius: 7px;
    border: 3px dashed #d80027;
}

.unlayer-nav-widget {
    display: flex;
    padding: 0;
    margin: 0;
    background: black;
}

.unlayer-nav-widget li {
    text-align: center;
    list-style: none;
}

.unlayer-nav-widget li a {
    text-decoration: none !important;
    font-size: 14pt;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.tds-product-wrapper > a.tds-link {
    display: block !important;
}

.tds-product-wrapper a {
    color: black !important;
    text-decoration: none !important;
}

.tab-template-chooser,
.gallery-template-chooser,
.option-select-chooser {
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px #e2e2e2;
    cursor: pointer;
    overflow: hidden;
}

.option-select-chooser {
    background-size: auto 100px;
}

.gallery-template-chooser,
.option-select-chooser {
    background-color: #ededed;
    border: 1px solid #d0d0d0;
}

.gallery-template-title {
    padding-top: 10px;
    color: #5c5c5c;
}

.tab-template-chooser>div,
.gallery-template-chooser>div,
.option-select-chooser>div,
.suggested-template>div {
    display: none;
}

.suggested-template>div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.tab-template-chooser:hover>div,
.gallery-template-chooser:hover>div,
.option-select-chooser:hover>div,
.suggested-template:hover>div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000029;
}

.tab-template-chooser>div>button,
.gallery-template-chooser>div>button,
.option-select-chooser>div>button,
.suggested-template>div>button {
    background: black;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.tab-template-chooser:active>div>button,
.gallery-template-chooser:active>div>button,
.option-select-chooser:active>div>button,
.suggested-template:active>div>button {
    scale: 0.95;
}

.suggested-templates-wrap {
    display: flex;
    flex-wrap: wrap;
}

.option-select-chooser {
    background-color: white;
}

.option-select {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.option-select>div {
    flex: 1;
    text-align: center;
}

.gallery-specific {
    width: 100%;
    height: 25px;
    background: #a7c0ff;
    margin: 0 0 12px;
    border-radius: 50px;
}

.suggestion-widget,
.collage-widget,
.carousel-widget {
    display: flex;
    flex-wrap: wrap;
}

.carousel-widget>div {
    background: url(https://i.postimg.cc/FKwb0XdJ/placeholder-v1.png) no-repeat;
    background-size: auto;
    background-size: 100px 150px;
    height: 200px;
    width: 100%;
    background-position: center;
    margin: 10px 0;
}

.collage-widget>div {
    width: 100%;
    background-position: center;
    margin: 10px 0;
    background: url(https://i.ibb.co/TRzFWgT/2.png) no-repeat;
    background-size: 80px 80px;
    height: 80px;
    background-position: center;
}

.item-specific>div:not(:nth-child(1)),
.item-specific>div:nth-child(1)::before {
    background: #a7c0ff;
    width: calc(100% - 60px);
    height: 20px;
    border-radius: 100px;
    margin: 20px 30px;
}

.item-specific>div:nth-child(1) {
    background: #f4f7fa;
    padding: 1px;
}

.item-specific>div:nth-child(1)::before {
    content: "";
    display: block;
}

.item-specific>div:nth-child(2) {
    width: calc(80% - 60px);
}

.item-specific>div:nth-child(3) {
    width: calc(60% - 60px);
}

.item-specific>div:nth-child(4) {
    width: calc(77% - 60px);
}

.item-specific>div:nth-child(5) {
    width: calc(50% - 60px);
}

.item-specific>div:nth-child(6) {
    width: calc(85% - 60px);
}

.counter-sides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    line-height: 32px;
    color: rgb(143, 150, 153);
    font-weight: 600;
}

.counter-sides .counter-side {
    flex-basis: 45%;
    margin: 10px 0;
}

.counter-button {
    display: flex;
    align-items: center;
}

.counter-button button,
.tab-template-button,
.suggested-template-button {
    background: #efefef;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 15px;
    margin-top: 10px !important;
}

.tab-template-button,
.suggested-template-button {
    width: 100%;
    padding: 10px;
}


.counter-button button:hover,
.tab-template-button:hover,
.suggested-template-button:hover {
    background: #e7e7e7;
}

.add-suggested-link {
    display: block;
    text-align: center;
    font-size: 15pt;
    text-decoration: none !important;
    color: black !important;
    margin: 10px 0;
}

.tool-flex-row {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    align-items: center;
    color: #959595;
    font-weight: 500;
    font-size: 10pt;
}

.tool-flex-row label {
    margin: 0 10px 0 0;
}

.tool-flex-row .slider-value {
    width: 35px;
    text-align: right;
}

.tool-color-picker {
    background: none;
    padding: 2px;
    border: 1px solid #bdbdbd;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.tool-color-picker:hover {
    border: 1px solid #818181;
}

.tds-items-carousel {
    white-space: nowrap;
    overflow: hidden;
}

.tds-items-carousel input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.tds-items-carousel input:nth-of-type(1):checked~label:nth-of-type(1),
.tds-items-carousel input:nth-of-type(2):checked~label:nth-of-type(2),
.tds-items-carousel input:nth-of-type(3):checked~label:nth-of-type(3),
.tds-items-carousel input:nth-of-type(4):checked~label:nth-of-type(4) {
    z-index: 0;
}

.tds-items-carousel input:nth-of-type(1):checked~label {
    transform: translate3d(0, 0, 0);
}

.tds-items-carousel input:nth-of-type(2):checked~label {
    transform: translate3d(calc(-100% - 4px), 0, 0);
}

.tds-items-carousel input:nth-of-type(3):checked~label {
    transform: translate3d(calc(-200% - 9px), 0, 0);
}

.tds-items-carousel input:nth-of-type(4):checked~label {
    transform: translate3d(calc(-300% - 13px), 0, 0);
}

.tds-items-carousel label {
    transition: transform 200ms ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.tds-items-carousel .tds-carousel-item-block {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.tds-items-carousel .tds-link .tds-products-title {
    text-decoration: none;
    padding: 3px;
}

.tds-items-carousel .tds-carousel-item-block>div:not(.carousel-widget),
.tds-items-carousel .tds-carousel-item-block>.carousel-widget>div {
    flex-basis: calc(25% - 10px);
}

.tds-items-carousel .tds-carousel-item-block>div:not(.carousel-widget) {
    background-color: white;
}

.tds-items-carousel label:before,
.tds-items-carousel label:after {
    color: #525252;
    background: white;
    position: absolute;
    font-size: 25pt;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px #b2b2b2;
    border: 1px solid #d6d6d6;
    transition: all 0.2s linear;
}

.tds-items-carousel label:hover::before,
.tds-items-carousel label:hover::after {
    background: #f2f2f2;
    color: #191919;
}

.tds-items-carousel label:active::before,
.tds-items-carousel label:active::after {
    box-shadow: 0 2px 7px #b2b2b2;
}

.tds-items-carousel label:before {
    content: "\203A";
    right: 100%;
    border-radius: 100%;
    margin-right: 15px;
}

.tds-items-carousel label:after {
    content: "\2039";
    left: 100%;
    border-radius: 100%;
    margin-left: 15px;
}

.email_settings_panel {
    display: none;
}

/* Custom CSS styles */
.font-semibold {
    font-weight: 600;
}

.font-normal {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.text-base {
    font-size: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

/* Additional styling for specific elements */
.code {
    font-family: monospace;
    padding: 0.25rem 0.5rem;
    background-color: #f5f7fb;
    border: 1px solid #cbd5e0;
    border-radius: 0.25rem;
}

.item-specific-key,
.item-specific-value {
    display: inline-block;
}

.item-specific-key {
    font-weight: 600;
}

.suggested-items-example {
    font-weight: 600;
}

.suggested-items-info {
    font-weight: 400;
}

.placeholders {
    padding: 15px;
    position: relative;
}

.placeholders .font-semibold.text-base {
    padding: 10px 7px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

.placeholders-popup-wrap {
    float: right;
    position: relative;
}

.placeholders-help {
    background: #f5f5f5;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    font-size: 10pt;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cacaca;
    user-select: none;
}

.placeholders-popup {
    position: absolute;
    background: white;
    width: 310px;
    padding: 10px;
    border: 1px solid #dedede;
    box-shadow: 0 5px 30px #cacaca;
    display: none;
    top: 10px;
    right: 0;
    font-size: 10pt;
    font-weight: normal;
}

.placeholders-popup-wrap:hover .placeholders-help {
    background: #ddd;
}

.placeholders-popup-wrap:hover .placeholders-popup,
.placeholders-popup:hover {
    display: block;
}

.placeholders code {
    color: #2e3840;
    word-break: break-word;
    line-height: 35px;
    background: #f6f6f6;
    padding: 5px 7px;
    border-radius: 5px;
    font-size: 1em;
    border: 1px solid #e0e0e0;
    /*cursor: pointer;
    position: relative;*/
}

/*
.placeholders .pl-5 code:hover,
.placeholders .pl-5 code:focus,
.placeholders .pl-5 code:active {
    background: #eee;
}

.placeholders .pl-5 code:hover::before {
    content: "Copy";
    position: absolute;
    background: #00000040;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 10pt;
    display: block;
    line-height: 15px;
    backdrop-filter: blur(5px);
    margin: auto;
    z-index: 100;
    top: 0;
    left: 0;
}

.placeholders .pl-5 code:active::before {
    content: "Copied";
    background: #00000070;
}

.placeholders .pl-5 code:active {
    border: 1px solid #c7c7c7;
}
*/
.placeholders ul.pl-5 {
    margin: 5px 5px 25px 5px !important;
    padding: 0 !important;
    list-style: none;
}

.placeholders ul li>div {
    font-size: 10pt;
    padding: 5px 0;
}

.placeholders div.italic {
    padding: 7px 15px;
    border-left: 2px solid #bbd7e5;
    border-radius: 20px;
    border-right: 2px solid #bbd7e5;
}

.sellers-suggested-credit, .sellers-suggested-credit-new {
    font-size: 10pt;
    color: #ebebeb;
    text-align: center;
    padding: 10px 0;
    font-family: poppins, sans-serif;
    background: #0000008c;
}

.sellers-suggested-credit a {
    color: #fff !important;
}

.sellers-suggested-credit-new {
    color: #fff !important;
    text-decoration: none !important;
}

.sellers-suggested-credit-new span {
    text-decoration: underline !important;
}

.sellers-suggested-credit-new span:hover {
    color: #adebf9 !important;
}


.seller-suggested-credit-outer {
    position: absolute;
    right: 0;
    top: 5px;
}

.seller-suggested-credit-outer a {
    color: #ebebeb !important;
    text-decoration: none !important;
    font-family: Poppins, Arial, sans-serif;
    line-height: 15px;
    background: #0000008c;
    display: block;
    padding: 3px 5px;
}

.seller-suggested-credit-outer>div {
    font-size: 8pt;
    background: #0009;
}

.seller-suggested-credit-outer a>b {
    color: #fff !important;
}

.tox .tox-edit-area__iframe {
    background: #e1e1e1 !important;
}

.u-row-container td {
    position: relative;
}

.template-hint {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f3f3f35c;
    width: 100%;
    left: 0;
    border: 1px dashed #e3e3e3;
    border-radius: 2px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    padding-left: 10px;
    z-index: 100;
    cursor: pointer;
}

.template-hint>span {
    color: #d8d8d8;
}

.template-hint:hover>span {
    color: #2c2a2a;
}

.template-hint:hover,
.template-hint:focus,
.template-hint:active {
    border: 1px dashed #686868;
    background: #e5e5e58f;
    transform: scale(1.05);
}

.youtube {
    background-position: center center;
    cursor: pointer;
    position: relative;
}

.youtube-icon {
    width: 75px;
    height: 50px;
    background: #000000a3;
    border-radius: 20px / 17px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .youtube-icon {
    background-color: #ff0000;
}

.play-button {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    position: absolute;
    left: 32px;
}

.file-chooser {
    background: white;
    width: 100%;
    padding: 10px;
    border: 1px dashed #c8c8c8;
    border-radius: 5px;
    cursor: pointer;
    color: #606060;
    text-align: center;
    font-size: 10pt;
    position: relative;
}

.file-chooser:hover,
.file-chooser:active,
.file-chooser:focus,
.file-chooser.drag {
    background: #c8c8c821
}

.file-chooser:active,
.file-chooser:focus,
.file-chooser.drag {
    border: 1px dashed #5a5a5a;
}

.file-chooser>svg {
    height: 50px;
    margin-bottom: 20px;
}

.file-chooser>p {
    margin-bottom: 0px;
    user-select: none;
}

.upload-progress {
    background: #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    display: none;
}

.upload-progress>.progress {
    background: linear-gradient(90deg, #5fdcb9, #80b9f2);
    width: 0;
    border-radius: 5px 0 0 5px;
    height: 5px;
}

.file-chooser.chooser-disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.upload-error {
    color: #d76262;
    margin-bottom: 5px;
    display: none;
}

.video-preview b {
    display: block;
    margin: 20px 0 10px;
    color: #7a7a7a;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 3px;
}

.video-uploader {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.description-placeholder {
    font-family: inherit;
}

.description-placeholder p {
    margin: 15px 0;
}

.description-placeholder p a {
    text-decoration: underline !important;
}

.description-placeholder table {
    border: medium;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.description-placeholder table td,
.description-placeholder table th {
    border: 1px solid rgb(221, 221, 221);
}

.description-placeholder table td {
    min-width: 5px;
}

.description-placeholder span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
  }

  .tds-carousel__prev > label::before, .tds-carousel__next > label::before {
    opacity: 0.6;
    border-radius: 100%;
  }

  .tds-carousel__prev > label:hover::before, .tds-carousel__next > label:hover::before{
    opacity: 1;
  }

  .tds-carousel__prev > label:active::before, .tds-carousel__next > label:active::before{
    outline: 3px solid #9fc4ff70;
  }

  .tds-carousel label[for="carousel-enlarge"] {
    cursor: pointer;
  }


@media only screen and (max-width: 600px) {
    *:not(.youtube):not(.youtube-icon):not(.tds-row):not(.tds-carousel *):not(.tds-items-carousel input):not(.tds-carousel-item-block):not(.tds-items-carousel label):not(.disabled-position-initial *) {
        position: initial !important;
        flex-direction: column !important;
    }

    .tds-row {
        position: relative !important;
    }

    .nav-divisor {
        display: none !important;
    }

    .description-placeholder img {
        width: 100% !important;
    }

    .u-row-container > .u-row > div {
        display: block !important;
    }

    /*
    .u-col div {
        background-size: cover !important;
    }
    */
}

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

    .tds-items-carousel .tds-carousel-item-block > div:not(.carousel-widget), .tds-items-carousel .tds-carousel-item-block > .carousel-widget > div {
        flex-basis: calc(50% - 10px) !important;
    }
}

@media only screen and (max-width: 420px) {

    .tds-items-carousel {
        width: calc(100% - 20px);
    }

    .tds-items-carousel label::before, .tds-items-carousel label::after {
        top: calc(100% - 30px) !important;
    }

    .tds-items-carousel .tds-carousel-item-block > div:not(.carousel-widget), .tds-items-carousel .tds-carousel-item-block > .carousel-widget > div {
        flex-basis: calc(100% - 10px) !important;
    }
}
