@charset "UTF-8";
/*
Theme Name: ROXART - singlepage
Theme URI: 
Description: Metyw dla SINGLEPAGE - ROXART
Author: RoxArt, DC
Author URI: https://roxart.pl/
Version: 0.7
*/

:root {
    --main_font_color: #3a2236;
    --secondary_font_color: #c45b6d;
    --third_font_color: #818181;
    --four_font_color: #7b7b7b;
    --five_font_color: #e63524;
    --sixed_font_color: #839292;
    --seventh_font_color: #c5c5c5;
    --bg_main_color: #fff;
    --bg_secondary_color: #fff4f1;
    --bg_main_third: #f5f7f9;
    --bg_main_four: #eeeeee;
    --alt_color: #d6dce185;
    --border-color: rgba(0, 0, 0, 0.29);
}

#mainNav h1 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 42px;
    color: #c45b6d;
    }

 #mainNav h1 a{
   color: #c45b6d;
 }   

#menu-menu-lewe {
    text-transform: uppercase;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.navbar a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.navbar-brand {
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 29px;
}

.scrolled .navbar-brand {
    opacity: 1;
}

.navbar-brand {
    opacity: 0;
}

.navbar-brand {
    margin-bottom: -72px;
    padding-top: 0;
    margin-right: 0;
}

img {
    max-width: 100%;
}

.bg-main-color {
    background: transparent;
}

.scrolled.bg-main-color {
    background-color: #fff;
}

.bg-secondary-color {
    background: var(--bg-secondary-color);
}

body {
    background: var(--bg_color);
    color: var(--main_color);
    font-family: "Poppins", sans-serif;
}

p,
li {
    color: var(--secondary_font_color);
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: unset;
    color: #3a2236;
}

h2 {
    color: var(--main_font_color);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 42px;
    color: #c45b6d;
}

h3 {
    font-size: 22px;
    line-height: 31px;
    color: var(--main_font_color);
    font-family: "Poppins", sans-serif;
}

h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    color: var(--main_font_color);
    font-family: "Poppins", sans-serif;
}

.read_more {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--four_font_color);
    width: 100%;
}

.read_more_para {
    text-align: right;
}

section {
    padding: 50px 0;
}

.nav-tabs li:first-child a {
    margin-left: unset !important;
}

.nav-tabs li:last-child a {
    margin-right: unset !important;
}

.tab-pane img {
    transform: translateX(-10px);
}

body section:last-of-type {
    padding-bottom: 100px;
}

.fixed-top.scrolled {
    box-shadow: none;
}

a.btn_light {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    background: #d6dce1;
    border-radius: 100px;
    border: 1px solid #d6dce1;
    color: var(--main_font_color);
    font-weight: 400;
    padding: 14.5px 79px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.btn_light:hover {
    background: transparent;
    text-decoration: none;
}

a.btn_dark {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    background: var(--main_font_color);
    border-radius: 100px;
    border: 1px solid var(--main_font_color);
    color: #fff;
    font-weight: 400;
    padding: 14.5px 79px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.btn_dark:hover {
    background: transparent;
    text-decoration: none;
    color: var(--main_font_color);
}

#navbarResponsive a {
    color: #b86576;
    margin: 0 21.5px;
    font-weight: 500;
    background: transparent;
}

#navbarResponsive a:hover {
    text-decoration: none;
}

#navbarResponsive .ml-auto li:last-child a {
    margin-right: 0;
}

#navbarResponsive .mr-auto li:first-child a {
    margin-left: 0;
}

#navbarResponsive .mr-auto li:last-child a {}

#menu-menu-lewe li:first-child a::after {
    right: 65%;
}

#menu-menu-lewe li:last-child a::after {
    right: 39%;
}
/*#menu-menu-lewe li:nth-child(2) a::after{
    width: 55%;
    right: 48%;
}

    
#menu-menu-lewe li:nth-child(3) a::after{
    width: 60%
}*/

#menu-menu-lewe li {
    position: relative;
    background: transparent;
}

#menu-menu-lewe li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 4.9px;
    background: #c45b6d;
    bottom: -18px;
    opacity: 0;
    transition: 0.3s ease-out;
    right: 50%;
    transform: translateX(50%);
}

#menu-menu-lewe li:hover a::after {
    opacity: 1;
    width: 68%;
    transition: 0.3s ease-in;
}

.align-items-center>div {
    width: 100%;
}

.owl_nav_container_carousel_2 .nav_owl button {
    color: #e63524 !important;
}

.owl_nav_container_carousel_5 .nav_owl button {
    color: var(--third_font_color) !important;
}

.nav_owl button {
    border: none;
    border-radius: 50%;
    background: none;
    color: #e63524;
    width: 38px;
    height: 38px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    outline: none;
}

.nav_owl button:hover {
    background: #8595a4;
    color: #fff;
}

.nav_owl .owl-prev {
    left: 30px;
}

.nav_owl .owl-next {
    right: 30px;
}

[id*="contact"] input,
[id*="contact"] textarea {
    border: none;
    border-bottom: 2px solid var(--alt_color);
    outline: none !important;
    color: var(--main_font_color);
    font-weight: 400;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

[id*="contact"] textarea {
    height: 45px;
    margin-bottom: 30px;
}

[id*="contact"] input::-webkit-input-placeholder,
[id*="contact"] textarea::-webkit-input-placeholder {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 40px;
    opacity: 0.75;
    font-weight: 300;
    letter-spacing: 0.07px;
    margin-bottom: 10px;
}

[id*="contact"] input::-moz-placeholder,
[id*="contact"] textarea::-moz-placeholder {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 40px;
    opacity: 0.75;
    font-weight: 300;
}

[id*="contact"] input:-ms-input-placeholder,
[id*="contact"] textarea:-ms-input-placeholder {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 40px;
    opacity: 0.75;
    font-weight: 300;
}

[id*="contact"] input:-moz-placeholder,
[id*="contact"] textarea:-moz-placeholder {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 40px;
    opacity: 0.75;
    font-weight: 300;
}

[id*="contact"] input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0000;
}

[id*="contact"] input.wpcf7-not-valid::-moz-placeholder {
    color: #ff0000;
}

[id*="contact"] input.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0000;
}

[id*="contact"] input.wpcf7-not-valid:-moz-placeholder {
    color: #ff0000;
}

[id*="contact"] label a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: var(--seventh_font_color);
    text-decoration: underline;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding-left: 11px;
}

[id*="contact"] label a:hover {
    color: var(--main_font_color);
}

[id*="contact"] label {
    position: relative;
}

[id*="contact"] label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 2px;
    transform: translateX(-100%);
    border: 2px solid var(--alt_color);
    border-radius: 3px;
    transition: content 0.2s ease-in-out;
    -moz-transition: content 0.2s ease-in-out;
    -webkit-transition: content 0.2s ease-in-out;
    -o-transition: content 0.2s ease-in-out;
}

[id*="contact"] label.accepted::before {
    content: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/ok.png);
    border-color: transparent;
    top: 0;
    left: -7px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff3300 !important;
    background: #ff3300 !important;
    text-align: center !important;
}

.wpcf7-not-valid {
    border-bottom-color: #ff3300 !important;
}

span.wpcf7-acceptance {
    position: relative;
}

span.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
}

#submit_button {
    background: var(--bg_secondary_color);
    color: var(--third_font_color);
    opacity: 1;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 55px;
    max-width: 156px;
    box-shadow: none;
    transition: 0.2s ease-out;
    border-bottom: none;
    letter-spacing: 0.07px;
}

#submit_button:hover {
    background: transparent;
    color: #fff;
    transition: 0.2s ease-in;
    color: var(--main_font_color);
    border: 1px solid var(--main_font_color);
}

#submit_button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

#submit_button[disabled]:hover {
    opacity: 0.5;
    cursor: not-allowed;
    background: transparent;
    color: var(--main_font_color);
}

footer {
    background: #fff4f1;
    padding: 0 0 90px;
}

footer a {
    color: #262626;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

footer a:hover {
    text-decoration: none;
}

footer p.copyright {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: var(--alt_color);
}

.copyright {
    display: flex;
    justify-content: space-between;
}

footer p {
    color: var(--secondary_font_color);
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.social_container a {
    margin-left: 35px;
}

#left_col_contact_1 .social_container {
    margin-top: 38px;
}


/*******************************************/


/****************** Button ******************/


/*******************************************/

.rox_button {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: var(--main_font_color);
    border: 2px solid var(--main_font_color);
    border-radius: 100px;
    padding: 15px 45px;
}

.rox_button:hover {
    color: var(--main_font_color);
    background: transparent;
    text-decoration: none;
}


/*******************************************/


/************** Logo w środku **************/


/*******************************************/

#menu-left-container,
#menu-right-container {
    width: 40%;
}

