/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.wrap {
    max-width: 1400px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .wrap {
        padding: 0 10px
    }
}

.wrap .wrap {
    padding: 0
}

.content__title {
    font-size: 50px;
    font-weight: 700;
    margin: 50px 0;
    color: #343434;
    text-align: center;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
}

.grid2 {
    justify-content: flex-start;
    margin: 0;
}

.grid3 {
    width: 85%;
    margin: 0 auto;
}

.grid.no_gap {
    margin: 0
}

.col {
    margin: 15px;
    width: calc(100% / 3 - 30px)
}

@media (max-width: 670px) {
    .col {
        width: calc(50% - 30px)
    }
}

@media (max-width: 420px) {
    .col {
        width: 100%
    }
}

.col_2 {
    width: calc(100% / 6 - 30px);
    margin: 15px
}

@media (max-width: 900px) {
    .col_2 {
        width: calc(100% / 3 - 30px)
    }
}

@media (max-width: 670px) {
    .col_2 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 420px) {
    .col_2 {
        width: 100%
    }
}

.col_3 {
    width: calc(100% / 4 - 30px);
    margin: 15px;
}

.col_3_col {
    width: calc(100% / 3);
    margin: 0;
}

@media (max-width: 670px) {
    .col_3 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 420px) {
    .col_3 {
        width: 100%
    }

    .col_3_col {
        width: 100%;
    }
}

.uniques .col_4 {
    width: calc(80% / 4 - 30px);
    margin: 15px 5px;
    border: none;
}

.uniques .col_4_col {
    width: calc(80% / 4 - 30px);
    margin: 15px;
    border: none;
}


.col_4 {
    width: calc(66% / 2 - 30px);
    margin: 0;
    border: 1px solid #80808081;
    /* margin: 15px 5px; */
    border: 1px solid #80808081;
}

.col_4_col {
    width: calc(90% / 2 - 30px);
    margin: 15px;
    border: 1px solid #80808081;
}

@media (max-width: 670px) {

    .col_4,
    .uniques .col_4 {
        width: calc(50% - 30px)
    }

    .col_4_col,
    .uniques .col_4 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 420px) {

    .col_4,
    .uniques .col_4 {
        width: 100%
    }

    .col_4_col,
    .uniques .col_4 {
        width: 100%
    }
}

.col_6 {
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

.col_6_col {
    width: calc(90% / 2 - 30px);
    margin: 15px;
}

@media (max-width: 420px) {

    .col_6,
    .col_6_col {
        width: 100%
    }

}

.col_8 {
    width: calc(90% / 3 * 2 - 30px);
    margin: 15px 10px
}

@media (max-width: 670px) {
    .col_8 {
        width: 100%
    }
}

.col_10 {
    width: calc(100% / 6 * 5 - 30px);
    margin: 15px
}

@media (max-width: 670px) {
    .col_10 {
        width: 100%
    }
}

.col_12 {
    width: 100%;
    margin: 15px
}

.no_gap {
    margin: 0
}

.no_gap .col {
    margin: 0;
    width: calc(100% / 3)
}

@media (max-width: 670px) {
    .no_gap .col {
        width: 50%
    }
}

@media (max-width: 420px) {
    .no_gap .col {
        width: 100%
    }
}

.no_gap .col_2 {
    width: calc(100% / 6);
    margin: 0
}

@media (max-width: 900px) {
    .no_gap .col_2 {
        width: calc(100% / 3)
    }
}

@media (max-width: 670px) {
    .no_gap .col_2 {
        width: 50%
    }
}

@media (max-width: 420px) {
    .no_gap .col_2 {
        width: 100%
    }
}

.map-g iframe {
    width: 100%;
}

.no_gap .col_3 {
    width: calc(100% / 4);
    margin: 0
}

@media (max-width: 670px) {
    .no_gap .col_3 {
        width: 50%
    }
}

@media (max-width: 420px) {
    .no_gap .col_3 {
        width: 100%
    }
}

.no_gap .col_4 {
    width: calc(95% / 2);
    margin: 20px 10px 35px;
}

@media (max-width: 670px) {
    .no_gap .col_4 {
        width: 50%
    }
}

@media (max-width: 420px) {
    .no_gap .col_4 {
        width: 100%
    }
}

.no_gap .col_6 {
    width: calc(100% / 2);
    margin: 0
}

@media (max-width: 420px) {
    .no_gap .col_6 {
        width: 100%
    }
}

.no_gap .col_8 {
    width: calc(100% / 3 * 2);
    margin: 0
}

@media (max-width: 670px) {
    .no_gap .col_8 {
        width: 100%
    }
}

.no_gap .col_10 {
    width: calc(100% / 6 * 5);
    margin: 0
}

@media (max-width: 670px) {
    .no_gap .col_10 {
        width: 100%
    }
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fl_r {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img_cont {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%
}

.img_cont img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.img_cont__4x3 {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0
}

.img_cont__4x3 img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.img_cont__16x9 {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0
}

.img_cont__16x9 img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.img_cont__1x1 {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0
}

.img_cont__1x1 img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.img_cont__a4 {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 141%;
    height: 0
}

.img_cont__a4 img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.accentcolor {
    color: #ffed00
}

.secondcolor {
    color: #2C2C2C
}

.fontcolor {
    color: #2C2C2C
}

.content_col_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media (max-width: 768px) {
    .content_col_2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.content_col_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media (max-width: 768px) {
    .content_col_3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.content_col_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

@media (max-width: 768px) {
    .content_col_4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width: 1170px) {
    .hide_desktop {
        display: none
    }
}

@media (max-width: 1170px) {
    .hide_1170 {
        display: none
    }
}

@media (max-width: 900px) {
    .hide_900 {
        display: none
    }
}

@media (max-width: 768px) {
    .hide_768 {
        display: none
    }
}

@media (max-width: 670px) {
    .hide_670 {
        display: none
    }
}

@media (max-width: 420px) {
    .hide_420 {
        display: none
    }
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat_ExtraBold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    scroll-behavior: smooth
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    border: none;
    outline: none
}

html *,
html *:after,
html *:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0
}

.app {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: white;
    font-size: 16px;
    overflow: hidden
}

section {
    margin-bottom: 60px
}

.svg_sprite {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0
}

.content_wrap {
    padding: 0 30px;
    margin-bottom: 30px
}

@media (max-width: 420px) {
    .content_wrap {
        padding: 0 15px
    }
}

.content_wrap h1 {
    font-size: 44px;
    margin-top: 30px;
    font-weight: 700
}

.content_wrap h2 {
    font-size: 40px;
    margin-top: 26px;
    font-weight: 700;
    padding-bottom: 13px;
    margin-bottom: 15px
}

@media(max-width: 768px) {
    .content_wrap h2 {
        font-size: 26px;
        margin-bottom: 0
    }
}

.content_wrap h3 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 700;
    padding-bottom: 13px
}

@media(max-width: 768px) {
    .content_wrap h3 {
        font-size: 22px;
        margin-bottom: 0
    }
}

.content_wrap h4 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 700
}

@media(max-width: 768px) {
    .content_wrap h4 {
        font-size: 20px;
        margin-bottom: 0
    }
}

.content_wrap h5 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 700
}

@media(max-width: 768px) {
    .content_wrap h5 {
        font-size: 18px;
        margin-bottom: 0
    }
}

.content_wrap h6 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700
}

@media(max-width: 768px) {
    .content_wrap h6 {
        font-size: 16px;
        margin-bottom: 0
    }
}

.content_wrap blockquote {
    font-weight: 700;
    font-size: 20px;
    color: #ffed00;
    margin-left: 0;
    margin: 30px 0 25px;
    padding-left: 15px;
    border-left: 3px solid #ffed00
}

@media(max-width: 768px) {
    .content_wrap blockquote {
        font-size: 16px
    }
}

.content_wrap ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px
}

.content_wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.content_wrap ul li:before {
    height: 16px;
    width: 16px;
    min-width: 16px;
    content: "";
    border-radius: 40px;
    border: 4px solid #ffed00;
    font-weight: 700;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px
}

.content_wrap ol {
    padding-left: 0;
    list-style: none
}

.content_wrap ol li {
    margin-bottom: 10px;
    counter-increment: count-me
}

.content_wrap ol li:before {
    content: counter(count-me) ". ";
    display: inline-block;
    margin-right: 10px;
    color: #2C2C2C;
    font-weight: 700
}

.bold {
    font-weight: 700
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

table::-webkit-scrollbar {
    height: 8px
}

*::-webkit-scrollbar-button {
    background-color: #c5c5c5;
    display: none
}

*::-webkit-scrollbar-track {
    background-color: #ffed00
}

*::-webkit-scrollbar-track-piece {
    background-color: #c5c5c5
}

*::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ffed00
}

*::-webkit-scrollbar-corner {
    background-color: #ffed00
}

*::-webkit-resizer {
    background-color: #ffed00
}

.col_9 {
    width: calc(100% / 4 * 3 - 30px);
    margin: 15px
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #2C2C2C;
    background-color: #ffed00;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 15px;
    border-radius: 3px
}

.btn:hover {
    background-color: #00a2cf
}

.btn__shadow {
    -webkit-box-shadow: 0 10px 30px rgba(7, 194, 239, .5);
    box-shadow: 0 10px 30px rgba(7, 194, 239, .5)
}

.btn__shadow:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 162, 207, .5);
    box-shadow: 0 5px 15px rgba(0, 162, 207, .5)
}

.btn__arrow {
    color: #2C2C2C;
    padding: 11px 20px;
    border-radius: 50px
}

.btn__arrow:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    margin-right: 6px
}

.btn__arrow_right {
    color: #2C2C2C;
    padding: 11px 20px;
    border-radius: 50px
}

.btn__arrow_right:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    margin-left: 6px
}

.btn__arrow_right:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2307C2EF' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain
}

.btn__outline {
    background: none;
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
    border-radius: 100px;
    padding: 20px 70px;
    text-transform: uppercase
}

.btn__outline:hover {
    background: #1f1f1f;
    color: #fff
}

.btn__second {
    background: #2C2C2C
}

.btn__second:hover {
    background: #ffed00
}

.subtitle_page {
    font-weight: 700;
    font-size: 46px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #D8DADD;
    margin-bottom: 30px
}

.content_wrap table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    margin: 15px 0;
    display: block
}

.content_wrap table tbody {
    width: 100%;
    display: inline-table
}

