@charset "UTF-8";
.dl_accordion_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 35px 35px 72px;
}

.dl_accordion_item:last-child {
    border-bottom: 0 solid transparent;
}

.dl_accordion_item .dl_accordion_icon {
    position: absolute;
    left: -42px;
    top: -4px;
}

.dl_accordion_item.dl-active {
    background-color: #fff;
}

.dl_accordion_item .dl_accordion_item_title {
    position: relative;
}

.dl_accordion_item .dl_accordion_thumb {
    max-width: 100%;
}

@media (max-width: 991px) {
    .dl_accordion_item .dl_accordion_thumb {
        margin-top: 30px;
    }
}

@media (min-width: 991px) {
    .dl_accordion_item .dl_accordion_thumb {
        position: absolute;
        right: -100%;
        top: 0;
    }
}

.dl_accordion_item .dl_accordion_title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.dl_accordion_item .droit-icon {
    transition: transform 0.2s ease-out;
    right: 6px;
    top: -5%;
    position: absolute;
    cursor: pointer;
    color: #060a24;
}

.dl_accordion_item_title .droit-accordion-icon-opend {
    display: none;
}

.dl_accordion_item_title.dl-active .droit-accordion-icon-opend {
    display: block;
}

.dl_accordion_item_title.dl-active .droit-accordion-icon-closed {
    display: none;
}

.dl_accordion_item .dl_accordion_panel {
    display: none;
    padding-top: 30px;
}

.dl_accordion_item.dl-active .dl_accordion_title::before {
    transform: rotate(-140deg);
}

@media (min-width: 768px) {
    .dl_accordion_item .dl_accordion_inner {
        display: flex;
        align-items: center;
    }

    .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
        flex: 31% 0 0;
        display: flex;
    }
}

.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
    position: relative;
    right: auto;
    top: auto;
}

@media (max-width: 767.98px) {
    .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
        margin-bottom: 10px;
    }
}

.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb + .dl_accordion_inner_content {
    padding-left: 30px;
}

.dl_accordion_item .dl_accordion_inner .dl_accordion_inner_content + .dl_accordion_thumb {
    padding-left: 30px;
}

.dl_accordion_item .dl_accordion_inner .dl_cu_btn {
    border-radius: 0;
}

.dl_accordion_item .dl_accordion_inner .dl_desc {
    font-size: 15px;
    line-height: 1.7;
}

.dl_accordion_item .dl_accordion_inner .dl_desc + .dl_cu_btn {
    margin-top: 29px;
}

.dl_accordion_item.dl_accordion_style_08 {
    padding: 30px;
    border-bottom: 0 solid transparent;
    background-color: #fff;
    margin-bottom: 10px;
}

.dl_accordion_item.dl_accordion_style_08 .dl_accordion_panel {
    padding-top: 26px;
}

.dl_accordion_style_08 .droit-icon {
    color: #060a24;
}

.dl_accordion_item.dl_accordion_style_09 {
    background-color: #005d4c;
    border-radius: 0;
    padding: 29px 35px 29px;
    border-bottom: 0 solid transparent;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(2) {
    background-color: #006a56;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(3) {
    background-color: #007b64;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(4) {
    background-color: #009377;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(5) {
    background-color: #005d4c;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(6) {
    background-color: #006a56;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(7) {
    background-color: #007b64;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(8) {
    background-color: #009377;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(9) {
    background-color: #007b64;
}

.dl_accordion_item.dl_accordion_style_09:nth-child(10) {
    background-color: #009377;
}

.dl_accordion_item.dl_accordion_style_09 .dl_accordion_item_title {
    padding: 0 0 0 35px;
}

.dl_accordion_item.dl_accordion_style_09 .dl_accordion_title {
    color: #fff;
}

.dl_accordion_item.dl_accordion_style_09 .dl_desc {
    color: #fff;
}

.dl_accordion_item.dl_accordion_style_09 .dl_accordion_panel {
    padding-top: 20px;
}

.dl_accordion_item.dl_accordion_style_09 .dl_accordion_icon {
    max-width: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.dl_accordion_item.dl_accordion_style_09 .dl_cu_btn {
    border: 1px solid #fff;
}

.dl_accordion_item.dl_accordion_style_09 .dl_cu_btn:hover {
    border: 1px solid #0e4de3;
}

.dl_accordion_style_09 .droit-icon {
    color: #fff;
}

.dl_accordion_style_09 .dl_accordion_icon {
    color: #fff;
}

.dl_accordion_icon i {
    display: block;
}

.droit-accordion_icon svg {
    width: 16px;
}

.dl_alert_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.dl_alert_box.dl_alert_box_style_01 {
    border-radius: 5px;
    font-size: 20px;
    padding: 22px 40px;
}

.dl_alert_box.dl_alert_box_style_01 .dl_alert_close {
    font-size: 18px;
    background-color: transparent;
    border: 0 solid transparent;
    cursor: pointer;
}

.dl_alert_box.dl_alert_box_style_01 .dl_alert_desc {
    line-height: 20px;
    display: flex;
    align-items: center;
}

.dl_alert_box.dl_alert_box_style_01 .dl_alert_desc i {
    margin-right: 18px;
    font-size: 24px;
}

.dl_alert_box.dl_default_alert {
    border: 1px solid #d7caf5;
    background-color: #f5f1fd;
    color: #8d62e3;
}

.dl_alert_box.dl_default_alert .dl_alert_close,
.dl_alert_box.dl_default_alert .dl_alert_desc {
    color: #8d62e3;
}

.dl_alert_box.dl_notice_alert {
    border: 1px solid #e9e6f5;
    background-color: #f9f8fc;
    color: #677294;
}

.dl_alert_box.dl_notice_alert .dl_alert_close,
.dl_alert_box.dl_notice_alert .dl_alert_desc {
    color: #677294;
}

.dl_alert_box.dl_notice_alert .dl_alert_box_icon {
    border: 1px solid #e9e6f5;
    background-color: #f9f8fc;
    color: #677294;
}

.dl_alert_box.dl_info_alert {
    border: 1px solid #aee9f3;
    background-color: #ebfcff;
    color: #67d2e5;
}

.dl_alert_box.dl_info_alert .dl_alert_close,
.dl_alert_box.dl_info_alert .dl_alert_desc {
    color: #67d2e5;
}

.dl_alert_box.dl_error_alert {
    border: 1px solid #f4bdbd;
    background-color: #ffebeb;
    color: #eb4a4a;
}

.dl_alert_box.dl_error_alert .dl_alert_close,
.dl_alert_box.dl_error_alert .dl_alert_desc {
    color: #eb4a4a;
}

.dl_alert_box.dl_success_alert {
    border: 1px solid #b0efac;
    background-color: #ecffeb;
    color: #4acc43;
}

.dl_alert_box.dl_success_alert .dl_alert_close,
.dl_alert_box.dl_success_alert .dl_alert_desc {
    color: #4acc43;
}

.dl_alert_box.dl_warning_alert {
    border: 1px solid #edd796;
    background-color: #fffaeb;
    color: #ebb512;
}

.dl_alert_box.dl_warning_alert .dl_alert_close,
.dl_alert_box.dl_warning_alert .dl_alert_desc {
    color: #ebb512;
}

.dl_words_wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.dl_words_wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.dl_words_wrapper b.is-visible {
    position: relative;
}

.no-js .dl_words_wrapper b {
    opacity: 0;
}

.no-js .dl_words_wrapper b.is-visible {
    opacity: 1;
}

.dl_animated_headline.rotate-1 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.dl_animated_headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.dl_animated_headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.dl_animated_headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

.dl_animated_headline.type .dl_words_wrapper {
    vertical-align: top;
    overflow: hidden;
}

.dl_animated_headline.type .dl_words_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.dl_animated_headline.type .dl_words_wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.dl_animated_headline.type .dl_words_wrapper.selected::after {
    visibility: hidden;
}

.dl_animated_headline.type .dl_words_wrapper.selected b {
    color: #0d0d0d;
}

.dl_animated_headline.type b {
    visibility: hidden;
}

.dl_animated_headline.type b.is-visible {
    visibility: visible;
}

.dl_animated_headline.type i {
    position: absolute;
    visibility: hidden;
}

.dl_animated_headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

.dl_animated_headline.rotate-2 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.dl_animated_headline.rotate-2 em,
.dl_animated_headline.rotate-2 i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl_animated_headline.rotate-2 b {
    opacity: 0;
}

.dl_animated_headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .dl_animated_headline.rotate-2 i {
    opacity: 1;
}

.dl_animated_headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.dl_animated_headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.dl_animated_headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .dl_animated_headline.rotate-2 i {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0;
}

.no-csstransitions .dl_animated_headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .dl_animated_headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

.dl_animated_headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}

.dl_animated_headline.loading-bar .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}

.dl_animated_headline.loading-bar .dl_words_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.dl_animated_headline.loading-bar .dl_words_wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.dl_animated_headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dl_animated_headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}

.dl_animated_headline.slide span {
    display: inline-block;
    padding: 0.2em 0;
}

.dl_animated_headline.slide .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}

.dl_animated_headline.slide b {
    opacity: 0;
    top: 0.2em;
}

.dl_animated_headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.dl_animated_headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.dl_animated_headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
}

.dl_animated_headline.clip .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}

.dl_animated_headline.clip .dl_words_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.dl_animated_headline.clip b {
    opacity: 0;
}

.dl_animated_headline.clip b.is-visible {
    opacity: 1;
}

.dl_animated_headline.zoom .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.dl_animated_headline.zoom b {
    opacity: 0;
}

.dl_animated_headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}

.dl_animated_headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}

.dl_animated_headline.rotate-3 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.dl_animated_headline.rotate-3 b {
    opacity: 0;
}

.dl_animated_headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .dl_animated_headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.dl_animated_headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.dl_animated_headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .dl_animated_headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
}

.no-csstransitions .dl_animated_headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

.dl_animated_headline.scale b {
    opacity: 0;
}

.dl_animated_headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .dl_animated_headline.scale i {
    opacity: 1;
}

.dl_animated_headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.dl_animated_headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .dl_animated_headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .dl_animated_headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

.dl_animated_headline.push b {
    opacity: 0;
}

.dl_animated_headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.dl_animated_headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.billey_highlight_headline--style-rotate .billey_highlight_headline-dynamic-wrapper {
    text-align: left;
}

.highlight_headline .billey_highlight_headline-dynamic-wrapper {
    overflow: visible;
    text-align: inherit;
    position: relative;
}

.highlight_headline .billey_highlight_headline-dynamic-text {
    z-index: 1;
}

.highlight_headline .billey_highlight_headline-plain-text {
    z-index: 1;
    position: relative;
}

.highlight_headline svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.highlight_headline svg path {
    stroke: #0e4de3;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: billey_highlight_headline-dash 10s infinite;
    animation: billey_highlight_headline-dash 10s infinite;
}

.highlight_headline svg path:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes billey_highlight_headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }
    15% {
        stroke-dasharray: 1500 1500;
    }
    85% {
        opacity: 1;
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}

@keyframes billey_highlight_headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }
    15% {
        stroke-dasharray: 1500 1500;
    }
    85% {
        opacity: 1;
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}

.dl_animated_title_section .dl_animated_title_list {
    text-align: center;
}

.dl_animated_title_section .dl_animated_title_list .billey_highlight_headline,
.dl_animated_title_section .dl_animated_title_list .dl_animated_headline {
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .dl_animated_title_section .dl_animated_title_list .billey_highlight_headline,
    .dl_animated_title_section .dl_animated_title_list .dl_animated_headline {
        font-size: 40px;
        line-height: 50px;
    }
}

.dl_animated_title_section .dl_animated_title_list .dl_words_wrapper {
    font-weight: 300;
}

.dl_animated_title_section .dl_animated_title_list.dl_animated_title_style_01 .dl_words_wrapper {
    color: #554afe;
}

.dl-row-revers {
    flex-direction: row-reverse;
}

@media (min-width: 991px) {
    .dl_banner_section.dl_banner_section_style_01 .dl-row-revers .dl_banner_img {
        right: auto;
        left: 140px;
    }

    .dl_banner_section.dl_banner_section_style_04 .dl-row-revers .dl_banner_img {
        right: auto;
        left: 140px;
    }

    .dl_banner_section.dl_banner_section_style_06 .dl-row-revers .dl_main_banner_img {
        right: auto;
        left: 0;
    }
}

.dl_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .dl_container {
        max-width: 1200px;
    }
}

.dl_container_fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dl_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="dl_col_"],
[class^="dl_col_"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.dl_col_2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.dl_col_3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.dl_col_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.dl_col_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.dl_col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.dl_col_7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.dl_col_8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.dl_col_9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.dl_col_10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.dl_col_11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.dl_col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .dl_col_sm_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_sm_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_sm_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_sm_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_sm_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_sm_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_sm_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_sm_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_sm_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_sm_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_sm_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .dl_col_md_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_md_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_md_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_md_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_md_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_md_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_md_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_md_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_md_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_md_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_md_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .dl_col_lg_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_lg_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_lg_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_lg_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_lg_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_lg_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_lg_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_lg_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_lg_10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_lg_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_lg_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .dl_col_xl_1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .dl_col_xl_2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .dl_col_xl_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_xl_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_xl_5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .dl_col_xl_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_xl_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_xl_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_xl_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_xl_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_xl_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_xl_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.dl_justify_content_start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dl_justify_content_end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dl_justify_content_center {
    -ms-flex-pack: center;
    justify-content: center;
}

.dl_justify_content_between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dl_justify_content_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.dl_align_items_start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.dl_align_items_end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.dl_align_items_center {
    -ms-flex-align: center;
    align-items: center;
}

.dl_align_items_baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.dl_align_items_stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 991px) {
    .dl_banner_content {
        margin: 50px 0;
    }
}

.dl_banner_content .dl_banner_title {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
    .dl_banner_content .dl_banner_title {
        font-size: 35px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
    }
}

.dl_banner_content .dl_banner_desc {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
    .dl_banner_content .dl_banner_desc {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_banner_desc {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.dl_banner_content .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.dl_banner_content .dl_cu_btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .dl_banner_content .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_cu_btn {
        padding: 14px 14px;
    }
}

.dl_banner_content .dl_cu_btn.btn_4 {
    background-color: #d0deff;
    color: #0e4de3;
    border: 2px solid #d0deff;
}

.dl_banner_content .dl_cu_btn.btn_4:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 2px solid #0e4de3;
}

.dl_banner_content.dl_banner_content_style_01 .dl_banner_title {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_01 .dl_banner_desc {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_01 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_3 {
    background-color: #ff6d43;
    color: #fff;
    border: 1.5px solid #ff6d43;
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_3:hover {
    background-color: transparent;
    color: #ff6d43;
    border: 1.5px solid #ff6d43;
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_4 {
    background-color: transparent;
    color: #ff6d43;
    border: 1.5px solid #ff6d43;
}

.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_4:hover {
    background-color: #ff6d43;
    color: #fff;
    border: 1.5px solid #ff6d43;
}

.dl_banner_content.dl_banner_content_style_02 .dl_banner_title {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_02 .dl_banner_desc {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_02 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_3 {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_3:hover {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_4 {
    background-color: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_4:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_03 .dl_banner_title {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_03 .dl_banner_desc {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}

.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_03 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}

.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn.btn_3 {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
    border-radius: 50px;
}

.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn.btn_3:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}

.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_04 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}

.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn.btn_3 {
    background-color: #ff3946;
    color: #fff;
    border: 1.5px solid #ff3946;
    border-radius: 50px;
}

.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn.btn_3:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 1.5px solid #0e4de3;
}

.dl_banner_content.dl_banner_content_style_05 {
    text-align: center;
}

.dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
    font-family: Poppins;
    font-size: 72px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
}

.dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}

.dl_banner_content.dl_banner_content_style_05 .dl_cu_btn {
    font-weight: 500;
}

.dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
    font-family: Poppins;
    font-size: 72px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    color: #fff;
    margin-bottom: 17px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
}

.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn {
    border-width: 1.5px;
    font-weight: 500;
}

.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_3 {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
    border-radius: 5px;
}

.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_3:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_1:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}

.dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}

.dl_banner_content.dl_banner_content_style_07 {
    padding-left: 70px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_07 {
        padding-left: 0;
    }
}

.dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -3.5px;
    color: #060a24;
    margin-bottom: 37px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0;
    }
}

.dl_banner_content.dl_banner_content_style_07 .dl_banner_subscribe_form {
    margin-top: 40px;
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    color: #fff;
    margin-bottom: 37px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0;
    }
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form {
    margin-top: 40px;
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form input {
    background-color: #6174fe;
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form input:focus {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form .dl_cu_btn {
    background-color: #fff;
    color: #465dff;
    border: 1px solid #465dff;
}

.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form .dl_cu_btn:hover {
    background-color: #2dca73;
    border: 1px solid #2dca73;
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}

.dl_banner_content.dl_banner_content_style_09 .dl_banner_title span {
    color: #00db54;
    display: block;
    width: 100%;
}

.dl_banner_content.dl_banner_content_style_09 .dl_banner_desc {
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_09 .btn_2 {
    border: 1px solid #00db54;
    color: #00db54;
}

.dl_banner_content.dl_banner_content_style_09 .btn_2:hover {
    background-color: #00db54;
    color: #fff;
}

.dl_banner_content.dl_banner_content_style_10 .dl_banner_sub_title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

.dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
    font-size: 62px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}

.dl_banner_content.dl_banner_content_style_10 .dl_banner_title span {
    color: #00db54;
    display: block;
    width: 100%;
}

.dl_banner_content.dl_banner_content_style_10 .dl_banner_desc {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.dl_banner_content.dl_banner_content_style_10 .btn_3 {
    border: 1px solid #fff;
    background-color: #fff;
    color: #a582ff;
    font-family: Poppins, sans-serif;
    border-radius: 100px;
    padding: 19px 33px;
}

.dl_banner_content.dl_banner_content_style_10 .btn_3:hover {
    background-color: #a582ff;
    border: 1px solid #a582ff;
    color: #fff;
}

.dl_banner_content .dl_banner_subscribe_form {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form {
        display: block;
    }
}

.dl_banner_content .dl_banner_subscribe_form ::placeholder {
    color: #a9abbd;
}

.dl_banner_content .dl_banner_subscribe_form .dl_mail_icon {
    position: absolute;
    left: 14px;
    top: 16px;
    color: #d9dce3;
}

.dl_banner_content .dl_banner_subscribe_form input {
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 10px 48px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    color: #a9abbd;
    font-size: 16px;
}

@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form input {
        display: block;
        width: 100%;
    }
}

.dl_banner_content .dl_banner_subscribe_form input:focus {
    color: #060a24;
}

.dl_banner_content .dl_banner_subscribe_form:focus {
    color: #fff;
}

.dl_banner_content .dl_banner_subscribe_form:focus .dl_mail_icon {
    color: #fff;
}

.dl_banner_content .dl_banner_subscribe_form .dl_cu_btn {
    margin-left: 15px;
    cursor: pointer;
    padding: 16px 40px;
    background-color: #783bff;
    border: 1px solid #783bff;
    color: #fff;
    line-height: 16px;
}

@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form .dl_cu_btn {
        display: block;
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }
}

.dl_banner_content .dl_banner_subscribe_form .dl_cu_btn:hover {
    background-color: #2dca73;
    border: 1px solid #2dca73;
}

.dl_banner_section_style_01 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .dl_banner_section_style_01 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

@media (min-width: 991px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        max-width: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        max-width: 37%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 37%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 37%;
    }
}

@media (max-width: 991px) {
    .dl_banner_section_style_01 .dl_banner_img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 40%;
    }
}