#menu-left-container+a {
    width: 20%;
    text-align: center;
    margin: 0;
}

#navbarResponsive .ml-auto li:last-child a {
    margin-right: 0;
}

#navbarResponsive .mr-auto li:last-child a {
    margin-right: 0;
}

.logo-middle #navbarResponsive {
    justify-content: space-between;
}


/*******************************************/


/***************** Banner ******************/


/*******************************************/

#banner_first .content_slider_2 .ml-auto {
    margin-left: unset !important;
    margin-right: unset !important;
    margin: 0 auto;
    max-width: 100%;
    flex: 0 0 61.333333%;
}

.content_slider_2 tbody tr {
    border: 1px solid #ffcd01;
}

#banner_first .content_slider_2 h2 {
    font-size: 28px;
    margin-bottom: 33px;
    text-align: center;
    color: var(--secondary_font_color);
}

#banner_first .content_slider_2 td {
    font-size: 23px;
    color: var(--secondary_font_color);
    border-left: 1px solid #ffcd01;
}

#banner_first .content_slider_2 table {
    width: 100% !important;
}

#banner_first .content_slider_2 td:first-child {
    text-align: right;
    padding-right: 30px;
}

#banner_first .content_slider_2 td:nth-child(2) {
    text-align: left;
    padding-left: 20px;
}

.bg_top {
    background-size: cover !important;
    min-height: 551px;
    background-position: bottom !important;
}


#banner_first {
    margin-top: -76px;
}

#banner_first {
    background: var(--bg_secondary_color);
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/background.png);
    background-size: 100% 100%;
    padding: unset;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#banner_first .content {
    padding: 150px 0 122px;
}

#banner_first .bg_image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: -1;
}

#banner_first h2 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
    color: var(--secondary_font_color);
    text-align: left;
    font-size: 114px;
    text-align: right;
    margin-top: 26px;
}

#banner_first p {
    font-size: 16px;
    color: var(--secondary_font_color);
    text-align: right;
    font-weight: 400;
    margin-top: 10px;
}

#banner_first .fist_para {
    color: #ffcd01;
    font-size: 18px;
    margin-bottom: 5px;
}

#banner_first h2 span {
    color: var(--five_font_color);
}

.dots_owl {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.dots_owl button {
    width: 12px;
    height: 12px;
    background: #d6dce1;
    border: none;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    outline: none !important;
}

.dots_owl button.active,
.dots_owl button:hover {
    background: #172983;
    transition: 0.2s ease-in;
}


/*******************************************/


/*************** Banner_02 ****************/


/*******************************************/

#banner_02 {
    padding: 150px 0 200px;
    position: relative;
    background: var(--bg_secondary_color);
}

#banner_02 h2 {
    font-weight: 400;
    font-size: 51px;
    line-height: 61px;
}

#banner_02 img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}

#banner_02 p {
    font-size: 16px;
    line-height: 26px;
}


/*******************************************/


/*************** Banner_03 ****************/


/*******************************************/

#banner_03 {
    padding: 150px 0 200px;
    position: relative;
    background: var(--bg_secondary_color);
}

#banner_03 h2 {
    font-weight: 400;
    font-size: 51px;
    line-height: 61px;
    margin-bottom: 45px;
}

#banner_03 img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}

#banner_03 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

#banner_03 video {
    width: 100%;
    max-height: 100%;
}

#banner_03 .content {
    padding-bottom: 13px;
}


/*******************************************/


/************ Grafika po prawej ************/


/*******************************************/

#graphic_right {
    padding-top: 122px;
    padding-bottom: unset;
}

#graphic_right:nth-child(2) .section_head {
    display: none;
}

#graphic_right h2 {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    margin-bottom: unset;
}

#graphic_right h5 {
    font-size: 22px;
    line-height: 30px;
    color: #373a3b;
    margin-bottom: 22px;
    font-weight: 700;
}

.first_para {
    margin-bottom: 26px;
}

.second_para {
    margin-bottom: 59px;
}

.section_head {
    position: relative;
}

.section_head:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    height: 69px;
    width: 25px;
    background: #172983;
}

#graphic_right img {
    margin: 0 auto;
}

#graphic_right h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3a2236;
    line-height: 31px;
    margin-bottom: 32px;
}

#graphic_right p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #818181;
}

.about_2 p {
    margin-top: 26px;
}


/*******************************************/


/***************** Logosy ******************/


/*******************************************/

#logosy .owl-item {
    text-align: center;
}

#logosy .owl-item a {
    display: block;
}

#logosy .owl-item img {
    width: auto;
    margin: 0 auto;
}

#logos h2 {
    margin-bottom: 65px;
}

#logos {
    padding: 80px 0 75px;
}


/*******************************************/


/**************** O nas 03 *****************/


/*******************************************/

#about_3 {
    padding-bottom: 507px;
}

#about_3 img.first_img {
    right: -15px;
    z-index: 1;
}

#about_3 img.second_img {
    left: -15px;
    top: 30px;
}

#about_3 .mar-top {
    margin-top: 25px;
}


/*******************************************/


/**************** O nas 04 *****************/


/*******************************************/

.bottom_layer {
    display: block;
    width: 100%;
    height: 30px;
    background: #d6dce1;
    position: relative;
    overflow: hidden;
    margin-bottom: 44px;
}

.fil_layer {
    position: absolute;
    height: 100%;
    background: #8595a4;
    transform: translateX(-100%);
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}

.bar_content:last-of-type .bottom_layer {
    margin-bottom: 0;
}

#about_4 .content_info {
    margin-top: 75px;
}

#about_4 h2 {
    margin-bottom: 45px;
}

p.label {
    font-size: 14px;
    line-height: 24px;
}

.show_bar {
    transform: translateX(0);
}


/*******************************************/


/*************** Oferta 1.0 ****************/


/*******************************************/

#offer_01 h2 {
    margin-bottom: 45px;
}

#offer_01 .img_container {
    padding: 50px 0 35px;
}

#offer_01 .content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 15px 25px;
}


/*******************************************/


/*************** Oferta 2.0 ****************/


/*******************************************/

#offer_02 h2 {
    margin-bottom: 45px;
}

#offer_02 .img_container {
    margin-bottom: 15px;
    min-height: 29px;
    display: flex;
    align-items: center;
}

#offer_02 h3 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

#offer_02 .content_container {
    margin-bottom: 50px;
}

#offer_02 .dots_owl {
    left: calc(50% + 8.33333% + 11px);
    transform: translateX(0);
}


/*******************************************/


/*************** Oferta 3.0 ****************/


/*******************************************/

#offer_03 {
    background: var(--bg_secondary_color);
}

#offer_03 h2 {
    margin-bottom: 45px;
    font-size: 54px;
    color: #0eb48e;
}

#offer_03 .img_container {
    border: 2px solid var(--alt_color);
    padding-left: 0;
    padding-right: 0;
    width: 350px;
}

#offer_03 .content {
    background: #fff;
    border-radius: 2px;
    padding: 0 15px 0px;
}

#offer_03 .header_container {
    border-left: 1px solid var(--alt_color);
    border-right: 1px solid var(--alt_color);
    padding-top: 30px;
}

#offer_03 .content_container {
    padding: 0 0 0 0;
    border: 1px solid var(--alt_color);
    border-top: none;
    padding-bottom: 35px;
    padding: 0 24px 0px;
}


/*******************************************/


/*************** Oferta 4.0 ****************/


/*******************************************/

#offer_04 h2 {
    margin-bottom: 45px;
}

#offer_04 .content {
    text-align: center;
    overflow: hidden;
    min-height: 360px;
    position: relative;
    padding: 80px 0;
}

#offer_04 h3 {
    padding: 0 30px;
    margin-top: 130px;
    transform: translateY(0px);
}

#offer_04 p {
    padding: 0 25px;
    margin-bottom: 0;
    position: absolute;
    transform: translateY(100%);
}

#color_1 {
    background: #d6dce1;
}

#color_2 {
    background: #ffffff;
}

#color_3 {
    background: #8595a4;
}

#color_4 {
    background: #ffffff;
}

#color_1 h3 {
    color: #344e68;
}

#color_2 h3 {
    color: #344e68;
}

#color_3 h3 {
    color: #fff;
}

#color_4 h3 {
    color: #344e68;
}

#color_1 p {
    color: #344e68;
}

#color_2 p {
    color: #344e68;
}

#color_3 p {
    color: #fff;
}

#color_4 p {
    color: #344e68;
}

#offer_04 img {
    left: 50%;
    top: 80px;
    position: absolute;
    transform: translate(-50%, 0%);
    max-width: 130px;
}