.content_wrap table tr {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.content_wrap table th td {
    font-size: 16px;
    font-weight: 700;
    background: #2C2C2C;
    color: #fff;
    padding: 14px 10px 14px
}

.content_wrap table tr th {
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    background: #ffed00;
    padding: 10px
}

.content_wrap table tr td {
    font-size: 16px;
    padding: 14px 10px;
    border: 1px solid #ffed00;
    background: #fff;
}

.no_back .content_wrap {
    padding: 0
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    animation: blink 0.8s linear infinite;
    background: #151414;
    position: absolute;
    top: 5%;
    right: 2%;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.news .news_title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

.news .grid_item_1 .grid_item_desc {
    font-size: 16px;
    color: #aeaeae
}

.news .title_with_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.news .home_page_title {
    margin-bottom: 0
}

@media(max-width: 768px) {
    .news .title_with_btn {
        flex-wrap: wrap;
        justify-content: center
    }

    .news .home_page_title {
        margin-bottom: 15px
    }
}

.news_category {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #1f1f1f;
    background: #fff;
    border-radius: 3px
}

.slider_objects {
    position: relative
}

.slider_objects:after {
    content: '';
    display: block;
    height: 225px;
    background: #f2f7fb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.slider_2 {
    position: relative;
    z-index: 2
}

.slider_2 .slide {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px
}

.work_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.work_cont .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px
}

.work_cont .content .title {
    max-width: 370px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.work_cont img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all .4s;
    transform: scale(1)
}

.work_cont:hover img {
    transform: scale(1.05)
}

.slider_2 .slick-arrow {
    position: absolute;
    top: 50%;
    height: 35px;
    width: 35px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    z-index: 2
}

.slider_2 .slick-arrow.slick_prev {
    left: -17.5px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    box-shadow: 6px 0 15px rgba(0, 0, 0, .05)
}

.slider_2 .slick-arrow.slick_next {
    right: -17.5px;
    -webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    box-shadow: -6px 0 15px rgba(0, 0, 0, .05)
}

@media (max-width: 1170px) {
    .slider_2 .slick-arrow.slick_prev {
        left: -10px
    }

    .slider_2 .slick-arrow.slick_next {
        right: -10px
    }
}

.home_page_title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .home_page_title {
        font-size: 40px
    }
}

@media (max-width: 540px) {
    .home_page_title {
        font-size: 28px
    }
}

@media (max-width: 900px) {
    .news .news_title {
        font-size: 40px
    }
}

@media (max-width: 540px) {
    .news .news_title {
        font-size: 32px
    }
}

.slider_objects {
    margin-bottom: 90px
}

.slider_objects .home_page_title {
    margin-bottom: 15px
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 45px;
    height: 100%
}

.banner img {
    display: block;
    max-width: calc(100% + 70px);
    height: auto;
    margin-left: -35px;
    margin-bottom: -50px
}

.banner .text {
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.banner .text .blue {
    color: #ffed00
}

.banner .text .title_40 {
    font-size: 40px
}

.banner .text .title_26 {
    font-size: 26px
}

.banner .text .title_28 {
    font-size: 28px
}

.banner .text .title_41 {
    font-size: 41px
}

.banner .btn {
    background: #fff;
    border-radius: 50px;
    color: #2C2C2C;
    margin: 0 auto;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .8);
    width: calc(100% - 30px)
}

@media (max-width: 1024px) {
    .banner img {
        max-width: 100%;
        margin: 0 auto
    }
}

.search_input {
    position: relative;
    margin-bottom: 30px
}

.search_input input {
    border-radius: 100px !important
}

.search_input button {
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px
}

.search_input button svg {
    width: 14px;
    height: 14px
}

.baze_list {
    padding: 0;
    list-style: none;
    margin-bottom: 60px
}

.baze_list ul {
    list-style: none;
    padding: 0
}

.baze_list>li {
    margin-bottom: 5px
}

.baze_list .contain {
    padding: 10px 35px 10px 10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    position: relative;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #80808081;
    color: #1f1f1fc9;
}

.baze_list .contain a {
    padding: 5px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    width: 90%;
}

.baze_list .contain .quantity {
    display: inline-block;
    font-weight: 400
}

.baze_list .contain.active {
    background: #ffed00
}

.baze_list .contain.active .plus {
    opacity: 1
}

.baze_list .contain.active .plus span {
    top: 50%;
    background: #9C9C9C
}

.baze_list .contain.active .plus span:nth-last-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.baze_list .contain.active .quantity {
    color: #80D9EF
}

.baze_list .contain:hover {
    background: #ffed00;
}

.baze_list .submenu .contain:hover {
    background: #ebebeb
}

.baze_list .contain.active:hover {
    background: #07b5e1
}

.baze_list li li .contain {
    background: #fff;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6
}

.baze_list li li .contain a {
    color: #2C2C2C
}

.baze_list .submenu {
    display: none
}

.baze_list .plus {
    height: 16px;
    width: 16px;
    position: absolute;
    cursor: pointer;
    opacity: .25;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.baze_list .plus span {
    height: 3px;
    width: 100%;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 50%;
    background: #A5A5A5
}

.baze_list .plus span:nth-last-child(1) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.baze_list .plus:hover {
    opacity: 1
}

.nav_title {
    font-size: 25px;
    font-weight: 700;
    color: #363636;
}

.category .tit {
    font-size: 46px;
    font-weight: 700;
    margin: 60px 0 10px
}

.category_description p {
    font-size: 20px
}

.call_off {
    background: #ffed00;
    position: relative;
    display: block;
    width: 35%;
    padding: 50px 0;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: -128px;
    margin-top: 128px;
    border-radius: 10px;
    letter-spacing: 3px;
    color: #151414;
}

.call_off span {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 22px
}

.relative_product {
    background: url(../../../themes/rooq/img/last_bg.jpg) center bottom / cover no-repeat;
    padding-bottom: 230px;
    margin-bottom: 0
}

.relative_product .content_title {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .relative_product .content_title {
        font-size: 24px
    }
}

@media (max-width: 1070px) {
    .call_off {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }
}

@media (max-width: 1024px) {
    .pagecontacts_2 .contacts_item {
        width: 100% !important
    }
}

@media (max-width: 768px) {
    .call_off span {
        font-size: 16px
    }

    .product_item_3 {
        width: 100%
    }

    .call_off {
        font-size: 32px !important;
        padding: 30px 0 37px !important;
        margin-bottom: -45px !important
    }


    .category .col_9 {
        width: 100%;
        margin: 0 15px
    }

    .category .tit {
        font-size: 28px
    }

    .category .cat_descr p {
        font-size: 16px
    }

    .page_news .grid_item {
        width: calc(100% / 2 - 30px)
    }
}

@media (max-width: 670px) {
    .product_item_3 .brend {
        font-size: 13px !important
    }

    .product_item_3 .prodict_price_cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_item_3 .prodict_price_cont .btn__product {
        width: 100%;
        margin-top: 10px
    }



    .product_item_3 .product_title {
        font-size: 18px !important
    }

    .tabs_content .grid {
        margin: 0
    }

    .slider_objects {
        margin-bottom: 20px
    }
}

@media (max-width: 520px) {
    .call_off {
        font-size: 27px !important;
        padding: 30px 0 37px !important;
        margin-bottom: -45px !important
    }

    .call_off span {
        display: block
    }

    footer {
        padding-top: 100px !important
    }

    .new_block {
        min-height: 220px
    }

    .product_content__button {
        width: 100%;
        text-align: center
    }

    .page_product_descr {
        padding-bottom: 30px !important;
        margin-bottom: 30px
    }

    .page_product_descr .content_title {
        font-size: 27px
    }

    .page_product_descr .content_col_2 {
        font-size: 16px
    }

    .page_product_descr .content_subtitle {
        font-size: 22px
    }

    .relative_product .wrap {
        padding: 0 20px
    }

    .page_404 .page_404_message {
        font-size: 24px !important
    }

    .page_404 {
        font-size: 16px !important
    }

    .page_news .grid_item {
        width: 100%;
        margin: 0 0 15px
    }

    .page_news .new_block .grid_item_img {
        min-height: 340px
    }
}

.but_wh_hover {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.but_wh_hover:hover {
    color: #ffed00 !important;
    background: #f0f0f0 !important
}

.masonry_grid .grid_item .gallery_item_1 {
    margin: 0
}

.masonry_grid .grid_item:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.masonry_grid .grid_item .overlay {
    position: absolute;
    background: #2C2C2C;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.masonry_grid .grid_item .overlay .overlay_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.masonry_grid .grid_item .overlay .overlay_figure span {
    background: #ffed00;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 10px
}

.masonry_grid .grid_item .overlay .overlay_figure span:last-child {
    margin-right: 0
}

.masonry_grid .grid_item:hover .overlay {
    opacity: .75
}

.content_5 {
    margin-bottom: 60px;
}

.content_5 .logo p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .5;
    margin-top: 12px
}

.content_5 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content_5 .content_5__img,
.content_5 .content_5__text {
    width: calc(48% - 15px);
    position: relative
}

@media (max-width: 900px) {

    .content_5 .content_5__img,
    .content_5 .content_5__text {
        width: 80%;
        margin: 10px auto;
    }
}

.content_5__text .category_item__link {
    font-weight: 700;
    /* text-transform: uppercase; */
    text-decoration: none;
    background: #ffed00;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f1f1f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 180px;
}

.content_5__text .category_item__link svg {
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    width: 20px;
    fill: #1f1f1f;
}

.content_5 .content_5__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1f1f1f
}

@media (max-width: 500px) {
    .content_5 .content_5__title {
        font-size: 25px;
        margin-top: 15px;
    }

    .wrapp {
        flex-wrap: wrap-reverse !important;
    }

    .home_about {
        margin-bottom: 80px !important;
    }
}

.content_5 .content_5__desc {
    font-size: 16px;
    margin-bottom: 15px;
    color: #00000096;

}

@media (max-width: 540px) {
    .content_5 .content_5__desc {
        font-size: 16px
    }
}

.content_5 .content__item__title {
    font-size: 60px;
    font-weight: 700;
    color: #ffed00;
    margin-bottom: 0
}

.content_5 .content__item__desc {
    font-size: 20px
}

.content_5 .content__item__subtitle {
    font-size: 22px;
    color: #ffed00;
    font-weight: 700;
    margin-bottom: 0
}

.content_5__img img {
    border-radius: 10px
}

.content_5__img__note {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    max-width: fit-content;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 15px 99px rgba(0, 0, 0, .15)
}

.content_5__img__note img {
    margin-right: 5px
}

.content_5__img__note p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px;
}

.content_5__img__note p .accentcolor {
    color: #4098f1;
    font-size: 20px;
}

.home_about {
    background: #fff;
    margin-bottom: 120px
}

.home_about__bg_img {
    position: relative;
    width: 80%;
    margin: -12em auto 0;
    z-index: 1;
}

.features_grid {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 90px
}

.feature_item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #ffed00;
    background: #ffed000f;
    transition: all .4s;
    border-radius: 10px;
}

.feature_item:hover {
    background: #ffed00;
    color: #fff
}

.feature_item:last-child {
    border-bottom-right-radius: 10px
}

.feature_item svg {
    max-height: 55px;
    fill: #ffed00;
    transition: all .4s;
    background: white;
    width: 60px;
    height: 70px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ffed00;
    margin-top: -48px;
    margin-bottom: 20px;
}

