.flex-column,
.flex-column-reverse,
.flex-row,
.flex-row-reverse,
.row,
.row-column,
.row-column-reverse,
.row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row,
.row-column,
.row-column-reverse,
.row-reverse {
    margin-right: -15px;
    margin-left: -15px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
.hidden,
[hidden] {
    display: none;
    visibility: hidden;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px 6px 0;
}
.fancybox-slide--iframe {
    padding: 44px 44px 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    vertical-align: top;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}
.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke 0.1s;
    transition: stroke 0.1s;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:hover svg {
    opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}
.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}
.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: a 0.8s linear infinite;
    animation: a 0.8s linear infinite;
    background: transparent;
    border-radius: 100%;
    border: 6px solid rgba(99, 99, 99, 0.5);
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.container {
    max-width: 1200px;
}
.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.grid-12 {
    width: 100%;
}
.grid-11 {
    width: 91.66666667%;
}
.grid-10 {
    width: 83.33333333%;
}
.grid-9 {
    width: 75%;
}
.grid-8 {
    width: 66.66666667%;
}
.grid-7 {
    width: 58.33333333%;
}
.grid-6 {
    width: 50%;
}
.grid-5 {
    width: 41.66666667%;
}
.grid-4 {
    width: 33.33333333%;
}
.grid-3 {
    width: 25%;
}
.grid-2 {
    width: 16.66666667%;
}
.grid-1 {
    width: 8.33333333%;
}
.flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row,
.flex-row-reverse {
    -webkit-box-orient: horizontal;
}
.flex-row-reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.a-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.a-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.j-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.j-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hide-text {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mr-60 {
    margin-right: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-60 {
    margin-left: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mr-70 {
    margin-right: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-70 {
    margin-left: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mr-80 {
    margin-right: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-80 {
    margin-left: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mr-90 {
    margin-right: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ml-90 {
    margin-left: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
@-webkit-keyframes whatsapp {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
}
@keyframes whatsapp {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    color: #777;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    overflow-y: scroll;
}
.wrapper {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
a {
    color: #333;
    line-height: 1.2em;
    text-decoration: none;
}
a:hover {
    color: #000;
}
b,
strong {
    font-weight: 700;
}
img,
svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
button,
input,
select,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0;
    outline: none;
    padding: 14px 15px;
    position: relative;
    resize: none;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
}
textarea {
    height: 180px;
}
.hidden {
    display: none !important;
}
.visible {
    display: block !important;
}
.form-alert {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.form-alert svg {
    height: 50px;
    margin: 0 0 10px;
    width: 50px;
}
.form-alert svg path {
    fill: #000;
}
.form-alert h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
}
.form-alert span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}
.form-alert.success {
    background-color: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.12);
    color: #27ae60;
}
.form-alert.success svg path {
    fill: #27ae60;
}
.form-alert.error {
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.12);
    color: #e74c3c;
}
.form-alert.error svg path {
    fill: #e74c3c;
}
.page-header {
    background-color: #e8e8e8;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 80px;
    padding: 70px 0;
}
.page-header .breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.page-header .breadcrumbs > a,
.page-header .breadcrumbs > span {
    color: #333;
    font-size: 14px;
    line-height: 1.2em;
}
.page-header .breadcrumbs > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-header .breadcrumbs > a:hover {
    color: #e00024;
}
.page-header .breadcrumbs > span.delimiter {
    font-size: 12px;
    margin: 0 5px;
}
.page-header .title {
    color: #333;
    font-size: 70px;
    font-weight: 900;
}
.page-header .subtitle {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.38889em;
    margin: 10px 0 0;
    max-width: 380px;
    width: 100%;
}
@media (max-width: 991px) {
    .page-header {
        padding: 50px 0;
    }
    .page-header .breadcrumbs {
        display: none;
    }
    .page-header .title {
        font-size: 50px;
    }
    .page-header .subtitle {
        font-size: 16px;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .page-header .title {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .page-header .title {
        font-size: 35px;
    }
}
.fancybox-caption {
    font-size: 16px;
    text-align: center;
    padding: 20px;
}
.site-footer {
    background-color: #000;
    margin: 110px 0 0;
    padding: 30px 0;
}
.site-footer .footer-menu ul,
.site-footer .footer-top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.site-footer .footer-menu ul > li + li {
    margin: 0 0 0 35px;
}
.site-footer .footer-menu ul > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer .footer-menu ul > li.current-menu-item > a,
.site-footer .footer-menu ul > li > a:hover {
    color: #e00024;
}
.site-footer .footer-social > ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.site-footer .footer-social > ul > li + li {
    margin: 0 0 0 10px;
}
.site-footer .footer-social > ul > li > a {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 35px;
    width: 35px;
}
.site-footer .footer-social > ul > li > a.facebook {
    background-image: url(../images/icon-social-media-footer-facebook.png);
}
.site-footer .footer-social > ul > li > a.instagram {
    background-image: url(../images/icon-social-media-footer-instagram.png);
}
.site-footer .footer-social > ul > li > a.twitter {
    background-image: url(../images/icon-social-media-footer-twitter.png);
}
.site-footer .footer-social > ul > li > a:hover {
    background-color: #fff;
}
.site-footer .footer-bottom {
    border-top: 1px solid #313131;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.site-footer .footer-bottom .copyright {
    color: grey;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45em;
}
.site-footer .footer-bottom .h2k {
    background-image: url(../images/logo-h2k.png);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    text-align: left;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 35px;
    width: 40px;
}
.site-footer .footer-bottom .h2k:hover {
    opacity: 0.5;
}
.site-footer .whatsapp-fixed {
    position: relative;
    z-index: 4;
}
.site-footer .whatsapp-fixed > a {
    -webkit-animation-name: whatsapp;
    animation-name: whatsapp;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    background-color: #25d366;
    border-radius: 50%;
    bottom: 15px;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    width: 60px;
}
.site-footer .whatsapp-fixed > a > img {
    width: 25px;
}
.site-footer .whatsapp-fixed > a:hover {
    background-color: #075e54;
    color: #fff;
}
@media (max-width: 1359px) {
    .site-footer .whatsapp-fixed {
        padding: 60px 0 0;
    }
}
@media (max-width: 1199px) {
    .site-footer .footer-menu ul > li + li {
        margin: 0 0 0 20px;
    }
    .site-footer .footer-menu ul > li > a {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .site-footer {
        padding: 30px 0;
    }
    .site-footer .footer-menu {
        display: none;
        width: 100%;
    }
    .site-footer .footer-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-footer .footer-menu ul > li + li {
        margin: 20px 0 0;
    }
    .site-footer .footer-social {
        margin: 0;
        width: 100%;
    }
    .site-footer .footer-social > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .site-footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .site-footer .footer-bottom .h2k {
        margin: 15px 0 0;
    }
}
.site-header {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}
.site-header .container {
    max-width: 1380px;
}
.site-header .container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .header-phone > a {
    background-color: #e00024;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1.2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header .header-phone > a > span {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
}
.site-header .header-phone > a > span:before {
    background-image: url(../images/icon-phone-header.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: calc(50% - 10px);
    height: 24px;
    width: 24px;
}
.site-header .header-phone > a:hover {
    background-color: #ff143a;
}
@media (max-width: 991px) {
    .site-header .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
    .site-header .logo > a {
        display: block;
    }
    .site-header .header-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
    .site-header .header-phone > a {
        background-color: #e00024;
        padding: 15px 20px;
        color: #fff;
    }
    .site-header .header-phone > a:hover {
        background-color: #ff1e42;
        color: #fff;
    }
}
.site-nav .btn-toggle-menu {
    display: none;
}
.site-nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-nav ul > li > a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-nav ul > li.current-category-ancestor > a,
.site-nav ul > li.current-menu-item > a,
.site-nav ul > li > a:hover {
    color: #e00024;
}
@media (min-width: 992px) {
    .site-nav .toggle-menu.mobile {
        display: block !important;
    }
    .site-nav ul > li + li {
        margin: 0 0 0 25px;
    }
}
@media (max-width: 991px) {
    .site-nav {
        margin: 30px auto 0;
        max-width: 640px;
        width: 100%;
    }
    .site-nav > .btn-toggle-menu {
        background-color: #e00024;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2em;
        padding: 15px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        z-index: 2;
    }
    .site-nav > .btn-toggle-menu:after {
        background-image: url(../images/menu.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        position: absolute;
        right: 15px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px;
    }
    .site-nav .toggle-menu {
        display: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .site-nav ul {
        background-color: #e00024;
        border-radius: 0 0 5px 5px;
        padding: 5px 15px 15px;
    }
    .site-nav ul > li {
        width: 100%;
    }
    .site-nav ul > li + li {
        margin: 1px 0 0;
    }
    .site-nav ul > li > a {
        background-color: rgba(51, 51, 51, 0.25);
        color: #fff;
        padding: 15px;
        text-align: left;
    }
    .site-nav ul > li.current-category-ancestor > a,
    .site-nav ul > li.current-menu-item > a,
    .site-nav ul > li > a:hover {
        background-color: #000;
        color: #fff;
    }
}
.box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.box-btn.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-btn.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.box-btn > a,
.box-btn button {
    background-color: transparent;
    border: 2px solid #000500;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 20px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-btn > a:after,
.box-btn button:after {
    background-image: url(../images/arrow-btn.png);
    background-position: 50%;
    background-repeat: no-repeat;
    display: none;
    content: "";
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 10px;
    width: 30px;
}
.box-btn > a:hover,
.box-btn button:hover {
    background-color: #e00024;
    border-color: #e00024;
    color: #fff;
}
.box-btn > a:hover:after,
.box-btn button:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.box-btn.-light > a,
.box-btn.-light button {
    border-color: #fff;
    color: #fff;
}
.box-btn.-light > a:after,
.box-btn.-light button:after {
    background-image: url(../images/arrow-btn-light.png);
}
.box-btn.-light > a:hover,
.box-btn.-light button:hover {
    background-color: #fff;
    color: #000500;
}
.cta-contact {
    background-color: #2c2c2c;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 120px 0 0;
    padding: 130px 15px;
}
.cta-contact,
.cta-contact .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cta-contact .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.cta-contact .content > .title {
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.cta-contact .content > p {
    color: #b2b2b2;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    max-width: 380px;
    text-align: center;
}
@media (max-width: 767px) {
    .cta-contact .content > .title {
        font-size: 55px;
    }
    .cta-contact .content > .title:before {
        background-size: contain;
        background-position: bottom;
    }
}
@media (max-width: 575px) {
    .cta-contact {
        padding: 120px 15px 60px;
    }
    .cta-contact .content > .title {
        font-size: 45px;
        padding: 0;
    }
    .cta-contact .content > .title:before {
        display: none;
    }
    .cta-contact .content > p {
        font-size: 20px;
    }
}
.box-text p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625em;
}
.box-text p + p {
    margin: 10px 0 0;
}
.single-collections .site-footer,
.single-featured .site-footer {
    margin: 0;
}
.page-collections-products .container .box-product-gallery > .row {
    margin-bottom: -60px;
}
.page-collections-products .item {
    margin: 0 0 60px;
}
.page-collections-products .item > a {
    display: block;
    position: relative;
}
.page-collections-products .item > a:before {
    border: 1px solid #e6e6e6;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.page-collections-products .item > a:after {
    background-color: rgba(224, 0, 36, 0.85);
    background-image: url(../images/zoom.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    content: "";
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}
.page-collections-products .item > a > .item-ref {
    background-color: #e5e5e5;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 1.2em;
    padding: 5px 10px;
    position: absolute;
    bottom: 100%;
}
.page-collections-products .item > a:hover:after {
    opacity: 1;
}
@media (max-width: 991px) {
    .page-collections-products .item {
        width: 33.33%;
    }
}
@media (max-width: 575px) {
    .page-collections-products .container .box-product-gallery > .row {
        margin: 0 -5px -45px;
    }
    .page-collections-products .item {
        margin: 0 0 45px;
        padding: 0 5px;
        width: 50%;
    }
}
.post-type-archive-collections .site-footer,
.post-type-archive-featured .site-footer {
    margin: 0;
}
.page-collections .container > .row {
    margin-bottom: -30px;
}
.page-collections .item {
    margin: 0 0 30px;
    position: relative;
}
.page-collections .item > a {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 570px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.page-collections .item > a:before {
    background-color: #fff;
    background-color: #e00024;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}
.page-collections .item > a:after,
.page-collections .item > a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}
.page-collections .item > a:after {
    background-color: #000;
    opacity: 0.35;
    z-index: 1;
}
.page-collections .item > a .item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 15px 15px 15px 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.page-collections .item > a .item-content,
.page-collections .item > a .item-content > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-collections .item > a .item-content > .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-collections .item > a .item-content .item-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.15em;
    text-transform: uppercase;
}
.page-collections .item > a .item-content .item-title > strong {
    display: block;
    font-weight: 900;
}
.page-collections .item > a .item-content .item-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 20px 0 0;
    padding: 20px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-collections .item > a .item-content .item-button:after {
    background-image: url(../images/arrow-btn-light.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: none;
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 10px;
    width: 30px;
}
.page-collections .item > a:hover:before {
    opacity: 0.75;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.page-collections .item > a:hover .item-content > .inner {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.page-collections .item > a:hover .item-content .item-button {
    background-color: #fff;
    color: #000500;
}
.page-collections .item > a:hover .item-content .item-button:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
@media (max-width: 1199px) {
    .page-collections .item > a .item-content {
        padding: 15px;
    }
    .page-collections .item > a .item-content > .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .page-collections .item > a .item-content .item-title {
        font-size: 30px;
        line-height: 1.25em;
    }
}
@media (max-width: 991px) {
    .page-collections .item > a .item-content .item-title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .page-collections .item {
        width: 100%;
    }
}
.page-template-contato .site-footer {
    margin: 0;
}
.page-template-contato .page-content {
    margin: 0 0 120px;
}
.page-template-contato .page-content .box-form form {
    background-color: #fafafa;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
    padding: 80px;
}
.page-template-contato .page-content .box-form .field-group {
    position: relative;
}
.page-template-contato .page-content .box-form .field-group + .field-group {
    margin: 30px 0 0;
}
.page-template-contato .page-content .box-form .field-group > label {
    color: #333;
    display: table;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.page-template-contato .page-content .box-form .field-group .field {
    border-radius: 5px;
    color: #333;
    padding: 15px 20px;
}
.page-template-contato
    .page-content
    .box-form
    .field-group
    .field.wpcf7-not-valid {
    background-color: rgba(231, 76, 60, 0.03);
    border-color: rgba(231, 76, 60, 0.5);
    color: #e74c3c;
}
.page-template-contato
    .page-content
    .box-form
    .field-group
    .wpcf7-form-control-wrap {
    position: unset;
}
.page-template-contato
    .page-content
    .box-form
    .field-group
    .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 100%;
}
.page-template-contato .page-content .box-form .field-group.buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 30px 0 0;
}
.page-template-contato .page-content .box-form .field-group.buttons > .inner {
    position: relative;
}
.page-template-contato .page-content .box-form .field-group.buttons .button {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.15em;
    padding: 20px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-contato
    .page-content
    .box-form
    .field-group.buttons
    .button:hover {
    background-color: #e00024;
}
.page-template-contato
    .page-content
    .box-form
    .field-group.buttons
    .ajax-loader {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}
.page-template-contato .page-content .box-form .wpcf7-response-output {
    border-width: 1px;
    font-size: 16px;
    line-height: 1.35em;
    margin: 30px 0 0;
    padding: 15px;
    text-align: center;
}
.page-template-contato
    .page-content
    .box-form
    .wpcf7-response-output.wpcf7-validation-errors {
    background-color: rgba(231, 76, 60, 0.03);
    border-color: #e74c3c;
    color: #e74c3c;
}
.page-template-contato
    .page-content
    .box-form
    .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: rgba(39, 174, 96, 0.03);
    border-color: #27ae60;
    color: #27ae60;
}
.page-template-contato .page-content .box-infos .razao-social {
    color: grey;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}
.page-template-contato .page-content .box-infos .item-contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 60px;
    position: relative;
}
.page-template-contato .page-content .box-infos .item-contacts:after {
    background-image: url(../images/pattern.png);
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 20px;
    width: 100%;
}
.page-template-contato .page-content .box-infos .item-contacts > a,
.page-template-contato .page-content .box-infos .item-contacts p {
    color: grey;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    word-break: break-all;
}
.page-template-contato .page-content .box-infos .item-contacts > a + a,
.page-template-contato .page-content .box-infos .item-contacts > a + p,
.page-template-contato .page-content .box-infos .item-contacts p + a,
.page-template-contato .page-content .box-infos .item-contacts p + p {
    margin: 20px 0 0;
}
.page-template-contato .page-content .box-infos .item-contacts > a:before,
.page-template-contato .page-content .box-infos .item-contacts p:before {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 10px 0 0;
    min-width: 40px;
    height: 40px;
    width: 40px;
}
.page-template-contato .page-content .box-infos .item-contacts > a.phone:before,
.page-template-contato .page-content .box-infos .item-contacts p.phone:before {
    background-image: url(../images/icon-contacts-shop-phone.png);
}
.page-template-contato
    .page-content
    .box-infos
    .item-contacts
    > a.whatsapp:before,
.page-template-contato
    .page-content
    .box-infos
    .item-contacts
    p.whatsapp:before {
    background-image: url(../images/icon-contacts-shop-whatsapp.png);
}
.page-template-contato .page-content .box-infos .item-contacts > a.email:before,
.page-template-contato .page-content .box-infos .item-contacts p.email:before {
    background-image: url(../images/icon-contacts-shop-email.png);
}
.page-template-contato .page-content .box-infos .item-contacts > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-contato .page-content .box-infos .item-contacts > a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-template-contato .page-content .box-infos .item-contacts > a:hover {
    color: #e00024;
}
.page-template-contato
    .page-content
    .box-infos
    .item-contacts
    > a:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.page-template-contato .page-content .box-infos .item-social-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.page-template-contato .page-content .box-infos .item-social-media > p {
    color: #b2b2b2;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.page-template-contato .page-content .box-infos .item-social-media > ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 40px;
}
.page-template-contato
    .page-content
    .box-infos
    .item-social-media
    > ul
    > li
    + li {
    margin: 0 0 0 10px;
}
.page-template-contato
    .page-content
    .box-infos
    .item-social-media
    > ul
    > li
    > a {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    text-indent: -9999px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
}
.page-template-contato
    .page-content
    .box-infos
    .item-social-media
    > ul
    > li
    > a.facebook {
    background-image: url(../images/icons-social-media-contacts-facebook.png);
}
.page-template-contato
    .page-content
    .box-infos
    .item-social-media
    > ul
    > li
    > a.instagram {
    background-image: url(../images/icons-social-media-contacts-instagram.png);
}
.page-template-contato
    .page-content
    .box-infos
    .item-social-media
    > ul
    > li
    > a:hover {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.page-template-contato .page-content .box-infos .item-location {
    margin: 50px 0 0;
}
.page-template-contato .page-content .box-infos .item-location .title {
    color: #b2b2b2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
.page-template-contato .page-content .box-infos .item-location .title:before {
    background-image: url(../images/icon-contact-location.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 10px 0 0;
    height: 60px;
    width: 60px;
}
.page-template-contato .page-content .box-infos .item-location .address {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
}
.page-template-contato .page-content .box-infos .item-location .address > p {
    color: grey;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
}
.page-template-contato .page-content .box-infos .item-location .address > a {
    color: grey;
    display: table;
    font-weight: 700;
    margin: 15px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-contato
    .page-content
    .box-infos
    .item-location
    .address
    > a:hover {
    color: #e00024;
}
@media (min-width: 992px) {
    .page-template-contato .page-content .box-form form {
        margin: 0 0 0 30px;
    }
    .page-template-contato .page-content .box-infos {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (max-width: 1199px) {
    .page-template-contato .page-content .box-infos .item-location .title {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .page-template-contato .page-content .box-form {
        width: 100%;
    }
    .page-template-contato .page-content .box-form form {
        padding: 40px;
    }
    .page-template-contato .page-content .box-infos {
        margin: 50px 0 0;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .page-template-contato .page-content .box-form form {
        padding: 20px;
    }
    .page-template-contato
        .page-content
        .box-form
        .field-group.buttons
        .button {
        font-size: 15px;
        padding: 20px;
        width: 100%;
    }
    .page-template-contato .page-content .box-infos .item-social-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page-template-contato .page-content .box-infos .item-social-media > ul {
        margin: 20px 0 0;
    }
    .page-template-contato .page-content .box-infos .item-location .title {
        font-size: 28px;
    }
    .page-template-contato
        .page-content
        .box-infos
        .item-location
        .title:before {
        background-size: contain;
        height: 35px;
        width: 35px;
    }
    .page-template-contato
        .page-content
        .box-infos
        .item-location
        .title:after {
        font-size: 16px;
        left: 72px;
    }
}
.page-template-contato .page-map > iframe {
    display: block;
    height: 550px;
    width: 100%;
}
@media (max-width: 991px) {
    .page-template-contato .page-map > iframe {
        height: 350px;
    }
}
.page-template-empresa .site-footer {
    margin: 0;
}
@media (min-width: 992px) {
    .page-template-empresa .home-about .block-02 .image > figure {
        margin: 65px 0 0;
    }
}
.page-home + .site-footer {
    margin: 0;
}
.home-slide {
    margin: 50px 0 0;
}
.home-slide .container {
    max-width: 1380px;
}
.home-slide .swiper-container {
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05);
}
.home-slide .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    position: relative;
}
.home-slide .swiper-slide > a {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.home-slide .slide-button-next,
.home-slide .slide-button-prev {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: calc(50% - 30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    width: 60px;
    z-index: 2;
}
.home-slide .slide-button-next:hover,
.home-slide .slide-button-prev:hover {
    opacity: 1;
}
.home-slide .slide-button-next.swiper-button-disabled,
.home-slide .slide-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden;
}
.home-slide .slide-button-prev {
    background-image: url(../images/arrow-slide-prev.png);
    left: 20px;
}
.home-slide .slide-button-next {
    background-image: url(../images/arrow-slide-next.png);
    right: 20px;
}
@media (max-width: 1199px) {
    .home-slide .swiper-slide {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .home-slide .swiper-slide {
        height: 400px;
    }
    .home-slide .slide-button-next,
    .home-slide .slide-button-prev {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .home-slide .swiper-slide {
        height: 210px;
    }
}
.home-collections {
    margin: 120px auto 0;
    width: 100%;
}
.home-collections .title {
    color: #333;
    font-size: 72px;
    font-weight: 900;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.home-collections .list-items .row {
    margin-bottom: -30px;
}
.home-collections .item {
    margin: 0 0 30px;
    padding: 0 15px;
    position: relative;
    width: 50%;
}
.home-collections .item > a {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 640px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-collections .item > a:before {
    background-color: #fff;
    background-color: #e00024;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}
.home-collections .item > a:after,
.home-collections .item > a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}
.home-collections .item > a:after {
    background-color: #000;
    opacity: 0.35;
    z-index: 1;
}
.home-collections .item > a .item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    padding: 30px 30px 30px 80px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.home-collections .item > a .item-content,
.home-collections .item > a .item-content > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-collections .item > a .item-content > .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-collections .item > a .item-content .item-title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1em;
}
.home-collections .item > a .item-content .item-title > strong {
    display: block;
    font-weight: 900;
}
.home-collections .item > a .item-content .item-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 20px 0 0;
    padding: 20px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-collections .item > a .item-content .item-button:after {
    background-image: url(../images/arrow-btn-light.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: none;
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 10px;
    width: 30px;
}
.home-collections .item > a:hover:before {
    opacity: 0.75;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-collections .item > a:hover .item-content > .inner {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.home-collections .item > a:hover .item-content .item-button {
    background-color: #fff;
    color: #000500;
}
.home-collections .item > a:hover .item-content .item-button:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
@media (max-width: 1279px) {
    .home-collections .item > a .item-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }
    .home-collections .item > a .item-content > .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .home-collections .item > a .item-content .item-title {
        font-size: 35px;
        line-height: 1.25em;
    }
}
@media (max-width: 991px) {
    .home-collections {
        margin: 60px 0 0;
    }
    .home-collections > .title {
        font-size: 50px;
        margin: 0 0 30px;
    }
    .home-collections > .title:after,
    .home-collections > .title:before {
        display: none;
    }
    .home-collections .item {
        width: 100%;
    }
    .home-collections .item + .item:before {
        top: 0;
        height: 2px;
        width: 100%;
    }
    .home-collections .item > a .item-content .item-title {
        line-height: 1.25em;
    }
}
.home-about {
    margin: 120px 0 0;
}
.home-about .block-01 .image {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.home-about .block-01 .image > figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 570px;
    z-index: 2;
}
.home-about .block-01 .content .box-title .title {
    color: #333;
    font-size: 50px;
    font-weight: 900;
}
.home-about .block-01 .content .box-title .subtitle {
    color: #b2b2b2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.38889em;
    margin: 10px 0 0;
}
.home-about .block-01 .content .box-text {
    margin: 20px 0 0;
}
@media (min-width: 992px) {
    .home-about .block-01 .content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-about .block-01 .content .inner {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 991px) {
    .home-about {
        margin: 60px 0 0;
    }
    .home-about .block-01 .image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .home-about .block-01 .image .inner {
        padding: 0;
    }
    .home-about .block-01 .image .inner > figure {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .home-about .block-01 .content {
        margin: 60px auto 0;
        max-width: 595px;
        width: 100%;
    }
    .home-about .block-01 .content .box-title .title {
        font-size: 35px;
    }
    .home-about .block-01 .content .image-text {
        margin: 50px 0 0;
    }
}
.error404 {
    background-color: #f5f5f5;
}
.error404 main .container {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 380px;
}
.error404 main .container,
.error404 main .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.error404 main .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 560px;
    padding: 80px 0 0;
    text-align: center;
}
.error404 main .content > h1 {
    color: #000;
    font-size: 150px;
    font-weight: 500;
    text-transform: uppercase;
}
.error404 main .content > h2 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35em;
    margin: 0;
}
.error404 main .content > h3 {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 0 0 20px;
}
@media (max-width: 767px) {
    .error404 main .content > h1 {
        font-size: 80px;
    }
    .error404 main .content > h2 {
        font-size: 24px;
        margin: 10px 0 0;
    }
    .error404 main .content > h3 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .error404 main .content {
        padding: 50px 0 0;
    }
    .error404 main .content > h1 {
        font-size: 80px;
    }
    .error404 main .content > h2 {
        font-size: 20px;
    }
    .error404 main .content > h3 {
        font-size: 16px;
    }
}
.page-template-campanha .page-content .item + .item {
    margin: 120px 0 0;
}
.page-template-campanha .page-content .item .box-image img {
    -webkit-box-shadow: 0 0 0 1px #e5e5e5;
    box-shadow: 0 0 0 1px #e5e5e5;
    border-radius: 5px;
}
.page-template-campanha .page-content .item .box-content > .inner {
    background-color: #fff;
    margin: 50px 0 0;
}
.page-template-campanha .page-content .item .box-content > .inner > h2 {
    color: #000;
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 20px;
}
.page-template-campanha
    .page-content
    .item
    .box-content
    > .inner
    > .box-text
    > p {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66667em;
}
@media (min-width: 992px) {
    .page-template-campanha .page-content .item:first-child .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .page-template-campanha
        .page-content
        .item:first-child
        .box-content
        > .inner {
        padding: 0 50px 0 0;
    }
    .page-template-campanha .page-content .item .box-content > .inner {
        margin-top: 80px;
        padding: 0 0 0 50px;
    }
}
@media (max-width: 991px) {
    .page-template-campanha .page-content .item .box-content > .inner > h2 {
        font-size: 30px;
    }
    .page-template-campanha
        .page-content
        .item
        .box-content
        > .inner
        > .box-text
        > p {
        font-size: 16px;
        line-height: 1.875em;
    }
}
@media (max-width: 767px) {
    .page-template-campanha .page-content .item .box-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .page-template-campanha .page-content .item .box-content {
        text-align: center;
        margin: 30px 0 0;
        width: 100%;
    }
    .page-template-campanha .page-content .item .box-content > .inner {
        margin: 0;
        padding: 0;
    }
    .page-template-campanha .page-content .item .box-content > .inner .box-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .page-template-campanha .page-content .item .box-content > .inner > h2 {
        font-size: 26px;
    }
}
.page-template-representantes .site-footer {
    margin: 0;
}
.page-template-representantes .box-sellers {
    background-color: #f5f5f5;
    padding: 50px 30px 50px 0;
}
.page-template-representantes .box-content .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 0 0 60px;
}
.page-template-representantes .box-content .inner > .select-state {
    color: #777;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}
.page-template-representantes .box-content .inner > .empty > p {
    color: #777;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}
.page-template-representantes .box-content .state-label {
    border-bottom: 2px solid #e5e5e5;
    color: #333;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 40px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.page-template-representantes .box-select-field {
    margin: 0 0 40px;
}
.page-template-representantes .box-select-field > label {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    display: table;
    margin: 0 0 10px;
}
.page-template-representantes .box-select-field > select {
    width: 100%;
}
.page-template-representantes .list-items .item + .item {
    margin: 60px 0 0;
}
.page-template-representantes .list-items .item > .item-title {
    color: #333;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.page-template-representantes .list-items .item > .item-contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0;
    width: 100%;
}
.page-template-representantes .list-items .item > .item-contacts > a,
.page-template-representantes .list-items .item > .item-contacts p {
    color: #333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25em;
    position: relative;
    word-break: break-all;
}
.page-template-representantes .list-items .item > .item-contacts > a + a,
.page-template-representantes .list-items .item > .item-contacts > a + p,
.page-template-representantes .list-items .item > .item-contacts p + a,
.page-template-representantes .list-items .item > .item-contacts p + p {
    margin: 20px 0 0;
}
.page-template-representantes .list-items .item > .item-contacts > a:before,
.page-template-representantes .list-items .item > .item-contacts p:before {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 15px 0 0;
    min-width: 28px;
    height: 28px;
    width: 28px;
}
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    > a.phone:before,
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    p.phone:before {
    background-image: url(../images/icons-sellers-phone.png);
}
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    > a.whatsapp:before,
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    p.whatsapp:before {
    background-image: url(../images/icons-sellers-whatsapp.png);
}
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    > a.email:before,
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    p.email:before {
    background-image: url(../images/icons-sellers-email.png);
}
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    > a.address:before,
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    p.address:before {
    background-image: url(../images/icons-sellers-address.png);
}
.page-template-representantes .list-items .item > .item-contacts > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-representantes .list-items .item > .item-contacts > a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-template-representantes .list-items .item > .item-contacts > a:hover {
    color: #e00024;
}
.page-template-representantes
    .list-items
    .item
    > .item-contacts
    > a:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.page-template-representantes .box-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-template-representantes .box-map svg path {
    fill: #e5e5e5;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-representantes .box-map svg path:hover {
    fill: #d9d9d9;
}
.page-template-representantes .box-map svg path.active {
    fill: #bfbfbf;
}
.page-template-representantes .box-map svg path.show {
    fill: #999;
}
.page-template-representantes .box-form-team {
    background-color: #2c2c2c;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 110px 0 0;
    padding: 130px 15px;
}
.page-template-representantes .box-form-team,
.page-template-representantes .box-form-team .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-representantes .box-form-team .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.page-template-representantes .box-form-team .content > .title {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}
.page-template-representantes .box-form-team .content > .title:before {
    background-image: url(../images/bg-title-vagas.png);
    background-position: center 0;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: -1;
}
.page-template-representantes .box-form-team .content > p {
    color: #b2b2b2;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.04167em;
    max-width: 380px;
    text-align: center;
}
.page-template-representantes .box-form-team .content .box-form {
    margin: 30px 0 0;
    max-width: 470px;
    width: 100%;
}
.page-template-representantes .box-form-team .content .box-form .field-group {
    position: relative;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    + .field-group {
    margin: 20px 0 0;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    > label {
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    .field {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    padding: 20px;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    .field.wpcf7-not-valid {
    background-color: #fbdedb;
    border-color: rgba(231, 76, 60, 0.5);
    color: #e74c3c;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    .wpcf7-form-control-wrap {
    position: unset;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 100%;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group
    .ajax-loader {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 0 0 15px;
    height: 25px;
    width: 25px;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .field-group.box-btn {
    margin: 30px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .wpcf7-response-output {
    border-width: 1px;
    font-size: 16px;
    line-height: 1.35em;
    margin: 30px 0 0;
    padding: 15px;
    text-align: center;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .wpcf7-response-output.wpcf7-validation-errors {
    background-color: rgba(231, 76, 60, 0.03);
    border-color: #e74c3c;
    color: #e74c3c;
}
.page-template-representantes
    .box-form-team
    .content
    .box-form
    .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: rgba(39, 174, 96, 0.03);
    border-color: #27ae60;
    color: #27ae60;
}
@media (min-width: 992px) {
    .page-template-representantes .box-select-field {
        display: none !important;
        padding: 0 0 0 60px;
    }
}
@media (max-width: 991px) {
    .page-template-representantes .page-header .title {
        word-break: break-all;
    }
    .page-template-representantes .box-sellers {
        padding: 30px;
    }
    .page-template-representantes .box-content {
        width: 100%;
    }
    .page-template-representantes .box-content .state-label {
        font-size: 30px;
    }
    .page-template-representantes .box-content .inner {
        display: block;
        height: auto;
        padding: 0;
    }
    .page-template-representantes .box-content .list-items .item > .item-title {
        font-size: 20px;
    }
    .page-template-representantes
        .box-content
        .list-items
        .item
        > .item-contacts
        > a,
    .page-template-representantes
        .box-content
        .list-items
        .item
        > .item-contacts
        p {
        font-size: 16px;
    }
    .page-template-representantes .box-map {
        display: none !important;
    }
    .page-template-representantes .box-form-team .content > .title {
        font-size: 35px;
    }
    .page-template-representantes .box-form-team .content > .title:before {
        background-size: contain;
        background-position: bottom;
    }
}
@media (max-width: 575px) {
    .page-template-representantes .box-form-team {
        padding: 60px 15px;
    }
    .page-template-representantes .box-form-team .content > .title {
        font-size: 30px;
        padding: 0;
    }
    .page-template-representantes .box-form-team .content > .title:before {
        display: none;
    }
}
/*# sourceMappingURL=../maps/styles.css.map */

.instagram-fixed {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 4;
}
.instagram-fixed > a {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e00024;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.instagram-fixed > a:hover {
    background-color: #333;
}

.site-footer .whatsapp-fixed > a {
    width: 50px;
    height: 50px;
}
.site-footer .whatsapp-fixed > a > img {
    width: 24px;
}

@media (max-width: 600px) {
    .c-title {
        font-size: 3rem !important;
    }
}

@media (max-width: 570px) {
    .home-slide .swiper-slide {
        height: 156px;
    }
}