#offer_04 [id*="color"]:hover {
    transform: scale(1.2);
    z-index: 1;
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    border-radius: 2px;
}

#offer_04 [id*="color"]:hover img {
    opacity: 0.14;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#offer_04 [id*="color"]:hover h3 {
    transform: translateY(-130px);
}

#offer_04 [id*="color"]:hover p {
    transform: translateY(-120px);
}

#offer_04 [id*="color"],
#offer_04 [id*="color"] img,
#offer_04 [id*="color"] h3 {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#offer_04 [id*="color"] p {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


/*******************************************/


/*************** Oferta 5.0 ****************/


/*******************************************/

#offer_05 {
    background: #fff;
}

#offer_05 .bottom_row {
    margin-top: 50px;
}

#offer_05 .nav-pills .nav-link.active,
#offer_05 .nav-pills .show>.nav-link {
    color: var(--main_font_color);
    background-color: var(--bg_secondary_color);
}

#offer_05 .nav-pills .nav-link.active::after,
#offer_05 .nav-pills .show>.nav-link::after {
    opacity: 1;
}

#offer_05 .nav-pills .nav-link {
    border-radius: 0;
    color: var(--main_font_color);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 37px 15px 37px 60px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

#offer_05 .nav-pills .nav-link:first-child {
    margin-top: 0;
}

#offer_05 .nav-pills .nav-link:last-child {
    margin-bottom: 0;
}

#offer_05 .nav-pills .nav-link:last-child::before {
    display: none;
}

#offer_05 .nav-pills .nav-link img {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -10px;
}

#offer_05 .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #d6dce1;
}

#offer_05 .nav-pills .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    transform: translateY(-50%);
    background: #d6dce1;
    opacity: 0.4;
    top: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#offer_05 .nav-pills .nav-link:hover::after {
    opacity: 1;
}

#offer_05 h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 25px;
    color: var(--main_font_color);
    font-weight: 700;
}

#offer_05 .tab-content img {
    margin: 0 auto;
}


/*******************************************/


/*************** Oferta 6.0 ****************/


/*******************************************/

#offer_06 {
    position: relative;
    padding-top: 60px;
}

#offer_06:after {
    content: "";
    position: absolute;
    width: 1020px;
    height: 661px;
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/bottom_1.png);
    bottom: 0;
    right: 0;
    z-index: -1;
}

#offer_06 .content_row {
    margin-bottom: 25px;
}

#offer_06 .content_row:nth-child(odd) .image_container {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

#offer_06 .content_row:nth-child(even) .content_container {
    padding-left: 75px;
}

#offer_06 .content_row:nth-child(odd) .content_container {
    padding-right: 75px;
}

#offer_06 h2 {
    margin-bottom: 56px;
}

#offer_06 h2:before {
    left: 43%;
    top: 5px;
}

#offer_06 .content_container h3 {
    font-weight: 700;
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 22px;
}

#offer_06 .content_container p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    font-weight: 400;
}


/*******************************************/


/************* Portfolio 1.0 **************/


/*******************************************/

#portfolio_1 {
       background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/grafik_bg.svg) no-repeat;
    background-size: contain !important;
    background-position: center;
    background-position: center top 35px;
    padding-top: 200px;
    padding-bottom: unset;
    min-height: 1000px;
    
}

#portfolio_1 h2 {
    margin-bottom: 40px;
}

#portfolio_1 .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#portfolio_1 .element-item {
    width: 25%;
    margin-bottom: 15px;
}

#portfolio_1 .element-item::before {
    content: "";
    position: absolute;
    background:url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/search.svg)no-repeat;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    opacity: 0;
    transition: all ease 1s;
}

#portfolio_1 .element-item:hover::before {
    opacity: 1;
}

#portfolio_1 .filter-list button #portfolio_1 .element-item img {
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

.element-item img {
    border: 1px solid #aeb8c3;
}

#portfolio_1 .button-group.filter-list {
    justify-content: center;
    margin: 0 0 74px;
}

#portfolio_1 button {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0 0;
    border-radius: 100px;
    background: transparent;
    padding: 5px 15px;
    outline: none !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color:#3A2236;
}

#portfolio_1 button:last-child::after {
    display: none;
}

#portfolio_1 button:after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 50%;
    background: #3a2236;
    bottom: 10px;
}

#portfolio_1 button.active {
    color: #c45b6d;
    background: transparent;
}

#portfolio_1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
}

#portfolio_1 .element-item:hover img {
    filter: blur(4px);
}

.hidden {
    display: none;
}

.viewPlan {
    text-align: center;
    margin-top: 72px;
}

.viewPlan a {
    background: #c45b6d;
    font-size: 16px;
    line-height: 26px;
    padding: 17px 70px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 100px;
    transition: 0.3s ease-out;
}

.viewPlan a:hover {
    border: 1px solid #881A24;
    background: #881A24;
    color:  #FFFF;
    transition: 0.3s ease-in;
    text-decoration: none;
}


/*******************************************/


/************* Portfolio 2.0 **************/


/*******************************************/

#portfolio_2 {
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/Tlo.png) no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    margin-top: 77px;
}

#portfolio_2 p a {
    font-size: 18px;
    line-height: 43px;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    font-weight: 400;
}

#portfolio_2 p {
    display: flex;
    align-items: center;
}

#portfolio_2 p a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #f0ffff;
    left: -21%;
    transform: translateX(50%);
    top: -12px;
}

#portfolio_2 h2 {
    font-size: 36px;
    line-height: 64px;
    font-weight: 600;
    color: #ffffff;
}

#portfolio_2 .owl-item::before {
    content: "\f00e";
    position: absolute;
    font-family: FontAwesome;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    opacity: 0;
    transition: all ease 1s;
}

#portfolio_2 .owl-item:hover::before {
    opacity: 1;
}

#portfolio_2 .owl-item img {
    transition: all ease 1s;
}

#portfolio_2 .owl-item:hover img {
    filter: blur(4px);
}

.h-40 {
    height: 40px;
}

#portfolio_2 .dots_owl {
    bottom: 0;
}

#portfolio_2 .h-40 {
    margin-top: 50px;
}

#portfolio_2 h2+p {
    margin-bottom: 40px;
}


/*******************************************/


/************* Portfolio 3.0 **************/


/*******************************************/

#portfolio_3 h2+p {
    margin-bottom: 40px;
}

#portfolio_3 a {
    display: block;
}

#accordionPortfolio_3 {
    width: 100%;
}

#portfolio_3 .card {
    border: none;
}

#portfolio_3 .card-body {
    margin: -20px;
}

#portfolio_3 .bottom_row .col-lg-3 {
    margin-bottom: 15px;
    position: relative;
}

#portfolio_3 .card-header {
    background: transparent;
    text-align: center;
}

#portfolio_3 .btn {
    border: 1px solid var(--main_font_color);
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_font_color);
    font-weight: 400;
    padding: 16.5px 73px;
}

#portfolio_3 .btn:hover {
    color: #fff;
    background: var(--main_font_color);
    text-decoration: none;
}

#portfolio_3 .btn:active,
#portfolio_3 .btn:focus {
    text-decoration: none;
}

#portfolio_3 .bottom_row .col-lg-3::before {
    content: "\f00e";
    position: absolute;
    font-family: FontAwesome;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    opacity: 0;
    transition: all ease 1s;
}

#portfolio_3 .bottom_row .col-lg-3:hover::before {
    opacity: 1;
}

#portfolio_3 .bottom_row .col-lg-3 img {
    transition: all ease 1s;
}

#portfolio_3 .bottom_row .col-lg-3:hover img {
    filter: blur(4px);
}


/*******************************************/


/*************** Liczby 1.0 ****************/


/*******************************************/

#numbers_01 {
    background: var(--bg_secondary_color);
}

#numbers_01 .content {
    background: #fff;
    padding: 35px 0;
}

#numbers_01 h2 {
    margin-bottom: 55px;
}

#numbers_01 h3 {
    font-size: 90px;
    font-weight: 800;
    line-height: 110px;
    color: var(--main_font_color);
}

#numbers_01 p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    margin-top: 20px;
}


/*******************************************/


/*************** Liczby 2.0 ****************/


/*******************************************/

#numbers_02 {
    background: var(--bg_secondary_color);
}

#numbers_02 .content {
    background: #fff;
    padding: 35px 0;
}

#numbers_02 h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 200px;
    color: var(--main_font_color);
    text-align: center;
    margin: 0 auto;
}

#numbers_02 p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    margin-top: 20px;
}

.number_container {
    position: relative;
    display: flex;
    height: 200px;
    align-items: center;
}

.number_container::after {
    position: absolute;
    content: "";
    width: 192px;
    height: 192px;
    border: 15px solid;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    top: 50%;
    border-color: var(--secondary_font_color);
}