.feature_item:hover svg {
    fill: #fff
}

.feature_item__text {
    margin-top: auto
}

.feature_item__title {
    font-weight: 700;
    margin-bottom: 5px;
    transition: all .1s
}

.feature_item__title.feature_item__title--lg {
    font-size: 25px
}

.feature_item__title.feature_item__title--sm {
    font-size: 20px
}

.feature_item__title.feature_item__title--md {
    font-size: 25px
}

.feature_item__desc {
    margin-top: 10px;
    transition: all .1s;
    margin-bottom: 0
}



footer {
    background: #151414;
    color: #fff;
    padding-top: 150px;
    background-size: cover;
    background-position: center
}

footer .footer_desc {
    font-size: 14px
}

footer .footer_cont {
    margin-bottom: 30px
}

footer .footer_cont>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 900px) {
    footer .footer_cont>.wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer_logo_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

footer .footer_logo_title {
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-bottom: 0
}

footer .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

@media (max-width: 1100px) {
    footer .footer_social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer_social_icon {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px
}

footer .footer_social_icon svg {
    max-height: 30px;
    max-width: 100%;
    fill: #ffed00;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

footer .footer_social_icon.footer_social_youtube {
    width: 41.5px
}

footer .footer_social_icon:hover svg {
    fill: #fff
}

footer .footer_contacts_col .footer_email {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: white;
    font-size: 20px
}

footer .footer_title {
    font-weight: 700;
    font-size: 24px;
    color: #ffed00;
    text-transform: uppercase
}

footer .footer_contacts_col:nth-child(2) {
    margin-top: 30px
}

footer .footer_contacts_col a {
    color: #fff;
    text-decoration: none
}

footer .footer_contacts_col .footer_phone {
    font-size: 28px;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 6px 0;
    color: white;
}

@media(max-width: 768px) {
    footer .footer_contacts_col .footer_phone {
        font-size: 20px
    }
}

footer .contacts_label {
    opacity: .5;
    margin-bottom: 0;
    font-weight: 700
}

footer .font_black {
    font-weight: 700
}

footer .footer_menu .menu {
    list-style: none;
    padding-left: 0;
    margin: 0
}

footer .footer_menu .menu li {
    padding: 10px;
    margin-bottom: 5px;
    transition: all .4s
}

footer .footer_menu .menu li:hover {
    background: rgba(255, 255, 255, .2)
}

footer .footer_menu .menu .menu-item-has-children {
    border: none
}

footer .footer_menu .menu>li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

footer .footer_menu .menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block
}

footer .footer_menu .sub-menu {
    margin-left: 10px;
    padding-left: 0;
    list-style: none
}

footer .footer_menu .sub-menu a {
    font-weight: 400
}

footer .footer_bottom {
    opacity: .5;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4)
}

footer .footer_bottom .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 600px) {
    footer .footer_bottom .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer_bottom a {
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

footer .footer_bottom a:hover {
    color: #00ffb7;
}

.sidebar_form {
    background: #2C2C2C;
    color: #fff;
    padding: 15px
}

.sidebar_form .sidebar_form_title {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.sidebar_form .sidebar_form_subtitle {
    font-size: 12px;
    text-align: center
}

.sidebar_form .form_1 .form_confidencial {
    font-size: 12px;
    text-align: center
}

.sidebar_form .form_1 .form_confidencial a {
    color: #fff
}

.form_1:not(.grid) {
    display: block
}

.form_1:not(.grid).form_input {
    width: 100%
}

.form_1 .form_input {
    display: block;
    margin-bottom: 15px
}

.form_1 .form_input .label_input {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.form_1 .form_input .required_star {
    color: red
}

.form_1 .form_input .input__regular {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #DCDCDC;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 5px
}

.form_1 .form_input .input__regular.input__icon {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center
}


.form_1 .form_input .input__regular.error {
    border: 1px solid red
}

.form_1 .form_input .input__regular.valid {
    border: 1px solid #148118
}

.form_1 .form_input .input__regular:focus {
    border: 1px solid #ffed00
}

.form_1 .form_input .input__regular::-webkit-input-placeholder {
    color: #d0d0d0
}

.form_1 .form_input .input__regular::-moz-placeholder {
    color: #d0d0d0
}

.form_1 .form_input .input__regular:-ms-input-placeholder {
    color: #d0d0d0
}

.form_1 .form_input .input__regular::-ms-input-placeholder {
    color: #d0d0d0
}

.form_1 .form_input .input__regular::placeholder {
    color: #d0d0d0
}

.form_1 .form_input label.error {
    font-size: 14px;
    color: red;
    font-weight: 700
}

.form_1 .btn {
    padding: 11px 15px 9px 15px;
    border: none
}

.form_1:not(.grid).btn {
    margin: 0 auto;
    width: 100%
}

.form_1 .form_confidencial {
    font-size: 12px
}

.form_1 .form_confidencial a {
    color: #ffed00
}

.form_1:not(.grid).form_confidencial {
    text-align: center
}

.form_1 .form_success {
    padding: 15px;
    background: #147b17;
    color: #fff
}

.form_1 .form_success .success {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px
}

.form_1_checkbox_cont .label_input {
    margin-bottom: 10px !important
}

.form_1_checkbox_cont .form_1_checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer
}

.form_1_checkbox_cont .form_1_checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 3px
}

.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator:after {
    content: '';
    position: absolute;
    display: none
}

.form_1_checkbox_cont .form_1_checkbox:hover input~.checkbox_indicator,
.form_1_checkbox_cont .form_1_checkbox input:focus~.checkbox_indicator {
    background: #bfbfbf
}

.form_1_checkbox_cont .form_1_checkbox input:checked~.checkbox_indicator {
    background: #2C2C2C
}

.form_1_checkbox_cont .form_1_checkbox:hover input:not([disabled]):checked~.checkbox_indicator,
.form_1_checkbox_cont .form_1_checkbox input:checked:focus~.checkbox_indicator {
    background: #2C2C2C
}

.form_1_checkbox_cont .form_1_checkbox input:disabled~.checkbox_indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.form_1_checkbox_cont .form_1_checkbox input:checked~.checkbox_indicator:after {
    display: block
}

.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form_1_checkbox_cont .form_1_checkbox input:disabled~.checkbox_indicator:after {
    border-color: #7b7b7b
}

.daterangepicker {
    font-family: "Montserrat", sans-serif !important
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2C2C2C !important
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid #ccc;
    outline: none
}

.form_1_input_upload .input_upload {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form_1_input_upload .file_label {
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: table;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    background: #2C2C2C;
    font-weight: 700
}

.form_1_input_upload .file_label svg {
    width: 18px;
    height: 16px;
    vertical-align: middle;
    fill: #fff;
    margin-right: 5px;
    margin-top: -1px
}

.form_1_input_upload .file_label:hover {
    background: #000
}

.form_1_radio_cont .label_input {
    margin-bottom: 10px !important
}

.form_1_radio_cont .form_1_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer
}

.form_1_radio_cont .form_1_radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form_1_radio_cont .form_1_radio .radio_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #d9d9d9;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.form_1_radio_cont .form_1_radio .radio_indicator:after {
    content: '';
    position: absolute;
    display: none
}

.form_1_radio_cont .form_1_radio:hover input~.radio_indicator,
.form_1_radio_cont .form_1_radio input:focus~.radio_indicator {
    background: #bfbfbf
}

.form_1_radio_cont .form_1_radio input:checked~.radio_indicator {
    background: #2C2C2C
}

.form_1_radio_cont .form_1_radio:hover input:not([disabled]):checked~.radio_indicator,
.form_1_radio_cont .form_1_radio input:checked:focus~.radio_indicator {
    background: #2C2C2C
}

.form_1_radio_cont .form_1_radio input:disabled~.radio_indicator {
    background: #e5e5e5;
    pointer-events: none
}

.form_1_radio_cont .form_1_radio input:checked~.radio_indicator:after {
    display: block
}

.form_1_radio_cont .form_1_radio .radio_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.form_1_radio_cont .form_1_radio input:disabled~.radio_indicator:after {
    background: #7b7b7b
}

.form_1 .input__regular.form_1_textarea {
    min-height: 100px;
    padding: 10px
}

.gallery_2 .gallery_big {
    width: 100%;
    margin-bottom: 7.5px
}

/* .gallery_2 .gallery_big a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
} */

.gallery_2 .gallery_big .slick-list {
    margin: 0 -10px
}

.gallery_2 .gallery_big .slick-slide {
    margin: 0 10px;
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    outline: none
}

@media(min-width: 768px) {
    .gallery_2 .gallery_big .slick-slide {
        height: auto;
    }
}

.gallery_2 .gallery_big .slick-slide.slick-active {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.gallery_2 .gallery_thumbs .slick-track {
    width: 100% !important
}

.gallery_2 .gallery_thumbs .gallery_thumb {
    margin-bottom: 10px;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden
}

.gallery_2 .gallery_thumbs .gallery_thumb.slick-current {
    opacity: 1
}

.gallery_2 .gallery_item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px
}

.gallery_2 .gallery_item img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    max-width: 9999%
}


.masorny_grid_1 .grid {
    margin: -5px
}

.masorny_grid_1 .grid .col_4 {
    margin: 5px;
    width: calc(100% / 3 - 10px)
}

@media (max-width: 768px) {
    .masorny_grid_1 .grid {
        margin: -5px
    }

    .masorny_grid_1 .grid .col_4 {
        margin: 5px;
        width: calc(100% / 2 - 10px)
    }
}


* {
    outline: none !important
}

.slider_1 .wrap {
    position: relative
}

.slider_1 .title_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 530px) {
    .slider_1 .title_cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.slider_1 .title_cont .subtitle {
    text-align: right;
    padding-left: 15px;
    font-size: 22px
}

@media (max-width: 530px) {
    .slider_1 .title_cont .subtitle {
        text-align: left;
        font-size: 18px;
        padding-left: 0
    }
}

.slider_1 .slider_cont {
    margin: 0 -30px;
    margin-bottom: 0 !important
}

@media (max-width: 530px) {
    .slider_1 .slider_cont {
        margin: 0
    }
}

.slider_1 .slider_cont .slick-list.draggable {
    padding: 0 15px 15px !important
}

@media (max-width: 530px) {
    .slider_1 .slider_cont .slick-list.draggable {
        padding: 0 !important
    }
}

.slider_1 .slider_cont .grid_item {
    margin: 15px
}

.slider_1 .brend_item {
    max-height: 160px;
    border: 1px solid #D8DADD;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.slider_1 .brend_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .16)
}

@media (max-width: 540px) {
    .slider_1 .brend_item {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%)
    }
}

.slider_1 .rev_dots__slim {
    margin-left: auto
}

@media (max-width: 768px) {
    .slider_1 .rev_dots__slim {
        margin: 0 auto
    }
}