.dl_banner_section_style_02 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .dl_banner_section_style_02 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_02.dl_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

.dl_banner_section_style_02.dl_gradient_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(261.39deg, #9656ff 3.25%, rgba(64, 78, 217, 0.2) 100.22%);
}

.dl_banner_section_style_02.dl_overlay_opacity:after {
    opacity: 0.7;
}

.dl_banner_section_style_02 .dl_banner_img {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.dl_banner_section_style_02 .dl_banner_img.dl_img_round_shape:after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: "";
    width: 120px;
    height: 120px;
    background-color: #ff6d43;
    border-radius: 50%;
    z-index: -1;
}

.dl_banner_section_style_03 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .dl_banner_section_style_03 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_03.dl_banner_overlay {
    position: relative;
    z-index: 1;
}

.dl_banner_section_style_03.dl_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.13deg, #9656ff 19.73%, #404ed9 110.36%);
    opacity: 0.9;
    z-index: -1;
}

.dl_banner_section_style_03 .dl_banner_img {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.dl_banner_section_style_03 .dl_banner_img.dl_img_round_shape:after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: "";
    width: 120px;
    height: 120px;
    background-color: #2dca73;
    border-radius: 50%;
    z-index: -1;
}

.dl_banner_section_style_04 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .dl_banner_section_style_04 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_04 .dl_banner_img {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .dl_banner_section_style_04 .dl_banner_img {
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 60%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 37%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 37%;
    }
}

.dl_banner_section_style_05 {
    height: 100vh;
    position: relative;
    margin-bottom: 380px;
}

@media (max-width: 991px) {
    .dl_banner_section_style_05 {
        min-height: 100vh;
        height: auto;
        text-align: center;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_05 {
        padding: 0;
    }
}

.dl_banner_section_style_05 .dl_main_banner_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -38%;
}

@media (max-width: 991px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        position: relative;
        margin: 0 25px;
    }

    .dl_banner_section_style_05 .dl_main_banner_img img {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 94%;
        bottom: -16%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 60%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 60%;
    }
}

.dl_banner_section_style_05 .dl_main_banner_img img {
    border-radius: 30px;
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}

.dl_banner_section_style_06 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .dl_banner_section_style_06 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_06 .dl_main_banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dl_banner_section_style_06 .dl_main_banner_img img {
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}

@media (max-width: 991px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        position: relative;
        transform: translateY(0);
        margin: 0 25px;
    }

    .dl_banner_section_style_06 .dl_main_banner_img img {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 45%;
    }
}

.dl_banner_section_style_07 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .dl_banner_section_style_07 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_07 .dl_main_banner_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dl_banner_section_style_07 .dl_main_banner_img img {
    border-radius: 0 30px 30px 0;
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}

@media (max-width: 991px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        position: relative;
        transform: translateY(0);
        margin: 0 25px;
    }

    .dl_banner_section_style_07 .dl_main_banner_img img {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 45%;
    }
}

.dl_banner_section_style_08 {
    height: 100vh;
    position: relative;
    padding: 240px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .dl_banner_section_style_08 {
        min-height: 100vh;
        padding: 80px 0;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_09 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: bottom right !important;
}

@media (max-width: 991px) {
    .dl_banner_section_style_09 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}

.dl_banner_section_style_09 .dl_main_banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dl_banner_content.dl_banner_content .dl_cu_btn i {
    margin-right: 7px;
}

@media (max-width: 991px) {
    .dl_addons_grid_wrapper.dl_mr_80 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .dl_addons_grid_wrapper.dl_ml_80 {
        margin-left: 0;
    }
}

.blog_grid_masonory.style_4 {
    position: relative;
    z-index: 1;
}

.blog_grid_masonory.style_4 .blog_grid_masonory_content {
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

@media (max-width: 767.98px) {
    .blog_grid_masonory.style_4 .blog_grid_masonory_content {
        padding: 20px;
    }
}

.blog_grid_masonory.style_4 .post_thumb {
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .blog_grid_masonory.style_4 .post_thumb {
        min-height: 400px;
    }
}

.blog_grid_masonory.style_4 .post_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180.3deg, rgba(255, 255, 255, 0.01) 41.7%, rgba(0, 0, 0, 0.6) 97.89%);
}

.blog_grid_masonory.style_4 .post_thumb img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.blog_grid_masonory.style_4 .dl_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.blog_grid_masonory.style_4 .dl_title a {
    color: #fff;
}

.blog_grid_masonory.style_4 .dl_post_meta + .dl_title {
    margin-top: 5px;
}

.blog_grid_masonory.style_4 .dl_post_meta p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .blog_grid_masonory.style_4 .dl_post_meta {
        display: flex;
        align-items: center;
    }

    .blog_grid_masonory.style_4 .dl_post_meta p {
        position: relative;
        z-index: 1;
        padding-right: 40px;
    }

    .blog_grid_masonory.style_4 .dl_post_meta p:after {
        position: absolute;
        content: "";
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #dad8d8;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

    .blog_grid_masonory.style_4 .dl_post_meta p:last-child {
        padding-right: 0;
    }

    .blog_grid_masonory.style_4 .dl_post_meta p:last-child:after {
        display: none;
    }
}

.blog_grid_masonory.style_4 .dl_post_meta .dl_date a {
    color: #fff;
}

.blog_grid_masonory.style_4 .dl_post_meta .dl_date a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.blog_grid_masonory.style_4 .dl_post_meta .tag_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog_grid_masonory.style_4 .dl_post_meta .tag_list li {
    display: inline-block;
    font-size: 15px;
}

.blog_grid_masonory.style_4 .dl_post_meta .tag_list li a {
    color: #fff;
}

.blog_grid_masonory.style_4 .dl_post_meta .tag_list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .blog_grid_masonory.style_5 {
        margin-bottom: 40px;
    }
}

.blog_grid_masonory.style_5 .blog_grid_masonory_content {
    background: #fff;
    padding: 30px 20px 0;
}

.blog_grid_masonory.style_5 .post_thumb {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}

.blog_grid_masonory.style_5 .post_thumb img {
    object-fit: cover;
}

.blog_grid_masonory.style_5 .dl_tag {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff90be;
    position: absolute;
    top: 28px;
    left: 37px;
    border-radius: 5px;
    padding: 7px 19px;
    line-height: 17px;
}

.blog_grid_masonory.style_5 .dl_tag.bg_1 {
    background-color: #5ba6ff;
}

.blog_grid_masonory.style_5 .dl_tag.bg_2 {
    background-color: #a0be54;
}

.blog_grid_masonory.style_5 .dl_title {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
}

.blog_grid_masonory.style_5 .dl_title a {
    color: #141c2a;
}

.blog_grid_masonory.style_5 .dl_title a:hover {
    color: #5468ff;
}

.blog_grid_masonory.style_5 .dl_post_meta + .dl_title {
    margin-top: 7px;
}

.blog_grid_masonory.style_5 .dl_title + .dl_post_meta {
    margin-top: 8px;
}

.blog_grid_masonory.style_5 .dl_post_meta {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .blog_grid_masonory.style_5 .dl_post_meta {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog_grid_masonory.style_5 .dl_post_meta {
        display: block;
    }
}

.blog_grid_masonory.style_5 .dl_post_meta p {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    font-size: 14px;
}

.blog_grid_masonory.style_5 .dl_post_meta p:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dad8d8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .blog_grid_masonory.style_5 .dl_post_meta p:after {
        display: none;
    }
}

.blog_grid_masonory.style_5 .dl_post_meta p:last-child {
    padding-right: 0;
}

.blog_grid_masonory.style_5 .dl_post_meta p:last-child:after {
    display: none;
}

.blog_grid_masonory.style_5 .dl_post_meta .dl_post_author {
    font-size: 15px;
}

.blog_grid_masonory.style_5 .dl_post_meta .dl_post_author a {
    color: #8d90a9;
}

.blog_grid_masonory.style_5 .dl_post_meta .dl_date a {
    color: #8d90a9;
}

.blog_grid_masonory.style_5 .dl_post_meta .dl_date a:hover {
    color: rgba(84, 104, 255, 0.9);
}

.blog_grid_masonory.style_5 .dl_post_meta .tag_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog_grid_masonory.style_5 .dl_post_meta .tag_list li {
    display: inline-block;
    font-size: 14px;
}

.blog_grid_masonory.style_5 .dl_post_meta .tag_list li a {
    color: #8d90a9;
}

.blog_grid_masonory.style_5 .dl_post_meta .tag_list li a:hover {
    color: rgba(84, 104, 255, 0.9);
}

.dl_blog_grid_masonory_post.style_6 {
    position: relative;
    z-index: 1;
}

.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb {
        min-height: 500px;
    }
}

.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.4);
}

.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb .blog_masonry_thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-flex;
}