.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    z-index: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.circle {
    stroke: var(--main_font_color);
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: square;
}

.circle.show_bar {
    animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


/*******************************************/


/*************** Liczby 3.0 ****************/


/*******************************************/

#numbers_03 p.label {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--main_font_color);
    margin-bottom: 7px;
}

#numbers_03 h2 {
    margin-bottom: 40px;
}


/*******************************************/


/*************** Cennik 1.0 ****************/


/*******************************************/

#price-list_01 {
    background: var(--bg_main_four);
}

#price-list_01 h2 {
    margin-bottom: 90px;
}

#price-list_01 h3 {
    font-size: 70px;
    line-height: 86px;
    font-weight: 800;
    color: var(--main_font_color);
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 30px;
}

#price-list_01 h3 .grosz {
    font-size: 40px;
    line-height: 60px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.price_margin {
    margin: 0 auto;
}

#price-list_01 .content {
    padding: 30px 30px 160px;
    position: relative;
    height: calc(100% - 105px);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#price-list_01 .content:hover {
    background: #fff;
}

#price-list_01 .content p {
    color: var(--main_font_color);
}

#price-list_01 h6 {
    text-align: center;
    line-height: 105px;
    margin: 0;
    font-size: 68px;
    color: #fff;
    font-weight: 600;
}

#price-list_01 .pro_offer h6 {
    background: var(--main_font_color);
}

#price-list_01 .pro_offer .content {
    background: #fff;
}

#price-list_01 .pro_offer .content:hover {
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    border-radius: 0 0 2px 2px;
}

#price-list_01 a.btn_light {
    padding: 14.5px 30px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 220px;
    transform: translateX(-50%);
}

#price-list_01 .top_content {
    width: 100%;
}


/*******************************************/


/*************** Cennik 2.0 ****************/


/*******************************************/

#price-list_02 {
    background: var(--bg_secondary_color);
}

#price-list_02 h2 {
    margin-bottom: 80px;
}

#price-list_02 .content h2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 27px;
}

#price-list_02 h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 35px 0;
}

#price-list_02 p {
    color: var(--main_font_color);
}

#price-list_02 .content {
    padding: 30px 30px 100px;
    background: #fff;
    height: calc(100% - 20px);
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#price-list_02 .top_content {
    height: 20px;
    background: #d6dce1;
}

#price-list_02 .pro_offer .top_content {
    background: var(--main_font_color);
}

#price-list_02 a.btn_dark {
    padding: 14.5px 30px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 220px;
    transform: translateX(-50%);
}

#price-list_02 .content:hover {
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    border-radius: 2px;
}


/*******************************************/


/*************** Cennik 3.0 ****************/


/*******************************************/

#price-list_03 {
    background: var(--bg_main_third);
    padding-bottom: 109px;
}

#price-list_03 .single_price {
    border: 1px solid var(--alt_color);
    background: var(--third_font_color);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.29);
    padding: 31px 0;
}

#price-list_03 .single_price:hover {
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
    box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
}

#price-list_03 .header_col {
    padding-left: 55px;
    position: relative;
}

#price-list_03 .header_col h3 {
    font-weight: 800;
    color: var(--main_font_color);
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 7px;
}

.header_col img {
    margin-right: 60px;
}

#price-list_03 .header_col p {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--main_font_color);
    margin-bottom: 0;
}

#price-list_03 h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 38px;
}

#price-list_03 h2:before {
    left: 30.5%;
    top: 10px;
}

#price-list_03 .header_col.awarded {}

#price-list_03 .header_col.awarded::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: var(--main_font_color);
}

#price-list_03 .info_col {
    padding: 15px;
}

#price-list_03 .info_col p {
    color: var(--main_font_color);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
}

#price-list_03 .info_col p:last-of-type {
    margin-bottom: 0;
}

.single_price .image_arrow {
    display: flex;
    align-items: center;
}

.single_price .image_arrow img {
    width: 15px;
}


/* #price-list_03 .info_col p::before {
position: absolute;
content: '';
left: -15px;
bottom: 0;
background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/arrow_right.svg)no-repeat;
width: 15px;
height: 28px;
} */

#price-list_03 .price_col {}

#price-list_03 .price_col h5 {
    color: var(--main_font_color);
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

#price-list_03 .price_col h5 span {
    font-weight: 300;
}

#price-list_03 a.btn_dark {
    font-size: 14px;
    line-height: 18px;
    padding: 8.5px 20px;
    max-width: 155px;
    display: block;
    margin: 0 auto;
}


/*******************************************/


/*************** Cennik 4.0 ****************/


/*******************************************/

#price-list_04 h2 {
    margin-bottom: 60px;
}

#accordionPrice_4 .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}

#accordionPrice_4 .card-header a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: none;
    padding: 15px 40px;
    -webkit-appearance: initial;
    color: var(--main_font_color);
    cursor: default;
}

#accordionPrice_4 .card-header a .price {
    display: flex;
}

#accordionPrice_4 .card-header a h3 {
    color: var(--main_font_color);
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 800;
    border-right: 2px solid var(--main_font_color);
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
}

#accordionPrice_4 .card-header a h3 span {
    color: var(--main_font_color);
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
}

#accordionPrice_4 .card-header a p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--main_font_color);
}

#accordionPrice_4 .card-header a p.detail {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
    padding-right: 52px;
}

#accordionPrice_4 .card-header a p.detail::before {
    content: "Szczegóły";
}

#accordionPrice_4 .card-header a[aria-expanded="true"] p.detail::before {
    content: "Zamknij";
}

#accordionPrice_4 .close {
    opacity: 1;
}

#accordionPrice_4 .card-header a p.detail img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#accordionPrice_4 .card-header a[aria-expanded="true"] p.detail img {
    transform: translateY(-50%) rotate(-270deg);
}

#accordionPrice_4 .card {
    border: 1px solid var(--main_font_color);
    border-radius: 5px;
    margin-bottom: 20px;
}

#accordionPrice_4 .card-body {
    padding: 20px 40px;
}

.button_price_4 p {
    color: var(--main_font_color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.info_price_4 p {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.info_price_4 p::before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--main_font_color);
    left: 0px;
}

#accordionPrice_4 a.btn_dark {
    font-size: 14px;
    line-height: 18px;
    padding: 8.5px 65px;
}


/*******************************************/


/************** Karuzela 1.0 ***************/


/*******************************************/

#carousel_01 h2 {
    margin-bottom: 60px;
}

#carousel_01 .owl-item img {
    transform: scale(0.8);
    transition: all 1.7s ease-in-out;
    -moz-transition: all 1.7s ease-in-out;
    -webkit-transition: all 1.7s ease-in-out;
    -o-transition: all 1.7s ease-in-out;
}

#carousel_01 .active.center img {
    transform: scale(1);
}

#carousel_01 .nav_owl .owl-prev {
    left: -40px;
}

#carousel_01 .nav_owl .owl-next {
    right: -40px;
}

#carousel_01 .dots_owl {
    bottom: -60px;
}


/*******************************************/


/************** Karuzela 2.0 ***************/


/*******************************************/

#carousel_02 {
    position: relative;
    padding-bottom: 129px;
}

#carousel_02:after {
    content: "";
    position: absolute;
    width: 1020px;
    height: 661px;
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/bottom_1.png);
    bottom: 0;
    right: 25px;
    z-index: 0;
}

#carousel_02 h2 {
    margin-bottom: 60px;
}

#carousel_02 h2:before {
    left: 40%;
    top: 5px;
}

#carousel_02 img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#carousel_02 .image_continer {
    background: var(--bg_secondary_color);
    padding: 5px 0 0 0;
    position: relative;
}

#carousel_02 .image_continer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient( 180deg, rgba(0, 0, 0, 0) 60%, rgba(238, 40, 28, 0.9416141456582633) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 0) 60%, rgba(238, 40, 28, 0.9416141456582633) 100%);
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 60%, rgba(238, 40, 28, 0.9416141456582633) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ee281c", GradientType=1);
    left: 0;
}

#carousel_02 .content_container {
    border: 1px solid #d6dce1;
    border-top: none;
    padding: 25px 20px 20px;
    background: var(--third_font_color);
}

#carousel_02 .image_continer h3 {
    color: var(--third_font_color);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
    padding: 0 19px;
    margin: 0 auto;
    z-index: 2;
}

#carousel_02 .content_container p {
    color: var(--main_font_color);
    font-size: 18px;
    margin-bottom: 0;
}

#carousel_02 .nav_owl .owl-prev {
    left: -40px;
}

#carousel_02 .nav_owl .owl-next {
    right: -40px;
}


/*******************************************/


/************** Karuzela 3.0 ***************/


/*******************************************/

