:root {
--header-offset: 0px;
--min-block-width: 19.5rem;
--font-scale-factor: 1;
--theme_color_white: #ffffff;
--theme_color_shade: #ffffff;
--theme_color_alto: #bbbbbb;
--theme_color_gray: #6c6c6c;
--theme_color_dark-grey: #252525;
--theme_color_black: #000000;
--theme_color_green: #AFC94B;
--theme_color_orange: #F1A22B;
--theme_color_violet: #8E8CF8;
--theme_color_carrot: #E97162;
--theme_color_gold: #ECCC97;
--theme_color_brick: #CF845A;
--theme_color_beige: #F3ECE0;
--theme_color_error: #DB541A;
--theme_color_yellow: #FFFF54;
}  .visuallyhidden {
display: inline !important;
width: 1px !important;
height: 1px !important;
position: absolute !important;
background-color: transparent !important;
color: transparent;
opacity: 0.01 !important;
white-space: nowrap;
overflow: hidden;
text-indent: 100%;
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-mb {
margin-bottom: 0;
}
.no-padding {
padding: 0 !important;
}
.no-pt {
padding-top: 0 !important;
}
.no-pr {
padding-right: 0 !important;
}
.no-pb {
padding-bottom: 0 !important;
}
.no-pl {
padding-left: 0 !important;
}
[data-bg] {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0;
will-change: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
[data-bg][data-loaded] {
-webkit-animation: fadeIn 0.75s 0.25s ease-in-out both;
animation: fadeIn 0.75s 0.25s ease-in-out both;
}
[data-bg].ukiyo {
-webkit-animation: none !important;
animation: none !important;
opacity: 1 !important;
}
hr,
.hr {
width: 100%;
position: relative;
padding: 0;
margin: 0;
border: 0;
height: 1px;
outline: none;
background-color: #000000;
}
figure {
display: block;
margin: 0 auto;
max-width: 100%;
position: relative;
}
figure figcaption {
display: block;
position: relative;
padding-top: 6px;
font-size: calc(14px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
figure figcaption {
font-size: calc(14px + 1 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
figure figcaption {
font-size: calc(15px * var(--font-scale-factor));
}
}
.spacer {
position: relative;
display: block;
width: 100%;
}
.spacer.s0 {
height: 0;
}
.spacer.s05 {
height: 0.5rem;
}
.spacer.s1 {
height: 1rem;
}
.spacer.s15 {
height: 1.5rem;
}
.spacer.s2 {
height: 2rem;
}
.spacer.s25 {
height: 2.5rem;
}
.spacer.s3 {
height: 3rem;
}
.spacer.s35 {
height: 3.5rem;
}
.spacer.s4 {
height: 4rem;
}
.spacer.s45 {
height: 4.5rem;
}
.spacer.s5 {
height: 5rem;
}
.spacer.s6 {
height: 6rem;
}
.spacer.s7 {
height: 7rem;
}
.spacer.s8 {
height: 8rem;
}
.relative,
[data-relative] {
position: relative;
}
.absolute,
[data-absolute] {
position: absolute;
}
.sticky,
[data-sticky] {
position: -webkit-sticky;
position: sticky;
top: 8rem;
}
.admin-bar .sticky,
.admin-bar [data-sticky] {
top: 10rem;
}
[data-overflow=hidden] {
overflow: hidden;
}
[data-overflow=auto] {
overflow: auto;
}
[data-overflow=unset] {
overflow: unset;
}
[data-full-width] {
width: calc(100% + 3vw * 2);
left: -3vw;
padding-left: 3vw;
padding-right: 3vw;
}
[data-view] {
opacity: 0;
will-change: auto;
-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out !important;
transition: opacity 1s ease-out, -webkit-transform 1s ease-out !important;
transition: opacity 1s ease-out, transform 1s ease-out !important;
transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out !important;
-webkit-transition-delay: 0.1s !important;
transition-delay: 0.1s !important;
-webkit-transform: translate3d(0, 1.25rem, 0);
transform: translate3d(0, 1.25rem, 0);
}
[data-view][data-view="0"] {
-webkit-transition-delay: 0s !important;
transition-delay: 0s !important;
}
[data-view][data-view="1"] {
-webkit-transition-delay: 0.05s !important;
transition-delay: 0.05s !important;
}
[data-view][data-view="2"] {
-webkit-transition-delay: 0.1s !important;
transition-delay: 0.1s !important;
}
[data-view][data-view="3"] {
-webkit-transition-delay: 0.15s !important;
transition-delay: 0.15s !important;
}
[data-view][data-view="4"] {
-webkit-transition-delay: 0.2s !important;
transition-delay: 0.2s !important;
}
[data-view][data-view="5"] {
-webkit-transition-delay: 0.25s !important;
transition-delay: 0.25s !important;
}
[data-view][data-view="6"] {
-webkit-transition-delay: 0.3s !important;
transition-delay: 0.3s !important;
}
[data-view][data-view="7"] {
-webkit-transition-delay: 0.35s !important;
transition-delay: 0.35s !important;
}
[data-view][data-view="8"] {
-webkit-transition-delay: 0.4s !important;
transition-delay: 0.4s !important;
}
[data-view][data-view="9"] {
-webkit-transition-delay: 0.45s !important;
transition-delay: 0.45s !important;
}
[data-view][data-view="10"] {
-webkit-transition-delay: 0.5s !important;
transition-delay: 0.5s !important;
}
[data-view][data-view="11"] {
-webkit-transition-delay: 0.55s !important;
transition-delay: 0.55s !important;
}
[data-view][data-view="12"] {
-webkit-transition-delay: 0.6s !important;
transition-delay: 0.6s !important;
}
[data-view][data-view="13"] {
-webkit-transition-delay: 0.65s !important;
transition-delay: 0.65s !important;
}
[data-view][data-view="14"] {
-webkit-transition-delay: 0.7s !important;
transition-delay: 0.7s !important;
}
[data-view][data-view="15"] {
-webkit-transition-delay: 0.75s !important;
transition-delay: 0.75s !important;
}
[data-view][data-view="16"] {
-webkit-transition-delay: 0.8s !important;
transition-delay: 0.8s !important;
}
[data-view][data-view="17"] {
-webkit-transition-delay: 0.85s !important;
transition-delay: 0.85s !important;
}
[data-view][data-view="18"] {
-webkit-transition-delay: 0.9s !important;
transition-delay: 0.9s !important;
}
[data-view][data-view="19"] {
-webkit-transition-delay: 0.95s !important;
transition-delay: 0.95s !important;
}
[data-view][data-view="20"] {
-webkit-transition-delay: 1s !important;
transition-delay: 1s !important;
}
[data-view].in-view, [data-view].seen {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
#wpadminbar {
position: fixed !important;
}
}
.color-card {
width: 100%;
display: block;
position: relative;
background-color: #ffffff;
padding: 0.75rem;
border-radius: 0;
border: 1px solid #e3e3e3;
margin: 0 0 1.5rem;
}
.color-card [data-bg-color] {
margin-bottom: 1rem;
position: relative;
display: block;
height: 6rem;
width: 100%;
}
.color-card p {
display: block;
line-height: 1.5;
margin-bottom: 0;
font-size: calc(13px * var(--font-scale-factor));
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
}
@media screen and (min-width: 321px) {
.color-card p {
font-size: calc(13px + 1 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.color-card p {
font-size: calc(14px * var(--font-scale-factor));
}
}
.mobx-idle .mobx-top-bar {
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
} [data-bg-color=none] {
background-color: transparent;
}
[data-bg-color=white] {
background-color: #ffffff;
}
[data-bg-color=shade] {
background-color: #f5f5f5;
}
[data-bg-color=grey] {
background-color: #B1B3B3;
}
[data-bg-color=dark-grey] {
background-color: #333333;
}
[data-bg-color=black] {
background-color: #000000;
}
[data-bg-color=red] {
background-color: #E4002B;
}
[data-bg-color=darkblue] {
background-color: #001489;
}
[data-bg-color=error] {
background-color: #DB541A;
}
.filter-black-white {
-webkit-filter: invert(1);
filter: invert(1);
}
.filter-black-red {
-webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(75%) saturate(4696%) hue-rotate(339deg) brightness(103%) contrast(116%);
filter: brightness(0) saturate(100%) invert(13%) sepia(75%) saturate(4696%) hue-rotate(339deg) brightness(103%) contrast(116%);
}
.filter-black-blue {
-webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(4345%) hue-rotate(230deg) brightness(80%) contrast(122%);
filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(4345%) hue-rotate(230deg) brightness(80%) contrast(122%);
}
.flex-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
display: block;
line-height: 1.25rem;
padding: 0.5625rem;
width: 100%;
background-color: #F0F0F0;
border: none;
font-size: calc(14px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
font-size: calc(14px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
font-size: calc(14px * var(--font-scale-factor));
}
}
@media (min-width: 640px) {
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
padding: 0.625rem;
}
}
@media (min-width: 768px) {
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
padding: 0.6875rem;
}
}
@media (min-width: 1024px) {
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
textarea {
padding: 0.75rem;
}
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
outline: 2px solid #001489;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: rgba(0, 20, 137, 0.5);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(0, 20, 137, 0.5);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: rgba(0, 20, 137, 0.5);
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
color: rgba(0, 20, 137, 0.5);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
color: rgba(0, 20, 137, 0.5);
}
input[type=password] {
letter-spacing: 1px;
}
input[type=radio] {
opacity: 0;
width: 1px;
height: 1px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
top: 0;
left: 0;
}
input[type=radio]:active + label:before, input[type=radio]:focus + label:before {
outline: 2px solid #001489;
}
input[type=radio] + label {
cursor: pointer;
display: inline-block;
padding-left: 2.25rem;
position: relative;
margin: 0 1.75rem 1.25rem 0;
}
input[type=radio] + label::before {
content: "";
width: 1.5rem;
height: 1.5rem;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
border: 1px solid #001489;
background-color: #ffffff;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
input[type=radio] + label::after {
content: "";
width: 0.75rem;
height: 0.75rem;
display: block;
position: absolute;
left: 0.375rem;
top: 0.375rem;
border-radius: 50%;
background-color: #001489;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
input[type=radio]:checked + label::before {
border-color: #E4002B;
}
input[type=radio]:checked + label::after {
background-color: #E4002B;
opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
label:has(input[type=radio]:checked)::before {
border-color: #001489;
}
label:has(input[type=radio]:checked)::after {
background-color: #001489;
opacity: 1;
}
label:has(input[type=radio]) {
cursor: pointer;
display: inline-block;
padding-left: 2.25rem;
position: relative;
margin: 0 1.75rem 1.25rem 0;
line-height: 1.5rem;
}
label:has(input[type=radio])::before {
content: "";
width: 1.5rem;
height: 1.5rem;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
border: 1px solid #001489;
background-color: #ffffff;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
label:has(input[type=radio])::after {
content: "";
width: 0.75rem;
height: 0.75rem;
display: block;
position: absolute;
left: 0.375rem;
top: 0.375rem;
border-radius: 50%;
background-color: #001489;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
label:has(input[type=checkbox]:checked)::before {
border-color: #001489;
background-color: #001489;
}
label:has(input[type=checkbox]:checked)::after {
opacity: 1;
}
label:has(input[type=checkbox]:indeterminate)::before {
border-color: #B1B3B3;
background-color: #B1B3B3;
}
label:has(input[type=checkbox]:indeterminate)::after {
background-color: #001489;
opacity: 1;
}
label:has(input[type=checkbox]) {
cursor: pointer;
display: inline-block;
padding-left: 2.25rem;
position: relative;
line-height: 1.5rem;
margin: 0 1.75rem 1.25rem 0;
}
label:has(input[type=checkbox])::before {
content: "";
width: 1.5rem;
height: 1.5rem;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 0;
border: 1px solid #001489;
background-color: #ffffff;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
label:has(input[type=checkbox])::after {
content: "";
width: 0.875rem;
height: 0.5rem;
display: block;
position: absolute;
left: 0.3125rem;
top: 0.375rem;
border-left: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
opacity: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
label:has(input[type=checkbox]).switch {
position: absolute;
}
label:has(input[type=checkbox]).switch::before {
content: none;
}
label:has(input[type=checkbox]).switch::after {
content: none;
}
input[type=checkbox] {
opacity: 0;
width: 1px;
height: 1px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
top: 0;
left: 0;
}
input[type=checkbox]:active + label:before, input[type=checkbox]:focus + label:before {
outline: 2px solid #001489;
}
input[type=checkbox] + label {
cursor: pointer;
display: inline-block;
padding-left: 2.25rem;
position: relative;
line-height: 1.5rem;
margin: 0 1.75rem 1.25rem 0;
}
input[type=checkbox] + label::before {
content: "";
width: 1.5rem;
height: 1.5rem;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 0;
border: 1px solid #001489;
background-color: #ffffff;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
input[type=checkbox] + label::after {
content: "";
width: 0.875rem;
height: 0.5rem;
display: block;
position: absolute;
left: 0.3125rem;
top: 0.375rem;
border-left: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
opacity: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
input[type=checkbox]:checked + label::before {
border-color: #001489;
background-color: #001489;
}
input[type=checkbox]:checked + label::after {
opacity: 1;
}
input[type=checkbox]:indeterminate::before {
border-color: #B1B3B3;
background-color: #B1B3B3;
}
input[type=checkbox]:indeterminate::after {
background-color: #001489;
opacity: 1;
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
display: block;
width: 100%;
white-space: nowrap;
position: absolute;
left: 0;
top: 100%;
color: #E4002B;
font-size: calc(12px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
font-size: calc(12px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
font-size: calc(12px * var(--font-scale-factor));
}
}
label {
font-size: calc(14px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
label {
font-size: calc(14px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
label {
font-size: calc(14px * var(--font-scale-factor));
}
}
.freshMailPopUp__container form .message_error {
color: #E4002B;
}
.freshMailPopUp__container form div:has(input) {
margin-bottom: 24px;
}
.freshMailPopUp__container form .freshMail_fields {
margin: 0;
}
.freshMailPopUp__container form .form_subscribe_button {
margin-top: 24px;
}
.wpcf7 .wpcf7-form,
.wpcf7 form {
position: relative;
display: block;
}
.wpcf7 .wpcf7-form .field,
.wpcf7 form .field {
position: relative;
display: block;
margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
.wpcf7 .wpcf7-form .field,
.wpcf7 form .field {
margin-bottom: 1.5rem;
}
}
.wpcf7 .wpcf7-form .field br,
.wpcf7 form .field br {
display: none;
}
.wpcf7 .wpcf7-form .field input[type=text][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=email][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=search][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=password][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=tel][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=number][aria-invalid=true],
.wpcf7 .wpcf7-form .field input[type=date][aria-invalid=true],
.wpcf7 .wpcf7-form .field textarea[aria-invalid=true],
.wpcf7 form .field input[type=text][aria-invalid=true],
.wpcf7 form .field input[type=email][aria-invalid=true],
.wpcf7 form .field input[type=search][aria-invalid=true],
.wpcf7 form .field input[type=password][aria-invalid=true],
.wpcf7 form .field input[type=tel][aria-invalid=true],
.wpcf7 form .field input[type=number][aria-invalid=true],
.wpcf7 form .field input[type=date][aria-invalid=true],
.wpcf7 form .field textarea[aria-invalid=true] {
border-color: #E4002B;
background-color: #ffffff;
}
.wpcf7 .wpcf7-form .field label,
.wpcf7 form .field label {
line-height: 1.5rem;
margin-bottom: 0.25rem;
display: inline-block;
position: relative;
font-size: calc(14px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.wpcf7 .wpcf7-form .field label,
.wpcf7 form .field label {
font-size: calc(14px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.wpcf7 .wpcf7-form .field label,
.wpcf7 form .field label {
font-size: calc(14px * var(--font-scale-factor));
}
}
.wpcf7 .wpcf7-form .field textarea,
.wpcf7 form .field textarea {
min-height: 10rem;
}
.wpcf7 .wpcf7-form input[type=submit],
.wpcf7 form input[type=submit] {
margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
border-color: #E4002B !important;
}
.wpcf7 .wpcf7-form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
margin: 1.25rem auto;
padding: 0.375rem 0.75rem;
background-color: #ffffff;
border-width: 1px;
border-bottom-width: 3px;
line-height: 1.25rem;
border-radius: 0.125rem;
font-size: calc(14px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.wpcf7 .wpcf7-form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
font-size: calc(14px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.wpcf7 .wpcf7-form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
font-size: calc(14px * var(--font-scale-factor));
}
}
.wpcf7 .wpcf7-form .lpp-file-upload-label,
.wpcf7 form .lpp-file-upload-label {
border: 0;
padding: 0.375rem 0.75rem;
cursor: pointer;
}
.wpcf7 .wpcf7-form .lpp-file-upload-label:before,
.wpcf7 form .lpp-file-upload-label:before {
display: inline-block;
vertical-align: -0.375rem;
padding-right: 0.75rem;
content: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/img/icons/icon_file_upload.svg);
}
.wpcf7 .wpcf7-form .lpp-file-upload-label .wpcf7-file,
.wpcf7 .wpcf7-form .lpp-file-upload-label input[type=file],
.wpcf7 form .lpp-file-upload-label .wpcf7-file,
.wpcf7 form .lpp-file-upload-label input[type=file] {
display: none;
}
.wpcf7 .wpcf7-form .lpp-file-upload-label .file-name,
.wpcf7 form .lpp-file-upload-label .file-name {
margin-left: 1rem;
color: #001489;
font-weight: bold;
}
.wpcf7 .wpcf7-form .lpp-file-upload-label:has(.wpcf7-not-valid) .file-name,
.wpcf7 form .lpp-file-upload-label:has(.wpcf7-not-valid) .file-name {
color: #E4002B;
}    html {
font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure {
display: block;
} figure {
margin: 1em 40px;
} hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } main {
display: block;
} pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } a:active,
a:hover {
outline-width: 0;
}  abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button {
overflow: visible;
} button,
select { text-transform: none;
} button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; }
button,
[type=button],
[type=reset],
[type=submit] {  }
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} input {
overflow: visible;
} [type=checkbox],
[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px;  }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; display: table; max-width: 100%; padding: 0; color: inherit; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
}  details {
display: block;
} summary {
display: list-item;
} menu {
display: block;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}
.foundation-mq {
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
background: #fff;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
textarea {
height: auto;
min-height: 50px;
border-radius: 0px;
}
select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-radius: 0px;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important;
}
button {
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 0px;
background: transparent;
line-height: 1;
cursor: auto;
}
[data-whatinput=mouse] button {
outline: 0;
}
pre {
overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
}
.is-visible {
display: block !important;
}
.is-hidden {
display: none !important;
}
.hide {
display: none !important;
}
.invisible {
visibility: hidden;
}
@media screen and (max-width: calc(640px - 1px)) {
.hide-for-small-only {
display: none !important;
}
}
@media screen and (max-width: 0em), screen and (min-width: 640px) {
.show-for-small-only {
display: none !important;
}
}
@media print, screen and (min-width: 640px) {
.hide-for-medium {
display: none !important;
}
}
@media screen and (max-width: calc(768px - 1px)) {
.show-for-medium {
display: none !important;
}
}
@media screen and (min-width: 640px) and (max-width: calc(1024px - 1px)) {
.hide-for-medium-only {
display: none !important;
}
}
@media screen and (max-width: calc(640px - 1px)), screen and (min-width: 1024px) {
.show-for-medium-only {
display: none !important;
}
}
@media print, screen and (min-width: 1024px) {
.hide-for-large {
display: none !important;
}
}
@media screen and (max-width: calc(1024px - 1px)) {
.show-for-large {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: calc(1400px - 1px)) {
.hide-for-large-only {
display: none !important;
}
}
@media screen and (max-width: calc(1400px - 1px)) {
.show-for-xlarge {
display: none !important;
}
}
@media screen and (max-width: calc(1024px - 1px)), screen and (min-width: 1400px) {
.show-for-large-only {
display: none !important;
}
}
@media print, screen and (min-width: 1400px) {
.hide-for-xlarge {
display: none !important;
}
}
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
}
.show-for-landscape,
.hide-for-portrait {
display: block !important;
}
@media screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: block !important;
}
}
@media screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait {
display: none !important;
}
}
.hide-for-landscape,
.show-for-portrait {
display: none !important;
}
@media screen and (orientation: landscape) {
.hide-for-landscape,
.show-for-portrait {
display: none !important;
}
}
@media screen and (orientation: portrait) {
.hide-for-landscape,
.show-for-portrait {
display: block !important;
}
}
.row {
max-width: 90rem;
margin-right: auto;
margin-left: auto;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.row .row {
margin-right: calc(-0.5rem);
margin-left: calc(-0.5rem);
}
@media print, screen and (min-width: 640px) {
.row .row {
margin-right: calc(-0.75rem);
margin-left: calc(-0.75rem);
}
}
@media print, screen and (min-width: 1024px) {
.row .row {
margin-right: calc(-1rem);
margin-left: calc(-1rem);
}
}
@media print, screen and (min-width: 1400px) {
.row .row {
margin-right: calc(-1.25rem);
margin-left: calc(-1.25rem);
}
}
.row .row.collapse {
margin-right: 0;
margin-left: 0;
}
.row.expanded {
max-width: none;
}
.row.expanded .row {
margin-right: auto;
margin-left: auto;
}
.row:not(.expanded) .row {
max-width: none;
width: calc(100% + 2 * 0.5rem);
}
@media screen and (min-width: 640px) {
.row:not(.expanded) .row {
width: calc(100% + 2 * 0.75rem);
}
}
@media screen and (min-width: 1024px) {
.row:not(.expanded) .row {
width: calc(100% + 2 * 1rem);
}
}
@media screen and (min-width: 1400px) {
.row:not(.expanded) .row {
width: calc(100% + 2 * 1.25rem);
}
}
.row.collapse > .column, .row.collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
margin-right: 0;
margin-left: 0;
}
.column, .columns {
-ms-flex: 1 1 0px;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
padding-right: 0.5rem;
padding-left: 0.5rem;
min-width: 0;
}
@media print, screen and (min-width: 640px) {
.column, .columns {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
}
@media print, screen and (min-width: 1024px) {
.column, .columns {
padding-right: 1rem;
padding-left: 1rem;
}
}
@media print, screen and (min-width: 1400px) {
.column, .columns {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
}
.column.row.row, .row.row.columns {
float: none;
display: block;
}
.row .column.row.row, .row .row.row.columns {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.small-1 {
-ms-flex: 0 0 8.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.small-offset-0 {
margin-left: 0;
}
.small-2 {
-ms-flex: 0 0 16.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.small-offset-1 {
margin-left: 8.33333%;
}
.small-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.small-offset-2 {
margin-left: 16.66667%;
}
.small-4 {
-ms-flex: 0 0 33.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.small-offset-3 {
margin-left: 25%;
}
.small-5 {
-ms-flex: 0 0 41.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.small-offset-4 {
margin-left: 33.33333%;
}
.small-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.small-offset-5 {
margin-left: 41.66667%;
}
.small-7 {
-ms-flex: 0 0 58.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.small-offset-6 {
margin-left: 50%;
}
.small-8 {
-ms-flex: 0 0 66.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.small-offset-7 {
margin-left: 58.33333%;
}
.small-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.small-offset-8 {
margin-left: 66.66667%;
}
.small-10 {
-ms-flex: 0 0 83.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.small-offset-9 {
margin-left: 75%;
}
.small-11 {
-ms-flex: 0 0 91.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.small-offset-10 {
margin-left: 83.33333%;
}
.small-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.small-offset-11 {
margin-left: 91.66667%;
}
@media print, screen and (min-width: 640px) {
.medium-1 {
-ms-flex: 0 0 8.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.medium-offset-0 {
margin-left: 0%;
}
.medium-2 {
-ms-flex: 0 0 16.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.medium-offset-1 {
margin-left: 8.33333%;
}
.medium-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.medium-offset-2 {
margin-left: 16.66667%;
}
.medium-4 {
-ms-flex: 0 0 33.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.medium-offset-3 {
margin-left: 25%;
}
.medium-5 {
-ms-flex: 0 0 41.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.medium-offset-4 {
margin-left: 33.33333%;
}
.medium-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.medium-offset-5 {
margin-left: 41.66667%;
}
.medium-7 {
-ms-flex: 0 0 58.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.medium-offset-6 {
margin-left: 50%;
}
.medium-8 {
-ms-flex: 0 0 66.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.medium-offset-7 {
margin-left: 58.33333%;
}
.medium-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.medium-offset-8 {
margin-left: 66.66667%;
}
.medium-10 {
-ms-flex: 0 0 83.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.medium-offset-9 {
margin-left: 75%;
}
.medium-11 {
-ms-flex: 0 0 91.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.medium-offset-10 {
margin-left: 83.33333%;
}
.medium-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.medium-offset-11 {
margin-left: 91.66667%;
}
}
@media print, screen and (min-width: 640px) and (min-width: 640px) {
.medium-expand {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
}
@media print, screen and (min-width: 640px) {
.row.medium-unstack > .column, .row.medium-unstack > .columns {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
@media print, screen and (min-width: 640px) {
.medium-collapse > .column, .medium-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
padding-right: 1.375rem;
padding-left: 1.375rem;
}
}
@media print, screen and (min-width: 1024px) {
.large-1 {
-ms-flex: 0 0 8.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.large-offset-0 {
margin-left: 0;
}
.large-2 {
-ms-flex: 0 0 16.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.large-offset-1 {
margin-left: 8.33333%;
}
.large-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.large-offset-2 {
margin-left: 16.66667%;
}
.large-4 {
-ms-flex: 0 0 33.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.large-offset-3 {
margin-left: 25%;
}
.large-5 {
-ms-flex: 0 0 41.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.large-offset-4 {
margin-left: 33.33333%;
}
.large-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.large-offset-5 {
margin-left: 41.66667%;
}
.large-7 {
-ms-flex: 0 0 58.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.large-offset-6 {
margin-left: 50%;
}
.large-8 {
-ms-flex: 0 0 66.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.large-offset-7 {
margin-left: 58.33333%;
}
.large-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.large-offset-8 {
margin-left: 66.66667%;
}
.large-10 {
-ms-flex: 0 0 83.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.large-offset-9 {
margin-left: 75%;
}
.large-11 {
-ms-flex: 0 0 91.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.large-offset-10 {
margin-left: 83.33333%;
}
.large-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.large-offset-11 {
margin-left: 91.66667%;
}
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
.large-expand {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
.row.large-unstack > .column, .row.large-unstack > .columns {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
}
@media print, screen and (min-width: 1024px) {
.row.large-unstack > .column, .row.large-unstack > .columns {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
@media print, screen and (min-width: 1024px) {
.large-collapse > .column, .large-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
padding-right: 1.875rem;
padding-left: 1.875rem;
}
}
@media print, screen and (min-width: 1400px) {
.xlarge-1 {
-ms-flex: 0 0 8.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.xlarge-offset-0 {
margin-left: 0;
}
.xlarge-2 {
-ms-flex: 0 0 16.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.xlarge-offset-1 {
margin-left: 8.33333%;
}
.xlarge-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.xlarge-offset-2 {
margin-left: 16.66667%;
}
.xlarge-4 {
-ms-flex: 0 0 33.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.xlarge-offset-3 {
margin-left: 25%;
}
.xlarge-5 {
-ms-flex: 0 0 41.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.xlarge-offset-4 {
margin-left: 33.33333%;
}
.xlarge-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.xlarge-offset-5 {
margin-left: 41.66667%;
}
.xlarge-7 {
-ms-flex: 0 0 58.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.xlarge-offset-6 {
margin-left: 50%;
}
.xlarge-8 {
-ms-flex: 0 0 66.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.xlarge-offset-7 {
margin-left: 58.33333%;
}
.xlarge-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.xlarge-offset-8 {
margin-left: 66.66667%;
}
.xlarge-10 {
-ms-flex: 0 0 83.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.xlarge-offset-9 {
margin-left: 75%;
}
.xlarge-11 {
-ms-flex: 0 0 91.66667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.xlarge-offset-10 {
margin-left: 83.33333%;
}
.xlarge-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.xlarge-offset-11 {
margin-left: 91.66667%;
}
}
@media print, screen and (min-width: 1400px) and (min-width: 1400px) {
.xlarge-expand {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
}
@media print, screen and (min-width: 1400px) {
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}
}
@media print, screen and (min-width: 1400px) {
.xlarge-collapse > .column, .xlarge-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
padding-right: 1.875rem;
padding-left: 1.875rem;
}
}
.shrink {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
}
.align-right {
-ms-flex-pack: end;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.align-center {
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.align-justify {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.align-spaced {
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.align-right.vertical.menu > li > a {
-ms-flex-pack: end;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.align-top {
-ms-flex-align: start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.align-self-top {
-ms-flex-item-align: start;
-webkit-align-self: flex-start;
align-self: flex-start;
}
.align-bottom {
-ms-flex-align: end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.align-self-bottom {
-ms-flex-item-align: end;
-webkit-align-self: flex-end;
align-self: flex-end;
}
.align-middle {
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.align-self-middle {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
-webkit-align-self: center;
align-self: center;
}
.align-stretch {
-ms-flex-align: stretch;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
}
.align-self-stretch {
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
-webkit-align-self: stretch;
align-self: stretch;
}
.align-center-middle {
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-line-pack: center;
-webkit-align-content: center;
align-content: center;
}
.small-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
}
.small-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
}
.small-order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
}
.small-order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
}
.small-order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5;
}
.small-order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6;
}
.small-order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7;
}
.small-order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8;
}
.small-order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9;
}
.small-order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10;
}
.small-order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11;
}
.small-order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12;
}
.small-order-13 {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13;
}
@media print, screen and (min-width: 640px) {
.medium-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
}
.medium-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
}
.medium-order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
}
.medium-order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
}
.medium-order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5;
}
.medium-order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6;
}
.medium-order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7;
}
.medium-order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8;
}
.medium-order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9;
}
.medium-order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10;
}
.medium-order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11;
}
.medium-order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12;
}
.medium-order-13 {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13;
}
}
@media print, screen and (min-width: 1024px) {
.large-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
}
.large-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
}
.large-order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
}
.large-order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
}
.large-order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5;
}
.large-order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6;
}
.large-order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7;
}
.large-order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8;
}
.large-order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9;
}
.large-order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10;
}
.large-order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11;
}
.large-order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12;
}
.large-order-13 {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13;
}
}
@media print, screen and (min-width: 1400px) {
.xlarge-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1;
}
.xlarge-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
}
.xlarge-order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3;
}
.xlarge-order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4;
}
.xlarge-order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5;
}
.xlarge-order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6;
}
.xlarge-order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7;
}
.xlarge-order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8;
}
.xlarge-order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9;
}
.xlarge-order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10;
}
.xlarge-order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11;
}
.xlarge-order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
order: 12;
}
.xlarge-order-13 {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13;
}
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
@media print, screen and (min-width: 640px) {
.medium-text-left {
text-align: left;
}
.medium-text-right {
text-align: right;
}
.medium-text-center {
text-align: center;
}
.medium-text-justify {
text-align: justify;
}
}
@media print, screen and (min-width: 1024px) {
.large-text-left {
text-align: left;
}
.large-text-right {
text-align: right;
}
.large-text-center {
text-align: center;
}
.large-text-justify {
text-align: justify;
}
}
@media print, screen and (min-width: 1400px) {
.xlarge-text-left {
text-align: left;
}
.xlarge-text-right {
text-align: right;
}
.xlarge-text-center {
text-align: center;
}
.xlarge-text-justify {
text-align: justify;
}
}
.small-up-1 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-1 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.small-up-2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-2 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.small-up-3 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-3 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.small-up-4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-4 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.small-up-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-5 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.small-up-6 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-6 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.small-up-7 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-7 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.28571%;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.small-up-8 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.small-up-8 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
@media print, screen and (min-width: 640px) {
.medium-up-1 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-1 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.medium-up-2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-2 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.medium-up-3 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-3 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.medium-up-4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-4 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.medium-up-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-5 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.medium-up-6 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-6 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.medium-up-7 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-7 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.28571%;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.medium-up-8 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.medium-up-8 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
}
@media print, screen and (min-width: 1024px) {
.large-up-1 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-1 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.large-up-2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-2 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.large-up-3 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-3 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.large-up-4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-4 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.large-up-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-5 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.large-up-6 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-6 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.large-up-7 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-7 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.28571%;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.large-up-8 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.large-up-8 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
}
@media print, screen and (min-width: 1400px) {
.xlarge-up-1 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-1 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.xlarge-up-2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-2 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.xlarge-up-3 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-3 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.xlarge-up-4 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-4 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.xlarge-up-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-5 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.xlarge-up-6 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-6 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.xlarge-up-7 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-7 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14.28571%;
-ms-flex: 0 0 14.28571%;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.xlarge-up-8 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xlarge-up-8 > .columns {
-webkit-box-flex: 0;
-webkit-flex: 0 0 12.5%;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
}  .mobx-holder {
position: fixed;
overflow: hidden;
z-index: 99999;
width: 100%;
height: 100%;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
will-change: opacity, visibility;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobx-holder * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mobx-holder svg {
pointer-events: none;
}
.mobx-open {
pointer-events: auto;
visibility: visible;
opacity: 1;
}
.mobx-rtl {
direction: rtl;
}
.mobx-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-ms-touch-action: none;
touch-action: none;
-webkit-transition: opacity 0.45s ease;
transition: opacity 0.45s ease;
}
.mobx-hide {
opacity: 0;
-webkit-transition: none;
transition: none;
}
.mobx-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
will-change: opacity;
-webkit-transform: translateZ(0);
transform: translateZ(0);
background-color: rgba(255, 255, 255, 0.95);
}
.mobx-ui:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.mobx-open-tooltip .mobx-ui:after {
opacity: 1;
visibility: visible;
} .mobx-video:before,
.mobx-video:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-share-tooltip *:after {
background-image: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/img/modulobox.svg);
background-repeat: no-repeat;
background-color: transparent;
} .mobx-top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
will-change: transform;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar,
.mobx-holder:not(.mobx-open) .mobx-top-bar {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .mobx-bottom-bar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
will-change: transform;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar,
.mobx-holder:not(.mobx-open) .mobx-bottom-bar {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .mobx-caption {
position: relative;
display: block;
width: 100%;
padding: 0;
margin: 0;
pointer-events: none;
}
.mobx-caption-inner {
max-width: 420px;
margin: 0 auto;
pointer-events: auto;
cursor: default;
}
.mobx-title {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
text-align: center;
color: #282828;
}
.mobx-desc {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
color: #282828;
}
.mobx-title + .mobx-desc {
margin: -6px 0 0 0;
padding: 0 10px 10px;
} .mobx-item,
.mobx-item-inner {
position: absolute;
display: block;
overflow: hidden;
left: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
-ms-touch-action: none;
touch-action: none;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center;
transform-origin: center;
}
.mobx-item-inner {
overflow: auto;
}
.mobx-img,
.mobx-panzoom .mobx-item {
cursor: -webkit-grab;
cursor: grab;
}
.mobx-dragging .mobx-item * {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.mobx-img,
.mobx-html,
.mobx-video,
.mobx-iframe,
.mobx-error {
position: absolute;
display: block;
height: 0;
width: 0;
max-width: none;
padding: 0;
margin: 0;
opacity: 0;
will-change: opacity;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.mobx-media-loaded {
opacity: 1;
visibility: visible;
}
.mobx-error,
.mobx-html-inner {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobx-error {
width: 100%;
height: auto;
padding: 20px 60px;
color: #282828;
pointer-events: none;
text-align: center;
}
.mobx-html {
pointer-events: none;
}
.mobx-html-inner {
position: relative;
display: inline-block;
overflow: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
} .mobx-video {
cursor: pointer;
background-color: rgba(255, 255, 255, 0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mobx-video.mobx-playing {
background: none !important;
}
.mobx-video:before,
.mobx-video:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 80px;
height: 80px;
padding: 0;
margin: -44px 0 0 -44px;
border: 4px solid #282828;
border-radius: 100%;
background-size: 175px;
background-position: 28px -414px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.mobx-video.mobx-loading:before {
border-color: transparent;
}
.mobx-video:after {
opacity: 0;
visibility: hidden;
background-image: none;
background-color: transparent;
border-color: transparent;
border-left-color: #282828;
}
.mobx-video.mobx-loading:after {
opacity: 1;
visibility: visible;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
.mobx-video.mobx-playing:before,
.mobx-video.mobx-playing:after {
opacity: 0;
}
.mobx-video video,
.mobx-video iframe,
.mobx-video .mejs-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
opacity: 0;
background: rgba(255, 255, 255, 0.9);
pointer-events: none;
-webkit-transition: opacity 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out;
}
.mobx-video iframe {
background: none;
}
.mobx-video.mobx-playing video,
.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe {
opacity: 1;
pointer-events: auto;
} .mobx-fullscreen .mejs-fullscreen-button {
display: none;
} .mobx-counter {
position: relative;
display: inline-block;
float: left;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #282828;
opacity: 0.75;
margin: 0 10px;
letter-spacing: 0.6px;
}
.mobx-rtl .mobx-counter {
float: right;
} .mobx-timer {
position: relative;
display: inline-block;
float: left;
width: 24px;
height: 24px;
margin: 10px 0 10px 5px;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-rtl .mobx-timer {
float: right;
}
.mobx-autoplay .mobx-timer {
opacity: 1;
} .mobx-loader {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
outline: 1px solid transparent;
border-radius: 50%;
border-width: 3px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: rgba(255, 255, 255, 0.9);
border-left: 3px solid #282828;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
@-webkit-keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .mobx-share-tooltip {
position: absolute;
display: block;
z-index: 2;
width: 120px;
top: 50px;
opacity: 0;
visibility: hidden;
background: #282828;
will-change: transform;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.mobx-share-tooltip:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
top: -12px;
right: 14px;
border: 6px solid transparent;
border-bottom-color: #f9fafb;
}
.mobx-share-tooltip[data-position=left]:before {
left: 14px;
right: auto;
}
.mobx-open-tooltip .mobx-share-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mobx-share-tooltip span {
display: block;
width: 100%;
height: 40px;
padding: 10px;
color: #777777;
font-size: 14px;
line-height: 22px;
text-align: center;
background: #f9fafb;
-webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.03);
} .mobx-ui button,
.mobx-share-tooltip *:after {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-ui button:hover,
.mobx-share-tooltip button:hover:after {
opacity: 1;
}
.mobx-share-tooltip button:after {
position: absolute;
content: "";
top: 0;
left: 0;
opacity: 0;
}
.mobx-share-tooltip button {
float: left;
}
.mobx-rtl .mobx-share-tooltip button {
float: right;
}
.mobx-top-bar button {
float: right;
margin: 2px;
opacity: 0.75;
}
.mobx-rtl .mobx-top-bar button {
float: left;
}
button.mobx-prev,
button.mobx-next {
position: absolute;
left: 1rem;
top: 50%;
width: 44px;
height: 44px;
margin: 0 6px;
opacity: 0.75;
border: 1px solid rgb(0, 0, 0);
border-bottom: 2px solid rgb(0, 0, 0);
will-change: transform;
-webkit-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
button.mobx-next {
left: auto;
right: 1rem;
}
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev,
.mobx-holder:not(.mobx-open) .mobx-prev {
-webkit-transform: translateX(-120%) translateY(-50%);
transform: translateX(-120%) translateY(-50%);
}
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next,
.mobx-holder:not(.mobx-open) .mobx-next {
-webkit-transform: translateX(120%) translateY(-50%);
transform: translateX(120%) translateY(-50%);
}
.mobx-holder[data-zoom=false] .mobx-zoom,
.mobx-holder[data-zoom=false] .mobx-zoom:hover,
.mobx-holder[data-download=false] .mobx-download,
.mobx-holder[data-download=false] .mobx-download:hover {
opacity: 0.45;
cursor: default;
}
.mobx-prev {
left: 0;
background-position: -36px 9px;
}
.mobx-next {
right: 0;
background-position: -36px -35px;
}
.mobx-close {
background-position: -36px -76px;
}
.mobx-zoom {
background-position: -36px -120px;
}
.mobx-panzoom .mobx-zoom {
background-position: -36px -164px;
}
.mobx-play {
background-position: -36px -208px;
}
.mobx-autoplay .mobx-play {
background-position: -36px -252px;
}
.mobx-download {
background-position: -36px -296px;
}
.mobx-share {
background-position: -36px -340px;
}
.mobx-fullscreen {
background-position: -36px -384px;
}
.mobx-fullscreen .mobx-fullscreen {
background-position: -36px -428px;
}
.mobx-facebook {
background-position: -32px -472px;
}
.mobx-facebook:after {
background-color: #3b5998;
background-position: 12px -472px;
}
.mobx-twitter {
background-position: -32px -516px;
}
.mobx-twitter:after {
background-color: #1da1f2;
background-position: 12px -516px;
}
.mobx-googleplus {
background-position: -32px -560px;
}
.mobx-googleplus:after {
background-color: #dd4b39;
background-position: 12px -560px;
}
.mobx-pinterest {
background-position: -32px -604px;
}
.mobx-pinterest:after {
background-color: #bd081c;
background-position: 12px -604px;
}
.mobx-linkedin {
background-position: -32px -648px;
}
.mobx-linkedin:after {
background-color: #0077b5;
background-position: 12px -648px;
}
.mobx-reddit {
background-position: -32px -692px;
}
.mobx-reddit:after {
background-color: #ff4500;
background-position: 12px -692px;
}
.mobx-tumblr {
background-position: -32px -736px;
}
.mobx-tumblr:after {
background-color: #35465c;
background-position: 12px -736px;
}
.mobx-blogger {
background-position: -32px -780px;
}
.mobx-blogger:after {
background-color: #f57d00;
background-position: 12px -780px;
}
.mobx-buffer {
background-position: -32px -824px;
}
.mobx-buffer:after {
background-color: #323b43;
background-position: 12px -824px;
}
.mobx-digg {
background-position: -34px -868px;
}
.mobx-digg:after {
background-color: #005be2;
background-position: 10px -868px;
}
.mobx-stumbleupon {
background-position: -32px -912px;
}
.mobx-stumbleupon:after {
background-color: #eb4924;
background-position: 12px -912px;
}
.mobx-evernote {
background-position: -32px -956px;
}
.mobx-evernote:after {
background-color: #2dbe60;
background-position: 12px -956px;
} .mobx-thumbs-holder,
.mobx-thumbs-inner {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0 auto;
}
.mobx-thumbs-holder {
position: relative;
}
.mobx-thumb {
position: absolute;
margin: 0;
will-change: left;
background-color: rgb(25, 25, 25);
outline: 0 solid transparent;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.mobx-thumb:hover {
background-color: rgb(50, 50, 50);
}
.mobx-thumb:after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.0001;
-webkit-transform: translateZ(0);
transform: translateZ(0);
border: 2px solid #282828;
}
.mobx-active-thumb:after {
opacity: 0.9999;
}
.mobx-thumb-bg {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
will-change: opacity, visibility;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-thumb-loaded {
visibility: visible;
opacity: 0.5;
}
.mobx-thumb-bg:hover,
.mobx-active-thumb .mobx-thumb-loaded {
opacity: 1;
}
.mobx-thumbs-holder {
cursor: -webkit-grab;
cursor: grab;
}
.mobx-dragging .mobx-thumbs-holder {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.mobx-thumb-video:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 50%;
width: 40px;
height: 40px;
margin: -20px auto 0 auto;
background-position: 12px -208px;
} @media screen and (max-height: 800px) {
.mobx-video:before,
.mobx-video:after {
width: 60px;
height: 60px;
margin: -34px 0 0 -34px;
background-size: 125px;
background-position: 22px -294px;
}
}
@media screen and (max-height: 360px) {
.mobx-video:before,
.mobx-video:after {
width: 40px;
height: 40px;
margin: -24px 0 0 -24px;
background-size: initial;
background-position: 14px -208px;
border-width: 3px;
}
}
@media screen and (max-width: 400px) {
.mobx-timer {
margin: 10px 0;
}
.mobx-top-bar button {
margin: 2px 0;
}
}
@media screen and (max-width: 360px) {
.mobx-counter {
margin: 0 6px 0 4px;
}
.mobx-top-bar button {
width: 34px;
}
}
@media only screen and (min-device-pixel-ratio: 2) and (max-width: 380px) {
.mobx-top-bar button {
width: 40px;
}
}
.has-text-align-left {
text-align: left;
}
.has-text-align-right {
text-align: right;
}
.has-text-aligntext-center {
text-align: center;
}
.has-text-align-justify {
text-align: justify;
}
article > layout > * {
margin-left: var(--default-editor, auto);
margin-right: var(--default-editor, auto);
}
article > layout > *.alignwide {
max-width: var(--default-editor, var(--block-wide-max-width));
}
article > layout > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
max-width: var(--default-editor, var(--block-max-width));
}
article > layout > *:not(.alignfull):not(.alignleft):not(.alignright) {
width: var(--default-editor, var(--block-width));
}
.site-main article layout > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: calc(100% - 4rem);
} @font-face {
font-family: swiper-icons;
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color:#007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: x mandatory;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
-webkit-scroll-snap-type: y mandatory;
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-ordinal-group: 10000;
-webkit-order: 9999;
-ms-flex-order: 9999;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-start: var(--swiper-centered-offset-before);
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-before: var(--swiper-centered-offset-before);
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
display: none !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s opacity;
transition: 0.3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s top;
transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s left;
transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s right;
transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000;
}
@-webkit-keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
-webkit-filter: blur(50px);
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transition-property: opacity, height, -webkit-transform;
transition-property: opacity, height, -webkit-transform;
transition-property: transform, opacity, height;
transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
@font-face {
font-family: "Zywiec Sans";
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.eot);
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.woff2) format("woff2"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.woff) format("woff"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.ttf) format("truetype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/zywiec_sans-regular-webfont.svg#zywiec_sansregular) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Klavika Regular";
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.eot);
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.eot?#iefix) format("embedded-opentype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.woff2) format("woff2"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.woff) format("woff"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.ttf) format("truetype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Regular.svg#Klavika-Regular) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Klavika Bold";
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.eot);
src: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.eot?#iefix) format("embedded-opentype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.woff2) format("woff2"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.woff) format("woff"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.ttf) format("truetype"), url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/fonts/Klavika-Bold.svg#Klavika-Bold) format("svg");
font-weight: bold;
font-style: normal;
} * {
color: #001489;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
margin-bottom: 0.375em;
color: #001489;
line-height: 1.14;
display: block;
margin-top: 0;
position: relative;
text-transform: uppercase;
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
}
h1 i, h1 b,
h1 strong,
.h1 i,
.h1 b,
.h1 strong,
h2 i,
h2 b,
h2 strong,
.h2 i,
.h2 b,
.h2 strong,
h3 i,
h3 b,
h3 strong,
.h3 i,
.h3 b,
.h3 strong,
h4 i,
h4 b,
h4 strong,
.h4 i,
.h4 b,
.h4 strong,
h5 i,
h5 b,
h5 strong,
.h5 i,
.h5 b,
.h5 strong {
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
}
h1.primary,
.h1.primary,
h2.primary,
.h2.primary,
h3.primary,
.h3.primary,
h4.primary,
.h4.primary,
h5.primary,
.h5.primary {
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
}
h1.primary i, h1.primary b,
h1.primary strong,
.h1.primary i,
.h1.primary b,
.h1.primary strong,
h2.primary i,
h2.primary b,
h2.primary strong,
.h2.primary i,
.h2.primary b,
.h2.primary strong,
h3.primary i,
h3.primary b,
h3.primary strong,
.h3.primary i,
.h3.primary b,
.h3.primary strong,
h4.primary i,
h4.primary b,
h4.primary strong,
.h4.primary i,
.h4.primary b,
.h4.primary strong,
h5.primary i,
h5.primary b,
h5.primary strong,
.h5.primary i,
.h5.primary b,
.h5.primary strong {
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
}
h1.primary.light,
.h1.primary.light,
h2.primary.light,
.h2.primary.light,
h3.primary.light,
.h3.primary.light,
h4.primary.light,
.h4.primary.light,
h5.primary.light,
.h5.primary.light {
font-family: "Zywiec Sans", sans-serif;
font-weight: 300;
}
h1.primary.light b,
h1.primary.light strong,
.h1.primary.light b,
.h1.primary.light strong,
h2.primary.light b,
h2.primary.light strong,
.h2.primary.light b,
.h2.primary.light strong,
h3.primary.light b,
h3.primary.light strong,
.h3.primary.light b,
.h3.primary.light strong,
h4.primary.light b,
h4.primary.light strong,
.h4.primary.light b,
.h4.primary.light strong,
h5.primary.light b,
h5.primary.light strong,
.h5.primary.light b,
.h5.primary.light strong {
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
}
h1,
.h1 {
font-size: calc(36px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h1,
.h1 {
font-size: calc(36px + 28 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h1,
.h1 {
font-size: calc(64px * var(--font-scale-factor));
}
}
h1.secondary,
.h1.secondary {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
font-size: calc(36px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h1.secondary,
.h1.secondary {
font-size: calc(36px + 12 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h1.secondary,
.h1.secondary {
font-size: calc(48px * var(--font-scale-factor));
}
}
h1.secondary.light,
.h1.secondary.light {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
h2,
.h2 {
font-size: calc(32px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h2,
.h2 {
font-size: calc(32px + 24 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h2,
.h2 {
font-size: calc(56px * var(--font-scale-factor));
}
}
h2.secondary,
.h2.secondary {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
font-size: calc(32px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h2.secondary,
.h2.secondary {
font-size: calc(32px + 8 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h2.secondary,
.h2.secondary {
font-size: calc(40px * var(--font-scale-factor));
}
}
h2.secondary.light,
.h2.secondary.light {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
h3,
.h3 {
font-size: calc(28px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h3,
.h3 {
font-size: calc(28px + 20 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h3,
.h3 {
font-size: calc(48px * var(--font-scale-factor));
}
}
h3.secondary,
.h3.secondary {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
font-size: calc(28px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h3.secondary,
.h3.secondary {
font-size: calc(28px + 8 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h3.secondary,
.h3.secondary {
font-size: calc(36px * var(--font-scale-factor));
}
}
h3.secondary.light,
.h3.secondary.light {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
h4,
.h4 {
font-size: calc(24px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h4,
.h4 {
font-size: calc(24px + 16 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h4,
.h4 {
font-size: calc(40px * var(--font-scale-factor));
}
}
h4.secondary,
.h4.secondary {
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(20px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h4.secondary,
.h4.secondary {
font-size: calc(20px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h4.secondary,
.h4.secondary {
font-size: calc(24px * var(--font-scale-factor));
}
}
h4.secondary.light,
.h4.secondary.light {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
h5,
.h5 {
font-size: calc(20px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h5,
.h5 {
font-size: calc(20px + 12 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h5,
.h5 {
font-size: calc(32px * var(--font-scale-factor));
}
}
h5.secondary,
.h5.secondary {
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
h5.secondary,
.h5.secondary {
font-size: calc(18px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
h5.secondary,
.h5.secondary {
font-size: calc(22px * var(--font-scale-factor));
}
}
h5.secondary.light,
.h5.secondary.light {
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
strong,
b {
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
}
ul {
padding: 0 0 0 1rem;
margin: 0 0 1.5em;
}
ul li {
line-height: 1.5;
letter-spacing: 0.25px;
font-size: calc(15px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
ul li {
font-size: calc(15px + 2 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
ul li {
font-size: calc(17px * var(--font-scale-factor));
}
}
.sub-title,
.sub_title {
text-transform: uppercase;
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 1.48em;
font-size: calc(14px * var(--font-scale-factor));
margin-bottom: 8px;
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
}
@media screen and (min-width: 321px) {
.sub-title,
.sub_title {
font-size: calc(14px + 6 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.sub-title,
.sub_title {
font-size: calc(20px * var(--font-scale-factor));
}
}
@media screen and (min-width: 321px) {
.sub-title,
.sub_title {
margin-bottom: calc(8px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.sub-title,
.sub_title {
margin-bottom: 16px;
}
}
.lead {
position: relative;
display: block;
margin-top: 0;
line-height: 1.5;
letter-spacing: 0.35px;
margin-bottom: 24px;
font-size: calc(18px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
.lead {
margin-bottom: calc(24px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.lead {
margin-bottom: 32px;
}
}
@media screen and (min-width: 321px) {
.lead {
font-size: calc(18px + 2 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.lead {
font-size: calc(20px * var(--font-scale-factor));
}
}
.lead:empty {
display: none;
}
.lead:last-child {
margin-bottom: 0;
}
.number {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
line-height: 1.48;
margin-bottom: 1rem;
}
.number span {
display: block;
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(20px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.number span {
font-size: calc(20px + 12 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.number span {
font-size: calc(32px * var(--font-scale-factor));
}
}
.number span.prefix, .number span.suffix {
white-space: break-spaces;
}
.number span.digit {
white-space: nowrap;
}
@media (min-width: 640px) {
.number[data-size=large] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.14;
}
}
.number[data-size=large] span.prefix, .number[data-size=large] span.suffix {
font-size: calc(24px * var(--font-scale-factor));
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
}
@media screen and (min-width: 321px) {
.number[data-size=large] span.prefix, .number[data-size=large] span.suffix {
font-size: calc(24px + 8 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.number[data-size=large] span.prefix, .number[data-size=large] span.suffix {
font-size: calc(32px * var(--font-scale-factor));
}
}
.number[data-size=large] span.digit {
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(42px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.number[data-size=large] span.digit {
font-size: calc(42px + 28 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.number[data-size=large] span.digit {
font-size: calc(70px * var(--font-scale-factor));
}
}
.number:only-child {
margin-bottom: 0;
}
.tag {
position: relative;
display: inline-block;
vertical-align: middle;
color: #333333;
line-height: 1.5;
text-transform: uppercase;
padding: 0.25rem 0.625rem;
background-color: #E3E1E1;
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(12px * var(--font-scale-factor));
margin-bottom: 8px;
}
@media screen and (min-width: 321px) {
.tag {
font-size: calc(12px + 2 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.tag {
font-size: calc(14px * var(--font-scale-factor));
}
}
@media screen and (min-width: 321px) {
.tag {
margin-bottom: calc(8px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.tag {
margin-bottom: 16px;
}
}
p {
display: block;
position: relative;
margin-top: 0;
line-height: 1.2;
margin-bottom: 24px;
font-size: calc(16px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
p {
margin-bottom: calc(24px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
p {
margin-bottom: 32px;
}
}
@media screen and (min-width: 321px) {
p {
font-size: calc(16px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
p {
font-size: calc(20px * var(--font-scale-factor));
}
}
p:empty {
display: none;
}
p:last-child {
margin-bottom: 0;
}
a {
color: #001489;
position: relative;
text-decoration: underline;
-webkit-transition: color 0.25s ease;
transition: color 0.25s ease;
font-size: calc(16px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
a {
font-size: calc(16px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
a {
font-size: calc(20px * var(--font-scale-factor));
}
}
a:hover, a:focus, a:active {
color: #3343a1;
}
.mb-05 {
margin-bottom: 0.5rem;
}
.mb-1 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.mb-5 {
margin-bottom: 5rem;
}
.site-main.alignfullpage {
width: 100vw;
height: calc(100vh - 230px - 80px + 1px);
}
@media (min-width: 1024px) {
.site-main.alignfullpage {
height: calc(100vh - 107px - 32px);
}
}
.site-main .narrow-block {
max-width: calc(100% - 3rem);
margin-left: auto;
margin-right: auto;
}
@media (min-width: 640px) {
.site-main .narrow-block {
max-width: calc(100% - 7.4rem);
}
}
@media (min-width: 768px) {
.site-main .narrow-block {
max-width: calc(100% - 15rem);
}
}
@media (min-width: 1024px) {
.site-main .narrow-block {
max-width: 52rem;
}
}
.site-main .single-page > *:not(.layout, .alignwide, .alignfull, .alignnarrow) {
max-width: calc(100% - 3rem);
margin-left: auto;
margin-right: auto;
}
@media (min-width: 640px) {
.site-main .single-page > *:not(.layout, .alignwide, .alignfull, .alignnarrow) {
max-width: calc(100% - 7.4rem);
}
}
@media (min-width: 768px) {
.site-main .single-page > *:not(.layout, .alignwide, .alignfull, .alignnarrow) {
max-width: calc(100% - 15rem);
}
}
@media (min-width: 1024px) {
.site-main .single-page > *:not(.layout, .alignwide, .alignfull, .alignnarrow) {
max-width: 52rem;
}
}
.site-main .single-page .zywiec-padding .row:first-of-type {
padding: 0 22px;
}
@media (min-width: 640px) {
.site-main .single-page .zywiec-padding .row:first-of-type {
padding: 0 60px;
}
}
@media (min-width: 768px) {
.site-main .single-page .zywiec-padding .row:first-of-type {
padding: 0 80px;
}
}
@media (min-width: 1024px) {
.site-main .single-page .zywiec-padding .row:first-of-type {
padding: 0 92px;
}
}
.site-main .single-page .alignwide {
max-width: 90rem;
margin-left: auto;
margin-right: auto;
}
.site-main .single-page .alignnarrow {
max-width: 90rem;
margin-left: auto;
margin-right: auto;
}
.site-main .single-page .alignnarrow .row:first-of-type {
padding: 0 22px;
}
@media (min-width: 640px) {
.site-main .single-page .alignnarrow .row:first-of-type {
padding: 0 60px;
}
}
@media (min-width: 768px) {
.site-main .single-page .alignnarrow .row:first-of-type {
padding: 0 80px;
}
}
@media (min-width: 1024px) {
.site-main .single-page .alignnarrow .row:first-of-type {
padding: 0 92px;
}
}
.site-main .single-page .alignfull {
width: 100%;
}
html, body {
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: underline;
}
*, *:hover, *:focus {
outline: 0;
}
.transition {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
main {
display: block;
position: relative;
max-width: 100%;
padding-top: var(--header-offset);
} header {
display: block;
position: fixed;
background-color: #ffffff;
max-width: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 12;
}
header .columns {
position: relative;
}
.search-results header {
position: relative !important;
}
.admin-bar header {
top: 2.875rem;
}
@media (min-width: 783px) {
.admin-bar header {
top: 2rem;
}
}
header {
height: 80px;
background: #ffffff;
}
@media (min-width: 768px) {
header {
height: 102px;
}
}
header .menu-logo {
z-index: 11;
}
header .menu-logo .logo {
display: block;
height: 100%;
margin: 13px 0 13px 22px;
}
@media (min-width: 768px) {
header .menu-logo .logo {
margin: 15px 0 15px 30px;
}
}
@media (min-width: 1024px) {
header .menu-logo .logo {
margin: 16px 0 16px 36px;
}
}
header .menu-logo .logo img {
height: 56px;
}
@media (min-width: 768px) {
header .menu-logo .logo img {
height: 70px;
}
}
@media (min-width: 1024px) {
header .menu-logo .logo img {
height: 70px;
}
}
header .menu-nav {
text-transform: uppercase;
font-weight: 700;
font-size: 1rem;
line-height: 1.2em;
position: relative;
}
header .menu-nav .menu-container {
background-color: #ffffff;
}  footer {
display: block;
padding: 2em 3vw 0 3vw;
max-width: 100%;
text-transform: uppercase;
font-size: calc(16px * var(--font-scale-factor));
}
.admin-bar footer {
top: calc(100vh - 3rem);
}
@media (min-width: 783px) {
.admin-bar footer {
top: calc(100vh - 2rem);
}
}
footer * {
color: #001489;
font-weight: 400;
}
footer ul {
margin: 0;
list-style: none;
}
footer a {
text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
text-decoration: none;
}
footer .footer-nav {
line-height: 1.5em;
}
footer .footer-nav ul.menu {
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
footer .footer-nav ul.menu li {
padding: 0.5em 0;
}
footer .footer-nav ul.menu a {
color: #001489;
text-decoration: none;
font-size: calc(16px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
}
@media screen and (min-width: 321px) {
footer .footer-nav ul.menu a {
font-size: calc(16px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
footer .footer-nav ul.menu a {
font-size: calc(16px * var(--font-scale-factor));
}
}
footer .footer-nav ul.menu a:hover {
color: rgba(0, 20, 137, 0.7);
}
@media screen and (min-width: 1024px) {
footer .footer-nav ul.menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
footer .footer-nav ul.menu li {
display: inline-block;
padding: 0.5em 0.5em;
}
footer .footer-nav ul.menu li:first-of-type {
padding-left: 0;
}
footer .footer-nav ul.menu li:last-of-type {
padding-right: 0;
}
}
footer div:has(.footer-alcohol-icon) {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
footer .footer-alcohol-icon {
font-family: "Klavika Regular", sans-serif;
font-size: calc(16px * var(--font-scale-factor));
padding: 1.7em 0;
}
footer .footer-alcohol-icon img {
height: 28px;
}
footer .footer-alcohol-icon .drink-responsibly {
display: block;
}
@media (min-width: 1024px) {
footer .footer-alcohol-icon .drink-responsibly {
display: inline-block;
}
}
footer ul.footer-social-icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 0.375em 0 0 0;
}
footer ul.footer-social-icons li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0.375em 0.75em;
}
footer ul.footer-social-icons li:first-of-type {
padding-left: 0;
}
footer ul.footer-social-icons li:last-of-type {
padding-right: 0;
}
footer ul.footer-social-icons li a {
font-size: calc(16px * var(--font-scale-factor));
font-family: "Klavika Regular", sans-serif;
font-weight: normal;
text-decoration: none;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 321px) {
footer ul.footer-social-icons li a {
font-size: calc(16px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
footer ul.footer-social-icons li a {
font-size: calc(16px * var(--font-scale-factor));
}
}
footer ul.footer-social-icons li a:hover {
opacity: 0.7;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
footer .bottom-block {
padding-bottom: 32px;
}
footer .bottom-block-compliance {
margin-bottom: 1rem;
}
footer .bottom-block-compliance div, footer .bottom-block-compliance p, footer .bottom-block-compliance a {
font-family: "Klavika Regular", sans-serif;
font-size: calc(12px * var(--font-scale-factor));
}
@media screen and (min-width: 1024px) {
footer .footer-alcohol-icon {
padding: 0;
}
footer .footer-alcohol-icon img {
height: 28px;
}
footer ul.footer-social-icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: right;
-webkit-justify-content: right;
-ms-flex-pack: right;
justify-content: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding-top: 0;
}
}
@media screen and (min-width: 1400px) {
footer ul.footer-social-icons {
-webkit-box-pack: right;
-webkit-justify-content: right;
-ms-flex-pack: right;
justify-content: right;
}
}
.responsive-card-table {
width: 100%;
border-collapse: collapse;
}
.responsive-card-table.unstriped tbody {
background-color: transparent;
}
.responsive-card-table th {
background-color: #ffffff;
}
.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
border: 1px solid #001489;
}
@media screen and (max-width: 768px) {
.responsive-card-table { }
.responsive-card-table thead tr {
position: absolute;
top: -9999em;
left: -9999em;
}
.responsive-card-table tr {
border: 1px solid #001489;
display: block;
}
.responsive-card-table tr + tr {
margin-top: 1.5rem;
}
.responsive-card-table td {
border: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #001489;
padding: 0.5em 0.5em 0.5em 50%;
position: relative;
}
.responsive-card-table td:before {
content: attr(data-label);
display: inline-block;
font-weight: bold;
line-height: 1.5;
margin-right: 0.875em;
width: 50%;
word-break: break-word;
position: relative;
z-index: 1;
}
.responsive-card-table td:after {
content: "";
position: absolute;
width: 50%;
height: 100%;
left: 1px;
top: 0;
z-index: 0;
border-right: 1px solid #001489;
}
}
.single-places-layout .single-place-wrap {
margin-top: 32px;
}
@media (min-width: 640px) {
.single-places-layout .single-place-wrap {
position: relative;
height: 100%;
margin-top: 0;
}
}
.single-places-layout .single-place-wrap-img {
max-height: 330px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 640px) {
.single-places-layout .single-place-wrap-img {
position: absolute;
height: 100%;
max-height: unset;
}
}
.single-places-layout .single-place-address {
margin-bottom: 8px;
}
.single-places-layout .single-place-description {
margin-top: 24px;
}
.single-places-layout .places-social-links {
margin-top: 24px;
}
.single-places-layout .places-social-links .social-link {
margin-right: 24px;
text-decoration: none;
}
.single-places-layout .places-gallery {
margin-top: 8px;
}
@media (min-width: 768px) {
.single-places-layout .places-gallery {
margin-top: 40px;
}
}
.single-places-layout .places-gallery-img {
width: 100%;
max-height: 360px;
}
.single-artists-layout .single-artist-wrap {
margin-top: 32px;
}
@media (min-width: 640px) {
.single-artists-layout .single-artist-wrap {
position: relative;
height: 100%;
margin-top: 0;
}
}
.single-artists-layout .single-artist-wrap-img {
max-height: 330px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 640px) {
.single-artists-layout .single-artist-wrap-img {
position: absolute;
height: 100%;
max-height: unset;
}
}
.single-artists-layout .single-artist-address {
margin-bottom: 8px;
}
.single-artists-layout .single-artist-description {
margin-top: 24px;
}
.single-artists-layout .places-social-links {
margin-top: 24px;
}
.single-artists-layout .places-social-links .social-link {
margin-right: 24px;
text-decoration: none;
}
.single-artists-layout .places-gallery {
margin-top: 8px;
}
@media (min-width: 768px) {
.single-artists-layout .places-gallery {
margin-top: 40px;
}
}
.single-artists-layout .places-gallery-img {
width: 100%;
max-height: 360px;
}
.single-events-layout h2 {
margin-bottom: 8px;
}
.single-events-layout .single-place-wrap {
margin-top: 32px;
position: relative;
}
@media (min-width: 640px) {
.single-events-layout .single-place-wrap {
height: 100%;
margin-top: 0;
}
}
.single-events-layout .single-place-wrap-img {
max-height: 330px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 640px) {
.single-events-layout .single-place-wrap-img {
position: absolute;
height: 100%;
max-height: unset;
}
}
.single-events-layout .single-place-wrap .single-date-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
position: absolute;
width: 100%;
padding: 16px 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #001489;
z-index: 9;
}
@media (min-width: 1024px) {
.single-events-layout .single-place-wrap .single-date-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px 80px 16px 24px;
-webkit-box-align: unset;
-webkit-align-items: unset;
-ms-flex-align: unset;
align-items: unset;
-webkit-box-pack: unset;
-webkit-justify-content: unset;
-ms-flex-pack: unset;
justify-content: unset;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
max-width: 100%;
}
}
.single-events-layout .single-place-wrap .single-date-box-month, .single-events-layout .single-place-wrap .single-date-box-time {
margin: 0;
color: #ffffff;
}
.single-events-layout .single-place-wrap .single-date-box-month {
font-size: 1.5rem;
font-weight: 700;
line-height: normal;
}
@media (min-width: 1024px) {
.single-events-layout .single-place-wrap .single-date-box-month {
font-size: 2rem;
}
}
.single-events-layout .single-place-wrap .single-date-box-time {
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.single-events-layout .single-place-wrap .single-date-box-time {
font-size: 1.5rem;
}
}
.single-events-layout .single-place-address {
margin-bottom: 8px;
}
.single-events-layout .single-place-description {
margin-top: 24px;
}
.single-events-layout .single-place-subtitle {
font-size: 1.25rem;
text-transform: none;
margin-top: 16px;
margin-bottom: 0;
}
@media (min-width: 1024px) {
.single-events-layout .single-place-subtitle {
font-size: 1.5rem;
}
}
.single-events-layout .places-social-links {
margin-top: 24px;
}
.single-events-layout .places-social-links .social-link {
margin-right: 24px;
text-decoration: none;
}
.single-events-layout .places-gallery {
margin-top: 8px;
}
@media (min-width: 768px) {
.single-events-layout .places-gallery {
margin-top: 40px;
}
}
.single-events-layout .places-gallery-img {
width: 100%;
max-height: 360px;
}  .button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
display: inline-block;
vertical-align: middle;
position: relative;
border-radius: 0;
text-align: center;
border: 1px solid transparent;
border-bottom-width: 3px;
cursor: pointer;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: border 0.25s ease, background-color 0.25s ease, color 0.25s ease;
transition: border 0.25s ease, background-color 0.25s ease, color 0.25s ease;
line-height: 1.7em;
text-decoration: none;
font-family: "Zywiec Sans", sans-serif;
font-weight: 400;
font-size: calc(16px * var(--font-scale-factor));
padding-top: 16px;
padding-right: 60px;
padding-bottom: 16px;
padding-left: 60px;
}
.button:hover,
.wp-core-ui .acf-block-body .button:hover,
input[type=submit]:hover {
text-decoration: none;
}
@media screen and (min-width: 321px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
font-size: calc(16px + 2 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
font-size: calc(18px * var(--font-scale-factor));
}
}
@media screen and (min-width: 321px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-top: calc(16px + 2 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-top: 18px;
}
}
@media screen and (min-width: 321px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-right: calc(60px + 0 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-right: 60px;
}
}
@media screen and (min-width: 321px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-bottom: calc(16px + 2 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-bottom: 18px;
}
}
@media screen and (min-width: 321px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-left: calc(60px + 0 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button,
.wp-core-ui .acf-block-body .button,
input[type=submit] {
padding-left: 60px;
}
}
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
font-size: calc(14px * var(--font-scale-factor));
padding-top: 10px;
padding-right: 24px;
padding-bottom: 7px;
padding-left: 24px;
}
@media screen and (min-width: 321px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
font-size: calc(14px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
font-size: calc(14px * var(--font-scale-factor));
}
}
@media screen and (min-width: 321px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-top: calc(10px + 1 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-top: 11px;
}
}
@media screen and (min-width: 321px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-right: calc(24px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-right: 32px;
}
}
@media screen and (min-width: 321px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-bottom: calc(7px + 1 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-bottom: 8px;
}
}
@media screen and (min-width: 321px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-left: calc(24px + 8 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.button.button-small,
.wp-core-ui .acf-block-body .button.button-small,
input[type=submit].button-small {
padding-left: 32px;
}
}
.button.primary,
.wp-core-ui .acf-block-body .button.primary,
input[type=submit].primary {
color: #ffffff;
background-color: #001489;
border-color: #001489;
}
.button.secondary,
.wp-core-ui .acf-block-body .button.secondary,
input[type=submit].secondary {
background-color: #E4002B;
border-color: #E4002B;
}
.button.secondary_underline,
.wp-core-ui .acf-block-body .button.secondary_underline,
input[type=submit].secondary_underline {
display: inline-block;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
color: #001489;
border-bottom-color: #001489;
border-bottom-width: 6px;
padding: 0.375em 0 0.2em 0;
}
.button.type-link,
.wp-core-ui .acf-block-body .button.type-link,
input[type=submit].type-link {
padding: 0;
text-transform: none;
border-width: 0;
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(16px * var(--font-scale-factor));
}
.button.type-link span::after,
.wp-core-ui .acf-block-body .button.type-link span::after,
input[type=submit].type-link span::after {
content: "";
height: 1px;
width: 100%;
display: block;
position: absolute;
top: 100%;
background-color: #000000;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.button.type-link[data-icon] span::after,
.wp-core-ui .acf-block-body .button.type-link[data-icon] span::after,
input[type=submit].type-link[data-icon] span::after {
width: calc(100% - 2rem);
}
.button.type-link[data-icon] span::before,
.wp-core-ui .acf-block-body .button.type-link[data-icon] span::before,
input[type=submit].type-link[data-icon] span::before {
width: 1.5rem;
height: 1.5rem;
display: block;
position: absolute;
top: 0;
line-height: 1.25rem;
font-size: 1.5rem;
}
.button.type-link[data-icon] img,
.wp-core-ui .acf-block-body .button.type-link[data-icon] img,
input[type=submit].type-link[data-icon] img {
opacity: 1;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.button.type-link[data-icon=left] span::after,
.wp-core-ui .acf-block-body .button.type-link[data-icon=left] span::after,
input[type=submit].type-link[data-icon=left] span::after {
right: 0;
}
.button.type-link[data-icon=left] span::before,
.wp-core-ui .acf-block-body .button.type-link[data-icon=left] span::before,
input[type=submit].type-link[data-icon=left] span::before {
left: 0;
}
.button.type-link[data-icon=right] span::after,
.wp-core-ui .acf-block-body .button.type-link[data-icon=right] span::after,
input[type=submit].type-link[data-icon=right] span::after {
left: 0;
}
.button.type-link[data-icon=right] span::before,
.wp-core-ui .acf-block-body .button.type-link[data-icon=right] span::before,
input[type=submit].type-link[data-icon=right] span::before {
right: 0;
}
@media screen and (min-width: 321px) {
.button.type-link,
.wp-core-ui .acf-block-body .button.type-link,
input[type=submit].type-link {
font-size: calc(16px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.button.type-link,
.wp-core-ui .acf-block-body .button.type-link,
input[type=submit].type-link {
font-size: calc(20px * var(--font-scale-factor));
}
}
.button.wide,
.wp-core-ui .acf-block-body .button.wide,
input[type=submit].wide {
width: 100%;
}
@media (max-width: 639px) {
.button.small-wide,
.wp-core-ui .acf-block-body .button.small-wide,
input[type=submit].small-wide {
width: 100%;
}
}
.button img,
.wp-core-ui .acf-block-body .button img,
input[type=submit] img {
display: block;
position: relative;
height: 1.625rem;
width: 1.625rem;
pointer-events: none;
}
.button[data-icon] span,
.wp-core-ui .acf-block-body .button[data-icon] span,
input[type=submit][data-icon] span {
display: inline-block;
position: relative;
pointer-events: none;
}
.button[data-icon] span img,
.wp-core-ui .acf-block-body .button[data-icon] span img,
input[type=submit][data-icon] span img {
display: block;
width: 1.5rem;
height: auto;
position: absolute;
top: 50%;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
-webkit-transform: translate(0, -50%) rotate(0deg);
transform: translate(0, -50%) rotate(0deg);
}
.button[data-icon=right] span,
.wp-core-ui .acf-block-body .button[data-icon=right] span,
input[type=submit][data-icon=right] span {
padding-right: 2.5rem;
}
.button[data-icon=right] span img,
.wp-core-ui .acf-block-body .button[data-icon=right] span img,
input[type=submit][data-icon=right] span img {
right: 0;
}
.button[data-icon=right].type-link span,
.wp-core-ui .acf-block-body .button[data-icon=right].type-link span,
input[type=submit][data-icon=right].type-link span {
padding-right: 2rem;
}
.button.loading span,
.wp-core-ui .acf-block-body .button.loading span,
input[type=submit].loading span {
position: relative;
padding-right: 2.5rem;
}
.button.loading span::after,
.wp-core-ui .acf-block-body .button.loading span::after,
input[type=submit].loading span::after {
content: "";
width: 1.625rem;
height: 1.625rem;
display: block;
top: calc(50% - 0.8125rem);
right: 0;
position: absolute;
background-size: 100% auto;
}
.button[data-icon=left] span,
.wp-core-ui .acf-block-body .button[data-icon=left] span,
input[type=submit][data-icon=left] span {
padding-left: 2.5rem;
}
.button[data-icon=left] span img,
.wp-core-ui .acf-block-body .button[data-icon=left] span img,
input[type=submit][data-icon=left] span img {
left: 0;
}
.button[data-icon=left].type-link span,
.wp-core-ui .acf-block-body .button[data-icon=left].type-link span,
input[type=submit][data-icon=left].type-link span {
padding-left: 2rem;
}
.button:hover.primary, .button:focus.primary,
.wp-core-ui .acf-block-body .button:hover.primary,
.wp-core-ui .acf-block-body .button:focus.primary,
input[type=submit]:hover.primary,
input[type=submit]:focus.primary {
color: #ffffff;
background-color: #3343a1;
border-color: #3343a1;
}
.button:hover.secondary, .button:focus.secondary,
.wp-core-ui .acf-block-body .button:hover.secondary,
.wp-core-ui .acf-block-body .button:focus.secondary,
input[type=submit]:hover.secondary,
input[type=submit]:focus.secondary {
color: #ffffff;
background-color: #ef6680;
border-color: #ef6680;
}
.button:hover.secondary_underline, .button:focus.secondary_underline,
.wp-core-ui .acf-block-body .button:hover.secondary_underline,
.wp-core-ui .acf-block-body .button:focus.secondary_underline,
input[type=submit]:hover.secondary_underline,
input[type=submit]:focus.secondary_underline {
background-color: #F0F0F0;
}
.button:hover.type-link, .button:focus.type-link,
.wp-core-ui .acf-block-body .button:hover.type-link,
.wp-core-ui .acf-block-body .button:focus.type-link,
input[type=submit]:hover.type-link,
input[type=submit]:focus.type-link {
color: #9ea0a0;
}
.button:hover.type-link span::after, .button:focus.type-link span::after,
.wp-core-ui .acf-block-body .button:hover.type-link span::after,
.wp-core-ui .acf-block-body .button:focus.type-link span::after,
input[type=submit]:hover.type-link span::after,
input[type=submit]:focus.type-link span::after {
background-color: #9ea0a0;
}
.button:hover.type-link span img, .button:focus.type-link span img,
.wp-core-ui .acf-block-body .button:hover.type-link span img,
.wp-core-ui .acf-block-body .button:focus.type-link span img,
input[type=submit]:hover.type-link span img,
input[type=submit]:focus.type-link span img {
opacity: 0.5;
}
.button:hover[data-icon=left] img[data-icon=arrow-left], .button:hover[data-icon=left] img[data-icon=chevron-left], .button:focus[data-icon=left] img[data-icon=arrow-left], .button:focus[data-icon=left] img[data-icon=chevron-left],
.wp-core-ui .acf-block-body .button:hover[data-icon=left] img[data-icon=arrow-left],
.wp-core-ui .acf-block-body .button:hover[data-icon=left] img[data-icon=chevron-left],
.wp-core-ui .acf-block-body .button:focus[data-icon=left] img[data-icon=arrow-left],
.wp-core-ui .acf-block-body .button:focus[data-icon=left] img[data-icon=chevron-left],
input[type=submit]:hover[data-icon=left] img[data-icon=arrow-left],
input[type=submit]:hover[data-icon=left] img[data-icon=chevron-left],
input[type=submit]:focus[data-icon=left] img[data-icon=arrow-left],
input[type=submit]:focus[data-icon=left] img[data-icon=chevron-left] {
-webkit-transform: translate(-0.375rem, -50%) rotate(0deg);
transform: translate(-0.375rem, -50%) rotate(0deg);
}
.button:hover[data-icon=right] img[data-icon=arrow-right], .button:hover[data-icon=right] img[data-icon=chevron-right], .button:focus[data-icon=right] img[data-icon=arrow-right], .button:focus[data-icon=right] img[data-icon=chevron-right],
.wp-core-ui .acf-block-body .button:hover[data-icon=right] img[data-icon=arrow-right],
.wp-core-ui .acf-block-body .button:hover[data-icon=right] img[data-icon=chevron-right],
.wp-core-ui .acf-block-body .button:focus[data-icon=right] img[data-icon=arrow-right],
.wp-core-ui .acf-block-body .button:focus[data-icon=right] img[data-icon=chevron-right],
input[type=submit]:hover[data-icon=right] img[data-icon=arrow-right],
input[type=submit]:hover[data-icon=right] img[data-icon=chevron-right],
input[type=submit]:focus[data-icon=right] img[data-icon=arrow-right],
input[type=submit]:focus[data-icon=right] img[data-icon=chevron-right] {
-webkit-transform: translate(0.375rem, -50%) rotate(0deg);
transform: translate(0.375rem, -50%) rotate(0deg);
}
.button:active.primary,
.wp-core-ui .acf-block-body .button:active.primary,
input[type=submit]:active.primary {
background-color: #00106c;
border-color: #00106c;
}
.button:active.secondary,
.wp-core-ui .acf-block-body .button:active.secondary,
input[type=submit]:active.secondary {
background-color: #c70025;
border-color: #c70025;
}
.button:active.secondary_underline,
.wp-core-ui .acf-block-body .button:active.secondary_underline,
input[type=submit]:active.secondary_underline {
border-bottom-color: #00106c;
}
.button:active.type-link,
.wp-core-ui .acf-block-body .button:active.type-link,
input[type=submit]:active.type-link {
color: #000000;
}
.button:active.type-link span::after,
.wp-core-ui .acf-block-body .button:active.type-link span::after,
input[type=submit]:active.type-link span::after {
background-color: #000000;
}
.button:active.type-link span img,
.wp-core-ui .acf-block-body .button:active.type-link span img,
input[type=submit]:active.type-link span img {
opacity: 1;
}
[data-bg-color=dark-grey] .button.secondary, [data-bg-color=dark-grey] .button.secondary_underline,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary_underline,
[data-bg-color=dark-grey] input[type=submit].secondary,
[data-bg-color=dark-grey] input[type=submit].secondary_underline {
border-color: #ffffff;
color: #ffffff;
}
[data-bg-color=dark-grey] .button.secondary img, [data-bg-color=dark-grey] .button.secondary_underline img,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary img,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary_underline img,
[data-bg-color=dark-grey] input[type=submit].secondary img,
[data-bg-color=dark-grey] input[type=submit].secondary_underline img {
-webkit-filter: invert(180);
filter: invert(180);
}
[data-bg-color=dark-grey] .button.secondary:hover, [data-bg-color=dark-grey] .button.secondary:focus, [data-bg-color=dark-grey] .button.secondary_underline:hover, [data-bg-color=dark-grey] .button.secondary_underline:focus,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary:hover,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary:focus,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary_underline:hover,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary_underline:focus,
[data-bg-color=dark-grey] input[type=submit].secondary:hover,
[data-bg-color=dark-grey] input[type=submit].secondary:focus,
[data-bg-color=dark-grey] input[type=submit].secondary_underline:hover,
[data-bg-color=dark-grey] input[type=submit].secondary_underline:focus {
background-color: #404040;
}
[data-bg-color=dark-grey] .button.secondary:active, [data-bg-color=dark-grey] .button.secondary_underline:active,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary:active,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.secondary_underline:active,
[data-bg-color=dark-grey] input[type=submit].secondary:active,
[data-bg-color=dark-grey] input[type=submit].secondary_underline:active {
background-color: #4d4d4d;
}
[data-bg-color=dark-grey] .button.type-link,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.type-link,
[data-bg-color=dark-grey] input[type=submit].type-link {
color: #ffffff;
}
[data-bg-color=dark-grey] .button.type-link span::after,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.type-link span::after,
[data-bg-color=dark-grey] input[type=submit].type-link span::after {
background-color: #ffffff;
}
[data-bg-color=dark-grey] .button.type-link img,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.type-link img,
[data-bg-color=dark-grey] input[type=submit].type-link img {
-webkit-filter: invert(180);
filter: invert(180);
}
[data-bg-color=dark-grey] .button.type-link:hover span, [data-bg-color=dark-grey] .button.type-link:focus span,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.type-link:hover span,
[data-bg-color=dark-grey] .wp-core-ui .acf-block-body .button.type-link:focus span,
[data-bg-color=dark-grey] input[type=submit].type-link:hover span,
[data-bg-color=dark-grey] input[type=submit].type-link:focus span {
opacity: 0.75;
}
input[type=submit] {
background-color: #E4002B;
border-color: #E4002B;
color: #ffffff;
margin-left: auto;
margin-right: auto;
display: block;
width: 100%;
}
@media (min-width: 768px) {
input[type=submit] {
width: auto;
}
}
.link {
display: inline-block;
vertical-align: middle;
line-height: 1.48;
color: #333333;
position: relative;
text-decoration: underline;
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
font-size: calc(16px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.link {
font-size: calc(16px + 4 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.link {
font-size: calc(20px * var(--font-scale-factor));
}
}  .menu-container {
position: relative;
display: block;
max-height: calc(100vh - 80px);
padding-left: calc(3vw + 0.5rem);
padding-right: calc(3vw + 0.5rem);
}
@media (max-width: 1023px) {
.menu-container {
text-align: left;
overflow-x: hidden;
overflow-y: auto;
}
}
@media (min-width: 640px) {
.menu-container {
padding-left: calc(3vw + 0.75rem);
padding-right: calc(3vw + 0.75rem);
}
}
@media (min-width: 768px) {
.menu-container {
max-height: calc(100vh - 102px);
}
}
@media (min-width: 1024px) {
.menu-container {
max-height: none !important;
padding-left: 0;
padding-right: 0;
}
}
.admin-bar .menu-container {
max-height: calc(100vh - 80px);
}
@media (min-width: 768px) {
.admin-bar .menu-container {
max-height: calc(100vh - 80px);
}
}
@media (min-width: 1024px) {
.admin-bar .menu-container {
max-height: calc(100vh - 102px);
}
}
.menu-container nav {
position: relative;
display: block;
padding-bottom: 1rem;
}
@media (min-width: 1024px) {
.menu-container nav {
padding-bottom: 0;
}
}
.menu-container ul {
position: relative;
margin: 0;
line-height: 1.25;
display: block;
padding: 0;
}
@media (min-width: 1024px) {
.menu-container ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-webkit-justify-content: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
.menu-container ul li {
text-align: center;
position: relative;
padding: 0;
display: block;
line-height: 1.25;
margin: 1.6em 0;
}
@media (min-width: 768px) {
.menu-container ul li {
padding: 0.5rem;
}
}
.menu-container ul li.hide-text {
text-indent: -9999px;
white-space: nowrap;
overflow: hidden;
}
.menu-container ul li.current-menu-item a:after {
color: #E4002B;
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.menu-container ul li:hover > a {
color: #E4002B;
}
.menu-container ul li:hover > a .wpml-ls-native {
color: #E4002B;
}
.menu-container ul li:hover > a:after {
color: #E4002B;
}
.menu-container ul li:hover.current-menu-item > a {
color: #E4002B;
}
.menu-container ul li:hover.current-menu-item > a:after {
color: #E4002B;
}
.menu-container ul li:hover.current-menu-item > a .wpml-ls-native {
color: #E4002B;
}
.menu-container ul li:hover.current-menu-item > a[href*="#"] {
color: #E4002B;
}
.menu-container ul li:hover > .sub-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0) rotate(0deg);
transform: translateY(0) rotate(0deg);
z-index: 0;
}
@media (min-width: 1024px) {
.menu-container ul li {
margin: 0;
padding: 0 0.25rem;
}
.menu-container ul li:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0) rotate(0deg);
transform: translateY(0) rotate(0deg);
}
}
.menu-container ul li a {
display: block;
position: relative;
line-height: 1.5em;
color: #001489;
text-decoration: none;
font-size: calc(16px * var(--font-scale-factor));
font-family: "Klavika Bold", sans-serif;
font-weight: bold;
}
@media screen and (min-width: 321px) {
.menu-container ul li a {
font-size: calc(16px + 0 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.menu-container ul li a {
font-size: calc(16px * var(--font-scale-factor));
}
}
@media (min-width: 1024px) {
.menu-container ul li a {
padding: 0 0.5rem;
width: auto;
}
}
.menu-container ul li a.menu-image-link img {
height: 36px;
width: auto;
}
.menu-container ul li.current-menu-item > a, .menu-container ul li.current-menu-parent > a {
color: #E4002B;
}
.menu-container ul li.current-menu-item > a[href*="#"], .menu-container ul li.current-menu-parent > a[href*="#"] {
color: #001489;
}
.menu-container ul .toggle-submenu {
display: block;
position: absolute;
width: 3rem;
height: 3rem;
right: 0;
top: 0.5rem;
outline: none;
line-height: 3rem;
text-align: center;
cursor: pointer;
will-change: auto;
overflow: hidden;
border-radius: 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-container ul .toggle-submenu::before {
font-size: 1.25rem;
line-height: 3rem;
}
@media (min-width: 1024px) {
.menu-container ul .toggle-submenu {
display: none;
}
}
.menu-container ul .submenu-open .toggle-submenu {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.menu-container ul .sub-menu {
position: relative;
display: none;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: space-evenly;
-webkit-justify-content: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
will-change: auto;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: transparent;
z-index: 0;
}
.menu-container ul .sub-menu:after {
content: "";
display: block;
position: absolute;
left: calc((100vw - 100%) / -2 - 3rem);
right: 0;
top: 0;
background-color: #ffffff;
width: 100vw;
height: 100%;
z-index: -1;
opacity: 0;
}
@media (min-width: 1024px) {
.menu-container ul .sub-menu:after {
left: calc((100vw - 100%) / -2 + 6rem);
opacity: 1;
-webkit-box-shadow: 0 0.35rem 0.2rem 0 rgba(0, 0, 0, 0.03);
box-shadow: 0 0.35rem 0.2rem 0 rgba(0, 0, 0, 0.03);
}
}
@media (min-width: 1024px) {
.menu-container ul .sub-menu {
background-color: #ffffff;
position: absolute;
top: 100%;
left: 0;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(0.5rem) rotate(0deg);
transform: translateY(0.5rem) rotate(0deg);
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: inherit;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: space-evenly;
-webkit-justify-content: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
width: auto;
z-index: 0;
}
}
.menu-container ul .sub-menu li {
padding: 0.25rem 0.25rem;
-webkit-flex-basis: calc(50% - 10px);
-ms-flex-preferred-size: calc(50% - 10px);
flex-basis: calc(50% - 10px);
}
@media (max-width: 1023px) {
.menu-container ul .sub-menu li:last-of-type {
padding-bottom: 0;
}
}
@media (min-width: 640px) {
.menu-container ul .sub-menu li {
padding: 0.25rem 0.5rem;
}
}
@media (min-width: 768px) {
.menu-container ul .sub-menu li {
padding: 0.25rem 0.75rem;
}
}
@media (min-width: 1024px) {
.menu-container ul .sub-menu li {
padding: 0.25rem 0.75rem;
-webkit-flex-basis: calc(25% - 10px);
-ms-flex-preferred-size: calc(25% - 10px);
flex-basis: calc(25% - 10px);
}
.menu-container ul .sub-menu li.current-menu-item > a, .menu-container ul .sub-menu li.current_page_item > a {
color: #E4002B;
}
}
.menu-container ul .sub-menu a {
font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.menu-container ul .sub-menu a {
font-size: calc(18px + -2 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.menu-container ul .sub-menu a {
font-size: calc(16px * var(--font-scale-factor));
}
}
@media (min-width: 1024px) {
.menu-container ul .sub-menu a {
padding: 0.5rem 1rem;
}
}
@media (min-width: 1024px) {
.menu-container ul .wpml-ls-item ul.sub-menu {
width: 3em;
left: -0.2em;
}
}
.menu-container ul li.load-more {
margin: 0;
}
.menu-container ul li.load-more .sub-menu {
left: 0;
padding: 0 0 1em 0;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.menu-container ul li.load-more .sub-menu.sub-menu-open {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
opacity: 1;
}
@media (min-width: 768px) {
.menu-container ul li.load-more .sub-menu {
padding: 2em 8em 3em 8em;
}
}
@media (min-width: 1024px) {
.menu-container ul li.load-more .sub-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
opacity: 1;
left: -5em;
padding: 2em 4em 4em 4em;
}
}
.menu-container ul li.load-more .sub-menu li {
margin: 0;
}
.menu-container ul li.load-more .sub-menu li:has(img) {
min-width: 140px;
max-width: 260px;
}
@media (min-width: 640px) {
.menu-container ul li.load-more .sub-menu li:has(img) {
-webkit-flex-basis: 40%;
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
min-width: 150px;
}
}
@media (min-width: 768px) {
.menu-container ul li.load-more .sub-menu li:has(img) {
min-width: 180px;
}
}
@media (min-width: 1024px) {
.menu-container ul li.load-more .sub-menu li:has(img) {
min-width: 230px;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
}
.menu-container ul li ul.sub-menu li a img {
margin-top: 0;
min-width: 132px;
}
@media (min-width: 768px) {
.menu-container ul li ul.sub-menu li a img {
min-width: 150px;
}
}
@media (min-width: 1024px) {
.menu-container ul li ul.sub-menu li a img {
min-width: 174px;
}
}
.menu-container ul li ul.sub-menu .menu-load-more-link,
.menu-container ul li ul.sub-menu .load-more-link {
display: block;
text-align: center;
position: initial;
bottom: 0;
width: 100%;
min-width: 200px;
}
@media (min-width: 1024px) {
.menu-container ul li ul.sub-menu .menu-load-more-link,
.menu-container ul li ul.sub-menu .load-more-link {
position: fixed;
bottom: 1em;
width: auto;
}
}
.menu-container ul li ul.sub-menu .menu-load-more-link a,
.menu-container ul li ul.sub-menu .load-more-link a {
color: #001489;
text-decoration: underline;
text-transform: none;
font-family: "Klavika Regular", sans-serif;
font-size: 1.2rem;
font-weight: 300;
}
.menu-container ul li ul.sub-menu .menu-load-more-link a:hover,
.menu-container ul li ul.sub-menu .load-more-link a:hover {
color: #E4002B;
}
header .inner {
background-color: #ffffff;
display: block;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
position: fixed;
padding: 3.8125rem 0 1.5rem;
top: 0;
left: 0;
height: 150vh;
max-height: 150%;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
opacity: 0;
visibility: hidden;
will-change: auto;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 1024px) {
header .inner {
display: block;
position: relative;
padding: 0;
opacity: 1;
visibility: visible;
width: 100%;
top: 0 !important;
max-width: none;
height: auto;
-webkit-transform: none !important;
transform: none !important;
-webkit-transition: none;
transition: none;
background-color: transparent;
overflow: visible;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.menu-open header .inner {
opacity: 1;
visibility: visible;
}
.admin-bar header .inner {
padding: 6.6875rem 0 1.5rem;
}
@media (min-width: 768px) {
.admin-bar header .inner {
padding: 5.8125rem 0 1.5rem;
}
}
@media (min-width: 1024px) {
.admin-bar header .inner {
padding: 0;
}
}
.menu-container .menu-item-has-children > a:first-of-type {
border: none;
padding-right: 0.375em;
border-bottom-width: 0;
}
.menu-container .menu-item-has-children > a:first-of-type:after {
content: "";
vertical-align: middle;
display: inline-block;
border: none;
position: static;
height: 1em;
width: 1em;
background-image: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/svg/chevron-down.svg);
background-repeat: no-repeat;
margin-left: 0.2em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(4345%) hue-rotate(230deg) brightness(80%) contrast(122%);
filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(4345%) hue-rotate(230deg) brightness(80%) contrast(122%);
}
.menu-container .menu-item-has-children.current-menu-item > a:first-of-type:after {
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.menu-container .menu-item-has-children:hover > a:first-of-type {
background-color: transparent;
border-bottom-width: 0;
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.menu-container .menu-item-has-children:hover > a:first-of-type.sub-menu-open:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.hamburger-menu {
display: block;
width: 26px;
height: 26px;
border-radius: 0;
position: absolute;
right: 1.5rem;
top: calc(50% - 13px);
z-index: 5;
cursor: pointer;
outline: none;
}
@media (min-width: 1024px) {
.hamburger-menu {
display: none;
}
}
.hamburger-menu:before {
content: "";
width: 40px;
height: 40px;
display: block;
position: absolute;
top: -7px;
left: -7px;
}
.hamburger-menu span {
display: block;
width: 100%;
height: 2px;
left: 0;
position: absolute;
opacity: 1;
pointer-events: none;
background-color: #000000;
will-change: auto;
-webkit-transform: translate3d(0, 0, 0) rotate(0);
transform: translate3d(0, 0, 0) rotate(0);
-webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.65, 1.27);
transition: all 0.3s cubic-bezier(0.17, 0.67, 0.65, 1.27);
}
.hamburger-menu span:nth-child(1) {
top: 5px;
}
.hamburger-menu span:nth-child(2) {
top: 12px;
}
.hamburger-menu span:nth-child(3) {
top: 19px;
}
.menu-open .hamburger-menu span:nth-child(1) {
-webkit-transform: translate3d(0, 7px, 0) rotate(225deg);
transform: translate3d(0, 7px, 0) rotate(225deg);
}
.menu-open .hamburger-menu span:nth-child(2) {
opacity: 0;
-webkit-transform: translate3d(8px, 0, 0) scaleX(0.25) rotate(0);
transform: translate3d(8px, 0, 0) scaleX(0.25) rotate(0);
}
.menu-open .hamburger-menu span:nth-child(3) {
-webkit-transform: translate3d(0, -7px, 0) rotate(-225deg);
transform: translate3d(0, -7px, 0) rotate(-225deg);
}
.product-gallery .swiper {
width: 100%;
height: 100%;
}
.product-gallery .product-swiper .swiper-slide img {
margin: auto;
}
.product-gallery .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.product-gallery .swiper-slide a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
position: relative;
-webkit-flex-shrink: initial;
-ms-flex-negative: initial;
flex-shrink: initial;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.product-gallery .swiper-slide img {
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.product-gallery .swiper-slide p {
display: block;
margin: 0 auto;
}
.product-gallery .swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}
.product-gallery .swiper-slide {
background-size: cover;
background-position: center;
}
.product-gallery .product-swiper {
height: 80%;
width: 100%;
}
.product-gallery .product-swiper .swiper-slide img {
max-width: 100%;
max-height: 90%;
}
.product-gallery .thumbnail-swiper {
height: 20%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 0;
width: calc(100% - 50px * 2);
}
.product-gallery .thumbnail-swiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.product-gallery .thumbnail-swiper .swiper-slide img {
max-height: 90%;
max-width: 100%;
}
.product-gallery .thumbnail-swiper .swiper-slide-thumb-active {
-webkit-filter: none;
filter: none;
opacity: 1;
}
.product-gallery .swiper-button-prev,
.product-gallery .swiper-button-next {
color: #E4002B;
}
.swiper-button-prev,
.swiper-button-next {
top: initial;
bottom: 40px;
width: 50px;
height: 50px;
border-radius: 100%;
background-color: rgba(221, 221, 221, 0.5);
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.swiper-button-prev:after,
.swiper-button-next:after {
content: " ";
width: 19px;
height: 12px;
background-image: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/svg/arrow-slider-left.svg) !important;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background-color: rgba(221, 221, 221, 0.9);
}
.swiper-button-prev {
left: 0;
}
.swiper-button-next {
right: 0;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-webkit-filter: flipH();
filter: flipH();
}  #ensBannerDescription,
#ensBannerDescription a,
.privacy-dark #ensNotifyBanner a, .privacy-dark #ensNotifyBanner a:hover, .privacy-dark #ensBannerDescription, .privacy-dark #ensBannerDescription, .privacy-dark .ensModal .tagContainer .ensToggleLabel, .privacy-dark #ensModalWrapper .ensToggleRow > .ensToggleLabel, .privacy-dark #ensModalWrapper .consentDescription, .privacy-dark #ensModalWrapper .ensTitle, .privacy-dark #ensNotifyBanner .ensTitle, .privacy-dark #ensModalWrapper .ensModal {
color: #001489 !important;
font-size: 14px !important;
}
label.ensToggleLabel {
width: 90%;
}
.privacy-dark #ensModalWrapper .ensTitle {
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 2rem;
}
#ensModalWrapper .card .toggle {
background-color: #E4002B;
border: 0;
}
#ensModalWrapper .card input[checked].toggle {
background-color: #ef6680;
border: 0;
}
.ensModal .ensTitle {
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 32px;
}
@media (min-width: 1024px) {
.ensModal .ensTitle {
font-size: 40px;
}
}
.ensModal input[type=checkbox] ~ .switch {
background-color: #001489 !important;
}
.ensModal input[type=checkbox]:checked ~ .switch {
background-color: #3343a1 !important;
}
.ensModal #ensSave,
.ensModal #ensCancel {
border: none !important;
background-color: #E4002B;
}
.ensModal #ensSave .ensCenter,
.ensModal #ensCancel .ensCenter {
color: #ffffff !important;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
}
.ensModal #ensSave:hover,
.ensModal #ensCancel:hover {
border: none !important;
background-color: #ef6680;
color: #ffffff;
}
.privacy-dark #ensNotifyBanner,
.privacy-dark .ensNotifyBanner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 1rem;
border-radius: 0.25rem;
position: absolute;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
width: auto !important;
min-width: 90vw !important;
max-width: 90vw !important;
}
.privacy-dark #ensNotifyBanner #ensBannerDescription,
.privacy-dark .ensNotifyBanner #ensBannerDescription {
display: block;
color: #001489 !important;
font-size: 16px;
margin: 0 auto;
width: 100%;
text-align: left;
}
.privacy-dark #ensNotifyBanner #ensBannerDescription a,
.privacy-dark .ensNotifyBanner #ensBannerDescription a {
color: #E4002B !important;
}
.privacy-dark #ensNotifyBanner #ensBannerDescription a:hover,
.privacy-dark .ensNotifyBanner #ensBannerDescription a:hover {
color: #ef6680 !important;
}
.privacy-dark #ensNotifyBanner .ensButtons,
.privacy-dark .ensNotifyBanner .ensButtons {
display: block;
margin: 1rem auto 0 auto !important;
width: 100%;
}
.privacy-dark #ensNotifyBanner .ensButtons .button,
.privacy-dark .ensNotifyBanner .ensButtons .button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Zywiec Sans", sans-serif;
border: none;
text-transform: uppercase;
border-radius: 0.125rem;
font-weight: 300;
}
.privacy-dark #ensNotifyBanner .ensButtons .button:hover,
.privacy-dark .ensNotifyBanner .ensButtons .button:hover {
color: #ef6680;
border: none;
background-color: #ffffff;
}
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnYes,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnYes {
background-color: #E4002B !important;
color: #ffffff;
font-weight: 300;
}
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnYes:hover,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnYes:hover {
border: none;
background-color: #ef6680;
}
.privacy-dark #ensNotifyBanner .ensButtons #set-privacy-preferences,
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnNo,
.privacy-dark #ensNotifyBanner .ensButtons #set-privacy-preferences.button,
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnNo.button,
.privacy-dark .ensNotifyBanner .ensButtons #set-privacy-preferences,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnNo,
.privacy-dark .ensNotifyBanner .ensButtons #set-privacy-preferences.button,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnNo.button {
color: #E4002B !important;
border: none;
margin-bottom: 0;
font-weight: 300;
}
.privacy-dark #ensNotifyBanner .ensButtons #set-privacy-preferences:hover,
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnNo:hover,
.privacy-dark #ensNotifyBanner .ensButtons #set-privacy-preferences.button:hover,
.privacy-dark #ensNotifyBanner .ensButtons #ensBtnNo.button:hover,
.privacy-dark .ensNotifyBanner .ensButtons #set-privacy-preferences:hover,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnNo:hover,
.privacy-dark .ensNotifyBanner .ensButtons #set-privacy-preferences.button:hover,
.privacy-dark .ensNotifyBanner .ensButtons #ensBtnNo.button:hover {
color: #ef6680;
border: none;
background-color: #ffffff;
font-weight: 300;
}
#ensModalWrapper {
padding: 1rem;
border-radius: 0.25rem;
position: absolute;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
width: auto !important;
min-width: 90vw !important;
max-width: 90vw !important;
max-height: 95vh !important;
overflow-y: scroll !important;
}
#ensModalWrapper .ensModal {
text-align: left;
font-family: "Klavika", sans-serif;
color: #001489;
font-size: 18px;
}
#ensModalWrapper .ensModal header.ensTitle,
#ensModalWrapper .ensModal #ensTitle {
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-size: 40px;
font-weight: 400;
line-height: 56px;
text-align: left;
color: #001489 !important;
}
#ensModalWrapper .ensModal .consentDescription,
#ensModalWrapper .ensModal #ensDescription {
font-size: 18px !important;
color: #001489 !important;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel {
width: calc(100% - 63px);
margin-right: 0;
padding-right: 16px;
padding-left: 1.75rem;
color: #001489 !important;
font-size: 18px;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card {
top: -8px;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .switch {
background: #001489 !important;
width: 62px !important;
height: 32px !important;
border-radius: 16px;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card input[type=checkbox] ~ .switch {
background: #6673b8 !important;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card input[type=checkbox]:checked ~ .switch {
background: #001489 !important;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .toggle {
border: none;
background: #E4002B;
width: 28px !important;
height: 28px !important;
border-radius: 16px;
top: 2px;
left: 2px;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card input[type=checkbox] ~ .toggle {
left: 2px;
background: #ef6680;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card input[type=checkbox]:checked ~ .toggle {
left: 32px !important;
background: #E4002B;
}
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow .description,
#ensModalWrapper .ensModal .ensToggleRowWrapper .ensToggleRow #Analyticsdescription {
font-size: 16px;
}
#ensModalWrapper .ensModal .ensButtons #ensCancel.button {
background-color: #E4002B !important;
color: #ffffff !important;
}
#ensModalWrapper .ensModal .ensButtons #ensCancel.button:hover {
border: none;
background-color: #ef6680 !important;
}
#ensModalWrapper .ensModal .ensButtons #ensCancel.button .ensCenter {
color: #ffffff;
}
#ensModalWrapper .ensModal .ensButtons #ensSave.button {
color: #E4002B !important;
border: none;
margin-bottom: 0;
}
#ensModalWrapper .ensModal .ensButtons #ensSave.button:hover {
color: #ef6680;
border: none;
background-color: #ffffff;
}
#ensModalWrapper .ensModal .ensButtons #ensSave.button .ensCenter {
color: #E4002B;
}
#ensModalWrapper .ensModal .ensButtons #ensSave.button .ensCenter:hover {
color: #ef6680;
}
.age-gate__wrapper .age-gate {
border-radius: 4px;
padding: 3rem 1rem;
}
@media (min-width: 640px) {
.age-gate__wrapper .age-gate {
padding: 3rem 3rem;
}
}
@media (min-width: 768px) {
.age-gate__wrapper .age-gate {
padding: 3rem 4rem;
}
}
@media (min-width: 1024px) {
.age-gate__wrapper .age-gate {
padding: 3rem 4rem;
}
}
.age-gate__wrapper img.age-gate__heading-title {
max-height: 50px;
margin-bottom: 3rem;
}
.age-gate__wrapper .age-gate__headline {
margin-bottom: 0.5rem;
}
.age-gate__wrapper .age-gate__headline,
.age-gate__wrapper .age-gate__subheadline {
color: #001489;
font-size: 24px;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
}
@media (min-width: 768px) {
.age-gate__wrapper .age-gate__headline,
.age-gate__wrapper .age-gate__subheadline {
font-size: 28px;
}
}
@media (min-width: 1024px) {
.age-gate__wrapper .age-gate__headline,
.age-gate__wrapper .age-gate__subheadline {
font-size: 32px;
}
}
.age-gate__wrapper .age-gate__fields {
padding: 0;
}
@media (min-width: 1024px) {
.age-gate__wrapper .age-gate__fields {
padding: 0 1rem;
}
}
.age-gate__wrapper input[type=text].age-gate__input {
background-color: #F0F0F0 !important;
border-radius: 0;
border-color: #CCCCCC;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-size: 20px;
padding: 0;
line-height: 48px;
color: #001489;
}
@media (min-width: 1024px) {
.age-gate__wrapper input[type=text].age-gate__input {
font-size: 1rem;
padding: 6px 18px;
}
}
.age-gate__wrapper input[type=text].age-gate__input::-webkit-input-placeholder {
color: #001489;
opacity: 1;
}
.age-gate__wrapper input[type=text].age-gate__input::-moz-placeholder {
color: #001489;
opacity: 1;
}
.age-gate__wrapper input[type=text].age-gate__input:-ms-input-placeholder {
color: #001489;
opacity: 1;
}
.age-gate__wrapper input[type=text].age-gate__input::-ms-input-placeholder {
color: #001489;
opacity: 1;
}
.age-gate__wrapper input[type=text].age-gate__input::placeholder {
color: #001489;
opacity: 1;
}
.age-gate__wrapper .age-gate-submit, .age-gate__wrapper .age-gate__submit {
width: 100%;
}
@media (min-width: 1024px) {
.age-gate__wrapper .age-gate-submit, .age-gate__wrapper .age-gate__submit {
width: auto;
padding: 1em 5em;
}
}
.age-gate__wrapper button.age-gate-button,
.age-gate__wrapper button.age-gate-submit-no, .age-gate__wrapper button.age-gate-submit-yes, .age-gate__wrapper button.age-gate__button, .age-gate__wrapper button.age-gate__submit--no, .age-gate__wrapper button.age-gate__submit--yes {
background-color: #E4002B;
color: #ffffff;
border-radius: 0;
font-size: 18px;
line-height: 21px;
padding: 1em 3em;
width: 100%;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
}
@media (min-width: 1024px) {
.age-gate__wrapper button.age-gate-button,
.age-gate__wrapper button.age-gate-submit-no, .age-gate__wrapper button.age-gate-submit-yes, .age-gate__wrapper button.age-gate__button, .age-gate__wrapper button.age-gate__submit--no, .age-gate__wrapper button.age-gate__submit--yes {
width: auto;
padding: 1em 5em;
}
}
.background-bottle {
position: absolute;
top: 540px;
left: calc(50% - 790px);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
z-index: -1;
max-height: 630px;
}
.background-logo {
position: absolute;
top: 440px;
right: calc(50% - 720px);
z-index: -1;
max-height: 450px;
}
.product-single-layout .product-gallery {
position: relative;
height: 720px;
}
.product-single-layout .product-gallery a {
text-decoration: none;
}
.product-single-layout .text-red {
color: #E4002B;
}
.product-single-layout h3 {
text-transform: none;
color: #E4002B;
font-family: "Klavika Bold", sans-serif;
}
.product-single-layout strong {
font-weight: bold;
}
.product-single-layout strong.title-margin {
display: block;
font-size: 20px;
padding-bottom: 0.5em;
}
.product-single-layout p {
font-size: 16px;
}
@media (min-width: 1024px) {
.product-single-layout p {
font-size: 18px;
}
}
.product-single-layout p.type {
margin-bottom: 0.5em;
}
.product-single-layout .responsive-card-table th {
font-size: 0.875rem;
max-width: 70px;
min-width: 30px;
text-align: left;
padding: 0.5em 1em;
}
@media (min-width: 768px) {
.product-single-layout .responsive-card-table th {
font-size: 0.5rem;
}
}
.product-single-layout .responsive-card-table td {
font-size: 0.875rem;
padding: 0.5em 1em;
}
@media (min-width: 768px) {
.product-single-layout .responsive-card-table td {
font-size: 0.75rem;
}
} .product-category-title {
margin-top: 0.2rem;
margin-bottom: 3rem;
}
.product-list {
border-top: 2px solid #F0F0F0;
border-bottom: 2px solid #F0F0F0;
margin-bottom: 6rem;
position: relative;
}
.product-list .products-anchor-hook {
position: absolute;
top: -12em;
height: 1px;
line-height: 0;
}
@media (min-width: 768px) {
.product-list .products-anchor-hook {
top: -12em;
}
}
@media (min-width: 1024px) {
.product-list .products-anchor-hook {
top: -15em;
}
}
.product-list .product-list-item {
min-height: 278px;
position: relative;
padding: 3rem 0.75rem 2rem 0.75rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: self-end;
-webkit-align-items: self-end;
-ms-flex-align: self-end;
align-items: self-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-right: 2px solid #F0F0F0;
border-bottom: 2px solid #F0F0F0;
}
.product-list .product-list-item:nth-child(2n+1) {
border-right: none;
}
@media (min-width: 1024px) {
.product-list .product-list-item:nth-child(2n+1) {
border-right: 2px solid #F0F0F0;
}
}
.product-list .product-list-item:first-of-type {
border-left: none;
}
.product-list .product-list-item:nth-child(even):nth-last-child(2) {
margin-bottom: -2px;
}
.product-list .product-list-item:nth-child(odd):last-child {
margin-bottom: -2px;
}
.product-list .product-list-item:last-of-type {
margin-bottom: -2px;
}
@media (min-width: 768px) {
.product-list .product-list-item {
min-height: 426px;
}
}
@media (min-width: 1024px) {
.product-list .product-list-item {
padding: 3.5rem 1.5rem 5rem 1.5rem;
min-height: 474px;
margin-bottom: -2px;
}
}
.product-list .product-list-item .product-list-tag {
position: absolute;
z-index: 1;
top: calc(-2px / 2);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #E4002B;
color: #ffffff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: center;
height: auto;
margin: 0 auto;
font-family: "Zywiec Sans", sans-serif;
font-size: 0.825rem;
text-transform: uppercase;
padding: 0.25em 1em 0.2em 1em;
white-space: nowrap;
}
@media (min-width: 768px) {
.product-list .product-list-item .product-list-tag {
font-size: 1rem;
}
}
@media (min-width: 1024px) {
.product-list .product-list-item .product-list-tag {
font-size: 1.375rem;
}
}
.product-list .product-list-item img {
max-width: 100%;
height: 150px;
margin: 0 auto;
}
@media (min-width: 768px) {
.product-list .product-list-item img {
height: 260px;
}
}
@media (min-width: 1024px) {
.product-list .product-list-item img {
min-height: 270px;
max-width: 100%;
}
}
.product-list .product-list-item a {
text-decoration: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0 0.5rem;
}
@media (min-width: 768px) {
.product-list .product-list-item a {
padding: 0 1rem;
}
}
@media (min-width: 1024px) {
.product-list .product-list-item a {
padding: 0 2rem;
}
}
.product-list .product-list-item a .product-title {
margin-top: 1em;
font-family: "Klavika Bold", sans-serif;
font-size: 0.875rem;
height: 2rem;
}
@media (min-width: 768px) {
.product-list .product-list-item a .product-title {
font-size: 1.2rem;
}
}
@media (min-width: 1024px) {
.product-list .product-list-item a .product-title {
font-size: 1.5rem;
}
}
.product-list .product-list-item:hover {
background-color: #F0F0F0;
}
@media (min-width: 1024px) {
.product-list .product-list-item {
border-right: 2px solid #F0F0F0;
border-bottom: 2px solid #F0F0F0;
}
.product-list .product-list-item:nth-child(3n+1) {
border-right: none;
}
.product-list .product-list-item:first-of-type {
border-left: none;
}
.product-list .product-list-item:nth-child(even):nth-last-child(3) {
margin-bottom: -2px;
}
.product-list .product-list-item:nth-child(even):nth-last-child(2) {
margin-bottom: -2px;
}
.product-list .product-list-item:nth-child(odd):last-child {
margin-bottom: -2px;
}
.product-list .product-list-item:last-of-type {
margin-bottom: -2px;
}
.product-list .product-list-item:nth-child(n+4) .product-list-tag {
top: 0;
}
} .ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, height 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, width 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}
.site-main.alignfullpage {
max-width: 100%;
height: auto !important;
}
.jakub-page {
width: 100%;
height: 100%;
background-color: #EDF1F3;
background-image: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/img/jakub-grid.png);
background-position: center center;
background-repeat: no-repeat;
background-size: initial;
padding: 48px 22px 48px 22px;
min-height: 80vh;
}
@media (min-width: 768px) {
.jakub-page {
padding: 56px 30px 56px 30px;
min-height: 560px;
}
}
@media (min-width: 1024px) {
.jakub-page {
padding: 64px 36px 64px 36px;
min-height: 590px;
}
}
@media (min-width: 1600px) {
.jakub-page {
background-size: cover;
}
}
.jakub-page section {
width: 100%;
min-height: 80vh;
}
@media (min-width: 768px) {
.jakub-page section {
min-height: 560px;
}
}
@media (min-width: 1024px) {
.jakub-page section {
min-height: 560px;
}
}
.jakub-page section .jakub-tabs {
position: relative;
width: 100%;
margin: 0 auto;
height: 38px;
padding: 0 24px;
max-width: 820px;
}
@media (min-width: 1024px) {
.jakub-page section .jakub-tabs {
height: 50px;
}
}
.jakub-page section .jakub-tabs .jakub-tab {
position: absolute;
width: auto;
height: 36px;
left: 12px;
padding: 8px 24px;
bottom: -4px;
background-color: #ffffff;
border-left: 4px solid #E4002B;
border-top: 4px solid #E4002B;
border-right: 4px solid #E4002B;
font-family: "Zywiec Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
cursor: pointer;
-webkit-clip-path: polygon(16px 0%, calc(100% - 16px) 0%, 100% 100%, 0% 100%);
clip-path: polygon(16px 0%, calc(100% - 16px) 0%, 100% 100%, 0% 100%);
}
.jakub-page section .jakub-tabs .jakub-tab:before, .jakub-page section .jakub-tabs .jakub-tab:after {
content: "";
border-left: 5px solid #E4002B;
position: absolute;
height: 35px;
}
.jakub-page section .jakub-tabs .jakub-tab:before {
left: 3px;
top: -3px;
rotate: 24deg;
}
@media (min-width: 1024px) {
.jakub-page section .jakub-tabs .jakub-tab:before {
height: 47px;
rotate: 18deg;
}
}
.jakub-page section .jakub-tabs .jakub-tab:after {
right: 3px;
top: -3px;
rotate: -24deg;
}
@media (min-width: 1024px) {
.jakub-page section .jakub-tabs .jakub-tab:after {
height: 47px;
rotate: -18deg;
}
}
@media (min-width: 380px) {
.jakub-page section .jakub-tabs .jakub-tab {
height: 36px;
left: 20px;
padding: 8px 36px;
font-size: 14px;
line-height: 18px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-tabs .jakub-tab {
height: 48px;
left: 32px;
padding: 12px 48px;
font-size: 16px;
line-height: 22px;
}
}
.jakub-page section .jakub-tabs .jakub-tab:hover {
background-color: #F0F0F0;
}
.jakub-page section .jakub-tabs .jakub-tab:hover.active {
background-color: #ffffff;
}
.jakub-page section .jakub-tabs .jakub-tab.tab-advert {
color: #E4002B;
z-index: 0;
}
.jakub-page section .jakub-tabs .jakub-tab.tab-advert.active {
z-index: 6;
}
.jakub-page section .jakub-tabs .jakub-tab.tab-about {
color: #001489;
border-color: #001489;
z-index: 0;
left: 122px;
}
.jakub-page section .jakub-tabs .jakub-tab.tab-about:before, .jakub-page section .jakub-tabs .jakub-tab.tab-about:after {
border-color: #001489;
}
@media (min-width: 380px) {
.jakub-page section .jakub-tabs .jakub-tab.tab-about {
left: 152px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-tabs .jakub-tab.tab-about {
left: 196px;
}
}
.jakub-page section .jakub-tabs .jakub-tab.tab-about.active {
z-index: 6;
}
.jakub-page section .jakub-container {
-webkit-clip-path: polygon(calc(100% - 26px) 0, 100% 34px, 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 26px) 0, 100% 34px, 100% 100%, 0 100%, 0 0);
position: relative;
background-color: #E4002B;
width: 100%;
margin: 0 auto;
min-height: 80vh;
padding: 24px;
}
@media (min-width: 768px) {
.jakub-page section .jakub-container {
-webkit-clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
padding: 36px;
min-height: 560px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container {
height: calc(100% - 48px);
-webkit-clip-path: polygon(calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 90px) 0, 100% 90px, 100% 100%, 0 100%, 0 0);
padding: 48px;
max-width: 820px;
min-height: 590px;
}
}
.jakub-page section .jakub-container .corner-image {
position: absolute;
width: 26px;
height: 34px;
top: 3px;
right: 2px;
z-index: 2;
border-left: 4px solid #E4002B;
border-bottom: 4px solid #E4002B;
}
@media (min-width: 768px) {
.jakub-page section .jakub-container .corner-image {
width: 60px;
height: 60px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container .corner-image {
width: 90px;
height: 90px;
}
}
.jakub-page section .jakub-container:after {
content: "";
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
height: calc(100% - 8px);
width: calc(100% - 8px);
background-color: #ffffff;
z-index: 1;
-webkit-clip-path: polygon(calc(100% - 26px + 2px) 0, 100% calc(34px - 2px), 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 26px + 2px) 0, 100% calc(34px - 2px), 100% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
.jakub-page section .jakub-container:after {
-webkit-clip-path: polygon(calc(100% - 60px + 2px) 0, 100% calc(60px - 2px), 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 60px + 2px) 0, 100% calc(60px - 2px), 100% 100%, 0 100%, 0 0);
padding: 36px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container:after {
-webkit-clip-path: polygon(calc(100% - 90px + 2px) 0, 100% calc(90px - 2px), 100% 100%, 0 100%, 0 0);
clip-path: polygon(calc(100% - 90px + 2px) 0, 100% calc(90px - 2px), 100% 100%, 0 100%, 0 0);
padding: 48px;
max-width: 820px;
}
}
.jakub-page section .jakub-container.go-blue {
background-color: #001489;
}
.jakub-page section .jakub-container.go-blue .corner-image {
border-left: 4px solid #001489;
border-bottom: 4px solid #001489;
}
.jakub-page section .jakub-container .jakub-content-wrap {
position: absolute;
z-index: 3;
width: calc(100% - 24px);
height: 100%;
overflow: hidden;
display: none;
}
.jakub-page section .jakub-container .jakub-content-wrap.active {
display: block;
}
@media (min-width: 768px) {
.jakub-page section .jakub-container .jakub-content-wrap {
width: calc(100% - 36px);
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container .jakub-content-wrap {
width: calc(100% - 48px);
}
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title {
min-height: 20px;
max-width: calc(100% - 48px);
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title h3 {
font-size: 24px;
line-height: 34px;
margin-top: 1px;
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title h3.text-red {
color: #E4002B;
}
@media (min-width: 768px) {
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title h3 {
font-size: 32px;
line-height: 42px;
margin-top: 2px;
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title h3 {
font-size: 40px;
line-height: 56px;
margin-top: 3px;
}
}
.jakub-page section .jakub-container .jakub-content-wrap p {
font-size: 18px;
}
.jakub-page section .jakub-container .jakub-content-wrap h4 {
color: #FF808B;
font-family: "Zywiec Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-transform: uppercase;
}
.jakub-page section .jakub-container .jakub-content-wrap .text-18 {
font-size: 18px;
line-height: 26px;
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-title-text {
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #FF808B;
margin-right: 0.2rem;
}
.jakub-page section .jakub-container .jakub-content-wrap .text-14 {
font-size: 14px;
line-height: 17px;
}
.jakub-page section .jakub-container .jakub-content-wrap ul {
padding-left: 1rem;
list-style: disc;
color: #001489;
}
.jakub-page section .jakub-container .jakub-content-wrap ul li {
color: #001489;
font-size: 14px;
line-height: 17px;
margin: 0.375rem 0;
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-scrolled-wrap {
position: relative;
height: calc(100% - 90px - 24px);
width: calc(100% - 12px);
overflow: hidden;
}
@media (min-width: 768px) {
.jakub-page section .jakub-container .jakub-content-wrap .jakub-scrolled-wrap {
height: calc(100% - 122px);
width: calc(100% - 24px);
}
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container .jakub-content-wrap .jakub-scrolled-wrap {
height: calc(100% - 154px);
width: calc(100% - 24px);
}
}
.jakub-page section .jakub-container .jakub-content-wrap .ps__rail-x {
display: none;
}
.jakub-page section .jakub-container .jakub-content-wrap .ps__rail-y {
display: block;
min-height: 100%;
z-index: 3;
background-color: #FF808B;
border-radius: 0;
border: 4px solid #E4002B;
width: 16px;
opacity: 1;
}
.jakub-page section .jakub-container .jakub-content-wrap .ps__thumb-y {
opacity: 1;
right: 0;
width: 10px;
background-color: #ffffff;
border-radius: 0;
cursor: -webkit-grab;
cursor: grab;
}
.jakub-page section .jakub-container .jakub-content-wrap .ps__thumb-y:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.jakub-page section .jakub-container .jakub-content-wrap .jakub-scrolled-content {
min-height: 100%;
position: relative;
padding: 0.5rem 2rem 0 0;
}
.jakub-page section .jakub-container .jakub-content-wrap .image-about {
margin-bottom: 2em;
}
@media (min-width: 1024px) {
.jakub-page section .jakub-container .jakub-content-wrap .image-about {
float: left;
margin-right: 2em;
}
}
.jakub-page section .jakub-container #jakub-about-content .ps__rail-y {
background-color: rgba(0, 20, 137, 0.3);
border: 4px solid #001489;
}
.jakub-page section .jakub-container #jakub-about-content .ps__thumb-y {
background-color: #ffffff;
} .ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, height 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color 0.2s linear, width 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}
.site-main.alignfullpage {
max-width: 100%;
height: auto !important;
}
.jakub-page2 section {
width: 100%;
min-height: 360px;
}
@media (min-width: 768px) {
.jakub-page2 section {
min-height: 360px;
}
}
@media (min-width: 1024px) {
.jakub-page2 section {
min-height: 360px;
}
}
.jakub-page2 section .jakub-container2 {
border: 4px solid #001489;
position: relative;
background-color: #ffffff;
width: 100%;
margin: 0 auto;
min-height: 360px;
padding: 0;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 {
min-height: 360px;
}
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: #001489 solid 2px;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
gap: 0;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
}
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 46px;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons {
padding-top: 0;
}
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-button {
display: inline-block;
padding: 12px 12px;
margin: 0;
font-family: "Zywiec Sans", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0;
text-align: center;
text-transform: uppercase;
cursor: pointer;
background-color: transparent;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
width: 30%;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-button {
padding: 12px 32px;
width: auto;
}
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-button.active, .jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-button:hover {
color: #E4002B;
background-color: #F0F0F0;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-button:focus {
background-color: transparent;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow {
text-align: center;
display: inline-block;
line-height: 22px;
padding: 10px 8px 6px 8px;
cursor: pointer;
margin: 0;
width: 20%;
background-color: transparent;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow {
width: auto;
padding: 12px 32px;
}
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow.active {
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
background-color: #F0F0F0;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow:hover {
background-color: #F0F0F0;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow:hover img {
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow:focus {
background-color: transparent;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow img {
width: 20px;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-left .jakub-buttons .jakub-arrow.jakub-arrow-right img {
rotate: 180deg;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-right {
padding: 26px 36px;
}
.jakub-page2 section .jakub-container2 .jakub-top-wrap .jakub-ui-right .jakub-cta a {
padding: 8px 20px 6px 20px;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation {
width: 100%;
padding: 0;
margin: 0;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap {
min-height: 100px;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap {
min-height: 280px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap {
display: none;
position: relative;
padding: 20px 16px 24px 16px;
max-height: none;
max-width: 100%;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap {
height: 100%;
max-width: none;
padding: 28px 0 16px 16px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap.active {
display: block;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content {
max-height: 150px;
overflow: hidden;
position: relative;
padding-bottom: 24px;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content {
min-height: 590px;
max-height: 590px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__rail-x {
display: block;
min-width: 100%;
z-index: 3;
background-color: rgba(0, 20, 137, 0.3);
border: 2px solid #001489;
border-radius: 0;
height: 8px;
opacity: 1;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__rail-x {
display: none;
margin-right: 9%;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__thumb-x {
opacity: 1;
top: 0;
height: 4px;
background-color: #ffffff;
border-radius: 0;
cursor: -webkit-grab;
cursor: grab;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__thumb-x:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__rail-y {
display: none;
min-height: 100%;
z-index: 3;
background-color: rgba(0, 20, 137, 0.3);
border: 4px solid #001489;
border-radius: 0;
width: 16px;
opacity: 1;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__rail-y {
display: block;
margin-right: 9%;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__thumb-y {
opacity: 1;
right: 0;
width: 8px;
background-color: #ffffff;
border-radius: 0;
cursor: -webkit-grab;
cursor: grab;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content .ps__thumb-y:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
margin: 0;
padding: 0;
list-style: none;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
margin-left: 12px;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb:first-of-type {
margin-left: 0;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 0;
margin-bottom: 16px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .slide-number {
font-family: "Zywiec Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 14px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
text-align: left;
text-transform: uppercase;
width: 12px;
margin-right: 6px;
margin-bottom: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .slide-number {
-webkit-box-pack: right;
-webkit-justify-content: right;
-ms-flex-pack: right;
justify-content: right;
text-align: right;
font-size: 14px;
line-height: 20px;
margin-top: -1px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .img-wrap {
width: 90px;
height: 50px;
border: 1px solid #001489;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
cursor: pointer;
}
@media (min-width: 768px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .img-wrap {
width: 135px;
height: 75px;
}
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .img-wrap {
width: 69%;
height: auto;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb .img-wrap img {
width: 100%;
height: 100%;
opacity: 0.9;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb.active .slide-number, .jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb:hover .slide-number {
rotate: -90deg;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb.active .img-wrap, .jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb:hover .img-wrap {
border: 4px solid #001489;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb.active .img-wrap img, .jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-scrolled-wrap .jakub-scrolled-content ul.jakub-slides-wrap li.jakub-slide-thumb:hover .img-wrap img {
opacity: 1;
}
@media (max-width: 1023px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-cta {
padding: 20px 16px;
}
}
@media (max-width: 767px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-cta a {
padding: 12px 12px 10px 12px;
width: 100%;
}
}
@media (max-width: 1023px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-scroll-content-wrap .jakub-cta a {
padding: 12px 36px 10px 36px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-presentation-view {
min-height: 230px;
background-color: #F0F0F0;
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-presentation-view img {
padding: 36px 10px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
@media (min-width: 768px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-presentation-view img {
padding: 60px 20px;
}
}
@media (min-width: 1024px) {
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-presentation-view img {
padding: 80px 40px;
}
}
.jakub-page2 section .jakub-container2 .jakub-main-presentation .jakub-presentation-view img:hover {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
scale: 0.95;
}
@-webkit-keyframes toast-slide-in {
0% {
top: -100px;
opacity: 0;
}
50% {
top: 45%;
opacity: 1;
}
70% {
top: 35%;
}
100% {
top: 40%;
}
}
@keyframes toast-slide-in {
0% {
top: -100px;
opacity: 0;
}
50% {
top: 45%;
opacity: 1;
}
70% {
top: 35%;
}
100% {
top: 40%;
}
}
@-webkit-keyframes toast-slide-out {
0% {
top: 40%;
}
30% {
top: 35%;
}
50% {
top: 45%;
opacity: 1;
}
100% {
top: -100px;
opacity: 0;
}
}
@keyframes toast-slide-out {
0% {
top: 40%;
}
30% {
top: 35%;
}
50% {
top: 45%;
opacity: 1;
}
100% {
top: -100px;
opacity: 0;
}
}
.jakub-toast {
position: absolute;
z-index: 50;
top: 150px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #001489;
color: #fff;
padding: 12px 24px;
-webkit-animation: toast-slide-in 0.5s ease-out forwards;
animation: toast-slide-in 0.5s ease-out forwards;
font-family: "Klavika Regular", sans-serif;
}
.jakub-toast.hide-toast {
-webkit-animation: toast-slide-out 0.5s ease-in forwards;
animation: toast-slide-out 0.5s ease-in forwards;
}
.page404 .page404-container {
padding: 3rem 0;
}
.page404 .page404-container .text-red {
color: #E4002B;
}
.page404 .page404-container h1, .page404 .page404-container h2, .page404 .page404-container h3 {
padding-top: 0.2rem;
text-transform: uppercase;
color: #E4002B;
font-family: "Zywiec Sans", sans-serif;
}
.page404 .page404-container p {
font-size: 1.2rem;
}
@media (min-width: 1024px) {
.page404 .page404-container p {
font-size: 1.5rem;
}
}
.page404 .page404-container a {
font-size: 1.2rem;
}
@media (min-width: 1024px) {
.page404 .page404-container a {
font-size: 1.5rem;
}
} .ty-page {
background-color: #E4002B;
}
.ty-page .ty-wrap {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 1.2rem;
padding-right: 1.2rem;
color: #ffffff;
}
.ty-page .ty-wrap h3, .ty-page .ty-wrap p, .ty-page .ty-wrap div, .ty-page .ty-wrap a {
color: #ffffff;
}
.ty-page .ty-wrap a {
text-decoration: none;
}
.ty-page .ty-wrap .ty-text {
width: 100%;
font-weight: normal;
font-family: "Zywiec Sans", sans-serif;
color: #ffffff;
}
.ty-page .ty-hand-wrap {
position: relative;
width: 100vw;
height: 340px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-focus: none;
}
.ty-page .ty-hand-wrap .ty-hand-one,
.ty-page .ty-hand-wrap .ty-hand-two {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
position: absolute;
top: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.ty-page .ty-hand-wrap .ty-hand-one {
width: 135px;
left: calc(50% - 120px);
z-index: 89;
}
.ty-page .ty-hand-wrap .ty-hand-two {
width: 143px;
opacity: 0;
left: calc(50% + 120px);
z-index: 7;
}
.ty-page .ty-hand-wrap .ty-hand-slap-top,
.ty-page .ty-hand-wrap .ty-hand-slap-bottom {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-focus: none;
pointer-events: none;
position: absolute;
z-index: 9;
}
.ty-page .ty-hand-wrap .ty-hand-slap-top {
top: 50px;
left: calc(50% - 40px);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 145px;
opacity: 0;
scale: 0.5;
}
.ty-page .ty-hand-wrap .ty-hand-slap-bottom {
bottom: 50px;
left: calc(50% - 34px);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 73px;
top: calc(50% + 30px);
opacity: 0;
scale: 0.2;
}  .layout {
max-width: 100%;
overflow: hidden;
margin: 0;
position: relative;
}
.layout .row {
padding: 0;
}
.layout[data-top=none] {
padding-top: 0 !important;
}
.layout[data-top=small] {
padding-top: 32px;
}
@media screen and (min-width: 321px) {
.layout[data-top=small] {
padding-top: calc(32px + 32 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-top=small] {
padding-top: 64px;
}
}
.layout[data-top=medium] {
padding-top: 48px;
}
@media screen and (min-width: 321px) {
.layout[data-top=medium] {
padding-top: calc(48px + 64 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-top=medium] {
padding-top: 112px;
}
}
.layout[data-top=large] {
padding-top: 72px;
}
@media screen and (min-width: 321px) {
.layout[data-top=large] {
padding-top: calc(72px + 80 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-top=large] {
padding-top: 152px;
}
}
.layout[data-bottom=none] {
padding-bottom: 0 !important;
}
.layout[data-bottom=small] {
padding-bottom: 32px;
}
@media screen and (min-width: 321px) {
.layout[data-bottom=small] {
padding-bottom: calc(32px + 32 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-bottom=small] {
padding-bottom: 64px;
}
}
.layout[data-bottom=medium] {
padding-bottom: 48px;
}
@media screen and (min-width: 321px) {
.layout[data-bottom=medium] {
padding-bottom: calc(48px + 64 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-bottom=medium] {
padding-bottom: 112px;
}
}
.layout[data-bottom=large] {
padding-bottom: 72px;
}
@media screen and (min-width: 321px) {
.layout[data-bottom=large] {
padding-bottom: calc(72px + 80 * ((100vw - 321px) / 1079));
}
}
@media screen and (min-width: 1400px) {
.layout[data-bottom=large] {
padding-bottom: 152px;
}
} .split-layout {
overflow: unset;
}
.split-layout .split-layout-left {
background-color: #dd3333;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 3.2rem 1.5rem;
}
@media (min-width: 640px) {
.split-layout .split-layout-left {
padding: 3.2rem 3.8rem;
}
}
@media (min-width: 768px) {
.split-layout .split-layout-left {
padding: 4rem 5.1rem;
}
}
@media (min-width: 1024px) {
.split-layout .split-layout-left {
padding: 5rem 5.8rem;
}
}
.split-layout .split-layout-left .inner-content {
position: relative;
display: block;
padding-bottom: 0;
}
@media (min-width: 1024px) {
.split-layout .split-layout-left .inner-content {
padding-top: 0;
padding-bottom: 0;
}
}
.split-layout .split-layout-left .inner-content h1, .split-layout .split-layout-left .inner-content h2 {
color: #ffffff;
}
.split-layout .split-layout-left .inner-content h1 r, .split-layout .split-layout-left .inner-content h2 r {
color: #E4002B;
}
.split-layout .split-layout-left .inner-content h1 b, .split-layout .split-layout-left .inner-content h2 b {
color: #001489;
}
.split-layout .split-layout-left .inner-content p {
font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.split-layout .split-layout-left .inner-content p {
font-size: calc(18px + 6 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.split-layout .split-layout-left .inner-content p {
font-size: calc(24px * var(--font-scale-factor));
}
}
.split-layout .split-layout-left .inner-content .button {
display: block;
}
@media (min-width: 768px) {
.split-layout .split-layout-left .inner-content .button {
display: inline-block;
}
}
.split-layout .image-container {
position: relative;
display: block;
overflow: unset;
margin: 0;
width: calc(100% + (3vw * 2) + (0.5rem * 2));
}
@media (min-width: 640px) {
.split-layout .image-container {
margin-left: calc(-3vw - 0.75rem);
width: calc(100% + (3vw * 2) + (0.75rem * 2));
}
}
@media (min-width: 1024px) {
.split-layout .image-container {
width: 100%;
height: 100%;
margin: 0 auto;
}
}
.split-layout .image-container .image-main {
position: relative;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.split-layout .image-container .image-main img {
display: block;
position: relative;
width: 100%;
margin: 0;
-webkit-transform: scale(1.005) rotate(0deg);
transform: scale(1.005) rotate(0deg);
-webkit-transition: -webkit-transform 0.7s ease-in-out;
transition: -webkit-transform 0.7s ease-in-out;
transition: transform 0.7s ease-in-out;
transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
@media (min-width: 1024px) {
.split-layout .image-container .image-main img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.split-layout .image-container img.image-overlay {
display: block;
position: absolute;
bottom: -20%;
left: -5%;
width: 68%;
z-index: 5;
}
@media (min-width: 1024px) {
.split-layout .image-container img.image-overlay {
bottom: -20%;
left: -5%;
}
} .text-box-gray {
width: 100%;
margin: 0 auto;
padding-top: 2em;
padding-bottom: 2em;
}
.text-box-gray .text-box-gray-container {
background-color: #F0F0F0;
padding: 2em 2em;
} .social-feed {
width: 100%;
margin: 0 auto;
padding-top: 2em;
padding-bottom: 2em;
margin-bottom: 2em;
}
.social-feed .social-feed-container {
background: none;
}
.social-feed .social-feed-container h2 {
text-transform: uppercase;
color: #001489;
font-family: "Zywiec Sans", sans-serif;
font-weight: 300;
}
.social-feed .social-feed-container .social-feed-links {
color: #E4002B;
margin-bottom: 2em;
}
.social-feed .social-feed-container .social-feed-links a {
color: #E4002B;
text-decoration: none;
display: inline-block;
border-bottom: 6px solid #E4002B;
font-family: "Zywiec Sans", sans-serif;
line-height: 32px;
padding: 0 0 2px 0;
font-size: 16px;
margin: 0.375em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
.social-feed .social-feed-container .social-feed-links a {
font-size: 18px;
margin: 0.875em;
}
}
.social-feed .social-feed-container .social-feed-links a img {
margin-left: 0.5em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #E4002B;
-webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(7499%) hue-rotate(344deg) brightness(86%) contrast(108%);
}
.social-feed .social-feed-container .social-feed-links a:hover {
color: #ef6680;
border-bottom-color: #ef6680;
}
.social-feed .social-feed-container .social-feed-links a:hover img {
color: #ef6680;
-webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(64%) saturate(973%) hue-rotate(310deg) brightness(97%) contrast(94%);
filter: brightness(0) saturate(100%) invert(53%) sepia(64%) saturate(973%) hue-rotate(310deg) brightness(97%) contrast(94%);
} .video-background {
color: #ffffff;
background-color: #001489;
position: relative;
margin: 0 auto;
width: 100%;
height: 600px;
overflow: hidden;
}
@media (min-width: 768px) {
.video-background {
min-height: 630px;
}
}
@media (min-width: 1024px) {
.video-background {
min-height: 660px;
}
}
.video-background .yt-player {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
}
.video-background .yt-player iframe {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-background .yt-player:after {
z-index: 3;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000000;
opacity: 0.3;
}
@media (min-aspect-ratio: 16/9) {
.video-background .yt-player iframe { height: 56.25vw;
}
}
@media (max-aspect-ratio: 16/9) {
.video-background .yt-player iframe { width: 177vh;
}
}
.video-background .video-background-container {
padding: 2rem 1.5rem;
position: absolute;
top: 0;
left: 0; width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
.video-background .video-background-container:before {
width: 100%;
height: 100%;
content: "";
display: block;
top: 0;
left: 0;
position: absolute;
z-index: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.video-background .video-background-container .content {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 100%;
padding-left: 1.5rem;
padding-right: 1.5rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 1.1rem;
color: #ffffff;
}
@media (min-width: 768px) {
.video-background .video-background-container .content {
padding-left: 8.5%;
max-width: 60%;
}
}
@media (min-width: 1024px) {
.video-background .video-background-container .content {
padding-left: 16.5%;
max-width: 54%;
}
}
.video-background .video-background-container .content img {
margin-bottom: 2rem;
}
.video-background .video-background-container .content h2 {
color: #ffffff;
}
.video-background .video-background-container .content h2 img {
margin-top: 25px;
height: 27px;
}
@media (min-width: 768px) {
.video-background .video-background-container .content h2 img {
margin-top: 20px;
height: 35px;
}
}
@media (min-width: 1024px) {
.video-background .video-background-container .content h2 img {
margin-top: 18px;
height: 45px;
}
}
.video-background .video-background-container .content h2 r {
color: #E4002B;
}
.video-background .video-background-container .content h2 b {
color: #001489;
}
.video-background .video-background-container .content p {
color: #ffffff;
font-size: 1.2rem;
line-height: 1.75rem;
margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.video-background .video-background-container .content p {
font-size: 1.25rem;
line-height: 1.75rem;
}
} .news-video {
width: 100%;
margin: 0 auto;
background-color: #001489;
padding-top: 3rem;
padding-bottom: 3rem;
position: relative;
}
.news-video .anchor-news {
position: absolute;
top: -4em;
}
@media (min-width: 768px) {
.news-video .anchor-news {
top: -6em;
}
}
.news-video .news-video-container {
position: relative;
margin: 2rem auto;
background-color: #3343a1;
}
@media (min-width: 1024px) {
.news-video .news-video-container {
margin: 3rem auto;
}
}
.news-video .news-video-container .news-video-link {
display: block;
}
.news-video .news-video-container .video-image {
width: 100%;
height: auto;
}
.news-video .news-video-container .video-title {
position: absolute;
top: 2rem;
left: 2rem;
color: #ffffff;
font-family: "Klavika Bold", sans-serif;
font-size: 20px;
max-width: 80%;
}
@media (min-width: 768px) {
.news-video .news-video-container .video-title {
font-size: 22px;
}
}
@media (min-width: 1024px) {
.news-video .news-video-container .video-title {
font-size: 24px;
}
}
.news-video .news-video-container .video-link {
position: absolute;
bottom: 2rem;
left: 2rem;
display: block;
line-height: 1.7rem;
color: #ffffff;
text-decoration: none;
font-size: 0.875rem;
font-weight: normal;
font-family: "Zywiec Sans", sans-serif;
}
.news-video .news-video-container .video-link .video-icon {
margin-left: 0.5rem;
} .product-carousel-swiper {
width: 100%;
margin: 0 auto;
margin-bottom: 3rem;
background-color: transparent;
}
.product-carousel-swiper .row {
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
}
.product-carousel-swiper .product-carousel-container {
background-color: transparent;
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-button-next,
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-button-prev {
top: 50%;
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide {
height: 278px;
position: relative;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: self-end;
-webkit-align-items: self-end;
-ms-flex-align: self-end;
align-items: self-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-top: 2px solid #F0F0F0;
border-right: 2px solid #F0F0F0;
border-bottom: 2px solid #F0F0F0;
}
@media (min-width: 768px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide {
padding: 6.5rem 0 1rem 0;
}
}
@media (min-width: 1024px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide {
padding: 8.5rem 0 1rem 0;
}
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide .product-list-tag {
position: absolute;
z-index: 1;
top: calc(-2px / 2);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #E4002B;
color: #ffffff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: center;
height: auto;
margin: 0 auto;
font-family: "Zywiec Sans", sans-serif;
font-size: 0.825rem;
text-transform: uppercase;
padding: 0.25em 1em 0.2em 1em;
white-space: nowrap;
}
@media (min-width: 768px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide .product-list-tag {
font-size: 1rem;
}
}
@media (min-width: 1024px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide .product-list-tag {
font-size: 1.375rem;
}
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide img {
max-width: 100%;
height: 150px;
margin: 0 auto;
}
@media (min-width: 768px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide img {
height: 260px;
}
}
@media (min-width: 1024px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide img {
min-height: 270px;
max-width: 100%;
}
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a {
text-decoration: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0 0.5rem;
}
@media (min-width: 768px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a {
padding: 0 1rem;
}
}
@media (min-width: 1024px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a {
padding: 0 2rem;
}
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a .product-title {
margin-top: 1em;
margin-bottom: 1em;
text-align: center;
font-family: "Klavika Bold", sans-serif;
font-size: 0.875rem;
height: 2rem;
}
@media (min-width: 768px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a .product-title {
font-size: 1.2rem;
}
}
@media (min-width: 1024px) {
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide a .product-title {
font-size: 1.5rem;
}
}
.product-carousel-swiper .product-carousel-container .carousel-swiper .swiper-wrapper .swiper-slide:hover {
background-color: #F0F0F0;
} .banner-home {
position: relative;
width: 100%;
margin: 0 auto;
margin-bottom: 1rem;
}
.banner-home .banner-home-container {
background-color: #001489;
text-align: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 510px;
}
@media (min-width: 768px) {
.banner-home .banner-home-container {
height: 640px;
}
}
@media (min-width: 1024px) {
.banner-home .banner-home-container {
height: 720px;
margin-bottom: 7.5rem;
}
}
.banner-home .banner-home-container h1 {
z-index: 1;
color: #fff;
margin: 0;
font-size: 4rem;
}
@media (min-width: 768px) {
.banner-home .banner-home-container h1 {
font-size: 5.5rem;
}
}
@media (min-width: 1024px) {
.banner-home .banner-home-container h1 {
font-size: 7.375rem;
}
}
.banner-home .banner-home-container h1 b {
color: #001489;
}
.banner-home .banner-home-container h1 r {
color: #E4002B;
font-style: normal;
}
.banner-home .banner-home-container img {
max-width: 80%;
max-height: 256px;
} .text-image-narrow .split-layout-left {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 3.2rem 1.5rem;
}
@media (min-width: 640px) {
.text-image-narrow .split-layout-left {
padding: 3.2rem 1.8rem;
}
}
@media (min-width: 768px) {
.text-image-narrow .split-layout-left {
padding: 4rem 3.1rem;
}
}
@media (min-width: 1024px) {
.text-image-narrow .split-layout-left {
padding: 5rem 3.8rem;
}
}
.text-image-narrow .split-layout-left .inner-content {
position: relative;
display: block;
padding-bottom: 0;
padding-right: 0;
}
@media (min-width: 1024px) {
.text-image-narrow .split-layout-left .inner-content {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
}
@media (min-width: 1400px) {
.text-image-narrow .split-layout-left .inner-content {
padding-right: 0;
}
}
.text-image-narrow .split-layout-left .inner-content h1, .text-image-narrow .split-layout-left .inner-content h2 {
color: #001489;
}
.text-image-narrow .split-layout-left .inner-content h1 r, .text-image-narrow .split-layout-left .inner-content h2 r {
color: #E4002B;
}
.text-image-narrow .split-layout-left .inner-content h1 b, .text-image-narrow .split-layout-left .inner-content h2 b {
color: #001489;
}
.text-image-narrow .split-layout-left .inner-content h1 img, .text-image-narrow .split-layout-left .inner-content h2 img {
margin-top: -7px;
height: 27px;
}
@media (min-width: 1024px) {
.text-image-narrow .split-layout-left .inner-content h1 img, .text-image-narrow .split-layout-left .inner-content h2 img {
margin-top: -13px;
height: 44px;
}
}
.text-image-narrow .split-layout-left .inner-content p {
font-size: calc(18px * var(--font-scale-factor));
}
@media screen and (min-width: 321px) {
.text-image-narrow .split-layout-left .inner-content p {
font-size: calc(18px + 6 * ((100vw - 321px) / 1079) * var(--font-scale-factor));
}
}
@media screen and (min-width: 1400px) {
.text-image-narrow .split-layout-left .inner-content p {
font-size: calc(24px * var(--font-scale-factor));
}
}
.text-image-narrow .split-layout-left .inner-content .button {
display: block;
}
.text-image-narrow .split-layout-left .inner-content .button.secondary_underline {
display: inline-block;
}
@media (min-width: 768px) {
.text-image-narrow .split-layout-left .inner-content .button {
display: inline-block;
}
}
.text-image-narrow .image-container {
position: relative;
display: block;
overflow: unset;
margin: 0;
width: calc(100% + (3vw * 2) + (0.5rem * 2));
}
@media (min-width: 640px) {
.text-image-narrow .image-container {
margin-left: calc(-3vw - 0.75rem);
width: calc(100% + (3vw * 2) + (0.75rem * 2));
}
}
@media (min-width: 1024px) {
.text-image-narrow .image-container {
width: 100%;
height: 100%;
margin: 0 auto;
}
}
.text-image-narrow .image-container .image-main {
position: relative;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.text-image-narrow .image-container .image-main img {
display: block;
position: relative;
width: 100%;
margin: 0;
-webkit-transform: scale(1.005) rotate(0deg);
transform: scale(1.005) rotate(0deg);
-webkit-transition: -webkit-transform 0.7s ease-in-out;
transition: -webkit-transform 0.7s ease-in-out;
transition: transform 0.7s ease-in-out;
transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
@media (min-width: 1024px) {
.text-image-narrow .image-container .image-main img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
}
.text-image-narrow .image-container img.image-overlay {
display: block;
position: absolute;
bottom: -20%;
left: -5%;
width: 68%;
z-index: 5;
}
@media (min-width: 1024px) {
.text-image-narrow .image-container img.image-overlay {
bottom: -20%;
left: -5%;
}
} .steps-repeater {
background-color: #F0F0F0;
width: 100%;
margin: 0 auto;
padding-top: 2em;
padding-bottom: 2em;
}
.steps-repeater .steps-repeater-container {
background-color: #F0F0F0;
}
.steps-repeater .steps-repeater-container .steps-header {
padding: 5rem 1.5rem 1rem 1.5rem;
text-align: left;
}
@media (min-width: 1024px) {
.steps-repeater .steps-repeater-container .steps-header {
text-align: center;
}
}
.steps-repeater .steps-repeater-container .steps-header .steps_title {
text-align: left;
}
@media (min-width: 1024px) {
.steps-repeater .steps-repeater-container .steps-header .steps_title {
text-align: center;
}
}
.steps-repeater .steps-repeater-container .steps-header .steps_description {
text-align: left;
}
@media (min-width: 1024px) {
.steps-repeater .steps-repeater-container .steps-header .steps_description {
text-align: center;
}
}
.steps-repeater .steps-content {
margin-top: 3rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.steps-repeater .steps-content .step-content-numbers {
padding-left: 1rem;
padding-right: 2rem;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-numbers {
padding-left: 0;
padding-right: 3.5rem;
}
}
@media (min-width: 1400px) {
.steps-repeater .steps-content .step-content-numbers {
padding-right: 4rem;
}
}
.steps-repeater .steps-content .step-content-numbers .number-red {
color: #ffffff;
background-color: #E4002B;
font-family: "Zywiec Sans", sans-serif;
text-align: center;
line-height: 32px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
width: 36px;
height: 36px;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-numbers .number-red {
font-size: 24px;
width: 50px;
height: 50px;
}
}
.steps-repeater .steps-content .step-content-numbers .number-dashed-line {
min-height: 48px;
width: 2px;
height: 100%;
background-image: url(//strona.zywiec.com.pl/wp-content/themes/gz_wiz/dist/svg/line-red.svg);
background-repeat: repeat-y;
background-position: center center;
margin-left: 17px;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-numbers .number-dashed-line {
margin-left: 24px;
}
}
.steps-repeater .steps-content .step-content-text {
padding-bottom: 4em;
}
.steps-repeater .steps-content .step-content-text .step-content-left {
padding-bottom: 2rem;
padding-right: 1rem;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-text .step-content-left {
padding-right: 0;
}
}
.steps-repeater .steps-content .step-content-text .step-content-left a {
text-decoration: none;
}
.steps-repeater .steps-content .step-content-text .step-content-left a:hover {
text-decoration: underline;
}
.steps-repeater .steps-content .step-content-text .step-content-left p {
margin-bottom: 0;
}
.steps-repeater .steps-content .step-content-text .step-content-left p, .steps-repeater .steps-content .step-content-text .step-content-left ul, .steps-repeater .steps-content .step-content-text .step-content-left li {
font-family: "Klavika Regular", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 21px;
text-align: left;
}
.steps-repeater .steps-content .step-content-text .step-content-left li {
margin-left: 0.5em;
}
.steps-repeater .steps-content .step-content-text .step-content-left .pre_title {
font-family: "Klavika Bold", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0;
text-align: left;
color: #E4002B;
margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-text .step-content-left .pre_title {
font-size: 20px;
}
}
.steps-repeater .steps-content .step-content-text .step-content-left .title img {
margin-top: -6px;
height: 17px;
}
@media (min-width: 768px) {
.steps-repeater .steps-content .step-content-text .step-content-left .title img {
margin-top: -6px;
height: 21px;
}
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-text .step-content-left .title img {
margin-top: -9px;
height: 26px;
}
}
.steps-repeater .steps-content .step-content-text .step-content-right {
margin-bottom: 1rem;
text-align: left;
}
@media (min-width: 1024px) {
.steps-repeater .steps-content .step-content-text .step-content-right {
text-align: center;
}
}
.steps-repeater .steps-content .step-content-text .step-content-right .image-wrap img {
margin-top: 0;
}
@media (max-width: 639px) {
.steps-repeater .steps-content .step-content-text .step-content-right .image-wrap img {
margin-top: 0 !important;
}
} .two-columns {
overflow: unset;
}
.two-columns .columns-header {
padding: 0 1.5rem;
margin-bottom: 4rem;
text-align: left;
}
@media (min-width: 1024px) {
.two-columns .columns-header {
text-align: center;
}
}
.two-columns .columns-header h2 {
margin-bottom: 1rem;
}
.two-columns .two-columns-content {
padding: 0 1.5rem;
}
@media (min-width: 1024px) {
.two-columns .two-columns-content:nth-child(2n) {
padding-left: 1rem;
}
.two-columns .two-columns-content:nth-child(1n) {
padding-right: 1rem;
}
}
@media (min-width: 1400px) {
.two-columns .two-columns-content:nth-child(2n) {
padding-left: 2rem;
}
.two-columns .two-columns-content:nth-child(1n) {
padding-right: 2rem;
}
}
.two-columns .two-columns-content .inner-content {
margin-bottom: 7rem;
}
.two-columns .two-columns-content .inner-content img {
width: 240px;
margin-bottom: 1rem;
} .cocktails-promo {
overflow: unset;
}
.cocktails-promo .row {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.cocktails-promo .cocktails-promo-wrap {
padding: 1.5rem;
}
@media (min-width: 768px) {
.cocktails-promo .cocktails-promo-wrap {
padding: 5rem;
}
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap {
padding: 5.75rem;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content {
background-color: #ffffff;
text-align: center;
padding-top: 1rem;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content {
padding-top: 2rem;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .pre-title {
margin: 2rem 1rem;
font-family: "Klavika Bold", sans-serif;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
color: #001489;
text-transform: uppercase;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .pre-title {
margin: 2rem auto;
font-size: 1.5rem;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .cta-header {
display: inline-block;
margin: 1rem;
color: #ffffff;
background-color: #E4002B;
padding: 0.5em 0.5em;
font-size: 1.5rem;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .cta-header {
font-size: 3rem;
margin: 0 auto 3rem auto;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap {
padding: 1rem 2rem;
margin: 1rem 0;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column {
margin-bottom: 2rem;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-title {
margin-bottom: 0;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-title img {
margin-top: -9px;
height: 29px;
}
@media (min-width: 768px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-title img {
margin-top: -15px;
height: 44px;
}
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-title img {
margin-top: -15px;
height: 50px;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-title-small {
margin-bottom: 0.5em;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-subtitle {
font-family: "Zywiec Sans", sans-serif;
color: #E4002B;
margin-bottom: 2rem;
font-size: 1.5rem;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-subtitle {
font-size: 1.75rem;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-gallery {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0.5rem;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-gallery img {
min-width: 20%;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .drinks-repeater-wrap .drinks-column .drinks-gallery img {
min-width: 20%;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info {
color: #001489;
background-color: #E3E1E1;
padding: 2em;
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h2, .cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h3 {
color: #001489;
margin: 0;
font-size: 1.5rem;
}
@media (min-width: 1024px) {
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h2, .cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h3 {
font-size: 3rem;
}
}
.cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h2 r, .cocktails-promo .cocktails-promo-wrap .cocktails-promo-content .footer-info h3 r {
color: #E4002B;
} .banner-title {
width: 100%;
margin: 0 auto;
margin-bottom: 5.1rem;
}
@media (min-width: 1024px) {
.banner-title {
margin-bottom: 7.5rem;
}
}
.banner-title .banner-title-container {
background-position: center;
}
.banner-title .banner-title-container h1, .banner-title .banner-title-container h2 {
z-index: 1;
color: #fff;
margin: 0;
}
.map-places-section {
background: #001489;
overflow: initial;
}
.map-places-section .map-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 3rem 0;
}
@media (min-width: 1024px) {
.map-places-section .map-container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding: 7.25rem 0;
}
}
.map-places-section .map-container .map-wrapper {
position: relative;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 36px auto 0 auto;
}
@media (min-width: 1024px) {
.map-places-section .map-container .map-wrapper {
width: 50%;
margin: inherit;
}
}
.map-places-section .map-container .map-wrapper-places .single-place {
position: absolute;
top: 0;
left: 0;
}
.map-places-section .map-container .map-wrapper-places .single-place-wrapper {
position: relative;
cursor: pointer;
}
@media (min-width: 1024px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper {
margin: inherit;
}
}
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-counter {
position: absolute;
top: -6px;
left: -10px;
width: 30px;
height: 30px;
border: 1px solid #ffffff;
border-radius: 50%;
background: #ffffff;
pointer-events: none;
font-size: 1.125rem;
font-weight: bold;
color: #E4002B;
line-height: 1.6;
text-align: center;
}
@media (min-width: 640px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-counter {
top: -5px;
left: -5px;
}
}
@media (min-width: 1024px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-counter {
top: -5px;
left: -7px;
}
}
@media (min-width: 1400px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-counter {
top: -5px;
left: -5px;
}
}
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-img {
max-width: 60px;
}
@media (min-width: 640px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-img {
max-width: 80%;
}
}
@media (min-width: 1024px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-img {
max-width: 70%;
}
}
@media (min-width: 1400px) {
.map-places-section .map-container .map-wrapper-places .single-place-wrapper .single-place-img {
max-width: 80%;
}
}
.map-places-section .map-container .map-wrapper-places .modal {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
top: 30%;
left: 50%;
max-width: 90vw;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 380px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 56px 24px 24px 24px;
background: #ffffff;
-webkit-box-shadow: 2px 2px 12px 0px rgb(66, 68, 90);
box-shadow: 2px 2px 12px 0px rgb(66, 68, 90);
z-index: 2;
}
@media (min-width: 640px) {
.map-places-section .map-container .map-wrapper-places .modal {
max-width: none;
padding: 16px 24px;
-webkit-transform: none;
transform: none;
}
}
.map-places-section .map-container .map-wrapper-places .modal-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.map-places-section .map-container .map-wrapper-places .modal-container-border {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #B1B3B3;
}
.map-places-section .map-container .map-wrapper-places .modal-img {
width: 100%;
max-width: 100px;
max-height: 100px;
}
.map-places-section .map-container .map-wrapper-places .modal-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.map-places-section .map-container .map-wrapper-places .modal-content-title {
font-size: 1.5rem;
text-transform: none;
margin-bottom: 0;
}
.map-places-section .map-container .map-wrapper-places .modal-content-description {
margin-bottom: 20px;
font-size: 1.125rem;
}
.map-places-section .map-container .map-wrapper-places .modal-content-link {
font-size: 1.125rem;
}
@media (min-width: 640px) {
.map-places-section .map-container .map-wrapper-places .modal::before {
content: "";
position: absolute;
bottom: -19px;
right: 175px;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: transparent transparent #ffffff transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
}
.map-places-section .map-container .map-wrapper-places .modal-close-btn {
position: absolute;
width: 32px;
height: 32px;
right: 24px;
top: 12px;
}
.map-places-section .map-container .map-wrapper-places .modal-close-btn:before, .map-places-section .map-container .map-wrapper-places .modal-close-btn:after {
content: " ";
position: absolute;
height: 33px;
width: 2px;
left: 15px;
background-color: #333333;
}
.map-places-section .map-container .map-wrapper-places .modal-close-btn:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.map-places-section .map-container .map-wrapper-places .modal-close-btn:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media (min-width: 768px) {
.map-places-section .map-container .map-wrapper-places .modal-close-btn {
display: none;
}
}
.map-places-section .map-container .map-wrapper-places .modal hr {
margin: 16px 0;
height: 1px;
width: 100%;
background-color: #B1B3B3;
}
@media (min-width: 1024px) {
.map-places-section .map-container .map-content {
padding-left: 3rem;
width: 50%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
}
.map-places-section .map-container .map-content-title, .map-places-section .map-container .map-content-description {
color: #ffffff;
}
@media (min-width: 768px) {
.components-list-section .list-section-title {
text-align: center;
}
}
.components-list-section .list-section-subtitle {
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.components-list-section .list-section-subtitle {
font-size: 1.5rem;
}
}
.components-list-section .list-container {
margin-top: 32px;
row-gap: 24px;
}
@media (min-width: 1024px) {
.components-list-section .list-container {
margin-top: 64px;
row-gap: 40px;
}
}
.components-list-section .list-container .list-element {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: rgba(0, 20, 137, 0.0509803922);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.components-list-section .list-container .list-element {
height: 100%;
}
}
@media (min-width: 1024px) {
.components-list-section .list-container .list-element {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.components-list-section .list-container .list-element-img {
width: 100%;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 1024px) {
.components-list-section .list-container .list-element-img {
width: 50%;
}
}
.components-list-section .list-container .list-element-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 24px;
}
.components-list-section .list-container .list-element-wrapper-title {
margin-bottom: 0;
}
.components-list-section .list-container .list-element-wrapper-subtitle {
margin-top: 8px;
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.components-list-section .list-container .list-element-wrapper-subtitle {
font-size: 1.5rem;
}
}
.components-list-section .list-container .list-element-wrapper-link {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: auto;
padding-bottom: 8px;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.components-list-section .list-container .list-element-wrapper-link:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 6px;
background-color: #001489;
}
.components-list-section .list-load-more {
margin-top: 32px;
cursor: pointer;
}
.components-list-section .list-load-more:hover {
background: none;
}
@media (min-width: 1024px) {
.components-list-section .list-load-more {
margin-top: 72px;
}
}
.events-section-title {
margin-bottom: 24px;
}
@media (min-width: 1024px) {
.events-section-title {
margin-bottom: 32px;
}
}
.events-section .events-container {
row-gap: 24px;
margin-bottom: 24px;
}
@media (min-width: 1024px) {
.events-section .events-container {
row-gap: 40px;
margin-bottom: 40px;
}
}
.events-section .events-container .single-event {
height: 100%;
background: #F2F3F9;
padding-bottom: 20px;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event {
padding-bottom: 24px;
}
}
.events-section .events-container .single-event .events-wrap-date {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.events-section .events-container .single-event .events-wrap-date .single-date-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 16px 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #001489;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date .single-date-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px 24px;
-webkit-box-align: unset;
-webkit-align-items: unset;
-ms-flex-align: unset;
align-items: unset;
-webkit-box-pack: unset;
-webkit-justify-content: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
}
.events-section .events-container .single-event .events-wrap-date .single-date-box-month, .events-section .events-container .single-event .events-wrap-date .single-date-box-time {
margin: 0;
color: #ffffff;
}
.events-section .events-container .single-event .events-wrap-date .single-date-box-month {
font-size: 1.5rem;
font-weight: 700;
line-height: normal;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date .single-date-box-month {
font-size: 2rem;
}
}
.events-section .events-container .single-event .events-wrap-date .single-date-box-time {
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date .single-date-box-time {
font-size: 1.5rem;
}
}
.events-section .events-container .single-event .events-wrap-date .single-place-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
margin-top: 20px;
padding-left: 20px;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date .single-place-box {
margin-top: 0;
padding-left: 24px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
}
.events-section .events-container .single-event .events-wrap-date .single-place-box-link {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
text-decoration: none;
}
.events-section .events-container .single-event .events-wrap-date .single-place-box-name, .events-section .events-container .single-event .events-wrap-date .single-place-box-address {
margin: 0;
font-size: 1.25rem;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-date .single-place-box-name, .events-section .events-container .single-event .events-wrap-date .single-place-box-address {
font-size: 1.5rem;
}
}
.events-section .events-container .single-event .events-wrap-date .single-place-box-address {
margin-top: 8px;
text-transform: capitalize;
}
.events-section .events-container .single-event .events-wrap-artists {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 4px;
margin-top: 24px;
padding-left: 20px;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-artists {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
row-gap: unset;
margin-top: 32px;
padding-left: 0;
}
}
.events-section .events-container .single-event .events-wrap-artists .single-artist-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-artists .single-artist-box {
width: 33.3%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.events-section .events-container .single-event .events-wrap-artists .single-artist-box-img {
width: 100%;
max-width: 40px;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 768px) {
.events-section .events-container .single-event .events-wrap-artists .single-artist-box-img {
max-width: 80px;
}
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-artists .single-artist-box-img {
max-width: inherit;
}
}
.events-section .events-container .single-event .events-wrap-artists .single-artist-box-name {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
padding-left: 16px;
font-size: 1.25rem;
margin-bottom: 0;
text-transform: capitalize;
}
@media (min-width: 1024px) {
.events-section .events-container .single-event .events-wrap-artists .single-artist-box-name {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
max-width: 70%;
margin-top: 24px;
padding-left: 24px;
font-size: 1.5rem;
}
}
.calendar-component-section-title {
margin-bottom: 24px;
}
@media (min-width: 1024px) {
.calendar-component-section-title {
margin-bottom: 32px;
}
}
.calendar-component-section .events-container {
row-gap: 24px;
margin-top: 20px;
margin-bottom: 24px;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container {
row-gap: 40px;
margin-top: 0;
margin-bottom: 40px;
}
}
.calendar-component-section .events-container .event-main-img {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin-top: 20px;
}
@media (min-width: 640px) {
.calendar-component-section .events-container .event-main-img {
margin-top: 0;
}
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .event-main-img {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: 0;
}
}
.calendar-component-section .events-container .event-main-img img {
width: 100%;
min-height: 160px;
max-height: 180px;
}
@media (min-width: 640px) {
.calendar-component-section .events-container .event-main-img img {
max-width: 200px;
}
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .event-main-img img {
height: 100%;
max-height: none;
}
}
.calendar-component-section .events-container .single-event {
background: #F2F3F9;
padding-bottom: 20px;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event {
padding-bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 16px 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #001489;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box {
min-width: 200px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: unset;
-webkit-align-items: unset;
-ms-flex-align: unset;
align-items: unset;
-webkit-box-pack: unset;
-webkit-justify-content: unset;
-ms-flex-pack: unset;
justify-content: unset;
padding: 16px 24px;
max-width: 200px;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-month, .calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-time {
margin: 0;
color: #ffffff;
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-month {
font-size: 1.5rem;
font-weight: 700;
line-height: normal;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-month {
font-size: 2rem;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-time {
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date .single-date-box-time {
font-size: 1.5rem;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
margin-top: 20px;
padding-left: 20px;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box {
margin-top: 0;
padding-left: 24px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-link {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
text-decoration: none;
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-name, .calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-address {
margin: 0;
font-size: 1.25rem;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-name, .calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-address {
font-size: 1.5rem;
}
}
.calendar-component-section .events-container .single-event .events-wrap-date .single-place-box-address {
margin-top: 8px;
text-transform: capitalize;
}
.calendar-component-section .events-container .single-event .events-artists-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 4px;
}
@media (min-width: 640px) {
.calendar-component-section .events-container .single-event .events-artists-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 20px;
margin-left: 20px;
}
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-artists-container {
margin: 0;
height: 100%;
}
}
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 8px;
-webkit-box-flex: 2;
-webkit-flex: 2;
-ms-flex: 2;
flex: 2;
margin-top: 24px;
}
@media (min-width: 640px) {
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin-top: 0;
}
}
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists .single-artist-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
padding-left: 24px;
}
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists .single-artist-box-img {
width: 100%;
max-width: 40px;
max-height: 40px;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
}
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists .single-artist-box-name {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
padding-left: 16px;
font-size: 1.25rem;
text-transform: capitalize;
margin: auto 0;
}
@media (min-width: 1024px) {
.calendar-component-section .events-container .single-event .events-artists-container .events-wrap-artists .single-artist-box-name {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
max-width: 70%;
padding-left: 24px;
font-size: 1.5rem;
}
}
.site-main.alignfullpage {
max-width: 100%;
height: auto !important;
}
.map-dark-beer {
min-height: 50vh;
position: relative;
}
.map-dark-beer .map-search-wrap {
width: 100%;
}
.map-dark-beer .map-search-wrap input {
font-size: 1.2rem;
width: 100%;
border: 2px #E4002B solid;
border-bottom: none;
background-color: #ffffff;
line-height: 2rem;
}
.map-dark-beer .map-search-wrap button {
width: 100%;
}
.map-dark-beer .map-google {
margin: 0;
padding: 0;
min-height: 360px;
width: 100%;
height: 60vh;
}
.artist-event-list-section .list-section-subtitle {
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.artist-event-list-section .list-section-subtitle {
font-size: 1.5rem;
}
}
.artist-event-list-section .list-container {
margin-top: 14px;
row-gap: 24px;
}
@media (min-width: 1024px) {
.artist-event-list-section .list-container {
row-gap: 40px;
}
}
.artist-event-list-section .list-container .list-element {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: rgba(0, 20, 137, 0.0509803922);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.artist-event-list-section .list-container .list-element {
height: 100%;
}
}
@media (min-width: 1024px) {
.artist-event-list-section .list-container .list-element {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
}
.artist-event-list-section .list-container .list-element-img {
width: 100%;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 1024px) {
.artist-event-list-section .list-container .list-element-img {
width: 50%;
}
}
.artist-event-list-section .list-container .list-element-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 24px;
}
.artist-event-list-section .list-container .list-element-wrapper-title {
margin-bottom: 0;
}
.artist-event-list-section .list-container .list-element-wrapper-subtitle {
margin-top: 8px;
font-size: 1.125rem;
}
@media (min-width: 1024px) {
.artist-event-list-section .list-container .list-element-wrapper-subtitle {
font-size: 1.5rem;
}
}
.artist-event-list-section .list-container .list-element-wrapper-link {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: auto;
padding-bottom: 8px;
font-family: "Zywiec Sans", sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.artist-event-list-section .list-container .list-element-wrapper-link:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 6px;
background-color: #001489;
}
.artist-event-list-section .list-load-more {
margin-top: 32px;
cursor: pointer;
}
.artist-event-list-section .list-load-more:hover {
background: none;
}
@media (min-width: 1024px) {
.artist-event-list-section .list-load-more {
margin-top: 72px;
}
}