.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_inner {
    background-color: #f8f8f8;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 8;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_inner {
        padding: 25px;
    }
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta {
    position: relative;
    padding-left: 74px;
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_author_img {
    position: absolute;
    left: 0;
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_post_author {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 2px;
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_post_author a {
    color: #141c2a;
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_date a {
    color: #8d90a9;
}

.dl_blog_grid_masonory_post.style_6 .dl_post_meta + .dl_blog_grid_masonory_content {
    margin-top: 57px;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_post_meta + .dl_blog_grid_masonory_content {
        margin-top: 35px;
    }
}

.dl_blog_grid_masonory_post.style_6 .dl_title {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}

.dl_blog_grid_masonory_post.style_6 .dl_title a {
    color: #141c2a;
}

.dl_blog_grid_masonory_post.style_6 .dl_desc {
    color: #141c2a;
}

.dl_blog_grid_masonory_post.style_6 .read_more_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .read_more_btn {
        left: 30px;
    }
}

.dl_blog_grid_masonory_post.style_6 .dl_desc,
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_author_name a,
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_date a,
.dl_blog_grid_masonory_post.style_6 .dl_title a,
.dl_blog_grid_masonory_post.style_6 .read_more_btn,
.dl_blog_grid_masonory_post.style_6 .read_more_btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_blog_grid_masonory_post.style_6:hover .dl_blog_grid_masonory_post_thumb {
    opacity: 1;
}

.dl_blog_grid_masonory_post.style_6:hover .dl_blog_grid_masonory_post_inner {
    background-color: transparent;
}

.dl_blog_grid_masonory_post.style_6:hover .dl_desc,
.dl_blog_grid_masonory_post.style_6:hover .dl_desc p,
.dl_blog_grid_masonory_post.style_6:hover .dl_post_meta .dl_date a,
.dl_blog_grid_masonory_post.style_6:hover .dl_post_meta .dl_post_author a,
.dl_blog_grid_masonory_post.style_6:hover .dl_title a,
.dl_blog_grid_masonory_post.style_6:hover .read_more_btn {
    color: #fff;
}

.dl_blog_grid_masonory_post.style_6:hover .read_more_btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dl_blog_grid_masonory_post.style_8 {
    background: #fff;
    box-shadow: 0 12px 10px #f1f1f1;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_8 {
        margin-bottom: 40px;
    }
}

.dl_blog_grid_masonory_post.style_8 .dl_blog_grid_masonory_img {
    display: flex;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_box_content {
    padding: 16px 30px 25px;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag {
    color: #5468ff;
    display: inline-block;
    padding-left: 33px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #5468ff;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag.color_2 {
    color: #6bb125;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag.color_2:after {
    background-color: #6bb125;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag.color_3 {
    color: #ff7038;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag.color_3:after {
    background-color: #ff7038;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_title {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_description {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_post_meta {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_tag {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_description {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.dl_blog_grid_masonory_post.style_8 .dl_title a {
    color: #3a416f;
}

.dl_blog_grid_masonory_post.style_8 .dl_title a:hover {
    color: #5468ff;
}

.dl_blog_grid_masonory_post.style_8 .dl_title + .dl_post_meta {
    margin-top: 20px;
}

.dl_blog_grid_masonory_post.style_8 .dl_description {
    line-height: 1.6;
    color: #6d739f;
    font-size: 15px;
}

.dl_blog_grid_masonory_post.style_8 .dl_description + .dl_post_meta {
    margin-top: 34px;
}

.dl_blog_grid_masonory_post.style_8 .dl_description + .dl_tag {
    margin-top: 19px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta {
    position: relative;
    padding-left: 60px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_author_img {
    position: absolute;
    left: 0;
    max-width: 45px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
    padding-top: 3px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author a {
    color: #626997;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author a:hover {
    color: #5468ff;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date {
    font-size: 13px;
    margin-top: 2px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date a {
    color: #9095bf;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date a:hover {
    color: #5468ff;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_title {
    margin-top: 24px;
}

.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_description {
    margin-top: 24px;
}

.droit-post__thumbnail {
    width: 100%;
    display: inline-flex;
}

.dl_masonry_blog_post {
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.dl_masonry_blog_post .dl_tag {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 4px 20px;
    background-color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #141c2a;
    font-weight: 500;
    z-index: 8;
    border-radius: 3px;
}

.dl_masonry_blog_post .dl_masonry_blog_thumb {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dl_masonry_blog_post .dl_masonry_blog_thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(110, 5, 5, 0.05) 31.78%, rgba(0, 0, 0, 0.6) 100%);
}

.dl_masonry_blog_post .dl_masonry_blog_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
        height: inherit;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}

.dl_masonry_blog_post .dl_masonry_blog_thumb .dl_tag {
    position: absolute;
    right: 25px;
    top: 25px;
    background: #fff;
    padding: 6px 16px;
    display: inline-block;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    line-height: 1.4;
    margin-bottom: 12px;
    z-index: 3;
}

.dl_masonry_blog_post .dl_masonry_blog_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    z-index: 8;
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_title a {
    color: #fff;
}

@media (max-width: 767.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_title {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta p {
    position: relative;
    z-index: 1;
    margin-right: 5px;
    color: #d2cbcb;
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_post_author {
    font-size: 15px;
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_post_author a {
    color: #fff;
}

.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_date a {
    color: #d2cbcb;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_date a {
        margin-left: 0;
        margin-top: 0;
    }
}

.dl_masonry_blog_post .dl_masonry_blog_content .animated_border:before {
    background-color: #fff;
}

.droit-post__area.style_5 .droit-post__thumbnail {
    height: 250px;
}

.droit-post__area.style_8 .droit-post__thumbnail {
    height: 206px;
}

.dl_blog_list_post .dl_date {
    display: inline-block;
    font-size: 14px;
    color: #6e798c;
    margin-bottom: 10px;
}

.dl_blog_list_post .dl_date:hover {
    color: #0e4de3;
}

.dl_blog_list_post .dl_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.dl_blog_list_post .dl_title a {
    color: #081f32;
    display: inline-block;
}

.dl_blog_list_post .dl_title a:hover {
    color: #0e4de3;
}

.dl_blog_list_post .dl_description {
    margin-top: 19px;
    font-size: 15px;
}

.dl_blog_list_post .dl_read_more_btn {
    display: inline-block;
    font-size: 14px;
    color: #0e4de3;
    font-weight: 600;
}

.dl_blog_list_post .dl_read_more_btn:hover {
    color: #0e4de3;
}

.dl_blog_list_post .dl_post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    flex-wrap: wrap;
}

.dl_blog_list_post .dl_author_info {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .dl_blog_list_post .dl_author_info {
        margin-bottom: 10px;
    }
}

.dl_blog_list_post .dl_author_info .dl_author_img {
    max-width: 25px;
    border-radius: 50%;
}

.dl_blog_list_post .dl_author_img + .dl_post_author {
    margin-left: 10px;
    font-size: 14px;
    color: #6e798c;
}

.dl_blog_list_post.dl_style_01 {
    display: flex;
    background-color: #f3f7fa;
}

@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_01 {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_01 {
        margin-bottom: 30px;
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_01 {
        flex-wrap: wrap;
    }
}

.dl_blog_list_post.dl_style_01 .dl_blog_thumb {
    width: 100%;
    display: block;
}

.dl_blog_list_post.dl_style_01 .dl_blog_thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (max-width: 1200px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        height: 292px;
    }
}

@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        display: inline-flex;
        flex: 41% 0 0;
        min-height: 292px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}

.dl_blog_list_post.dl_style_01 .dl_blog_list_content_inner {
    padding: 30px;
}

.dl_blog_list_post.dl_style_01 .dl_post_meta {
    margin-top: 28px;
}

.dl_blog_list_post.dl_style_03 {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_03 {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_03 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_03 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        width: 100%;
    }
}

.dl_blog_list_post.dl_style_03 .dl_blog_thumb img {
    border-radius: 9px;
}

@media (max-width: 576px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb img {
        border-radius: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
        flex: 34% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
    }
}

.dl_blog_list_post.dl_style_03 .dl_date {
    margin-bottom: 0;
    font-size: 14px;
}

.dl_blog_list_post.dl_style_03 .dl_title {
    font-size: 16px;
    line-height: 24px;
}

.dl_blog_list_post.dl_style_03 .dl_post_meta + .dl_title {
    margin-top: 15px;
    margin-bottom: 0;
}

.dl_blog_list_post.dl_style_03 .dl_blog_list_content_inner {
    padding: 20px 25px;
}

@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_list_content_inner {
        padding: 19px;
    }
}

.dl_blog_list_post.dl_style_03 .dl_post_meta {
    margin-top: 0;
}

.dl_blog_list_post.dl_style_05 {
    position: relative;
    display: inline-flex;
}

.dl_blog_list_post.dl_style_05 .dl_blog_thumb {
    display: inline-flex;
}

.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 30px 19px;
    width: 62%;
}

@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner {
        width: 100%;
    }
}

.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_date {
    margin-bottom: 0;
}

.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_date + .dl_title {
    margin-top: 0;
}

.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_title + .dl_date {
    margin-top: 5px;
}

.dl_blog_list_post.dl_style_07 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_07 {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_07 {
        margin-bottom: 30px;
        display: block;
    }
}

.dl_blog_list_post.dl_style_07 .dl_title {
    line-height: 32px;
}

.dl_blog_list_post.dl_style_07 .dl_description {
    margin-top: 9px;
}

.dl_blog_list_post.dl_style_07 .dl_blog_thumb {
    width: 100%;
    display: block;
}

.dl_blog_list_post.dl_style_07 .dl_blog_thumb img {
    width: 100%;
}

@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 41% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}

.dl_blog_list_post.dl_style_07 .dl_blog_list_content_inner {
    padding: 0 30px;
}

@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_list_content_inner {
        padding: 20px;
    }
}

.dl_blog_list_post.dl_style_07 .dl_post_meta {
    margin-top: 18px;
}

.droit-blog_list_loop_post.dl_style_05 {
    width: 100%;
}

.droit-blog_list_loop_post.dl_style_05 .droit-post_list__thumbnail {
    height: 278px;
    width: 100%;
}

.droit-blog_list_loop_post.dl_style_05 .droit-post_list__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 767.98px) {
    .droit-blog_list_loop_post.dl_style_03 {
        width: 100%;
    }

    .droit-blog_list_loop_post.dl_style_03 .droit-post_list__thumbnail {
        height: 120px;
        width: 120px;
    }
}

@media (min-width: 576px) {
    .droit-blog_list_loop_post.dl_style_03 .droit-post_list__thumbnail {
        flex: 120px 0 0;
    }
}

.droit-blog_list_loop_post.dl_style_07 {
    width: 100%;
}

.droit-blog_list_loop_post.dl_style_07 .droit-post_list__thumbnail {
    height: 220px;
}

.droit-blog_list_loop_post.dl_style_07 .droit-post_list__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dl_card_box.dl_card_style_01 {
    background: #fff;
    padding: 45px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .dl_card_box.dl_card_style_01 {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_card_box.dl_card_style_01 {
        padding: 35px 20px;
    }
}

.dl_card_box.dl_card_style_01:hover {
    box-shadow: 0 20px 52px rgba(5, 0, 255, 0.09);
}

@media (max-width: 991px) {
    .dl_card_box.dl_card_style_01 {
        margin-bottom: 40px;
    }
}

.dl_card_box.dl_card_style_01 .dl_info_box_img img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.dl_card_box.dl_card_style_01 .dl_info_box_img + .dl_single_info_box_content {
    margin-top: 30px;
}

.dl_card_box.dl_card_style_01 .dl_tag {
    display: block;
    font-size: 14px;
    color: rgba(63, 63, 63, 0.5);
    text-transform: uppercase;
}

.dl_card_box.dl_card_style_01 .dl_tag + .dl_title {
    margin-top: 10px;
}

.dl_card_box.dl_card_style_01 .dl_tag + .dl_cu_btn {
    margin-top: 20px;
}

.dl_card_box.dl_card_style_01 .dl_title {
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.dl_card_box.dl_card_style_01 .dl_title a {
    color: #3f3f3f;
}

.dl_card_box.dl_card_style_01 .dl_title a:hover {
    color: #e2335f;
}

.dl_card_box.dl_card_style_01 .dl_title span:hover {
    color: #e2335f;
}

.dl_card_box.dl_card_style_01 .dl_title + .dl_tag {
    margin-top: 10px;
}

.dl_card_box.dl_card_style_01 .dl_title + .dl_cu_btn {
    margin-top: 20px;
}

.dl_card_box.dl_card_style_01 .dl_cu_btn + .dl_title {
    margin-top: 20px;
}

.elementor-widget-droit-card {
    height: 100%;
}

.elementor-widget-droit-card .elementor-widget-container {
    height: 100%;
}

@media (max-width: 991px) {
    .dl_card_box.dl_card_style_04 {
        margin-bottom: 40px;
    }
}

.dl_card_box.dl_card_style_04 .dl_card_thumb {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 30px;
}

.dl_card_box.dl_card_style_04 .dl_card_thumb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_card_box.dl_card_style_04 .dl_card_thumb .dl_tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #47464c;
    border-radius: 10px;
    font-size: 14px;
    padding: 1px 12px;
    color: #fff;
}

.dl_card_box.dl_card_style_04:hover img {
    transform: scale(1.1);
}

.dl_card_box.dl_card_style_04 .dl_title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.dl_card_box.dl_card_style_04 .dl_title a {
    color: #333;
}

.dl_card_box.dl_card_style_04 .dl_title a:hover {
    color: #e2335f;
}

.dl_card_box.dl_card_style_04 .dl_card_thumb + .dl_title {
    margin-top: 30px;
}

.dl_card_box.dl_card_style_04 .dl_title + .dl_desc {
    margin-top: 20px;
}

.dl_card_box.dl_card_style_04 .dl_desc {
    font-size: 16px;
    color: #6a6a6a;
}

.dl_card_box.dl_card_style_05 {
    background-color: #fff;
}

@media (max-width: 991px) {
    .dl_card_box.dl_card_style_05 {
        margin-bottom: 40px;
    }
}

.dl_card_box.dl_card_style_05 .dl_title {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-left: 38px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 29px;
}

.dl_card_box.dl_card_style_05 .dl_title a {
    color: #000;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape [class^="dl_parallax_"] {
    position: absolute;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape .layer2 {
    position: relative !important;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(1) {
    top: 30%;
    left: 0;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(2) {
    top: 15%;
    left: 5%;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(3) {
    bottom: 5%;
    left: 5%;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(4) {
    top: 5%;
    right: 0;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(5) {
    top: 5%;
    left: 10%;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(2) {
    top: 31%;
    left: 16%;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(3) {
    top: 5%;
    right: 0;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(2) {
    top: 45%;
    left: 15px;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(3) {
    top: 5%;
    right: 20%;
}

.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(4) {
    bottom: 22%;
    right: 10%;
}

.droit-card-box-wrapper.dl_card_style_01 .droit-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.droit-card-box-wrapper.dl_card_style_04 .droit-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.droit-card-box-wrapper.dl_card_style_04 .droit-card-image img {
    max-width: 100%;
}

.dl_countdown_wrapper .dl_colum_4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (max-width: 576px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner {
    background-color: #fff;
    padding: 27px 40px;
    text-align: center;
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span {
    font-size: 42px;
    font-weight: 400;
    color: #49e157;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Abril Fatface", cursive;
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_blue {
    color: #4974e1;
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_yellow {
    color: #ffb74b;
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_orange {
    color: #ff5151;
}

.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #6e798c;
}

.dl_countdown_wrapper.dl_style_04 .dl_countdown_inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .dl_countdown_wrapper.dl_style_04 .dl_countdown_inner {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.dl_countdown_wrapper.dl_style_04 span {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    font-family: Dosis, sans-serif;
}

.dl_countdown_wrapper.dl_style_04 .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
}

.dl_countdown_wrapper.dl_style_08 {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_countdown_wrapper.dl_style_08 .dl_colum_4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner {
    padding: 27px 20px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner:after {
    position: absolute;
    content: ":";
    right: -11%;
    top: 8%;
    font-size: 43px;
    color: grey;
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner:last-child:after {
    display: none;
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner span {
    font-size: 42px;
    font-weight: 400;
    color: grey;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Abril Fatface", cursive;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: grey;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_countdown_wrapper.dl_style_08 .dl_countdown_shape {
    position: absolute;
    bottom: 0;
    right: -87%;
}

@media (max-width: 991px) {
    .dl_countdown_wrapper .dl_countdown_inner {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    height: 55px;
    line-height: 55px;
    border: 1px solid #6a6a6a;
    border-radius: 100px;
    padding: 10px 30px;
    color: #6a6a6a;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control:focus {
    border-color: #111;
    outline: none;
    color: #111;
}

.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    margin-top: 7px;
}

.dl_contact_form_wrapper.wpcf7_default label {
    font-size: 15px;
}

.dl_contact_form_wrapper.wpcf7_default textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 10px;
}

.dl_contact_form_wrapper.wpcf7_default .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    height: auto;
}

.dl_contact_form_wrapper .wpcf7_default .wpcf7-submit:hover {
    border-color: #111;
}

.dl_contact_form_wrapper.dl_cf7_form_02 {
    background-color: #e9f0d0;
}

.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    color: #6a6a6a;
}

.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}

.dl_contact_form_wrapper.dl_cf7_form_02 label {
    font-size: 15px;
    color: #6a6a6a;
}

.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
}

.dl_contact_form_wrapper.dl_cf7_form_02 textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 0;
}

.dl_contact_form_wrapper.dl_cf7_form_03 {
    background-color: #ffefd9;
}

.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    color: #6a6a6a;
}

.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    width: 100%;
}

.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
}

.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}

.dl_accordion_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 35px 35px 72px;
}

.dl_accordion_item:last-child {
    border-bottom: 0 solid transparent;
}

.dl_accordion_item .dl_accordion_icon {
    position: absolute;
    left: -42px;
    top: -4px;
}

.dl_accordion_item.dl-active {
    background-color: #fff;
}

.dl_accordion_item .dl_accordion_item_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dl_accordion_item .dl_accordion_title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.dl_accordion_item .droit-icon {
    transition: transform 0.2s ease-out;
    cursor: pointer;
    color: #060a24;
    margin-left: 15px;
}

.dl_accordion_item_title .droit-accordion-icon-opend {
    display: none;
}

.dl_accordion_item_title.dl-active .droit-accordion-icon-opend {
    display: block;
}

.dl_accordion_item_title.dl-active .droit-accordion-icon-closed {
    display: none;
}

.dl_accordion_item .dl_accordion_panel {
    display: none;
    padding-top: 30px;
}

.dl_accordion_item.dl-active .dl_accordion_title::before {
    transform: rotate(-140deg);
}

.dl_accordion_item .dl_desc + .dl_cu_btn {
    margin-top: 29px;
}

.dl_accordion_item.dl_accordion_style_02 {
    padding: 30px;
    border-bottom: 0 solid transparent;
    background-color: #fff;
    margin-bottom: 10px;
}

.dl_accordion_item.dl_accordion_style_02 .dl_accordion_panel {
    padding-top: 20px;
}

.dl_accordion_item.dl_accordion_style_03 {
    padding: 30px;
    background-color: #fff;
}

.dl_accordion_item.dl_accordion_style_03 .dl_accordion_panel {
    padding-top: 27px;
}

.dl_accordion.dl_wrapper_style_2 {
    padding: 0 50px;
    background-color: #fff;
    border-radius: 50px 0;
}

.dl_accordion_item.dl_accordion_style_06 {
    padding: 38px 0;
    background-color: #fff;
}

.dl_accordion_item.dl_accordion_style_06 .dl_accordion_panel {
    padding-top: 20px;
}

.dl_accordion_item.dl_accordion_style_06 .dl_accordion_title::before {
    top: 40%;
}

.dl_accordion_icon i {
    display: block;
}

.dl_accordion_wrapper_style_01 .dl_accordion_inner {
    flex: 45% 0 0;
    margin-bottom: 42px;
}

@media (max-width: 767.98px) {
    .dl_accordion_wrapper_style_01 .dl_accordion_inner {
        flex: 100% 0 0;
        margin-bottom: 40px;
    }
}

.dl_accordion_wrapper_style_01 .dl_accordion_inner .dl_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.droit-advance-faq .droit-icon img,
.droit-advance-faq .droit-icon svg {
    width: 16px;
}

.droit-advance-faq .droit-icon i {
    font-size: 16px;
}

.dl_info_box_section {
    position: relative;
}

.dl_info_box_section .info_box_shape_1 {
    position: absolute;
    top: 0;
    left: 0;
}

.dl_info_box_section .info_box_shape_2 {
    position: absolute;
    top: 50%;
    right: 0;
}

.dl_single_info_box.style_1 .info_box_icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .dl_single_info_box.style_1 .info_box_icon {
        margin-bottom: 25px;
    }
}

.dl_single_info_box.style_1 .info_box_icon:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    bottom: -4px;
    left: -13px;
    z-index: -1;
    border-radius: 50%;
}

.dl_single_info_box.style_1 .info_box_icon.shape_1:after {
    background: #fff5f8;
}

.dl_single_info_box.style_1 .info_box_icon.shape_2:after {
    background: rgba(225, 233, 250, 0.6);
}

.dl_single_info_box.style_1 .dl_title {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.dl_single_info_box.style_1 .dl_description {
    margin-top: 18px;
    line-height: 1.6;
    font-size: 16px;
}

@media (max-width: 991px) {
    .dl_single_info_box.style_1 .dl_description {
        margin-top: 10px;
    }
}


.dl_single_info_box.style_2 {
    background-color: #fff;
    margin-top: 80px;
    text-align: center;
    padding: 140px 25px 60px;
    position: relative;
    box-shadow: 0 12px 10px #f1f1f1;
    border-radius: 10px;
    transition: 0.3s;
}

.dl_single_info_box.style_2:hover {
    box-shadow: 0 10px 30px #d8d8d8;
}

.dl_single_info_box.style_2 .info_box_icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
}

.dl_single_info_box.style_2 .dl_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.dl_single_info_box.style_2 .dl_description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}

.dl_single_info_box.style_2 .dl_cu_btn {
    border-radius: 3px;
    margin-top: 36px;
}


.dl_single_info_box.style_5 {
    background-color: #fff;
    text-align: center;
    padding: 60px 25px;
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .dl_single_info_box.style_5 {
        margin-top: 40px;
    }
}

.dl_single_info_box.style_5:hover {
    box-shadow: 0 15px 25px #e7e7e7;
}

.dl_single_info_box.style_5 .info_box_icon {
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ff6685 0%, #ff92d6 100%);
    border-radius: 15px;
}

.dl_single_info_box.style_5 .info_box_icon.bg_color_2 {
    background: linear-gradient(180deg, #5bcb5a 0%, #b3e64e 100%);
}

.dl_single_info_box.style_5 .info_box_icon.bg_color_3 {
    background: linear-gradient(180deg, #764afe 11.25%, #d04dfd 137.5%);
}

.dl_single_info_box.style_5 .dl_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.dl_single_info_box.style_5 .dl_description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.dl_single_info_box.style_5 .read_more_btn {
    margin-top: 18px;
}

.dl_single_info_box.style_5 .read_more_btn:hover {
    color: #2945ff;
}

.container-center .info_box_icon::after {
    left: 50% !important;
    transform: translateX(-50%);
}

.container-right .info_box_icon::after {
    left: auto !important;
    right: 0;
}

.dl_single_info_box.style_2 .info_box_icon img {
    max-width: 203px;
    max-height: 180px;
}

.dl_icon_box_wrapper {
    position: relative;
}

.dl_icon_box_wrapper.dl_style_01 {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_01 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_01 {
        margin-bottom: 30px;
    }
}

.dl_icon_box_wrapper.dl_style_01 .dl_icon {
    height: 62px;
    width: 62px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dl_icon_box_wrapper.dl_style_01 .dl_icon svg {
    max-width: 30px;
}

.dl_icon_box_wrapper.dl_style_01 .dl_icon img {
    max-width: 30px;
}

.dl_icon_box_wrapper.dl_style_01 .dl_icon {
    font-size: 30px;
    color: #10bf7c;
    background-color: #e5f9f0;
}

.dl_icon_box_wrapper.dl_style_01 .dl_desc {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.dl_icon_box_wrapper.dl_style_01 .dl_icon_wrapper + .dl_desc {
    margin-top: 25px;
}

.dl_icon_box_wrapper.dl_style_03 {
    padding: 33px 30px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_03 {
        margin-bottom: 30px;
    }
}

.dl_icon_box_wrapper.dl_style_03 .dl_icon {
    display: flex;
}

.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content {
    margin-left: 25px;
}

.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_sub_title {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #968b8b;
    margin-bottom: 0;
    margin-bottom: 10px;
}

.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title {
        line-height: 1.3;
    }
}

.dl_icon_box_wrapper.dl_style_04 {
    text-align: center;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_04 {
        margin-bottom: 40px;
    }
}

.dl_icon_box_wrapper.dl_style_04 .dl_icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_04 .dl_icon {
        margin-bottom: 20px;
    }
}

.dl_icon_box_wrapper.dl_style_04 .dl_icon .dl_icon_box_shape {
    position: absolute;
    top: -6px;
    left: -20px;
    z-index: -1;
}

.dl_icon_box_wrapper.dl_style_04 img {
    max-width: initial;
}

.dl_icon_box_wrapper.dl_style_04 .dl_title {
    font-size: 24px;
    color: #051441;
    margin-bottom: 10px;
}

.dl_icon_box_wrapper.dl_style_04 .dl_desc {
    font-size: 16px;
    color: #6a7c92;
    font-weight: 500;
    line-height: 1.8;
}

.dl_icon_box_wrapper.dl_style_04 .dl_icon + .dl_desc {
    margin-top: 25px;
}

.dl_icon_box_wrapper.dl_style_06 {
    padding: 48px 30px 40px;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_06 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_06 {
        margin-bottom: 50px;
    }
}

.dl_icon_box_wrapper.dl_style_06 .dl_icon {
    height: 62px;
    width: 62px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -31px;
    left: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}

.dl_icon_box_wrapper.dl_style_06 .dl_icon svg {
    max-width: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}

.dl_icon_box_wrapper.dl_style_06 .dl_icon img {
    max-width: 30px;
}

.dl_icon_box_wrapper.dl_style_06 .dl_icon i {
    font-size: 30px;
    color: #10bf7c;
}

.dl_icon_box_wrapper.dl_style_06 .dl_desc {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.dl_icon_box_wrapper.dl_style_07 {
    padding: 42px 30px 34px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_07 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_07 {
        margin-bottom: 50px;
    }
}

.dl_icon_box_wrapper.dl_style_07 .dl_icon {
    height: 62px;
    width: 62px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}

.dl_icon_box_wrapper.dl_style_07 .dl_icon svg {
    max-width: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}

.dl_icon_box_wrapper.dl_style_07 .dl_icon img {
    max-width: 24px;
}

.dl_icon_box_wrapper.dl_style_07 .dl_icon i {
    font-size: 30px;
    color: #10bf7c;
}

.dl_icon_box_wrapper.dl_style_07 .dl_desc {
    font-size: 20px;
    color: #313131;
    font-weight: 500;
}

.dl_icon_wrapper {
    display: flex;
}

.droit-icon-description a {
    color: #333333;
}

.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title a {
    color: #333333;
}

.dl_icon_box_wrapper.dl_style_04 .dl_title a {
    color: #051441;
}

.dl_icon_box_wrapper.dl_style_06 .dl_desc a {
    color: #fff;
}

.droit-icon-shape-circle .dl_icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.droit-icon-shape-square .dl_icon {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dl_image_carousel.dl_style_03 .dl_img_carousel_thumb {
    display: flex;
}

.dl_image_carousel.dl_style_03 .dl_carousel_thumb {
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.dl_image_carousel.dl_style_03 .dl_carousel_thumb a {
    display: inline-block;
}

.dl_image_carousel.dl_style_03 .dl_image_carousel_desc {
    padding: 20px 30px;
    z-index: 5;
    text-align: center;
}

.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_tag {
    font-size: 14px;
    color: #b8bcc1;
    display: inline-block;
}

.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #111;
}

.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title a {
    color: #111;
}

.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title a:hover {
    color: #0e4de3;
}

.dl_image_carousel.dl_style_03:hover .dl_carousel_thumb {
    box-shadow: 0 40px 40px -20px rgba(51, 51, 51, 0.41);
}

.dl_swiper_navigation.style_1 .swiper_button_next,
.dl_swiper_navigation.style_1 .swiper_button_prev {
    width: 50px;
    height: 50px;
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.dl_swiper_navigation.style_1 .swiper_button_next:hover,
.dl_swiper_navigation.style_1 .swiper_button_prev:hover {
    background-color: #000;
}

.dl_swiper_navigation.style_1 .swiper_button_next {
    left: auto;
    right: 2%;
}

.dl_image_carousel_slider:hover .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_image_carousel_slider:hover .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}

.swiper-container:hover .dl_swiper_navigation.style_1 .swiper_button_next,
.swiper-container:hover .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}

.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_next,
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: 36%;
    transform: translateY(-50%);
}

.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_next i,
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_prev i {
    font-size: 20px;
}

.dl_swiper_pagination.style_1 {
    text-align: center;
    margin: 30px 0 0;
}

.dl_swiper_pagination.style_1 .swiper-pagination-bullet {
    border-radius: 0;
    width: 22px;
    height: 4px;
    background-color: rgba(17, 17, 17, 0.5);
    text-align: center;
    margin: 0 5px;
}

.dl_swiper_pagination.style_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111;
}

.dl_swiper_pagination.style_2 {
    text-align: center;
    margin: 30px 0 0;
}

.dl_swiper_pagination.style_2 .swiper-pagination-bullet {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(17, 17, 17, 0.5);
    text-align: center;
    margin: 0 8px;
}

.dl_swiper_pagination.style_2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111;
}

.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}

.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: auto;
    left: auto;
    right: 0;
    border: 1px solid #d1cdcd;
    border-radius: 0;
    color: #677076;
    background-color: transparent;
}

.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next:hover,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev:hover {
    border: 1px solid #544cf1;
    border-radius: 0;
    color: #fff;
    background-color: #544cf1;
}

.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: auto;
    left: auto;
    right: 65px;
}

.droit-image-link {
    display: inline-flex;
}

.dl_nav_three .dl_swiper_navigation.style_1 {
    position: absolute;
    right: 0;
    bottom: 26px;
}

.dl_news_tricker_wrapper .dl_marquee_content {
    height: 60px;
    color: #595b69;
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.dl_news_tricker_wrapper .dl_marquee_content:focus {
    box-shadow: none;
}

.dl_news_tricker_wrapper .dl_input_group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.dl_news_tricker_wrapper .dl_input_group_prepend {
    margin-right: -1px;
}

.dl_news_tricker_wrapper .dl_input_group_append,
.dl_news_tricker_wrapper .dl_input_group_prepend {
    display: -ms-flexbox;
    display: flex;
}

.dl_news_tricker_wrapper .dl_input_group_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 12px 34px;
    color: #fff;
    font-weight: 600;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_input_group_text {
    background-color: #554afe;
    border: 1px solid #554afe;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group {
    border-radius: 25px;
    border: 2px solid #554afe;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_prepend {
    margin-right: 0;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_text {
    background-color: #554afe;
    border: 2px solid #554afe;
    border-radius: 22px 25px 25px 22px;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group {
    border-radius: 5px;
    border: 2px solid #554afe;
    background-color: #554afe;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_prepend {
    margin-right: 0;
    border-radius: 5px;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_text {
    background-color: #fff;
    border: 2px solid #554afe;
    border-radius: 5px;
    color: #554afe;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
    background-color: transparent;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_marquee_tag {
    color: #fff;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_input_group_text {
    border-radius: 0 4px 4px 0;
    background-color: #554afe;
    border: 1px solid #554afe;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
    text-align: right;
    float: right;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group {
    border-radius: 0;
    border: 2px solid #e4e4e9;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_prepend {
    margin-right: 0;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #060a24;
    position: relative;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4e4e9;
    width: 2px;
    height: 30px;
    content: "";
}

.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group {
    border-radius: 25px;
    border: 0px solid transparent;
    background-color: #3c32df;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_prepend {
    margin-right: 0;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_text {
    background-color: #3c32df;
    border: 0 solid transparent;
    border-radius: 22px 25px 25px 22px;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_wrapper {
    border: 0px solid transparent;
    border-radius: 0 25px 25px 0;
    background-color: #554afe;
    color: #ffffff;
}

.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_tag {
    color: #ffffff;
}

@media (max-width: 576px) {
    .dl_news_tricker_wrapper .dl_input_group {
        display: block;
        width: 100%;
        border-radius: 0 !important;
    }

    .dl_news_tricker_wrapper .dl_input_group .dl_input_group_text {
        width: 100%;
        display: block;
        text-align: center;
    }

    .dl_news_tricker_wrapper .dl_input_group_text,
    .dl_news_tricker_wrapper .dl_input_group_text {
        border-radius: 0 !important;
    }

    .dl_news_tricker_wrapper .dl_form_control {
        border-radius: 0 !important;
        width: 100%;
    }
}

.dl_marquee_wrapper {
    overflow: hidden;
    padding: 0 30px;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.dl_marquee_content {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dl_marquee_content_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 20s linear infinite running;
    -moz-animation: marquee 20s linear infinite running;
    -o-animation: marquee 20s linear infinite running;
    -ms-animation: marquee 20s linear infinite running;
    animation: marquee 20s linear infinite running;
}

.dl_marquee_content_inner:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.dl_marquee_tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #6a6a6a;
    white-space: pre;
    margin-right: 50px;
}

.dl_marquee_tag:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.dl_pricing_plan.dl_style_02 {
    padding: 50px 50px 57px;
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02 {
        margin-bottom: 30px;
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02 {
        padding: 30px 20px;
    }
}

.dl_pricing_plan.dl_style_02 .dl_title {
    margin-top: 34px;
}

.dl_pricing_plan.dl_style_02 .dl_title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.dl_pricing_plan.dl_style_02 .dl_pricing_list {
    margin: 0;
    padding: 0;
}

.dl_pricing_plan.dl_style_02 .dl_pricing_list li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}

.dl_pricing_plan.dl_style_02 .dl_pricing_list li img {
    margin-right: 11px;
}

.dl_pricing_plan.dl_style_02 .dl_title + .dl_pricing_list {
    margin-top: 30px;
}

.dl_pricing_plan.dl_style_02 .dl_pricing_list + .dl_cu_btn {
    margin-top: 26px;
}

.dl_pricing_plan.dl_style_02.dl_pricing_center {
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.14);
    background-color: #fff;
}

.dl_pricing_plan.dl_style_02 .dl_cu_btn {
    padding: 15px 40px;
    border-radius: 6px;
}

.dl_pricing_plan.dl_style_02 .dl_cu_btn.btn_4 {
    background-color: #222;
}

.dl_pricing_plan.dl_style_02 .dl_cu_btn.btn_4:hover {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}

.dl_pricing_plan.dl_style_02 .dl_popular_tricker {
    position: absolute;
    top: 40px;
    left: -5px;
}

.dl_pricing_plan.dl_style_02 .dl_popular_tricker .dl_text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #5a52ff;
    padding: 5px 20px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.dl_pricing_plan.dl_style_02.dl_popular_package {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    padding: 90px 50px 82px;
    margin-top: -64px;
}

@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02.dl_popular_package {
        padding: 90px 30px 50px;
        margin-top: -64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02.dl_popular_package {
        padding: 90px 30px 50px;
        margin-top: -64px;
    }
}

.dl_pricing_plan.dl_style_02.dl_popular_package .dl_cu_btn.btn_4 {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}

.dl_pricing_plan.dl_style_02:hover:not(.dl_popular_package) {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    padding: 90px 50px 82px;
    margin-top: -64px;
}

@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02:hover {
        padding: 90px 30px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02:hover {
        padding: 90px 30px 50px;
    }
}

.dl_pricing_plan.dl_style_02:hover .dl_cu_btn.btn_4 {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}

.dl_pricing_plan:last-child {
    border-right: 0px !important;
}

.dl_pricing_plan.dl_style_02 .dl_popular_tricker.droit-popular-tricker-right {
    left: auto;
    right: -4px;
}

.dl_pricing_plan.dl_style_02 .dl_popular_tricker.droit-popular-tricker-right .dl_text {
    -webkit-clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 6% 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 6% 50%, 0 0);
}

.dl_pricing_plan .dl_price_duration {
    font-size: 15px;
    color: #44515b;
    font-weight: 500;
    margin-left: 2px;
    align-self: flex-start;
    margin-top: 21px;
}

.dl_pricing_plan.dl_style_02 .dl_price .dl_currancy.droit-currency--after {
    margin-left: 8px;
    margin-right: 0;
    align-items: center;
    display: flex;
}

.dl_pricing_plan.dl_style_02 .dl_price .dl_currancy.droit-currency--before {
    margin-left: 8px;
    margin-right: 0;
    align-items: center;
    display: flex;
}

.dl_price.droit-price {
    position: relative;
}

.droit-pricing-plan .droit-pricing-feature li:not(:first-child):before {
    content: "";
    display: block;
    border: 0 solid hsla(0, 0%, 47.8%, 0.3);
    margin: 10px 12.5%;
}

.droit-pricing-plan .droit-pricing-feature li svg {
    fill: transparent !important;
}

.dl_pricing_plan_wrapper {
    background-color: #fff;
    padding: 47px 55px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .dl_pricing_plan_wrapper {
        margin-bottom: 30px;
    }
}

.dl_pricing_plan_wrapper .dl_price {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #060a24;
}

.dl_pricing_plan_wrapper .dl_title {
    color: #060a24;
    font-size: 20px;
    margin-bottom: 27px;
}

.dl_pricing_plan_wrapper .dl_cu_btn {
    margin-top: 38px;
}

.dl_pricing_plan_wrapper.box_shadow {
    box-shadow: 0 20px 40px 0 rgba(0, 33, 121, 0.08);
}

.dl_pricing_plan_wrapper.box_shadow:hover {
    box-shadow: 0 40px 80px 0 rgba(0, 33, 121, 0.08);
}

.dl_pricing_plan_wrapper:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 33, 121, 0.08);
}

.dl_pricing_plan_wrapper.dl_popular_package {
    position: relative;
    z-index: 1;
}

.dl_pricing_plan_wrapper.dl_popular_package:after {
    position: absolute;
    content: "";
    background-image: -moz-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    background-image: -webkit-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    background-image: -ms-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_pricing_plan_wrapper.dl_popular_package:hover:after {
    box-shadow: 0 20px 40px 0 rgba(67, 81, 187, 0.29608);
}

@media (min-width: 991px) {
    .dl_pricing_plan_wrapper.dl_popular_package:after {
        transform: scale(1.2);
    }
}

.dl_pricing_plan_wrapper.dl_popular_package .dl_price,
.dl_pricing_plan_wrapper.dl_popular_package .dl_title,
.dl_pricing_plan_wrapper.dl_popular_package p {
    color: #fff;
}

.dl_pricing_plan_wrapper.dl_popular_package .white_bg:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 1px solid #0e4de3;
}

.dl_pricing_plan_wrapper .droit-currency--before {
    margin-right: -14px;
}

.dl_pricing_plan.dl_style_01 {
    padding: 50px 50px 57px;
    background-color: #f6f7fa;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_01 {
        margin-bottom: 30px;
    }
}

.dl_pricing_plan.dl_style_01 .dl_pricing_title {
    color: #f7ab48;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_title.dl_text_primary {
    color: #5576f3;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_title.dl_text_success {
    color: #5ce374;
}

.dl_pricing_plan.dl_style_01 .dl_desc {
    color: #c6cbd8;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_img {
    width: 100%;
    height: 160px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_img img {
    max-width: 100%;
    object-fit: cover;
}

.dl_pricing_plan.dl_style_01 .dl_desc + .dl_pricing_img {
    margin-top: 38px;
}

.dl_pricing_plan .dl_top_pricing_title {
    padding-top: 29px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9f4;
}

.dl_pricing_plan .dl_price {
    font-size: 40px;
    font-weight: 700;
    color: #051441;
}

.dl_pricing_plan.dl_style_01 .dl_price span {
    font-size: 16px;
    color: #677294;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_img + .dl_price {
    margin-top: 26px;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_list {
    margin: 0;
    padding: 0;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_list li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}

.dl_pricing_plan.dl_style_01 .dl_price + .dl_pricing_list {
    margin-top: 43px;
}

.dl_pricing_plan.dl_style_01 .dl_pricing_list + .dl_cu_btn {
    margin-top: 37px;
}

.dl_pricing_plan.dl_style_01:hover {
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.14);
    background-color: #fff;
}

.dl_pricing_plan.dl_style_01 .dl_cu_btn {
    border-radius: 4px;
}

.dl_pricing_plan.dl_style_01 .gradient_btn {
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
}

.dl_pricing_plan.dl_style_01 .dl_popular_tricker {
    position: absolute;
    top: 0;
    left: 0;
}

.dl_pricing_plan.dl_style_01 .dl_popular_tricker .dl_text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 6px;
    top: 24px;
    margin-bottom: 0;
    transform: rotate(-46deg);
}

.dl_pricing_plan.dl_style_01 .dl_price .dl_prices,
.dl_pricing_plan.dl_style_01 .dl_price .dl_currancy {
    font-size: 40px;
    font-weight: 700;
    color: #051441;
}

.dl_price.droit-price .dl-regular-price {
    font-size: 15px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 400;
    transform: translateX(-5px);
}

.dl_price.droit-price.below .dl-regular-price {
    position: absolute;
    bottom: 17px;
    transform: translateX(0);
    left: -31px;
}

.dl_pricing_plan .dl_top_pricing_title {
    padding-top: 29px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9f4;
}

.dl_pricing_plan_wrapper .dl-regular-price {
    display: initial;
}

.dl_price_duration.droit-price-period.below {
    position: absolute;
    bottom: 23px;
    left: 48px;
}

.dl_pricing_plan .dl_price_duration.droit-price-period.below {
    position: absolute;
    bottom: 0;
    left: 88px;
}

.dl_pricing_plan .dl_price.droit-price {
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    align-items: flex-end;
    text-align: center;
}

.dl_price.droit-price.below .dl_price_duration.droit-price-period {
    position: absolute;
    bottom: 17px;
}

.dl_price.droit-price.below {
    padding-bottom: 34px;
}

.dl_pricing_plan.dl_style_02 .dl_price.droit-price.below {
    padding-left: 35px;
}

.dl_pricing_plan.dl_style_02 .dl_price.droit-price.below .dl-regular-price {
    left: 0;
}

.dl_pricing_plan .droit-price-price-after {
    display: flex;
    align-self: stretch;
}

.dl_pricing_plan .droit-price-price-after .droit-price-floating {
    font-size: 15px !important;
}

.dl_pricing_plan.dl_style_01 .dl_popular_tricker.droit-popular-tricker-right {
    position: absolute;
    top: -6px;
    right: 7px;
    transform: rotate(90deg);
    left: auto;
}

.droit-price-button {
    display: inline-block;
}

.dl_process_box_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.dl_process_box_container .dl_process_box_colum {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 576px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.dl_process_box_container_border {
    position: relative;
    z-index: 1;
}

.dl_process_box_container_border:after {
    position: absolute;
    content: "";
    left: 0;
    top: 60%;
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .dl_process_box_container_border:after {
        display: none;
    }
}

.dl_process_box_container_border.dl_dash_style_2:after {
    top: 20%;
    width: 75%;
}

@media (max-width: 991px) {
    .dl_single_process_box {
        margin-bottom: 40px;
    }
}

.dl_single_process_box .dl_title {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
}

.dl_single_process_box .dl_title a {
    color: #333;
    display: inline-block;
}

.dl_single_process_box .dl_process_box_icon + .dl_title {
    margin-top: 39px;
}

@media (max-width: 991px) {
    .dl_single_process_box .dl_process_box_icon + .dl_title {
        margin-top: 25px;
    }
}

.dl_single_process_box .dl_desc {
    font-size: 16px;
    line-height: 1.8;
}

.dl_single_process_box .dl_title + .dl_desc {
    margin-top: 18px;
}

.dl_single_process_box.dl_style_01 {
    text-align: center;
}

.dl_single_process_box.dl_style_01 .dl_process_icon_inner {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dl_single_process_box.dl_style_01 .dl_color_01 {
    background: linear-gradient(141deg, #72cfff 15.32%, #1595ff 87.5%);
}

.dl_single_process_box.dl_style_01 .dl_color_02 {
    background: linear-gradient(141deg, #95e294 15.32%, #0acd88 87.5%);
}

.dl_single_process_box.dl_style_01 .dl_color_03 {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}

.dl_single_process_box.dl_style_01 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}

.dl_single_process_box.dl_style_01 .dl_arrow_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19%;
}

@media (max-width: 991px) {
    .dl_single_process_box.dl_style_01 .dl_arrow_img {
        display: none;
    }
}

.dl_single_process_box.dl_style_02 {
    text-align: center;
}

.dl_single_process_box.dl_style_02 .dl_icon i {
    font-size: 50px;
    background: linear-gradient(141deg, #fff 15.32%, #fff 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_single_process_box.dl_style_02 .dl_icon + .dl_separator_pointer {
    margin-top: 37px;
}

@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_icon + .dl_separator_pointer {
        margin-top: 20px;
    }
}

.dl_single_process_box.dl_style_02 .dl_separator_pointer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(141deg, #fff 15.32%, #fff 87.5%);
    margin: 0 auto;
    position: relative;
    z-index: 6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_single_process_box.dl_style_02 .dl_title {
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
}

.dl_single_process_box.dl_style_02 .dl_title a {
    color: #fff;
}

.dl_single_process_box.dl_style_02 .dl_title a:hover {
    color: #ff5d4a;
}

.dl_single_process_box.dl_style_02 .dl_separator_pointer + .dl_title {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_separator_pointer + .dl_title {
        margin-top: 20px;
    }
}

.dl_single_process_box.dl_style_02 .dl_icon + .dl_title {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_icon + .dl_title {
        margin-top: 15px;
    }
}

.dl_single_process_box.dl_style_02:hover .dl_icon i {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dl_single_process_box.dl_style_02:hover .dl_title {
    color: #ff5d4a;
}

.dl_single_process_box.dl_style_02:hover .dl_separator_pointer {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}

.dl_single_process_box.dl_style_04 {
    text-align: center;
}

.dl_single_process_box.dl_style_04 .dl_process_icon_inner {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    transform: rotate(-45deg);
}

.dl_single_process_box.dl_style_04 .dl_process_icon_inner img {
    transform: rotate(45deg);
}

.dl_single_process_box.dl_style_04 .dl_color_01 {
    background: linear-gradient(141deg, #72cfff 15.32%, #1595ff 87.5%);
}

.dl_single_process_box.dl_style_04 .dl_color_02 {
    background: linear-gradient(141deg, #95e294 15.32%, #0acd88 87.5%);
}

.dl_single_process_box.dl_style_04 .dl_color_03 {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}

.dl_single_process_box.dl_style_04 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}

.dl_single_process_box.dl_style_04 .dl_title a {
    color: #fff;
}

.dl_single_process_box.dl_style_04 .dl_desc {
    color: #cdcdcd;
}

.dl_single_process_box.dl_style_05 {
    text-align: center;
}

.dl_single_process_box.dl_style_05 .dl_process_icon_inner {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 20px 70px rgba(40, 0, 152, 0.12);
}

.dl_single_process_box.dl_style_05 .dl_process_icon_inner img {
    width: 55px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_single_process_box.dl_style_05 .dl_process_icon_inner:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.dl_single_process_box.dl_style_05:hover .dl_process_icon_inner:after {
    opacity: 1;
    visibility: visible;
}

.dl_single_process_box.dl_style_05:hover .dl_process_icon_inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dl_single_process_box.dl_style_05:hover .dl_title a {
    color: #54bdff;
}

.dl_single_process_box.dl_style_05:hover .dl_sweet_hover a {
    color: #ff675e;
}

.dl_single_process_box.dl_style_05:hover .dl_green_hover a {
    color: #0acd88;
}

.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner:after {
    opacity: 1;
    visibility: visible;
}

.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dl_single_process_box.dl_style_05.process-active-default .dl_title a {
    color: #54bdff;
}

.dl_single_process_box.dl_style_05 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}

.dl_single_process_box.dl_style_05 .dl_arrow_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19%;
}

@media (max-width: 991px) {
    .dl_single_process_box.dl_style_05 .dl_arrow_img {
        display: none;
    }
}

.droit-process-items .droit-process-box .droit-process-box-icon img.droit-arrow-img {
    width: inherit !important;
}

.dl_social_icon {
    text-align: center;
}

.dl_social_icon .dl_social_btn {
    margin: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_social_icon a.facebook {
    border: 2px solid #375eaf;
    color: #375eaf;
    border-radius: 6px;
}

.dl_social_icon a.facebook:hover {
    background-color: #375eaf;
    color: #fff;
}

.dl_social_icon a.twitter {
    border: 2px solid #1da1f2;
    color: #1da1f2;
    border-radius: 6px;
}

.dl_social_icon a.twitter:hover {
    background-color: #1da1f2;
    color: #fff;
}

.dl_social_icon a.telegram {
    border: 2px solid #ea4335;
    color: #ea4335;
    border-radius: 6px;
}

.dl_social_icon a.telegram:hover {
    background-color: #ea4335;
    color: #fff;
}

.dl_social_icon a.linkedin {
    border: 2px solid #0073b1;
    color: #0073b1;
    border-radius: 6px;
}

.dl_social_icon a.linkedin:hover {
    background-color: #0073b1;
    color: #fff;
}

.dl_social_icon a.instagram {
    border: 2px solid #c13584;
    color: #c13584;
    border-radius: 6px;
}

.dl_social_icon a.instagram:hover {
    background-color: #c13584;
    color: #fff;
}

.dl_social_icon a.pinterest {
    border: 2px solid #f90d4a;
    color: #f90d4a;
    border-radius: 6px;
}

.dl_social_icon a.pinterest:hover {
    background-color: #f90d4a;
    color: #fff;
}

.dl_social_icon a.skype {
    border: 2px solid #00b9f5;
    color: #00b9f5;
    border-radius: 6px;
}

.dl_social_icon a.skype:hover {
    background-color: #00b9f5;
    color: #fff;
}

.dl_social_icon.dl_social_ixon_style_1 .dl_social_btn {
    display: inline-block;
    padding: 7px 22px;
    text-transform: capitalize;
}

.dl_social_icon.dl_social_ixon_style_1 .dl_social_btn i {
    margin-right: 5px;
}

.dl_social_icon.dl_social_ixon_style_2 .dl_social_btn {
    border-width: 2px;
    border-color: #ebedf2;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}

.dl_social_icon.dl_social_ixon_style_2 a.facebook:hover {
    border-color: #375eaf;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.twitter:hover {
    border-color: #1da1f2;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.telegram:hover {
    border-color: #ea4335;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.linkedin:hover {
    border-color: #0073b1;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.instagram:hover {
    border-color: #c13584;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.pinterest:hover {
    border-color: #f90d4a;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_2 a.skype:hover {
    border-color: #00b9f5;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 .dl_social_btn {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 3px;
}

.dl_social_icon.dl_social_ixon_style_3 a.facebook:hover {
    border-color: #375eaf;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.twitter:hover {
    border-color: #1da1f2;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.telegram:hover {
    border-color: #ea4335;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.linkedin:hover {
    border-color: #0073b1;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.instagram:hover {
    border-color: #c13584;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.pinterest:hover {
    border-color: #f90d4a;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_3 a.skype:hover {
    border-color: #00b9f5;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}

.dl_social_icon.dl_social_ixon_style_4 .dl_social_btn {
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 3px;
}

.dl_tab_container {
    background-color: #fff;
}

.dl_tab_container.dl_style_01 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
    }
}

.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: transparent;
}

.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 991px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        padding: 15px;
    }
}

.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.active-default,
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.dl_active {
    color: #0e4de3;
}

.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.active-default:after,
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.dl_active:after {
    background-color: #0e4de3;
}

.dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
    padding: 50px 60px;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 25px;
    }
}

.dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 35px 0;
    }
}

.dl_tab_container.dl_style_01 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}

.tab_container > div {
    display: none;
    opacity: 0;
}

.tab_container > div.active-default,
.tab_container > div.dl_active {
    display: block;
    width: 100%;
    padding: 1em;
    opacity: 1;
    -webkit-animation: fadeIn linear 0.3s;
    animation: fadeIn linear 0.3s;
}

.dl_tab_container.dl_style_02 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
    }
}

.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    background-color: #353535;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.active-default span:after,
.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.dl_active span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e4de3;
    border-bottom: 0;
}

.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item.dl_active {
    background-color: #0e4de3;
}

.dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
    padding: 50px 60px;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 35px;
    }
}