#carousel_03 {
    padding-top: unset;
}

#carousel_03 h2 {
    margin-bottom: 60px;
}

#carousel_03_owl img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#carousel_03_owl .owl-item {
    text-align: center;
}

#carousel_03_owl .owl-stage {
    display: flex;
    align-items: center;
}


/*******************************************/


/************** Karuzela 4.0 ***************/


/*******************************************/

#carousel_04 {
    margin-bottom: 78px;
}

#carousel_04 h2 {
    margin-bottom: 60px;
}

#carousel_04_owl .owl-stage-outer {
    max-height: 450px;
}

#carousel_04 .nav_owl {
    bottom: -66.5px;
    position: absolute;
    width: calc(100% - 30px);
    height: 15px;
}

#carousel_04 .dots_owl {
    bottom: -70px;
    position: absolute;
    width: 100%;
    text-align: center;
}


/*******************************************/


/************** Karuzela 5.0 ***************/


/*******************************************/

#owl_dots_container_carousel_5 button.active {
    background: var(--third_font_color);
}

#owl_dots_container_carousel_5 button:hover {
    background: var(--third_font_color);
}

#owl_dots_container_carousel_5 .dots_owl button {
    background: #ffffff99;
}

#carousel_05 {
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/ntersection.png) no-repeat;
    padding: 75px 0 140px;
    background-position: center;
    background-size: cover;
}

#carousel_05 h2 {
    margin-bottom: 48px;
    color: var(--third_font_color);
    font-size: 39px;
    line-height: 64px;
    font-weight: 700;
}

#carousel_05 h2:before {
    display: none;
}

#carousel_05 h3 {
    font-size: 18px;
    line-height: 22px;
    color: var(--third_font_color);
    font-weight: 600;
    text-align: right !important;
}

#carousel_05 h5 {
    font-size: 16px;
    line-height: 19px;
    color: var(--main_font_color);
    font-weight: 400;
}

#carousel_05 .nav_owl button {
    background: none;
}

#carousel_05 p {
    color: var(--third_font_color);
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
    padding: 0 100px;
}

#carousel_05 p u {
    text-decoration: none !important;
}

#owl_nav_container_carousel_5.nav_owl button {
    top: 50px;
}

#owl_nav_container_carousel_5.nav_owl .owl-prev {
    left: -40px;
}

#owl_nav_container_carousel_5.nav_owl .owl-next {
    right: -40px;
}

#owl_dots_container_carousel_5.dots_owl {
    bottom: -40px;
}


/*******************************************/


/************** Karuzela 6.0 ***************/


/*******************************************/

#carousel_06_owl .content {
    background: var(--bg_secondary_color);
    padding: 30px;
}

#carousel_06_owl img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

#carousel_06_owl h3 {
    font-size: 16px;
    line-height: 19px;
    color: var(--main_font_color);
    margin-bottom: 0;
}

#carousel_06_owl h5 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

#carousel_06 .img_container {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;
}

#carousel_06 .content_container {
    -ms-flex: 0 0 calc(100% - 77px);
    flex: 0 0 calc(100% - 77px);
    max-width: calc(100% - 77px);
    margin-left: 15px;
}

#carousel_06 .top_comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

#carousel_06 h2 {
    margin-bottom: 60px;
}

#carousel_06 .dots_owl {
    bottom: -70px;
    position: absolute;
    width: 100%;
    text-align: center;
}

#carousel_06 .nav_owl {
    bottom: -66.5px;
    position: absolute;
    width: calc(100% - 30px);
    height: 15px;
}

#carousel_06 {
    padding-bottom: 130px;
}


/*******************************************/


/************** Zakładki 1.0 ***************/


/*******************************************/

#tabs_01 {
    position: relative;
    padding-bottom: unset;
}

#tabs_01:after {
    content: "";
    position: absolute;
    width: 284px;
    height: 540px;
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/arrow_right-grey.svg) no-repeat;
    left: 227px;
    top: 127px;
    z-index: -1;
}

#tabs_01 h2 {
    margin-bottom: 50px;
}

#tabs_01 h2:before {
    display: none;
}

#tabs_01 .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom-color: var(--secondary_font_color);
    border-bottom: unset;
}

#tabs_01 .nav-tabs li a {
    color: var(--sixed_font_color);
    font-size: 22px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 28px;
    margin: 0 10px;
    padding: 12px 0;
    background: var(--bg_main_color);
    width: 356px;
    text-align: center;
    border-color: var(--border-color);
    height: 78px;
    border-radius: 0;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
    border-radius: 3px;
    z-index: 4;
    position: relative;
}

#tabs_01 .nav-tabs li a.active {
    font-weight: 400;
    color: var(--third_font_color);
    opacity: 1;
    margin-bottom: -1px;
    margin-bottom: -1px;
    background: var(--bg_secondary_color);
    border: none;
}

#tabs_01 .tab-content {
    padding: 53px 0;
}

#tabs_01 h3 {
    color: var(--main_font_color);
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 26px;
}

#tabs_01 h3+p {
    color: var(--main_font_color);
    margin-bottom: unset;
}

#tabs_01 p {
    font-size: 24px;
    color: var(--main_font_color);
    line-height: 36px;
    margin-bottom: unset;
}

#tabs_02 .nav-pills-tab_2 .nav-link:first-child {
    margin-left: 0 !important;
}

#tabs_02 .nav-pills-tab_2 .nav-link:last-child {
    margin-right: 0 !important;
}


/*******************************************/


/************** Zakładki 2.0 ***************/


/*******************************************/

#tabs_02 .nav-pills-tab_2 .nav-link:first-child {
    margin-top: 0;
}

#tabs_02 .nav-pills-tab_2 .nav-link.active,
#tabs_02 .nav-pills-tab_2 .show>.nav-link {
    color: var(--main_font_color);
    background-color: var(--bg_secondary_color);
}

#tabs_02 .nav-pills-tab_2 .nav-link {
    border-radius: 0;
    color: var(--main_font_color);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 37px 15px 37px 60px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

#tabs_02 .nav-pills-tab_2 .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    transform: translateY(-50%);
    background: #d6dce1;
    opacity: 0.4;
    top: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#tabs_02 .nav-pills-tab_2 .nav-link.active::after,
#tabs_02 .nav-pills-tab_2 .show>.nav-link::after {
    opacity: 1;
}

#tabs_02 .nav-pills-tab_2 .nav-link img {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -10px;
}

#tabs_02 .nav-pills-tab_2 .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #d6dce1;
}

#tabs_02 .nav-pills-tab_2 .nav-link:last-child::before {
    display: none;
}

#tabs_02 img {
    margin-bottom: 55px;
}

#tabs_02 h4 {
    color: var(--main_font_color);
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
}

#tabs_02 p {
    font-size: 14px;
    color: var(--main_font_color);
    line-height: 21px;
}


/*******************************************/


/*************** Kontakt 1.0 ****************/


/*******************************************/

.map_container iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.map_container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    height: 540px;
}

#contact_01 {
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/tears.png) no-repeat top left;
    padding: 130px 0;
    padding-bottom: 40px;
}

#contact_01 h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 33px;
    margin-top: 20px;
}

#contact_01 p {
    font-size: 20px;
    line-height: 31px;
    color: var(--main_font_color);
    font-weight: 400;
    width: 85%;
    margin-bottom: 5px;
}

#contact_01 p a {
    font-size: 20px;
    line-height: 31px;
    color: var(--main_font_color);
    font-weight: 400;
    margin-bottom: 5px;
    color: #8d8d8d;
}

#contact_01 p a strong {
    color: var(--main_font_color);
}

#contact_01 p a span {
    color: var(--main_font_color);
}

#contact_01 .social_container a {
    margin-left: 0;
    margin-right: 35px;
}


/*******************************************/


/************** Kontakt 2.0 ***************/


/*******************************************/

.cont_contact_header:after {
    position: absolute;
    content: "";
    left: 44.3%;
    bottom: 0;
    background: url(//kwiatyzabrze.pl/wp-content/themes/singlepage_roxart/img/arrow_right.svg) no-repeat;
    width: 15px;
    height: 28px;
}

.margin-top_buttons {
    margin-top: 23px;
}

.cont_contact_header {
    color: var(--main_font_color);
    font-weight: 700;
    font-family: "Lato", sans-serif;
    position: relative;
    font-size: 39px;
    margin-bottom: 86px;
    margin-top: 13px;
}

#contact_02 {
    padding-bottom: unset;
}

#contact_02 .wpcf7-form {
    max-width: 500px;
}

#contact_02 .wpcf7-form .col-lg-6 {
    max-width: 290px;
}

#contact_02 h2 {
    margin-bottom: 34px;
    margin-top: 35px;
}

#contact_02 h2:before {
    display: none;
}