.slider_1 .rev_dots__slim ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.slider_1 .rev_dots__slim ul li {
    border-radius: 50px;
    height: 8px;
    width: 17px;
    background: #ffed00;
    display: block;
    margin-right: 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.slider_1 .rev_dots__slim ul li:last-child {
    margin-right: 0
}

.slider_1 .rev_dots__slim ul li.slick-active {
    width: 45px
}

.slider_1 .slick-arrow {
    height: 35px;
    width: 35px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #ffed00;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.slider_1 .slick-arrow:hover {
    opacity: 1
}

.slider_1 .slick-arrow.slick_prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 15px
}

.slider_1 .slick-arrow.slick_next {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.slider_1 .nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slider_1 .btn {
    margin: 0 auto
}

.slider_2 .wrap {
    position: relative
}

.slider_2 .work_cont {
    min-height: 420px;
    text-decoration: none
}

.slider_2 .work_cont .title {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.slider_2 .work_cont:hover .title {
    color: #FC0
}

@media (max-width: 500px) {
    .slider_2 .work_cont {
        min-height: 240px
    }
}

@media (max-width: 500px) {
    .slider_2 .nav_cont .slick-arrow {
        background: #fff
    }
}

@media (max-width: 500px) {
    .home .slider_2 .slide .work_cont {
        padding: 30px
    }

    .slider_2 .slide .work_cont .content .title {
        font-size: 20px
    }
}

.slider_2 .slider_cont {
    margin-bottom: 0 !important;
    margin: 0 -15px 0
}

.slider_2 .slider_cont .slick-list.draggable {
    overflow: visible
}

.slider_2 .slider_cont .slick-slide[aria-hidden="true"] {
    opacity: .3
}

.slider_2 .rev_dots__slim {
    margin: 0 auto
}

@media (max-width: 768px) {
    .slider_2 .rev_dots__slim {
        margin: 0 auto
    }
}

.slider_2 .rev_dots__slim ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider_2 .rev_dots__slim ul li {
    border-radius: 50px;
    height: 8px;
    width: 17px;
    background: #ffed00;
    display: block;
    margin-right: 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.slider_2 .rev_dots__slim ul li:last-child {
    margin-right: 0
}

.slider_2 .rev_dots__slim ul li.slick-active {
    width: 45px
}

.feature_2 {
    padding: 10px 10px 0 15px;
    border: 1px solid #D8DADD;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    z-index: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feature_2:hover {
    -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 99px rgba(0, 0, 0, .15);
    z-index: 2
}

.no_gap>.feature_2 {
    margin: -1px
}

.feature_2 img {
    max-height: 40px;
    max-width: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.feature_2 .circ_1 {
    height: 80px;
    margin-left: auto;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 80px;
    background: rgba(7, 194, 239, .05)
}

.feature_2 .circ_2 {
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 80px;
    background: rgba(7, 194, 239, .15)
}

.feature_2 .circ_3 {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 80px;
    -webkit-animation: circ3 infinite ease-in-out;
    animation: circ3 infinite ease-in-out;
    background: rgba(7, 194, 239, .2)
}

.feature_2 .feature_title {
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    position: relative
}

.gallery_item_1 {
    margin: 5px;
    overflow: hidden;
    position: relative
}

.gallery_item_1 a {
    display: block
}

.gallery_item_1 img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    max-width: 9999%;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.gallery_item_1:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.gallery_item_1 .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #ffed00;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.gallery_item_1 .overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    fill: #fff
}

.gallery_item_1:hover>.overlay {
    opacity: .7
}

.gallery_item_1:hover>.overlay svg {
    opacity: 1
}

.gallery_item_1 .gallery_item_title {
    padding-top: 10px;
    padding-bottom: 20px
}

.gallery_item_2 {
    display: block;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #D8DADD
}

.gallery_item_2 .cont_img {
    position: relative;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
    background: #fff
}

.gallery_item_2 .cont_img img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery_item_2 .cont_img .overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
    background: transparent
}

.gallery_item_2 .cont_img .overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    fill: #fff;
    opacity: 0
}

.gallery_item_2 .cont_img:hover>.overlay {
    opacity: .7;
    background: #ffed00;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gallery_item_2 .cont_img:hover>.overlay svg {
    opacity: 1
}

.gallery_item_2 .cont_img:hover>img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.gallery_item_2 .gallery_item_desc {
    padding-top: 15px;
    text-decoration: none;
    color: #2C2C2C;
    text-align: center
}

.grid_item_1 {
    margin: 15px;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ffed00;
}

.grid_item_1:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .15);
    z-index: 2
}

.grid_item_1 .grid_item_img {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 48%;
    height: 0
}

.grid_item_1.grid_item_1--special .grid_item_img {
    padding-bottom: 74.2%
}

.grid_item_1 .grid_item_img img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.grid_item_1:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.grid_item_1 .overlay {
    position: absolute;
    background: #2C2C2C;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.grid_item_1 .overlay .overlay_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grid_item_1 .overlay .overlay_figure span {
    background: #ffed00;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 10px
}

.grid_item_1 .overlay .overlay_figure span:last-child {
    margin-right: 0
}

.grid_item_1:hover .overlay {
    opacity: .75
}

.grid_item_1 .grid_item_meta {
    padding: 20px 30px
}

@media(max-width: 540px) {
    .grid_item_1 .grid_item_meta {
        padding: 15px
    }
}

.grid_item_1.grid_item_1--special .grid_item_meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.grid_item_1 .grid_item_title {
    font-size: 18px;
    font-weight: 700;
    color: #494949;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.grid_item_1.grid_item_1--special .grid_item_title {
    color: #fff
}

@media(max-width: 540px) {
    .grid_item_1 .grid_item_title {
        font-size: 18px
    }
}

.grid_item_1 .grid_item_title:hover {
    color: #ffed00
}

.grid_item_1 .grid_item_date {
    opacity: .5;
    font-size: 12px;
    margin-bottom: 15px
}

.grid_item_1 .grid_item_date svg {
    width: 11px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px
}

.grid_item_1 .grid_item_date span {
    vertical-align: middle
}

.grid_item_1 .cat {
    background: #fff;
    color: #2C2C2C;
    font-weight: 700;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    z-index: 2;
    font-size: 12px
}

.grid_item_1 .grid_item_desc {
    font-size: 14px;
    margin-bottom: 0
}

.grid_item_1.grid_item_1--special .grid_item_desc {
    color: #fff
}

.grid_item_1 .grid_item_readmore {
    font-weight: 700;
    color: #ffed00;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.grid_item_1 .grid_item_readmore:hover {
    color: #ffed00
}

.grid_item_1 .grid_item_readmore svg {
    fill: #ffed00;
    margin-left: 6px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.grid_item_1 .grid_item_readmore:hover svg {
    margin-left: 3px;
    fill: #ffed00
}

.grid_item_1.grid_item_1--special .grid_item_readmore {
    color: #ffed00 !important
}

.grid_item_1.grid_item_1--special .grid_item_readmore svg {
    fill: #ffed00 !important
}

.grid_item_meta__overflow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: linear-gradient(to top, #1f1f1f, transparent)
}

.grid_item_2 {
    text-decoration: none;
    margin: 15px;
    color: #2C2C2C;
    display: block;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    border: 1px solid #D8DADD;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.grid_item_2:hover {
    -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 99px rgba(0, 0, 0, .15);
    z-index: 2
}

.items_cont_2>.grid_item_2 {
    width: calc(50% - 30px)
}

@media (max-width: 480px) {
    .items_cont_2>.grid_item_2 {
        width: 100%
    }
}

.items_cont_3>.grid_item_2 {
    width: calc(33.33% - 30px)
}

@media (max-width: 850px) {
    .items_cont_3>.grid_item_2 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .items_cont_3>.grid_item_2 {
        width: 100%
    }
}

.items_cont_4>.grid_item_2 {
    width: calc(25% - 30px)
}

@media (max-width: 1000px) {
    .items_cont_4>.grid_item_2 {
        width: calc(33.33% - 30px)
    }
}

@media (max-width: 850px) {
    .items_cont_4>.grid_item_2 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .items_cont_4>.grid_item_2 {
        width: 100%
    }
}

.grid_item_2 .grid_item_img {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    height: 0
}

.grid_item_2 .grid_item_img img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.grid_item_2 .grid_item_category {
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    z-index: 1
}

.grid_item_2 .grid_item_price {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.grid_item_2 .grid_item_meta {
    padding: 15px
}

.grid_item_2 .grid_item_type {
    margin-bottom: 0
}

.grid_item_2 .grid_item_title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px
}

.category_section {
    margin-top: 80px;
    position: relative;
    padding: 30px;
}

.category_section .col_4 {
    width: calc(100% / 4 - 14px);
    margin: 7px
}

@media (max-width: 1024px) {
    .modal-wrapper__contact h2 {
        font-size: 16px !important;
    }

    .modal-wrapper__items {
        margin-top: 20px !important;
    }

    .category_section {
        padding: 10px !important;
        margin-top: 20px;
    }

    .col_4_col {
        width: 80%;
        margin: 15px 15px 30px;
    }

    .wrapp {
        flex-wrap: wrap-reverse !important;
    }
}

.grid_item_3 {
    background: #fff;
    text-decoration: none;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 30px 40px;
    border-radius: 10px;
    border: 1px solid #80808081;
    transition: all .4s;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.grid_item_3:hover {
    transition: all 0.2s ease-out;
    border: 1px solid #808080c0;
}

.uniques {
    color: white;
    position: relative;
    margin: 150px 0;
}

.uniques::after {
    content: "";
    background-image: url(../img/wave.png);
    background-size: cover;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}

.uniques .grid_item_3 {
    text-decoration: none;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 0px;
    border-radius: 10px;
    border: none;
    transition: all .4s;
    text-align: left;
    background: transparent;
}

.uniques .grid_item_3:hover {
    border: 1px solid none;
}

.uniques .content__title {
    color: white;
    padding-bottom: 30px;
}

.uniques .grid_item_3 .grid_item_img {
    position: relative;
    max-width: 60px;
    padding: 10px;
    margin: 0 0 20px;
    background: #ffed00;
    border-radius: 6px;
}

.uniques .grid_item_title_2 {
    font-size: 14px;
    margin: 0;
}

.grid_item_3 .grid_item_img {
    position: relative;
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-right: 30px; */
    margin: 0 auto 20px;
}

.grid_item_3 .grid_item_img img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
}


.grid_item_3 .grid_item_category {
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    z-index: 1;
    color: #2C2C2C
}

.grid_item_3 .grid_item_title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-text-decoration: dotted;
    text-decoration: dotted;
    margin: 0 0 10px 0;
}

.grid_item_title_2 {
    margin: 0 auto 20px;
}

.grid_item_3 .category_item__link {
    font-weight: 700;
    /* text-transform: uppercase; */
    text-decoration: none;
    background: #ffed00;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f1f1f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    margin: 0 auto;
    transition: all ease .3s;
}