.dl_tab_container.dl_style_02 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}

.dl_tab_container.dl_style_03 {
    background-color: transparent;
}

.dl_tab_container.dl_style_03 .dl_tab_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.dl_tab_container.dl_style_03 .dl_tab_menu_item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_menu_item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_menu_item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

.dl_tab_container.dl_style_03 .dl_tab_menu {
    padding: 0;
    list-style: none;
}

.dl_tab_container.dl_style_03 .dl_tab_menu .dl_tab_menu_item span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    background-color: #353535;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}

.dl_tab_container.dl_style_03.dl_caret .dl_tab_menu .dl_tab_menu_item.active-default span:after,
.dl_tab_container.dl_style_03.dl_caret .dl_tab_menu .dl_tab_menu_item.dl_active span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e4de3;
    border-bottom: 0;
}

.dl_tab_container.dl_style_03 .dl_tab_menu .dl_tab_menu_item.dl_active span {
    background-color: #0e4de3;
}

.dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
    padding: 50px 60px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
        padding: 35px;
    }
}

.dl_tab_container.dl_style_03 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}

.dl_tab_container.dl_style_03 .dl_tab_content_wrapper .dl_desc + .dl_cu_btn {
    margin-top: 32px;
}

.dl_tab_container.dl_style_06 {
    background-color: transparent;
}