#contact_02 img {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact_02 .form_container {
    padding-left: 67px;
}


/*******************************************/


/************** Kontakt 3.0 ***************/


/*******************************************/

#contact_03 h2 {
    margin: 50px 0 60px;
}


/*******************************************/


/*************** Stopka 1.0 ****************/


/*******************************************/

.footer_1 {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    border-bottom: 1px solid var(--alt_color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer_1 li {
    margin-right: 80px;
}

footer .logo_container {
    margin-bottom: 60px;
}

#footer_1 .align-items-center>div {
    width: auto;
}


/*******************************************/


/*************** Stopka 2.0 ****************/


/*******************************************/

#footer_2 h3 {
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
    color: var(--main_font_color);
    margin-bottom: 22px;
}

#footer_2 .social_container {
    margin: 50px 0;
}

#footer_2 .social_container a {
    margin: 0 17.5px;
}

.footer_2 {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.footer_2 li {
    margin: 0 20px;
}


/*******************************************/


/*************** Stopka 3.0 ****************/


/*******************************************/

#footer_3 .logo_container {
    margin-bottom: 27px;
    margin-top: 60px;
}

#footer_3 h3 {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 30px;
}

#footer_3 p {
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}

#footer_3 a {
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}

#footer_3 .social_container a {
    margin-right: 35px;
    margin-left: 0;
}

#footer_3 .social_container {
    margin-top: 10px;
}

footer .footer_3 a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

footer .footer_3 li {
    margin-bottom: 30px;
}

footer#footer_3 .copyright {
    margin: 50px 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: #262626;
}

#footer_3 .opis_stopka {
    color: #f0ffff;
    opacity: 0.62;
}

#footer_3 h4 {
    color: #f0ffff !important;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 26px;
    font-weight: 600;
}

.copyright svg:hover {
    color: #fb6605;
}


/*******************************************/


/*************** 404 ****************/


/*******************************************/

#error_4o4 {
    padding: 100px 0;
}

#error_4o4 h3 {
    font-weight: 100;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
}

#error_4o4 h3+p {
    margin-bottom: 50px;
    margin-top: -35px;
}

#error_4o4 h3+p span {
    background: #fff;
    font-size: 17px;
    padding: 5px;
    border-radius: 2px;
}


/*******************************************/


/*************** Odliczanie ****************/


/*******************************************/

#clockdiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.countdown_container {
    border: 1px solid var(--main_font_color);
    border-radius: 5px;
    padding: 15px;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    text-align: center;
    margin: 30px 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.countdown_container span {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 50px;
}

.countdown_container span.label_hour {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
}

.countdown_container.endtime {
    background: var(--bg_secondary_color);
    pointer-events: none;
}

.countdown_container.endtime span {
    opacity: 0.5;
}

#info_content {
    display: none;
}

#info_content.show {
    display: block;
}

#info_content p {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px 0;
}


/*******************************************/


/*************** Blog ****************/


/*******************************************/


/*************** Single ****************/

#blog_single h2 {
    margin-bottom: 35px;
}

#blog-header {
    background: var(--bg_secondary_color);
    padding: 90px 0 90px;
    text-align: center;
    margin-bottom: 35px;
}

#sectionMiddleBlog {
    padding-bottom: 35px;
}

.single-blog ul.list-inline li img,
.post-type-archive-blog ul.list-inline li img {
    margin-right: 5px;
}

.single-blog ul.list-inline li,
.post-type-archive-blog ul.list-inline li,
.archive ul.list-inline li {
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    color: #1a1a1a;
    align-items: center;
    margin-right: 10px;
    color: var(--main_font_color);
}

.single-blog h3 {
    margin-top: 35px;
}

.list-inline {
    display: flex;
    flex-direction: row;
}

.post-content img {
    margin: 20px auto 0;
}

.right-menus h3 {
    color: var(--main_font_color);
    margin-bottom: 25px;
    font-weight: 600;
}

ul.right-links {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 30px;
}

ul.hotNews>li {
    font-size: 13px;
    border-bottom: 1px solid var(--main_font_color);
    padding: 0 0 15px;
    margin-bottom: 15px;
    color: var(--main_font_color);
}

ul.right-links a {
    color: var(--main_font_color);
}

ul.right-links a:hover {
    color: var(--main_font_color);
    text-decoration: none;
}

.post-content a {
    color: var(--main_font_color);
    font-weight: 600;
}

.single-blog h4,
.post-type-archive-blog h4,
.archive h4 {
    line-height: 22px;
    color: var(--main_font_color);
    margin-bottom: 10px;
    font-size: 16px;
}

.post-content>div+p {
    margin-top: 35px;
}

ul.category.right-links li a {
    font-size: 16px;
}

ul.category.right-links {
    margin-top: -10px;
}


/*************** Archive ****************/

.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}

.box-post-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.box-post .box-post-content {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 3;
    padding: 20px 20px 15px;
    text-align: left;
}

.box-post .box-post-content h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.box-post-info ul.list-inline li {
    width: 100%;
    font-size: 12px;
}

.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}

.box-post:hover .box-post-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-post:hover .box-post-content h4,
.box-post:hover .box-post-content li {}

.box-post .box-post-content h4,
.post-type-archive-blog ul.list-inline li,
.archive ul.list-inline li {
    color: #fff;
}

.post-type-archive-blog ul.list-inline img,
.archive ul.list-inline img {
    filter: brightness(0) invert(1);
}

.archive ul.list-inline img {
    margin-right: 10px;
}

.box-post {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    height: 320px;
}

.box-post .box-post-shadow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}

.sub_menu_category {
    list-style: none;
    padding-left: 15px;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination a,
#pagination span {
    display: inline-block;
    width: 30px;
    margin: 0;
    border: 1px solid var(--alt_color);
    border-right: none;
    text-align: center;
    padding: 0 5px;
    color: var(--main_font_color);
}

#pagination span {
    background: var(--alt_color);
    color: #fff;
}

#pagination>*:last-child {
    border-right: 1px solid var(--alt_color);
    border-radius: 0 5px 5px 0;
}

#pagination>*:first-child {
    border-radius: 5px 0 0 5px;
}

#pagination a.next,
#pagination a.prev {
    width: auto;
}


/*************** Home section ****************/

.home .box-post-info ul.list-inline li {
    display: flex;
    align-items: center;
    color: #fff;
}

.home .box-post-info ul.list-inline li img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

#blog_home h2+p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    font-weight: 400;
}

@media (max-width: 1199px) {
    #banner_first p br {
        display: none;
    }
    h3 {
        font-size: 19px;
        line-height: 27px;
    }
    /*******************************************/
    /*************** Kontakt 1.0 ****************/
    /*******************************************/
    #contact_01 h2 {
        margin-bottom: 40px;
    }
    #contact_01 p {
        margin-bottom: 5px;
    }
    #contact_01 .social_container {
        margin-top: 20px;
    }
    #banner_02 h2 {
        font-weight: 400;
        font-size: 51px;
        line-height: 53px;
        margin-bottom: 15px;
    }
    /*******************************************/
    /*************** Banner_02 ****************/
    /*******************************************/
    #banner_02 h2 {
        font-weight: 400;
        font-size: 46px;
        line-height: 47px;
        margin-bottom: 15px;
    }
    /*******************************************/
    /*************** Banner_03 ****************/
    /*******************************************/
    /*******************************************/
    /*************** Oferta 4.0 ****************/
    /*******************************************/
    /*******************************************/
    /************** Zakładki 1.0 ***************/
    /*******************************************/
    #tabs_01 img {
        margin: 0 auto;
    }
     #contact_01 .row{
        justify-content: center;
        text-align: center;

    }
}
@media (min-width: 991px) {
    #mainNav h1{
        display: none;
    }

    /*******************************************/
    /************** MENU MOBILNE ***************/
    /*******************************************/
    #mainNav h1 {
        font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 42px;
    color: #c45b6d;
    }
   
    #contact_01 p{
        width: unset;
    }
    #contact_01 .social_container a:last-child{
        margin-right: unset;
    }
     #contact_01 .social_container{
        margin-bottom: 20px;
     }
}