/* .category_item__link:hover {
    background: #0e68c3;
    transition: all ease .3s;
} */

.grid_item_3 .category_item__link svg {
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    width: 20px;
    fill: #ffed00;
}

@media (max-width: 768px) {
    .grid_item_3 .grid_item_title {
        font-size: 20px
    }
}

@media (max-width: 520px) {
    .grid_item_3 {
        padding: 15px
    }

    .grid_item_3 .grid_item_title {
        font-size: 20px;
    }

    .grid_item_title_2 {
        font-size: 12px;
    }

    .grid_item_3 .grid_item_img {
        max-width: 200px;
        max-height: 200px;
    }

    .uniques {
        margin: 80px 0 120px;
        padding: 100px 30px 30px !important;
    }

    .uniques .grid_item_3 {
        margin-bottom: 70px;
    }

    .content__title {
        font-size: 30px;
        font-weight: 700;
        margin: 30px 0;
    }

    .offer_1 .offer_cont {
        width: 100% !important;
    }

    .home_about__bg_img {
        display: none;
    }

    .content_5 {
        margin-top: 0 !important;
    }

    .grid_item_3 .category_item__link {
        font-size: 14px
    }

    .grid_item_3 .category_item__link svg {
        margin-left: 5px
    }
}

.new_block .cat {
    background: #fff;
    color: #2C2C2C;
    font-weight: 700;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    z-index: 2;
    font-size: 12px
}

.new_block .grid_item_meta {
    text-align: left;
    color: #fff !important;
    z-index: 2
}

.new_block .cont_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.new_block .cont_date svg {
    display: block;
    fill: #fff;
    width: 14px;
    height: 16px;
    margin-right: 10px
}

.new_block .blue {
    font-weight: 700;
    color: #ffed00
}

.new_block .grid_item_title {
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .78)
}

.new_block .grid_item_img {
    max-height: 313px;
    border: none
}

.new_block .grid_item_img::after {
    content: none
}

.product_item_3 {
    margin: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
    padding: 20px 0px 0px;
}

.product_item_3:hover {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform: scale(1.01);
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.product_item_3 .product_desc {
    flex-grow: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column
}

.product_item_3 .brend {
    color: #D8DADD;
    padding: 0 15px;
    font-size: 20px;
    margin-top: 5px
}

.items_cont_3>.product_item_3 {
    width: calc(33.33% - 30px)
}

@media (max-width: 850px) {
    .items_cont_3>.product_item_3 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .items_cont_3>.product_item_3 {
        width: 100%
    }
}

.items_cont_3>.product_item_3.double_width {
    width: calc(66.66% - 30px)
}

@media (max-width: 850px) {
    .items_cont_3>.product_item_3.double_width {
        width: calc(100% - 30px)
    }
}

.items_cont_4>.product_item_3 {
    width: calc(25% - 30px)
}

@media (max-width: 1000px) {
    .items_cont_4>.product_item_3 {
        width: calc(33.33% - 30px)
    }
}

@media (max-width: 850px) {
    .items_cont_4>.product_item_3 {
        width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .items_cont_4>.product_item_3 {
        width: 100%
    }
}

.items_cont_4>.product_item_3.double_width {
    width: calc(50% - 30px)
}

@media (max-width: 1000px) {
    .items_cont_4>.product_item_3.double_width {
        width: calc(66.66% - 30px)
    }
}

@media (max-width: 850px) {
    .items_cont_4>.product_item_3.double_width {
        width: calc(100% - 30px)
    }
}


.archive .product_item_3 .btn {
    font-size: 12px;
    margin-left: 5px;
    padding: 13px 15px
}

.product_item_3 .btn__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffed00;
    padding: 8px 14px;
    font-size: 14px;
}

.product_item_3 .btn__product svg {
    margin-left: 10px;
    width: 15px;
    height: 15px;
}


.product_item_3 .product_img {
    width: 100%;
    max-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    position: relative;
    margin-bottom: 15px
}

.product_item_3 .product_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    min-width: 100%
}

.product_item:hover>.product_item_3 .product_img img {
    -webkit-transform: scale(1.055);
    -ms-transform: scale(1.055);
    transform: scale(1.055)
}

.product_item_3 .product_title_cont {
    padding: 0 10px 15px;
    border-bottom: 1px solid #E9EEF2;
    flex-grow: 2
}

.product_item_3 .product_title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    color: #1f1f1f;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    text-transform: uppercase;
}


@media (max-width: 420px) {
    .product_item_3 .product_title {
        font-size: 16px !important;
    }
}


.product_item_3 .prodict_price_cont {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_item_3 .product_price_old {
    font-size: 14px;
    color: #AEAEAE;
    text-decoration: line-through;
    margin-bottom: 0
}

.product_item_3 .product_price_current {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.category .product_item_3 .product_price_current {
    font-size: 13px;
    line-height: 1;
    width: min-content;
}

.header_2 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 2
}

.header-social {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}


.header-social__icons {
    padding: 10px;
    height: 50px;
    width: 50px;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.insta-icon {
    background: #c32aa3;
}

.tg-icon {
    background: #28a8e9;
}

.whats-icon {
    background: #09c326;
}

.tt-icon {
    background: #202124;
}

.header-social__icons:hover {
    transform: scale(2);
    -webkit-transform: scale(2);
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {

    0%,
    50%,
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    10%,
    30% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }

    20%,
    40% {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    }
}

.wrap2 {
    max-width: 90%;
}

.header_2 .header_top {
    background: #1f1f1f;
    padding: 5px 0;
    color: white;
}

.header_2 .header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5px 100px;
}

.header_2 .header_bottom .wrap {
    justify-content: space-between
}



.header_2 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_2 .wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header_2 .header_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header_address a {
    text-decoration: none;
}

.header_address__icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.header_2 .header_address svg {
    height: 15px;
}

.header_contacts_section {
    padding: 0 30px;
    border-right: 1px solid #ECECEC
}

@media(max-width: 880px) {
    .header_contacts_section {
        padding: 0 15px;
        border: none
    }
}

.header_contacts_section:first-child {
    padding-left: 0
}

.header_contacts_section:last-child {
    padding-right: 0;
    border-right: none
}

.header_2 .header_address .desc p {
    margin-bottom: 0;
    font-size: 12px;
}

.header_2 .number_header a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #2c2c2c;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.header_2 .number_header a:hover {
    color: #ffed00;
}

.header_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 0 7px;
    border-radius: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.header_contacts a:first-child {
    margin-left: 0
}

.header_contacts a:last-child {
    margin-right: 0
}

.header_contacts a svg {
    display: block;
    height: 18px;
    width: 18px;
    position: relative;
    fill: #ffed00
}

.header_contacts a.header_contacts_whatsapp svg {
    fill: #ffed00
}

.header_contacts a:hover {
    -webkit-transform: translate(1px, 2px);
    -ms-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .26);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .26)
}

.header_2 .number_header {
    font-weight: 700;
    color: #2C2C2C;
    font-size: 20px;
    text-align: right
}

.header_2 .number_header .header_contacts_email {
    font-weight: 400;
    font-size: 14px;
    color: #aeaeae
}

@media (max-width: 880px) {
    .header_2 .number_header {
        display: none
    }
}

@media (max-width: 768px) {
    .header_contacts_email {
        display: none
    }
}

.header_2 .header_right_col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header_left_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_logo {
    display: block
}




.header__fixed .header_logo img {
    max-height: 40px
}

.header_desc {
    max-width: 230px;
    color: #AEAEAE;
    font-size: 12px;
    margin-left: 15px
}

@media (max-width: 1100px) {
    .header_desc {
        display: none
    }
}

@media (max-width: 850px) {
    .header_address {
        display: none !important
    }
}

.header_menu {
    height: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.header_menu .menu>.menu-item {
    position: relative;
    height: 100%;
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_menu .menu>.menu-item:hover>.sub-menu {
    display: block
}

.header_menu .menu>.menu-item:last-child {
    margin-right: 0
}

.header_menu .menu>.menu-item>a {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 20px;
    text-decoration: none;
}

.header__fixed .header_menu .menu>.menu-item>a {
    color: #ffed00
}

.header_menu .menu>.menu-item>a:hover,
.header_menu .menu>.menu-item.current-menu-item>a {
    color: #3164d1
}

.header_menu .menu>.menu-item.menu-item-has-children {
    padding-right: 10px;
    margin-right: 30px
}

.header_menu .menu>.menu-item.menu-item-has-children::before {
    content: "";
    height: 7px;
    width: 5px;
    position: absolute;
    right: 0;
    margin-top: 1px;
    background: url(../img/icon/chevron.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: invert(70%);
    filter: invert(70%)
}


.header_menu .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 0px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    width: 250px;
    z-index: 2;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .05), -3px 3px 6px rgba(0, 0, 0, .05);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .05), -3px 3px 6px rgba(0, 0, 0, .05)
}

.header_menu .sub-menu .menu-item {
    border-bottom: 1px solid #ECECEC;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 0
}

.header_menu .sub-menu .menu-item:hover {
    background: #ffed001f;
}

.header_menu .sub-menu .menu-item:last-child {
    border-bottom: none
}

.header_menu .sub-menu .menu-item a {
    color: #1f1f1f;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    text-transform: uppercase;
}

.header_search_button {
    font-weight: 700;
    text-decoration: none;
    color: #ffed00
}

.header_search_button svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px
}


.relative {
    position: relative
}

.intro_title_cont {
    text-align: center;
}

.intro_1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 160px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 70vh;
}

.intro_1::before {
    content: "";
    background-image: url('../img/wave.png');
    background-size: cover;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -20px;
}

.intro_1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 45px
}

@media (max-width: 768px) {
    .intro_1 .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1024px) {
    .intro_1 {
        padding-top: 30px;
        padding-bottom: 160px;
        height: auto;
    }

    .btn.btn-lighting {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 60px;
        background: #ffed00;
        color: #151414;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        font-size: 18px;
    }
}