.dl_tab_container.dl_style_06 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
        margin-bottom: 20px;
    }
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: transparent;
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span {
    display: inline-block;
    font-size: 18px;
    color: grey;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 991px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span {
        padding: 15px;
    }
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span i,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span img {
    font-size: 50px;
    color: grey;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span i {
        font-size: 20px;
    }
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active span,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active span i {
    color: #0e4de3;
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default span,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default span i {
    color: #0e4de3;
}

.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default:after,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active:after {
    background-color: #0e4de3;
}

.dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
    padding: 50px 0 0;
}

@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
        padding: 20px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
        padding: 25px 0 0;
    }
}

.dl_tab_container.dl_style_06 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: grey;
    line-height: 1.6;
    margin-bottom: 16px;
}

.dl_tab_container.dl_style_06 .dl_tab_content_wrapper .dl_desc p {
    color: grey;
    font-size: 15px;
    line-height: 1.8;
}

.droit-advance-tabs .dl_tab_menu .droit-tab-nav-items.border_bottom_none:after {
    height: 0;
}

.droit-tab-content-wrapper .dl_cu_btn.droit-tab-button {
    margin-top: 25px;
}

.dl_tab_menu_item {
    margin: 0;
}

.dl_team_member_wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper {
        margin-bottom: 40px;
    }
}

.dl_team_member_wrapper .dl_name {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    overflow: hidden;
}

.dl_team_member_wrapper .dl_name a {
    overflow: hidden;
    display: block;
    color: #3f3f3f;
}

.dl_team_member_wrapper .dl_position {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    margin-top: 0;
    overflow: hidden;
    color: #a6a6a6;
}

.dl_team_member_wrapper .dl_position span {
    overflow: hidden;
    display: block;
}

.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb {
    display: inline-flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
}

.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb.border-radius-50 {
    border-radius: 50%;
}

.dl_team_member_wrapper.dl_style_1 .dl_team_content_inner {
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_1 .dl_team_content_inner {
        margin-top: 10px;
    }
}

.dl_team_member_wrapper.dl_style_1 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.dl_team_member_wrapper.dl_style_1 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}

.dl_team_member_wrapper.dl_style_1 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}

.dl_team_member_wrapper.dl_style_1 .dl_social_icon a:last-child {
    margin-right: 0;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}

.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}

.dl_team_member_wrapper.dl_style_3 {
    overflow: visible;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_3 {
        margin-bottom: 80px;
    }
}

.dl_team_member_wrapper.dl_style_3 .dl_team_content_inner {
    position: absolute;
    padding: 33px 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    bottom: -50px;
    background-color: #fff;
    padding: 21px;
    border-radius: 5px;
}

.dl_team_member_wrapper.dl_style_3 .dl_team_member_thumb {
    overflow: hidden;
    border-radius: 10px;
}

.dl_team_member_wrapper.dl_style_3 .dl_team_member_thumb_inner {
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
}

.dl_team_member_wrapper.dl_style_3 .dl_name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
}

.dl_team_member_wrapper.dl_style_3 .dl_position {
    font-weight: 400;
    font-size: 12px;
}

.dl_team_member_wrapper.dl_style_3:hover .dl_team_member_thumb_inner {
    transform: scale(1.1);
}

.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}

.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb img {
    width: 100%;
}

.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner {
    position: absolute;
    padding: 30px 15px;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_team_content_inner {
        opacity: 1;
        visibility: visible;
    }
}

.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner .dl_name a {
    color: #fff;
}

.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner .dl_position {
    color: #fff;
}

.dl_team_member_wrapper.dl_style_4 .dl_social_icon {
    top: 45%;
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}

.dl_team_member_wrapper.dl_style_4 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}

.dl_team_member_wrapper.dl_style_4 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
}

.dl_team_member_wrapper.dl_style_4 .dl_social_icon a:last-child {
    margin-right: 0;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon,
.dl_team_member_wrapper.dl_style_4:hover .dl_team_content_inner {
    opacity: 1;
    visibility: visible;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_name a {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_4:hover .dl_position span {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_5 {
    overflow: visible;
}

.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb {
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    justify-content: center;
}

.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb img {
    overflow: hidden;
    max-width: 100%;
    border-radius: 50%;
}

.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}

.dl_team_member_wrapper.dl_style_5 .dl_team_content_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    bottom: -25px;
    background-color: #fff;
    padding: 21px;
    border-radius: 20px;
    z-index: 7;
}

.dl_team_member_wrapper.dl_style_5 .dl_name {
    font-size: 20px;
    line-height: 1;
}

.dl_team_member_wrapper.dl_style_5 .dl_position {
    font-weight: 400;
    font-size: 12px;
}

.dl_team_member_wrapper.dl_style_5 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_5 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}

.dl_team_member_wrapper.dl_style_5 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}

.dl_team_member_wrapper.dl_style_5 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}

.dl_team_member_wrapper.dl_style_5 .dl_social_icon a:last-child {
    margin-right: 0;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}

.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}

.dl_team_member_wrapper.dl_style_6 {
    overflow: hidden;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    justify-content: center;
    overflow: hidden;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_member_thumb img {
    max-width: 100%;
    border-radius: 40px;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 95%;
    bottom: 8px;
    padding: 20px;
    border-radius: 40px;
    z-index: 7;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_1 {
    background-color: #f9b740;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_2 {
    background-color: #a97dff;
}

.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_3 {
    background-color: #58d391;
}

.dl_team_member_wrapper.dl_style_6 .dl_name {
    font-size: 22px;
    line-height: 23px;
}

.dl_team_member_wrapper.dl_style_6 .dl_name a {
    color: #fff;
}

.dl_team_member_wrapper.dl_style_6 .dl_position {
    font-weight: 500;
    color: #fff;
}

.dl_team_member_wrapper.dl_style_7 .dl_name {
    font-size: 22px;
}

.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
}

.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb img {
    overflow: hidden;
    max-width: 100%;
}

.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}

.dl_team_member_wrapper.dl_style_7 .dl_team_content_inner {
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_team_content_inner {
        margin-top: 15px;
    }
}

.dl_team_member_wrapper.dl_style_7 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}

.dl_team_member_wrapper.dl_style_7 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}

.dl_team_member_wrapper.dl_style_7 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}

.dl_team_member_wrapper.dl_style_7 .dl_social_icon a:last-child {
    margin-right: 0;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}

.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_section_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    height: 100%;
    width: 2px;
    z-index: 1;
    background-color: #f3f7fa;
}

@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_section_inner::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
        padding-left: 70px;
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
    background-color: #f3f7fa;
    padding: 33px 40px;
    display: inline-block;
    position: relative;
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 40px;
    width: 21px;
    height: 18px;
    clip-path: polygon(0% 0%, 0 100%, 100% 0);
    background-color: #f3f7fa;
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner:before {
        right: auto;
        left: -18px;
        clip-path: polygon(0% 0%, 100% 100%, 100% 0);
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_title {
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_title {
        margin-bottom: 8px;
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_desc {
    font-size: 15px;
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
        margin-bottom: 40px;
        padding-left: 55px;
    }
}

@media only screen and (max-width: 576px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
        padding-left: 35px;
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:last-child {
    margin-bottom: 0;
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 50px rgba(40, 0, 152, 0.1);
    z-index: 2;
    background-color: #0e4de3;
    font-size: 25px;
    font-weight: 500;
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_counter {
        left: 50%;
        transform: translateX(-50%);
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
    float: left;
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
        margin-top: 30px;
    }
}

.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    left: 0;
    right: auto;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0);
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
        left: -18px;
    }
}

@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
        margin-left: 0;
        width: 42%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        margin-left: 95px;
        text-align: left;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner {
        float: right;
        text-align: left;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
        position: absolute;
        content: "";
        left: 0;
        right: auto;
        top: 40px;
        width: 21px;
        height: 18px;
        clip-path: polygon(0% 0%, 100% 100%, 100% 0);
        background-color: #f3f7fa;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_section__read-more {
        float: right;
    }

    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_coutent_inner {
        left: auto;
        right: 122%;
        margin-left: auto;
        margin-right: 98px;
        text-align: right;
    }
}

.dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
    background-color: transparent;
    border-left: 2px dashed #b7bac3;
}

.dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner {
    background-color: #fff;
}

.dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner:before {
    background-color: #fff;
}

.dl_timeline_section.dl_style_01 .dl_limeline_counter {
    width: 80px;
    height: 80px;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_counter {
        width: 50px;
        height: 50px;
    }
}

.dl_timeline_section.dl_style_01 .dl_limeline_counter img {
    width: 30px;
}

.dl_timeline_section.dl_style_01 .dl_limeline_counter svg {
    width: 30px;
}

.dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
    height: 88%;
}

@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
        left: 39px;
        height: 100%;
    }
}

.dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner {
        padding: 25px;
    }
}

.droit-timeline-icon-align-top .dl_limeline_counter {
    position: relative;
}

.droit-timeline-icon-align-center .dl_limeline_counter {
    top: 50% !important;
}

.droit-timeline-icon-align-center .droit-timeline-content-inner::before {
    top: 74% !important;
}

