@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.el-md-select-quote-field .select-option-item-divi_default .select-option-item__name,
#et-fb-select_opening_quote_icon .select-option-item-divi_default,
#et-fb-select_closing_quote_icon .select-option-item-divi_default {
    font-family: 'ETmodules' !important;
    font-size: 20px;
}

.el-md-select-quote-field .select-option-item-format_quote .select-option-item__name,
#et-fb-select_opening_quote_icon .select-option-item-format_quote,
#et-fb-select_closing_quote_icon .select-option-item-format_quote {
    font-family: 'Material Icons' !important;
    font-size: 20px;
}

#et-fb-select_opening_quote_icon .select-option-item-divi_default span,
#et-fb-select_opening_quote_icon .select-option-item-format_quote span {
    transform: rotate(180deg);
}

.et-db #et-boc .et-fb-modules-list li.el_md_testimonial_extended::before,
.et-db #et-boc .et-l .et-fb-modules-list li.el_md_testimonial_extended::before,
.et-db #et-boc .et_fb_saved_layouts_list li.el_md_testimonial_extended::before {
    font-family: dashicons;
    content: "\f122";
}

/*Swiper CSS override*/
.layout4 .swiper-container-flip .swiper-slide:not(.swiper-slide-active) .el-testimonial-portrait,
.layout4 .swiper-container-cube .swiper-slide:not(.swiper-slide-active) .el-testimonial-portrait {
    opacity: 0;
    transition: all 500ms;
}

.el-md-select-arrow-field li span.select-option-item__name,
#et-fb-select_arrow li span.select-option-item__name,
.el_md_testimonial_extended .swiper-button-prev::after,
.el_md_testimonial_extended .swiper-button-next::after {
    font-family: 'Material Icons' !important;
    font-size: 18px;
    text-transform: lowercase;
}

.el_md_testimonial_extended .frontend.swiper-button-next::after {
    right: 0 !important;
}

.el_md_testimonial_extended .frontend.swiper-button-prev::after {
    left: 0 !important;
}

.el_md_testimonial_extended .arrow_on_hover.frontend.swiper-button-prev::after {
    transform: translateX(40px);
}

.el_md_testimonial_extended .arrow_on_hover.frontend.swiper-button-next::after {
    transform: translateX(-40px);
}

.el_md_testimonial_extended .arrow_on_hover.frontend.swiper-button-prev::after,
.el_md_testimonial_extended .arrow_on_hover.frontend.swiper-button-next::after {
    opacity: 0;
    transition: all 500ms;
    visibility: hidden;
}

.el_md_testimonial_extended:hover .arrow_on_hover.frontend.swiper-button-prev::after,
.el_md_testimonial_extended:hover .arrow_on_hover.frontend.swiper-button-next::after {
    transform: translateX(0);
    opacity: 1;
    transition: all 500ms;
    visibility: visible;
}

.el_md_testimonial_extended .arrow_on_hover.swiper-button-prev::after,
.el_md_testimonial_extended .arrow_on_hover.swiper-button-next::after {
    opacity: 0;
    transition: all 500ms;
    visibility: hidden;
}

.el_md_testimonial_extended .arrow_on_hover.swiper-button-prev::after {
    transform: translateX(40px);
}

.el_md_testimonial_extended .arrow_on_hover.swiper-button-next::after {
    transform: translateX(-40px);
}

.el_md_testimonial_extended:hover .swiper-button-prev::after,
.el_md_testimonial_extended:hover .swiper-button-next::after {
    transform: translateX(0);
    opacity: 1;
    transition: all 500ms;
    visibility: visible;
}

.el_md_testimonial_extended .swiper-button-prev::after,
.el_md_testimonial_extended .swiper-button-next::after {
    position: absolute;
}

.el_md_testimonial_extended .swiper-pagination {
    position: relative;
    bottom: 0;
    margin: auto;
    padding: 20px 0;
}

.el_md_testimonial_extended .swiper-pagination-bullet,
.el_md_testimonial_extended .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    opacity: 1;
    transition: all 0.3s ease;
}

.el_md_testimonial_extended .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border-width: 1px;
    border-style: solid;
    background: transparent;
}

.el_md_testimonial_extended .transparent_dot .swiper-pagination-bullet-active {
    border: none;
}