.intro_bg_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.intro_1 .intro_col_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* max-width: 80%; */
    margin: 0 auto;
    /* width: 100%; */
    position: relative;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .intro_1 .intro_col_left {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.btn.btn-lighting {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 60px;
    background: #ffed00;
    color: #151414;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

.btn.btn-lighting::before {
    content: "";
    display: block;
    width: 20px;
    height: 280px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    -webkit-animation: move-light 3s ease-in-out 0.05s infinite;
    -moz-animation: move-light 3s ease-in-out 0.05s infinite;
    -o-animation: move-light 3s ease-in-out 0.05s infinite;
    animation: move-light 3s ease-in-out 0.05s infinite;
}

@keyframes move-light {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@media (max-width: 1024px) {
    .intro_1 {
        padding-top: 30px;
        padding-bottom: 160px;
        height: auto;
    }

    .btn.btn-lighting {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 60px;
        background: #ffed00;
        color: #151414;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        font-size: 18px;
    }

    .header_2 .header_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 5px 30px;
    }

    .uniques .col_4_col {
        width: calc(80% / 2 - 30px);
        margin: 15px;
        border: none;
    }

    .col_4 {
        width: calc(90% / 2 - 30px);
        margin: 0;
        border: 1px solid #80808081;
        margin: 15px 5px;
        border: 1px solid #80808081;
    }

    .product_content_2 .product_content__title {
        font-size: 30px;
        font-weight: 700;
        /* color: #ffed00; */
    }
}

.btn.btn-lighting svg {
    display: inline-block;
    width: 25px;
    height: 25px;
    stroke: white;
    vertical-align: middle;
    margin-top: 2px
}

@media (max-width: 768px) {
    .btn.btn-lighting {
        font-size: 12px;
        text-align: center;
        margin-top: 16px;
        padding: 20px;
    }
}

.btn.btn-lighting:hover {
    background: #f8c600;
}

.intro_1 .intro_col_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

@media (max-width: 768px) {
    .intro_1 .intro_col_right {
        width: 100%
    }
}

@media (max-width: 768px) {
    .intro_1 .intro_col_right img {
        margin: 0 auto
    }
}

.intro_1 .intro_title {
    font-weight: 700;
    font-size: 60px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .intro_1 .intro_title {
        font-size: 26px
    }
}

.intro_1 .intro_title__prefix {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .intro_1 .intro_title__prefix {
        font-size: 14px
    }
}

.intro_1 .intro_title__suffix {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .intro_1 .intro_title__suffix {
        font-size: 16px
    }
}

.intro_1 .intro_subtitle {
    font-size: 20px
}

.intro_1 .intro_list {
    padding-left: 0;
    list-style: none
}

.intro_1 .intro_list li {
    line-height: 1;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-top: 4px
}


.intro_1 .intro_offer {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    color: white;
}

@media (max-width: 768px) {
    .intro_1 .intro_offer {
        font-size: 16px
    }
}

.home_intro {
    position: relative
}

.home_intro .slick-track {
    display: flex !important
}

.home_intro .slick-slide {
    height: inherit !important
}

.nav_arrow_custom {
    position: absolute;
    width: 100%;
    bottom: 135px;
    left: 0
}

@media (max-width: 1024px) {
    .nav_arrow_custom {
        bottom: 115px
    }
}

@media (max-width: 540px) {
    .nav_arrow_custom {
        bottom: 130px
    }
}

.nav_arrow_custom .slick-arrow {
    height: 35px;
    width: 35px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.nav_arrow_custom .slick-arrow:hover {
    opacity: 1
}

.nav_arrow_custom .slick-arrow.slick_prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 15px
}

.nav_arrow_custom .slick-arrow.slick_next {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.nav_arrow_custom .nav_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}



.form_open .app {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.form_open .app:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(26, 38, 54, .5);
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}


.mfp-close-btn-in .mfp-close {
    color: #E5E5E5 !important
}

.mfp-close {
    opacity: 1 !important;
    font-size: 33px
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #2C2C2C
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-wrap~* {
    -webkit-filter: blur(5px) grayscale(100%);
    filter: blur(5px) grayscale(100%)
}

.offer_1 {
    margin-top: 200px;
    margin-bottom: 120px
}

@media (max-width: 900px) {
    .offer_1 {
        margin: 30px 0
    }
}

.offer_1 .offer_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .offer_1 .offer_cont {
        padding: 0;
        background-position: top;
    }
}

.offer_1 .offer_cont .offer_img {
    margin-right: 30px;
    position: relative;
    width: 370px
}

@media (max-width: 1000px) {
    .offer_1 .offer_cont .offer_img {
        width: 277.5px
    }
}

@media (max-width: 900px) {
    .offer_1 .offer_cont .offer_img {
        display: none
    }
}

.offer_1 .offer_cont .offer_img img {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: auto
}

.offer_1 .offer_cont .offer_desc {
    width: calc(100% - 370px - 30px);
    margin: 80px 0;
    padding-left: 40px;
}

@media (max-width: 900px) {
    .offer_1 .offer_cont .offer_desc {
        padding: 30px 15px;
        width: 100%;
        margin: 15px 0
    }
}

.offer_1 .offer_cont .offer_desc .offer_title {
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px
}

.offer_1 .offer_cont .offer_desc .offer_title span:last-child {
    font-size: 50px;
    display: block
}

@media (max-width: 768px) {
    .offer_1 .offer_cont .offer_desc .offer_title {
        font-size: 20px
    }

    .offer_1 .offer_cont .offer_desc .offer_title span:last-child {
        font-size: 30px;
        display: block
    }
}

.offer_1 .offer_cont .offer_desc .offer_subtitle {
    color: #ffffffbd;
    font-size: 16px;
    max-width: 470px;
    font-weight: 700;
    margin-bottom: 30px;
}

.offer_9 {
    width: 100%;
    padding: 120px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.offer_9 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 900px) {
    .offer_9 .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.offer_9 .offer_col_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(66.66% - 30px / 2)
}

@media (max-width: 900px) {
    .offer_9 .offer_col_left {
        width: 100%;
        margin-bottom: 30px
    }
}

.offer_9 .offer_title {
    font-weight: 700;
    font-size: 40px
}

@media (max-width: 1000px) {
    .offer_9 .offer_title {
        font-size: 28px
    }
}

@media (max-width: 600px) {
    .offer_9 .offer_title {
        text-align: center;
        margin-bottom: 30px
    }
}

.offer_9 .offer_specialist {
    max-width: 250px
}

@media (max-width: 600px) {
    .offer_9 .offer_specialist {
        margin: 0 auto
    }
}

@media (max-width: 600px) {
    .offer_9 .offer_meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.offer_9 .offer_desc {
    width: calc(100% - 310px)
}

@media (max-width: 600px) {
    .offer_9 .offer_desc {
        width: 100%
    }
}

.offer_9 .offer_specialist_img {
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 20px);
    margin-bottom: 15px
}

.offer_9 .offer_specialist_img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

.offer_9 .offer_specialist_name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px
}

.offer_9 .offer_specialist_position {
    text-align: center
}

.offer_9 .offer_col_right {
    width: calc(33.33% - 30px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 900px) {
    .offer_9 .offer_col_right {
        width: 100%
    }
}

.offer_9 .offer_form {
    background: #fff;
    padding: 60px 15px 30px
}

.offer_9 .offer_form_title {
    font-weight: 700;
    font-size: 26px;
    text-align: center
}

.offer_9 .offer_form_subtitle {
    text-align: center
}

.offer_9 .form {
    padding: 0 30px
}

.offer_9 .form .btn {
    width: 100%;
    margin-bottom: 10px
}

.offer_9 .form .form_confidencial {
    text-align: center;
    font-size: 10px;
    margin-bottom: 0
}

.pagecontacts_2 {
    margin-bottom: 60px
}

.pagecontacts_2 .contacts_cont {
    position: relative;
    padding: 60px 65px 45px;
    border: 1px solid #CCC
}

@media (max-width: 640px) {
    .pagecontacts_2 .contacts_cont {
        padding: 30px 15px
    }
}

.pagecontacts_2 .title_black {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px
}

.pagecontacts_2 svg {
    fill: #1f1f1f
}

.pagecontacts_2 .contacts_messenger_link:hover svg {
    fill: #ffed00
}

.pagecontacts_2 .contacts_address {
    position: relative;
    font-size: 20px
}

.pagecontacts_2 .contacts_label {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.pagecontacts_2 .contacts_phone {
    font-weight: 700;
    font-size: 20px;
    color: #1f1f1f;
    text-decoration: none
}

.pagecontacts_2 .contacts_email {
    color: #1f1f1f;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700
}

.contacts__box__socials {
    display: flex
}

.pagecontacts_2 .contacts_messenger_link {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: #f2f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 10px
}

.pagecontacts_2 .contacts_messenger_link svg {
    transition: all .4s
}

.pagecontacts_2 .contacts_worktime {
    color: #2C2C2C;
    font-size: 20px;
    margin-bottom: 0
}

.contacts__box {
    background: #f9f9f96b;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #80808081;
}

.contacts__box img {
    margin-bottom: 30px
}

.contacts__box__title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
}

.contacts_item {
    margin-bottom: 30px
}

.contacts_item:last-child {
    margin-bottom: 0
}

.link_contacts_item {
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffed00;
    margin-bottom: 5px
}

.link_contacts_item:last-child {
    margin-bottom: 0
}

.breadcrumb {
    opacity: .5;
    margin-bottom: 15px;
    color: #D8DADD
}

.page_product .breadcrumb {
    display: none
}

.breadcrumb .sep {
    margin: 0 5px
}

.breadcrumb a {
    color: #D8DADD;
    text-decoration: none;
    border-bottom: 1px dashed
}

.page_product .breadcrumb {
    opacity: .2
}

.pagecontent_1 .page_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

@media (max-width: 560px) {
    .pagecontent_1 .page_links {
        display: none
    }
}

.pagecontent_1 .page_links a {
    margin-right: 15px;
    margin-bottom: 15px
}

.pagecontent_1 .page_links a:last-child {
    margin-right: 0
}

.pagecontent_1 .page_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-height: 385px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px
}

.pagecontent_1 .page_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.pagecontent_1 .category {
    position: absolute;
    background: #fff;
    border-radius: 40px;
    padding: 5px 10px;
    top: 8px;
    left: 10px;
    font-size: 12px;
    z-index: 2;
    font-weight: 700
}

.pagecontent_1 .page_date {
    font-size: 14px;
    opacity: .5;
    margin-bottom: 10px
}

.pagecontent_1 .page_date svg {
    width: 11px;
    height: 13px;
    fill: #2C2C2C;
    margin-right: 5px
}

.pagecontent_1 .content_wrap {
    padding: 0
}

.page_content_padding {
    max-width: 770px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px
}

@media(max-width: 768px) {
    .page_content_padding {
        padding: 10px
    }
}

.page_about__img img {
    border-radius: 10px
}

.page_about .content_wrap {
    padding: 0 !important
}

.page_about_section {
    margin-bottom: 60px
}

.pageheader_1 {
    padding: 100px 0 75px;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    margin-bottom: 45px
}

@media (max-width: 960px) {
    .pageheader_1 {
        margin-bottom: 30px
    }
}

@media (max-width: 850px) {
    .pageheader_1 {
        padding: 100px 0
    }
}

.pageheader_1 .breadcrumb {
    text-align: center
}

.pageheader_1 .breadcrumb a {
    color: #fff
}

.pageheader_1 .page_title {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

.aboutus {
    margin-top: 150px;
}

@media (max-width: 480px) {
    .pageheader_1 .page_title {
        font-size: 28px
    }
}

.pageheader_2 {
    padding: 120px 0;
    position: relative;
    background: url(../img/kat.jpg) center center / cover no-repeat;
    margin-bottom: 60px;
    color: #fff;
    background-attachment: fixed;
}

@media (max-width: 850px) {
    .pageheader_2 {
        padding: 60px 0
    }
}

.pageheader_2 .breadcrumb {
    opacity: .5
}

.pageheader_2 .breadcrumb a {
    color: #D8DADD;
}

@media (max-width: 768px) {
    .pageheader_2 .page_title_cont {
        display: block
    }
}

.pageheader_2 .page_title {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

.tax-product_cat .pageheader_2 .page_title {
    font-size: 45px
}

.cat_page_title_cont {
    display: flex;
    align-items: center
}

.cat_page_title_cont__img {
    margin-right: 15px;
    overflow: hidden;
    border-radius: 10px;
    max-height: 120px;
    max-width: 120px
}

@media (max-width: 480px) {
    .pageheader_2 .page_title {
        font-size: 40px
    }

    .tax-product_cat .pageheader_2 .page_title {
        font-size: 24px
    }

    .cat_page_title_cont {
        display: block
    }

    .cat_page_title_cont__img {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.pageheader_2 .page_count {
    opacity: .5
}

.pagequestion_1 {
    border: 1px solid #D8DADD;
    padding: 30px;
    width: 100%;
    margin-bottom: 60px
}

.pagequestion_1 .question_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 990px) {
    .pagequestion_1 .question_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pagequestion_1 .question_desc {
    width: calc(50% - 30px / 2)
}

@media (max-width: 990px) {
    .pagequestion_1 .question_desc {
        width: 100%;
        margin-bottom: 30px
    }
}

.pagequestion_1 .question_title {
    font-weight: 700;
    color: #2C2C2C;
    font-size: 48px;
    margin-bottom: 0
}

@media (max-width: 520px) {
    .pagequestion_1 .question_title {
        font-size: 32px
    }
}

.pagequestion_1 .question_title:after {
    content: '';
    display: block;
    height: 4px;
    width: 70px;
    margin: 10px 0;
    background: #ffed00
}

.pagequestion_1 .question_subtitle {
    font-size: 20px
}

.pagequestion_1 .question_form {
    width: calc(50% - 30px / 2)
}

@media (max-width: 990px) {
    .pagequestion_1 .question_form {
        width: 100%
    }
}

.page_404 {
    font-size: 24px;
    max-width: 770px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 700
}

.page_404 .link_404 {
    color: #ffed00;
    font-weight: 700
}

.page_404 .page_404_message {
    font-size: 40px
}

.page_404 img {
    margin-top: 15px;
    width: 100%
}

.product_content_2 {
    padding-top: 45px;
    position: relative
}

.product_content_2 .product_content__order_cont {
    padding-top: 15px;
    justify-content: space-between;
    display: flex;
    align-items: flex-start
}

.product_content_2>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative
}

.product_content_2 .brend_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.product_content_2 .brend_contain .brend {
    width: 100%;
    max-width: 124px;
    max-height: 70px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 15px;
    border: 1px solid #D8DADD
}

.product_content_2 .brend_contain .brend img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

/* .product_content_2 .product_content__gallery {
    width: calc(60% - 15px)
} */

@media (max-width: 768px) {
    .product_content_2 .product_content__gallery {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.product_content__gallery .gallery_2 {
    display: flex
}

.product_content__gallery .gallery_thumbs {
    width: 14.5%;
    margin-right: 10px
}

.product_content__gallery .gallery_big {

    margin-bottom: 0
}

.product_content_2 .product_content__meta {
    width: calc(50% - 15px);

}

.wrap3 {
    align-items: center;
}

@media (max-width: 768px) {
    .product_content_2 .product_content__meta {
        width: 90%;
    }

    .slick-slide img {
        height: 300px !important;
    }

    .product_content__gallery .gallery_2 {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .product_content__gallery .gallery_thumbs {
        width: 100%;
        margin-right: 0;
        margin-top: 10px
    }

    .gallery_2 .gallery_thumbs .gallery_thumb {
        margin: 0 5px
    }

    .product_content_2>.wrap {
        margin-bottom: 0 !important;
    }

    .content_wrap table tr td {
        font-size: 14px !important;
        padding: 8px !important;
    }

    .content_wrap ol li {
        margin-bottom: 10px;
        counter-increment: count-me;
        font-size: 14px !important;
    }

    .product_content__gallery .gallery_big {
        width: 100%
    }
}

.product_content__meta__bottom {
    margin-top: auto
}

.product_content_2 .product_content__meta .cat {
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 700;
    opacity: .5;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .product_content_2 .product_content__meta .cat {
        font-size: 14px
    }
}

.product_content_2 .product_content__meta .product_content__desc {
    margin-bottom: 15px
}

.product_content_2 .product_content__title {
    font-size: 45px;
    font-weight: 700;
    /* color: #ffed00; */
}

@media (max-width: 450px) {
    .product_content_2 .product_content__title {
        font-size: 22px
    }
}

.product_content_2 .product_content__chars_cont {
    padding: 0;
    list-style: none;
    margin-bottom: 30px
}

.product_content_2 .product_content__char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

@media (max-width: 450px) {
    .product_content_2 .product_content__char {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product_content_2 .product_content__char__label {
    display: block;
    width: calc(40% - 15px)
}

@media (max-width: 450px) {
    .product_content_2 .product_content__char__label {
        width: 100%
    }
}

.product_content_2 .product_content__char__value {
    font-weight: 700;
    display: block;
    width: calc(60% - 15px)
}

@media (max-width: 450px) {
    .product_content_2 .product_content__char__value {
        width: 100%
    }
}

.product_content_2 .product_content__price {
    display: inline-block;
    /* margin-right: 30px;
    margin-bottom: 20px;
    font-weight: 700 */
}

.product_content_2 .product_content__price--old {
    font-size: 14px;
    text-decoration: line-through;
    color: #D8DADD;
    margin-bottom: 0;
    font-weight: 400
}

.product_content_2 .product_content__price--current {
    font-size: 18px;
    font-weight: 700;
    /* margin-bottom: 0; */
    color: #1f1f1f;
}

.product_content_2 .product_content__button {
    border-radius: 50px;
    padding: 15px 30px;
    text-transform: uppercase
}

.product_content_2 .product_content__button:nth-last-child(1) {
    background: #ffed00;
    color: #2C2C2C;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    color: #1f1f1f;
}

.product_content_2 .product_content__button {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 40px
}

.wrap-about {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.content_text2 p {
    color: rgba(0, 0, 0, 0.731);
}

.wrap-about-img {
    border-radius: 10px;
    border: 2px solid #ffed00;
    padding: 20px;
    background-color: white;
}

.wrap-about-img:first-child {
    position: absolute;
    bottom: 200px;
    z-index: 2;
    height: 260px;
    left: -90px;
    width: 30%;
    object-fit: cover;
}

.wrap-about-item {
    width: 60%;
}

.product_content_2 .product_content__button:last-child {
    margin-right: 0
}

.product_content_2 .product_content__button svg {
    vertical-align: text-bottom;
    fill: #1f1f1f;
    stroke: none;
    width: 21px;
    height: 20px;
    margin-left: 10px
}

.product_content_2 .product_content__button svg {
    fill: #ffed00;
    width: 19px;
    height: 18px
}

.product_content_2 .product_content__button.black_text,
.product_content_2 .product_content__links.black_text {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.product_content_2 .product_content__button.black_text:hover,
.product_content_2 .product_content__links.black_text:hover {
    background: #d8dadd59
}

.product_content_2 .product_content__button.black_text svg,
.product_content_2 .product_content__links.black_text svg {
    fill: #2C2C2C;
    margin-left: 10px
}

.product_content_2 .product_content_link {
    color: #ffed00;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.product_content_2 .product_content_link span {
    border-bottom: 1px dotted
}

.product_content_2 .product_content_link svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -2px
}

.product_content_2 .product_content_link:hover {
    color: #ffed00
}

.product__features {
    margin-bottom: -50px
}

.product__features__item {
    border: 1px solid rgb(16 114 15);
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border-radius: 10px; */
    padding: 20px 15px;
    color: #ffed00;
    font-weight: 700;
}

.product__features__item .count {
    font-size: 30px;
    margin-bottom: 15px
}

.product__features__item .text {
    margin-bottom: 0
}

@media(max-width: 768px) {
    .product__features__item {
        margin-bottom: 5px
    }
}

.product__offer {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 99px rgba(0, 0, 0, .15);
    padding: 60px 15px
}

.product__offer__cont {
    max-width: 900px;
    margin: 0 auto
}

.product__offer__title {
    text-transform: uppercase;
    font-size: 52px;
    color: #09666a;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .product__offer__title {
        font-size: 24px
    }
}

.product__offer form .col_4:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.product__offer .form_1 .form_input {
    margin-bottom: 5px
}

.product__offer form input[type="submit"] {
    margin-top: auto;
    height: 50px;
    padding: 15px 15px 16px;
    margin-bottom: 5px;
    box-shadow: 0 15px 40px rgba(91, 233, 255, .5)
}

.product__offer form input[type="submit"]:hover {
    box-shadow: 0 0 10px rgba(91, 233, 255, .25)
}

.product__offer form .wpcf7-spinner {
    display: none
}

.product__offer .form_confidencial {
    margin-top: 15px;
    text-align: center
}

.product_tabs__triggers {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 30px;
    margin-top: 120px;
}

.product_tabs__triggers__item,
#tabs-prod li {
    font-weight: 700;
    font-size: 20px;
    color: #aeaeae;
    text-transform: uppercase;
    padding: 10px 0;
    margin-right: 40px;
    text-decoration: none;
    display: inline-block;
    transition: all .4s;
    border-bottom: 2px solid transparent;
    margin-bottom: -6px;

}

.product_tabs__triggers__item:hover {
    color: #ffed00
}

#tabs-prod li.active-tab a {
    color: #1f1f1f;
    list-style: none;
    border-bottom: 2px solid #1f1f1f;
}

.product_tabs__triggers__item:last-child {
    margin-right: 0
}

@media(max-width: 768px) {
    .product_tabs__triggers__item {
        width: 100%
    }

    #tabs-prod-contents .tabs-prod-contents.active-tab {
        font-size: 20px
    }
}

#tabs-prod-contents .tabs-prod-contents {
    display: none;
}

#tabs-prod-contents .tabs-prod-contents.active-tab {
    display: block;
}

.certificates_gallery__item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative
}

.certificates_gallery__item img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.certificates_gallery__item__overflow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .4s
}

.certificates_gallery__item__overflow svg {
    width: 30px;
    height: 30px
}

.certificates_gallery__item:hover .certificates_gallery__item__overflow {
    opacity: 1
}

.page_product {
    background: url(../img/fon2.jpg) center center / cover no-repeat;
    color: #1f1f1f;
    margin-bottom: 0;
    padding-bottom: 1px;
    margin-bottom: 60px
}

.page_product .breadcrumb {
    margin-bottom: 20px
}

.content_title {
    font-weight: 700;
    font-size: 46px;
    margin-top: 60px;
    margin-bottom: 10px
}

.content_col_2 {
    font-size: 20px
}

.content_subtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
    color: #ffed00
}

.product_tabs table {
    margin-bottom: 30px
}

.tabs_1 .tabs_triggers {
    margin-bottom: 30px
}

.tabs_1 .tabs_triggers_item {
    padding: 8px 30px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.tabs_1 .tabs_triggers_item:hover {
    color: #ffed00
}

.tabs_1 .tabs_triggers_item:last-child {
    margin-right: 0
}

.tabs_1 .tabs_triggers_item.active {
    border: 1px solid #D8DADD;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D8DADD
}

.cat_buttons_cont .cat_buttons_cont {
    margin-bottom: 30px
}

.cat_buttons_cont .cat_buttons_item {
    padding: 20px 45px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.cat_buttons_cont .cat_buttons_item:hover {
    color: #ffed00
}

.cat_buttons_cont .cat_buttons_item:last-child {
    margin-right: 0
}

.cat_buttons_cont .cat_buttons_item.active {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #ffed00
}

.tabs_1 .tabs_content>div {
    display: none
}

.title_2.block_header {
    text-align: left
}

.title_2 .block_header_title {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .title_2 .block_header_title {
        font-size: 36px
    }
}

.title_2 .block_header_subtitle {
    max-width: 870px
}

.title_2 .block_header_sep {
    display: block;
    height: 5px;
    width: 70px;
    border-radius: 50px;
    background: #ffed00;
    margin-bottom: 30px
}

.title_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .title_3 {
        display: block
    }
}

.title_3.block_header {
    text-align: left
}

.title_3 .block_header_title {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
    line-height: 1
}

@media (max-width: 768px) {
    .title_3 .block_header_title {
        font-size: 42px;
        margin-bottom: 15px
    }
}

.title_3 .block_header_sep {
    display: block;
    height: 5px;
    width: 70px;
    border-radius: 50px;
    background: #ffed00;
    margin-bottom: 30px
}

.footer_phone_section {
    margin-bottom: 0
}

.home .footer_phone_section,
.single-product .footer_phone_section {
    margin-top: -256px
}

.footer_phone_section a {
    font-weight: 700;
    color: #151414;
    text-decoration: none
}

div.wpcf7 .ajax-loader {
    visibility: visible !important;
    display: none !important;
    margin: 0 auto 10px !important
}

div.wpcf7 .ajax-loader.is-active {
    display: block !important
}

.wpcf7-not-valid-tip {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 3px !important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    background: #ffb900;
    padding: 10px;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 5px
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    background: #2f9438;
    padding: 10px;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 5px;
    color: #fff
}


.page_projects_grid.slider_2 .slide {
    padding: 0;
    width: calc(50% - 30px);
    max-width: inherit;
    max-height: inherit
}

@media(max-width: 850px) {
    .page_projects_grid.slider_2 .slide {
        width: 100%
    }
}

.page_projects_grid.slider_2 .slide .work_cont .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    min-width: inherit;
    width: auto
}

.page_projects_grid.slider_2 .work_cont {
    min-height: inherit
}

.header_notice {
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    background: #a50101;
    font-weight: 700
}

@media(max-width: 768px) {
    .bg-black-md {
        background: #000 !important
    }
}



.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.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.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.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
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 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
}