.droit-timeline-icon-align-bottom .dl_limeline_counter {
    top: 100% !important;
}

.droit-timeline-icon-align-bottom .droit-timeline-inner-wraper .droit-timeline-content-inner::before {
    top: 80% !important;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%) !important;
}

.droit-timeline-icon-align-bottom .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    transform: rotate(-90deg) translateY(2px);
}

.droit-content-arrow-hide .droit-timeline-section.droit-timeline-default-style .dl_timeline_main_coutent_inner::before {
    content: inherit !important;
}

.dl_horizontal_container {
    overflow: hidden;
}

.dl_horizontal_container .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.dl_horizontal_container .dl_swiper_navigation .swiper_button_next,
.dl_horizontal_container .dl_swiper_navigation .swiper_button_prev {
    width: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #b4b4b4;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -25px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.dl_horizontal_container .dl_swiper_navigation .swiper_button_next:hover,
.dl_horizontal_container .dl_swiper_navigation .swiper_button_prev:hover {
    background-color: #000;
}

.dl_horizontal_container .dl_swiper_navigation .swiper_button_next {
    left: auto;
    right: 0;
}

.dl_horizontal_container .dl_timeline_inner {
    margin: 251px 0;
    padding: 0;
    border-top: 1px solid #c8c8c8;
    list-style: none;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner {
        margin: 0;
        border-top: 0 solid transparent;
    }
}

.dl_horizontal_container .dl_timeline_inner .dl_date {
    width: 150px;
    height: 35px;
    background: #ecaa00;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_date {
        margin: inherit;
        margin-bottom: 15px;
    }
}

.dl_horizontal_container .dl_timeline_inner .dl_date.dl_blue_bg {
    background-color: #7600ff;
}

.dl_horizontal_container .dl_timeline_inner .dl_date.dl_green_bg {
    background-color: #10bf7c;
}

.dl_horizontal_container .dl_timeline_inner .dl_style_2 .dl_date {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    text-align: center;
    line-height: 1;
    color: #6a6a6a;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_style_2 .dl_date {
        margin: inherit;
        margin-bottom: 15px;
    }
}

.dl_horizontal_container .dl_timeline_inner .dl_title {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_title {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_title {
        font-size: 19px;
        margin-bottom: 14px;
    }
}

.dl_horizontal_container .dl_timeline_inner .dl_desc {
    font-size: 15px;
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
        position: relative;
        top: auto;
        left: 0;
        transform: translateX(0);
    }
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
    position: absolute;
    bottom: 0;
    margin-bottom: 81px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        position: relative;
        margin-bottom: 0;
    }
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
    position: absolute;
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
        position: relative;
        margin-top: 0;
    }
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
    position: absolute;
    bottom: 0;
    margin-bottom: 77px;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
        position: relative;
        margin-bottom: 0;
    }
}

.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
    position: absolute;
    margin-top: 23px;
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
        position: relative;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner {
        border-left: 2px solid #348e80;
        display: inline-block;
        border-top: 0 solid transparent !important;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper {
        float: none;
        width: inherit;
        display: inline-block;
        text-align: left;
        padding-top: 0;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        padding-left: 30px;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper:after {
        position: absolute;
        content: "";
        left: 0;
        top: 15px;
        width: 30px;
        height: 2px;
        background-color: #348e80;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        margin-left: 0;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper:nth-child(2) .dl_img_handler_bottom img {
        width: 70px;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
        left: 0;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_top:before {
        content: none;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_top:after {
        content: none;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_bottom:before {
        content: none;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_bottom:after {
        content: none;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top img {
        margin: 0 auto;
        width: 80%;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
        float: left;
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
        float: right;
        right: 0;
        position: relative;
        top: auto;
        width: 100%;
    }

    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
        float: right;
        right: 0;
        position: relative;
        top: auto;
        width: 100%;
    }
}

.dl_horizontal_container .owl-prev,
.dl_horizontal_container .owl-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff !important;
    box-shadow: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -25px;
    border: 1px solid #e7e6e6 !important;
}

.dl_horizontal_container .owl-next {
    right: 0;
    left: auto;
}

.droit-timeline-date-time .time {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .dl_social_feed_wrapper {
        margin-bottom: 30px;
    }
}

.dl_social_feed_wrapper.dl_style_02 {
    border-radius: 5px;
    background-color: #1c242e;
    padding: 35px;
}

.dl_social_feed_wrapper.dl_style_02 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.dl_social_feed_wrapper.dl_style_02 .social_icon i {
    font-size: 25px;
}

.dl_social_feed_wrapper.dl_style_02 .dl_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.dl_social_feed_wrapper.dl_style_02 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}

.dl_social_feed_wrapper.dl_style_02 .dl_desc {
    font-size: 14px;
    color: #e3e3e3;
    line-height: 25px;
}

.dl_social_feed_wrapper.dl_style_02 .dl_date {
    font-size: 14px;
    color: #e3e3e3;
    margin-top: 8px;
    margin-top: 16px;
}

.dl_social_feed_wrapper.dl_style_06 {
    border-radius: 5px;
    background-color: #1c242e;
    padding: 35px;
}

.dl_social_feed_wrapper.dl_style_06 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.dl_social_feed_wrapper.dl_style_06 .social_icon i {
    font-size: 25px;
}

.dl_social_feed_wrapper.dl_style_06 .dl_prodile_info {
    display: flex;
    align-items: center;
}

.dl_social_feed_wrapper.dl_style_06 .dl_client_thumb {
    max-width: 30px;
    border-radius: 50%;
}

.dl_social_feed_wrapper.dl_style_06 .dl_name {
    font-weight: 400;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.dl_social_feed_wrapper.dl_style_06 .dl_name a {
    color: #fff;
}

.dl_social_feed_wrapper.dl_style_06 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}

.dl_social_feed_wrapper.dl_style_06 .dl_desc {
    font-size: 15px;
    color: #e3e3e3;
    line-height: 25px;
}

.dl_social_feed_wrapper.dl_style_06 .dl_desc a {
    color: #1f99d9;
}

.dl_social_feed_wrapper.dl_style_06 .dl_date {
    font-size: 14px;
    color: #e3e3e3;
    margin-top: 8px;
    margin-top: 16px;
}

.dl_social_feed_wrapper.dl_style_08 {
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.dl_social_feed_wrapper.dl_style_08 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}

.dl_social_feed_wrapper.dl_style_08 .social_icon {
    line-height: 1;
}

.dl_social_feed_wrapper.dl_style_08 .social_icon i {
    font-size: 25px;
}

.dl_social_feed_wrapper.dl_style_08 .dl_prodile_info {
    display: flex;
    align-items: center;
}

.dl_social_feed_wrapper.dl_style_08 .dl_client_thumb {
    max-width: 30px;
    border-radius: 50%;
}

.dl_social_feed_wrapper.dl_style_08 .dl_name {
    font-weight: 400;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.dl_social_feed_wrapper.dl_style_08 .dl_name a {
    color: #273b4c;
}

.dl_social_feed_wrapper.dl_style_08 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}

.dl_social_feed_wrapper.dl_style_08 .dl_desc {
    font-size: 15px;
    color: #273b4c;
    line-height: 25px;
}

.dl_social_feed_wrapper.dl_style_08 .dl_desc a {
    color: #1f99d9;
}

.droit-twiter-feed-wrapper .droit-read-more {
    display: inline-block;
}

.droit-twiter-feed-wrapper .droit-twitter-username {
    display: inline-block;
}

.dl_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

@media (max-width: 991px) {
    .dl_table table {
        background-color: transparent;
    }
}

.dl_table td,
.dl_table th {
    padding: 22px 41px;
    text-align: left;
    font-size: 15px;
    color: #6a6a6a;
}

.dl_table td:first-child,
.dl_table th:first-child {
    padding: 22px 27px;
    text-align: center;
}

@media (max-width: 991px) {
    .dl_table td:first-child,
    .dl_table th:first-child {
        text-align: left;
        padding-left: 50%;
        background-color: #fff;
    }
}

.dl_table td a,
.dl_table th a {
    color: #6a6a6a;
}

.dl_table th {
    background: #0e4de3;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .dl_table table {
        width: 100%;
    }

    .dl_table tr {
        margin-bottom: 12px;
        background-color: #fff;
    }

    .dl_table table,
    .dl_table thead,
    .dl_table tbody,
    .dl_table th,
    .dl_table td,
    .dl_table tr {
        display: block;
    }

    .dl_table thead tr {
        display: none;
    }

    .dl_table td {
        position: relative;
        padding-left: 50%;
    }

    .dl_table td:before {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: 700;
        transform: translateY(-50%);
    }
}

.dl_table.dl_table_border_style td,
.dl_table.dl_table_border_style th {
    border-width: 1px;
    border-color: #e7f0fa;
    border-style: solid;
}

.dl_table.dl_table_border_style th {
    border-top: 0;
}

.dl_table.dl_table_border_style th:first-child {
    border-right: 0;
}

.dl_table.dl_table_border_style th:last-child {
    border-left: 0;
}

@media only screen and (max-width: 991px) {
    .dl_table.dl_table_border_style td {
        border: none;
        border-bottom: 1px solid #eee;
    }
}

.dl_table.dl_table_striped tr:nth-of-type(even) {
    background-color: #f1fbff;
}

.dl_table.dl_table_style_01 table {
    background-color: transparent;
}

.dl_table.dl_table_style_01 td {
    border-color: rgba(255, 255, 255, 0.3);
    color: #808080;
}

.dl_table.dl_table_style_01 td a {
    color: #fff;
}

.dl_table.dl_table_style_01 th {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: transparent;
}

@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_01 tr {
        background-color: transparent;
    }

    .dl_table.dl_table_style_01 td:first-child,
    .dl_table.dl_table_style_01 th:first-child {
        background-color: rgba(0, 0, 0, 0.33);
    }

    .dl_table.dl_table_style_01 td:before {
        color: #fff;
    }
}

.dl_table.dl_table_style_02 table {
    background-color: transparent;
}

.dl_table.dl_table_style_02 td {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.dl_table.dl_table_style_02 td a {
    color: #fff;
}

.dl_table.dl_table_style_02 td:last-child {
    border-right: 0;
}

.dl_table.dl_table_style_02 td:first-child {
    border-left: 0;
}

.dl_table.dl_table_style_02 tr {
    background-color: rgba(0, 0, 0, 0.61);
}

.dl_table.dl_table_style_02 tr:last-child td {
    border-bottom: 0;
}

.dl_table.dl_table_style_02 th {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: transparent;
}

@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_02 td:before {
        color: #fff;
    }

    .dl_table.dl_table_style_02 td:first-child:before {
        color: #000;
    }

    .dl_table.dl_table_style_02 td:first-child,
    .dl_table.dl_table_style_02 th:first-child {
        color: #000;
    }
}

.dl_table.dl_table_style_03 table {
    background-color: rgba(0, 0, 0, 0.6);
}

.dl_table.dl_table_style_03 td {
    border-color: #000;
    border-bottom: 0;
    border-top: 0;
    color: #fff;
}

.dl_table.dl_table_style_03 td a {
    color: #fff;
}

.dl_table.dl_table_style_03 td:last-child {
    border-right: 0;
}

.dl_table.dl_table_style_03 td:first-child {
    border-left: 0;
}

.dl_table.dl_table_style_03 tr:last-child td {
    border-bottom: 0;
}

.dl_table.dl_table_style_03 tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.61);
}

.dl_table.dl_table_style_03 th {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}

@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_03 tr {
        background-color: transparent;
    }

    .dl_table.dl_table_style_03 td:first-child,
    .dl_table.dl_table_style_03 th:first-child {
        background-color: transparent;
    }

    .dl_table.dl_table_style_03 td:before {
        color: #fff;
    }
}

.dl_table.dl_table_style_04 {
    background-color: transparent;
}

.dl_table.dl_table_style_04 td {
    border-color: #000;
    border-bottom: 0;
    border-top: 0;
    color: #6a6a6a;
}

.dl_table.dl_table_style_04 td a {
    color: #6a6a6a;
}

.dl_table.dl_table_style_04 td:last-child {
    border-right: 0;
}

.dl_table.dl_table_style_04 td:first-child {
    border-left: 0;
}

.dl_table.dl_table_style_04 tr:last-child td {
    border-bottom: 0;
}

.dl_table.dl_table_style_04 tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.dl_table.dl_table_style_04 th {
    background-color: #212121;
    border-color: transparent;
}

.dl_table.dl_table_style_04 td:first-child,
.dl_table.dl_table_style_04 th:first-child {
    padding: 22px 41px;
    text-align: left;
}

@media (max-width: 991px) {
    .dl_table.dl_table_style_04 td:first-child,
    .dl_table.dl_table_style_04 th:first-child {
        text-align: left;
        padding-left: 50%;
    }
}

.dl_table.dl_table_style_04 img {
    max-width: 24px;
    vertical-align: -6px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.dl_title_section {
    display: flex;
    flex-flow: column;
}

@font-face {
    font-family: "Addons Icon";
    src: url(../fonts/droitaddons.woff?sgwx5z) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" dlicons-"],
[class^="dlicons-"] {
    font-family: "Addons Icon" !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.addons-icon:after {
    content: "\e913";
    font-family: "Addons Icon" !important;
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #e6e9ec;
    transition: color 0.2s linear;
}

.addons-icon.no-absulate:after {
    position: relative !important;
    top: 2px;
    left: -2px;
}

.droit-bar-pro:after {
    top: 15px;
    right: unset;
    margin-left: -7px;
}

.elementor-element:hover .dl-icon:after {
    color: grey;
}

.elementor-panel #elementor-panel-category-droit_addons .elementor-element .eicon-lock,
.elementor-panel .elementor-element > .eicon-lock {
    right: unset !important;
    left: 5px !important;
}

.DL-icon:before {
    content: "\e913";
    color: #cdcfd2;
}

.dlicons-accordian:before {
    content: "\e900";
}

.dlicons-blog-post:before {
    content: "\e901";
}

.dlicons-blog:before {
    content: "\e902";
}

.dlicons-card:before {
    content: "\e903";
}

.dlicons-contact-form:before {
    content: "\e904";
}

.dlicons-countdown:before {
    content: "\e905";
}

.dlicons-faq:before {
    content: "\e906";
}

.dlicons-iconbox:before {
    content: "\e907";
}

.dlicons-image-carosel:before {
    content: "\e908";
}

.dlicons-inforbox:before {
    content: "\e909";
}

.dlicons-pricing-Table:before {
    content: "\e90a";
}

.dlicons-process:before {
    content: "\e90b";
}

.dlicons-quote:before {
    content: "\e90c";
}

.dlicons-social-share:before {
    content: "\e90d";
}

.dlicons-Tab:before {
    content: "\e90e";
}

.dlicons-table:before {
    content: "\e90f";
}

.dlicons-Team:before {
    content: "\e910";
}

.dlicons-timeline:before {
    content: "\e911";
}

.dlicons-woocommerce-card:before {
    content: "\e912";
}

.dlicons-animated-title:before {
    content: "\e914";
}

.dlicons-newsticky:before {
    content: "\e915";
}

.dlicons-alert:before {
    content: "\e916";
}

.dlicons-banner:before {
    content: "\e917";
}

.elementor-panel .elementor-section-title img.dl-section-icon {
    float: right !important;
    width: 15px !important;
    height: auto !important;
}

#elementor-notice-bar {
    padding: 0 0 0 360px !important;
}

.elementor-panel .droit-promotion-element > .elementor-element > .eicon-lock {
    right: auto;
    left: 5px;
}

.elementor-panel #elementor-panel-category-droit_addons .elementor-element:focus .icon,
.elementor-panel #elementor-panel-category-droit_addons .elementor-element:focus .title,
.elementor-panel #elementor-panel-category-droit_addons .elementor-element:hover .icon,
.elementor-panel #elementor-panel-category-droit_addons .elementor-element:hover .title,
.elementor-panel #elementor-panel-category-droit_addons_pro .elementor-element:focus .icon,
.elementor-panel #elementor-panel-category-droit_addons_pro .elementor-element:focus .title,
.elementor-panel #elementor-panel-category-droit_addons_pro .elementor-element:hover .icon,
.elementor-panel #elementor-panel-category-droit_addons_pro .elementor-element:hover .title {
    color: #7b75ff;
}

.elementor-panel .elementor-element .icon {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.elementor-panel #elementor-panel-category-droit_addons .icon .dl.logo:after,
.elementor-panel .elementor-element .icon .dl.logo:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: "\e900";
    font-size: 15px;
    opacity: 0.3;
}

.elementor-panel .elementor-element:focus .icon .dl.logo:after,
.elementor-panel .elementor-element:hover .icon .dl.logo:after {
    opacity: 1;
}

.elementor-panel .elementor-element:focus .icon .dl.logo:after,
.elementor-panel .elementor-element:hover .icon .dl.logo:after {
    color: #7b75ff;
}

