button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[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;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}body .c-owl-xs:not(.ct-section)>*+*,body .ct-section.c-owl-xs .ct-section-inner-wrap>*+*{margin-top:var(--xs-space-fallback)}body .c-padding-xs:not(.ct-section),body .ct-section.c-padding-xs .ct-section-inner-wrap{padding:var(--xs-space-fallback)}body .c-padding-left-xs:not(.ct-section),body .ct-section.c-padding-left-xs .ct-section-inner-wrap{padding-left:var(--xs-space-fallback)}body .c-padding-right-xs:not(.ct-section),body .ct-section.c-padding-right-xs .ct-section-inner-wrap{padding-right:var(--xs-space-fallback)}body .c-padding-top-xs:not(.ct-section),body .ct-section.c-padding-top-xs .ct-section-inner-wrap{padding-top:var(--xs-space-fallback)}body .c-padding-bottom-xs:not(.ct-section),body .ct-section.c-padding-bottom-xs .ct-section-inner-wrap{padding-bottom:var(--xs-space-fallback)}body .c-margin-xs:not(.ct-section),body .ct-section.c-margin-xs .ct-section-inner-wrap{margin:var(--xs-space-fallback)}body .c-margin-left-xs:not(.ct-section),body .ct-section.c-margin-left-xs .ct-section-inner-wrap{margin-left:var(--xs-space-fallback)}body .c-margin-right-xs:not(.ct-section),body .ct-section.c-margin-right-xs .ct-section-inner-wrap{margin-right:var(--xs-space-fallback)}body .c-margin-top-xs:not(.ct-section),body .ct-section.c-margin-top-xs .ct-section-inner-wrap{margin-top:var(--xs-space-fallback)}body .ct-section.c-margin-bottom-xs .ct-section-inner-wrap,body c-margin-bottom-xs:not(.ct-section){margin-bottom:var(--xs-space-fallback)}body .c-columns-gap-xs:not(.ct-section),body .ct-section.c-columns-gap-xs .ct-section-inner-wrap{grid-gap:var(--xs-space-fallback)}body .c-owl-s:not(.ct-section)>*+*,body .ct-section.c-owl-s .ct-section-inner-wrap>*+*{margin-top:var(--s-space-fallback)}body .c-padding-s:not(.ct-section),body .ct-section.c-padding-s .ct-section-inner-wrap{padding:var(--s-space-fallback)}body .c-padding-left-s:not(.ct-section),body .ct-section.c-padding-left-s .ct-section-inner-wrap{padding-left:var(--s-space-fallback)}body .c-padding-right-s:not(.ct-section),body .ct-section.c-padding-right-s .ct-section-inner-wrap{padding-right:var(--s-space-fallback)}body .c-padding-top-s:not(.ct-section),body .ct-section.c-padding-top-s .ct-section-inner-wrap{padding-top:var(--s-space-fallback)}body .c-padding-bottom-s:not(.ct-section),body .ct-section.c-padding-bottom-s .ct-section-inner-wrap{padding-bottom:var(--s-space-fallback)}body .c-margin-s:not(.ct-section),body .ct-section.c-margin-s .ct-section-inner-wrap{margin:var(--s-space-fallback)}body .c-margin-left-s:not(.ct-section),body .ct-section.c-margin-left-s .ct-section-inner-wrap{margin-left:var(--s-space-fallback)}body .c-margin-right-s:not(.ct-section),body .ct-section.c-margin-right-s .ct-section-inner-wrap{margin-right:var(--s-space-fallback)}body .c-margin-top-s:not(.ct-section),body .ct-section.c-margin-top-s .ct-section-inner-wrap{margin-top:var(--s-space-fallback)}body .c-margin-bottom-s:not(.ct-section),body .ct-section.c-margin-bottom-s .ct-section-inner-wrap{margin-bottom:var(--s-space-fallback)}body .c-columns-gap-s:not(.ct-section),body .ct-section.c-columns-gap-s .ct-section-inner-wrap{grid-gap:var(--s-space-fallback)}body .c-owl-m:not(.ct-section)>*+*,body .ct-section.c-owl-m .ct-section-inner-wrap>*+*{margin-top:var(--m-space-fallback)}body .c-padding-m:not(.ct-section),body .ct-section.c-padding-m .ct-section-inner-wrap{padding:var(--m-space-fallback)}body .c-padding-left-m:not(.ct-section),body .ct-section.c-padding-left-m .ct-section-inner-wrap{padding-left:var(--m-space-fallback)}body .c-padding-right-m:not(.ct-section),body .ct-section.c-padding-right-m .ct-section-inner-wrap{padding-right:var(--m-space-fallback)}body .c-padding-top-m:not(.ct-section),body .ct-section.c-padding-top-m .ct-section-inner-wrap{padding-top:var(--m-space-fallback)}body .c-padding-bottom-m:not(.ct-section),body .ct-section.c-padding-bottom-m .ct-section-inner-wrap{padding-bottom:var(--m-space-fallback)}body .c-margin-m:not(.ct-section),body .ct-section.c-margin-m .ct-section-inner-wrap{margin:var(--m-space-fallback)}body .c-margin-left-m:not(.ct-section),body .ct-section.c-margin-left-m .ct-section-inner-wrap{margin-left:var(--m-space-fallback)}body .c-margin-right-m:not(.ct-section),body .ct-section.c-margin-right-m .ct-section-inner-wrap{margin-right:var(--m-space-fallback)}body .c-margin-top-m:not(.ct-section),body .ct-section.c-margin-top-m .ct-section-inner-wrap{margin-top:var(--m-space-fallback)}body .c-margin-bottom-m:not(.ct-section),body .ct-section.c-margin-bottom-m .ct-section-inner-wrap{margin-bottom:var(--m-space-fallback)}body .c-columns-gap-m:not(.ct-section),body .ct-section.c-columns-gap-m .ct-section-inner-wrap{grid-gap:var(--m-space-fallback)}body .c-owl-l:not(.ct-section)>*+*,body .ct-section.c-owl-l .ct-section-inner-wrap>*+*{margin-top:var(--l-space-fallback)}body .c-padding-l:not(.ct-section),body .ct-section.c-padding-l .ct-section-inner-wrap{padding:var(--l-space-fallback)}body .c-padding-left-l:not(.ct-section),body .ct-section.c-padding-left-l .ct-section-inner-wrap{padding-left:var(--l-space-fallback)}body .c-padding-right-l:not(.ct-section),body .ct-section.c-padding-right-l .ct-section-inner-wrap{padding-right:var(--l-space-fallback)}body .c-padding-top-l:not(.ct-section),body .ct-section.c-padding-top-l .ct-section-inner-wrap{padding-top:var(--l-space-fallback)}body .c-padding-bottom-l:not(.ct-section),body .ct-section.c-padding-bottom-l .ct-section-inner-wrap{padding-bottom:var(--l-space-fallback)}body .c-margin-l:not(.ct-section),body .ct-section.c-margin-l .ct-section-inner-wrap{margin:var(--l-space-fallback)}body .c-margin-left-l:not(.ct-section),body .ct-section.c-margin-left-l .ct-section-inner-wrap{margin-left:var(--l-space-fallback)}body .c-margin-right-l:not(.ct-section),body .ct-section.c-margin-right-l .ct-section-inner-wrap{margin-right:var(--l-space-fallback)}body .c-margin-top-l:not(.ct-section),body .ct-section.c-margin-top-l .ct-section-inner-wrap{margin-top:var(--l-space-fallback)}body .c-margin-bottom-l:not(.ct-section),body .ct-section.c-margin-bottom-l .ct-section-inner-wrap{margin-bottom:var(--l-space-fallback)}body .c-columns-gap-l:not(.ct-section),body .ct-section.c-columns-gap-l .ct-section-inner-wrap{grid-gap:var(--l-space-fallback)}body .c-owl-xl:not(.ct-section)>*+*,body .ct-section.c-owl-xl .ct-section-inner-wrap>*+*{margin-top:var(--xl-space-fallback)}body .c-padding-xl:not(.ct-section),body .ct-section.c-padding-xl .ct-section-inner-wrap{padding:var(--xl-space-fallback)}body .c-padding-left-xl:not(.ct-section),body .ct-section.c-padding-left-xl .ct-section-inner-wrap{padding-left:var(--xl-space-fallback)}body .c-padding-right-xl:not(.ct-section),body .ct-section.c-padding-right-xl .ct-section-inner-wrap{padding-right:var(--xl-space-fallback)}body .c-padding-top-xl:not(.ct-section),body .ct-section.c-padding-top-xl .ct-section-inner-wrap{padding-top:var(--xl-space-fallback)}body .c-padding-bottom-xl:not(.ct-section),body .ct-section.c-padding-bottom-xl .ct-section-inner-wrap{padding-bottom:var(--xl-space-fallback)}body .c-margin-xl:not(.ct-section),body .ct-section.c-margin-xl .ct-section-inner-wrap{margin:var(--xl-space-fallback)}body .c-margin-left-xl:not(.ct-section),body .ct-section.c-margin-left-xl .ct-section-inner-wrap{margin-left:var(--xl-space-fallback)}body .c-margin-right-xl:not(.ct-section),body .ct-section.c-margin-right-xl .ct-section-inner-wrap{margin-right:var(--xl-space-fallback)}body .c-margin-top-xl:not(.ct-section),body .ct-section.c-margin-top-xl .ct-section-inner-wrap{margin-top:var(--xl-space-fallback)}body .c-margin-bottom-xl:not(.ct-section),body .ct-section.c-margin-bottom-xl .ct-section-inner-wrap{margin-bottom:var(--xl-space-fallback)}body .c-columns-gap-xl:not(.ct-section),body .ct-section.c-columns-gap-xl .ct-section-inner-wrap{grid-gap:var(--xl-space-fallback)}body .c-owl-xxl:not(.ct-section)>*+*,body .ct-section.c-owl-xxl .ct-section-inner-wrap>*+*{margin-top:var(--xxl-space-fallback);margin-top:var(--xxl-space)}body .c-padding-xxl:not(.ct-section),body .ct-section.c-padding-xxl .ct-section-inner-wrap{padding:var(--xxl-space-fallback)}body .c-padding-left-xxl:not(.ct-section),body .ct-section.c-padding-left-xxl .ct-section-inner-wrap{padding-left:var(--xxl-space-fallback)}body .c-padding-right-xxl:not(.ct-section),body .ct-section.c-padding-right-xxl .ct-section-inner-wrap{padding-right:var(--xxl-space-fallback)}body .c-padding-top-xxl:not(.ct-section),body .ct-section.c-padding-top-xxl .ct-section-inner-wrap{padding-top:var(--xxl-space-fallback)}body .c-padding-bottom-xxl:not(.ct-section),body .ct-section.c-padding-bottom-xxl .ct-section-inner-wrap{padding-bottom:var(--xxl-space-fallback)}body .c-margin-xxl:not(.ct-section),body .ct-section.c-margin-xxl .ct-section-inner-wrap{margin:var(--xxl-space-fallback)}body .c-margin-left-xxl:not(.ct-section),body .ct-section.c-margin-left-xxl .ct-section-inner-wrap{margin-left:var(--xxl-space-fallback)}body .c-margin-right-xxl:not(.ct-section),body .ct-section.c-margin-right-xxl .ct-section-inner-wrap{margin-right:var(--xxl-space-fallback)}body .c-margin-top-xxl:not(.ct-section),body .ct-section.c-margin-top-xxl .ct-section-inner-wrap{margin-top:var(--xxl-space-fallback)}body .c-margin-bottom-xxl:not(.ct-section),body .ct-section.c-margin-bottom-xxl .ct-section-inner-wrap{margin-bottom:var(--xxl-space-fallback)}body .c-columns-gap-xxl:not(.ct-section),body .ct-section.c-columns-gap-xxl .ct-section-inner-wrap{grid-gap:var(--xxl-space-fallback)}@supports (font-size:clamp(1px,2px,3px)){body .c-owl-xs:not(.ct-section)>*+*,body .ct-section.c-owl-xs .ct-section-inner-wrap>*+*{margin-top:var(--xs-space)}body .c-padding-xs:not(.ct-section),body .ct-section.c-padding-xs .ct-section-inner-wrap{padding:var(--xs-space)}body .c-padding-left-xs:not(.ct-section),body .ct-section.c-padding-left-xs .ct-section-inner-wrap{padding-left:var(--xs-space)}body .c-padding-right-xs:not(.ct-section),body .ct-section.c-padding-right-xs .ct-section-inner-wrap{padding-right:var(--xs-space)}body .c-padding-top-xs:not(.ct-section),body .ct-section.c-padding-top-xs .ct-section-inner-wrap{padding-top:var(--xs-space)}body .c-padding-bottom-xs:not(.ct-section),body .ct-section.c-padding-bottom-xs .ct-section-inner-wrap{padding-bottom:var(--xs-space)}body .c-margin-xs:not(.ct-section),body .ct-section.c-margin-xs .ct-section-inner-wrap{margin:var(--xs-space)}body .c-margin-left-xs:not(.ct-section),body .ct-section.c-margin-left-xs .ct-section-inner-wrap{margin-left:var(--xs-space)}body .c-margin-right-xs:not(.ct-section),body .ct-section.c-margin-right-xs .ct-section-inner-wrap{margin-right:var(--xs-space)}body .c-margin-top-xs:not(.ct-section),body .ct-section.c-margin-top-xs .ct-section-inner-wrap{margin-top:var(--xs-space)}body .c-margin-bottom-xs:not(.ct-section),body .ct-section.c-margin-bottom-xs .ct-section-inner-wrap{margin-bottom:var(--xs-space)}body .c-columns-gap-xs:not(.ct-section),body .ct-section.c-columns-gap-xs .ct-section-inner-wrap{grid-gap:var(--xs-space)}body .c-owl-s:not(.ct-section)>*+*,body .ct-section.c-owl-s .ct-section-inner-wrap>*+*{margin-top:var(--s-space)}body .c-padding-s:not(.ct-section),body .ct-section.c-padding-s .ct-section-inner-wrap{padding:var(--s-space)}body .c-padding-left-s:not(.ct-section),body .ct-section.c-padding-left-s .ct-section-inner-wrap{padding-left:var(--s-space)}body .c-padding-right-s:not(.ct-section),body .ct-section.c-padding-right-s .ct-section-inner-wrap{padding-right:var(--s-space)}body .c-padding-top-s:not(.ct-section),body .ct-section.c-padding-top-s .ct-section-inner-wrap{padding-top:var(--s-space)}body .c-padding-bottom-s:not(.ct-section),body .ct-section.c-padding-bottom-s .ct-section-inner-wrap{padding-bottom:var(--s-space)}body .c-margin-s:not(.ct-section),body .ct-section.c-margin-s .ct-section-inner-wrap{margin:var(--s-space)}body .c-margin-left-s:not(.ct-section),body .ct-section.c-margin-left-s .ct-section-inner-wrap{margin-left:var(--s-space)}body .c-margin-right-s:not(.ct-section),body .ct-section.c-margin-right-s .ct-section-inner-wrap{margin-right:var(--s-space)}body .c-margin-top-s:not(.ct-section),body .ct-section.c-margin-top-s .ct-section-inner-wrap{margin-top:var(--s-space)}body .c-margin-bottom-s:not(.ct-section),body .ct-section.c-margin-bottom-s .ct-section-inner-wrap{margin-bottom:var(--s-space)}body .c-columns-gap-s:not(.ct-section),body .ct-section.c-columns-gap-s .ct-section-inner-wrap{grid-gap:var(--s-space)}body .c-owl-m:not(.ct-section)>*+*,body .ct-section.c-owl-m .ct-section-inner-wrap>*+*{margin-top:var(--m-space)}body .c-padding-m:not(.ct-section),body .ct-section.c-padding-m .ct-section-inner-wrap{padding:var(--m-space)}body .c-padding-left-m:not(.ct-section),body .ct-section.c-padding-left-m .ct-section-inner-wrap{padding-left:var(--m-space)}body .c-padding-right-m:not(.ct-section),body .ct-section.c-padding-right-m .ct-section-inner-wrap{padding-right:var(--m-space)}body .c-padding-top-m:not(.ct-section),body .ct-section.c-padding-top-m .ct-section-inner-wrap{padding-top:var(--m-space)}body .c-padding-bottom-m:not(.ct-section),body .ct-section.c-padding-bottom-m .ct-section-inner-wrap{padding-bottom:var(--m-space)}body .c-margin-m:not(.ct-section),body .ct-section.c-margin-m .ct-section-inner-wrap{margin:var(--m-space)}body .c-margin-left-m:not(.ct-section),body .ct-section.c-margin-left-m .ct-section-inner-wrap{margin-left:var(--m-space)}body .c-margin-right-m:not(.ct-section),body .ct-section.c-margin-right-m .ct-section-inner-wrap{margin-right:var(--m-space)}body .c-margin-top-m:not(.ct-section),body .ct-section.c-margin-top-m .ct-section-inner-wrap{margin-top:var(--m-space)}body .c-margin-bottom-m:not(.ct-section),body .ct-section.c-margin-bottom-m .ct-section-inner-wrap{margin-bottom:var(--m-space)}body .c-columns-gap-m:not(.ct-section),body .ct-section.c-columns-gap-m .ct-section-inner-wrap{grid-gap:var(--m-space)}body .c-owl-l:not(.ct-section)>*+*,body .ct-section.c-owl-l .ct-section-inner-wrap>*+*{margin-top:var(--l-space)}body .c-padding-l:not(.ct-section),body .ct-section.c-padding-l .ct-section-inner-wrap{padding:var(--l-space)}body .c-padding-left-l:not(.ct-section),body .ct-section.c-padding-left-l .ct-section-inner-wrap{padding-left:var(--l-space)}body .c-padding-right-l:not(.ct-section),body .ct-section.c-padding-right-l .ct-section-inner-wrap{padding-right:var(--l-space)}body .c-padding-top-l:not(.ct-section),body .ct-section.c-padding-top-l .ct-section-inner-wrap{padding-top:var(--l-space)}body .c-padding-bottom-l:not(.ct-section),body .ct-section.c-padding-bottom-l .ct-section-inner-wrap{padding-bottom:var(--l-space)}body .c-margin-l:not(.ct-section),body .ct-section.c-margin-l .ct-section-inner-wrap{margin:var(--l-space)}body .c-margin-left-l:not(.ct-section),body .ct-section.c-margin-left-l .ct-section-inner-wrap{margin-left:var(--l-space)}body .c-margin-right-l:not(.ct-section),body .ct-section.c-margin-right-l .ct-section-inner-wrap{margin-right:var(--l-space)}body .c-margin-top-l:not(.ct-section),body .ct-section.c-margin-top-l .ct-section-inner-wrap{margin-top:var(--l-space)}body .c-margin-bottom-l:not(.ct-section),body .ct-section.c-margin-bottom-l .ct-section-inner-wrap{margin-bottom:var(--l-space)}body .c-columns-gap-l:not(.ct-section),body .ct-section.c-columns-gap-l .ct-section-inner-wrap{grid-gap:var(--l-space)}body .c-owl-xl:not(.ct-section)>*+*,body .ct-section.c-owl-xl .ct-section-inner-wrap>*+*{margin-top:var(--xl-space)}body .c-padding-xl:not(.ct-section),body .ct-section.c-padding-xl .ct-section-inner-wrap{padding:var(--xl-space)}body .c-padding-left-xl:not(.ct-section),body .ct-section.c-padding-left-xl .ct-section-inner-wrap{padding-left:var(--xl-space)}body .c-padding-right-xl:not(.ct-section),body .ct-section.c-padding-right-xl .ct-section-inner-wrap{padding-right:var(--xl-space)}body .c-padding-top-xl:not(.ct-section),body .ct-section.c-padding-top-xl .ct-section-inner-wrap{padding-top:var(--xl-space)}body .c-padding-bottom-xl:not(.ct-section),body .ct-section.c-padding-bottom-xl .ct-section-inner-wrap{padding-bottom:var(--xl-space)}body .c-margin-xl:not(.ct-section),body .ct-section.c-margin-xl .ct-section-inner-wrap{margin:var(--xl-space)}body .c-margin-left-xl:not(.ct-section),body .ct-section.c-margin-left-xl .ct-section-inner-wrap{margin-left:var(--xl-space)}body .c-margin-right-xl:not(.ct-section),body .ct-section.c-margin-right-xl .ct-section-inner-wrap{margin-right:var(--xl-space)}body .c-margin-top-xl:not(.ct-section),body .ct-section.c-margin-top-xl .ct-section-inner-wrap{margin-top:var(--xl-space)}body .c-margin-bottom-xl:not(.ct-section),body .ct-section.c-margin-bottom-xl .ct-section-inner-wrap{margin-bottom:var(--xl-space)}body .c-columns-gap-xl:not(.ct-section),body .ct-section.c-columns-gap-xl .ct-section-inner-wrap{grid-gap:var(--xl-space)}body .c-owl-xxl:not(.ct-section)>*+*,body .ct-section.c-owl-xxl .ct-section-inner-wrap>*+*{margin-top:var(--xxl-space)}body .c-padding-xxl:not(.ct-section),body .ct-section.c-padding-xxl .ct-section-inner-wrap{padding:var(--xxl-space)}body .c-padding-left-xxl:not(.ct-section),body .ct-section.c-padding-left-xxl .ct-section-inner-wrap{padding-left:var(--xxl-space)}body .c-padding-right-xxl:not(.ct-section),body .ct-section.c-padding-right-xxl .ct-section-inner-wrap{padding-right:var(--xxl-space)}body .c-padding-top-xxl:not(.ct-section),body .ct-section.c-padding-top-xxl .ct-section-inner-wrap{padding-top:var(--xxl-space)}body .c-padding-bottom-xxl:not(.ct-section),body .ct-section.c-padding-bottom-xxl .ct-section-inner-wrap{padding-bottom:var(--xxl-space)}body .c-margin-xxl:not(.ct-section),body .ct-section.c-margin-xxl .ct-section-inner-wrap{margin:var(--xxl-space)}body .c-margin-left-xxl:not(.ct-section),body .ct-section.c-margin-left-xxl .ct-section-inner-wrap{margin-left:var(--xxl-space)}body .c-margin-right-xxl:not(.ct-section),body .ct-section.c-margin-right-xxl .ct-section-inner-wrap{margin-right:var(--xxl-space)}body .c-margin-top-xxl:not(.ct-section),body .ct-section.c-margin-top-xxl .ct-section-inner-wrap{margin-top:var(--xxl-space)}body .c-margin-bottom-xxl:not(.ct-section),body .ct-section.c-margin-bottom-xxl .ct-section-inner-wrap{margin-bottom:var(--xxl-space)}body .c-columns-gap-xxl:not(.ct-section),body .ct-section.c-columns-gap-xxl .ct-section-inner-wrap{grid-gap:var(--xxl-space)}}
body .c-h1{font-size:var(--h1-fallback)}body .c-h2{font-size:var(--h2-fallback)}body .c-h3{font-size:var(--h3-fallback)}body .c-h4{font-size:var(--h4-fallback)}body .c-h5{font-size:var(--h5-fallback)}body .c-h6{font-size:var(--h6-fallback)}body .c-text-s{font-size:var(--s-text-fallback)}body .c-text-m{font-size:var(--m-text-fallback)}body .c-text-l{font-size:var(--l-text-fallback)}body .c-text-xl{font-size:var(--xl-text-fallback)}@supports (font-size:clamp(1px,2px,3px)){body .c-h1{font-size:var(--h1)}body .c-h2{font-size:var(--h2)}body .c-h3{font-size:var(--h3)}body .c-h4{font-size:var(--h4)}body .c-h5{font-size:var(--h5)}body .c-h6{font-size:var(--h6)}body .c-text-s{font-size:var(--s-text)}body .c-text-m{font-size:var(--m-text)}body .c-text-l{font-size:var(--l-text)}body .c-text-xl{font-size:var(--xl-text)}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}#section-2-25 > .ct-section-inner-wrap{display:flex}#section-2-25{background-image:linear-gradient(rgba(0,0,0,0.79),rgba(0,0,0,0.79)),url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/awaryjne-otwieranie-samochodow-keilce.jpg)}#section-9-25 > .ct-section-inner-wrap{padding-top:0;padding-bottom:0}#section-9-25{background-color:#ffffff}#section-439-25 > .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}#section-337-25{background-color:#f9f9f9}#section-448-25 > .ct-section-inner-wrap{align-items:center}#section-448-25{text-align:center}#section-131-17 > .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}#section-131-17{text-align:left}@media (max-width:479px){#section-2-25{background-size:cover;background-repeat:no-repeat;background-attachment:scroll}}@media (max-width:479px){#section-439-25 > .ct-section-inner-wrap{align-items:center}}@media (max-width:479px){#section-131-17 > .ct-section-inner-wrap{align-items:center}#section-131-17{text-align:center}}#div_block-10-25{display:flex;position:relative;top:-90px;width:100%;box-shadow:4px 4px 59px rgba(0,0,0,0.48)}#div_block-78-25{width:100%}#div_block-283-25{width:150px}#div_block-257-25{width:150px}#div_block-259-25{width:150px}#div_block-261-25{width:150px}#div_block-263-25{width:150px}#div_block-265-25{width:150px}#div_block-267-25{width:150px}#div_block-269-25{width:150px}#div_block-271-25{width:150px}#div_block-273-25{width:150px}#div_block-275-25{width:150px}#div_block-277-25{width:150px}#div_block-279-25{width:150px}#div_block-281-25{width:150px}#div_block-233-25{width:150px}#div_block-286-25{width:150px}#div_block-288-25{width:150px}#div_block-290-25{width:150px}#div_block-292-25{width:150px}#div_block-294-25{width:150px}#div_block-296-25{width:150px}#div_block-298-25{width:150px}#div_block-300-25{width:150px}#div_block-302-25{width:150px}#div_block-304-25{width:150px}#div_block-306-25{width:150px}#div_block-308-25{width:150px}#div_block-311-25{align-items:center;text-align:left;justify-content:flex-start;flex-direction:row;display:flex}#div_block-342-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/awaryjne-otwieranie-samochodow-keilce.jpg)}#div_block-347-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/jaguar-dorabianie-kluczykow-samochodowych.jpg)}#div_block-352-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/stacyjki-samochodowe.jpg)}#div_block-357-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/klucz-samochodowy.jpg)}#div_block-391-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/centralny-zamek.jpg)}#div_block-395-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/naprawa-instalacji-elektrycznej-w-samochodzie.jpg)}#div_block-422-25{background-image:linear-gradient(rgba(0,0,0,0.76),rgba(0,0,0,0.76)),url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/332791563_743030500512316_6519840568358507400_n.jpg);background-size:auto,cover;background-repeat:no-repeat;background-position:50% 50%}#div_block-452-25{display:flex}#div_block-456-25{display:flex}#div_block-460-25{display:flex}#div_block-464-25{display:flex}#div_block-468-25{display:flex}#div_block-472-25{display:flex}@media (max-width:1120px){#div_block-342-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/awaryjne-otwieranie-samochodow-keilce.jpg)}}@media (max-width:1120px){#div_block-347-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/jaguar-dorabianie-kluczykow-samochodowych.jpg)}}@media (max-width:1120px){#div_block-352-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/stacyjki-samochodowe.jpg)}}@media (max-width:1120px){#div_block-357-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/klucz-samochodowy.jpg)}}@media (max-width:1120px){#div_block-391-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/centralny-zamek.jpg)}}@media (max-width:1120px){#div_block-395-25{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/naprawa-instalacji-elektrycznej-w-samochodzie.jpg)}}@media (max-width:991px){#div_block-10-25{flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:991px){#div_block-311-25{width:100%}}@media (max-width:767px){#div_block-452-25{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-456-25{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-460-25{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-464-25{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-468-25{padding-left:0px;padding-right:0px}}@media (max-width:767px){#div_block-472-25{padding-left:0px;padding-right:0px}}@media (max-width:479px){#div_block-281-25{width:15px}}#headline-488-25{text-transform:uppercase}#headline-3-25{text-transform:uppercase}#headline-314-25{text-transform:none;background:#4392CA;background:radial-gradient(ellipse farthest-corner at center center,#4392CA 49%,#1E4159 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#headline-440-25{text-transform:uppercase;useCustomTag:true;font-size:42px;text-align:center}#headline-449-25{text-transform:uppercase}#text_block-15-17{padding-left:0px}#text_block-315-25{text-align:justify}#text_block-153-17{text-align:center}@media (max-width:767px){#text_block-15-17{visibility:hidden}}@media (max-width:479px){#text_block-15-17{visibility:visible}}#link_text-5-25{background-color:#4392ca}#span-443-25{font-weight:700;color:#ffffff}#span-443-25:hover{color:#ffffff}@media (max-width:479px){#link_text-124-17{flex-direction:unset;display:none}}#link-29-17{flex-direction:row;display:flex;text-align:center;height:100px;width:150px}@media (max-width:767px){#link-29-17{width:150px}}@media (max-width:479px){#link-29-17{width:100px}}@media (max-width:479px){#link-13-17{visibility:visible}}#image-30-17{object-fit:fill}#image-284-25{width:100px}#image-258-25{width:100px}#image-260-25{width:100px}#image-262-25{width:100px}#image-264-25{width:100px}#image-266-25{width:100px}#image-268-25{width:100px}#image-270-25{width:100px}#image-272-25{width:100px}#image-274-25{width:100px}#image-276-25{width:100px}#image-278-25{width:100px}#image-280-25{width:100px}#image-282-25{width:100px}#image-234-25{width:100px}#image-287-25{width:100px}#image-289-25{width:100px}#image-291-25{width:100px}#image-293-25{width:100px}#image-295-25{width:100px}#image-297-25{width:100px}#image-299-25{width:100px}#image-301-25{width:100px}#image-303-25{width:100px}#image-305-25{width:100px}#image-307-25{width:100px}#image-309-25{width:100px}@media (max-width:479px){#image-284-25{height:100px;width:100px}}@media (max-width:479px){#image-258-25{height:100px;width:100px}}@media (max-width:479px){#image-260-25{height:100px;width:100px}}@media (max-width:479px){#image-262-25{height:100px;width:100px}}@media (max-width:479px){#image-264-25{height:100px;width:100px}}@media (max-width:479px){#image-266-25{height:100px;width:100px}}@media (max-width:479px){#image-268-25{height:100px;width:100px}}@media (max-width:479px){#image-270-25{height:100px;width:100px}}@media (max-width:479px){#image-272-25{height:100px;width:100px}}@media (max-width:479px){#image-274-25{height:100px;width:100px}}@media (max-width:479px){#image-276-25{height:100px;width:100px}}@media (max-width:479px){#image-278-25{height:100px;width:100px}}@media (max-width:479px){#image-280-25{height:100px;width:100px}}@media (max-width:479px){#image-282-25{height:100px;width:100px}}@media (max-width:479px){#image-234-25{height:100px;width:100px}}@media (max-width:479px){#image-287-25{height:100px;width:100px}}@media (max-width:479px){#image-289-25{height:100px;width:100px}}@media (max-width:479px){#image-291-25{height:100px;width:100px}}@media (max-width:479px){#image-293-25{height:100px;width:100px}}@media (max-width:479px){#image-295-25{height:100px;width:100px}}@media (max-width:479px){#image-297-25{height:100px;width:100px}}@media (max-width:479px){#image-299-25{height:100px;width:100px}}@media (max-width:479px){#image-301-25{height:100px;width:100px}}@media (max-width:479px){#image-303-25{height:100px;width:100px}}@media (max-width:479px){#image-305-25{height:100px;width:100px}}@media (max-width:479px){#image-307-25{height:100px;width:100px}}@media (max-width:479px){#image-309-25{height:100px;width:100px}}@media (max-width:767px){#fancy_icon-14-17{visibility:hidden}}@media (max-width:479px){#fancy_icon-14-17{visibility:visible}}#_header-6-17.oxy-sticky-header-active{animation-duration:0.6s}@media (min-width:992px){#_header-6-17.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active{position:fixed;top:0;left:0;right:0;z-index:2147483640;box-shadow:0px 5px 20px -15px rgba(0,0,0,0.1);}#_header-6-17.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky{display:none}#_header-6-17.oxy-header.oxy-header .oxygen-show-in-sticky-only{display:none}}#_header_row-27-17 .oxy-nav-menu-open,#_header_row-27-17 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#ffffff}.oxy-header.oxy-sticky-header-active > #_header_row-27-17.oxygen-show-in-sticky-only{display:block}#_header_row-27-17{padding-top:20px;padding-bottom:20px;background-color:#ffffff;position:relative}#slider-477-25 .unslider-nav ol li{border-color:#ffffff}#slider-477-25 .unslider-nav ol li.unslider-active{background-color:#ffffff}#span-489-25{color:#4392ca;font-weight:700;letter-spacing:2px;font-size:62px}#span-6-25{color:#4392ca;font-weight:700;letter-spacing:2px;font-size:62px}.ct-section{width:100%;background-size:cover;background-repeat:repeat}.ct-section>.ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start}.ct-div-block{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:flex-start}.ct-new-columns{display:flex;width:100%;flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:wrap}.ct-link-text{display:inline-block}.ct-link{display:flex;flex-wrap:wrap;text-align:center;text-decoration:none;flex-direction:column;align-items:center;justify-content:center}.ct-link-button{display:inline-block;text-align:center;text-decoration:none}.ct-link-button{background-color:#1e73be;border:1px solid #1e73be;color:#ffffff;padding:10px 16px}.ct-image{max-width:100%}.ct-fancy-icon>svg{width:55px;height:55px}.ct-inner-content{width:100%}.ct-slide{display:flex;flex-wrap:wrap;text-align:center;flex-direction:column;align-items:center;justify-content:center}.ct-nestable-shortcode{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:flex-start}.oxy-comments{width:100%;text-align:left}.oxy-comment-form{width:100%}.oxy-login-form{width:100%}.oxy-search-form{width:100%}.oxy-tabs-contents{display:flex;width:100%;flex-wrap:nowrap;flex-direction:column;align-items:flex-start}.oxy-tab{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:flex-start}.oxy-tab-content{display:flex;width:100%;flex-wrap:nowrap;flex-direction:column;align-items:flex-start}.oxy-testimonial{width:100%}.oxy-icon-box{width:100%}.oxy-pricing-box{width:100%}.oxy-posts-grid{width:100%}.oxy-gallery{width:100%}.ct-slider{width:100%}.oxy-tabs{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:stretch}.ct-modal{flex-direction:column;align-items:flex-start}.ct-span{display:inline-block;text-decoration:inherit}.ct-widget{width:100%}.oxy-dynamic-list{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ct-div-block,.oxy-post-content,.ct-text-block,.ct-headline,.oxy-rich-text,.ct-link-text{max-width:100%}img{flex-shrink:0}body *{min-height:1px}}.oxy-testimonial{flex-direction:row;align-items:center}.oxy-testimonial .oxy-testimonial-photo-wrap{order:1}.oxy-testimonial .oxy-testimonial-photo{width:125px;height:125px;margin-right:20px}.oxy-testimonial .oxy-testimonial-photo-wrap,.oxy-testimonial .oxy-testimonial-author-wrap,.oxy-testimonial .oxy-testimonial-content-wrap{align-items:flex-start;text-align:left}.oxy-testimonial .oxy-testimonial-text{margin-bottom:8px;font-size:21px;line-height:1.4;-webkit-font-smoothing:subpixel-antialiased}.oxy-testimonial .oxy-testimonial-author{font-size:18px;-webkit-font-smoothing:subpixel-antialiased}.oxy-testimonial .oxy-testimonial-author-info{font-size:12px;-webkit-font-smoothing:subpixel-antialiased}.oxy-icon-box{text-align:left;flex-direction:column}.oxy-icon-box .oxy-icon-box-icon{margin-bottom:12px;align-self:flex-start} .oxy-icon-box .oxy-icon-box-heading{font-size:21px;margin-bottom:12px} .oxy-icon-box .oxy-icon-box-text{font-size:16px;margin-bottom:12px;align-self:flex-start}.oxy-icon-box .oxy-icon-box-link{margin-top:20px} .oxy-pricing-box .oxy-pricing-box-section{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;text-align:center}.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price{justify-content:center}.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic{justify-content:center}.oxy-pricing-box .oxy-pricing-box-title-title{font-size:48px}.oxy-pricing-box .oxy-pricing-box-title-subtitle{font-size:24px}.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price{flex-direction:row}.oxy-pricing-box .oxy-pricing-box-currency{font-size:28px}.oxy-pricing-box .oxy-pricing-box-amount-main{font-size:80px;line-height:0.7}.oxy-pricing-box .oxy-pricing-box-amount-decimal{font-size:13px}.oxy-pricing-box .oxy-pricing-box-term{font-size:16px}.oxy-pricing-box .oxy-pricing-box-sale-price{font-size:12px;color:rgba(0,0,0,0.5);margin-bottom:20px} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content{font-size:16px;color:rgba(0,0,0,0.5)} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta{justify-content:center}.oxy-progress-bar .oxy-progress-bar-background{background-color:#000000;background-image:linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);animation:none 0s paused}.oxy-progress-bar .oxy-progress-bar-progress-wrap{width:85%}.oxy-progress-bar .oxy-progress-bar-progress{background-color:#66aaff;padding:40px;animation:none 0s paused,none 0s paused;background-image:linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent)}.oxy-progress-bar .oxy-progress-bar-overlay-text{font-size:30px;font-weight:900;-webkit-font-smoothing:subpixel-antialiased}.oxy-progress-bar .oxy-progress-bar-overlay-percent{font-size:12px}.ct-slider .unslider-nav ol li{border-color:#ffffff}.ct-slider .unslider-nav ol li.unslider-active{background-color:#ffffff}.ct-slider .ct-slide{padding:0px}.oxy-superbox .oxy-superbox-secondary,.oxy-superbox .oxy-superbox-primary{transition-duration:0.5s}.oxy-shape-divider{width:0px;height:0px}.oxy_shape_divider svg{width:100%}.oxy-oxyninja-slider .oxy-dynamic-list{display:flex !important;flex-direction:row !important;align-items:unset;justify-content:unset;flex-wrap:unset}.oxy-oxyninja-slider{width:100%;position:relative}.oxy-oxyninja-slider img{object-fit:cover}#glightbox-body{z-index:9999999999 !important}.oxy-oxyninja-slider:focus,.oxy-oxyninja-slider *:focus{outline:0}.splide__list{margin:0 !important;padding:0 !important;height:100%;display:flex;width:-webkit-max-content;width:max-content;will-change:transform}.splide__track > .splide__list{width:100%}.splide__track > .splide__list > .splide__slide{transform:translate3d(0px,0,0);-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-ms-transform:translate3d(0px,0,0);-o-transform:translate3d(0px,0,0);will-change:inherit}.splide__list > .splide__slide:first-child{z-index:2}.splide--fade > .splide__track>.splide__list{display:flex !important}.on-product-badges{position:absolute;z-index:9}.on-product-badges span:not(:first-of-type){margin-left:5px}.on-product-badges span.on-new,.on-product-badges span.on-custom-badge,.on-product-badges span.on-sale{display:inline-block;background-color:white;color:black;font-size:12px;padding:6px 12px;line-height:1.2;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1px;opacity:0.8}.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{box-shadow:px px px px }.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{transition-duration:0.4s}.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{margin-left:0px}.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{width:30px;height:30px}.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px}.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{transition-duration:0.4s}.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{top:20px;left:20px}.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{width:24px;height:24px}.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{transition-duration:0.4s}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{background-color:#ffffff}.oxy-pro-menu .oxy-pro-menu-off-canvas-container,.oxy-pro-menu .oxy-pro-menu-open-container{background-image:url()}.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg,.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{font-size:24px}.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{background-color:rgba(0,0,0,0.2);border-top-style:solid}.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{flex-direction:row}.oxy-pro-menu .oxy-pro-menu-container .menu-item a{text-align:left;justify-content:flex-start}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{align-items:flex-start}.oxy-pro-menu .oxy-pro-menu-off-canvas-container{top:0;bottom:0;right:auto;left:0}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{text-align:left;justify-content:flex-start}.oxy-site-navigation{--oxynav-brand-color:#4831B0;--oxynav-neutral-color:#FFFFFF;--oxynav-activehover-color:#EFEDF4;--oxynav-background-color:#4831B0;--oxynav-border-radius:0px;--oxynav-other-spacing:8px;--oxynav-transition-duration:0.3s;--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93)}.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{text-align:left}.oxy-site-navigation > ul{left:0}.oxy-site-navigation{--oxynav-animation-name:none}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){background-color:var(--oxynav-brand-color);transition:var(--oxynav-transition-duration);margin-left:var(--oxynav-other-spacing);border:none}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){background:transparent;border:1px solid currentColor;transition:var(--oxynav-transition-duration);margin-left:var(--oxynav-other-spacing)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{filter:invert(0) !important}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{background-color:var(--oxynav-activehover-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{color:var(--oxynav-neutral-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{color:var(--oxynav-brand-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{color:var(--oxynav-brand-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{color:var(--oxynav-neutral-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{color:var(--oxynav-brand-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{color:var(--oxynav-brand-color)}.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{display:none}.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button,.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{display:none}.ct-section-inner-wrap,.oxy-header-container{max-width:1120px}body{font-family:'Open Sans'}body{line-height:1.6;font-size:16px;font-weight:400;color:#404040}.oxy-nav-menu-hamburger-line{background-color:#404040}h1,h2,h3,h4,h5,h6{font-family:'Source Sans Pro';font-size:36px;font-weight:700}h2,h3,h4,h5,h6{font-size:30px}h3,h4,h5,h6{font-size:24px}h4,h5,h6{font-size:20px}h5,h6{font-size:18px}h6{font-size:16px}a{color:#0074db;text-decoration:none}a:hover{text-decoration:none}.ct-link-text{text-decoration:}.ct-link{text-decoration:}.ct-link-button{border-radius:3px}.ct-section-inner-wrap{padding-top:75px;padding-right:20px;padding-bottom:75px;padding-left:20px}.ct-new-columns > .ct-div-block{padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px}.oxy-header-container{padding-right:20px;padding-left:20px}@media (max-width:992px){.ct-columns-inner-wrap{display:block !important}.ct-columns-inner-wrap:after{display:table;clear:both;content:""}.ct-column{width:100% !important;margin:0 !important}.ct-columns-inner-wrap{margin:0 !important}}.oxel_back_to_top_container:hover{transform:scale(1.1,1.1) translateY(-3px);background-color:#dee1e3}.oxel_back_to_top_container{width:42px;height:42px;border-radius:4px;position:fixed;z-index:1500;right:32px;bottom:32px;text-align:center;overflow:hidden;transition-duration:0.3s;transition-timing-function:ease-in-out;background-color:#4392ca;box-shadow:0px 4px 17px -10px #1e1e1e}.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts),.oxel_back_to_top_container.oxy-easy-posts .oxy-posts,.oxel_back_to_top_container.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}.oxel_back_to_top_icon{color:#ffffff}.oxel_back_to_top_icon >svg{width:23px;height:23px}.oxel_back_to_top_icon{}.c-bg-light{background-color:#f9f9f9}.c-margin-bottom-m{}@media (max-width:1120px){}@media (max-width:991px){}.c-margin-bottom-s{}.c-heading-dark{color:#0f0f0f}.c-text-m{font-weight:400;line-height:1.6;text-align:justify}@media (max-width:1120px){}@media (max-width:767px){}@media (max-width:479px){}.c-text-dark{color:#686868}.c-columns-s-1{}@media (max-width:479px){}.c-columns-l-2{}@media (max-width:991px){}.c-columns-4{}.c-margin-bottom-xl{}@media (max-width:991px){}@media (max-width:767px){}.c-h4{font-weight:600;line-height:1.3}@media (max-width:479px){}.c-columns-gap-l{}.c-h2{font-weight:600;line-height:1.3;text-transform:capitalize}@media (max-width:1120px){.c-h2{text-transform:none}}@media (max-width:991px){}@media (max-width:767px){}@media (max-width:479px){}.c-icon-accent-l{background-color:rgba(67,83,255,0.05);border:1px solid rgba(67,83,255,0.05);padding:24px;color:#4392ca}.c-icon-accent-l >svg{width:24px;height:24px}.c-icon-accent-l{box-shadow:0px 15px 15px -15px rgba(67,83,255,0.2)}@media (max-width:991px){.c-icon-accent-l{padding:20px}.c-icon-accent-l >svg{width:20px;height:20px}.c-icon-accent-l{}}.c-left{text-align:left}.c-left:not(.ct-section):not(.oxy-easy-posts),.c-left.oxy-easy-posts .oxy-posts,.c-left.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start}.c-text-l{font-weight:400;line-height:1.6;text-align:justify}@media (max-width:1120px){.c-text-l{text-align:justify}}@media (max-width:991px){}@media (max-width:767px){}.c-heading-light{color:#ffffff}.c-text-light{color:rgba(255,255,255,0.8);font-weight:500}@media (max-width:1120px){.c-text-light{text-align:justify}}.c-h1{text-transform:capitalize;font-weight:600;line-height:1.3}@media (max-width:991px){}@media (max-width:767px){}@media (max-width:479px){}.c-bg-accent{background-color:#4392ca}.c-transition{transition-duration:0.4s}@media (max-width:1120px){}.c-btn-alt:hover{transform:translateY(-5px);color:#ffffff;background-color:#4392ca;box-shadow:0px 7px 25px -10px rgba(0,0,0,0.25)}.c-btn-alt{font-weight:600;color:#4392ca;text-transform:uppercase;border-radius:7px;background-color:#efefef;text-align:center;letter-spacing:1px}.c-btn-alt:not(.ct-section):not(.oxy-easy-posts),.c-btn-alt.oxy-easy-posts .oxy-posts,.c-btn-alt.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width:1120px){}@media (max-width:767px){}@media (max-width:479px){}.c-btn-l{font-size:17px;padding-left:35px;padding-right:35px;padding-top:15px;padding-bottom:15px}@media (max-width:767px){.c-btn-l{font-size:15px}}@media (max-width:479px){.c-btn-l{padding-top:10px;padding-bottom:10px;font-size:14px;width:100%}}.c-rounded{border-radius:7px;overflow:hidden}.c-shadow{box-shadow:0px 5px 15px rgba(0,0,0,0.08)}.c-text-xl{font-weight:500;max-width:700px;line-height:1.6}@media (max-width:1120px){}.c-btn-main:hover{transform:translateY(-5px);border-bottom-color:color(undefined);border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;color:#ffffff;box-shadow:0px 7px 25px -10px rgba(0,0,0,0.5)}.c-btn-main{border-radius:7px;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;text-transform:uppercase;letter-spacing:1px;border-top-color:#4392ca;border-right-color:#4392ca;border-bottom-color:#4392ca;border-left-color:#4392ca;text-align:center;background-color:#4392ca;color:#ffffff;font-weight:600;box-shadow:0px 10px 20px -15px rgba(0,0,0,0.5)}.c-btn-main:not(.ct-section):not(.oxy-easy-posts),.c-btn-main.oxy-easy-posts .oxy-posts,.c-btn-main.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width:767px){.c-btn-main{font-size:13px}}@media (max-width:479px){.c-btn-main{width:100%}}.c-icon-dark-m{color:#0f0f0f}.c-icon-dark-m >svg{width:24px;height:24px}.c-icon-dark-m{}.c-padding-xl{}@media (max-width:1120px){}@media (max-width:767px){}.c-card-dark{width:100%;border-radius:7px;background-color:#191919;box-shadow:0px 5px 15px rgba(0,0,0,0.08)}@media (max-width:767px){}@media (max-width:479px){}.oxy-close-modal{}.c-modal-l{width:90%;max-width:1200px}.c-modal-close-light:hover{padding:;color:#ffffff}.c-modal-close-light:hover{}.c-modal-close-light{background-color:#686868;border:1px solid #686868;padding:10px;color:rgba(255,255,255,0.8)}.c-modal-close-light >svg{width:15px;height:15px}.c-modal-close-light{position:absolute;top:15px;right:15px;z-index:20;cursor:pointer}.c-play:hover{background-color:color(undefined)}.c-play{text-align:center;border-radius:100%;width:80px;height:80px;left:-40px;cursor:pointer}.c-play:not(.ct-section):not(.oxy-easy-posts),.c-play.oxy-easy-posts .oxy-posts,.c-play.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:991px){}.c-heartbeat{}.c-kenburns-top{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1}.c-hero-13{text-align:center;position:relative;overflow:hidden}.c-hero-13 .ct-section-inner-wrap{padding-top:250px;padding-bottom:250px}.c-hero-13:not(.ct-section):not(.oxy-easy-posts),.c-hero-13.oxy-easy-posts .oxy-posts,.c-hero-13.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}@media (max-width:991px){.c-hero-13{}.c-hero-13 .ct-section-inner-wrap{padding-top:150px;padding-bottom:150px}}@media (max-width:479px){.c-hero-13{}.c-hero-13 .ct-section-inner-wrap{padding-top:100px;padding-bottom:100px}}.c-max-width-640{max-width:640px}.c-h3{font-weight:600;line-height:1.3}@media (max-width:991px){}@media (max-width:767px){}@media (max-width:479px){}.c-columns-gap-m{}.c-padding-m{}.c-link-light:hover{opacity:0.8;color:#ffffff}.c-link-light{color:#ffffff}.c-link-light:not(.ct-section):not(.oxy-easy-posts),.c-link-light.oxy-easy-posts .oxy-posts,.c-link-light.ct-section .ct-section-inner-wrap{flex-direction:row;align-items:center}.c-center{text-align:center}.c-center:not(.ct-section):not(.oxy-easy-posts),.c-center.oxy-easy-posts .oxy-posts,.c-center.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}.c-link-l{font-size:20px;font-weight:500;text-decoration:underline}.c-link-l:not(.ct-section):not(.oxy-easy-posts),.c-link-l.oxy-easy-posts .oxy-posts,.c-link-l.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}@media (max-width:767px){.c-link-l{font-size:17px}}.c-custom--card-1:after{background-image:linear-gradient(rgba(0,0,0,0.24),rgba(0,0,0,0.75));width:100%;height:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px;content:""}.c-custom--card-1:not(.ct-section):not(.oxy-easy-posts):after,.c-custom--card-1.oxy-easy-posts .oxy-posts:after,.c-custom--card-1.ct-section .ct-section-inner-wrap:after{display:block}.c-custom--card-1{background-size:cover;min-height:400px;background-repeat:no-repeat;position:relative;overflow:hidden}.c-custom--card-1:not(.ct-section):not(.oxy-easy-posts),.c-custom--card-1.oxy-easy-posts .oxy-posts,.c-custom--card-1.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column}@media (max-width:479px){.c-custom--card-1{min-height:300px}}.c-custom--card-1-content{width:100%;height:100%;text-align:center;z-index:1;position:absolute;top:0px;left:0px;right:0px;bottom:0px}.c-custom--card-1-content:not(.ct-section):not(.oxy-easy-posts),.c-custom--card-1-content.oxy-easy-posts .oxy-posts,.c-custom--card-1-content.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}.c-columns-2{}@media (max-width:991px){.c-columns-2{}}.c-columns-m-1{}@media (max-width:767px){}.c-margin-right-s{}@media (max-width:767px){}.c-btn-m{font-size:13px;padding-top:12px;padding-left:25px;padding-right:25px;padding-bottom:12px}@media (max-width:479px){.c-btn-m{width:100%;font-size:12px}}.c-margin-bottom-l{}@media (max-width:767px){}@media (max-width:479px){}.c-columns-gap-xl{}.c-inline{}.c-inline:not(.ct-section):not(.oxy-easy-posts),.c-inline.oxy-easy-posts .oxy-posts,.c-inline.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}.c-icon-accent-s{color:#4392ca}.c-icon-accent-s >svg{width:18px;height:18px}.c-icon-accent-s{}.oxel_logo_slider{position:static;overflow:hidden;background-color:#ffffff;width:100%}.oxel_logo_slider:not(.ct-section):not(.oxy-easy-posts),.oxel_logo_slider.oxy-easy-posts .oxy-posts,.oxel_logo_slider.ct-section .ct-section-inner-wrap{flex-direction:column}.oxel_logo_slider__logo{transition-duration:0.3s;transition-timing-function:ease-in-out;width:33%;height:100px;text-align:center;padding-top:16px;padding-left:16px;padding-right:16px;padding-bottom:16px}.oxel_logo_slider__logo:not(.ct-section):not(.oxy-easy-posts),.oxel_logo_slider__logo.oxy-easy-posts .oxy-posts,.oxel_logo_slider__logo.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:479px){.oxel_logo_slider__logo{padding-bottom:16px}}.oxel_logo_slider__image_carrier{text-align:left;flex-shrink:0;transition-duration:0.1s;transition-timing-function:linear}.oxel_logo_slider__image_carrier:not(.ct-section):not(.oxy-easy-posts),.oxel_logo_slider__image_carrier.oxy-easy-posts .oxy-posts,.oxel_logo_slider__image_carrier.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.oxel_logo_slider__image_carrier--delay{}.oxel_dynamicslider{width:100%}.swiper-container{}.oxel_dynamicslider__container{height:400px}.swiper-wrapper{}.swiper-slide{}.c-bg-light-alt{background-color:#ffffff}.c-max-width-480{max-width:480px}.c-heading-accent{color:#4392ca}.c-text-s{font-weight:300}.c-columns-gap-s{}.c-padding-top-l{}.c-padding-bottom-m{}.c-avatar-xl{background-size:cover;background-repeat:no-repeat;width:clamp(70px,6.5vw,140px) ;height:clamp(70px,6.5vw,140px) ;border-radius:100%;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;background-position:50% 50%;box-shadow:0px 25px 35px -14px rgba(0,0,0,0.2);object-fit:cover}@media (max-width:991px){}.c-middle-center{text-align:center}.c-middle-center:not(.ct-section):not(.oxy-easy-posts),.c-middle-center.oxy-easy-posts .oxy-posts,.c-middle-center.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}.c-columns-l-1{}@media (max-width:991px){}.c-card-light{text-align:left;background-color:#ffffff;width:100%;position:relative;border-radius:7px;box-shadow:0px 5px 15px rgba(0,0,0,0.08)}.c-card-light:not(.ct-section):not(.oxy-easy-posts),.c-card-light.oxy-easy-posts .oxy-posts,.c-card-light.ct-section .ct-section-inner-wrap{display:flex}@media (max-width:1120px){}.c-columns-2-auto{}@media (max-width:767px){}.c-btn-transparent:hover{transform:translateY(-5px);background-color:#ffffff;color:#4392ca}.c-btn-transparent{text-transform:uppercase;background-color:rgba(255,255,255,0.15);border-radius:7px;color:#ffffff;font-weight:600;letter-spacing:1px;text-align:center}.c-btn-transparent:not(.ct-section):not(.oxy-easy-posts),.c-btn-transparent.oxy-easy-posts .oxy-posts,.c-btn-transparent.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width:479px){}.c-hero-7{text-align:center;background-attachment:fixed;position:relative;overflow:hidden;background-position:50% 50%}.c-hero-7 .ct-section-inner-wrap{padding-top:250px;padding-bottom:184px}.c-hero-7:not(.ct-section):not(.oxy-easy-posts),.c-hero-7.oxy-easy-posts .oxy-posts,.c-hero-7.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}@media (max-width:991px){.c-hero-7{}.c-hero-7 .ct-section-inner-wrap{padding-top:150px;padding-bottom:150px}}@media (max-width:479px){.c-hero-7{background-image:url(https://awaryjne-otwieranie-samochodu.com.pl/wp-content/uploads/2023/02/awaryjne-otwieranie-samochodow-keilce.jpg)}}.c-bg-dark{background-color:#191919}.c-logo{width:7em;height:3em}@media (max-width:991px){.c-logo{width:auto;height:30px}}@media (max-width:767px){}.c-footer-link-light:hover{color:#ffffff}.c-footer-link-light{margin-bottom:10px;color:rgba(255,255,255,0.8);font-size:14px;font-weight:400;transition-duration:0.6s}.c-follow-light:hover{color:#4392ca}.c-follow-light:hover{background-color:rgba(255,255,255,0.15)}.c-follow-light{color:rgba(255,255,255,0.8)}.c-follow-light >svg{width:18px;height:18px}.c-follow-light{padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;margin-right:10px;background-color:rgba(255,255,255,0.1);border-radius:15px!important}.c-margin-right-xs{}.c-icon-dark-s{color:#0f0f0f}.c-icon-dark-s >svg{width:18px;height:18px}.c-icon-dark-s{}.c-header{z-index:30;width:100%}.c-header:not(.ct-section):not(.oxy-easy-posts),.c-header.oxy-easy-posts .oxy-posts,.c-header.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column}.c-header-contact{display:grid!important;grid-template-columns:auto auto;grid-gap:0.8rem}@media (max-width:991px){.c-header-contact{display:none!important}.c-header-contact:not(.ct-section):not(.oxy-easy-posts),.c-header-contact.oxy-easy-posts .oxy-posts,.c-header-contact.ct-section .ct-section-inner-wrap{flex-direction:unset}}.c-icon-accent-m{color:#4392ca}.c-icon-accent-m >svg{width:24px;height:24px}.c-icon-accent-m{}.c-social-icon:hover{color:#4392ca}.c-social-icon:hover{}.c-social-icon{color:#686868}.c-social-icon >svg{width:20px;height:20px}.c-social-icon{margin-left:5px;margin-right:5px;padding-left:5px;padding-right:5px}@media (max-width:767px){.c-social-icon{}.c-social-icon >svg{width:17px;height:17px}.c-social-icon{margin-left:0px}}.c-menu{transition-duration:0.6s}.c-menu:not(.ct-section):not(.oxy-easy-posts),.c-menu.oxy-easy-posts .oxy-posts,.c-menu.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}@media (max-width:991px){.c-menu{background-color:#f9f9f9}}@media (max-width:767px){}.c-menu-open{text-align:center}.c-menu-open:not(.ct-section):not(.oxy-easy-posts),.c-menu-open.oxy-easy-posts .oxy-posts,.c-menu-open.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width:991px){.c-menu-open{width:100%;text-align:left}.c-menu-open:not(.ct-section):not(.oxy-easy-posts),.c-menu-open.oxy-easy-posts .oxy-posts,.c-menu-open.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start}}.c-menu-link:hover{color:#4392ca}.c-menu-link{font-size:14px;font-weight:500;color:#686868;white-space:nowrap}.c-menu-link:not(.ct-section):not(.oxy-easy-posts),.c-menu-link.oxy-easy-posts .oxy-posts,.c-menu-link.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}.c-menu-dropdown{}.c-header-mobile-toggle{}@media (max-width:991px){.c-header-mobile-toggle{padding-left:0px}}.c-link-m:hover{opacity:0.8}.c-link-m{font-size:16px;font-weight:500;text-decoration:none}.c-link-m:not(.ct-section):not(.oxy-easy-posts),.c-link-m.oxy-easy-posts .oxy-posts,.c-link-m.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}@media (max-width:767px){.c-link-m{}}@media (max-width:479px){.c-link-m{font-size:14px}}.c-tagline{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:500}.c-submenu-1{position:absolute;left:0px;top:100%;background-color:#f9f9f9;overflow:hidden;transition-duration:0.7s;max-height:0px;width:100%;text-align:center;padding-left:20px;padding-right:20px;box-shadow:0px 10px 10px rgba(0,0,0,0.05);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.c-submenu-1:not(.ct-section):not(.oxy-easy-posts),.c-submenu-1.oxy-easy-posts .oxy-posts,.c-submenu-1.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}@media (max-width:991px){.c-submenu-1{position:relative;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;max-height:10000px;box-shadow:0px 0px 0px 0px rgba(0,0,0,0)}}.c-icon-star{color:#eda900}.c-icon-star >svg{width:20px;height:20px}.c-icon-star{}.c-link-accent{color:#4392ca}.c-columns-2-1{}.c-stars{text-align:center}.c-stars:not(.ct-section):not(.oxy-easy-posts),.c-stars.oxy-easy-posts .oxy-posts,.c-stars.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}.c-avatar-xs{height:clamp(20px,2vw,30px) ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-radius:100%;width:clamp(20px,2vw,30px) ;object-fit:cover}.toggle-0690:hover{}.toggle-0690{width:100%;max-width:100%;background-color:#ffffff}.toggle-0690:not(.ct-section):not(.oxy-easy-posts),.toggle-0690.oxy-easy-posts .oxy-posts,.toggle-0690.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row-reverse}.c-columns-3{}.bnb-heading-two{color:#2b2c26;font-size:36px;font-weight:400}.bnb-secondary-button:hover{color:#ffffff;background-color:#ba3739;border-top-color:#ba3739;border-right-color:#ba3739;border-bottom-color:#ba3739;border-left-color:#ba3739}.bnb-secondary-button{font-family:Open Sans;font-size:14px;color:#ba3739;font-weight:900;line-height:1.1;letter-spacing:5px;text-align:center;padding-top:18px;padding-bottom:18px;padding-left:48px;padding-right:48px;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;background-color:#ffffff}.bnb-about-column{text-align:left}.bnb-about-column:not(.ct-section):not(.oxy-easy-posts),.bnb-about-column.oxy-easy-posts .oxy-posts,.bnb-about-column.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.bnb-about-icon{color:#ba3739}.bnb-about-icon >svg{width:42px;height:42px}.bnb-about-icon{margin-bottom:12px}.bnb-about-icon-text{color:#666666;font-size:16px;font-weight:400;line-height:1.6}.bnb-about-icon-title{font-family:;color:#2b2c26;font-size:18px;font-weight:700;letter-spacing:2px;line-height:1.1;margin-bottom:12px}.onepage-heading-two{color:#ffffff;font-size:50px;font-weight:900;line-height:1.1}@media (max-width:479px){.onepage-heading-two{font-size:40px}}.onepage-subheading{color:#666666;font-size:20px;font-weight:400;max-width:720px;line-height:1.6}.onepage-red-button:hover{transition-duration:0.2s;transition-timing-function:ease;transition-property:all;box-shadow:0px 30px 40px -10px rgba(253,98,90,0.3)}.onepage-red-button{color:#ffffff;background-color:#fd625e;text-decoration:none;font-size:20px;font-weight:700;line-height:1.1;padding-left:48px;padding-right:48px;padding-top:17px;padding-bottom:17px;border-radius:100px;letter-spacing:1px;text-align:center;transition-duration:0.3s;transition-timing-function:ease;transition-property:all;box-shadow:0px 25px 20px -20px rgba(253,98,90,0.3)}.c-padding-xs{}.c-btn-xs{font-size:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;padding-top:5px}.c-btn-s{font-size:12px;padding-top:7px;padding-left:14px;padding-right:14px;padding-bottom:7px}@media (max-width:479px){.c-btn-s{font-size:11px}}.c-btn-xl{padding-top:15px;padding-bottom:15px;padding-left:35px;padding-right:35px;font-size:20px}@media (max-width:991px){.c-btn-xl{font-size:17px}}@media (max-width:479px){.c-btn-xl{width:100%;font-size:15px}}.c-buttons{display:grid!important;grid-template-columns:auto auto;grid-gap:15px;align-items:center}@media (max-width:1120px){}@media (max-width:479px){.c-buttons{grid-template-columns:1fr;width:100%}}.c-card-accent{background-color:#4392ca;border-radius:7px;width:100%;box-shadow:0px 5px 15px rgba(0,0,0,0.08)}.c-card-accent:not(.ct-section):not(.oxy-easy-posts),.c-card-accent.oxy-easy-posts .oxy-posts,.c-card-accent.ct-section .ct-section-inner-wrap{display:flex}@media (max-width:767px){}@media (max-width:479px){}.c-card-transparent{width:100%;border-radius:7px;overflow:hidden;background-color:rgba(255,255,255,0.2)}.c-card-transparent:not(.ct-section):not(.oxy-easy-posts),.c-card-transparent.oxy-easy-posts .oxy-posts,.c-card-transparent.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media (max-width:1120px){}.c-card-has-hover:hover{transform:translateY(-7px)}.c-card-has-hover{}.c-card-on-hover:hover{transform:translateY(-10px);background-color:#ffffff;box-shadow:0px 25px 35px -14px rgba(0,0,0,0.15)}.c-card-on-hover{border-radius:7px}@media (max-width:1120px){.c-card-on-hover{padding-left:25px;padding-right:25px}}.c-h1-fat{font-weight:700;font-size:65px;line-height:1.2;max-width:800px}@media (max-width:1120px){.c-h1-fat{font-size:55px}}@media (max-width:991px){.c-h1-fat{font-size:45px}}@media (max-width:479px){.c-h1-fat{font-size:40px}}.c-h5{font-weight:600;text-align:left;line-height:1.3}.c-h6{line-height:1.3;font-weight:600}.c-tagline-alt{background-color:#efefef;border-radius:7px;padding-top:5px;padding-left:12px;padding-right:12px;padding-bottom:5px;font-size:11px;font-weight:600;color:#4392ca}.c-text-accent{color:#4392ca}.c-icon-dark-l{background-color:rgba(15,15,15,0.05);border:1px solid rgba(15,15,15,0.05);padding:24px;color:#0f0f0f}.c-icon-dark-l >svg{width:24px;height:24px}.c-icon-dark-l{box-shadow:0px 15px 15px -15px rgba(0,0,0,0.2)}@media (max-width:767px){.c-icon-dark-l{padding:}.c-icon-dark-l >svg{width:30px;height:30px}.c-icon-dark-l{}}.c-icon-light-s{color:#ffffff}.c-icon-light-s >svg{width:18px;height:18px}.c-icon-light-s{}.c-icon-light-m{color:#ffffff}.c-icon-light-m >svg{width:24px;height:24px}.c-icon-light-m{}.c-icon-light-l{background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.05);padding:24px;color:#ffffff}.c-icon-light-l >svg{width:24px;height:24px}.c-icon-light-l{}.c-bg-dark-alt{background-color:#353535}.c-bg-accent-alt{background-color:#efefef}.c-bg-gradient{background-image:linear-gradient(90deg,#0009c4,#200696)}@media (max-width:479px){.c-bg-gradient{}}.c-bg-blur-s{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.c-bg-blur-m{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.c-bg-blur-l{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.c-bg-blur-xl{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.c-avatar-s{border-radius:100%;width:clamp(30px,3vw,40px) ;height:clamp(30px,3vw,40px) ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;object-fit:cover}@media (max-width:1120px){}@media (max-width:767px){}.c-avatar-m{background-size:cover;width:clamp(40px,4vw,60px) ;height:clamp(40px,4vw,60px) ;background-repeat:no-repeat;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-radius:100%;background-position:50% 50%;object-fit:cover}.c-avatar-l{border-radius:100%;width:clamp(50px,5vw,80px) ;height:clamp(50px,5vw,80px) ;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;object-fit:cover}@media (max-width:1120px){}@media (max-width:479px){}.c-link-dark:hover{color:#4392ca}.c-link-dark{color:#0f0f0f}.c-link-s{font-size:13px;font-weight:600}.c-link-s:not(.ct-section):not(.oxy-easy-posts),.c-link-s.oxy-easy-posts .oxy-posts,.c-link-s.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}.c-link-xl{font-size:22px;font-weight:500}.c-link-xl:not(.ct-section):not(.oxy-easy-posts),.c-link-xl.oxy-easy-posts .oxy-posts,.c-link-xl.ct-section .ct-section-inner-wrap{display:flex;flex-direction:row;align-items:center}.c-border-light{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#e8e8e8;border-right-color:#e8e8e8;border-bottom-color:#e8e8e8;border-left-color:#e8e8e8}.c-border-dark{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#474747;border-right-color:#474747;border-bottom-color:#474747;border-left-color:#474747}.c-full-width{width:100%}.c-stretch{align-items:stretch}.c-relative{position:relative}.c-3d-down{transform:perspective(1000px) rotateX(-20deg)}.c-3d-left{transform:perspective(1000px) rotatey(20deg)}.c-3d-right{transform:perspective(1000px) rotatey(-20deg)}.c-3d-up{transform:perspective(1000px) rotateX(20deg)}.c-hover-3d-down:hover{transform:perspective(1000px) ;transform:perspective(1000px) rotateX(-20deg)}.c-hover-3d-down{-webkit-perspective:0;perspective:0;-webkit-transform:rotate(0);transform:rotate(0)}.c-hover-3d-left:hover{transform:perspective(1000px) rotateY(20deg)}.c-hover-3d-left{-webkit-perspective:0;perspective:0;-webkit-transform:rotate(0);transform:rotate(0)}.c-hover-3d-right:hover{transform:perspective(1000px) rotateY(-20deg)}.c-hover-3d-right{-webkit-perspective:0;perspective:0;-webkit-transform:rotate(0);transform:rotate(0)}.c-hover-3d-up:hover{transform:perspective(1000px) ;transform:perspective(1000px) rotateX(20deg)}.c-hover-3d-up{-webkit-perspective:0;perspective:0;-webkit-transform:rotate(0);transform:rotate(0)}.c-hover-move-down:hover{transform:translateY(10px)}.c-hover-move-down{}.c-hover-move-left:hover{transform:translate(-10px)}.c-hover-move-left{}.c-hover-move-right:hover{transform:translate(10px)}.c-hover-move-right{}.c-hover-move-up:hover{transform:translateY(-10px)}.c-hover-move-up{}.c-hover-scale:hover{transform:scale(1.05,1.05)}.c-hover-scale{}.c-hover-scale-up:hover{transform:scale(1.05,1.05) translateY(-10px)}.c-hover-scale-up{}.c-margin-xs{}.c-margin-s{}.c-margin-m{}.c-margin-l{}.c-margin-xl{}.c-margin-xxl{}.c-margin-left-xs{}.c-margin-left-s{}.c-margin-left-m{}.c-margin-left-l{}.c-margin-left-xl{}.c-margin-left-xxl{}.c-margin-right-m{}@media (max-width:479px){}.c-margin-right-l{}@media (max-width:767px){}@media (max-width:479px){}.c-margin-right-xl{}@media (max-width:991px){}@media (max-width:767px){}.c-margin-right-xxl{}.c-margin-top-xs{}.c-margin-top-s{}.c-margin-top-m{}.c-margin-top-l{}.c-margin-top-xl{}.c-margin-top-xxl{}.c-margin-bottom-xs{}.c-margin-bottom-xxl{}.c-padding-s{}.c-padding-l{}@media (max-width:1120px){}@media (max-width:767px){}.c-padding-xxl{}.c-padding-left-xs{}.c-padding-left-s{}.c-padding-left-m{}.c-padding-left-l{}.c-padding-left-xl{}.c-padding-left-xxl{}.c-padding-right-xs{}.c-padding-right-s{}.c-padding-right-m{}.c-padding-right-l{}.c-padding-right-xl{}.c-padding-right-xxl{}.c-padding-top-xs{}.c-padding-top-s{}.c-padding-top-m{}.c-padding-top-xl{}.c-padding-top-xxl{}.c-padding-bottom-xs{}.c-padding-bottom-s{}.c-padding-bottom-l{}.c-padding-bottom-xl{}.c-padding-bottom-xxl{}.c-owl-xs{}.c-owl-s{}.c-owl-m{}.c-owl-l{}.c-owl-xl{}.c-owl-xxl{}.c-columns-gap-xs{}.c-columns-gap-xxl{}@media (max-width:991px){}.c-columns-1-2{}.c-columns-1-3{}.c-columns-2-3{}.c-columns-3-1{}.c-columns-3-2{}.c-columns-5{}.c-columns-6{}.c-columns-xl-1{}.c-columns-xl-2{}.c-columns-xl-3{}.c-columns-xl-4{}.c-columns-xl-5{}.c-columns-l-3{}@media (max-width:991px){}.c-columns-l-4{}@media (max-width:991px){}.c-columns-m-2{}@media (max-width:767px){}.c-columns-m-3{}@media (max-width:767px){}.c-columns-s-2{}@media (max-width:479px){}.c-row-span-2{}@media (max-width:991px){}.c-row-span-3{}.c-row-span-4{}.c-row-span-5{}.c-row-span-6{}.c-row-span-7{grid-row:span 7 / span 7}.c-row-span-l-1{}.c-row-span-l-2{}.c-row-span-l-3{}.c-row-span-l-4{}.c-row-span-l-5{}.c-row-span-l-6{}.c-row-span-m-1{}.c-row-span-m-2{}.c-row-span-m-3{}.c-row-span-m-4{}.c-row-span-m-5{}.c-row-span-m-6{}.c-row-span-s-1{}.c-row-span-s-2{}.c-row-span-s-3{}.c-row-span-s-4{}.c-row-span-s-5{}.c-row-span-s-6{}.c-row-span-xl-1{}.c-row-span-xl-2{}@media (max-width:1120px){}.c-row-span-xl-3{}.c-row-span-xl-4{}.c-row-span-xl-5{}.c-row-span-xl-6{}.c-row-start-1{}.c-row-start-2{}.c-row-start-3{}.c-row-start-4{}.c-row-start-5{}.c-row-start-6{}.c-row-start-l-1{}.c-row-start-l-2{}.c-row-start-l-3{}.c-row-start-l-4{}.c-row-start-l-5{}.c-row-start-l-6{}.c-row-start-m-1{}.c-row-start-m-2{}.c-row-start-m-3{}.c-row-start-m-4{}.c-row-start-m-5{}.c-row-start-m-6{}.c-row-start-s-1{}.c-row-start-s-3{}.c-row-start-s-4{}.c-row-start-s-5{}.c-row-start-s-6{}.c-row-start-xl-1{}.c-row-start-xl-2{}.c-row-start-xl-3{}.c-row-start-xl-4{}.c-row-start-xl-5{}.c-row-start-xl-6{}.c-col-span-2{}@media (max-width:991px){}.c-col-span-3{}.c-col-span-4{}.c-col-span-5{}.c-col-span-6{}.c-col-span-l-1{}.c-col-span-l-2{}.c-col-span-l-3{}.c-col-span-l-4{}.c-col-span-l-5{}.c-col-span-l-6{}.c-col-span-m-1{}.c-col-span-m-2{}.c-col-span-m-3{}.c-col-span-m-4{}.c-col-span-m-5{}.c-col-span-m-6{}.c-col-span-s-1{}@media (max-width:991px){}.c-col-span-s-2{}.c-col-span-s-3{}.c-col-span-s-4{}.c-col-span-s-5{}.c-col-span-s-6{}.c-col-span-xl-1{}.c-col-span-xl-2{}.c-col-span-xl-3{}.c-col-span-xl-4{}.c-col-span-xl-5{}.c-col-span-xl-6{}.c-col-start-2{}.c-col-start-l-1{}.c-col-start-l-2{}.c-col-start-l-3{}.c-col-start-l-4{}.c-col-start-l-5{}.c-col-start-l-6{}.c-col-start-m-1{}.c-col-start-m-2{}.c-col-start-m-3{}.c-col-start-m-4{}.c-col-start-m-5{}.c-col-start-m-6{}.c-col-start-s-1{}.c-col-start-s-2{}.c-col-start-s-3{}.c-col-start-s-4{}.c-col-start-s-5{}.c-col-start-s-6{}.c-col-start-xl-1{}.c-col-start-xl-2{}.c-col-start-xl-3{}.c-col-start-xl-4{}.c-col-start-xl-5{}.c-col-start-xl-6{}.c-right{text-align:right}.c-right:not(.ct-section):not(.oxy-easy-posts),.c-right.oxy-easy-posts .oxy-posts,.c-right.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-end}.c-middle-left{text-align:left}.c-middle-left:not(.ct-section):not(.oxy-easy-posts),.c-middle-left.oxy-easy-posts .oxy-posts,.c-middle-left.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.c-middle-right{text-align:right}.c-middle-right:not(.ct-section):not(.oxy-easy-posts),.c-middle-right.oxy-easy-posts .oxy-posts,.c-middle-right.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.c-top-center{text-align:center}.c-top-center:not(.ct-section):not(.oxy-easy-posts),.c-top-center.oxy-easy-posts .oxy-posts,.c-top-center.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.c-top-left{text-align:left}.c-top-left:not(.ct-section):not(.oxy-easy-posts),.c-top-left.oxy-easy-posts .oxy-posts,.c-top-left.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.c-top-right{text-align:right}.c-top-right:not(.ct-section):not(.oxy-easy-posts),.c-top-right.oxy-easy-posts .oxy-posts,.c-top-right.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.c-bottom-center{text-align:center}.c-bottom-center:not(.ct-section):not(.oxy-easy-posts),.c-bottom-center.oxy-easy-posts .oxy-posts,.c-bottom-center.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.c-bottom-left{text-align:left}.c-bottom-left:not(.ct-section):not(.oxy-easy-posts),.c-bottom-left.oxy-easy-posts .oxy-posts,.c-bottom-left.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.c-bottom-right{text-align:right}.c-bottom-right:not(.ct-section):not(.oxy-easy-posts),.c-bottom-right.oxy-easy-posts .oxy-posts,.c-bottom-right.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.c-left-self{margin-right:auto}.c-center-self{margin-left:auto;margin-right:auto}.c-right-self{margin-left:auto}.c-max-width-320{max-width:320px}.c-max-width-960{max-width:960px}.c-max-width-1120{max-width:1120px}.c-opacity-25{opacity:0.25}.c-opacity-50{opacity:0.5}.c-opacity-75{opacity:0.75}.c-uppercase{text-transform:uppercase}.c-lowercase{text-transform:lowercase}.c-underline{text-decoration:underline}.c-bold{font-weight:600}.c-italic{font-style:italic}.nav{}html{font-size:100%}:root{--h1-fallback:2.8rem;--h1:clamp(2.03rem,1.61rem - -2.07vw,3.42rem);--h2-fallback:2.3rem;--h2:clamp(1.80rem,1.49rem - -1.56vw,2.85rem);--h3-fallback:2rem;--h3:clamp(1.60rem,1.37rem - -1.15vw,2.38rem);--h4-fallback:1.6rem;--h4:clamp(1.42rem,1.26rem - -0.82vw,1.98rem);--h5-fallback:1.35rem;--h5:clamp(1.27rem,1.15rem - -0.57vw,1.65rem);--h6-fallback:1.2rem;--h6:clamp(1.13rem,1.05rem - -0.37vw,1.38rem);--s-text-fallback:0.85rem;--s-text:0.85rem;--m-text-fallback:1rem;--m-text:1rem;--l-text-fallback:1rem;--l-text:clamp(1rem,0.82rem - -0.40vw,1.2rem);--xl-text-fallback:1.2rem;--xl-text:clamp(1.1rem,0.98rem - -0.48vw,1.40rem)}:root{--xs-space-fallback:1vmin;--xs-space:clamp(4px,1vmin,10px);--s-space-fallback:2vmin;--s-space:clamp(8px,2vmin,20px);--m-space-fallback:3.5vmin;--m-space:clamp(12px,3.5vmin,30px);--l-space-fallback:5vmin;--l-space:clamp(20px,5vmin,50px);--xl-space-fallback:7vmin;--xl-space:clamp(32px,7vmin,80px);--xxl-space-fallback:12vmin;--xxl-space:clamp(52px,12vmin,130px)}.c-columns-2-auto{display:grid!important;grid-template-columns:auto auto;width:100%}.c-columns-6{display:grid!important;grid-template-columns:repeat(6,1fr);width:100%}.c-columns-5{display:grid!important;grid-template-columns:repeat(5,1fr);width:100%}.c-columns-4{display:grid!important;grid-template-columns:repeat(4,1fr);width:100%}.c-columns-3{display:grid!important;grid-template-columns:repeat(3,1fr);width:100%}.c-columns-2{display:grid!important;grid-template-columns:repeat(2,1fr);width:100%}.c-columns-3-2{display:grid!important;grid-template-columns:3fr 2fr;width:100%}.c-columns-2-3{display:grid!important;grid-template-columns:2fr 3fr;width:100%}.c-columns-1-2{display:grid!important;grid-template-columns:1fr 2fr;width:100%}.c-columns-2-1{display:grid!important;grid-template-columns:2fr 1fr;width:100%}.c-columns-3-1{display:grid!important;grid-template-columns:3fr 1fr;width:100%}.c-columns-1-3{display:grid!important;grid-template-columns:1fr 3fr;width:100%}.c-row-span-2{grid-row:span 2 / span 2}.c-row-span-3{grid-row:span 3 / span 3}.c-row-span-4{grid-row:span 4 / span 4}.c-row-span-5{grid-row:span 5 / span 5}.c-row-span-6{grid-row:span 6 / span 6}.c-col-span-2{grid-column:span 2 / span 2}.c-col-span-3{grid-column:span 3 / span 3}.c-col-span-4{grid-column:span 4 / span 4}.c-col-span-5{grid-column:span 5 / span 5}.c-col-span-6{grid-column:span 6 / span 6}.c-row-start-1{grid-row-start:1}.c-row-start-2{grid-row-start:2}.c-row-start-3{grid-row-start:3}.c-row-start-4{grid-row-start:4}.c-row-start-5{grid-row-start:5}.c-row-start-6{grid-row-start:6}.c-col-start-1{grid-column-start:1}.c-col-start-2{grid-column-start:2}.c-col-start-3{grid-column-start:3}.c-col-start-4{grid-column-start:4}.c-col-start-5{grid-column-start:5}.c-col-start-6{grid-column-start:6}@media only screen and (max-width:1399px){.c-columns-xl-5{grid-template-columns:repeat(5,1fr)}.c-columns-xl-4{grid-template-columns:repeat(4,1fr)}.c-columns-xl-3{grid-template-columns:repeat(3,1fr)}.c-columns-xl-2{grid-template-columns:repeat(2,1fr)}.c-columns-xl-1{grid-template-columns:1fr}.c-row-span-xl-1{grid-row:span 1 / span 1}.c-row-span-xl-2{grid-row:span 2 / span 2}.c-row-span-xl-3{grid-row:span 3 / span 3}.c-row-span-xl-4{grid-row:span 4 / span 4}.c-row-span-xl-5{grid-row:span 5 / span 5}.c-row-span-xl-6{grid-row:span 6 / span 6}.c-col-span-xl-1{grid-column:span 1 / span 1}.c-col-span-xl-2{grid-column:span 2 / span 2}.c-col-span-xl-3{grid-column:span 3 / span 3}.c-col-span-xl-4{grid-column:span 4 / span 4}.c-col-span-xl-5{grid-column:span 5 / span 5}.c-col-span-xl-6{grid-column:span 6 / span 6}.c-row-start-xl-1{grid-row-start:1}.c-row-start-xl-2{grid-row-start:2}.c-row-start-xl-3{grid-row-start:3}.c-row-start-xl-4{grid-row-start:4}.c-row-start-xl-5{grid-row-start:5}.c-row-start-xl-6{grid-row-start:6}.c-col-start-xl-1{grid-column-start:1}.c-col-start-xl-2{grid-column-start:2}.c-col-start-xl-3{grid-column-start:3}.c-col-start-xl-4{grid-column-start:4}.c-col-start-xl-5{grid-column-start:5}.c-col-start-xl-6{grid-column-start:6}}@media only screen and (max-width:991px){.c-columns-l-4{grid-template-columns:repeat(4,1fr)}.c-columns-l-3{grid-template-columns:repeat(3,1fr)}.c-columns-l-2{grid-template-columns:repeat(2,1fr)}.c-columns-l-1{grid-template-columns:1fr}.c-row-span-l-1{grid-row:span 1 / span 1}.c-row-span-l-2{grid-row:span 2 / span 2}.c-row-span-l-3{grid-row:span 3 / span 3}.c-row-span-l-4{grid-row:span 4 / span 4}.c-row-span-l-5{grid-row:span 5 / span 5}.c-row-span-l-6{grid-row:span 6 / span 6}.c-col-span-l-1{grid-column:span 1 / span 1}.c-col-span-l-2{grid-column:span 2 / span 2}.c-col-span-l-3{grid-column:span 3 / span 3}.c-col-span-l-4{grid-column:span 4 / span 4}.c-col-span-l-5{grid-column:span 5 / span 5}.c-col-span-l-6{grid-column:span 6 / span 6}.c-row-start-l-1{grid-row-start:1}.c-row-start-l-2{grid-row-start:2}.c-row-start-l-3{grid-row-start:3}.c-row-start-l-4{grid-row-start:4}.c-row-start-l-5{grid-row-start:5}.c-row-start-l-6{grid-row-start:6}.c-col-start-l-1{grid-column-start:1}.c-col-start-l-2{grid-column-start:2}.c-col-start-l-3{grid-column-start:3}.c-col-start-l-4{grid-column-start:4}.c-col-start-l-5{grid-column-start:5}.c-col-start-l-6{grid-column-start:6}}@media only screen and (max-width:767px){.c-columns-m-3{grid-template-columns:repeat(3,1fr)}.c-columns-m-2{grid-template-columns:repeat(2,1fr)}.c-columns-m-1{grid-template-columns:1fr}.c-row-span-m-1{grid-row:span 1 / span 1}.c-row-span-m-2{grid-row:span 2 / span 2}.c-row-span-m-3{grid-row:span 3 / span 3}.c-row-span-m-4{grid-row:span 4 / span 4}.c-row-span-m-5{grid-row:span 5 / span 5}.c-row-span-m-6{grid-row:span 6 / span 6}.c-col-span-m-1{grid-column:span 1 / span 1}.c-col-span-m-2{grid-column:span 2 / span 2}.c-col-span-m-3{grid-column:span 3 / span 3}.c-col-span-m-4{grid-column:span 4 / span 4}.c-col-span-m-5{grid-column:span 5 / span 5}.c-col-span-m-6{grid-column:span 6 / span 6}.c-row-start-m-1{grid-row-start:1}.c-row-start-m-2{grid-row-start:2}.c-row-start-m-3{grid-row-start:3}.c-row-start-m-4{grid-row-start:4}.c-row-start-m-5{grid-row-start:5}.c-row-start-m-6{grid-row-start:6}.c-col-start-m-1{grid-column-start:1}.c-col-start-m-2{grid-column-start:2}.c-col-start-m-3{grid-column-start:3}.c-col-start-m-4{grid-column-start:4}.c-col-start-m-5{grid-column-start:5}.c-col-start-m-6{grid-column-start:6}}@media only screen and (max-width:479px){.c-columns-s-2{grid-template-columns:repeat(2,1fr)}.c-columns-s-1{grid-template-columns:1fr}.c-row-span-s-1{grid-row:span 1 / span 1}.c-row-span-s-2{grid-row:span 2 / span 2}.c-row-span-s-3{grid-row:span 3 / span 3}.c-row-span-s-4{grid-row:span 4 / span 4}.c-row-span-s-5{grid-row:span 5 / span 5}.c-row-span-s-6{grid-row:span 6 / span 6}.c-col-span-s-1{grid-column:span 1 / span 1}.c-col-span-s-2{grid-column:span 2 / span 2}.c-col-span-s-3{grid-column:span 3 / span 3}.c-col-span-s-4{grid-column:span 4 / span 4}.c-col-span-s-5{grid-column:span 5 / span 5}.c-col-span-s-6{grid-column:span 6 / span 6}.c-row-start-s-1{grid-row-start:1}.c-row-start-s-2{grid-row-start:2}.c-row-start-s-3{grid-row-start:3}.c-row-start-s-4{grid-row-start:4}.c-row-start-s-5{grid-row-start:5}.c-row-start-s-6{grid-row-start:6}.c-col-start-s-1{grid-column-start:1}.c-col-start-s-2{grid-column-start:2}.c-col-start-s-3{grid-column-start:3}.c-col-start-s-4{grid-column-start:4}.c-col-start-s-5{grid-column-start:5}.c-col-start-s-6{grid-column-start:6}}.c-gallery{align-items:stretch}.c-gallery img{object-fit:cover}.c-grid-1{display:grid!important;width:100%;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.c-grid-1 *:nth-child(1){grid-area:1 / 1 / span 2 / span 2}.c-grid-1 *:nth-child(2){grid-area:1 / 3}.c-grid-1 *:nth-child(3){grid-area:2 / 3}@media only screen and (max-width:767px){.c-grid-1{grid-template-columns:1fr 1fr;grid-template-rows:1.5fr 1fr}.c-grid-1 *:nth-child(1){grid-area:1 / 1 / 2 / 3}.c-grid-1 *:nth-child(2){grid-area:2 / 1}.c-grid-1 *:nth-child(3){grid-area:2 / 2}}.c-grid-2{display:grid!important;width:100%;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr)}.c-grid-2 *:nth-child(1){grid-area:1 / 1 / 2 / 4}.c-grid-2 *:nth-child(2){grid-area:1 / 4 / 2 / 6}.c-grid-2 *:nth-child(3){grid-area:2 / 1 / 3 / 3}.c-grid-2 *:nth-child(4){grid-area:2 / 3 / 3 / 6}ul.splide__list{width:100%}#primary-slider{margin-bottom:10px}.splide__slide img{width:100%;height:100%;object-fit:cover;object-position:center}.splide--nav > .splide__track > .splide__list > .splide__slide{border:none !important;opacity:0.5;transition:opacity 0.6s}.splide--nav > .splide__track > .splide__list > .splide__slide:hover{opacity:1}.splide--nav > .splide__track > .splide__list > .splide__slide.is-active{opacity:1}.splide .splide__arrow,.oxy-oxyninja-slider .splide__arrow{border-radius:0;opacity:0;background:#fff;box-shadow:0 1px 5px #0000001c;transition:all 0.4s}.splide:hover .splide__arrow,.oxy-oxyninja-slider:hover .splide__arrow{opacity:0.8}.splide .splide__arrow:hover,.oxy-oxyninja-slider .splide__arrow:hover{opacity:1;background:#fff;box-shadow:0 1px 10px #0000001c}.splide .splide__arrows button:disabled,.oxy-oxyninja-slider .splide__arrows button:disabled{display:none}.splide .splide__arrow--prev,.oxy-oxyninja-slider .splide__arrow--prev{left:0}.splide .splide__arrow--next,.oxy-oxyninja-slider .splide__arrow--next{right:0}.splide:hover .splide__arrow--prev,.oxy-oxyninja-slider:hover .splide__arrow--prev{left:1em}.splide:hover .splide__arrow--next,.oxy-oxyninja-slider:hover .splide__arrow--next{right:1em}@media only screen and (max-width:991px){.splide .splide__arrow,.oxy-oxyninja-slider .splide__arrow{opacity:1}.splide .splide__arrow--prev,.oxy-oxyninja-slider .splide__arrow--prev{left:1em}.splide .splide__arrow--next,.oxy-oxyninja-slider .splide__arrow--next{right:1em}}.splide .splide__pagination,.oxy-oxyninja-slider .splide__pagination{bottom:-1em}.splide .splide__pagination__page,.oxy-oxyninja-slider .splide__pagination__page{width:40px;height:1px;background:#323232;border-radius:0;opacity:0.2}.splide .splide__pagination__page.is-active,.oxy-oxyninja-slider .splide__pagination__page.is-active{background:#323232;transform:scale(1);opacity:0.7}.wc-product-gallery-1 .splide .splide__pagination,.wc-product-gallery-2 .splide .splide__pagination,.wc-product-gallery-1 .oxy-oxyninja-slider .splide__pagination,.wc-product-gallery-2 .oxy-oxyninja-slider .splide__pagination{display:none}.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px} .unslider-nav ol {
list-style: none;
text-align: center;
}
.unslider-nav ol li {
display: inline-block;
width: 6px;
height: 6px;
margin: 0 4px;
background: transparent;
border-radius: 5px;
overflow: hidden;
text-indent: -999em;
border: 2px solid #fff;
cursor: pointer;
}
.unslider-nav ol li.unslider-active {
background: #fff;
cursor: default;
} .unslider-arrow {
background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==) no-repeat scroll 50% 50% / 7px 11px;
border-radius: 32px;
display: block;
height: 32px;
margin-top: -16px;
opacity: 0.6;
overflow: hidden;
text-indent: -999em;
top: 50%;
transition: opacity 0.2s ease 0s;
width: 32px;
}
.unslider-arrow:hover {
opacity: 1;
}
.unslider-arrow.prev {
left: 0;
right: auto;
transform: rotate(-180deg);
}
.unslider-arrow.next {
left: auto;
right: 0;
} .unslider {
position: relative;
overflow: visible;
padding: 0 40px;
}
.unslider-nav ol li {
box-sizing: content-box;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2), 0px 0px 1px rgba(0,0,0,0.2) inset;
}
.unslider-nav ol li.unslider-active {
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.unslider-wrap.unslider-carousel>li {
padding: 5px;
}