@media (max-width: 1024px) {
    .product_content_2 .product_content__title {
        font-size: 30px;
        font-weight: 700;
        /* color: #ffed00; */
    }
}

.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: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;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.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
}



:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-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-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,
.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.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 .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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__background,
.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 .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    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 {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.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),
.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) {
    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 .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.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 .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

.wp-block-details {
    box-sizing: border-box;
    overflow: hidden
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-details>:not(summary) {
    margin-block-end: 0;
    margin-block-start: var(--wp--style--block-gap)
}



.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-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.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 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    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:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    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 img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.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,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.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-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.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 {
        border-radius: 0;
        -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-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container .img-container {
    position: relative
}

.wp-lightbox-container button {
    background: none;
    border: none;
    cursor: zoom-in;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 5px auto #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 5px
}

.wp-lightbox-overlay {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    z-index: 5000000
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay .wp-block-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.wp-lightbox-overlay button {
    background: none;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.fade.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.fade.active img {
    animation: turn-on-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) {
    animation: turn-off-visibility .3s both
}

.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img {
    animation: turn-off-visibility .25s both
}

.wp-lightbox-overlay.zoom img {
    height: var(--lightbox-image-max-height);
    position: absolute;
    transform-origin: top left;
    width: var(--lightbox-image-max-width)
}

.wp-lightbox-overlay.zoom.active {
    opacity: 1;
    visibility: visible
}

.wp-lightbox-overlay.zoom.active .wp-block-image img {
    animation: lightbox-zoom-in .4s forwards
}

@media (prefers-reduced-motion) {
    .wp-lightbox-overlay.zoom.active .wp-block-image img {
        animation: turn-on-visibility .4s both
    }
}

.wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility .4s forwards
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
    animation: lightbox-zoom-out .4s forwards
}

@media (prefers-reduced-motion) {
    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img {
        animation: turn-off-visibility .4s both
    }
}

.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
    animation: turn-off-visibility .4s forwards
}

html.has-lightbox-open {
    overflow: hidden
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }

    to {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        left: var(--lightbox-target-left-position);
        top: var(--lightbox-target-top-position);
        transform: scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        left: var(--lightbox-initial-left-position);
        top: var(--lightbox-initial-top-position);
        transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height))
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.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
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    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-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.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;
    padding-left: 0
}

.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;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    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 {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.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 {
    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 {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.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 {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}


.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}


.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}



.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.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;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.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 {
    margin-bottom: .5em;
    margin-right: .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-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 24px;
    min-width: 24px;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0%;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "Â·Â·Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.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 {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor
}

.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: #ff4500;
    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 {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.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-whatsapp {
    background-color: #25d366;
    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
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.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: #ff4500
}

.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 {
    stroke: #000;
    color: #fff
}

.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-whatsapp {
    color: #25d366
}

.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 {
    color: #d32422
}

.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-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.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 {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.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-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.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 {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

: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)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.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
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0
    }
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left
    }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}



@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


@font-face {
    font-display: swap;
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(../../../themes/rooq/libs/fonts/slick.eot);
    src: url('../../../themes/rooq/libs/fonts/slick.eot?#iefix') format('embedded-opentype'), url(../../../themes/rooq/libs/fonts/slick.woff) format('woff'), url(../../../themes/rooq/libs/fonts/slick.ttf) format('truetype'), url('../../../themes/rooq/libs/fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    height: 400px;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* burger styles start */

.burger {
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.small-logo {
    display: none;
}


.modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 480px;
    /* position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 450px;
    z-index: 90;
    padding: 60px 50px;
    border-radius: 3px;
    transition: 0.3s all;
    background-color: rgb(245, 245, 245);
}

.modal p {
    font-size: 14px;
    color: #000000c7;
}

.modal input {
    padding: 12px 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #151515;
    border-radius: 6px;
    font-size: 15px;
}

.form-btn {
    padding: 10px 40px;
    background: #151515;
    border: none;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

.modal-wrapper__items {
    margin-top: 35px;
}

.modal.showmodal,
.overlay.showmodal {
    opacity: 1;
    visibility: visible;
}

.modal__cross {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: black;
    cursor: pointer;
}

.modal__cross:hover {
    fill: red;
    transition: all ease 0.4s;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgb(0 0 0 / 90%);
    z-index: 76;
    transition: 0.3s all;
}


.burger span {
    display: inline-block;
    height: 3px;
    width: 90%;
    background: #121212;
    position: relative;
}

.burger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 100%;
    background-color: #121212;
    transition: ease-in 0.3s;
}

.burger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 100%;
    background-color: #121212;
    transition: ease-in 0.3s;
}

.show-menu span:after {
    transform: rotate(40deg);
    transition: ease-in 0.3s;
}

.show-menu span:before {
    transform: rotate(-40deg);
    transition: ease-in 0.3s;
}

.show-menu span:after,
.show-menu span:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.show-menu span {
    background-color: transparent;
}


.prod-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.prod-gallery-image {
    width: 30%;
    height: 350px;
    margin: 10px;
    overflow: hidden;
}

.prod-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    cursor: pointer;
}

/* popup */

.prod-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80%;
    max-width: 1600px;
    height: 90vh;
    max-height: 800px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    transition: 1s;
    opacity: 0;
}

.prod-popup.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.prod-popup.active .prod-close-btn,
.prod-popup.active .prod-image-name,
.prod-popup.active .prod-index,
.prod-popup.active .prod-large-image,
.prod-popup.active .prod-arrow-btn {
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 1s;
}

.prod-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
}



.prod-close-btn {
    cursor: pointer;
}

.prod-arrow-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-left-arrow {
    left: 15px;
    transform: rotate(180deg);
}

.prod-right-arrow {
    right: 15px;
}

.prod-large-image {
    margin-top: 5%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    opacity: 0;
}

.deklar {
    color: black;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 850px) {
    .burger {
        display: flex;
    }

    .deklar {
        font-size: 16px;
        text-align: center;
    }

    .intro_col_right img {
        min-width: auto !important;
    }

    .footer_logo_cont img {
        max-width: 50%;
    }

    .header-social {
        right: 5px;
        bottom: 1%;
    }

    .header_menu,
    .header_top {
        display: none;
    }

    .header_menu.show {
        display: flex;
        padding: 30px;
        position: absolute;
        top: 95px;
        right: 0;
        left: 0;
        background: white;
        z-index: 2;
        text-align: right;
        backdrop-filter: blur(10px);
        flex-direction: column;
        height: auto;
    }

    .header_logo img {
        width: 80px;
    }

    .header_2 .header_bottom {
        width: 95%;
        border-top: none;
        padding: 15px 0;
    }

    .header_menu .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_menu .menu>.menu-item {
        margin-bottom: 20px;
    }

    .wrap-about {
        flex-direction: column;
    }

    .wrap-about-item {
        width: 100%;
        margin-top: 30px;
    }

    .wrap-about-img:first-child {
        display: none;
    }

    .product_item_3 .prodict_price_cont .btn__product {
        width: fit-content;
    }

    .prod-gallery {
        flex-direction: column;
    }

    .product_content_2 .product_content__price--current {
        font-size: 14px;
        font-weight: 700;
        /* margin-bottom: 0; */
        color: #1f1f1f;
    }

    .prod-gallery-image {
        width: 85%;
        height: 300px;
    }

    .gallery_item.slick-slide.slick-current.slick-active {
        width: auto !important;
    }
}