.elementor-button.droit-pro-btn-promotion:not([disabled]) {
    background: linear-gradient(246.74deg, #46c8f7 0, #7b75ff 50.73%, #46c8f7 100.49%, #7b75ff 200.73%) !important;
}

.dl_element_popup_wrapper {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.dl_element_popup_box {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.dl_element_popup_box .cu_btn.dl_gradient_btn {
    background: linear-gradient(246.74deg, #46c8f7 0, #7b75ff 50.73%, #46c8f7 100.49%, #7b75ff 200.73%);
    border-radius: 3px;
    background-size: 200% 100%;
    color: #fff;
    border: 0 solid transparent !important;
    color: #fff;
    padding: 14px 10px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.dl_element_popup_box .dl_box_img {
    margin-top: 20px;
    max-width: 107px;
}

.dl_element_popup_box .dl_popup_title {
    color: #39332b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 15px;
}

.dl_element_popup_box .dl_popup_desc {
    color: #7e818b;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.dl_element_popup_box .cu_btn {
    margin-top: 18px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: .2
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: .2
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.translateD {
    -webkit-animation-name: translateD;
    animation-name: translateD
}

@-webkit-keyframes translateD {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(-12deg) translate(20px, 20px);
        -ms-transform: scale(1.2) rotate(-12deg) translate(20px, 20px);
        transform: scale(1.2) rotate(-12deg) translate(20px, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-12deg) translate(0, 0);
        -ms-transform: scale(1) rotate(-12deg) translate(0, 0);
        transform: scale(1) rotate(-12deg) translate(0, 0)
    }
}

@keyframes translateD {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(-12deg) translate(20px, 20px);
        -ms-transform: scale(1.2) rotate(-12deg) translate(20px, 20px);
        transform: scale(1.2) rotate(-12deg) translate(20px, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-12deg) translate(0, 0);
        -ms-transform: scale(1) rotate(-12deg) translate(0, 0);
        transform: scale(1) rotate(-12deg) translate(0, 0)
    }
}

.translateSC {
    -webkit-animation-name: translateSC;
    animation-name: translateSC
}

@-webkit-keyframes translateSC {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(-5deg);
        -ms-transform: scale(1.2) rotate(-5deg);
        transform: scale(1.2) rotate(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes translateSC {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.translateZoomOut {
    -webkit-animation-name: translateZoomOut;
    animation-name: translateZoomOut
}

@-webkit-keyframes translateZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes translateZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.translateD1 {
    -webkit-animation-name: translateD1;
    animation-name: translateD1
}

@-webkit-keyframes translateD1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(-18deg) translate(20px, 20px);
        -ms-transform: scale(1.2) rotate(-18deg) translate(20px, 20px);
        transform: scale(1.2) rotate(-18deg) translate(20px, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-18deg) translate(0, 0);
        -ms-transform: scale(1) rotate(-18deg) translate(0, 0);
        transform: scale(1) rotate(-18deg) translate(0, 0)
    }
}

@keyframes translateD1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2) rotate(-18deg) translate(20px, 20px);
        -ms-transform: scale(1.2) rotate(-18deg) translate(20px, 20px);
        transform: scale(1.2) rotate(-18deg) translate(20px, 20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-18deg) translate(0, 0);
        -ms-transform: scale(1) rotate(-18deg) translate(0, 0);
        transform: scale(1) rotate(-18deg) translate(0, 0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@keyframes newfadeInD {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes newfadeInD {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.newfadeInD {
    -webkit-animation-name: newfadeInD;
    animation-name: newfadeInD
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        transform: translateX(-180px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes rollIncustom {
    0% {
        opacity: 0;
        -webkit-transform: translateX(220%) translateY(220px);
        -ms-transform: translateX(220%) translateY(220px);
        transform: translateX(220%) translateY(220px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom {
    0% {
        opacity: 0;
        -webkit-transform: translateX(220%) translateY(220px);
        -ms-transform: translateX(220%) translateY(220px);
        transform: translateX(220%) translateY(220px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom {
    -webkit-animation-name: rollIncustom;
    animation-name: rollIncustom
}

@-webkit-keyframes rollIncustom1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%) translateY(150px);
        -ms-transform: translateX(150%) translateY(150px);
        transform: translateX(150%) translateY(150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%) translateY(150px);
        -ms-transform: translateX(150%) translateY(150px);
        transform: translateX(150%) translateY(150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom1 {
    -webkit-animation-name: rollIncustom1;
    animation-name: rollIncustom1
}

@-webkit-keyframes rollIncustom3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px) translateY(350px);
        -ms-transform: translateX(-20px) translateY(350px);
        transform: translateX(-20px) translateY(350px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px) translateY(350px);
        -ms-transform: translateX(-20px) translateY(350px);
        transform: translateX(-20px) translateY(350px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom3 {
    -webkit-animation-name: rollIncustom3;
    animation-name: rollIncustom3
}

@-webkit-keyframes rollIncustom4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px) translateY(70px);
        -ms-transform: translateX(-90px) translateY(70px);
        transform: translateX(-90px) translateY(70px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px) translateY(70px);
        -ms-transform: translateX(-90px) translateY(70px);
        transform: translateX(-90px) translateY(70px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom4 {
    -webkit-animation-name: rollIncustom4;
    animation-name: rollIncustom4
}

@-webkit-keyframes rollIncustom5 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px) translateY(-50px);
        -ms-transform: translateX(-500px) translateY(-50px);
        transform: translateX(-500px) translateY(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom5 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px) translateY(-50px);
        -ms-transform: translateX(-500px) translateY(-50px);
        transform: translateX(-500px) translateY(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom5 {
    -webkit-animation-name: rollIncustom5;
    animation-name: rollIncustom5
}

@-webkit-keyframes rollIncustom6 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px) translateY(-150px);
        -ms-transform: translateX(30px) translateY(-150px);
        transform: translateX(30px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom6 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px) translateY(-150px);
        -ms-transform: translateX(30px) translateY(-150px);
        transform: translateX(30px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom6 {
    -webkit-animation-name: rollIncustom6;
    animation-name: rollIncustom6
}

@-webkit-keyframes rollIncustom7 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) translateY(-150px);
        -ms-transform: translateX(-150px) translateY(-150px);
        transform: translateX(-150px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom7 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) translateY(-150px);
        -ms-transform: translateX(-150px) translateY(-150px);
        transform: translateX(-150px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom7 {
    -webkit-animation-name: rollIncustom7;
    animation-name: rollIncustom7
}

@-webkit-keyframes rollIncustom8 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0) translateY(-200px);
        -ms-transform: translateX(0) translateY(-200px);
        transform: translateX(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom8 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0) translateY(-200px);
        -ms-transform: translateX(0) translateY(-200px);
        transform: translateX(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom8 {
    -webkit-animation-name: rollIncustom8;
    animation-name: rollIncustom8
}

@-webkit-keyframes rollIncustom9 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px) translateY(-150px);
        -ms-transform: translateX(200px) translateY(-150px);
        transform: translateX(200px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes rollIncustom9 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px) translateY(-150px);
        -ms-transform: translateX(200px) translateY(-150px);
        transform: translateX(200px) translateY(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.rollIncustom9 {
    -webkit-animation-name: rollIncustom9;
    animation-name: rollIncustom9
}

@-webkit-keyframes slideInnew {
    0% {
        opacity: 0;
        -webkit-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideInnew {
    0% {
        opacity: 0;
        -webkit-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.slideInnew {
    -webkit-animation-name: slideInnew;
    animation-name: slideInnew
}

@-webkit-keyframes slideInnew2 {
    0% {
        opacity: 0;
        -webkit-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px);
        -ms-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px);
        transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px)
    }
    100% {
        -webkit-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0);
        -ms-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0);
        transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0)
    }
}

@keyframes slideInnew2 {
    0% {
        opacity: 0;
        -webkit-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px);
        -ms-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px);
        transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(-10px, 80px)
    }
    100% {
        -webkit-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0);
        -ms-transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0);
        transform: matrix(.97029, .34192, -.84486, .9425, 0, 0) translate(0, 0)
    }
}

.slideInnew2 {
    -webkit-animation-name: slideInnew2;
    animation-name: slideInnew2
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

img {
    vertical-align: middle;
}

.dl_cu_btn {
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
}

.dl_cu_btn i {
    margin-left: 7px;
}

.dl_cu_btn.btn_1 {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 600;
}

.dl_cu_btn.btn_1:hover {
    background-color: #e2335f;
    border: 2px solid #e2335f;
    color: #fff;
}

.dl_cu_btn.btn_2 {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #0E4DE3;
}

.dl_cu_btn.btn_2:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
    color: #fff;
}

.dl_cu_btn.white_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.dl_cu_btn.white_btn:hover {
    background-color: transparent;
    border: 1px solid #e2335f;
    color: #fff;
    background-color: #e2335f;
}

.dl_cu_btn.white_bg {
    background-color: #fff;
    border: 1px solid #fff;
    color: #e2335f;
}

.dl_cu_btn.white_bg:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    background-color: #e2335f;
}

.dl_cu_btn.btn_3 {
    background-color: #e2335f;
    border: 2px solid #e2335f;
    color: #fff;
}

.dl_cu_btn.btn_3:hover {
    background-color: transparent;
    border: 2px solid #e2335f;
    color: #e2335f;
}

.dl_cu_btn.btn_4 {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 40px;
}

.dl_cu_btn.btn_4:hover {
    background-color: #e2335f;
    border: 1px solid #e2335f;
}

.dl_cu_btn.btn_5 {
    background-color: transparent;
    border: 2px solid #e2335f;
    color: #e2335f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dl_cu_btn.btn_5:hover {
    background-color: #e2335f;
    border: 2px solid #e2335f;
}

.dl_cu_btn.tag_btn {
    background-color: #f0f2f9;
    border: 1px solid #f0f2f9;
    color: #7d7d7d;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 20px;
    min-width: auto;
    text-transform: capitalize;
}

.dl_cu_btn.tag_btn:hover {
    background-color: transparent;
    border: 1px solid #e2335f;
    color: #fff;
    background-color: #e2335f;
}

.dl_cu_btn.tag_btn_1 {
    background-color: #37a45d;
    border: 1px solid #37a45d;
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
}

.dl_cu_btn.tag_btn_1:hover {
    background-color: transparent;
    border: 1px solid #e2335f;
    color: #fff;
    background-color: #e2335f;
}

.dl_cu_btn.sm_btn {
    padding: 11px 45px;
    min-width: auto;
}

.dl_cu_btn.btn_ct {
    text-transform: capitalize;
    letter-spacing: 1pt;
    width: 180px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.read_more_btn {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    transition: 0.3s;
}

.read_more_btn img {
    transition: 0.3s;
    margin-left: 6px;
}

.read_more_btn:hover img {
    transform: translateX(5px);
}

.animated_border {
    position: relative;
}

.animated_border:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
    background-color: #111;
}

.animated_border:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.animated_border.style_2 {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.animated_border.style_2:before {
    background-color: #e2335f;
}

.animated_border.style_2:hover {
    color: #e2335f;
}

input:hover,
input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: 0px 2px 4px 0px rgba(5, 19, 69, 0.08);
    color: #060a24;
}

.form-control:focus::placeholder {
    color: #060a24;
}

.dl_section_padding {
    padding: 100px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 767.98px) {
    .dl_section_padding {
        padding: 70px 0px;
    }
}

.dl_padding_top {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .dl_padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_padding_top {
        padding-top: 80px;
    }
}

.dl_padding_bottom {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .dl_padding_bottom {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_padding_bottom {
        padding-bottom: 80px;
    }
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

h2 {
    line-height: 1.2;
}

p[class^="dl_"], p[class*="dl_"] {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #6A6A6A;
    margin-top: 0;
}

h1[class^="dl_"], h1[class*="dl_"], h2[class^="dl_"], h2[class*="dl_"], h3[class^="dl_"], h3[class*="dl_"], h4[class^="dl_"], h4[class*="dl_"], h5[class^="dl_"], h5[class*="dl_"], h6[class^="dl_"], h6[class*="dl_"] {
    color: #060a24;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.base_color {
    color: #e2335f;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dl_section_title {
    margin-bottom: 72px;
}

@media (max-width: 991px) {
    .dl_section_title {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_section_title {
        margin-bottom: 50px;
    }
}

.dl_section_title .dl_title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .dl_section_title .dl_title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_section_title .dl_title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}

.dl_section_title .dl_description {
    font-size: 18px;
    line-height: 26px;
}

.dl_font_300 {
    font-weight: 300;
}

.dl_font_400 {
    font-weight: 400;
}

.dl_font_500 {
    font-weight: 500;
}

.dl_font_600 {
    font-weight: 600;
}

.dl_font_700 {
    font-weight: 700;
}

.dl_font_800 {
    font-weight: 800;
}

.dl_font_900 {
    font-weight: 900;
}

.dl_mb_0 {
    margin-bottom: 0;
}

.dl_mb_5 {
    margin-bottom: 5px;
}

.dl_mb_10 {
    margin-bottom: 10px;
}

.dl_mb_15 {
    margin-bottom: 15px;
}

.dl_mb_20 {
    margin-bottom: 20px;
}

.dl_mb_25 {
    margin-bottom: 25px;
}

.dl_mb_30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .dl_mb_30 {
        margin-bottom: 20px;
    }
}

.dl_mb_40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .dl_mb_40 {
        margin-bottom: 30px;
    }
}

.dl_mb_50 {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .dl_mb_50 {
        margin-bottom: 35px;
    }
}

.dl_mb_60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .dl_mb_60 {
        margin-bottom: 40px;
    }
}

.dl_mb_70 {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .dl_mb_70 {
        margin-bottom: 45px;
    }
}

.dl_mb_80 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .dl_mb_80 {
        margin-bottom: 50px;
    }
}

.dl_mt_5 {
    margin-top: 5px;
}

.dl_mt_10 {
    margin-top: 10px;
}

.dl_mt_15 {
    margin-top: 15px;
}

.dl_mt_20 {
    margin-top: 20px;
}

.dl_mt_25 {
    margin-top: 25px;
}

.dl_mt_30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .dl_mt_30 {
        margin-top: 20px;
    }
}

.dl_mt_40 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .dl_mt_40 {
        margin-top: 30px;
    }
}

.dl_mt_50 {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .dl_mt_50 {
        margin-top: 35px;
    }
}

.dl_mt_60 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .dl_mt_60 {
        margin-top: 40px;
    }
}

.dl_mt_70 {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .dl_mt_70 {
        margin-top: 45px;
    }
}

.dl_mt_80 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .dl_mt_80 {
        margin-top: 50px;
    }
}

.dl_ml_5 {
    margin-left: 5px;
}

.dl_ml_10 {
    margin-left: 10px;
}

.dl_ml_15 {
    margin-left: 15px;
}

.dl_ml_20 {
    margin-left: 20px;
}

.dl_ml_25 {
    margin-left: 25px;
}

.dl_ml_30 {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .dl_ml_30 {
        margin-left: 20px;
    }
}

.dl_ml_40 {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .dl_ml_40 {
        margin-left: 30px;
    }
}

.dl_ml_50 {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .dl_ml_50 {
        margin-left: 35px;
    }
}

.dl_ml_60 {
    margin-left: 60px;
}

@media (max-width: 991px) {
    .dl_ml_60 {
        margin-left: 40px;
    }
}

.dl_ml_70 {
    margin-left: 70px;
}

@media (max-width: 991px) {
    .dl_ml_70 {
        margin-left: 45px;
    }
}

.dl_ml_80 {
    margin-left: 80px;
}

@media (max-width: 991px) {
    .dl_ml_80 {
        margin-left: 50px;
    }
}

.dl_mr_5 {
    margin-right: 5px;
}

.dl_mr_10 {
    margin-right: 10px;
}

.dl_mr_15 {
    margin-right: 15px;
}

.dl_mr_20 {
    margin-right: 20px;
}

.dl_mr_25 {
    margin-right: 25px;
}

.dl_mr_30 {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .dl_mr_30 {
        margin-right: 20px;
    }
}

.dl_mr_40 {
    margin-right: 40px;
}

@media (max-width: 991px) {
    .dl_mr_40 {
        margin-right: 30px;
    }
}

.dl_mr_50 {
    margin-right: 50px;
}

@media (max-width: 991px) {
    .dl_mr_50 {
        margin-right: 35px;
    }
}

.dl_mr_60 {
    margin-right: 60px;
}

@media (max-width: 991px) {
    .dl_mr_60 {
        margin-right: 40px;
    }
}

.dl_mr_70 {
    margin-right: 70px;
}

@media (max-width: 991px) {
    .dl_mr_70 {
        margin-right: 45px;
    }
}

.dl_mr_80 {
    margin-right: 80px;
}

@media (max-width: 991px) {
    .dl_mr_80 {
        margin-right: 50px;
    }
}

.dl_pt_5 {
    padding-top: 5px;
}

.dl_pt_10 {
    padding-top: 10px;
}

.dl_pt_15 {
    padding-top: 15px;
}

.dl_pt_20 {
    padding-top: 20px;
}

.dl_pt_25 {
    padding-top: 25px;
}

.dl_pt_30 {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .dl_pt_30 {
        padding-top: 20px;
    }
}

.dl_pt_40 {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .dl_pt_40 {
        padding-top: 30px;
    }
}

.dl_pt_50 {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .dl_pt_50 {
        padding-top: 35px;
    }
}

.dl_pt_60 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .dl_pt_60 {
        padding-top: 40px;
    }
}

.dl_pt_70 {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .dl_pt_70 {
        padding-top: 45px;
    }
}

.dl_pt_80 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .dl_pt_80 {
        padding-top: 50px;
    }
}

.dl_pb_5 {
    padding-bottom: 5px;
}

.dl_pb_10 {
    padding-bottom: 10px;
}

.dl_pb_15 {
    padding-bottom: 15px;
}

.dl_pb_20 {
    padding-bottom: 20px;
}

.dl_pb_25 {
    padding-bottom: 25px;
}

.dl_pb_30 {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .dl_pb_30 {
        padding-bottom: 20px;
    }
}

.dl_pb_40 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .dl_pb_40 {
        padding-bottom: 30px;
    }
}

.dl_pb_50 {
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .dl_pb_50 {
        padding-bottom: 35px;
    }
}

.dl_pb_60 {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .dl_pb_60 {
        padding-bottom: 40px;
    }
}

.dl_pb_70 {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .dl_pb_70 {
        padding-bottom: 45px;
    }
}

.dl_pb_80 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .dl_pb_80 {
        padding-bottom: 50px;
    }
}

.dl_pr_5 {
    padding-right: 5px;
}

.dl_pr_10 {
    padding-right: 10px;
}

.dl_pr_15 {
    padding-right: 15px;
}

.dl_pr_20 {
    padding-right: 20px;
}

.dl_pr_25 {
    padding-right: 25px;
}

.dl_pr_30 {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .dl_pr_30 {
        padding-right: 20px;
    }
}

.dl_pr_40 {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .dl_pr_40 {
        padding-right: 30px;
    }
}

.dl_pr_50 {
    padding-right: 50px;
}

@media (max-width: 991px) {
    .dl_pr_50 {
        padding-right: 35px;
    }
}

.dl_pr_60 {
    padding-right: 60px;
}

@media (max-width: 991px) {
    .dl_pr_60 {
        padding-right: 40px;
    }
}

.dl_pr_70 {
    padding-right: 70px;
}

@media (max-width: 991px) {
    .dl_pr_70 {
        padding-right: 45px;
    }
}

.dl_pr_80 {
    padding-right: 80px;
}

@media (max-width: 991px) {
    .dl_pr_80 {
        padding-right: 50px;
    }
}

.dl_pl_5 {
    padding-left: 5px;
}

.dl_pl_10 {
    padding-left: 10px;
}

.dl_pl_15 {
    padding-left: 15px;
}