.el_md_testimonial_extended .streched_dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 6px;
}

.el_md_testimonial_extended .streched_dot .swiper-pagination-bullet-active {
    width: 30px;
    height: 8px;
    border-radius: 6px;
}

.el_md_testimonial_extended .line .swiper-pagination-bullet,
.el_md_testimonial_extended .line .swiper-pagination-bullet-active {
    border-radius: 0;
    width: 40px;
    height: 2px;
    vertical-align: middle;
    margin: 0 2px;
    text-align: center;
}

.el_md_testimonial_extended .rounded_line .swiper-pagination-bullet,
.el_md_testimonial_extended .rounded_line .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    border-radius: 18px;
    vertical-align: middle;
    text-align: center;
}

.el_md_testimonial_extended .square_dot .swiper-pagination-bullet,
.el_md_testimonial_extended .square_dot .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
}

.el_md_testimonial_extended .swiper-pagination-bullets-dynamic {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.el_md_testimonial_extended .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: auto;
    transform: none;
}

/* Testimonial CSS */
.el-testimonial-layout::after {
    content: "";
    display: table;
    clear: both;
}

.el_md_testimonial_extended .el-testimonial-layout:not(.layout6) .el-testimonial-content {
    border-style: solid;
    border-color: #333;
}

.el_md_testimonial_extended .layout6 .el-testimonial-content-wrapper {
    border-style: solid;
    border-color: #333;
}