@media (max-width: 991px) {
    /*******************************************/
    /************** MENU MOBILNE ***************/
    /*******************************************/
    #menu_button {
        width: 50px;
        height: 35px;
        right: 0;
        top: 50%;
        cursor: pointer;
        border-radius: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 4;
    }
    #menu_button>span {
        height: 2px;
        width: 30px;
        background: var(--main_font_color);
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 2px;
    }
    #mobile_menu_container {
        position: fixed;
        top: 0;
        height: calc(100vh - 56px);
        z-index: 3;
        text-align: right;
        right: 0;
        background: #fff;
        padding: 30px 30px;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    #mobile_menu_container ul {
        width: 100%;
        text-align: center;
    }
    .mobile_right #mobile_menu_container,
    .mobile_left #mobile_menu_container {
        display: flex;
        align-items: center;
    }
    #mobile_menu_container.opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        background:#FFFF;
    }

   
    #mobile_menu_container li {
        margin: 5px 0;
    }
    #mobile_menu_container li a {
        color: var(--main_font_color);
    }
    #menu_button>span {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    #menu_button>span:nth-child(1) {
        top: 10px;
    }
    #menu_button>span:nth-child(2) {
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu_button>span:nth-child(3) {
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu_button>span:nth-child(4) {
        top: unset;
        bottom: 7px;
    }
    #menu_button.opened>span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #menu_button.opened>span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #menu_button.opened>span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #menu_button.opened>span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .navbar-brand {
        z-index: 4;
    }
    /*******************************************/
    /*************** FOOTER 3.0 ****************/
    /*******************************************/
    #footer_3 h3 {
        text-align: center;
    }
    #footer_3 h4+p {
        margin-bottom: 30px;
        text-align: center;
        color: #f0ffff;
        opacity: 0.62;
    }
    #footer_3 h3 {
        margin-bottom: 20px;
    }
    footer .footer_3 li {
        margin-bottom: 20px;
        text-align: center;
    }
    #menu-menu-stopka.footer_3 {
        margin-top: 30px;
    }
    footer#footer_3 .copyright {
        text-align: center;
    }
    /*******************************************/
    /***************** Banner ******************/
    /*******************************************/
    #banner_first h2 {
        font-size: 52px;
        line-height: 50px;
        margin-bottom: 30px;
        text-align: right;
    }
    /*******************************************/
    /************ Grafika po prawej ************/
    /*******************************************/
    #graphic_right h2,
    #graphic_right p,
    #graphic_right h4 {
        text-align: center;
    }
    #graphic_right p {
        margin-bottom: 10px;
    }
    #graphic_right img {
        margin: 0 auto;
    }
    /*******************************************/
    /*************** Banner_02 ****************/
    /*******************************************/
    #banner_02 h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    #banner_02 p {
        margin-bottom: 30px;
    }
    #banner_02 {
        padding: 100px 0 150px;
    }
    /*******************************************/
    /**************** O nas 03 *****************/
    /*******************************************/
    #about_3 .right_col h2 {
        display: none;
    }
    #about_3 h2 {
        margin-bottom: 40px;
    }
    /*******************************************/
    /*************** Banner_03 ****************/
    /*******************************************/
    #banner_03 {
        padding: 100px 0 150px;
        position: relative;
        background: var(--bg_secondary_color);
    }
    #banner_03 .content {
        margin-bottom: 20px;
    }
    /*******************************************/
    /************ Grafika po prawej ************/
    /*******************************************/
    #graphic_right .col-lg-5 {
        order: 1;
    }
    #graphic_right img {
        margin-bottom: 40px;
    }
    #about_3 img.first_img {
        right: 5px;
    }
    #about_3 img.second_img {
        left: -5px;
    }
    #about_4 img {
        margin: 0 auto 40px;
    }
    .bottom_layer {
        margin-bottom: 20px;
    }
    #about_4 p.label {
        margin-bottom: 0px;
    }
    /*******************************************/
    /*************** Oferta 1.0 ****************/
    /*******************************************/
    #offer_01 .content {
        margin-bottom: 30px;
    }
    /*******************************************/
    /*************** Oferta 3.0 ****************/
    /*******************************************/
    /*******************************************/
    /*************** Oferta 4.0 ****************/
    /*******************************************/
    #offer_04 [id*="color"] {
        margin-bottom: 30px;
    }
    #offer_04 p {
        transform: translateY(200%);
    }
    /*******************************************/
    /*************** Oferta 5.0 ****************/
    /*******************************************/
    #v-pills-tabContent {
        margin-top: 20px;
    }
    #offer_05 .tab-content img {
        margin: 0 auto 20px;
    }
    /*******************************************/
    /*************** Oferta 6.0 ****************/
    /*******************************************/
    #offer_06 .content_row:nth-child(even) .content_container {
        padding-left: 15px;
    }
    #offer_06 .content_row:nth-child(odd) .content_container {
        padding-right: 15px;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }
    #offer_06 img {
        margin-bottom: 40px;
    }
    #offer_06 .content_row:nth-child(odd) .image_container {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }
    /*******************************************/
    /************* Portfolio 3.0 **************/
    /*******************************************/
    #portfolio_3 .bottom_row .col-lg-3 img {
        width: 100%;
    }
    /*******************************************/
    /*************** Liczby 1.0 ****************/
    /*******************************************/
    #numbers_01 .content {
        margin-bottom: 30px;
    }
    /*******************************************/
    /*************** Liczby 2.0 ****************/
    /*******************************************/
    #numbers_02 .content {
        margin-bottom: 30px;
    }
    /*******************************************/
    /*************** Liczby 2.0 ****************/
    /*******************************************/
    #numbers_03 img {
        margin: 20px auto 0;
    }
    /*******************************************/
    /*************** Cennik 1.0 ****************/
    /*******************************************/
    #price-list_01 .fake_container {
        display: none;
    }
    #price-list_01 .content {
        margin: 0 auto;
        padding: 30px 30px 200px;
        background: var(--bg_main_color);
    }
    #price-list_01 a.btn_light {
        transform: translate(-50%, 50%);
    }
    #price-list_01 a.btn_light {
        bottom: 50px;
    }
    #price-list_01 .pro_offer {
        margin-bottom: 100px;
    }
    #price-list_01 h6 {
        border-radius: 0 0 25px 25px;
    }
    #price-list_01 .content:hover {
        -webkit-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
        -moz-box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
        box-shadow: 0px 10px 19px 0px rgba(133, 149, 164, 0.39);
        border-radius: 0 0 2px 2px;
    }
    /*******************************************/
    /*************** Cennik 2.0 ****************/
    /*******************************************/
    #price-list_02 .top_content {
        max-width: 350px;
        margin: 0 auto;
    }
    #price-list_02 .pro_offer .content {
        border: 1px solid;
    }
    /*******************************************/
    /*************** Cennik 3.0 ****************/
    /*******************************************/
    #price-list_03 {
        text-align: center;
    }
    #price-list_03 .info_col p::before {
        left: unset;
        margin-left: -25px;
    }
    #price-list_03 .header_col.awarded {
        padding: 30px 15px 0;
    }
    #price-list_03 .header_col {
        padding: 10px 15px 0;
    }
    #price-list_03 .header_col.awarded::before {
        width: 100%;
        height: 20px;
        background: var(--main_font_color);
        border-radius: 9px 9px 0 0;
    }
    #price-list_03 a.btn_dark {
        margin: 0 auto 15px;
    }
    /*******************************************/
    /*************** Cennik 4.0 ****************/
    /*******************************************/
    #accordionPrice_4 .card-body .button_price_4 {
        text-align: center;
    }
    #price-list_04 .info_price_4 p::before {
        left: unset;
        margin-left: -25px;
    }
    #price-list_04 .button_price_4 {
        margin-top: 15px;
    }
    /*******************************************/
    /************** Zakładki 2.0 ***************/
    /*******************************************/
    #tabs_02 h4 {
        margin-bottom: 10px;
    }
    #tabs_02 h4+p {
        margin-bottom: 40px;
    }
    /*******************************************/
    /************** Kontakt 1.0 ***************/
    /*******************************************/
    #left_col_contact_1,
    #right_col_contact_1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #left_col_contact_1 {
        text-align: center;
        margin-bottom: 30px;
    }
    #contact_01 .social_container a {
        margin-left: 17px;
        margin-right: 17px;
    }
    /*******************************************/
    /************** Kontakt 2.0 ***************/
    /*******************************************/
    #contact_02 .wpcf7-form {
        margin: 0 auto;
    }
    #contact_02 .form_container {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    #contact_02 img {
        margin: 30px auto;
    }
    #contact_03 label {
        margin-top: 15px;
    }
    .tab-content .image_second_res {
        order: 2;
        margin-top: 10px;
    }
    #tabs_01 p {
        font-size: 19px;
    }
    #tabs_01 .nav-tabs li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #price-list_03 .w-100 {
        width: unset !important;
    }
    .single_price .d-flex {
        justify-content: center;
    }
    .header_col img {
        margin-right: 30px;
    }
    .info_col p br {
        display: none;
    }
    #carousel_02 h2 {
        margin-bottom: 60px;
        width: 28%;
        margin: 60px auto;
    }
    #price-list_03 h2 {
        margin-bottom: 60px;
        width: 60%;
        margin: 60px auto;
    }
    #price-list_03 h2:before {
        left: 0;
        top: 10px;
    }
    #carousel_02 h2:before {
        left: 0;
        top: 5px;
    }
    #offer_06 h2:before {
        left: 0;
        top: 5px;
    }
    #offer_06 h2 {
        margin-bottom: 60px;
        width: 25%;
        margin: 60px auto;
    }
    #banner_first .content_slider_2 table {
        width: 100% !important;
    }
    #banner_first .content_slider_2 table td {
        width: 100%;
    }
    .bg_top {
        padding-right: 15px;
        padding-left: 15px;
    }
    #portfolio_2 p {
        display: grid;
    }
    #contact_01 p {
        width: 100%;
    }
    .bg_top {
        min-height: unset;
    }
    footer#footer_3 .copyright {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .copyright svg {
        margin-top: 20px;
        display: inline-block;
    }
    .navbar{
        background: transparent;
    }
    .button-group button{
        text-align: left;
    }
    #portfolio_1{
        padding-top: 30px;
    }
    #contact_01{
        padding-top: 70px;
    }
    #portfolio_1{
        min-height: unset;
    }
    #footer_3 h3{
    margin-top: 20px;
}
#footer_3 .social_container a:last-child{
    margin-right:unset;
}
#portfolio_1{
    background: none;
}
#mainNav h1{
    display: block;
}
#mainNav .navbar-brand img{
    display: none;
}
.navbar a{
    background: none;
}
#contact_01{
    padding-bottom: unset;
}
#footer_3 p{
    text-align: center;
}




}