.dl_pl_20 {
    padding-left: 20px;
}

.dl_pl_25 {
    padding-left: 25px;
}

.dl_pl_30 {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .dl_pl_30 {
        padding-left: 20px;
    }
}

.dl_pl_40 {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .dl_pl_40 {
        padding-left: 30px;
    }
}

.dl_pl_50 {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .dl_pl_50 {
        padding-left: 35px;
    }
}

.dl_pl_60 {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .dl_pl_60 {
        padding-left: 40px;
    }
}

.dl_pl_70 {
    padding-left: 70px;
}

@media (max-width: 991px) {
    .dl_pl_70 {
        padding-left: 45px;
    }
}

.dl_pl_80 {
    padding-left: 80px;
}

@media (max-width: 991px) {
    .dl_pl_80 {
        padding-left: 50px;
    }
}

.dl_m_0 {
    margin: 0 !important;
}

.dl_p_0 {
    padding: 0 !important;
}

.dl_text_center {
    text-align: center;
}

.dl_text_right {
    text-align: right;
}

.dl_float_left {
    float: left;
}

.dl_float_right {
    float: right;
}

.dl_text_white {
    color: #fff;
}

.dl_bg_color {
    background-color: #F6F7F7;
}

.dl_dark_bg {
    background-color: #020922;
}

.zoom_in_effect .zoom_in_img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.zoom_in_effect:hover .zoom_in_img {
    transform: scale(1.1);
}

.dl_img_res {
    max-width: 100%;
}

.dl_element_pro_singup_from {
    border-radius: 10px;
    text-align: center;
    margin-top: 0;
}

.dl_element_pro_singup_from .dl_element_pro_popup {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 40px 105px;
}

.dl_element_pro_singup_from .dl_popup_title {
    color: #39332B;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 24px;
}

.dl_element_pro_singup_from .dl_popup_desc {
    color: #7E818B;
    font-size: 18px;
    line-height: 28px;
}

.dl_element_pro_singup_from .cu_btn {
    margin-top: 10px;
}

.dl_element_pro_singup_from .cu_btn.dl_gradient_btn {
    background: linear-gradient(246.74deg, #46C8F7 0%, #7B75FF 50.73%, #46C8F7 100.49%, #7B75FF 200.73%);
    border-radius: 3px;
    background-size: 200% 100%;
    color: #fff;
    border: 0px solid transparent !important;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    text-decoration: none;
    padding: 14px 38px;
}

.dl_inline_block {
    display: inline-block;
}

.dl_thumbnail_fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

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

.dl_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .dl_container {
        max-width: 1200px;
    }
}

.dl_container_fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dl_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class^=dl_col_],
[class*=dl_col_] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.dl_col_2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.dl_col_3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.dl_col_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.dl_col_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.dl_col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.dl_col_7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.dl_col_8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.dl_col_9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.dl_col_10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.dl_col_11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.dl_col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .dl_col_sm_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_sm_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_sm_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_sm_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_sm_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_sm_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_sm_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_sm_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_sm_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_sm_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_sm_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .dl_col_md_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_md_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_md_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_md_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_md_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_md_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_md_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_md_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_md_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_md_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_md_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .dl_col_lg_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .dl_col_lg_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_lg_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_lg_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .dl_col_lg_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_lg_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_lg_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_lg_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_lg_10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_lg_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_lg_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .dl_col_xl_1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .dl_col_xl_2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .dl_col_xl_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dl_col_xl_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dl_col_xl_5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .dl_col_xl_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dl_col_xl_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dl_col_xl_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .dl_col_xl_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dl_col_xl_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .dl_col_xl_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .dl_col_xl_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.dl_justify_content_start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dl_justify_content_end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dl_justify_content_center {
    -ms-flex-pack: center;
    justify-content: center;
}

.dl_justify_content_between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dl_justify_content_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.dl_align_items_start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.dl_align_items_end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.dl_align_items_center {
    -ms-flex-align: center;
    align-items: center;
}

.dl_align_items_baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.dl_align_items_stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dl_cu_btn {
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
}

.dl_cu_btn i {
    margin-left: 7px;
}

.dl_cu_btn.btn_1 {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.dl_cu_btn.btn_1:hover {
    background-color: #0E4DE3;
    border: 2px solid #0E4DE3;
    color: #fff;
}

.dl_cu_btn.btn_2 {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #0E4DE3;
}

.dl_cu_btn.btn_2:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
    color: #fff;
}

.dl_cu_btn.btn_3 {
    background-color: #0E4DE3;
    border: 2px solid #0E4DE3;
    color: #fff;
}

.dl_cu_btn.btn_3:hover {
    background-color: transparent;
    border: 2px solid #0E4DE3;
    color: #0E4DE3;
}

.dl_cu_btn.btn_4 {
    background-color: #484848;
    border: 1px solid #484848;
    color: #fff;
}

.dl_cu_btn.btn_4:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.btn_4.blue_bg {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.btn_4.blue_bg:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.btn_4.blue_bg_fixed {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.btn_5 {
    background-color: transparent;
    border: 2px solid #0E4DE3;
    color: #0E4DE3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dl_cu_btn.btn_5:hover {
    background-color: #0E4DE3;
    border: 2px solid #0E4DE3;
}

.dl_cu_btn.blue_bg {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
    color: #fff;
}

.dl_cu_btn.blue_bg:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.dark_bg {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.dl_cu_btn.dark_bg:hover {
    background-color: #0E4DE3;
    border: 1px solid #0E4DE3;
}

.dl_cu_btn.white_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.dl_cu_btn.white_btn:hover {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #fff;
    background-color: #0E4DE3;
}

.dl_cu_btn.white_bg {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1B1B1B;
}

.dl_cu_btn.white_bg:hover {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #fff;
    background-color: #0E4DE3;
}

.dl_cu_btn.tag_btn {
    background-color: #f0f2f9;
    border: 1px solid #f0f2f9;
    color: #7d7d7d;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 20px;
    min-width: auto;
    text-transform: capitalize;
}

.dl_cu_btn.tag_btn:hover {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #fff;
    background-color: #0E4DE3;
}

.dl_cu_btn.tag_btn_1 {
    background-color: #37a45d;
    border: 1px solid #37a45d;
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
}

.dl_cu_btn.tag_btn_1:hover {
    background-color: transparent;
    border: 1px solid #0E4DE3;
    color: #fff;
    background-color: #0E4DE3;
}

.dl_cu_btn.gradient_btn {
    background: -moz-linear-gradient(40deg, #84a7fe 0%, #4a71fd 50%, #84a7fe 100%, #4a71fd 150%);
    background: -webkit-linear-gradient(40deg, #84a7fe 0%, #4a71fd 50%, #84a7fe 100%, #4a71fd 150%);
    background: linear-gradient(40deg, #84a7fe 0%, #4a71fd 50%, #84a7fe 100%, #4a71fd 150%);
    background-size: 200% 100%;
    color: #fff;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 13px 32px;
}

.dl_cu_btn.gradient_btn:hover {
    background-position: 100% 0;
}

.dl_cu_btn.xl_btn {
    padding: 15px 40px;
    min-width: auto;
    line-height: 18px;
}

.dl_cu_btn.sm_btn {
    padding: 11px 45px;
    min-width: auto;
}

.dl_cu_btn.dl_round_1 {
    border-radius: 110px;
}

.dl_cu_btn.dl_round_50 {
    border-radius: 50px;
}

.read_more_btn {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.read_more_btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 6px;
}

.read_more_btn:hover img {
    transform: translateX(5px);
}

.animated_border {
    position: relative;
}

.animated_border:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
    background-color: #111;
}

.animated_border:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.animated_border.style_2 {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.animated_border.style_2:before {
    background-color: #0E4DE3;
}

.animated_border.style_2:hover {
    color: #0E4DE3;
}

.link_animate_border {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.link_animate_border:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.link_animate_border:before,
.link_animate_border:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.link_animate_border:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.link_animate_border:hover:before,
.link_animate_border:after {
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right > .wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns:50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.items-justified-space-between > ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child > .wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

.components-custom-select-control__menu:focus {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    outline: none;
    transition: none
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

.components-spinner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    -webkit-animation: components-spinner__animation 1s linear infinite;
    animation: components-spinner__animation 1s linear infinite
}

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer
}

@media (min-width: 600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    text-decoration: underline;
    background-color: transparent
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    color: #fff;
    box-shadow: none;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
    background: transparent
}

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-suspense-placeholder > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: " "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.wc-block-grid__products .wc-block-grid__product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto !important;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: .5em 1em;
    font-size: 1em
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    font-family: WooCommerce;
    content: "";
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    font-family: WooCommerce;
    content: "";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    color: #000;
    font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-width: 60%;
    min-height: 1.75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
    fill: currentColor;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    margin: 0 1em .75em 0;
    flex-basis: 5em;
    padding: .618em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-category-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    position: absolute;
    left: 4px;
    top: 4px;
    right: auto;
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    position: absolute;
    top: 4px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    margin: 0
}

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-product-image > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-components-product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-product-rating__stars span:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

.is-loading .wc-block-components-product-summary:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-tag-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 7em
}

.is-loading .wc-block-components-product-title:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    background-color: #f0f0f0;
    border-left: 4px solid #ddd;
    padding: 36px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    margin: 1em 0 0;
    font-style: italic
}

@media (min-width: 481px) {
    .wc-block-components-error {
        flex-direction: row
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-left: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative
}

.wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -.5em;
    color: inherit;
    box-sizing: content-box
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
    content: " ";
    display: inline-block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    border: .2em solid;
    border-left: .2em solid transparent;
    -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
    animation: wc-block-components-button__spinner__animation 1s linear infinite
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner + .wc-block-components-button__text {
    visibility: hidden
}

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    position: relative;
    border: none;
    padding: 0 0 0 36px;
    background: none;
    margin: 0
}

.is-large .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 24px
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
    content: "";
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 2.5em;
    bottom: -1em
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    font-weight: 700;
    color: inherit
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 36px;
    left: -18px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary-item:last-child > div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

.wc-block-components-order-summary-item__image > img {
    width: 48px;
    max-width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-right: 12px;
    padding-bottom: 16px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: block;
    text-align: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    margin: 0 4px 2px;
    padding: 0;
    width: auto;
    height: 24px;
    vertical-align: middle
}

.wc-block-components-payment-method-icons--align-left {
    text-align: left
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    text-align: right
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-right: 0;
    margin-left: 8px
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
    vertical-align: middle;
    margin: -2px 4px 0 0
}

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item > a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    border: 0;
    border-radius: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: transparent;
    font-weight: 700;
    margin: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 1em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: .5em;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 1
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 3em;
    flex-shrink: 0;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: flex;
    height: 1em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #50575e;
    border-radius: 2px;
    height: 1.5em;
    width: 1.5em;
    margin: 0;
    min-height: 24px;
    min-width: 24px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    background-color: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    left: .1875em;
    top: -.125em;
    width: 1.125em;
    height: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
    padding-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

.wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
    background: #e0e0e0;
    color: #1e1e1e
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .75em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1
}

.wc-block-components-chip.is-removable {
    padding-right: .5em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    font-size: .75em;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    vertical-align: middle
}

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

.is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
    outline: 0
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: transparent;
    border: 0
}

.is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
    outline: 0
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
    background-color: transparent;
    text-decoration: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
    display: block
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

.wc-block-components-dropdown-selector__list:not(:empty) {
    border: 1px solid #9f9f9f
}

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

.wc-block-components-dropdown-selector__list-item.is-selected {
    background-color: #ddd
}

.wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px
}

.wc-block-components-loading-mask .components-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
    justify-content: flex-end
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: 0;
    margin-right: 10px
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    pointer-events: none;
    max-width: 100%;
    box-shadow: none
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    margin-right: 10px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: auto
}

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    margin-left: -2px;
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary, #e0e0e0) !important;
        color: var(--global--color-primary, #e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }
}

@media screen and (-ms-high-contrast: active)and (prefers-reduced-motion: reduce), screen and (-ms-high-contrast: none)and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports (-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary, #e0e0e0) !important;
        color: var(--global--color-primary, #e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    @media screen and (prefers-reduced-motion: reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
         -webkit-animation: none;
         animation: none
     }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: transparent;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media (max-width: 480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (min-width: 481px)and (max-width: 600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 5em
}

.is-loading .wc-block-components-product-price:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: #f0f0f0;
    outline: 1px solid #ddd
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: #949494
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-style: normal;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    color: #1e1e1e
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
    outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: #949494;
    cursor: default;
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
    outline: 2px solid #ddd
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%
}

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 60%
}

.is-loading .wc-block-components-review-list-item__text > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    font-size: 1em;
    width: 80px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns:64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 48px
}

.wc-block-components-review-list-item__image > img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.wc-block-components-review-list-item__verified:before {
    width: 21px;
    height: 21px;
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    display: block;
    content: ""
}

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    order: 3;
    content: "";
    flex-basis: 100%
}

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
    font-weight: 400;
    color: grey;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
    font-size: 1em;
    display: inline-block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    vertical-align: top
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #e6a237
}

.editor-styles .wc-block-components-review-list, .wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-form .wc-block-components-select, .wc-block-components-select {
    height: 3em;
    position: relative
}

.wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #757575;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap
}

.has-dark-controls .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .has-dark-controls .wc-block-components-select label.components-custom-select-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-select.is-active label, .wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:hover, .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:focus {
    outline: 1px dotted #cc1818;
    outline-offset: 2px
}

.wc-block-components-form .wc-block-components-select.has-error label, .wc-block-components-select.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
    font-size: 1em;
    background: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    border-radius: 4px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
    fill: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    color: #2b2d2f
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu:empty, .wc-block-components-select .components-custom-select-control__menu:empty {
    display: none
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item, .wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-left: 0;
    padding-left: 16px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item-icon, .wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
    color: #fff
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .has-dark-controls .components-custom-select-control__button {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
    border: none;
    flex: auto;
    background: transparent;
    padding: 12px 16px;
    color: inherit;
    outline-offset: -1px;
    text-align: center;
    transition: box-shadow .1s linear;
    box-shadow: inset 0 -1px currentColor;
    border-radius: 0
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
    outline-offset: -1px;
    outline: 1px dotted currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
    background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    font-size: 1em;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    font-weight: 700
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
    height: 1.2em;
    vertical-align: middle;
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    line-height: 1.375;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    cursor: text
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    color: #2b2d2f
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
    outline: 1px dotted #cc1818;
    outline-offset: 2px
}

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 0
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    margin: 0;
    display: flex;
    flex-wrap: nowrap
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    outline: 0;
    color: currentColor
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
    margin-top: 1em
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

.wc-block-components-validation-error > p {
    align-items: center;
    display: flex;
    line-height: 12px;
    margin: 0;
    min-height: 24px;
    padding: 0
}

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit {
    position: relative
}

.wc-block-cart__submit-container {
    padding-bottom: 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 0 16px
}

.wc-block-cart__submit-button:last-child {
    margin-bottom: 0
}

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media (min-width: 783px) {
    .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media (max-width: 782px) {
    .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline;
    font-size: .75em;
    text-transform: none;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    text-align: right;
    line-height: inherit
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-shipping-rates-control__package {
    position: relative
}

.wc-block-cart .wc-block-components-shipping-rates-control__package:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after {
    content: " "
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns:80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    vertical-align: bottom;
    padding-right: 16px;
    -ms-grid-row-align: end;
    align-self: end;
    padding-top: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    position: relative;
    padding: 16px 16px 16px 0;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child, .is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    position: relative;
    border: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: transparent;
    font-size: .75em;
    display: block;
    font-weight: 600;
    padding: .25rem 0;
    text-align: right;
    text-transform: uppercase
}

.is-large.wc-block-cart .wc-block-cart__totals-title:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__add-note {
    margin: 1.5em 0 1.5em 9px
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0
}

.is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.wc-block-checkout__create-account, .wc-block-checkout__use-address-for-billing {
    margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 0 .75em 2.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    content: "";
    clear: both;
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 9px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 50%;
    padding: 1em;
    height: auto
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
    fill: #fff;
    vertical-align: top
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button > *, .wc-block-checkout--is-loading .wc-block-components-express-payment > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after, .wc-block-checkout--is-loading .wc-block-components-express-payment:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    width: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 10em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 1.5em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    min-height: 100px
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after > *, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary, #e0e0e0) !important;
    color: var(--global--color-primary, #e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
    visibility: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty, .wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image, .wc-block-checkout-empty .wc-block-checkout-error__image, .wc-block-checkout-error .wc-block-checkout-empty__image, .wc-block-checkout-error .wc-block-checkout-error__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title, .wc-block-checkout-empty .wc-block-checkout-error__title, .wc-block-checkout-error .wc-block-checkout-empty__title, .wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description, .wc-block-checkout-empty .wc-block-checkout-error__description, .wc-block-checkout-error .wc-block-checkout-empty__description, .wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__actions {
    position: relative;
    margin-right: 24px;
    padding-top: 1.5em
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
    margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
    width: 100%;
    height: 48px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-top: 1px solid;
    border-radius: 5px 0 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 22px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-right: 1px solid;
    border-top: 1px solid;
    border-radius: 0 5px 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none;
    flex-grow: 1
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    position: relative;
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 5px 5px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
    padding-left: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
    padding-right: 8px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 36px;
    margin: 24px 0
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
    content: " ";
    flex: 1;
    border-bottom: 1px solid;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    font-size: 1em;
    line-height: 1.375;
    background-color: #fff;
    padding: .75em 0 .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    color: #2b2d2f;
    cursor: text
}

.wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    cursor: text
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 32px .375em 0;
    position: relative;
    text-align: left;
    width: 100%
}

.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none
}

.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content {
    padding-bottom: 1em
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 4px 0 4px 60px;
    list-style: none outside;
    clear: both
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 50px;
    display: inline-block;
    padding: 0;
    margin: 0 .5em 0 -60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    margin: 0;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-product {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    width: 100%;
    padding: 16px 48px 0;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5em
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
    max-width: 290px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-category {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
    color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-category.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    max-width: 290px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
    content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
    content: ")"
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
    text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
    float: right
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
    opacity: .6
}

.wc-block-attribute-filter .wc-block-attribute-filter__button {
    margin-top: 8px
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: 1em;
    float: right;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__list {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 16px 0 0;
    display: block
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-weight: 400;
    font-style: italic
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 16px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0;
    color: currentColor
}

.wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em
}