.el_md_testimonial_extended .el-testimonial-desc,
.el_md_testimonial_extended .el-testimonial-desc p {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

.el_md_testimonial_extended .el-testimonial-name,
.el_md_testimonial_extended .el-testimonial-designation,
.el_md_testimonial_extended .el-testimonial-company {
    font-size: 18px;
}

.el-testimonial-desc .et_pb_button_wrapper {
    margin-top: 15px;
}

.el-testimonial-desc .el-action-show-content,
.el-testimonial-desc .el-testimonial-readmore-btn {
    display: inline-block;
    text-decoration: none;
}

.el-testimonial-desc .el-testimonial-readless-btn {
    display: none;
    margin-left: 7px;
    text-decoration: none;
}

/* Star Rating */
.el-non-rated,
.el-rated {
    margin: 0 1px;
}

.el-non-rated:after,
.el-rated:after {
    font-family: 'Material Icons';
    color: #fac917;
    font-variant: none;
}

.el-rated:after {
    content: "star"
}

.el-non-rated:after {
    content: "star_border"
}

/* Quote Icon */
.el-quote-opening.el_md_material_opening_icon,
.el-quote-closing.el_md_material_closing_icon {
    font-family: 'Material Icons';
}

.el-quote-opening.el_md_default_opening_icon,
.el-quote-closing.el_md_default_closing_icon {
    font-family: ETmodules;
}

.el-quote-opening,
.el-quote-closing {
    display: inline-block;
    vertical-align: middle;
    font-size: 56px;
    text-transform: lowercase;
    font-variant: none;
    font-style: normal;
    line-height: 0;
    z-index: -1;
}

.el-quote-opening {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-quote-opening.quote-custom,
.el-quote-closing.quote-custom {
    position: absolute;
}

.el-quote-opening.quote-custom.quote_left,
.el-quote-closing.quote-custom.quote_left {
    left: 0;
}

.el-quote-opening.quote-custom.quote_center {
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.el-quote-closing.quote-custom.quote_center {
    left: 50%;
    transform: translateX(-50%);
}

.el-quote-opening.quote-custom.quote_right,
.el-quote-closing.quote-custom.quote_right {
    right: 0;
}

/* Author Image */
.el-testimonial-portrait {
    width: 100px;
    height: 100px;
}

.el-testimonial-portrait img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-style: solid;
}

.el-testimonial-portrait.rounded img {
    border-radius: 50% !important;
}

.el-testimonial-rating {
    position: relative;
    line-height: 1;
}

.el-testimonial-rating .rating-value {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.el-frontend-pagination {
    width: 100%;
    text-align: center;
}

/* Default Center CSS */
.el_md_testimonial_extended.et_pb_text_align_center {
    text-align: center;
}

.el_md_testimonial_extended.et_pb_text_align_left,
.el_md_testimonial_extended.et_pb_text_align_justified {
    text-align: left;
}

.el_md_testimonial_extended.et_pb_text_align_right {
    text-align: right;
}

.el-single-testimonial-card {
    position: relative;
    border-style: solid;
    border-color: #000;
}

.layout4 .el-testimonial-content {
    border-style: solid;
    border-color: #000;
}

/* Layout 1 */
.el_md_testimonial_extended .layout1 {
    border-radius: 8px
}

.el_md_testimonial_extended .layout1 .el-testimonial-desc {
    background-color: #f8f8f8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    width: 100%;
    padding: 50px 50px 80px;
}

.el_md_testimonial_extended .layout1 .el-testimonial-portrait {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    z-index: 2;
}

.el_md_testimonial_extended.et_pb_text_align_left .layout1 .el-testimonial-portrait,
.el_md_testimonial_extended.et_pb_text_align_justified .layout1 .el-testimonial-portrait {
    left: 50px;
}

.el_md_testimonial_extended.et_pb_text_align_right .layout1 .el-testimonial-portrait {
    right: 50px;
    left: auto;
}

.el_md_testimonial_extended .layout1 .el-testimonial-meta {
    position: relative;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    padding: 50px 50px 70px;
}

.el_md_testimonial_extended .layout1 .el-testimonial-rating {
    margin: 15px 0 5px
}

.el_md_testimonial_extended .layout1 .el-testimonial-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5
}

.el_md_testimonial_extended .layout1 .el-testimonial-rating+.el-testimonial-name {
    margin-top: 10px
}

.el_md_testimonial_extended .layout1 .el-testimonial-credit {
    margin: 5px 0;
    font-size: 18px
}

.el-testimonial-credit a {
    text-decoration: none;
}

.el-testimonial-equal-heights.layout1 .el-single-testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.el-testimonial-equal-heights.layout1 .el-testimonial-desc {
    flex-grow: 1;
}

.el-testimonial-desc .el-more-text {
    display: none;
}

.el_md_testimonial_extended .layout2 .el-single-testimonial-card {
    display: table;
    width: 100%;
    padding: 30px 30px 0 30px;
}

.el-testimonial-equal-heights.layout2 .el-single-testimonial-card {
    display: block;
    height: auto;
}

.el_md_testimonial_extended .layout2 .el-testimonial-content {
    display: table-cell;
    vertical-align: top
}

.el_md_testimonial_extended .layout2 .el-testimonial-rating {
    padding: 15px 0
}

.el_md_testimonial_extended .layout2 .el-testimonial-meta {
    display: table;
    border-top: 1px solid #dddddd;
    width: 100%;
    padding: 15px 15px 20px 15px;
    margin-top: 10px;
}

.el_md_testimonial_extended .layout2 .el-testimonial-content {
    position: relative;
}

.el_md_testimonial_extended .layout2 .el-testimonial-credit,
.el_md_testimonial_extended .layout2 .el-testimonial-portrait {
    display: table-cell;
    vertical-align: top;
}

.el_md_testimonial_extended .layout2 .el-testimonial-credit {
    vertical-align: middle;
}

.el_md_testimonial_extended .layout2 .el-testimonial-portrait {
    padding-right: 15px;
    line-height: 0
}

.el_md_testimonial_extended.et_pb_text_align_right .layout2 .el-testimonial-portrait {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.el_md_testimonial_extended.et_pb_text_align_right .layout2 .el-testimonial-credit {
    float: right;
}

.el-testimonial-equal-heights.layout2 .el-testimonial-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}

.el-testimonial-equal-heights.layout2 .el-testimonial-desc {
    flex-grow: 1;
}

/* Layout 3 */
.el_md_testimonial_extended .layout3 .el-single-testimonial-card {
    padding: 20px;
}

.el_md_testimonial_extended.et_pb_text_align_center .layout3 .el-testimonial-portrait,
.et_pb_text_align_center.layout3 .el-testimonial-portrait {
    margin-left: auto;
    margin-right: auto;
}

.el_md_testimonial_extended.et_pb_text_align_right .layout3 .el-testimonial-portrait {
    margin-left: auto;
}

.el_md_testimonial_extended .layout3 .el-testimonial-portrait {
    margin-bottom: 30px
}

.el_md_testimonial_extended .layout3 .el-testimonial-desc {
    margin-bottom: 20px;
}

.el_md_testimonial_extended .layout3 .el-testimonial-rating {
    margin-bottom: 10px;
}

.el_md_testimonial_extended .layout3 .el-testimonial-company,
.el_md_testimonial_extended .layout3 .el-testimonial-designation {
    display: block;
}

.el_md_testimonial_extended.et_pb_text_align_center .layout3 .el-testimonial-portrait {
    margin-left: auto;
    margin-right: auto;
}

.el_md_testimonial_extended.et_pb_text_align_right .layout3 .el-testimonial-portrait {
    margin-left: auto;
}

.el_md_testimonial_extended .layout3 .el-single-testimonial-card {
    display: flex;
    flex-direction: column;
}

.el-testimonial-equal-heights.layout3 .el-single-testimonial-card {
    height: auto;
}

.el-testimonial-equal-heights.layout3 .el-testimonial-desc {
    flex-grow: 1;
}

/* Layout 4 */
.el_md_testimonial_extended .layout4 .el-single-testimonial-card .el-testimonial-rating,
.el_md_testimonial_extended .layout4 .el-single-testimonial-card .el-testimonial-desc {
    margin-bottom: 26px;
}

.el_md_testimonial_extended .layout4 .el-single-testimonial-card .el-testimonial-content {
    padding: 70px;
}

.el_md_testimonial_extended .layout4 .el-single-testimonial-card .el-testimonial-portrait {
    transform: translateY(-50%);
}

.el_md_testimonial_extended.et_pb_text_align_center .layout4 .el-single-testimonial-card .el-testimonial-portrait {
    margin: 0 auto;
    transform: translateY(-50%);
}

.el_md_testimonial_extended.et_pb_text_align_right .layout4 .el-testimonial-portrait {
    margin-left: auto;
    margin-right: 70px;
}

.el_md_testimonial_extended.et_pb_text_align_left .layout4 .el-testimonial-portrait,
.el_md_testimonial_extended.et_pb_text_align_justified .layout4 .el-testimonial-portrait {
    margin-left: 70px;
    margin-right: auto;
}

.el-testimonial-equal-heights.layout4 .el-single-testimonial-card {
    height: auto;
    flex-grow: 1;
    padding-bottom: 50px;
}

.el-testimonial-equal-heights.layout4 .el-testimonial-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

/* Layout 5 */
.el_md_testimonial_extended .layout5 .el-testimonial-content {
    display: flex;
}

.el_md_testimonial_extended .layout5 .el-testimonial-content-left,
.el_md_testimonial_extended .layout5 .el-testimonial-content-right {
    display: flex;
    flex-direction: column;
}

.el_md_testimonial_extended .layout5 .el-testimonial-content-left {
    align-items: center;
    justify-content: center;
    padding: 15px 24px 15px 15px;
}

.el_md_testimonial_extended .layout5 .el-testimonial-content-right {
    justify-content: center;
}

.el_md_testimonial_extended .layout5 .el-testimonial-content-left .el-testimonial-rating,
.el_md_testimonial_extended .layout5 .el-testimonial-content-right .el-testimonial-credit {
    margin-top: 10px;
}

.el-testimonial-equal-heights.layout5 .el-single-testimonial-card {
    height: auto;
    flex-grow: 1;
    padding-bottom: 50px;
}

.el-testimonial-equal-heights.layout5 .el-testimonial-content {
    display: flex;
    height: 100%;
}

/* Layout 6 */
.el_md_testimonial_extended .layout6 .el-testimonial-content {
    position: relative;
    display: flex;
}

.el_md_testimonial_extended .layout6 .el-testimonial-portrait {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
}

.el_md_testimonial_extended .layout6 .el-testimonial-content-wrapper {
    width: 100%;
    margin-top: 50px;
    padding-top: 55px;
}

.el_md_testimonial_extended .el-testimonial-equal-heights.layout6 .el-single-testimonial-card {
    height: auto;
    flex-grow: 1;
    padding-bottom: 50px;
}

.el_md_testimonial_extended .el-testimonial-equal-heights.layout6 .el-testimonial-content {
    display: flex;
    height: 100%;
}

.el_md_testimonial_extended .layout6 .el-testimonial-desc,
.el_md_testimonial_extended .layout6 .el-testimonial-rating {
    margin-top: 20px;
}

.el_md_testimonial_extended .el-testimonial-isotope-item {
    width: 100%;
    padding: 1%;
}

.el_md_testimonial_extended .el-testimonial-cols-1 .el-single-testimonial-card,
.el_md_testimonial_extended .el-testimonial-cols-2 .el-single-testimonial-card,
.el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card {
    margin-bottom: 25px;
}

.el_md_testimonial_extended .el-testimonial-isotope-item .el-single-testimonial-card {
    margin-bottom: 0;
}

.el_md_testimonial_pagination_wrapper .el_md_testimonial_pagination {
    list-style: none;
    padding: 0;
    line-height: normal;
    text-align: center;
}

.el_md_testimonial_pagination li {
    display: inline-block;
    margin-right: 10px;
}

.el_md_testimonial_pagination li:last-child {
    margin-right: 0;
}

.el_md_testimonial_pagination li a {
    display: block;
    padding: 4px 10px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.el_md_testimonial_pagination li.active a {
    cursor: default;
}

.el_md_testimonial_pagination li.disabled {
    display: none;
    opacity: 0.2;
}

.el_md_testimonial_pagination li.disabled a {
    cursor: default;
}

@media screen and (min-width: 768px) {

    .el_md_testimonial_extended .el-testimonial-cols-2 .el-single-testimonial-card,
    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card {
        width: calc(50% - 12.5px);
        float: left;
        margin-right: 25px;
    }

    .el_md_testimonial_extended .el-testimonial-cols-2 .el-single-testimonial-card:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card:nth-of-type(3n+3) {
        margin-right: 25px;
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .el_md_testimonial_extended .el-testimonial-cols-2 .el-testimonial-isotope-item .el-single-testimonial-card,
    .el_md_testimonial_extended .el-testimonial-cols-3 .el-testimonial-isotope-item .el-single-testimonial-card {
        width: 100%;
        margin-right: 0;
    }

    .el_md_testimonial_extended .el-testimonial-cols-2 .el-testimonial-isotope-item,
    .el_md_testimonial_extended .el-testimonial-cols-3 .el-testimonial-isotope-item {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 981px) {
    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card {
        width: calc(33.33% - 16.66px);
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card:nth-of-type(2n+2) {
        margin-right: 25px;
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-single-testimonial-card:nth-of-type(3n+1),
    .el_md_testimonial_extended .el-testimonial-cols-2 .el-single-testimonial-card:nth-of-type(2n+1) {
        clear: left;
    }

    .el_md_testimonial_extended .el-testimonial-cols-3 .el-testimonial-isotope-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .el_md_testimonial_extended .layout1 .el-testimonial-desc {
        padding: 30px 50px 65px;
    }

    .el_md_testimonial_extended .layout1 .el-testimonial-meta {
        padding: 65px 50px 70px;
    }

    .el_md_testimonial_extended .layout3 .el-single-testimonial-card {
        padding: 30px 30px 0 30px;
    }

    .swiper-button-prev::after {
        left: -20px;
    }

    .swiper-button-next::after {
        right: -20px;
    }
}.cookielawinfo-column-1{width:25%}.cookielawinfo-column-2{width:10%}.cookielawinfo-column-3{width:15%}.cookielawinfo-column-4{width:50%}.cookielawinfo-simple thead{width:100%}.cookielawinfo-simple td{padding:5px 5px 5px 0;vertical-align:top}.cookielawinfo-simple thead th{padding-right:10px;text-align:left}.cookielawinfo-modern{border:1px solid #e3e3e3;background-color:#f2f2f2;width:100%;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px}.cookielawinfo-modern td,.cookielawinfo-modern th{padding:5px;color:#333}.cookielawinfo-modern thead{font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;padding:.2em 0 .2em .5em;text-align:left;color:#4B4B4B;background-color:#C8C8C8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e3e3e3),color-stop(.6,#B3B3B3));background-image:-moz-linear-gradient(top,#D6D6D6,#B0B0B0,#B3B3B3 90%);border-bottom:solid 1px #999}.cookielawinfo-modern th{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:17px;line-height:20px;font-style:normal;font-weight:400;text-align:left;text-shadow:#fff 1px 1px 1px}.cookielawinfo-modern td{line-height:20px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;border-bottom:1px solid #fff;border-top:1px solid #fff}.cookielawinfo-modern tr.cookielawinfo-row:hover{background-color:#fff}.cookielawinfo-elegant{border:1px solid #DFDFDF;background-color:#F9F9F9;width:100%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color:#333}.cookielawinfo-elegant tr{border-top-color:#fff;border-bottom:1px solid #DFDFDF;color:#555}.cookielawinfo-elegant th{text-shadow:rgb(255 255 255 / .796875) 0 1px 0;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight:400;padding:7px 7px 8px;text-align:left;line-height:1.3em;font-size:14px}.cookielawinfo-elegant td{font-size:12px;padding:4px 7px 2px;vertical-align:top}.cookielawinfo-rounded{background-color:#f5f5f5;padding:5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #ebebeb}.cookielawinfo-rounded td,.rounded th{padding:1px 5px}.cookielawinfo-rounded thead{text-shadow:0 1px 0 #fff;color:#999}.cookielawinfo-rounded th{text-align:left;text-transform:uppercase;font-size:11pt;border-bottom:1px solid #fff;padding:1px 5px}.cookielawinfo-rounded td{font-size:10pt;padding:5px}.cookielawinfo-rounded tr.cookielawinfo-row:hover{background-color:#fff}table.cookielawinfo-classic{font-family:Verdana,Arial,Helvetica,sans-serif;border-collapse:collapse;border-left:1px solid #ccc;border-top:1px solid #ccc;color:#333}table.cookielawinfo-classic thead tr th{text-transform:uppercase;background:#e2e2e2}table.cookielawinfo-classic tfoot tr th,table.cookielawinfo-classic tfoot tr td{text-transform:uppercase;color:#000;font-weight:700}table.cookielawinfo-classic tfoot tr th{width:20%}table.cookielawinfo-classic tfoot tr td{width:80%}table.cookielawinfo-classic td,table.cookielawinfo-classic th{border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px;line-height:1.8em;font-size:.8em;vertical-align:top;width:20%}table.cookielawinfo-classic tr.odd th,table.cookielawinfo-classic tr.odd td{background:#efefef}table.cookielawinfo-winter{font:85% "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;padding:0;margin:10px 0 20px;border-collapse:collapse;color:#333;background:#F3F5F7}table.cookielawinfo-winter a{color:#3A4856;text-decoration:none;border-bottom:1px solid #C6C8CB}table.cookielawinfo-winter a:visited{color:#777}table.cookielawinfo-winter a:hover{color:#000}table.cookielawinfo-winter caption{text-align:left;text-transform:uppercase;padding-bottom:10px;font:200% "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif}table.cookielawinfo-winter thead th{background:#3A4856;padding:15px 10px;color:#fff;text-align:left;font-weight:400}table.cookielawinfo-winter tbody{border-left:1px solid #EAECEE;border-right:1px solid #EAECEE}table.cookielawinfo-winter tbody{border-bottom:1px solid #EAECEE}table.cookielawinfo-winter tbody td,table.cookielawinfo-winter tbody th{padding:10px;background:url(https://www.fromseparationtounity.com/wp-content/plugins/cookie-law-info/legacy/public/css/../../images/td_back.gif) repeat-x;text-align:left}table.cookielawinfo-winter tbody tr{background:#F3F5F7}table.cookielawinfo-winter tbody tr.odd{background:#F0F2F4}table.cookielawinfo-winter tbody tr:hover{background:#EAECEE;color:#111}table.cookielawinfo-winter tfoot td,table.cookielawinfo-winter tfoot th,table.cookielawinfo-winter tfoot tr{text-align:left;font:120% "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;text-transform:uppercase;background:#fff;padding:10px}@media(max-width:800px){table.cookielawinfo-row-cat-table td,table.cookielawinfo-row-cat-table th{width:23%;font-size:12px;word-wrap:break-word}table.cookielawinfo-row-cat-table .cookielawinfo-column-4,table.cookielawinfo-row-cat-table .cookielawinfo-column-4{width:45%}}.cookielawinfo-row-cat-title{border-bottom:1px solid #eee;text-align:center}.cookielawinfo-row-cat-title-head{text-align:center}.cookielawinfo-row-cat-table{width:99%;margin-left:5px}