@media (max-width: 767px) {
    /*******************************************/
    /***************** Banner ******************/
    /*******************************************/
    #banner_first .content {
        padding: 100px 0 145px;
    }
    #banner_first h2 {
        font-size: 35px;
        line-height: 40px;
    }
    #banner_first p {
        font-size: 15px;
    }
    /*******************************************/
    /************** Kontakt 1.0 ***************/
    /*******************************************/
    #left_col_contact_1,
    #right_col_contact_1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #left_col_contact_1 {
        text-align: center;
        margin-bottom: 40px;
    }
    #contact_01 .social_container a {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*******************************************/
    /**************** O nas 03 *****************/
    /*******************************************/
    #about_3 img {
        position: relative !important;
    }
    #about_3 img.first_img {
        right: -10px;
    }
    #about_3 img.second_img {
        left: -10px;
        top: -50px;
    }
    #about_3 {
        padding-bottom: 50px;
    }
    /*******************************************/
    /*************** Oferta 2.0 ****************/
    /*******************************************/
    #offer_02 .dots_owl {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
    /*******************************************/
    /************ Grafika po prawej ************/
    /*******************************************/
    #graphic_right {
        padding: 50px 0;
        font-size: 52px;
    }
    /*******************************************/
    /*************** Oferta 2.0 ****************/
    /*******************************************/
    #offer_02 .content_container {
        margin-bottom: 20px;
    }
    /*******************************************/
    /************* Portfolio 1.0 **************/
    /*******************************************/
    #portfolio_1 .button-group.filter-list {
        display: block;
        justify-content: unset;
    }
    #portfolio_1 button {
        display: inline-block;
        width: 32%;
        margin: 10px 0.3%;

    }
    /*******************************************/
    /************* Portfolio 2.0 **************/
    /*******************************************/
    #portfolio_2 h2+p br {
        display: none;
    }
    /*******************************************/
    /************* Portfolio 3.0 **************/
    /*******************************************/
    #portfolio_3 h2+p br {
        display: none;
    }
    /*******************************************/
    /*************** Cennik 4.0 ****************/
    /*******************************************/
    #accordionPrice_4 .close {
        float: unset;
        margin: 20px auto 0;
    }
    #accordionPrice_4 .card-header a .price {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #accordionPrice_4 .card-header a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .info_price_4 p {
        text-align: center;
    }
    /*******************************************/
    /************** Zakładki 1.0 ***************/
    /*******************************************/
    #tabs_01 .nav-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #tabs_01 .nav-tabs li {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #tabs_01 .nav-tabs li a {
        margin: 0 5px;
        width: auto;
        margin-bottom: 6px;
    }
    /*******************************************/
    /************** Zakładki 1.0 ***************/
    /*******************************************/
    #tabs_01 .content {
        padding-left: 15px;
    }
    /*******************************************/
    /************** Kontakt 2.0 ***************/
    /*******************************************/
    #contact_02 .wpcf7-form {
        max-width: 100%;
    }
    #contact_02 .wpcf7-form .col-lg-6 {
        max-width: 100%;
    }
    #contact_02 #submit_button {
        margin-bottom: 15px;
    }
    /*******************************************/
    /****************** Blog *******************/
    /*******************************************/
    .box-post-img {
        background-position: center !important;
    }
    #tabs_01 .nav-tabs li a {
        font-size: 15px;
        line-height: 18px;
    }
       #portfolio_1 button:after{
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background:#c45b6d;
    top: 32%;
    border-radius: 100px;
    display: block;
    bottom:unset;
}
#portfolio_1 button:nth-child(4):after{
top: 39%;
}
#portfolio_1 button:nth-child(3):after{
top: 40%;
}

#portfolio_1 button:last-child::after{
    display: block;
}
    
}

@media (max-width: 575px) {
    #mobile_menu_container {
        position: fixed;
        top: 0px;
        height: calc(100vh - 56px);
        width: 100%;
        z-index: 3;
        text-align: center;
        right: 0;
        padding: 30px 30px;
        transform: translate(0, -100%);
        background:transparent;
    }
    /*******************************************/
    /****************** Blog *******************/
    /*******************************************/
    /*******************************************/
    /************** Oferta 4.0 ***************/
    /*******************************************/
    #offer_04 {
        overflow: hidden;
    }
    /*******************************************/
    /************** Oferta 6.0 ***************/
    /*******************************************/
    #offer_06 .content_row {
        position: relative;
        margin-bottom: 51px;
    }
    #offer_06 .content_row::after {
        content: "";
        width: 80%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        height: 1px;
        bottom: -15px;
        background: var(--secondary_font_color);
    }
    #offer_06 .content_row::last-of-type::after {
        display: none;
    }
    /*******************************************/
    /************* Portfolio 1.0 **************/
    /*******************************************/
    #portfolio_1 .button-group.filter-list {
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }
    #portfolio_1 button {
        display: initial;
        width: auto;
        margin: 10px 0px;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
    #portfolio_1 .element-item {
        width: 33.333%;
    }
    /*******************************************/
    /*************** Cennik 3.0 ****************/
    /*******************************************/
    #price-list_03 .single_price {
        max-width: 100%;
        margin: 0 auto 20px;
    }
    #numbers_03 .align-items-center>div {
        width: auto;
    }
    #price-list_02 .col-lg-4 {
        margin-bottom: 25px;
    }
    /*******************************************/
    /*************** Cennik 4.0 ****************/
    /*******************************************/
    #accordionPrice_4 .card-header a p {
        font-size: 13px;
    }
    #accordionPrice_4 .close {
        margin: 40px auto 0;
    }
    #accordionPrice_4 .card-header a h3 {
        font-size: 50px;
    }
    #accordionPrice_4 .card-header a h3 span {
        font-size: 25px;
    }
    /*******************************************/
    /*************** Karuzela 5.0 ****************/
    /*******************************************/
    #carousel_05 p {
        padding: 0;
    }
    /*******************************************/
    /*************** Kontakt 2.0 ****************/
    /*******************************************/
    #contact_02 h2 {
        margin: 0 0 60px;
    }
    /*******************************************/
    /************** Zakładki 1.0 ***************/
    /*******************************************/
    #tabs_01 .nav-tabs li a {
        font-size: 13px;
    }
    #price-list_03 h2:before {
        left: -35px;
        top: 10px;
    }
    #carousel_02 h2:before {
        left: -35px;
        top: 5px;
    }
    #offer_06 h2:before {
        left: -35px;
        top: 5px;
    }
    #banner_first .content_slider_2 td:first-child {
        padding-right: 5px;
    }
    #banner_first .content_slider_2 td:nth-child(2) {
        padding-left: 5px;
    }
    #banner_first .content_slider_2 td {
        font-size: 17px;
    }
    #portfolio_1 button{
        padding-top: unset;
        padding-bottom: unset;
        margin-top: 10px;
        margin-bottom: unset;
    }
 

}

@media (min-width: 1800px) {
    .bg_top{
     
     padding-bottom: 400px;
     padding-top: unset;
     
     
    }
}

@media (min-width: 2000px) {
    .bg_top{
     
     padding-bottom: 400px;
     padding-top: 200px;
     
    }

}





#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;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*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(//kwiatyzabrze.pl/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}