@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.small-button,
    .animate-button-white.small-button,
    .animate-button-white-transparent.small-button {
        padding: 14px 22px;
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
.cookies h4 {
    margin: 0 0 20px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Socials ********************/
.footer-socials {
    display: table;
    margin: 0 auto;
}
.footer-socials .wrap {
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.footer-socials {
    padding: 0;
    list-style: none;
}
.footer-socials a {
    color: #333;
    width: 38px;
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    text-align: center;
}
/**************** Socials ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.c-items {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li p {
    line-height: 1.7;
    margin: 0 !important;
    text-transform:uppercase;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    line-height: 1.7;
    margin: 0 6px;
    padding: 4px 0 0 0;
}
/**************** Contact / Table ********************/
/**************** Post ********************/
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}
.page-documents .item .top .icon,
.page-documents .item .top .image,
.page-documents .item .top h3,
.page-links .item .top {
    color: var(--theme-color-1);
}
.gallery-item-image:before,
.gallery-item-video:before,
.page-documents .item .top .icon,
.page-links .item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .icon,
.page-documents .item .top .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px;
    width: 100%;
    background-color: #f6f7f8;
    padding: 15px;
}
.page-documents .item .top .icon {
    height: 230px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.page-documents .item .top .image picture {
    display: block;
    width: 100%;
    background-color: #f6f7f8;
}
.page-documents .item .top .image picture img {
    display: block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-links .item .text {
    border-top: 1px solid #f8f8f8;
}
.gallery-item-image,
.gallery-item-video {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item-image:before,
.gallery-item-video:before {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: var(--theme-color-1);
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.gallery-item-image:before {
    content: "\f31d";
}
.gallery-item-video:before {
    content: "\f04b";
}
/**************** Post ********************/
/**************** Popup ********************/
.popupModal > .caption {
    padding: 0;
}
.popupModal > .caption img {
    max-width: 100%;
    height: auto;
}
.popupModal > .caption .p-item {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ededed;
}
.popupModal > .caption .p-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.popupModal > .caption .p-item .p-item-block.images picture,
.popupModal > .caption .p-item .p-item-block.images picture img {
    width: 100%;
    height: auto;
}
.popupModal > .caption .p-item .p-item-block picture,
.popupModal > .caption .p-item .p-item-block iframe {
    margin-top: 20px;
    display: block;
    width: 100%;
}
.popupModal > .caption .p-item .p-item-block picture:first-child,
.popupModal > .caption .p-item .p-item-block iframe:first-child {
    margin-top: 0;
}
.popupModal > .caption .p-item .p-item-block iframe {
    height: 400px;
}
.popupModal.theme-modal [data-close="theme-modal"].closed {
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #fff;
    font-size: 30px;
}
.fixed-whatsapp {
    border: 3px solid #fff;
    position: fixed;
    color: #fff !important;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 47px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 20px;
    z-index: 5;
    text-decoration: none;
}
.fixed-whatsapp {
    background-color: #4fce5d;
    right: 20px;
    bottom: 90px;
}
/**************** Popup ********************/
/**************** Style *****************/
address,
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote,
figure,
sub,
sup {
    position: relative;
}
pre,
textarea {
    overflow: auto;
}
audio,
figure img,
img,
pre {
    max-width: 100%;
}
.big-title,
.fixed-title {
    font-size: calc(1rem + 4vw);
}
a:hover,
ins,
mark {
    text-decoration: none;
}
.button-wrap.left .button-text span,
.text-align-left,
caption,
td,
th {
    text-align: left;
}
#ball,
#magic-cursor {
    pointer-events: none;
}
#ball i,
#ball.with-icon i {
    width: 76px;
}
body,
html {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    width: 100%;
    color: #444;
    background-color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
html {
    box-sizing: border-box;
    margin-right: 0 !important;
    overflow: visible !important;
}
.clip-effects,
.percentage-wrapper,
body,
body.has-slider,
body.smooth-scroll,
figure.has-parallax {
    overflow: hidden;
}
body {
    overflow-y: scroll;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}
.light-content #logo img.black-logo,
.light-content .white-header #logo img.white-logo,
.light-content .white-header.over-white-section #logo img.black-logo,
.scale-up.scale-drag #ball-drag-x:after,
.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-y:after,
.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-none #ball:after,
.scale-up.scale-none #ball:before,
.show-loader1 .light-content .white-header #logo img.black-logo,
.white-header #logo img.black-logo,
body.hidden {
    opacity: 0;
}
main111 {
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
a,
button,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
address,
dd,
dl,
pre,
table {
    margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 20px;
    font-weight: 500;
}
#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause,
.menu-overlay #menu-burger,
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
hr,
ins,
mark {
    display: inline-block;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
.light-content .light-section b,
.light-content .light-section strong,
b,
strong {
    font-weight: 600;
    color: #000;
}
.dark-section b,
.dark-section strong,
.light-content b,
.light-content strong {
    font-weight: 600;
    color: #fff;
}
ins,
mark {
    background: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
}
.dark-section ins,
.dark-section mark,
.light-content ins,
.light-content mark {
    background: #fff;
    color: #000;
}
.light-content .light-section ins,
.light-content .light-section mark {
    background: #111;
    color: #fff;
}
code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.05);
}
.container,
.fixed-title span,
h6.has-icon {
    box-sizing: border-box;
}
.dark-section pre,
.light-content pre {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.light-content .light-section pre {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
blockquote {
    color: #000;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 3.5rem;
    margin: 0 0 1.5625rem;
}
#ball.over-movie i,
.dark-section .button-icon,
.dark-section .button-text,
.dark-section .link-text,
.dark-section a,
.dark-section button,
.dark-section blockquote,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.drag-cursor-white #ball i,
.drag-cursor-white #ball-drag-x:after,
.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball.with-icon i,
.light-content #ball i,
.light-content #ball p,
.light-content #ball-drag-x:after,
.light-content #ball-drag-x:before,
.light-content #ball-drag-y:after,
.light-content #ball-drag-y:before,
.light-content #ball.with-icon i,
.light-content .button-icon,
.light-content .button-text,
.light-content .copyright,
.light-content .light-section thead tr,
.light-content .link-text,
.light-content .socials li a,
.light-content .socials-wrap,
.light-content .white-header.over-white-section .button-text,
.light-content a,
.light-content button,
.light-content blockquote,
.light-content blockquote cite,
.light-content blockquote small,
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.scale-drag-horizontal #ball:after,
.scale-drag-horizontal #ball:before,
.show-loader1 .light-content .white-header .button-text,
.white-header .button-icon,
.white-header .button-text,
.white-header a,
thead tr {
    color: #fff;
}
.dark-section thead tr,
.drag-cursor-black #ball i,
.drag-cursor-black #ball-drag-x:after,
.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball.with-icon i,
.light-content #ball.with-icon.dark-icon i,
.light-content .light-section .button-icon,
.light-content .light-section .button-text,
.light-content .light-section .link-text,
.light-content .light-section blockquote,
.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6,
.light-content .white-header .button-icon,
.light-content .white-header .button-text,
.light-content .white-header a,
.light-content thead tr {
    color: #000;
}
.light-content .light-section li,
.light-content .light-section tr,
li,
table,
tr {
    color: #444;
}
blockquote::before {
    content: "\275D";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1;
    font-size: 3rem;
    font-weight: 500;
}
blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#ball p,
blockquote b,
blockquote strong {
    font-weight: 600;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
dt {
    font-weight: 700;
}
ol,
ul {
    margin: 20px 0 25px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin: 20px 0 15px 25px;
}
li {
    line-height: 20px;
    margin-bottom: 25px;
}
.dark-section li,
.dark-section tr,
.light-content li,
.light-content tr {
    color: #ccc;
}
figure {
    margin: 0;
    display: block;
}
.full figure.has-parallax {
    overflow: hidden;
    height: 100vh;
}
.has-parallax-content > img,
.has-parallax > img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}
figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 10;
    border-radius: 0;
}
fieldset,
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
hr,
img {
    border: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
}
legend {
    white-space: normal;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0)
    );
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    vertical-align: top;
}
.inner,
img {
    vertical-align: middle;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}
.light-content .light-section thead,
thead {
    background-color: #000;
    color: #fff;
}
#ball-loader,
header {
    background-color: transparent;
}
.dark-content .item i.arrow-icon::after,
.dark-section thead,
.light-content #ball i.arrow-icon:after,
.light-content #menu-burger span,
.light-content .change-header i.arrow-icon::after,
.light-content .white-header.over-white-section #menu-burger span,
.light-content i.arrow-icon-down::after,
.light-content i.arrow-icon-up::after,
.light-content i.arrow-icon:after,
.light-content thead,
.show-loader1 .light-content .white-header #menu-burger span,
.white-header #menu-burger span {
    background-color: #fff;
}
.light-content .light-section tr:nth-child(2n),
tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}
.dark-section tr:nth-child(2n),
.light-content tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.1);
}
.light-content .light-section hr.animated-line:before,
hr.animated-line:before {
    background: rgba(0, 0, 0, 0.1);
}
caption,
td,
th {
    font-weight: 400;
}
td,
th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}
del {
    color: #767676;
}
hr {
    height: 28px;
    width: 100%;
    float: none;
    margin: 0;
    opacity: 1 !important;
    transform: translateY(0) !important;
}
hr.animated-line {
    height: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}
hr.animated-line:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
}
.dark-section hr.animated-line:before,
.light-content hr.animated-line:before {
    background: rgba(255, 255, 255, 0.15);
}
hr.animated.animated-line:before {
    width: 100%;
    -webkit-transition: width 0.7s ease-in-out 0.1s;
    transition: width 0.7s ease-in-out 0.1s;
}
.button-wrap:after,
hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
img {
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: #000;
}
.dark-section p,
.light-content #ball:after,
.light-content #ball:before,
.light-content .light-section p,
.light-content p,
p {
    color: #999;
}
.primary-font-title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
.big-title {
    line-height: calc(1rem + 6vw);
}
.fixed-title {
    line-height: calc(1rem + 7.5vw);
    margin-bottom: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.fixed-title.primary-font-title {
    font-size: calc(1rem + 24.15vw);
    line-height: calc(1rem + 22vw);
}
.fixed-title div {
    display: inline-block;
    white-space: nowrap;
}
.fixed-title span {
    opacity: 0.1;
    margin-top: 0;
    min-width: 3rem;
    display: inline-block;
    transform-origin: bottom center;
}
h1 {
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 4.5vw);
}
h2 {
    font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 3.5vw);
}
h3 {
    font-size: calc(1rem + 2vw);
    line-height: calc(1rem + 2.5vw);
}
h4 {
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 1.6vw);
}
h5 {
    font-size: calc(1rem + 0.6vw);
    line-height: calc(1rem + 1.5vw);
}
h6,
p {
    font-size: 18px;
}
h6 {
    line-height: 36px;
}
h6.has-icon {
    padding-left: 20px;
    display: inline-block;
    width: auto;
    position: relative;
}
h6.has-icon::before {
    font: var(--fa-font-solid);
    content: "\f101";
    font-size: 12px;
    line-height: inherit;
    text-align: left;
    position: absolute;
    left: 0;
}
.no-margins {
    margin: 0;
}
p {
    line-height: 28px;
}
.bigger {
    font-size: 26px;
    line-height: 42px;
}
.smaller {
    font-size: 12px;
    line-height: 24px;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.container::after,
.content-row::after {
    clear: both;
    content: " ";
    display: table;
}
a:active,
a:hover {
    outline: 0;
    color: #000;
}
.light-content .light-section a,
a {
    text-decoration: none;
    color: #000;
    outline: 0;
}
.one_half,
.two_fourth {
    width: 48% !important;
}
.one_third {
    width: 30.6% !important;
}
.one_fourth {
    width: 22% !important;
}
.one_fifth {
    width: 16.8% !important;
}
.one_sixth {
    width: 13.33% !important;
}
.two_fifth {
    width: 37.6% !important;
}
.two_third {
    width: 65.33% !important;
}
.three_fifth {
    width: 58.4% !important;
}
.three_fourth {
    width: 74% !important;
}
.four_fifth {
    width: 79.2% !important;
}
.five_sixth {
    width: 82.67% !important;
}
.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_half,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_fourth,
.two_third {
    float: left !important;
    margin-bottom: 1px !important;
    margin-right: 4% !important;
    position: relative !important;
}
.last {
    margin-right: 0 !important;
}
.text-align-center {
    text-align: center;
}
.button-wrap.right .button-text span,
.text-align-right {
    text-align: right;
}
.outer {
    display: table;
    width: 100%;
    height: 100%;
}
.inner {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-row,
i.arrow-icon {
    box-sizing: border-box;
    position: relative;
}
.dark-section-wrapper,
.full,
.light-section-wrapper {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}
#ball p,
.content-row,
.large,
.small {
    margin: 0 auto;
}
.dark-section-container,
.light-section-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.content-row {
    width: 100%;
    z-index: 1;
    opacity: 1;
}
#ball,
#rotate-device,
header {
    position: fixed;
}
.clip-effects {
    clip-path: inset(4% 10% round 40px);
}
.small {
    max-width: 820px;
    width: 100%;
}
.large {
    max-width: 1380px;
    width: 100%;
}
.row_padding_top {
    padding-top: 9vw;
}
.row_padding_bottom {
    padding-bottom: 9vw;
}
.row_padding_left {
    padding-left: 80px;
}
.row_padding_right {
    padding-right: 80px;
}
.row_padding_all {
    padding: 4vw 80px;
}
#rotate-device {
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: block;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}
i.arrow-icon-down,
i.arrow-icon-up {
    top: 14px;
    left: 14px;
    height: 12px !important;
    width: 12px !important;
    line-height: 12px !important;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.dark-content .item i.arrow-icon,
.light-content i.arrow-icon {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}
.dark-content .change-header i.arrow-icon,
.light-content .change-header i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
}
i.arrow-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    top: 7px;
    left: -6px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
i.arrow-icon-down::after,
i.arrow-icon-up::after {
    content: "";
    width: 16px;
    height: 2px;
    top: 4px;
    left: -3px;
    background-color: #222;
    position: absolute;
}
.dark-content .change-header i.arrow-icon::after,
.light-content .change-header i.arrow-icon::after,
.light-content .white-header #menu-burger span {
    background-color: #000;
}
i.arrow-icon-down {
    border: solid #222;
    border-width: 0 2px 2px 0;
}
i.arrow-icon-down.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
i.arrow-icon-down::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.light-content i.arrow-icon-down {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
i.arrow-icon-up {
    border: solid #222;
    border-width: 2px 2px 0 0;
}
i.arrow-icon-up.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
i.arrow-icon-up::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.light-content i.arrow-icon-up {
    border: solid #fff;
    border-width: 2px 2px 0 0;
}
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}
.hidden-ball #magic-cursor {
    opacity: 0 !important;
    visibility: hidden;
}
#ball::after,
#ball:before {
    text-align: center;
    opacity: 0;
    transition: 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 32px;
    color: #999;
}
#ball {
    width: 80px;
    height: 80px;
    border: 2px solid #999;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ball.over-movie,
.light-content #ball,
.light-content #ball.with-icon {
    border: 2px solid #999;
}
#ball-loader,
.light-content #ball-loader {
    border-bottom: 4px solid #999;
}
#ball.with-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#ball:before {
    font: var(--fa-font-solid);
    content: "\f106";
    font-size: 14px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    top: -42px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
#ball-drag-x::before,
#ball::after {
    font: var(--fa-font-solid);
    width: 8px;
    height: 16px;
}
#ball::after {
    content: "\f107";
    font-size: 14px;
    line-height: 16px;
    top: 100px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.scale-drag-horizontal #ball:after,
.scale-drag-horizontal #ball:before,
.scale-up #ball:after,
.scale-up #ball:before {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball-drag-x,
#ball-drag-y {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}
#ball-drag-x::before {
    content: "\f053";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: -37px;
    top: 30px;
    color: #000;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball-drag-x::after,
#ball-drag-y:before {
    font: var(--fa-font-solid);
    position: absolute;
    width: 8px;
    color: #000;
    height: 16px;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    text-align: center;
}
#ball-drag-x::after {
    content: "\f054";
    font-size: 14px;
    line-height: 16px;
    right: -40px;
    left: auto;
    top: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.scale-drag-x #ball-drag-x:after,
.scale-drag-x #ball-drag-x:before {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball-drag-y:before {
    content: "\f077";
    font-size: 14px;
    line-height: 16px;
    left: 32px;
    top: -40px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
#ball-drag-y::after {
    font: var(--fa-font-solid);
    content: "\f078";
    font-size: 14px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #000;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball p.center-first::after,
#ball p.center-first::before {
    font-size: 12px;
    height: 20px;
    top: calc(50% - 10px);
    line-height: 20px;
    position: absolute;
}
.percentage,
.preloader-intro span {
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
}
.scale-drag-y #ball-drag-y:after,
.scale-drag-y #ball-drag-y:before {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball i {
    color: #fff;
    height: 80px;
    line-height: 78px;
    text-align: center;
    font-size: 14px;
    display: block;
    opacity: 1;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball p {
    color: #fff;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding-top: 0;
    padding-left: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-self: center;
    opacity: 1;
    position: relative;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball p.center-first::before {
    content: "[";
    font-weight: 500;
    left: -8px;
}
#ball p.center-first::after {
    content: "]";
    font-weight: 500;
    right: -8px;
}
.scale-up #ball i {
    opacity: 0;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play,
#ball.with-icon i:nth-child(2),
#burger-wrapper .touch-button,
.burger-lines #menu-burger span:nth-child(3),
.classic-menu .button-wrap.right.menu,
.disable-ajaxload .preloader-wrap,
.disable-cursor #magic-cursor {
    display: none;
}
#ball.close-icon i {
    width: 75px;
    height: 76px;
    font-size: 14px;
}
#ball-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translate(-14px, -14px) rotate(0);
    transform: translate(-14px, -14px) rotate(0);
    -webkit-animation: 0.8s ease-in-out infinite rotating;
    animation: 0.8s ease-in-out infinite rotating;
    -webkit-transition: opacity ease-in-out;
    transition: opacity ease-in-out;
}
.show-loader #ball-loader {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
@keyframes rotating {
    0% {
        -webkit-transform: translate(-14px, -14px) rotate(0);
        transform: translate(-14px, -14px) rotate(0);
    }
    95% {
        -webkit-transform: translate(-14px, -14px) rotate(350deg);
        transform: translate(-14px, -14px) rotate(350deg);
    }
    100% {
        -webkit-transform: translate(-14px, -14px) rotate(360deg);
        transform: translate(-14px, -14px) rotate(360deg);
    }
}
.scale-drag .move-title,
.scale-drag a,
.scale-up #burger-wrapper,
.scale-up .button-wrap,
.scale-up .disable-drag,
.scale-up .hide-ball,
.scale-up a,
.show-loader a,
.show-loader nav,
scale-up .link {
    pointer-events: none !important;
}
#burger-wrapper,
#logo,
nav.open {
    pointer-events: initial;
}
#logo a.disable,
.burger-dots #menu-burger,
.footer-middle,
.open #logo a,
footer,
header,
nav {
    pointer-events: none;
}
#ball i.arrow-icon {
    border: solid #fff;
    border-width: 3px 3px 0 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 28px;
    left: 30px;
    height: 20px;
    width: 20px;
}
.light-content #ball i.arrow-icon {
    border: solid #fff;
    border-width: 3px 3px 0 0;
}
#ball i.arrow-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    top: 8px;
    left: -8px;
    background-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1800;
    text-align: center;
}
.preloader-wrap .outer {
    padding: 0;
    box-sizing: border-box;
}
.preloader-wrap .inner {
    vertical-align: middle;
    box-sizing: border-box;
}
.percentage-wrapper {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    width: auto;
    z-index: 10;
    mix-blend-mode: difference;
}
.percentage {
    opacity: 1;
    width: 50px;
    color: #fff;
    display: table;
    margin: 1px auto 0;
    opacity: 0;
    text-align: center;
}
#logo img.black-logo,
.header-visible #header-container,
.light-content #logo img.white-logo,
.light-content .white-header #logo img.black-logo,
.light-content .white-header.over-white-section #logo img.white-logo,
.menu-open.light-content .slide-in #logo img.white-logo,
.show-loader1 .light-content .white-header #logo img.white-logo,
.trackbar,
.white-header #logo img.white-logo {
    opacity: 1;
}
.percentage::after {
    content: "%";
}
.percentage-intro {
    height: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.trackbar {
    width: 100%;
    height: 100%;
    clip-path: inset(45% 40% 45% 40%);
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05);
}
.loadbar {
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    overflow: hidden;
    z-index: 0;
}
.hold-progress-bar,
.loadbar-inner {
    background: #000;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.loadbar-inner {
    width: 100%;
    height: 100%;
    left: auto;
    right: auto;
    z-index: 20;
    clip-path: circle(0%);
}
.hold-progress-bar {
    width: 0%;
    height: 0;
    left: 0;
    right: 0;
}
.preloader-intro {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    padding-left: 0;
    float: right;
    z-index: 10;
    mix-blend-mode: difference;
    opacity: 0;
}
.uppercase-titles .preloader-intro {
    text-transform: uppercase;
}
.preloader-intro span {
    display: block;
    position: relative;
}
header {
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 1000;
    -webkit-transition: background 0.4s ease-in-out 0.3s;
    transition: background ease-in-out;
}
#header-container {
    box-sizing: border-box;
    height: inherit;
    padding: 20px 80px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    opacity: 0;
}
#logo {
    position: relative;
    display: table;
    z-index: 10;
    top: 15px;
    float: left;
}
#logo a {
    display: block;
    -webkit-transition: transform 0.5s ease-in-out 0.1s;
    transition: transform 0.5s ease-in-out 0.1s;
}
#logo img {
    display: block;
    height: 50px;
    width: auto;
    max-width: none;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
#logo img.white-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.dark-content-header #logo img.black-logo,
.light-content-header #logo img.white-logo {
    opacity: 1 !important;
}
.dark-content-header #logo img.white-logo,
.light-content-header #logo img.black-logo {
    opacity: 0 !important;
}
@media all and (min-width: 1025px) {
    .classic-menu .flexnav,
    .classic-menu nav {
        float: right;
        width: auto;
        display: block;
        position: relative;
    }
    .classic-menu .before-span,
    .classic-menu .menu-timeline {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    .classic-menu nav {
        top: 0;
        -webkit-transition: 0.2s ease-in-out 0.5s;
        transition: 0.2s ease-in-out 0.5s;
        height: 60px;
        margin: 10px 0;
        background-color: transparent !important;
        opacity: 1 !important;
    }
    .classic-menu .flexnav {
        max-height: 60px;
    }
    .classic-menu .flexnav .touch-button {
        background: 0 0;
        display: none;
    }
    .classic-menu .flexnav li a span:nth-child(2),
    .classic-menu .flexnav li a span:nth-child(3),
    .classic-menu .flexnav li ul li a.link::before,
    .flexnav .touch-button .navicon,
    .fullscreen-menu .flexnav .touch-button .navicon,
    .fullscreen-menu .flexnav a.link::before,
    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }
    .classic-menu .flexnav li {
        background: 0 0;
        padding: 20px 30px;
    }
    .classic-menu .menu-timeline {
        pointer-events: initial;
    }
    .classic-menu .flexnav li:last-child {
        padding-right: 0;
    }
    .classic-menu .flexnav li a {
        background: 0 0;
        padding: 0;
        position: relative;
        border-left: none;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        display: block;
        overflow: hidden;
    }
    .classic-menu.white-header .flexnav li a,
    .classic-menu.white-header .flexnav li:hover a,
    .fullscreen-menu.invert-header .flexnav li a,
    .light-content .classic-menu .flexnav li a,
    .light-content .classic-menu .flexnav li:hover a {
        color: #fff;
    }
    .classic-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav li a,
    .light-content .classic-menu.white-header .flexnav li a,
    .light-content .classic-menu.white-header .flexnav li:hover a {
        color: #222;
    }
    .flexnav:hover li a,
    .light-content .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }
    .classic-menu.white-header .flexnav:hover li a,
    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }
    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }
    .classic-menu .flexnav li a span::before,
    .fullscreen-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }
    .classic-menu .flexnav li ul:after,
    .classic-menu .flexnav ul li ul:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        display: block;
    }
    .classic-menu .flexnav li:hover a span,
    .fullscreen-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }
    .classic-menu .flexnav li ul li a {
        padding: 0 20px 20px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #fff !important;
        opacity: 0.6;
        -webkit-transition: 50ms ease-in-out;
        -moz-transition: 50ms ease-in-out;
        -o-transition: 50ms ease-in-out;
        -ms-transition: 50ms ease-in-out;
        transition: 50ms ease-in-out;
    }
    .classic-menu .flexnav li ul li a.active,
    .classic-menu .flexnav li ul li a:hover,
    .fullscreen-menu .flexnav li a.active,
    .fullscreen-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1 !important;
    }
    .classic-menu .flexnav li > ul li {
        margin-left: 0;
        padding: 0;
        opacity: 1 !important;
        transform: none !important;
    }
    .classic-menu .flexnav li ul {
        min-width: 180px;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        display: block !important;
        opacity: 0 !important;
        height: inherit !important;
        overflow: visible !important;
        visibility: hidden;
        left: 15px;
        top: 60px;
        padding-top: 20px;
        background: #000;
        border-radius: 3px;
        -webkit-transition: opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
            transform 0.2s ease-in-out !important;
    }
    .classic-menu .flexnav li:last-child ul {
        left: auto;
        right: -10px;
    }
    .classic-menu .flexnav li ul ul {
        left: 5px !important;
    }
    .classic-menu .flexnav li ul:after {
        top: -6px;
        left: 20px;
    }
    .classic-menu .flexnav li:last-child ul:after {
        left: auto;
        right: 20px;
    }
    .classic-menu .flexnav ul li ul:after {
        top: 15px;
        left: -10px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .classic-menu .flexnav li ul li > ul,
    .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index: 10;
    }
    .classic-menu .flexnav li:last-child ul li > ul,
    .classic-menu .flexnav li:last-child ul.open ul.open {
        margin-left: -100%;
        left: -5px !important;
        right: auto;
        top: 0;
    }
    .classic-menu .flexnav li:last-child ul li ul::after {
        right: -10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .classic-menu .flexnav ul li ul li a,
    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }
    .classic-menu .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1 !important;
        visibility: visible;
        -webkit-transition: opacity 0.2s ease-in-out 0.1s,
            visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out,
            transform 0.2s ease-in-out 0.1s;
    }
    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 30px 40px 0;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }
    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
    }
    .fullscreen-menu nav.open {
        visibility: visible;
        pointer-events: initial;
    }
    .fullscreen-menu .flexnav {
        max-height: 2000px;
        -webkit-transition: 0.2s ease-in 0.6s;
        transition: 0.2s ease-in 0.6s;
        display: table;
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        float: none;
    }
    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: 0.3s ease-out 0.2s;
        transition: 0.3s ease-out 0.2s;
    }
    .fullscreen-menu .flexnav li {
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }
    .fullscreen-menu .menu-timeline {
        opacity: 0;
        opacity: 1;
    }
    .fullscreen-menu .flexnav li ul li .touch-button {
        height: 32px;
    }
    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }
    .fullscreen-menu .flexnav > li > a {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: calc(0.5rem + 3vw);
        line-height: 1.4;
        padding: 0 50px;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        text-transform: uppercase;
    }
    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        height: calc(1rem + 7.5vw);
    }
    .fullscreen-menu .flexnav.hover li a,
    .fullscreen-menu .flexnav:hover li a,
    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: 0.3;
    }
    .fullscreen-menu .flexnav li ul {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        left: 0;
    }
    .fullscreen-menu .flexnav li ul li a {
        padding: 3px 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        border-top: none;
        text-transform: none;
    }
    .uppercase-text .fullscreen-menu .flexnav li ul li a {
        text-transform: uppercase;
        line-height: 20px;
    }
    .fullscreen-menu .flexnav ul li ul li a {
        background: 0 0;
    }
    .fullscreen-menu .flexnav li ul li > ul,
    .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }
    .fullscreen-menu .menu-timeline .before-span {
        opacity: 0;
        display: block;
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
    }
    .fullscreen-menu .flexnav li,
    .fullscreen-menu .flexnav li a {
        background-color: transparent;
        border: 0;
    }
    .fullscreen-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
        overflow: hidden;
    }
    .fullscreen-menu .open .flexnav li a span {
        overflow: visible;
    }
    .fullscreen-menu .flexnav li.hover a span {
        -webkit-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        transform-origin: 0% 0%;
    }
}
#burger-wrapper,
.socials li {
    display: flex;
    justify-content: center;
}
#burger-wrapper {
    width: 40px;
    height: 40px;
    float: right;
    top: 0;
    right: 0;
    position: relative;
    align-items: center;
    cursor: pointer;
}
.burger-dots #menu-burger {
    top: 0;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.burger-dots #menu-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #000;
    opacity: 1;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: background-color 50ms ease-in-out,
        transform 0.2s ease-in-out, height 0.2s ease-in-out,
        width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: background-color 50ms ease-in-out, transform 0.2s ease-in-out,
        height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out,
        left 0.2s ease-in-out;
}
.burger-dots #menu-burger span:first-child {
    left: 0;
}
.burger-dots #menu-burger span:nth-child(2),
.button-wrap.right.menu.burger-dots
    .icon-wrap:hover
    #menu-burger
    span:first-child,
.button-wrap.right.menu.burger-dots
    .icon-wrap:hover
    #menu-burger
    span:nth-child(3) {
    left: 10px;
}
.burger-dots #menu-burger span:nth-child(3) {
    left: 20px;
}
.button-wrap.right.menu.burger-dots
    .icon-wrap:hover
    #menu-burger.open
    span:first-child,
.button-wrap.right.menu.burger-dots
    .icon-wrap:hover
    #menu-burger.open
    span:nth-child(3) {
    left: 3px;
}
.burger-dots #menu-burger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}
.burger-dots #menu-burger.open span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.burger-dots #menu-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}
.button-wrap.right.burger-lines {
    right: -30px;
}
.burger-lines #menu-burger {
    width: 16px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}
.burger-lines #menu-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: background-color 50ms ease-in-out,
        transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: background-color 50ms ease-in-out, transform 0.2s ease-in-out,
        top 0.2s ease-in-out;
}
.socials-icon,
.socials-wrap,
.socials-wrap:hover .socials-text {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.burger-lines #menu-burger span:first-child {
    top: 5px;
}
.burger-lines #menu-burger span:nth-child(2) {
    top: 13px;
}
.burger-lines #menu-burger.open span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.burger-lines #menu-burger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.dark-content-header #menu-burger span {
    background-color: #000 !important;
}
.light-content-header #menu-burger span {
    background-color: #fff !important;
}
.dark-content-header .button-text {
    color: #000 !important;
}
.light-content-header .button-text {
    color: #fff !important;
}
#content-scroll {
    z-index: 1;
    position: relative;
}
.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.scroll-content {
    cursor: default !important;
}
.scale-up .scroll-content {
    cursor: grabbing !important;
}
.scrollbar-track {
    background: 0 0 !important;
}
footer {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 900;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
footer.fixed,
footer.showcase-footer {
    position: fixed;
}
#footer-container {
    padding: 0 80px;
    margin: 20px auto;
    height: 80px;
    opacity: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}
.footer-middle {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: inherit;
    display: table;
    left: 0;
}
.copyright,
.socials-wrap {
    position: relative;
    box-sizing: border-box;
    color: #000;
}
.button-wrap,
.copyright,
.link-text span,
.socials-wrap {
    pointer-events: initial;
}
.copyright {
    top: 25px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    display: table;
    width: auto;
    padding: 0 20px;
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}
.socials li,
.socials-icon {
    margin-left: 10px;
    float: right;
}
.socials-wrap {
    float: right;
    width: 240px;
    height: 160px;
}
.socials li,
.socials li a,
.socials-icon {
    height: 40px;
    line-height: 40px;
}
footer .socials-wrap {
    margin-top: 0;
}
.socials-wrap:hover {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}
.socials-text {
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    transform: translateY(20px);
}
.socials-wrap:hover .socials-text {
    transform: translateY(15px) translateX(5px);
    -webkit-transform: translateY(15px) translateX(5px);
}
.socials-icon {
    width: 30px;
    font-size: 14px;
    text-align: right;
    transform: scale(1) translateY(20px);
}
.button-wrap,
.socials {
    width: auto;
    display: table;
    position: relative;
}
.socials-wrap:hover .socials-icon {
    transform: scale(0) translateY(40px);
    width: 0;
    margin: 0;
    overflow: hidden;
}
.socials-icon:after,
.socials-text:after {
    content: "";
    clear: both;
    display: table;
}
.socials {
    height: auto;
    line-height: 30px;
    margin: 10px auto 0;
    text-align: center;
    bottom: 0;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}
.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.socials li {
    margin-right: 0;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    align-items: center;
    width: 40px;
    z-index: 2;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
.socials-wrap .socials li {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.socials-wrap:hover .socials li:nth-child(5) {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.socials-wrap:hover .socials li:nth-child(4) {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.socials-wrap:hover .socials li:nth-child(3) {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.socials-wrap:hover .socials li:nth-child(2) {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.socials-wrap:hover .socials li:first-child {
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.socials li:last-child {
    margin-left: 0;
}
.socials li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 40px;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.light-content .socials:hover li a,
.socials:hover li a {
    opacity: 0.3;
}
.socials li a:hover {
    color: #000;
    opacity: 1;
}
.light-content .socials li a:hover {
    color: #fff;
    opacity: 1;
}
.button-wrap {
    cursor: pointer;
    top: 0;
}
.button-wrap.left {
    float: left;
    left: -32px;
}
.button-wrap.right {
    float: right;
    right: -26px;
}
#main .button-wrap.left {
    float: none;
    left: -24px;
}
#main .button-wrap.button-link.left {
    float: none;
    left: -20px;
}
#main .button-wrap.right {
    float: none;
    right: auto;
}
#main .button-wrap.button-link.right {
    right: -2px;
}
.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}
.button-icon,
.button-icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
#main .icon-wrap {
    width: 60px;
    height: 60px;
}
.button-wrap.left .icon-wrap {
    float: left;
}
#main .text-align-right .button-wrap.right,
.button-wrap.right .icon-wrap {
    float: right;
}
.button-icon {
    color: #000;
    font-size: 18px;
}
.button-icon i.fa-solid.fa-sort {
    font-size: 14px;
    line-height: 38px;
}
#main .button-icon i {
    line-height: 40px;
}
#main .button-icon i.fa.fa-arrow-right {
    font-size: 14px;
}
.button-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    margin: 25px 0;
    overflow: hidden;
    width: auto;
    padding: 0 10px;
    color: #000;
    -webkit-transition: color 50ms ease-in-out;
    transition: color 50ms ease-in-out;
}
#main .button-text,
#main .large-btn .button-text {
    margin: 15px 0;
    transition: transform 0.2s ease-out;
    font-weight: 500;
}
#main #hero-footer .button-text span::after {
    content: none;
}
#main .button-text {
    font-size: 18px;
    line-height: 30px;
}
#main #hero #hero-footer .button-text {
    font-size: 14px;
    line-height: 30px;
}
#main .large-btn .button-text {
    font-size: 20px !important;
}
.button-wrap.left a {
    text-align: left;
    float: left;
}
.button-wrap.right a {
    text-align: right;
    float: right;
}
.button-link.left .button-text,
.button-wrap.right .button-text {
    padding-left: 0;
}
.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
}
#main .button-link .button-text,
.button-link .button-text {
    overflow: visible;
    transition: padding 0.3s ease-out;
}
.button-link.left:hover .button-text {
    padding-left: 10px;
}
.button-link .button-text span::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: 0 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}
.button-link.left .button-text span::before {
    transform-origin: left;
}
.dark-section .button-link .button-text span::before,
.light-content .button-link .button-text span::before,
.light-content .light-section .button-link .button-text span::before,
nav,
nav.open {
    background: 0 0;
}
.button-wrap.button-link:hover .button-text span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.button-link:hover .button-text span::before {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
}
.button-link.left:hover .button-text span::before {
    transform-origin: right;
}
.button-link .button-icon i {
    background-color: #000;
    border: 1px solid #000;
    color: transparent;
    font-size: 14px;
    border-radius: 100%;
    transform: scale(0.2);
    box-sizing: border-box;
    transition: 0.3s ease-out;
    text-indent: -100px;
    overflow: hidden;
    opacity: 1;
}
.button-link:hover .button-icon i {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transform: scale(1.2);
    text-indent: 0;
    opacity: 1;
}
.dark-section .button-link .button-icon i,
.light-content .button-link .button-icon i {
    background-color: #fff;
    border: 1px solid #fff;
}
.dark-section .button-link:hover .button-icon i,
.light-content .button-link:hover .button-icon i {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    opacity: 1;
}
.light-content .light-section .button-link .button-icon i {
    border: 1px solid #000;
}
.light-content .light-section .button-link:hover .button-icon i {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 1;
}
.button-link.right .button-icon i {
    transform: scale(0.2) translateX(-60px);
    -webkit-transform: scale(0.2) translateX(-60px);
}
.button-link.right:hover .button-icon i {
    transform: scale(1.2) translateX(0);
    -webkit-transform: scale(1.2) translateX(0);
}
.button-text span::before,
.link-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover);
}
.header-middle .button-text span::before {
    content: attr(data-on);
}
.button-wrap:hover .button-text span,
.link-text:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}
.link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    display: table;
    width: auto;
    padding: 0;
    color: #000;
    -webkit-transition: color 50ms ease-in-out;
    transition: color 50ms ease-in-out;
}
footer .link-text {
    float: left;
    opacity: 0;
    margin-top: 25px;
}
p .link-text {
    display: inline-table;
    font-size: 16px;
}
.link-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
    cursor: pointer;
}
@media only screen and (max-width: 1466px) {
    .row_padding_all,
    .row_padding_left {
        padding-left: 60px;
    }
    .row_padding_all,
    .row_padding_right {
        padding-right: 60px;
    }
    .percentage-wrapper {
        width: 10vw;
    }
    .percentage-intro {
        bottom: 50px;
    }
    footer,
    header {
        height: 100px;
    }
    #header-container {
        padding: 10px 60px;
    }
    .flexnav li {
        padding: 20px;
    }
    #footer-container {
        padding: 0 60px;
        margin: 10px auto;
    }
    .socials-wrap:hover .socials-text {
        transform: translateY(20px) translateX(5px);
        -webkit-transform: translateY(20px) translateX(5px);
    }
}
@media only screen and (max-width: 1024px) {
    nav,
    nav.open {
        visibility: visible;
    }
    .flexnav,
    .nav-height,
    nav {
        box-sizing: border-box;
    }
    .flexnav,
    .flexnav li a,
    .flexnav li ul li a,
    .flexnav ul li ul li a {
        background: 0 0;
    }
    .copyright,
    .flexnav {
        text-align: center;
    }
    .parallax-element,
    .parallax-wrap {
        transform: none !important;
    }
    #magic-cursor,
    #menu-burger span.touch-button,
    .destroy,
    .flexnav .touch-button .navicon,
    .has-parallax figcaption,
    .socials-icon,
    .socials-text {
        display: none;
    }
    .row_padding_left {
        padding-left: 0;
    }
    .row_padding_right {
        padding-right: 0;
    }
    .full.row_padding_left {
        padding-left: 40px;
    }
    .full.row_padding_right {
        padding-right: 40px;
    }
    .row_padding_all {
        padding: 4vw 0;
    }
    .full.row_padding_all {
        padding: 4vw 40px;
    }
    .big-title {
        font-size: calc(1rem + 12vw);
        line-height: calc(1rem + 11.5vw);
    }
    .percentage-wrapper {
        width: 12vw;
    }
    .percentage-intro {
        bottom: 40px;
    }
    #header-container,
    .flexnav li ul li ul li a {
        padding: 10px 40px;
    }
    nav {
        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
    }
    nav.open {
        pointer-events: initial;
    }
    .nav-height {
        position: relative;
        height: 100%;
        padding: 40px 0;
        width: 100%;
        overflow-y: auto;
    }
    .flexnav {
        padding: 0 20px;
        max-height: 2000px;
        display: table;
        width: auto;
        margin: 0 auto;
        -webkit-transition: 0.2s ease-in 0.6s;
        transition: 0.2s ease-in 0.6s;
    }
    .flexnav.flexnav-show {
        -webkit-transition: 0.3s ease-out 0.2s;
        transition: 0.3s ease-out 0.2s;
    }
    .flexnav li a.active,
    .flexnav li ul li a.active,
    .flexnav li ul li:hover a,
    .flexnav li:hover a,
    .flexnav.opacity,
    .flexnav:hover li ul li a.active,
    .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }
    .flexnav li {
        padding: 0;
        -webkit-transition: color 0.15s ease-out;
        transition: color 0.15s ease-out;
    }
    .flexnav:hover li {
        color: rgba(255, 255, 255, 0.4);
    }
    .flexnav li:hover,
    .invert-header .flexnav li a {
        color: #fff;
    }
    .flexnav li a {
        font-weight: 500;
        font-size: 9vw;
        line-height: 10vw;
        padding: 0;
        border: none;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
        color: #000;
    }
    .flexnav > li > a {
        font-size: calc(1rem + 12vw);
        line-height: calc(1rem + 11.5vw);
        font-family: "Oswald", sans-serif;
        text-transform: lowercase;
    }
    .socials li,
    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .flexnav > li > .touch-button {
        width: 100%;
        height: calc(1rem + 11.5vw);
        display: block;
    }
    .flexnav:hover li a,
    .flexnav:hover li ul li a {
        opacity: 0.3;
    }
    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 10vw;
    }
    .flexnav li ul {
        margin-bottom: 15px;
    }
    .flexnav li ul li a {
        padding: 3px 0;
        font-weight: 500;
        text-transform: none;
        font-size: 16px;
        line-height: 26px;
        border-top: none;
        opacity: 0.4;
        -webkit-text-stroke: none;
    }
    .uppercase-text .flexnav li ul li a {
        text-transform: uppercase;
    }
    .flexnav li ul li .touch-button {
        height: 30px;
    }
    .classic-menu .button-wrap.right.menu {
        display: block;
    }
    #footer-container {
        padding: 0 40px;
    }
    .socials-wrap {
        width: 240px;
        height: 40px;
        float: right;
        margin: 0 auto;
        right: -10px;
        transform: translateX(0) translateY(20px) !important;
        -webkit-transform: translateX(0) translateY(20px) !important;
    }
    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
    .socials-wrap .socials {
        margin-top: 3px;
        text-align: right;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
    }
    .socials li {
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_fourth,
    .two_third {
        width: 100% !important;
    }
    figcaption {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0;
        font-size: 10px;
        padding: 5px 10px;
        right: 0;
        border-radius: 0;
    }
    .text-aligh-right {
        text-align: left;
    }
    .one_half {
        padding-right: 0 !important;
    }
    .one_half.last {
        padding-left: 0 !important;
    }
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_fourth,
    .two_third {
        margin-bottom: 30px !important;
        margin-right: 0 !important;
    }
    .row_padding_top {
        padding-top: 10vw;
    }
    .row_padding_bottom {
        padding-bottom: 10vw;
    }
    .row_padding_left {
        padding-left: 0;
    }
    .row_padding_right {
        padding-right: 0;
    }
    .full.row_padding_left {
        padding-left: 30px;
    }
    .full.row_padding_right {
        padding-right: 30px;
    }
    .row_padding_all {
        padding: 4vw 0;
    }
    .full.row_padding_all {
        padding: 4vw 30px;
    }
    .clip-effects {
        overflow: hidden;
        clip-path: inset(2% 5% round 30px);
    }
    hr {
        height: 20px;
    }
    .big-title,
    .flexnav > li > a {
        font-size: calc(1rem + 13vw);
        line-height: calc(1rem + 12.5vw);
    }
    .bigger {
        font-size: 20px;
        line-height: 30px;
    }
    .percentage-wrapper {
        width: 16vw;
    }
    .percentage-intro {
        bottom: 30px;
    }
    footer,
    header {
        height: 80px;
    }
    #header-container {
        padding: 0;
        margin: 0 auto;
    }
    #logo {
        left: 30px;
    }
    .button-wrap.right.menu {
        right: 4px;
    }
    .button-wrap.right.menu.burger-lines {
        right: 0;
    }
    header .button-text {
        display: none;
    }
    .flexnav > li > .touch-button {
        height: calc(1rem + 12.5vw);
    }
    .footer-button-wrap {
        bottom: 80px;
    }
    #footer-container {
        height: 80px;
        padding: 0 30px;
        margin: 0;
    }
    #footer-container #backtotop.button-wrap.left {
        float: none;
        top: 5px;
        left: 0;
        right: 0;
        position: absolute;
        display: block;
    }
    #backtotop.button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }
    #backtotop.button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: auto;
        left: 0;
        margin: auto;
        top: 0;
        opacity: 0.4;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
    #backtotop.button-wrap.left:hover .icon-wrap {
        opacity: 1;
    }
    .footer-middle {
        max-width: 1180px;
        height: 20px;
        position: relative;
        margin: 0 auto 15px;
        left: 0;
        width: 100%;
        top: 0;
    }
    .copyright,
    .socials-wrap {
        left: auto;
        right: auto;
        top: 0;
    }
    .socials-wrap,
    .socials-wrap .socials {
        display: table;
        width: auto;
        height: 20px;
        line-height: 20px;
        margin: 0 auto;
    }
    .copyright {
        margin: 0 auto;
        height: 20px;
        line-height: 20px;
    }
    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }
    .socials-wrap {
        float: none;
        transform: translateX(0) translateY(0) !important;
        -webkit-transform: translateX(0) translateY(0) !important;
    }
    .socials-wrap .socials {
        text-align: center;
    }
    .socials li,
    .socials li a {
        height: 20px;
        line-height: 20px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 479px) {
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_fourth,
    .two_third {
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }
    .row_padding_top {
        padding-top: 12vw;
    }
    .row_padding_bottom {
        padding-bottom: 12vw;
    }
    .row_padding_left {
        padding-left: 0;
    }
    .row_padding_right {
        padding-right: 0;
    }
    .full.row_padding_left {
        padding-left: 20px;
    }
    .full.row_padding_right {
        padding-right: 20px;
    }
    .row_padding_all {
        padding: 4vw 0;
    }
    .full.row_padding_all {
        padding: 4vw 20px;
    }
    hr {
        height: 10px;
    }
    .big-title,
    .flexnav > li > a {
        font-size: calc(1rem + 14vw);
        line-height: calc(1rem + 13.5vw);
    }
    .percentage-wrapper {
        width: 20vw;
    }
    #logo {
        left: 20px;
    }
    .button-wrap.right.menu {
        right: -6px;
    }
    .button-wrap.right.menu.burger-lines {
        right: -10px;
    }
    .flexnav > li > .touch-button {
        height: calc(1rem + 13.5vw);
    }
    #footer-container {
        padding: 0;
        margin: 0;
    }
    footer.showcase-footer #footer-container {
        padding: 0 20px;
    }
    .arrows-wrap {
        left: -10px;
        width: 80px;
    }
    .next-wrap,
    .prev-wrap {
        width: 40px;
    }
    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
        width: 100%;
    }
    footer.showcase-footer .next-wrap,
    footer.showcase-footer .prev-wrap {
        width: 60px;
    }
    footer.showcase-footer .footer-middle {
        top: 0;
    }
    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }
    .button-text,
    footer.showcase-footer .socials-wrap {
        display: none;
    }
    #hero .button-text,
    #main-page-content .button-text {
        display: block;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    #rotate-device {
        display: block;
    }
}
.buy-template {
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-transform: none !important;
    margin-top: 30px !important;
}
/**************** Style *****************/
/**************** Hero Style *****************/
#hero #showcase-slider-holder,
#hero .slide-title,
.scale-drag #hero-showcase .swiper-slide .outer .slide-title.active-title {
    pointer-events: none;
}
#hero-showcase .swiper-slide .inner,
#showcase-slider-holder {
    opacity: 1 !important;
}
#hero-showcase .swiper-slide-active .slide-title span,
#hero-showcase .swiper-slide-active .subtitle span,
#hero-showcase .swiper-slide-duplicate-active .slide-title span,
#hero-showcase .swiper-slide-duplicate-active .subtitle span {
    opacity: 1 !important;
    transform: none !important;
}
#hero.has-slider {
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}
#hero.has-slider #hero-styles {
    position: relative;
    width: 100%;
    height: 100vh;
}
#hero.has-slider #hero-caption {
    display: block;
    padding: 0;
    height: 100vh;
    max-width: none;
}
#hero .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero-showcase .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 61%);
}
#hero .swiper-slide-active {
    z-index: 1;
}
#hero .swiper-slide .outer {
    margin: 0 auto;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 10;
}
#hero .swiper-slide .inner {
    vertical-align: middle !important;
    text-align: center;
    position: relative;
    opacity: 0;
    display: table-cell;
}
#hero .slide-title-wrapper {
    height: auto;
    width: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
}
#hero .slide-title-wrapper .slide-link {
    display: none;
    width: 0;
    height: 0;
}
#hero .slide-title {
    font-size: 100px;
    line-height: 130px;
    font-weight: 500;
    position: relative;
    display: table;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
#hero .subtitle,
.showcase-pagination .title {
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
}
.light-content #hero .slide-title,
.light-content #hero .subtitle,
.light-content .showcase-pagination .swiper-pagination-bullet {
    color: #fff;
}
#hero .slide-title span {
    position: relative;
    display: block;
    text-align: left;
    opacity: 0;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
}
#hero .subtitle {
    font-size: 18px;
    line-height: 30px;
    z-index: 10;
    position: relative;
    display: block;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
#hero .subtitle span {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
#showcase-slider-holder {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    opacity: 0;
    cursor: grab;
    background-color: #0c0c0c;
}
.scale-drag #showcase-slider-holder {
    cursor: grabbing !important;
}
#hero-showcase {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: visible;
    cursor: grab;
}
#hero-showcase .swiper-wrapper {
    height: 100vh;
}
#hero-showcase .swiper-slide,
#hero-showcase .swiper-slide .outer {
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#hero-showcase .swiper-slide .inner {
    display: block !important;
    vertical-align: initial;
}
#hero-showcase .swiper-slide .outer .slide-title {
    pointer-events: initial;
}
#fixed-borders {
    position: absolute;
    height: 1px;
    width: 100%;
    top: calc(50% - 15px);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    clip-path: inset(0 80px 0 80px);
}
#hero .caption-border {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: width 0.5s ease-out 0.3s;
    transition: width 0.5s ease-out 0.3s;
}
.light-content #hero .caption-border {
    background-color: rgba(255, 255, 255, 0.2);
}
#hero .caption-border.left {
    left: 0;
}
#hero .caption-border.right {
    right: 0;
}
.showcase-pagination-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
    height: 100%;
    display: block;
    pointer-events: none;
}
.showcase-pagination {
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    pointer-events: none;
    opacity: 0;
}
.showcase-pagination .swiper-pagination-bullet {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 0;
    background: 0 0;
    box-sizing: border-box;
    opacity: 1;
    bottom: 0;
    counter-increment: title-counter;
    margin: 0;
    color: #000;
    text-align: center;
}
.showcase-pagination .parallax-wrap {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: initial;
}
.showcase-pagination .parallax-element {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 50px;
}
.showcase-pagination .caption-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 20px;
}
.showcase-pagination .title {
    font-size: 100px;
    line-height: 130px;
    position: relative;
    display: block;
    width: auto;
    padding: 0;
}
.showcase-pagination .title div:first-child span:first-child::before {
    content: counter(title-counter);
    position: absolute;
    top: 27px;
    line-height: 20px;
    height: 20px;
    left: -23px;
    font-size: 10px;
    font-weight: 400;
    opacity: 0.4;
}
.showcase-pagination .title div:first-child span:first-child::after {
    content: "0";
    position: absolute;
    top: 27px;
    line-height: 20px;
    height: 20px;
    left: -30px;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.4;
}
.showcase-pagination .title div {
    display: inline-flex;
    margin: 0 15px auto;
    text-align: center;
}
.showcase-pagination .swiper-pagination-bullet .title div {
    transform: translateY(10vw);
    -webkit-transform: translateY(10vw);
}
.showcase-pagination .title span {
    display: block;
    float: left;
    margin: 0;
    min-width: 10px;
    width: auto;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateY(100px) rotateX(-90deg);
    transform: translateY(100px) rotateX(-90deg);
    transform-origin: 50% 50% 0;
}
.showcase-pagination .swiper-pagination-bullet:first-child .title span {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
}
.showcase-pagination .swiper-pagination-bullet .subtitle {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.showcase-pagination .swiper-pagination-bullet .subtitle span {
    opacity: 1;
    transform: translateY(0);
}
.showcase-pagination .caption-wrapper {
    display: none !important;
}
#hero .slide-title-wrapper {
    position: relative;
}
#hero .slide-title[data-num]::before {
    content: attr(data-num);
    position: absolute;
    left: -8px;
    top: 6px;
    transform: translateX(-100%);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.6;
    pointer-events: none;
}
.showcase-pagination .fp-arc-loader {
    display: none;
}
.showcase-pagination .parallax-wrap {
    position: absolute;
}
.showcase-pagination .parallax-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0 -2.5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    transition: background 0.3s;
}
.showcase-pagination .parallax-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 17px;
    margin: -9px 0 0 -9px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.55);
    transition: opacity 0.35s, transform 0.35s;
}
.showcase-pagination .parallax-wrap:hover::after,
.showcase-pagination .swiper-pagination-bullet-active .parallax-wrap::after {
    background: #fff;
}
.showcase-pagination .swiper-pagination-bullet-active .parallax-wrap::before {
    opacity: 1;
    transform: scale(1);
}
#canvas-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
#canvas-slider canvas {
    display: block;
}
#canvas-slider .slider-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
#canvas-slider img {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    z-index: 100;
    object-position: center;
    object-fit: cover;
}
#hero.has-slider #hero-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    gap: 30px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 50px 40px;
    pointer-events: none;
}
#hero.has-slider #hero-footer .hs-nav {
    pointer-events: initial;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    color: #fff;
}
#hero.has-slider #hero-footer .hs-nav-ico {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s, color 0.3s;
}
#hero.has-slider #hero-footer .swiper-prev:hover .hs-nav-ico {
    transform: translateX(-6px);
}
#hero.has-slider #hero-footer .swiper-next:hover .hs-nav-ico {
    transform: translateX(6px);
}
#hero.has-slider #hero-footer .hs-nav-txt {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
@media only screen and (max-width: 1466px) {
    #hero .slide-title,
    .showcase-pagination .title {
        font-size: 90px;
        line-height: 110px;
    }
    .showcase-pagination .title div {
        margin: 0 13px auto;
    }
    .showcase-pagination .title div:first-child span:first-child::after,
    .showcase-pagination .title div:first-child span:first-child::before {
        top: 20px;
    }
    #fixed-borders {
        clip-path: inset(0 60px 0 60px);
    }
}
@media only screen and (max-width: 1024px) {
    #hero .slide-title,
    .showcase-pagination .title {
        font-size: 72px;
        line-height: 90px;
    }
    .showcase-pagination .title div {
        margin: 0 10px auto;
    }
    .showcase-pagination .title div:first-child span:first-child::after,
    .showcase-pagination .title div:first-child span:first-child::before {
        top: 14px;
    }
    #fixed-borders {
        clip-path: inset(0 40px 0 40px);
    }
}
@media only screen and (max-width: 767px) {
    #hero.has-slider #hero-footer .hs-nav-txt {
        display: none;
    }
    #hero .slide-title,
    .showcase-pagination .title {
        font-size: 60px;
        line-height: 76px;
    }
    .showcase-pagination .title div {
        margin: 0 8px auto;
    }
    #hero .subtitle {
        font-size: 16px;
        line-height: 30px;
    }
    .showcase-pagination .title div:first-child span:first-child::after,
    .showcase-pagination .title div:first-child span:first-child::before {
        top: 10px;
    }
    #fixed-borders {
        clip-path: inset(0 30px 0 30px);
    }
    #hero.has-slider #hero-footer {
        padding: 0 20px 20px;
    }
}
@media only screen and (max-width: 479px) {
    #hero .slide-title,
    .showcase-pagination .title {
        font-size: 48px;
        line-height: 66px;
    }
    .showcase-pagination .title div {
        margin: 0 7px auto;
    }
    #hero .subtitle {
        font-size: 14px;
        line-height: 30px;
    }
    #fixed-borders {
        clip-path: inset(0 20px 0 20px);
    }
}
/**************** Hero Style *****************/
/**************** Hotal Style *****************/
.lang-switch,
.reservation-btn {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
}
.lang-switch a,
.room-card,
.room-card-media {
    position: relative;
}
.reservation-btn:hover,
.room-card-media:hover .room-card-plus,
.sf-item:hover .sf-ico {
    background: var(--gold);
    border-color: var(--gold);
}
.reservation-btn,
.room-card-cat,
.section-tag,
.stat-label {
    text-transform: uppercase;
}
.room-card-media:hover img,
.security-bg {
    transform: scale(1.06);
}
.amenity-item,
.cta-band {
    text-align: center;
}
:root {
    --gold: #b08f4b;
    --gold-soft: #c8a86a;
}
#logo img {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}
header .button-wrap.menu .button-text {
    display: none !important;
}
#header-extra {
    position: absolute;
    top: 50%;
    right: 108px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 28px;
    z-index: 40;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    pointer-events: initial;
}
#header-extra .lang-switch a,
#header-extra .reservation-btn {
    pointer-events: initial;
    cursor: pointer;
}
.lang-switch {
    align-items: center;
    gap: 7px;
    letter-spacing: 1px;
}
.lang-switch a {
    color: #fff;
    opacity: 0.45;
    transition: opacity 0.3s;
    padding: 2px 0;
}
.lang-switch a.active {
    opacity: 1;
}
.lang-switch a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: currentColor;
}
.lang-switch .sep {
    opacity: 0.3;
    color: #fff;
}
.reservation-btn {
    align-items: center;
    height: 38px;
    padding: 0 22px;
    border: 1px solid currentColor;
    border-radius: 30px;
    letter-spacing: 1.5px;
    color: inherit;
    transition: background 0.35s, color 0.35s, border-color 0.35s;
    white-space: nowrap;
}
.reservation-btn:hover,
.sf-item:hover .sf-ico {
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    #header-extra {
        right: 80px;
        gap: 14px;
    }
    .reservation-btn {
        display: none;
    }
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--gold);
    margin-bottom: 18px;
}
.stats-row .one_fourth {
    padding: 10px 0;
}
.number-counter {
    color: var(--gold-soft);
    font-weight: 500;
}
.stat-label {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.7;
    color: #fff;
}
.amenity-item i,
.box-icon i,
.overlapping-gallery .slide-cat span,
.room-price,
.security-band .section-tag,
.text-gold {
    color: var(--gold-soft);
}
.room-price {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 6px;
}
.amenities-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 60px;
    margin: 10px auto 0;
}
.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.amenity-item i {
    font-size: 30px;
}
.amenity-item span {
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.85;
    color: #fff;
}
.room-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.room-card-media {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 16/10;
}
.room-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.room-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(8, 8, 10, 0.55),
        rgba(8, 8, 10, 0) 55%
    );
    opacity: 0.7;
    transition: opacity 0.4s;
}
.room-card-media:hover::after {
    opacity: 0.9;
}
.room-card-plus {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    z-index: 2;
    transition: background 0.35s, border-color 0.35s;
}
.room-card-body {
    padding: 22px 4px 0;
}
.room-card-cat {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--gold-soft);
    margin-bottom: 8px;
}
.room-card-title {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 8px;
    color: #fff;
}
.room-card-meta {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #header-extra {
        right: 70px;
    }
    .lang-switch {
        font-size: 11px;
    }
    .room-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .room-card-title {
        font-size: 32px;
    }
}
.moving-gallery-caption {
    color: var(--gold-soft) !important;
}
.cta-band .big-title span {
    color: inherit;
}
.mt-small {
    margin-top: 20px;
}
.security-band {
    position: relative;
    min-height: 68vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.security-bg,
.security-overlay {
    position: absolute;
    inset: 0;
}
.security-bg {
    background-size: cover;
    background-position: center center;
}
.security-band-inner {
    position: relative;
    z-index: 2;
    padding: 90px 30px;
    color: #fff;
    margin: 0 auto;
}
.security-lead {
    max-width: 780px;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}
.security-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    max-width: 1200px;
    margin: 70px auto 0;
    text-align: center;
}
.sf-item {
    padding: 6px;
}
.sf-ico {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border: 1px solid rgba(200, 168, 106, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-soft);
    font-size: 28px;
    transition: background 0.35s, border-color 0.35s, color 0.35s;
}
.sf-item h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: 0.4px;
}
.sf-item p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .security-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }
}
@media only screen and (max-width: 600px) {
    .security-features {
        grid-template-columns: 1fr;
    }
    .security-band {
        min-height: 60vh;
    }
}
/**************** Hotal Style *****************/

/**************** Other *****************/
#hero,
#hero-caption,
#hero-styles,
#hero.has-image #hero-styles {
    height: auto;
    position: relative;
}
#hero-image-wrapper,
#hero-styles {
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
}
#hero-background-layer,
#hero-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#hero-caption,
#hero-description,
.disable-ajaxload .next-ajax-link-project.auto-trigger {
    pointer-events: initial;
}
.all-works::after,
.next-ajax-link-project.auto-trigger,
.temporary-hero {
    pointer-events: none;
}
.next-caption-wrapper,
.temporary-hero .middle .inner {
    vertical-align: middle;
}
#hero {
    width: 100%;
    z-index: 20;
    overflow: hidden;
}
#hero.has-image {
    z-index: 2;
    overflow: hidden;
}
#hero-styles {
    width: 100%;
    display: block;
    z-index: 2;
}
#hero-caption {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
}
#hero-caption.text-align-center {
    justify-content: center;
}
#hero-caption.height-title {
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
}
#hero #hero-caption.no-padding-bottom {
    padding-bottom: 0;
}
#hero.has-image #hero-caption {
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
}
#hero.has-image #hero-caption.align-start {
    align-items: flex-end;
    justify-content: flex-start;
}
.hero-arrow,
.hero-arrow span {
    background: 0 0;
    justify-content: center;
}
#hero #hero-caption .inner {
    display: block;
    width: auto;
    height: auto;
}
#hero-caption.text-align-center .inner,
#page-nav .text-align-center .inner {
    text-align: center;
}
#hero.has-image #hero-caption .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom left;
}
#hero.has-image #hero-caption.align-start .inner {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
#hero-image-wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
#hero-background-layer {
    top: 0;
    left: 0;
    overflow: hidden;
}
#hero-bg-image {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    overflow: visible;
    image-rendering: pixelated;
}
#main-content.portfolio-page,
#main-page-content,
#page-nav,
#project-nav,
.hero-subtitle,
.hero-title,
.next-hero-counter,
.next-hero-title,
.next-project-image {
    overflow: hidden;
}
.load-next-project #hero-bg-image,
.load-project-page #hero-bg-image,
.load-project-thumb-with-title #hero-bg-image {
    opacity: 1 !important;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.hero-title {
    font-size: calc(1rem + 24.15vw);
    line-height: calc(1rem + 22vw);
    font-weight: 500;
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    margin-left: -0.6vw;
    color: #000;
}
.text-align-center .hero-title {
    margin-left: 0;
}
.height-title .hero-title,
.height-title .next-hero-title {
    position: relative;
    overflow: visible;
    white-space: nowrap;
}
.height-title .hero-title div,
.height-title .next-hero-title div,
.inline-title .hero-subtitle span,
.inline-title .next-hero-subtitle span {
    display: inline-block;
}
.hero-title span {
    opacity: 0;
    display: block;
    margin-top: 0;
    min-width: 3vw;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
}
.height-title .hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: bottom center;
}
.hero-arrow i.arrow-icon,
.hero-subtitle,
.hero-subtitle span {
    display: block;
    position: relative;
}
.dark-content #project-nav.change-header .all-works,
.dark-content #project-nav.change-header .all-works .link-text,
.dark-content #project-nav.change-header .next-hero-subtitle,
.dark-content #project-nav.change-header .next-hero-title,
.dark-content .change-header .next-hero-counter span,
.light-content #hero-description p,
.light-content #hero-footer,
.light-content #page-nav,
.light-content #project-nav .all-works,
.light-content #project-nav .all-works .link-text,
.light-content #project-nav .next-hero-subtitle,
.light-content #project-nav .next-hero-title,
.light-content .hero-subtitle,
.light-content .hero-title,
.light-content .next-hero-counter span,
.light-content .next-hero-subtitle,
.light-content .next-hero-title,
.light-content .page-title,
.temporary-hero.light-content .inner .caption-wrapper .subtitle span,
.temporary-hero.light-content .inner .caption-wrapper .title span,
.temporary-hero.light-content .next-hero-counter span {
    color: #fff;
}
#hero-description p,
#project-nav .next-hero-subtitle,
#project-nav .next-hero-title,
#project-nav.change-header .all-works,
#project-nav.change-header .all-works .link-text,
#project-nav.change-header .next-hero-subtitle,
#project-nav.change-header .next-hero-title,
.change-header .hero-title,
.change-header .next-hero-counter span,
.change-header .next-hero-subtitle,
.change-header .next-hero-title,
.light-content #project-nav.change-header .all-works,
.light-content #project-nav.change-header .all-works .link-text,
.light-content #project-nav.change-header .next-hero-subtitle,
.light-content #project-nav.change-header .next-hero-title,
.light-content .change-header .next-hero-counter span,
.temporary-hero .next-hero-counter span {
    color: #000;
}
.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 50px;
    width: 100%;
    z-index: 10;
    margin-left: 0;
    color: #000;
    opacity: 0.4;
}
.subtitle-padding-left .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 50%;
    text-align: left;
}
.hero-subtitle span {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
}
.change-header .hero-subtitle {
    color: #000 !important;
}
.hero-arrow {
    width: 36px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 80px;
    right: auto;
    margin: 0;
    display: flex;
    align-items: center;
}
.text-align-center .hero-arrow {
    left: 0;
    right: 0;
    margin: auto;
}
.hero-arrow span {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.all-works::after,
.dark-content .change-header .all-works::after,
.light-content .hero-arrow:hover span {
    border: 2px solid #fff;
}
.change-header .all-works::after,
.hero-arrow:hover span {
    border: 2px solid #000;
}
.light-content .hero-arrow span {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.hero-arrow i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transform: rotate(45deg) scale(0.5);
}
#hero-footer {
    position: absolute;
    width: 100%;
    padding: 28px 80px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 60px;
    color: #222;
}
#hero-footer.has-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.3s ease-out;
}
.light-content #hero-footer.has-border::after {
    background-color: rgba(255, 255, 255, 0.15);
}
#hero-footer.has-border.visible::after {
    opacity: 1;
    transform: scaleX(1);
}
.hero-footer-left {
    float: left;
    opacity: 0;
    cursor: pointer;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.hero-footer-right {
    float: right;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.no-grid-option .hero-footer-right {
    float: none;
}
#hero-description {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#hero-description .inner {
    padding-right: 55%;
}
#share {
    top: -3px;
    right: -10px;
    position: relative;
    font-size: 14px;
}
#share::before {
    position: absolute;
    top: 0;
    left: -140px;
    content: attr(data-text);
    width: 120px;
    text-align: right;
}
#share .parallax-wrap {
    width: 50px;
    height: 60px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}
.jssocials-share-link i {
    opacity: 0;
}
.jssocials-share-facebook a:before {
    content: "Fb";
    position: absolute;
}
.jssocials-share-linkedin a:before {
    content: "Li";
    position: absolute;
}
.jssocials-share-twitter a:before {
    content: "Tw";
    position: absolute;
}
.jssocials-share-pinterest a:before {
    content: "Pn";
    position: absolute;
}
.jssocials-share-stumbleupon a:before {
    content: "St";
    position: absolute;
}
.jssocials-share-whatsapp a:before {
    content: "Wa";
    position: absolute;
}
.jssocials-share-viber a:before {
    content: "Vb";
    position: absolute;
}
.jssocials-share-email a:before {
    content: "Em";
    position: absolute;
}
.jssocials-share-vkontakte a:before {
    content: "Vk";
    position: absolute;
}
#main {
    position: relative;
    opacity: 0;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.load-next-page #main,
.load-next-project #main,
.load-project-page #main,
.next-project-image-wrapper.active {
    opacity: 1;
}
#main-content,
#main-content-bg {
    position: relative;
    opacity: 1;
    z-index: 10;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#main-page-content,
#page-nav,
.page-nav-caption {
    width: 100%;
    opacity: 0;
    position: relative;
}
#main-page-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: none;
}
#main-page-content::after {
    clear: both;
    content: " ";
    display: table;
}
#main-page-content.project-page,
.hero-below-caption #main-page-content.project-page {
    margin-bottom: calc(200vh - 120px);
}
#main-content.portfolio-page #main-page-content {
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: 0;
}
#page-nav {
    height: auto;
    color: #000;
    margin-bottom: 0;
}
.page-nav-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.page-nav-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 130px;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}
.page-nav-caption.height-title {
    height: calc(100vh - 120px);
    padding-top: 80px;
    padding-bottom: 80px;
}
#page-nav .inner {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
}
.page-title {
    margin: 0;
    width: auto;
    z-index: 10;
    color: #000;
    position: relative;
    display: table;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.text-align-center .page-title {
    margin: 0 auto;
}
.next-hero-title {
    font-size: calc(1rem + 24.15vw);
    line-height: calc(1rem + 14.5vw);
    font-weight: 500;
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    margin-top: 0;
    margin-left: -0.6vw;
    color: #000;
}
.content-full-width,
.content-max-width {
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
}
.text-align-center .next-hero-subtitle,
.text-align-center .next-hero-title {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.height-title:not(.text-align-center) .next-hero-title div:first-child {
    display: none;
}
.next-hero-title span {
    display: block;
    min-width: 3vw;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.height-title .next-hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: top center;
}
.next-hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    z-index: 10;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 0;
    color: #000;
    opacity: 0.4;
}
#page-nav .next-hero-subtitle {
    margin-top: 0;
    margin-bottom: 50px;
}
.next-hero-subtitle span {
    position: relative;
    display: block;
}
#project-nav {
    height: 200vh;
    width: 100%;
    color: #fff;
    position: absolute;
    margin-bottom: 0;
    bottom: -200vh;
}
#project-nav.change-header {
    color: #000;
    background-color: #fff;
}
.dark-content #project-nav.change-header {
    color: #fff;
    background-color: #000;
}
.next-project-wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 50%;
    position: absolute;
    box-sizing: border-box;
    opacity: 1;
    z-index: 10;
}
.hero-below-caption .next-project-wrap {
    top: 0;
}
.next-project-image-wrapper {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.next-project-image-wrapper.temporary {
    position: fixed;
}
.next-project-image {
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    clip-path: inset(100% 0% 0% 0%);
    -webkit-transform: scale(1.25) rotate(-5deg);
    transform: scale(1.25) rotate(-5deg);
}
.load-project-thumb-with-title .next-project-image {
    z-index: 10;
}
.next-project-image.temporary {
    top: 0 !important;
}
.next-project-image.visible {
    opacity: 1 !important;
    clip-path: inset(0 0%) !important;
    -webkit-transform: scale(1.02) rotate(0) !important;
    transform: scale(1.02) rotate(0) !important;
}
.next-project-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.next-project-image.visible .next-project-image-bg {
    opacity: 1 !important;
    top: 0 !important;
}
.all-works {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    margin: 25px auto 0;
    display: table;
    z-index: 100;
}
.all-works::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 30px;
    opacity: 1;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    width: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    clip-path: inset(50% 0%);
}
.all-works:hover::after {
    clip-path: inset(0% 0%);
}
.all-works span,
.all-works span::before {
    padding: 0 16px;
}
.next-project-caption {
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}
.next-caption-wrapper {
    display: table-cell;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
#project-nav .caption-wrapper {
    position: relative;
    display: table;
    margin: 0;
}
#project-nav .text-align-center .caption-wrapper,
.text-align-center .next-caption {
    margin: 0 auto;
    text-align: center;
}
.next-caption {
    display: table;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
}
#project-nav .next-ajax-link-project {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.next-hero-counter {
    position: absolute;
    height: 20px;
    width: 30px;
    text-align: right;
    top: 6px;
    right: -45px;
    opacity: 0;
}
.next-hero-counter span {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.next-hero-progress {
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    width: 100%;
    z-index: 100;
}
.next-hero-progress span {
    position: absolute;
    left: 0;
    height: 6px;
    width: 0;
    background-color: #000;
}
.change-header .next-hero-progress span,
.light-content .change-header .next-hero-progress span,
.temporary-hero .next-hero-progress span {
    background-color: #000;
}
.dark-content .change-header .next-hero-progress span,
.light-content .next-hero-progress span,
.temporary-hero.light-content .next-hero-progress span {
    background-color: #fff;
}
.temporary-hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.temporary-hero .outer {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 160px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 10;
}
.temporary-hero .outer.middle {
    padding-top: 160px;
    padding-bottom: 160px;
}
.hero-below-caption .temporary-hero .outer {
    padding-top: 315px;
}
.temporary-hero .inner {
    vertical-align: top;
}
.hero-below-caption .temporary-hero .inner {
    vertical-align: top;
    text-align: left;
}
.temporary-hero .inner .caption-wrapper,
.temporary-hero .inner .next-caption {
    position: relative;
}
.temporary-hero .inner .caption-wrapper .title span {
    color: #000;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.temporary-hero .inner .caption-wrapper .subtitle span {
    position: relative;
    display: block;
    opacity: 1;
    color: #000;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.temporary-hero .next-hero-progress {
    background-color: rgba(0, 0, 0, 0.3);
}
.temporary-hero.light-content .next-hero-progress {
    background-color: rgba(255, 255, 255, 0.3);
}
.temporary-hero
    .inner
    .caption-wrapper
    .title
    div:first-child
    span:first-child::after,
.temporary-hero
    .inner
    .caption-wrapper
    .title
    div:first-child
    span:first-child::before {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0.2s;
    transition: opacity 0.3s ease-out 0.2s;
}
.content-max-width {
    max-width: 1320px;
}
.content-full-width {
    max-width: 100%;
}
@media only screen and (max-width: 1537px) {
    .hero-title {
        font-size: calc(1rem + 22.15vw);
        line-height: calc(1rem + 20.5vw);
    }
    .hero-subtitle {
        margin-top: 30px;
    }
    .hero-text {
        font-size: 26px;
        line-height: 36px;
    }
    #page-nav .next-hero-subtitle {
        margin-bottom: 30px;
    }
    .next-hero-title {
        font-size: calc(1rem + 22.15vw);
        line-height: calc(1rem + 12.5vw);
    }
}
@media only screen and (max-width: 1466px) {
    #hero-caption {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    #hero.has-image #hero-caption,
    .temporary-hero .outer {
        padding-bottom: 60px;
    }
    .temporary-hero .outer.middle {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #hero-description {
        padding-bottom: 220px;
    }
    #hero-description .inner {
        padding-right: 45%;
    }
    #hero-footer {
        padding: 25px 60px;
    }
    .page-nav-caption {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    #page-nav .next-hero-subtitle,
    .hero-subtitle {
        margin-top: 20px;
    }
    .hero-subtitle,
    .next-hero-subtitle {
        font-size: 18px;
    }
    #hero-caption {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #hero.has-image #hero-caption,
    .temporary-hero .outer {
        padding-bottom: 40px;
    }
    #hero-description {
        padding-bottom: 200px;
    }
    #hero-description .inner {
        padding-right: 35%;
    }
    #hero-footer {
        padding: 10px 40px;
    }
    .page-nav-caption {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .next-hero-counter {
        top: 0;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    #hero-caption,
    .page-nav-caption,
    .temporary-hero .outer.middle {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #hero.has-image #hero-caption,
    .temporary-hero .outer {
        padding-bottom: 30px;
    }
    #page-nav .next-hero-subtitle,
    .hero-subtitle {
        margin-top: 10px;
        font-size: 16px;
    }
    .subtitle-padding-left .hero-subtitle {
        margin: 10px auto auto;
        padding-left: 0;
        text-align: center;
    }
    .hero-arrow {
        width: 30px;
        height: 45px;
        left: 30px;
        bottom: 38px;
    }
    #hero-description {
        padding-bottom: 180px;
    }
    #hero-description .inner {
        padding-right: 15%;
    }
    .hero-text {
        font-size: 22px;
        line-height: 32px;
    }
    #hero-footer {
        padding: 10px 30px;
    }
    .hero-footer-left {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }
    .hero-footer-left .button-text {
        display: none;
    }
    .next-hero-counter {
        top: -2px;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 479px) {
    #hero-caption,
    .page-nav-caption {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #hero.has-image #hero-caption,
    .temporary-hero .outer {
        padding-bottom: 20px;
    }
    #hero-description {
        padding-bottom: 160px;
    }
    #hero-description .inner {
        padding-right: 0;
    }
    #hero-footer {
        padding: 10px 20px;
    }
    #hero .button-wrap .button-text {
        display: none;
    }
    .all-works {
        top: 0;
    }
    .next-hero-counter {
        top: -4px;
        right: -38px;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hover-reveal__img,
.video-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.accordion dt span,
.accordion.bigger-acc dt span,
.accordion:not(.bigger-acc) dt span em {
    font-family: inherit;
}
.accordion.bigger-acc dt span > div,
.has-mask-fill > span,
.team-member > div {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-image: linear-gradient(#000, #000);
}
.has-span-indent,
input,
input[type="submit"],
textarea {
    font-family: Poppins, sans-serif;
}
.carousel-shortcode-thumbs.is_active .clapat-item,
.team-members-list li {
    pointer-events: initial;
}
#team-panels .panel-content,
.carousel-shortcode-thumbs,
.hover-reveal,
.list-rotator-height,
.overlay,
.slowed-pin > .pin-spacer,
.slowed-text,
.team-members-list,
.team-members-list .hover-reveal,
.zoom-gallery {
    pointer-events: none;
}
.pinned-section {
    position: relative;
    display: table !important;
    width: 100%;
    margin: 0 auto;
    max-width: 1160px;
}
.pinned-element,
.scrolling-element img {
    display: block;
    height: auto;
}
.pinned-element,
.scrolling-element {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
.full .pinned-section,
.full_elementor .pinned-section {
    max-width: 100%;
}
.pinned-section .pin-spacer {
    width: 50% !important;
}
.pinned-element.left,
.scrolling-element.left {
    padding-right: 30px;
}
.pinned-element.right,
.scrolling-element.right {
    padding-left: 30px;
}
.marquee-text-wrapper,
.move-thumbs-wrapper,
.title-moving-outer {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}
.scrolling-element img {
    width: 100%;
}
.title-moving-backward,
.title-moving-forward {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 6vw;
    box-sizing: border-box;
}
.marquee-text-wrapper {
    white-space: nowrap;
}
.marquee-text {
    font-weight: 500;
    display: inline-block;
    color: #000;
}
.marquee-text:before {
    content: ".";
    color: transparent;
}
.button-content .submit-box,
.dark-content .light-section .button-border a,
.dark-section .accordion .acc-button-icon,
.dark-section .accordion dt span,
.dark-section .button-border.outline a,
.dark-section .button-border.outline button,
.dark-section .rolling-text,
.dark-section .team-member,
.dark-section .team-member span,
.disable-cursor .light-cursor .slider-button-next::after,
.disable-cursor .light-cursor .slider-button-prev::after,
.light-content .accordion .acc-button-icon,
.light-content .accordion dt span,
.light-content .box-icon,
.light-content .button-border.outline button,
.light-content .button-border.outline a,
.light-content .light-section .button-border a,
.light-content .marquee-text,
.light-content a.link,
.light-content button.link {
    color: #fff;
}
.dark-content .light-section .button-border.outline a,
.dark-content .light-section .button-border.outline button,
.dark-section .button-border a,
.dark-section .button-border button,
.disable-cursor .dark-cursor .slider-button-next::after,
.disable-cursor .dark-cursor .slider-button-prev::after,
.light-content .button-border a,
.light-content .button-border button,
.light-content .light-section .accordion .acc-button-icon,
.light-content .light-section .accordion dt span,
.light-content .light-section .box-icon,
.light-content .light-section .button-border.outline a,
.light-content .light-section .button-border.outline button,
.light-content .light-section .marquee-text,
.light-content .light-section a.link,
.light-content .light-section button.link,
.light-section .team-member,
.light-section .team-member span {
    color: #000;
}
.hover-reveal {
    position: fixed;
    width: 20vw;
    height: 30vw;
    opacity: 0;
    left: auto;
    right: auto;
    margin: auto;
}
.content-row > .hover-reveal {
    z-index: -1;
}
.rounded-borders #map_canvas,
.rounded-borders .content-slider,
.rounded-borders .hover-reveal {
    border-radius: 8px;
    overflow: hidden;
}
.content-video-wrapper,
.hero-video-wrapper,
.video-wrapper {
    overflow: hidden !important;
    box-sizing: border-box;
    padding: 0;
}
.hover-reveal__img,
.hover-reveal__inner {
    width: 100%;
    height: 100%;
    position: absolute;
}
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.clapat-slider-wrapper.content-slider {
    width: 100%;
    height: auto;
    position: relative;
}
.content-slider .clapat-slider-viewport {
    display: flex;
    position: relative;
    margin: 0 auto;
}
.content-slider.looped-carousel .clapat-slider-viewport {
    max-width: 1280px;
}
.content-slider.small-looped-carousel .clapat-slider-viewport {
    max-width: 600px;
}
.content-slider .clapat-slider {
    padding: 0;
    height: auto;
    position: relative;
}
.content-slider .clapat-slide,
input:focus + .input_label,
textarea:focus + .input_label {
    width: 100%;
}
.content-slider .slider-button-next,
.content-slider .slider-button-prev {
    position: absolute;
    width: 50%;
    margin: 0;
    z-index: 10;
    top: 0;
    height: 100%;
    cursor: pointer;
}
.content-slider.looped-carousel .clapat-slide {
    padding: 0 60px;
}
.content-slider.small-looped-carousel .clapat-slide {
    padding: 0 20px;
}
.rounded-borders #team-panels .panels-container .panel img,
.rounded-borders .content-slider.looped-carousel img,
.rounded-borders .content-slider.small-looped-carousel img,
.rounded-borders .image-link img,
.rounded-borders .panels-container .panel img,
.rounded-borders .parallax-image-content img,
.rounded-borders .pinned-image img,
.rounded-borders .reveal-gallery img,
.rounded-borders .slowed-image img,
.rounded-borders .video-link img,
.rounded-borders .video-wrapper,
.rounded-borders .zoom-wrapper-gallery li .zoom-img-wrapper,
.rounded-borders .zoom-wrapper-thumb .zoom-img-wrapper {
    border-radius: 8px;
}
.content-slider.looped-carousel .clapat-button-next,
.content-slider.looped-carousel .clapat-button-prev,
.content-slider.small-looped-carousel .clapat-button-next,
.content-slider.small-looped-carousel .clapat-button-prev,
.control .sound i:last-child,
.control .sound.muted i:first-child,
.gm-style-cc,
.gmnoprint a,
.gmnoprint span,
.path {
    display: none;
}
.control .sound.muted i:last-child,
.disable-cursor .content-slider.looped-carousel .clapat-button-next,
.disable-cursor .content-slider.looped-carousel .clapat-button-prev,
.disable-cursor .content-slider.small-looped-carousel .clapat-button-next,
.disable-cursor .content-slider.small-looped-carousel .clapat-button-prev,
.has-mask-fill.block-title > span {
    display: block;
}
.content-slider .clapat-pagination {
    bottom: 20px;
    opacity: 1;
}
.content-slider .slider-button-prev {
    left: 0;
}
.content-slider .slider-button-next {
    right: 0;
}
.content-slider .clapat-pagination-bullet .parallax-wrap {
    width: 40px;
    height: 40px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    pointer-events: initial;
}
.content-slider .clapat-pagination-bullet .parallax-element {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50px;
}
.clapat-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: 3s ease-in dash;
    animation-iteration-count: unset;
}
.clapat-pagination-bullet .path,
.light-content .light-section .clapat-pagination-bullet .path,
.light-content.light-content-slider .clapat-pagination-bullet .path {
    stroke: #000;
}
.clapat-pagination-bullet .solid-fill,
.light-content .dark-section .dark-cursor .clapat-pagination-bullet .solid-fill,
.light-content .light-section .clapat-pagination-bullet .solid-fill,
.light-content.light-content-slider .clapat-pagination-bullet .solid-fill {
    fill: #000;
}
.dark-section .clapat-pagination-bullet .path,
.light-content .clapat-pagination-bullet .path,
.light-content-slider .clapat-pagination-bullet .path {
    stroke: #fff;
}
.dark-section .clapat-pagination-bullet .solid-fill,
.light-content .clapat-pagination-bullet .solid-fill,
.light-content-slider .clapat-pagination-bullet .solid-fill {
    fill: #fff;
}
.light-cursor .clapat-pagination-bullet .path {
    stroke: #fff !important;
}
.dark-cursor .clapat-pagination-bullet .path {
    stroke: #000 !important;
}
.light-cursor .clapat-pagination-bullet .solid-fill {
    fill: #fff !important;
}
.dark-cursor .clapat-pagination-bullet .solid-fill {
    fill: #000 !important;
}
@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.disable-cursor .full .looped-carousel .clapat-controls,
.disable-cursor .full_elementor .looped-carousel .clapat-controls {
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.disable-cursor .full .small-looped-carousel .clapat-controls,
.disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 540px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.disable-cursor .slider-button-prev {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.accordion dt.accordion-active .acc-icon-wrap,
.accordion dt:hover .acc-icon-wrap,
.clapat-button,
.clients-table li:hover img,
.control .btnFS:hover,
.control .sound:hover,
.disable-cursor .image-link:hover::after,
.disable-cursor .slider-button-next:hover,
.disable-cursor .slider-button-prev:hover,
.disable-cursor .video-link:hover::after,
.list-rotator li.in-view,
.team-members-list li:hover .team-member,
.team-members-list:hover li:hover .team-member > span,
.video-wrapper:hover .progress-bar,
.video-wrapper:hover .video-btns {
    opacity: 1;
}
.disable-cursor .slider-button-prev::after {
    font: var(--fa-font-solid);
    content: "\f104";
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.disable-cursor .slider-button-next {
    position: absolute;
    top: calc(50% - 30px);
    left: auto;
    right: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.disable-cursor .slider-button-next::after {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.disable-cursor .image-link::after,
.disable-cursor .video-link::after {
    width: 60px;
    height: 60px;
    text-align: center;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 0;
    position: absolute;
}
.image-link,
.video-link {
    display: block;
    width: auto;
}
.disable-cursor .image-link::after {
    font: var(--fa-font-solid);
    content: "\f002";
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.disable-cursor .video-link::after {
    font: var(--fa-font-solid);
    content: "\f04b";
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.hero-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.carousel-thumbs-wrapper .hero-video-wrapper,
.carousel-zoom-wrapper .hero-video-wrapper,
.clapat-item .hero-video-wrapper,
.clapat-slider .hero-video-wrapper,
.gallery-thumbs-wrapper .hero-video-wrapper,
.gallery-zoom-wrapper .hero-video-wrapper,
.hover-reveal__img .hero-video-wrapper,
.item .hero-video-wrapper,
.open-thumbnail .hero-video-wrapper,
.overlapping-image .hero-video-wrapper,
.snap-slide .hero-video-wrapper {
    position: absolute;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
    top: 0;
    z-index: 120;
    pointer-events: none;
}
.content-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.content-video-wrapper video.bgvid,
.hero-video-wrapper video.bgvid {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#contactform,
.video-wrapper,
.video-wrapper video.bgvid {
    position: relative;
}
.video-wrapper {
    min-width: 100%;
    max-height: 100vh;
    width: 100%;
    height: auto;
    background-size: cover;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.control,
.progress-bar,
.video-cover {
    position: absolute;
}
.video-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out 50ms, height ease-out;
    transition: opacity 0.3s ease-out 50ms, height ease-out;
}
.video-cover.hidden {
    opacity: 0;
    height: calc(100% - 50px);
    -webkit-transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
    transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
}
.control .btnFS,
.control .sound {
    height: 50px;
    line-height: 50px;
    opacity: 0.4;
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
}
video.bgvid {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    z-index: -100;
}
.control {
    bottom: 25px;
    color: #ccc;
    display: none;
    left: 0;
    width: calc(100% - 40px);
    z-index: 5;
    background-color: #eee;
    padding: 0;
    box-sizing: border-box;
    right: 0;
    margin: 0 auto;
}
.box-icon,
.has-mask {
    margin-bottom: 10px;
}
.full .control,
.full_elementor .control {
    bottom: 10px;
    width: calc(100% - 160px);
}
.btmControl {
    clear: both;
}
.control .sound {
    width: 30px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.control .sound i {
    line-height: 50px;
}
.control .btnFS {
    width: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.box-icon,
.button-border.outline {
    color: #000;
}
.progress-bar {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    float: left;
    height: auto;
    width: calc(100% - 123px);
    cursor: pointer;
    bottom: 23px;
    left: 23px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.progress {
    height: 2px;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.timeBar {
    z-index: 10;
    width: 0;
    background: #fff;
}
.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
}
.clients-table,
.light-content .light-section .clients-table {
    background-image: url("../images/clients-middle.png");
}
.video-btns {
    position: absolute;
    right: 3px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.button-box {
    line-height: 16px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    position: relative;
}
.text-align-center .button-box,
.text-align-center.button-box {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.text-align-center.button-box {
    display: flex;
    margin: auto;
}
.clapat-button-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    min-width: 100px;
    height: 60px;
}
.clapat-button-wrap.circle {
    min-width: 104px;
    height: 104px;
}
.text-align-center .clapat-button-wrap {
    margin: 0 auto;
}
.button-border {
    height: 50px;
    width: auto;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    overflow: hidden;
    color: #000;
    text-align: center;
    -webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    box-sizing: initial !important;
}
.box-icon-content,
.box-icon-wrapper,
.clients-table li,
.justified-gallery,
.moving-gallery li,
.moving-gallery-caption,
.parallax-image-content,
.team-caption,
.team-members-list,
.team-members-list li,
.thumb-info,
input,
textarea {
    box-sizing: border-box;
}
.dark-section .button-border,
.light-content .button-border {
    border: 2px solid #fff;
    background-color: #fff;
}
.light-content .light-section .button-border {
    border: 2px solid #000;
    background-color: #000;
}
.button-border.rounded {
    border-radius: 30px;
}
.button-border.outline,
.light-content .light-section .button-border.outline {
    border: 2px solid #000;
    background-color: transparent;
}
.dark-section .button-border.outline,
.light-content .button-border.outline {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.light-content .light-section .clients-table .overlay,
.overlay {
    background-color: rgba(0, 0, 0, 0.1);
}
.clapat-button a,
.clapat-button button {
    position: relative;
    display: block;
    height: 100%;
    background-color: transparent;
}
.circle .button-border {
    border-radius: 100px;
    height: 100px;
    width: 100px;
}
.clients-table::after,
.clients-table::before {
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.button-border span {
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-border span::before {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.clapat-button:hover .button-border span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}
.clapat-button-wrap.circle:hover .button-border {
    border: 2px solid transparent;
}
.clapat-button-wrap.circle .button-border a,
.clapat-button-wrap.circle .button-border input {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
}
.has-animation {
    opacity: 0;
    transform: translateY(30px);
}
.has-animation.has-scale {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform;
}
.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform;
}
.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
}
.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}
.has-animation.has-cover.animated::after {
    width: 0;
}
.has-animation.has-cover img {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}
a.link::before,
span.has-hover-image::before {
    content: "";
    bottom: 1px;
    left: 0;
    transition: transform 0.2s ease-out;
    position: absolute;
}
.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1);
}
.has-mask span {
    display: inline-table;
    overflow: hidden;
}
.has-mask span > span {
    display: inline-table;
    margin: 0 !important;
    line-height: inherit;
    height: inherit;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}
h1.big-title.has-mask span,
h1.big-title.has-mask span > span,
h1.has-mask span,
h1.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 12px;
}
h2.has-mask span,
h2.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 10px;
}
h3.has-mask span,
h3.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 8px;
}
h4.has-mask span,
h4.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 7px;
}
h5.has-mask span,
h5.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 6px;
}
h6.has-mask span,
h6.has-mask span > span {
    line-height: inherit;
    height: inherit;
    margin-right: 5px;
}
.has-mask-fill > span {
    position: relative;
    display: inline;
    background-repeat: no-repeat;
    background-size: 0 100%;
}
.dark-section .accordion.bigger-acc dt span > div,
.dark-section .has-mask-fill > span,
.dark-section .team-member > div,
.light-content .accordion.bigger-acc dt span > div,
.light-content .has-mask-fill > span,
.light-content .team-member > div {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(#fff, #fff);
}
.light-content .light-section .accordion.bigger-acc dt span > div,
.light-content .light-section .has-mask-fill > span,
.light-content .light-section .team-member > div {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
}
.has-indent {
    text-indent: 8vw;
}
.has-span-indent {
    margin-right: 30px;
    display: inline;
    vertical-align: top;
    line-height: inherit;
    font-weight: 400;
    font-size: 16px;
    text-transform: initial;
    opacity: 0.4;
}
.has-hover-image,
a.link {
    display: inline-block;
    position: relative;
}
.has-hover-image {
    cursor: pointer;
}
span.has-hover-image::before {
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(1);
    transform-origin: left;
}
.dark-section a.link::before,
.dark-section button.link::before,
.dark-section span.has-hover-image::before,
.light-content a.link::before,
.light-content button.link::before,
.light-content span.has-hover-image::before {
    background: #fff;
}
.light-content .light-section a.link::before,
.light-content .light-section span.has-hover-image::before,
a.link::before {
    background: #000;
}
span.has-hover-image:hover::before {
    transform: scaleX(0);
    transform-origin: right;
}
span.has-hover-image .hover-reveal {
    left: 0;
    width: 400px;
    height: 250px;
    overflow: hidden;
}
span.has-hover-image.vertical .hover-reveal {
    width: 300px;
    height: 400px;
}
.has-opacity span {
    opacity: 0.2;
}
.number-counter {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.number-counter::after {
    content: attr(data-symbol);
    line-height: inherit;
    top: 0;
    position: absolute;
    left: calc(100% + 5px);
}
a.link::before {
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
}
h1 a.link::before {
    bottom: 0;
    height: 3px;
}
a.link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.box-icon-wrapper {
    display: table;
    position: relative;
    height: auto;
    width: 100%;
}
.box-icon {
    position: relative;
    margin-top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.text-align-center .box-icon {
    margin: auto;
}
.inline-boxes .box-icon {
    position: absolute;
}
.box-icon i {
    position: relative;
    margin-bottom: 0;
    font-size: 24px;
}
.box-icon:after {
    content: "";
    clear: both;
    display: table;
}
.box-icon-content {
    position: relative;
    width: 100%;
}
.inline-boxes .box-icon-content {
    padding-left: 45px;
}
.box-icon h5 {
    margin-bottom: 5px;
}
.parallax-image-content {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    height: 100%;
    width: 100%;
}
.parallax-image-content .outer {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.parallax-image-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.clients-table {
    position: relative;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.clients-table::after,
.clients-table::before,
.overlay {
    position: absolute;
    width: 100%;
    left: 0;
}
.dark-section .clients-table,
.light-content .clients-table {
    background-image: url("../images/clients-middle-white.png");
}
.clients-table::before,
.light-content .light-section .clients-table::before {
    background-image: url("../images/clients-top.png");
}
.clients-table::before {
    content: "";
    top: 0;
}
.dark-section .clients-table::before,
.light-content .clients-table::before {
    background-image: url("../images/clients-top-white.png");
}
.clients-table::after,
.light-content .light-section .clients-table::after {
    background-image: url("../images/clients-bottom.png");
}
.clients-table::after {
    content: "";
    bottom: 0;
}
.dark-section .clients-table::after,
.light-content .clients-table::after {
    background-image: url("../images/clients-bottom-white.png");
}
.clients-table li {
    position: relative;
    display: block;
    width: calc(100% / 4 - 40px);
    height: auto;
    aspect-ratio: 13/10;
    text-align: center;
    margin: 20px;
    overflow: hidden;
    padding: 30px;
}
.clients-table li img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0.6;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
#message fieldset,
.clients-table.no-borders li {
    border: none;
}
.overlay {
    display: block;
    height: 100%;
    top: 00;
    color: #fff;
    z-index: 10;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.dark-section .clients-table .overlay,
.light-content .clients-table .overlay {
    background-color: rgba(255, 255, 255, 0.05);
}
.clients-table li:hover .overlay {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 1;
}
.accordion {
    padding: 0 0 20px;
    margin: 0;
}
.accordion.bigger-acc,
.dark-section .accordion.bigger-acc,
.light-content .accordion.bigger-acc,
.light-content .light-section .accordion.bigger-acc {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
.accordion dt,
.light-content .light-section .accordion dt,
.light-content .light-section .flex-list-wrapper,
.light-content .light-section .flex-lists-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion dt {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px 0 0;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 10;
}
.accordion.bigger-acc dt {
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 1.5vw);
    margin-top: 40px;
    padding-top: 40px;
}
.uppercase-titles .accordion.bigger-acc dt,
.uppercase-titles .carousel-shortcode-title-hide,
.uppercase-titles .carousel-shortcode-title-show,
.uppercase-titles .team-member > div {
    text-transform: uppercase;
}
.dark-section .accordion dt,
.light-content .accordion dt {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion dt:first-child {
    margin-top: 0;
    border-top: none;
}
.accordion dt span {
    width: calc(100% - 30px);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    color: #000;
}
.accordion.bigger-acc dt span > div {
    position: relative;
    display: table;
    float: left;
    width: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.accordion.bigger-acc:hover dt span > div,
.team-members-list:hover li .team-member > div {
    transition: 0.15s;
    -webkit-transition: 0.15s;
    background-size: 0 100%;
}
.accordion.bigger-acc:hover dt.accordion-active span > div,
.accordion.bigger-acc:hover dt:hover span > div,
.team-members-list:hover li:hover .team-member > div {
    background-size: 100% 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.accordion .accordion-content {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 80px 5px 0;
    z-index: 0;
    position: relative;
}
.accordion.bigger-acc .accordion-content {
    font-size: 18px;
    line-height: 30px;
}
.dark-section .accordion .accordion-content,
.light-content .accordion .accordion-content {
    color: #ccc;
}
.light-content .light-section .accordion .accordion-content {
    color: #444;
}
.acc-icon-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: none;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.accordion.bigger-acc .acc-icon-wrap {
    height: 50px;
    width: 50px;
}
.acc-button-icon {
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.flex-list-left,
.team-looped-carousel .swiper-slide {
    text-align: left;
}
.accordion.bigger-acc .acc-button-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}
.accordion dt.accordion-active .acc-button-icon,
.accordion dt:hover .acc-button-icon,
.light-content .light-section .accordion dt.accordion-active .acc-button-icon,
.light-content .light-section dt:hover .acc-button-icon {
    background: #000;
    color: #fff;
}
.dark-section .accordion .acc-button-icon,
.light-content .accordion .acc-button-icon {
    background: rgba(255, 255, 255, 0.1);
}
.dark-section .accordion dt.accordion-active .acc-button-icon,
.light-content .accordion dt:hover .acc-button-icon {
    background: #fff;
    color: #000;
}
.light-content .light-section accordion .acc-button-icon {
    background: rgba(0, 0, 0, 0.1);
}
.acc-button-icon i {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}
dt.accordion-active .acc-button-icon i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.justified-gallery {
    padding: 0;
    width: calc(100% + 20px) !important;
    margin-left: -10px;
}
.collage-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.collage-thumb:hover .thumb-info {
    opacity: 1;
    bottom: -5px;
}
.thumb-info {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #fff !important;
    padding: 50px 20px 20px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.55) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.55))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.55) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.55) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.55) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.55) 100%
    );
}
.team-members-list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.team-members-list li {
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 0 40px;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
}
.team-members-list li:last-child {
    border-bottom: 0 solid;
}
.dark-section .team-members-list li,
.light-content .team-members-list li {
    border-color: rgba(255, 255, 255, 0.15);
}
.light-content .light-section .team-members-list li {
    border-color: rgba(0, 0, 0, 0.1);
}
.dark-section .flex-list-wrapper,
.dark-section .flex-lists-wrapper,
.flex-list-wrapper,
.flex-lists-wrapper,
.light-content .flex-list-wrapper,
.light-content .flex-lists-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.full > .team-members-list li,
.full_elementor .team-members-list li {
    padding: 10px 80px 40px;
}
.team-member {
    font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 7.5vw);
    font-weight: 500;
    position: relative;
    display: table;
    margin-bottom: 0;
    vertical-align: top;
    width: 100%;
    z-index: 10;
}
.full > .team-member,
.full_elementor .team-member {
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 5.5vw);
}
.team-member > div {
    position: relative;
    display: table;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.verify-sum li,
input#verify {
    width: 34px;
    height: 34px;
    background-color: #000;
}
.team-members-list:hover li .team-member,
.team-members-list:hover li .team-member > span {
    opacity: 0.3;
}
.team-member span {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
#contact-formular .required,
.verify-sum li,
input#verify {
    line-height: 34px;
    float: left;
}
.team-member span:last-child {
    left: auto;
    right: 0;
}
.team-members-list .hover-reveal {
    position: fixed;
    width: 300px;
    height: 400px;
    opacity: 0;
}
.swiper-container.team-looped-carousel {
    cursor: grab;
}
.drag-cursor .swiper-container.team-looped-carousel {
    cursor: grabbing;
}
.team-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 30px 30px;
}
.team-caption h5,
.team-caption p {
    margin-bottom: 0;
}
.text-align-center #contact-formular {
    margin: 0 auto;
    max-width: 800px;
}
#contact-formular::after,
.email-box::after,
.name-box::after {
    clear: both;
    content: " ";
    display: table;
}
.clipped-image-pin,
.email-box,
.message-box,
.name-box,
.slowed-text-wrapper {
    position: relative;
    display: block;
}
.email-box,
.name-box {
    width: 47%;
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative;
}
.email-box,
.panels-container .panel:last-child img {
    margin-right: 0;
}
.message-box {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.verify-box {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.text-align-center .verify-box {
    float: none;
    width: auto;
    text-align: center;
    display: table;
    margin: 0 auto 60px;
}
.verify-sum {
    margin: 0;
    padding: 0;
    float: left;
}
.verify-sum li {
    list-style: none;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 0;
}
.dark-section .verify-sum li,
.light-content .verify-sum li {
    color: #000;
    background-color: #fff;
}
.light-content .light-section .verify-sum li {
    color: #fff;
    background-color: #000;
}
.verify-sum li:nth-child(2),
.verify-sum li:nth-child(4) {
    width: 30px;
    color: #444;
    background-color: transparent;
}
.dark-section .verify-sum li:nth-child(2),
.dark-section .verify-sum li:nth-child(4),
.light-content .verify-sum li:nth-child(2),
.light-content .verify-sum li:nth-child(4) {
    color: #fff;
    background-color: transparent;
}
.light-content .light-section .verify-sum li:nth-child(2),
.light-content .light-section .verify-sum li:nth-child(4) {
    color: #444;
    background-color: transparent;
}
input#verify {
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff;
}
.dark-section input#verify,
.light-content input#verify {
    background-color: #fff;
    color: #000;
}
.light-content .light-section input#verify {
    background-color: #000;
    color: #fff;
}
#contact-formular .required {
    width: auto;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 0;
}
#contact-formular .text-align-center .required {
    float: left;
    margin-left: 0;
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
input,
textarea {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    padding: 12px 20px 12px 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: transparent;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.bigger-form input,
.bigger-form textarea {
    font-size: 48px;
    font-weight: 500;
    height: 100px;
    padding: 0;
}
.input_label,
textarea:after {
    height: 2px;
    position: absolute;
    left: 0;
}
.bw-gallery.random-sizes li:first-child,
.fw-gallery.random-sizes li:first-child,
input[type="search"] {
    padding-left: 0;
}
.dark-section input,
.dark-section textarea,
.light-content input,
.light-content textarea {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.light-content .light-section input,
.light-content .light-section textarea {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.light-content .light-section ::placeholder,
::placeholder {
    color: #000;
    opacity: 1;
}
.dark-section ::placeholder,
.light-content ::placeholder {
    color: #fff;
    opacity: 1;
}
.dark-section :-ms-input-placeholder,
.light-content :-ms-input-placeholder {
    color: #fff;
}
.light-content .light-section :-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.light-content ::-ms-input-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #000;
}
.input_label {
    background-color: #000;
    top: 49px;
    width: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.bigger-form .input_label {
    top: 99px;
}
.dark-section .flex-list::after,
.dark-section .input_label,
.light-content .flex-list::after,
.light-content .input_label {
    background-color: #fff;
}
.flex-list::after,
.light-content .light-section .flex-list::after,
.light-content .light-section .input_label,
textarea:after {
    background-color: #000;
}
.input_label.slow {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.dark-section input[type="submit"],
.light-content .light-section .carousel-shortcode-title-hide,
.light-content .light-section .carousel-shortcode-title-show,
.light-content .light-section .list-rotator li,
.light-content .light-section .outline input[type="submit"],
.light-content .light-section input:focus,
.light-content .light-section textarea:focus,
.light-content input[type="submit"],
.outline input[type="submit"],
input:focus,
textarea:focus {
    color: #000;
}
.dark-section .carousel-shortcode-title-hide,
.dark-section .carousel-shortcode-title-show,
.dark-section .list-rotator li,
.dark-section .outline input[type="submit"],
.dark-section input:focus,
.dark-section textarea:focus,
.light-content .carousel-shortcode-title-hide,
.light-content .carousel-shortcode-title-show,
.light-content .light-section input[type="submit"],
.light-content .list-rotator li,
.light-content .outline input[type="submit"],
.light-content input:focus,
.light-content textarea:focus {
    color: #fff;
}
textarea {
    resize: none;
    height: 50px;
    padding: 14px 20px 6px 0;
}
textarea:after {
    content: "";
    top: 20px;
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
input[type="submit"] {
    margin: 0;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
}
.error_message {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: 700;
}
#success_page p,
#success_page p strong {
    color: #fff;
    margin-top: 20px;
}
#map_canvas {
    display: block;
    height: 100vh;
    position: relative;
    width: 100%;
}
#hero-image.bgrelative #map_canvas {
    position: relative !important;
}
.gmnoprint div {
    background: 0 0 !important;
}
.gm-style button {
    display: none !important;
}
.services-icon i {
    font-size: 24px;
    margin-bottom: 20px;
}
.service-info-text {
    margin-bottom: 40px;
}
.flex-list-wrapper,
.flex-lists-wrapper {
    position: relative;
    display: block;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    overflow: hidden;
}
.flex-list {
    position: relative;
    padding: 35px 80px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-section .flex-list,
.light-content .flex-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.light-content .light-section .flex-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.flex-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.flex-list:hover::after {
    height: 100%;
}
.flex-list > span {
    z-index: 10;
    mix-blend-mode: difference;
    color: #fff;
}
.flex-list-left {
    width: 15%;
}
.flex-list-center {
    width: 70%;
    font-size: 20px;
    text-align: center;
}
.flex-list-right {
    width: 15%;
    text-align: right;
}
.fw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    clear: both;
}
.bw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.moving-gallery li {
    position: relative;
    width: 25vw;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
    list-style: none;
}
.bw-gallery.random-sizes li:last-child,
.fw-gallery.random-sizes li:last-child {
    padding-right: 0;
}
.bw-gallery.random-sizes li:first-child,
.bw-gallery.random-sizes li:nth-child(4),
.fw-gallery.random-sizes li:first-child,
.fw-gallery.random-sizes li:nth-child(4) {
    width: 25vw;
}
.bw-gallery.random-sizes li:nth-child(3),
.fw-gallery.random-sizes li:nth-child(2) {
    width: 30vw;
}
.bw-gallery.random-sizes li:nth-child(2),
.fw-gallery.random-sizes li:nth-child(3) {
    width: 45vw;
}
.moving-gallery li img {
    height: auto;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.rounded-borders .moving-gallery li img {
    border-radius: 12px;
}
.moving-gallery-caption {
    position: absolute;
    height: auto;
    padding: 30px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.moving-gallery li:hover .moving-gallery-caption {
    opacity: 0.4;
}
.zoom-gallery {
    position: relative;
    margin: 0;
    padding: 0;
    clear: both;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: calc(100vw);
    height: auto;
}
.zoom-wrapper-gallery,
.zoom-wrapper-gallery li {
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
.zoom-wrapper-gallery {
    border-right: 0px solid red;
    padding: 0 70px;
    clear: both;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.zoom-wrapper-gallery li {
    display: block;
    padding: 0 10px;
    list-style: none;
    z-index: 0;
    width: 50%;
    max-width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.zoom-wrapper-gallery li.zoom-center {
    z-index: 1;
}
.zoom-wrapper-gallery li .zoom-img-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #666;
}
.zoom-wrapper-gallery li .zoom-img-wrapper img,
.zoom-wrapper-thumb .zoom-img-wrapper img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover;
}
.zoom-wrapper-thumb {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: block;
}
.slowed-image,
.slowed-images,
.slowed-text {
    height: auto;
    width: 100%;
}
.zoom-wrapper-thumb .zoom-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.slowed-pin {
    position: relative;
    overflow: hidden;
}
.slowed-text {
    position: absolute;
    min-height: 100vh;
    max-width: 980px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 8vw 20px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
}
.panels-container,
.slowed-image {
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.slowed-images {
    position: relative;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
    margin: auto;
}
.slowed-image {
    margin: 150px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.slowed-image:nth-of-type(2n + 2) {
    align-items: flex-end;
}
.slowed-image img {
    width: auto;
    max-width: 40% !important;
    height: auto !important;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transform: scale(0.95) translateY(30%);
    transform: scale(0.95) translateY(30%);
}
.panels {
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: calc(100vw) !important;
}
.panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}
.panels-container > .panel {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
}
.panels-container > .panel:first-child {
    margin-left: 80px;
}
.panels-container > .panel:last-child {
    margin-right: 80px;
}
.panels-container .panel img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
}
.panels-container .panel:first-child img {
    margin-left: 0;
}
#team-panels .panel-content-wrapper {
    position: relative;
    width: auto;
    height: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}
#team-panels .panels-container .panel:first-child .panel-content-wrapper,
#team-panels
    .panels-container
    .panel:first-child
    .panel-content-wrapper
    .panel-content {
    padding-left: 80px;
}
#team-panels .panels-container .panel:last-child .panel-content-wrapper,
#team-panels
    .panels-container
    .panel:last-child
    .panel-content-wrapper
    .panel-content {
    padding-right: 80px;
}
#team-panels .panel-content {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 10px 30px;
    bottom: -50px;
    left: 0;
}
.team-cat-panel,
.team-name-panel {
    font-size: 18px;
    line-height: 24px;
    display: table;
    width: auto;
    float: left;
}
.team-cat-panel {
    font-size: 14px;
    opacity: 0.6;
    float: right;
}
#team-panels .panels-container .panel .panel-image {
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#team-panels .panels-container .panel img {
    height: 100%;
    margin: 0;
}
.pinned-image {
    box-sizing: border-box;
    padding-bottom: 300px;
    position: relative;
}
.pinned-image:first-child {
    padding-top: 0;
}
.pinned-image:last-child {
    z-index: 10;
    padding-bottom: 0;
}
.reveal-gallery {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.reveal-gallery img,
.reveal-img {
    width: auto;
    height: auto;
    margin: auto;
}
.reveal-img {
    position: absolute;
    display: block;
    top: 0;
    left: auto;
    right: auto;
    z-index: 0;
    opacity: 0.95;
}
.reveal-img-fixed {
    width: 50%;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}
.clipped-image,
.clipped-image img {
    position: relative;
    display: block;
    z-index: 0;
}
.reveal-img:first-child {
    left: 0;
    transform: rotate(-4deg);
}
.reveal-img:last-child {
    right: 0;
    transform: rotate(4deg);
}
.reveal-gallery img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: contain;
}
.clipped-image-wrapper {
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    overflow: hidden;
}
.clipped-image-size {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.clipped-image {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    clip-path: circle(22%);
    margin: 0 auto;
}
.clipped-image img {
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
}
.clipped-image-gradient {
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    z-index: 10;
    -webkit-mask-image: linear-gradient(transparent, black 85%);
    mask-image: linear-gradient(transparent, black 85%);
}
.clipped-image-content {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin: 0 auto;
    z-index: 10;
}
.carousel-shortcode-wrapper {
    position: relative;
    display: inline-block;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    height: auto;
}
.carousel-shortcode-pin {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}
.carousel-shortcode-thumbs {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 20px 40px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 10;
    mask-image: linear-gradient(#0000, black 15%, black 85%, #0000 100%);
    -webkit-mask-image: linear-gradient(
        #0000,
        black 15%,
        black 85%,
        #0000 100%
    );
}
.carousel-shortcode-thumbs .clapat-item {
    width: calc(20% - 80px);
    margin: 60px 40px;
}
.carousel-shortcode-thumbs .clapat-item .slide-inner {
    padding-top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
    aspect-ratio: 10/14;
}
.carousel-shortcode-caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.carousel-shortcode-title-hide,
.carousel-shortcode-title-show {
    position: absolute;
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 4.5vw);
    font-weight: 500;
    display: block;
    width: auto;
}
.carousel-shortcode-title-show {
    position: relative;
    font-size: calc(1rem + 1.15vw);
    line-height: calc(1rem + 1.5vw);
}
.carousel-shortcode-title-hide div,
.carousel-shortcode-title-show div {
    position: relative;
    display: block;
    overflow: hidden;
}
.carousel-shortcode-title-hide span {
    position: relative;
    display: block;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.carousel-shortcode-title-show span {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
}
.carousel-shortcode-cta {
    position: relative;
    display: block;
    opacity: 0;
    transform: scale(1) translateY(50px);
    -webkit-transform: scale(1) translateY(50px);
}
.list-rotator-wrapper {
    position: relative;
    display: block;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    overflow: hidden;
}
.list-rotator-title {
    position: absolute;
    margin: 0 auto;
    display: table;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 100;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 4px 16px;
    box-sizing: border-box;
    border-radius: 30px;
    opacity: 0;
}
.list-rotator,
.list-rotator li {
    margin: 0;
    width: 100%;
    position: relative;
}
.list-rotator-height {
    display: flex;
    justify-content: center;
    position: relative;
}
.list-rotator-pin {
    position: relative;
    height: 100vh;
    width: 100%;
    mask-image: linear-gradient(
        #0000 0%,
        #0000 5%,
        #0000 5%,
        black 20%,
        black 85%,
        #0000 99%,
        #0000 99%,
        #0000 100%
    );
    -webkit-mask-image: linear-gradient(
        #0000 0%,
        #0000 5%,
        #0000 5%,
        black 20%,
        black 85%,
        #0000 99%,
        #0000 99%,
        #0000 100%
    );
}
.list-rotator {
    display: block;
    height: auto;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 15vh;
}
.list-rotator li {
    color: #000;
    list-style: none;
    text-align: center;
    font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 7.5vw);
    opacity: 1;
}
.start-thumbs-caption {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.start-thumbs-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 40px;
}
.start-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(25% - 80px);
    height: calc(25vw - 40px);
    margin: 0 40px 40px;
}
.start-move-thumb:nth-of-type(3n + 2) {
    width: calc(15% - 80px);
    height: calc(15vw - 40px);
    margin-top: 50vh;
}
.start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 80px);
    height: calc(35vw - 40px);
    margin-top: 25vh;
}
.end-move-thumb .move-thumb-inner,
.start-move-thumb .overlapping-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.rounded-borders .end-move-thumb .move-thumb-inner,
.rounded-borders .start-move-thumb .move-thumb-inner {
    border-radius: 12px;
    overflow: hidden;
}
.end-thumbs-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.end-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 80px);
    height: calc(33.33vw - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
}
@media only screen and (max-width: 1466px) {
    .button-border span {
        padding: 0 26px;
    }
    .clients-table li {
        width: calc(100% / 4 - 40px);
        margin: 20px;
        padding: 0;
    }
    .accordion.bigger-acc dt {
        margin-top: 30px;
        padding-top: 30px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px;
    }
    .full > .team-members-list li,
    .full_elementor .team-members-list li {
        padding: 40px 60px;
    }
    .team-members-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 250px;
        height: 333px;
    }
    span.has-hover-image .hover-reveal {
        width: 300px;
        height: 188px;
    }
    .flex-list {
        padding: 35px 60px;
    }
    .panels-container > .panel:first-child {
        margin-left: 60px;
    }
    .panels-container > .panel:last-child {
        margin-right: 60px;
    }
    .zoom-wrapper-gallery {
        padding: 0 50px;
    }
    .start-thumbs-wrapper {
        padding: 0 30px;
    }
    .start-move-thumb {
        width: calc(25% - 60px);
        height: calc(25vw - 30px);
        margin: 0 30px 30px;
    }
    .start-move-thumb:nth-of-type(3n + 2) {
        width: calc(15% - 60px);
        height: calc(15vw - 30px);
        margin-top: 50vh;
    }
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(35% - 60px);
        height: calc(35vw - 30px);
        margin-top: 25vh;
    }
    .end-thumbs-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .end-move-thumb {
        width: calc(33.33% - 60px);
        height: calc(33.33vw - 60px);
        margin: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .content-slider.looped-carousel .clapat-slide,
    .content-slider.small-looped-carousel .clapat-slide {
        padding: 0 40px;
    }
    .disable-cursor .full .looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .looped-carousel .clapat-controls {
        width: calc(100% - 80px);
    }
    .disable-cursor .full .small-looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
        width: calc(100% - 80px);
        max-width: 520px;
    }
    textarea {
        margin-bottom: 30px;
    }
    .full .video-wrapper video.bgvid,
    .full_elementor .video-wrapper video.bgvid {
        position: relative;
        margin-top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
    }
    .full .control,
    .full_elementor .control {
        bottom: 10px;
        width: calc(100% - 100px);
    }
    #map_canvas {
        height: 50vh;
    }
    .clients-table li {
        width: calc(100% / 4);
        margin: 0;
        padding: 0;
    }
    .clients-table li:hover .overlay {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        opacity: 1;
    }
    .accordion dt span {
        max-width: none;
    }
    .accordion .accordion-content {
        padding-right: 0;
    }
    .accordion.bigger-acc dt {
        margin-top: 30px;
        padding-top: 30px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px;
    }
    .full > .team-members-list li,
    .full_elementor .team-members-list li {
        padding: 40px;
    }
    .team-members-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 200px;
        height: 266px;
    }
    .list-rotator li,
    .team-member {
        font-size: calc(1rem + 12vw);
        line-height: calc(1rem + 11.5vw);
    }
    span.has-hover-image .hover-reveal {
        width: 250px;
        height: 156px;
    }
    .has-animation.has-cover img {
        transform: scale(1);
    }
    .flex-list {
        padding: 30px 40px;
    }
    .panels-container > .panel:first-child {
        margin-left: 40px;
    }
    .panels-container > .panel:last-child {
        margin-right: 40px;
    }
    .zoom-wrapper-gallery {
        padding: 0 30px;
    }
    .list-rotator-pin {
        height: auto;
    }
    .start-thumbs-wrapper {
        padding: 0 20px;
    }
    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(33.33% - 40px);
        height: calc(33.33vw - 40px);
        margin: 25px 20px;
    }
    .end-thumbs-wrapper {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .content-slider.looped-carousel .clapat-slide,
    .content-slider.small-looped-carousel .clapat-slide {
        padding: 0 30px;
    }
    .disable-cursor .full .looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .looped-carousel .clapat-controls {
        width: calc(100% - 60px);
    }
    .disable-cursor .full .small-looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
        width: calc(100% - 60px);
        max-width: 540px;
    }
    .content-slider .clapat-pagination-bullet .parallax-wrap {
        width: 20px;
        height: 20px;
    }
    .video-wrapper {
        max-height: 50vh;
    }
    .control {
        display: none;
    }
    .email-box,
    .name-box {
        width: 100%;
        margin-right: 0;
    }
    .clients-table li {
        width: 50%;
    }
    .acc-button-icon i,
    .accordion.bigger-acc .acc-button-icon {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .clients-table::after,
    .clients-table::before {
        height: 10px;
    }
    .empty-space,
    .empty-space.tx {
        height: 60px;
    }
    input[type="text"],
    textarea {
        font-size: 14px;
    }
    .accordion dt {
        font-size: 18px;
    }
    .accordion.bigger-acc dt {
        margin-top: 25px;
        padding-top: 25px;
    }
    .flex-list,
    .full > .team-members-list li,
    .full_elementor .team-members-list li {
        padding: 30px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 25px;
    }
    .accordion.bigger-acc .acc-button-icon {
        font-size: 12px;
        border-radius: 30px;
    }
    .team-member > div {
        float: none;
        margin: 10px 0 4px;
    }
    .team-member span {
        position: relative;
        float: none;
        line-height: 24px;
    }
    .list-rotator li,
    .team-member {
        font-size: calc(1rem + 13vw);
        line-height: calc(1rem + 12.5vw);
    }
    .team-members-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 150px;
        height: 200px;
    }
    span.has-hover-image .hover-reveal {
        width: 200px;
        height: 125px;
    }
    .flex-list {
        flex-direction: column;
    }
    .flex-list-center,
    .flex-list-left,
    .flex-list-right {
        width: 100%;
        text-align: left;
        line-height: 30px;
    }
    .slowed-image {
        margin: 100px 0;
    }
    .slowed-image img {
        max-width: 50% !important;
    }
    .moving-gallery li {
        width: 50vw;
    }
    .panels-container > .panel:first-child {
        margin-left: 30px;
    }
    .panels-container > .panel:last-child {
        margin-right: 30px;
    }
    .zoom-wrapper-gallery {
        padding: 0 20px;
    }
    .start-thumbs-wrapper {
        padding: 0 15px;
    }
    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(50% - 30px);
        height: calc(50vw - 30px);
        margin: 10px 15px;
    }
}
@media only screen and (max-width: 479px) {
    .pinned-element,
    .scrolling-element {
        float: none;
        width: 100%;
        margin: 0;
    }
    .pinned-section .pin-spacer {
        width: 100% !important;
    }
    .pinned-element.left,
    .scrolling-element.left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .pinned-element.right,
    .scrolling-element.right {
        padding-left: 0;
    }
    .scrolling-element {
        position: relative;
    }
    .content-slider.looped-carousel .clapat-slide,
    .content-slider.small-looped-carousel .clapat-slide {
        padding: 0 20px;
    }
    .disable-cursor .full .looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .looped-carousel .clapat-controls {
        width: calc(100% - 40px);
    }
    .disable-cursor .full .small-looped-carousel .clapat-controls,
    .disable-cursor .full_elementor .small-looped-carousel .clapat-controls {
        width: calc(100% - 40px);
        max-width: 560px;
    }
    .clapat-button {
        margin-bottom: 20px;
    }
    .full > .team-members-list li,
    .full_elementor .team-members-list li {
        padding: 30px 20px;
    }
    .list-rotator li,
    .team-member {
        font-size: calc(1rem + 14vw);
        line-height: calc(1rem + 13.5vw);
    }
    .team-members-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 100px;
        height: 133px;
    }
    .accordion.bigger-acc dt {
        margin-top: 20px;
        padding-top: 20px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 20px;
    }
    span.has-hover-image .hover-reveal {
        width: 150px;
        height: 94px;
    }
    .flex-list {
        padding: 20px;
    }
    .moving-gallery li {
        width: 60vw;
    }
    .panels-container > .panel:first-child {
        margin-left: 20px;
    }
    .panels-container > .panel:last-child {
        margin-right: 20px;
    }
    .start-thumbs-wrapper,
    .zoom-wrapper-gallery {
        padding: 0 10px;
    }
    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(50% - 20px);
        height: calc(50vw - 20px);
        margin: 5px 10px;
    }
}
#app,
.clapat-slider,
.img-mask {
    top: 0;
    left: 0;
    overflow: hidden;
}
#app,
.carousel-nav-wrapper,
.clapat-slider img,
.clapat-state-dragging .cp-button-next,
.clapat-state-dragging .cp-button-prev,
.disable-scroll .clapat-slider,
.disable-scroll .cp-button-next,
.disable-scroll .cp-button-prev,
.grid__item-hidden,
.grid__item-img--large,
.show-loader .showcase-gallery .clapat-slider,
.showcase-gallery .slide-inner.disabled,
.showcase-gallery .trigger-item,
.showcase-portfolio .slide-inner.disabled {
    pointer-events: none;
}
#app {
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.1s ease-in-out 0.3s;
    transition: 0.1s ease-in-out 0.3s;
}
.load-project-thumb #app,
.load-project-thumb-with-title #app,
.load-project-thumb-with-title-and-scale #app {
    opacity: 1;
}
.grid__item-img--large {
    position: absolute;
    opacity: 0;
}
.grid__item-hidden {
    position: fixed;
    opacity: 0;
}
.clapat-slide a {
    height: 0;
}
.clapat-slider-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}
.clapat-slider {
    position: absolute;
    padding: 0 42vw;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    user-select: none;
    cursor: grab;
    z-index: 2;
    box-sizing: border-box;
}
.clapat-slide:first-child,
.slide-inner {
    position: relative;
}
.clapat-state-dragging .clapat-slider {
    cursor: grabbing;
}
.clapat-slider-viewport {
    display: flex;
    position: relative;
}
.clapat-slide {
    overflow: hidden;
    width: 16vw;
    box-sizing: border-box;
}
.clapat-slide:not(:first-child) {
    position: absolute;
    height: 100%;
}
.slide-inner {
    overflow: hidden;
    cursor: pointer;
}
.disable-ajaxload .slide-link,
.img-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.clapat-state-dragging .clapat-slider .clapat-slide,
.clapat-state-dragging .clapat-slider .slide-inner {
    cursor: grabbing;
    pointer-events: none;
}
.disable-ajaxload .slide-link {
    z-index: 1000;
}
.img-mask {
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 0;
    border-radius: 0;
    -webkit-transition: border-radius 0.4s ease-in-out;
    transition: border-radius 0.4s ease-in-out;
}
.rounded-borders .img-mask,
.rounded-borders .showcase-gallery .section-image {
    border-radius: 12px;
}
.rounded-borders .above .img-mask,
.rounded-borders .snap-slide .img-mask {
    border-radius: 0;
}
.section-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.item-image {
    width: 100%;
    height: 100% !important;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover;
}
.clapat-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clapat-pagination-bullet {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
}
.carousel-nav-wrapper,
.clapat-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.showcase-carousel .clapat-pagination-bullet {
    position: relative;
    width: 1px;
    height: 10px;
    border-radius: 0;
    display: inline-table;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
    cursor: pointer;
    transition: 0.4s ease-out;
}
.light-content .showcase-carousel .clapat-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
}
.disable-scroll .showcase-carousel .clapat-pagination-bullet {
    transition: ease-out;
}
.showcase-carousel .clapat-pagination-bullet.clapat-pagination-bullet-next,
.showcase-carousel .clapat-pagination-bullet.clapat-pagination-bullet-prev {
    height: 14px;
}
.showcase-carousel .clapat-pagination-bullet-active {
    height: 26px;
    background-color: #000;
}
.light-content .cp-button-next,
.light-content .cp-button-prev,
.light-content .showcase-carousel .clapat-pagination-bullet-active {
    background-color: #fff;
}
.showcase-carousel
    .clapat-pagination-bullet.clapat-pagination-bullet-next:first-child,
.showcase-carousel
    .clapat-pagination-bullet.clapat-pagination-bullet-prev:last-child {
    height: 10px;
}
.clapat-pagination {
    max-width: 900px;
    height: 40px;
    display: flex;
    justify-content: center;
    bottom: 40px;
    margin: auto;
    z-index: 20;
    text-align: center;
    opacity: 0;
    overflow: hidden;
}
.carousel-nav-wrapper {
    height: 60px;
    max-width: calc(84% + 60px);
    top: calc(50% - 30px);
    z-index: 300;
    margin: 0 auto;
}
.cp-button-next,
.cp-button-prev {
    float: left;
    pointer-events: initial;
    background-color: #000;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    box-sizing: border-box;
    top: 18px;
    position: relative;
    cursor: pointer;
}
.clapat-button.cp-button-next,
.clapat-button.cp-button-prev,
.in-view.snap-slide-caption .slide-subtitle span {
    opacity: 0;
}
.cp-button-next {
    float: right;
}
.cp-button-next .icon-wrap-scale,
.cp-button-prev .icon-wrap-scale {
    transform: scale(0);
    -webkit-transform: scale(0);
    display: block;
    position: absolute;
    left: 0;
    width: 44px;
    transition: 0.3s ease-out;
    height: 44px;
}
.cp-button-next .icon-wrap-scale {
    left: auto;
    right: 0;
}
.cp-button-next:hover .icon-wrap-scale,
.cp-button-prev:hover .icon-wrap-scale {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.cp-button-next .icon-wrap,
.cp-button-prev .icon-wrap {
    width: 36px;
    height: 36px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 4px;
    left: 4px;
}
.cp-button-next .button-icon,
.cp-button-prev .button-icon {
    height: 36px;
    width: 36px;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 36px;
}
.light-content .cp-button-next .button-icon,
.light-content .cp-button-prev .button-icon {
    color: #fff;
    background-color: #000;
}
.cp-button-next .button-icon i,
.cp-button-prev .button-icon i {
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
}
.vertical-arrows .cp-button-next .button-icon i,
.vertical-arrows .cp-button-prev .button-icon i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cp-button-next .button-text,
.cp-button-prev .button-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 44px;
    margin: 0;
    overflow: hidden;
    width: auto;
    padding: 0 36px;
    color: #fff;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
}
.in-view.snap-slide-caption.change-header .slide-title,
.light-content .cp-button-next .button-text,
.light-content .cp-button-prev .button-text,
.snap-slider-captions .change-header .slide-subtitle {
    color: #000;
}
.cp-button-prev:hover .button-text {
    padding: 0 36px 0 60px;
}
.cp-button-next:hover .button-text {
    padding: 0 60px 0 36px;
}
.disable-scroll .showcase-gallery .cp-button-next,
.disable-scroll .showcase-gallery .cp-button-prev,
.grid-open .gallery-close-thumbs,
.grid-open.disable-scroll .cp-button-next,
.grid-open.disable-scroll .cp-button-prev,
.in-view.snap-slide-caption .slide-title-wrapper,
.showcase-gallery:not(.preview-mode-enabled) .trigger-item {
    pointer-events: initial;
}
.progress-info {
    position: absolute;
    display: flex;
    justify-content: center;
    width: auto;
    margin: 30px auto 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
}
.progress-info > .progress-info-fill,
.progress-info > .progress-info-fill-2 {
    position: relative;
    width: auto;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
    background-size: 0 100%;
}
.progress-info > .progress-info-fill-2 {
    position: absolute;
    top: 0;
    left: auto;
    background-size: 100% 100%;
    background-position: right;
    right: auto;
    margin: auto;
    width: auto;
    display: block;
}
.light-content .progress-info > .progress-info-fill,
.light-content .progress-info > .progress-info-fill-2 {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(#fff, #fff);
}
.overlapping-image {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlapping-image-inner {
    width: 100%;
    height: calc(100% - 120px);
    position: relative;
    cursor: pointer;
}
.overlapping-image:first-child .overlapping-image-inner {
    align-self: flex-start;
}
.overlapping-image:last-child,
.showcase-gallery .clapat-slide:hover {
    z-index: 10;
}
.rounded-borders .overlapping-image img {
    border-radius: 8px;
}
.overlapping-image .slide-caption {
    position: absolute;
    box-sizing: border-box;
    padding: 80px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    pointer-events: none;
}
.overlapping-image .slide-caption .slide-title {
    font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 3.5vw);
    font-weight: 500;
    overflow: hidden;
}
.overlapping-image .slide-caption .slide-cat,
.overlapping-image .slide-caption .slide-date {
    bottom: 80px;
    padding: 2px 16px;
    border-radius: 35px;
    font-size: 14px;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
}
.overlapping-image .slide-caption span {
    display: block;
    margin-top: 0;
}
.overlapping-image .slide-caption .slide-date {
    left: 80px;
}
.overlapping-image .change-header .slide-caption .slide-cat,
.overlapping-image .change-header .slide-caption .slide-date,
.showcase-portfolio .clapat-item .change-header .slide-date {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
.overlapping-image .slide-caption .slide-cat {
    right: 80px;
}
.curtains {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.curtains .curtain-row {
    overflow: hidden;
    background-color: #232323;
    transform-origin: center bottom;
    width: 100%;
    position: absolute;
}
.filters-options-wrapper {
    position: relative;
    right: -14px;
    height: auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.filter-option {
    position: relative;
    opacity: 0.4;
    pointer-events: initial;
    margin-left: 12px;
    line-height: 30px;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.filter-option:first-child {
    margin-left: 0;
}
.filter-option.is_active,
.filter-option.is_active span,
.filter-option:hover {
    opacity: 1;
    pointer-events: none;
}
.filter-option::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 30px;
    opacity: 1;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    width: 100%;
    border: 2px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    clip-path: inset(50% 0%);
}
.filter-option:hover::after {
    clip-path: inset(0% 0%);
}
.filter-option.is_active::after {
    clip-path: inset(0% 0%);
    opacity: 1;
}
.filter-option span,
.grid-option span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
    pointer-events: initial;
    cursor: pointer;
    padding: 0 16px;
}
.filter-option span::before,
.grid-option span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    padding: 0 16px;
}
.filter-option:hover span,
.grid-option:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}
.showcase-portfolio {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    margin: 20px auto 0;
}
.showcase-portfolio .clapat-item,
.showcase-portfolio .clapat-item.filtered {
    position: relative;
    width: calc(33.3333% - 80px);
    height: 18vw;
    margin: 60px 40px 120px;
    box-sizing: border-box;
    padding: 0;
    z-index: 10;
    display: block;
}
.gallery-close-thumbs,
.gallery-thumbs-wrapper,
.showcase-portfolio .slide-caption {
    width: 100%;
    pointer-events: none;
    display: flex;
}
.showcase-portfolio .clapat-item:nth-of-type(6n + 1) {
    width: calc(40% - 80px);
    height: 44vw;
}
.showcase-portfolio .clapat-item:nth-of-type(6n + 2) {
    width: calc(40% - 80px);
    height: 22vw;
    margin-left: calc(20% + 40px);
}
.showcase-portfolio .clapat-item:nth-of-type(6n + 3),
.showcase-portfolio .clapat-item:nth-of-type(6n + 6) {
    width: calc(60% - 80px);
    height: 33vw;
    margin-left: calc(20% + 40px);
}
.showcase-portfolio .clapat-item:nth-of-type(6n + 4) {
    width: calc(40% - 80px);
    height: 22vw;
}
.showcase-portfolio .clapat-item:nth-of-type(6n + 5) {
    width: calc(40% - 80px);
    height: 44vw;
    margin-left: calc(20% + 40px);
}
.showcase-portfolio .slide-inner {
    padding-top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: visible;
}
.gallery-thumbs-wrapper .trigger-item::after,
.gallery-zoom-wrapper .trigger-item::after,
.showcase-gallery .slide-caption::after,
.showcase-gallery .slide-inner::after,
.showcase-portfolio .slide-inner::after {
    display: block;
    content: "";
    clear: both;
}
.showcase-portfolio.items-filtered .slide-inner {
    transform: none !important;
}
.showcase-portfolio.ease-transform .slide-inner {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.showcase-portfolio .section-image {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.showcase-portfolio .above .section-image,
.showcase-portfolio .slide-inner:hover .section-image {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.showcase-portfolio .slide-caption {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 50px);
    cursor: default;
    text-align: left;
    opacity: 0;
    align-items: flex-end;
    justify-content: space-between;
}
.showcase-portfolio .slide-caption .slide-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
}
.light-content .showcase-gallery .slide-caption .slide-cat,
.light-content .showcase-gallery .slide-caption .slide-title,
.light-content .showcase-portfolio .slide-caption .slide-cat,
.light-content .showcase-portfolio .slide-caption .slide-title,
.light-content .slide-hero-subtitle,
.light-content .slide-hero-title {
    color: #fff;
}
.showcase-portfolio .slide-caption .slide-cat span,
.showcase-portfolio .slide-caption .slide-title span {
    display: block;
}
.showcase-portfolio .slide-caption .slide-cat {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    z-index: 10;
    overflow: hidden;
    opacity: 0.4;
}
.showcase-portfolio .clapat-item .slide-date {
    display: block;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 2px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 35px;
    font-size: 14px;
}
.gallery-close-thumbs {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    align-content: center;
    justify-content: center;
    z-index: 50;
}
.gallery-thumbs-wrapper {
    height: auto;
    min-height: 50%;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 100;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}
.gallery-zoom-wrapper,
.showcase-gallery .slide-caption {
    flex-direction: column;
    display: flex;
    pointer-events: none;
}
.gallery-thumbs-wrapper .trigger-item::before {
    float: left;
    padding-top: 62.5%;
    content: "";
}
.gallery-thumbs-wrapper .trigger-item {
    position: relative;
    width: calc(100% / 18 - 30px);
    height: auto;
    margin: 15px;
    aspect-ratio: 16/10;
}
.gallery-zoom-wrapper {
    width: 55%;
    position: fixed;
    top: 130px;
    height: calc(100% - 340px);
    left: 0;
    right: 0;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    z-index: 200;
}
.gallery-zoom-wrapper .trigger-item::before {
    float: left;
    padding-top: 140%;
    content: "";
}
.gallery-zoom-wrapper .trigger-item {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    position: relative;
    align-self: center;
}
.enable-trigger .gallery-zoom-wrapper .trigger-item {
    pointer-events: initial;
    cursor: pointer;
}
.showcase-gallery .clapat-slider {
    padding: 0 35vw;
}
.showcase-gallery .clapat-slider-viewport {
    z-index: 10;
    height: 100%;
}
.showcase-gallery .clapat-slide {
    width: 30vw;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    overflow: visible;
}
.hidden-element {
    opacity: 0;
    pointer-events: none;
}
.showcase-gallery .clapat-slide .slide-moving,
.showcase-gallery .clapat-slide .trigger-item {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 0;
}
.showcase-gallery .slide-inner::before {
    float: left;
    padding-top: 65%;
    content: "";
}
.showcase-gallery .slide-inner {
    padding-top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
}
.slide-events {
    transform: translateY(0);
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 60px 0 80px;
}
.showcase-gallery .clapat-slide.s50 .slide-inner {
    top: 50%;
    transform: translateY(-50%);
}
.showcase-gallery .clapat-slide.s100 .slide-inner {
    top: 100%;
    transform: translateY(-100%);
}
.showcase-gallery .clapat-slide.s0 .slide-inner {
    top: 0;
    transform: translateY(0);
}
.showcase-gallery .clapat-slide.s75 .slide-inner {
    top: 75%;
    transform: translateY(-75%);
}
.showcase-gallery .clapat-slide.s25 .slide-inner {
    top: 25%;
    transform: translateY(-25%);
}
.showcase-gallery .slide-inner .trigger-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.showcase-gallery a.slide-link {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.showcase-gallery a.slide-link .parallax-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.showcase-gallery a.slide-link .parallax-element {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.showcase-gallery a.slide-link > i {
    font-size: 18px;
}
.showcase-gallery .img-mask {
    overflow: visible;
}
.showcase-gallery .section-image {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.showcase-gallery.preview-mode-enabled .has-scale-small .section-image,
.showcase-gallery:not(.preview-mode-enabled) .has-scale-small .img-mask {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.showcase-gallery.preview-mode-enabled .has-scale-medium .section-image,
.showcase-gallery:not(.preview-mode-enabled) .has-scale-medium .img-mask {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.showcase-gallery .slide-caption::before {
    float: left;
    padding-top: calc(140% - 30px);
    content: "";
}
.showcase-gallery .slide-caption {
    position: absolute;
    left: auto;
    bottom: auto;
    height: 100%;
    aspect-ratio: unset;
    justify-content: end;
    width: 100%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}
.showcase-gallery .clapat-slide .slide-caption {
    opacity: 0 !important;
}
.showcase-gallery .slide-caption .slide-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    z-index: 10;
    overflow: hidden;
    position: absolute;
}
.showcase-gallery .slide-caption .slide-title span {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.showcase-gallery .slide-caption .slide-title span em {
    font-family: inherit;
}
.showcase-gallery .slide-caption .slide-cat {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    opacity: 0.4;
}
.showcase-gallery .slide-caption .slide-cat span {
    display: block;
    opacity: 0;
}
.slider-fixed-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.grid-open .slider-fixed-content {
    opacity: 0.4 !important;
}
#slide-inner-caption {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.slide-hero-title {
    font-size: calc(1rem + 24.15vw);
    line-height: calc(1rem + 22vw);
    font-weight: 500;
    color: #000;
    position: relative;
    display: table;
    width: auto;
}
.snap-slide,
.snap-slider-captions {
    height: 100vh;
    display: flex;
    overflow: hidden;
}
.text-align-center .slide-hero-subtitle,
.text-align-center .slide-hero-title,
.text-align-center .slide-hero-title span {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.slide-hero-subtitle div,
.slide-hero-title div {
    overflow: hidden;
}
.height-title .slide-hero-title div {
    display: inline-block;
}
.slide-hero-title span {
    opacity: 0;
    display: block;
    margin-top: 0;
    min-width: 3vw;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
}
.height-title .slide-hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: bottom center;
}
.grid-open .height-title .slide-hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: top center;
}
.slide-hero-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-top: 50px;
    opacity: 0.4;
}
.slide-hero-subtitle span {
    opacity: 0;
    display: block;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    margin-top: 0;
}
.inline-title .slide-hero-subtitle span {
    display: inline-table;
}
.snap-slider-holder {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}
.snap-slider-container {
    position: relative;
    margin: 0 auto;
}
.snap-slide {
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
.snap-slide .img-mask {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.snap-slide .section-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover;
}
.snap-slider-captions {
    position: absolute;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
}
.snap-slider-captions-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.snap-slide-caption {
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
    opacity: 0.1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.in-view.snap-slide-caption {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.snap-slider-captions .inner {
    vertical-align: middle;
    position: relative;
}
.snap-slider-captions .slide-title-wrapper {
    margin: 0 auto;
    cursor: pointer;
    pointer-events: none;
}
.snap-slider-captions .slide-title {
    font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 7.5vw);
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.snap-slider-captions .slide-title span {
    display: block;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.snap-slider-captions .slide-subtitle {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
}
.snap-slider-captions .slide-subtitle span {
    display: block;
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 1537px) {
    .gallery-zoom-wrapper {
        width: 40%;
        top: 100px;
        height: calc(100% - 280px);
    }
    .gallery-thumbs-wrapper {
        bottom: 30px;
    }
    .slide-hero-title {
        font-size: calc(1rem + 22.15vw);
        line-height: calc(1rem + 20.5vw);
    }
    .slide-hero-subtitle {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1466px) {
    .clapat-pagination {
        bottom: 30px;
    }
    .overlapping-image .slide-caption {
        padding: 60px;
    }
    .overlapping-image .slide-caption .slide-date {
        bottom: 60px;
        left: 60px;
    }
    .overlapping-image .slide-caption .slide-cat {
        bottom: 60px;
        right: 60px;
    }
    .showcase-portfolio {
        width: calc(100% - 60px);
    }
    .showcase-portfolio .clapat-item {
        width: calc(33.3333% - 60px);
        margin: 60px 30px 120px;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 1) {
        width: calc(40% - 60px);
        height: 44vw;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 2) {
        width: calc(40% - 60px);
        height: 22vw;
        margin-left: calc(20% + 30px);
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 3),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 6) {
        width: calc(60% - 60px);
        height: 33vw;
        margin-left: calc(20% + 30px);
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 4) {
        width: calc(40% - 60px);
        height: 22vw;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 5) {
        width: calc(40% - 60px);
        height: 44vw;
        margin-left: calc(20% + 30px);
    }
    .showcase-portfolio .clapat-item.filtered {
        width: calc(33.3333% - 60px);
        height: 18vw;
        margin: 60px 30px 120px;
    }
    .showcase-portfolio .slide-caption .slide-title {
        font-size: 20px;
        line-height: 28px;
    }
    .showcase-portfolio .slide-caption .slide-cat {
        line-height: 28px;
    }
    .gallery-thumbs-wrapper {
        bottom: 25px;
    }
    .gallery-thumbs-wrapper .trigger-item {
        width: calc(100% / 16 - 20px);
        margin: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .progress-info {
        margin-top: 30px;
    }
    .clapat-pagination {
        bottom: 30px;
    }
    .overlapping-image .slide-caption {
        padding: 40px;
    }
    .overlapping-image .slide-caption .slide-title {
        font-size: calc(1rem + 12vw);
        line-height: calc(1rem + 11.5vw);
    }
    .overlapping-image .slide-caption .slide-date {
        bottom: 40px;
        left: 40px;
    }
    .overlapping-image .slide-caption .slide-cat {
        bottom: 40px;
        right: 40px;
    }
    .showcase-portfolio {
        width: calc(100% - 40px);
    }
    .showcase-portfolio .clapat-item {
        width: calc(33.3333% - 40px);
        margin: 40px 20px 120px;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 1) {
        width: calc(45% - 40px);
        height: 48vw;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 2) {
        width: calc(45% - 40px);
        height: 25vw;
        margin-left: calc(10% + 20px);
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 3),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 6) {
        width: calc(60% - 40px);
        height: 33vw;
        margin-left: calc(20% + 20px);
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 4) {
        width: calc(45% - 40px);
        height: 25vw;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 5) {
        width: calc(45% - 40px);
        height: 48vw;
        margin-left: calc(10% + 20px);
    }
    .showcase-portfolio .clapat-item.filtered {
        width: calc(50% - 40px);
        height: 28vw;
        margin: 40px 20px 60px;
    }
    .showcase-portfolio .section-image {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .showcase-portfolio .slide-caption .slide-title {
        font-size: 18px;
    }
    .showcase-gallery .clapat-slider {
        padding: 0 25vw;
    }
    .showcase-gallery .clapat-slide {
        width: 50vw;
    }
    .gallery-thumbs-wrapper {
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        bottom: 0;
    }
    .gallery-thumbs-wrapper .trigger-item {
        width: calc(100% / 10 - 20px);
        margin: 10px;
        top: 120px;
    }
    .gallery-zoom-wrapper {
        width: 80%;
        top: 20%;
        height: calc(60% - 50px);
    }
}
@media only screen and (max-width: 767px) {
    .progress-info {
        margin-top: 30px;
    }
    .clapat-pagination {
        height: 20px;
        bottom: 30px;
    }
    .clapat-pagination-bullet,
    .clapat-pagination-bullet .parallax-wrap {
        width: 20px;
        height: 20px;
    }
    .showcase-carousel .clapat-pagination-bullet {
        margin: 0 5px;
    }
    .overlapping-image .slide-caption {
        padding: 30px;
    }
    .overlapping-image .slide-caption .slide-title {
        font-size: calc(1rem + 13vw);
        line-height: calc(1rem + 12.5vw);
    }
    .overlapping-image .slide-caption .slide-date {
        top: 30px;
        bottom: auto;
        left: 30px;
    }
    .overlapping-image .slide-caption .slide-cat {
        top: 30px;
        bottom: auto;
        right: 30px;
    }
    .showcase-portfolio {
        width: calc(100% - 30px);
    }
    .showcase-portfolio .clapat-item {
        width: calc(33.3333% - 30px);
        margin: 30px 15px 60px;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 1),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 2),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 3),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 4),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 5),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 6) {
        width: calc(100% - 30px);
        height: 55vw;
        margin-left: 15px;
    }
    .showcase-portfolio .clapat-item.filtered {
        width: calc(100% - 30px);
        height: 55vw;
        margin: 30px 15px 60px;
    }
    .showcase-gallery .clapat-slider {
        padding: 0 20vw;
    }
    .showcase-gallery .clapat-slide {
        width: 60vw;
    }
}
@media only screen and (max-width: 479px) {
    .cp-button-next .button-icon,
    .cp-button-prev .button-icon {
        color: #fff;
        background-color: #000;
    }
    .light-content .cp-button-next .button-icon,
    .light-content .cp-button-prev .button-icon {
        color: #000;
        background-color: #fff;
    }
    .cp-button-next .icon-wrap-scale,
    .cp-button-prev .icon-wrap-scale {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .slide-hero-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        max-width: 100%;
    }
    .overlapping-image .slide-caption {
        padding: 20px;
    }
    .overlapping-image .slide-caption .slide-title {
        font-size: calc(1rem + 14vw);
        line-height: calc(1rem + 13.5vw);
    }
    .overlapping-image .slide-caption .slide-date {
        top: 20px;
        bottom: auto;
        left: 20px;
    }
    .overlapping-image .slide-caption .slide-cat {
        top: 20px;
        bottom: auto;
        right: 20px;
    }
    .showcase-portfolio {
        width: calc(100% - 20px);
    }
    .showcase-portfolio .clapat-item {
        width: calc(33.3333% - 20px);
        margin: 20px 10px 60px;
    }
    .showcase-portfolio .clapat-item:nth-of-type(6n + 1),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 2),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 3),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 4),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 5),
    .showcase-portfolio .clapat-item:nth-of-type(6n + 6) {
        width: calc(100% - 20px);
        height: 55vw;
        margin-left: 10px;
    }
    .showcase-portfolio .clapat-item.filtered {
        width: calc(100% - 20px);
        height: 55vw;
        margin: 20px 10px 60px;
    }
    .showcase-gallery .clapat-slider {
        padding: 0 15vw;
    }
    .showcase-gallery .clapat-slide {
        width: 70vw;
    }
    .showcase-gallery .clapat-slide.s25 .slide-inner {
        top: 0;
        transform: translateY(0);
    }
    .showcase-gallery .clapat-slide.s75 .slide-inner {
        top: 100%;
        transform: translateY(-100%);
    }
}
.flexnav,
main {
    overflow: hidden;
}
.menu-button,
.oldie .flexnav li ul li a {
    border-bottom: none;
}
.jssocials-shares *,
.menu-button {
    box-sizing: border-box;
}
.jssocials-share,
.jssocials-share-count,
.jssocials-share-label,
.jssocials-share-logo,
main .cd-main-content.cd-index > div {
    vertical-align: middle;
}
main .cd-main-content > div {
    height: 100%;
    min-height: 100vh;
}
.oldie .flexnav li ul.open li,
main .cd-main-content {
    width: 100%;
}
main .cd-main-content.cd-index::after {
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(
        bottom,
        #4089a6,
        rgba(64, 137, 166, 0)
    );
    background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0));
}
main .cd-main-content.cd-index::before {
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(
        top,
        #4089a6,
        rgba(64, 137, 166, 0)
    );
    background-image: linear-gradient(
        to bottom,
        #4089a6,
        rgba(64, 137, 166, 0)
    );
}
main .cd-main-content.cd-about {
    background-color: #fff;
}
main .cd-main-content.cd-about > div {
    padding-top: 50px;
}
main .cd-main-content.cd-about::after {
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(
        bottom,
        #283040,
        rgba(40, 48, 64, 0)
    );
    background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0));
}
main .cd-main-content.cd-about::before {
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(
        top,
        #283040,
        rgba(40, 48, 64, 0)
    );
    background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0));
}
.cd-cover-layer,
.cd-cover-layer.invisible {
    background-color: transparent;
}
.cd-cover-layer {
    position: fixed;
    z-index: 5000;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 101%;
    width: 101%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    transition: opacity 0.6s, visibility 0s 0.4s;
}
.page-is-changing .cd-cover-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility;
    -moz-transition: opacity 0.3s, visibility;
    transition: opacity 0.3s 0.3s, visibility;
}
.flexnav,
.flexnav li ul {
    width: 100%;
    margin: 0;
}
.flexnav,
.flexnav li {
    margin: 0;
}
.flexnav li,
.flexnav li ul li {
    font-size: 100%;
}
.flexnav .touch-button:hover,
.menu-button {
    cursor: pointer;
}
.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    max-height: 0;
}
.flexnav.opacity {
    opacity: 0;
}
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}
.flexnav li,
.flexnav li a,
.flexnav li ul li {
    position: relative;
    overflow: hidden;
}
.flexnav li a {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #222;
    display: block;
    padding: 20px 0;
    z-index: 2;
}
.oldie .flexnav li ul.open ul.open,
.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}
.flexnav li ul.flexnav-show li,
.oldie .flexnav,
.oldie .flexnav li,
.oldie .flexnav li a {
    overflow: visible;
}
.flexnav li ul li a {
    background: #fff;
    display: block;
    padding: 20px;
}
.flexnav ul li ul li a {
    background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
    background: #cbcbc9;
}
.flexnav .touch-button {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 999;
}
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.8em;
    font-size: 12px;
    color: #666;
}
.menu-button {
    background: 0 0;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    z-index: 0;
}
.no-button .menu-button {
    padding-right: 0;
}
.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}
.menu-button .touch-button {
    background: 0 0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}
.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666;
}
@media all and (min-width: 1025px) {
    .flexnav li a,
    .flexnav li ul li a {
        border-bottom: none;
    }
    .flexnav,
    .flexnav li {
        overflow: visible;
    }
    body.one-page {
        padding-top: 70px;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2;
    }
    .flexnav li a {
        border-left: 1px solid #acaca1;
    }
    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0;
    }
    .flexnav li ul li > ul,
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }
    .flexnav li > ul li {
        width: 100%;
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }
    .menu-button {
        display: none;
    }
}
.oldie body.one-page {
    padding-top: 70px;
}
.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}
.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
}
.oldie .flexnav li ul.open,
.oldie .flexnav li ul.open ul.open,
.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none;
}
.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
}
.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}
.oldie .flexnav li ul li ul {
    top: 0;
}
.jssocials-share-count-box.jssocials-share-no-count,
.justified-gallery > .jg-filtered,
.oldie .menu-button {
    display: none;
}
.oldie.ie7 .flexnav li {
    width: 19.9%;
}
[data-tooltip] {
    position: relative;
}
[data-tooltip]::after,
[data-tooltip]::before {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    line-height: 12px;
}
[data-tooltip]::before {
    content: attr(data-tooltip);
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
}
.light-content [data-tooltip]::before {
    color: #fff;
}
[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
}
[data-tooltip][data-placement="left"]::before {
    top: 32%;
    right: 100%;
    margin-right: 35px;
}
[data-tooltip][data-placement="left"]:hover::before {
    margin-right: -2px;
    -webkit-transition: 0.3s ease-out 0.5s;
    transition: 0.3s ease-out 0.5s;
}
[data-tooltip][data-placement="top"]::before {
    top: 16%;
    right: 100%;
    margin-right: 0;
    width: 200px;
    height: 16px;
    transform: translateX(147px) translateY(-170px) rotate(-90deg);
}
[data-tooltip][data-placement="top"]:hover::before {
    transform: translateX(147px) translateY(-140px) rotate(-90deg);
    -webkit-transition: 0.3s ease-out 0.5s;
    transition: 0.3s ease-out 0.2s;
}
[data-tooltip][data-placement="right"]::before {
    top: 32%;
    left: 100%;
    margin-left: 35px;
}
[data-tooltip][data-placement="right"]:hover::before {
    margin-left: -2px;
    -webkit-transition: 0.3s ease-out 0.5s;
    transition: 0.3s ease-out 0.5s;
}
.jssocials-shares {
    margin: 0.2em 0;
}
.jssocials-share {
    display: inline-block;
    margin: 0;
}
.jssocials-share:last-child {
    margin-right: 0;
}
.jssocials-share-logo {
    width: 1em;
    font-size: 1em;
}
img.jssocials-share-logo {
    width: auto;
    height: 1em;
}
.jssocials-share-link {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: 0.6em;
    margin: 0 -0.5em -0.8em;
}
.jssocials-share-link.jssocials-share-no-count {
    padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em;
}
.jssocials-share-label {
    padding-left: 0.3em;
}
.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}
.jssocials-share-count {
    line-height: 1.5em;
}
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: 0.1;
    margin: 0;
    padding: 0;
}
.justified-gallery > a > a > img,
.justified-gallery > a > img,
.justified-gallery > div > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > a > img,
.justified-gallery > figure > img {
    position: relative;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}
.justified-gallery > .entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0;
}
.justified-gallery > .entry-visible > a > img,
.justified-gallery > .entry-visible > img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}
.justified-gallery > .spinner > span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 6px;
}
.clapat-img-popup,
.clapat-video-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clapat-img-popup-viewport,
.clapat-video-popup-viewport {
    display: flex;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    pointer-events: none;
    position: absolute;
    margin: 0 auto;
}
.clapat-img-popup-viewport {
    padding: 80px 40px;
    z-index: 100;
    width: auto;
    align-items: center;
    justify-content: center;
}
.clapat-video-popup-viewport {
    padding: 0;
    z-index: 100;
    width: calc(100% - 80px);
    max-width: 900px;
    align-items: center;
    justify-content: center;
}
.clapat-video-popup-viewport::before {
    float: left;
    padding-top: 56.25%;
    content: "";
}
.clapat-img-popup-preloader,
.clapat-video-popup-preloader {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.clapat-img-popup-preloader div,
.clapat-video-popup-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.clapat-img-popup-preloader div:first-child,
.clapat-video-popup-preloader div:first-child {
    left: 8px;
    animation: 0.6s infinite clapat-img-popup-preloader1;
}
.clapat-img-popup-preloader div:nth-child(2),
.clapat-video-popup-preloader div:nth-child(2) {
    left: 8px;
    animation: 0.6s infinite clapat-img-popup-preloader2;
}
.clapat-img-popup-preloader div:nth-child(3),
.clapat-video-popup-preloader div:nth-child(3) {
    left: 32px;
    animation: 0.6s infinite clapat-img-popup-preloader2;
}
.clapat-img-popup-preloader div:nth-child(4),
.clapat-video-popup-preloader div:nth-child(4) {
    left: 56px;
    animation: 0.6s infinite clapat-img-popup-preloader3;
}
@keyframes clapat-img-popup-preloader1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes clapat-img-popup-preloader3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes clapat-img-popup-preloader2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.clapat-img-popup img {
    position: relative;
    max-width: 100%;
    max-height: calc(100vh - 160px);
    width: auto;
    height: auto;
    margin: 0 auto;
    z-index: 10;
    pointer-events: initial;
}
.clapat-video-popup iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: initial;
}
.rounded-borders .clapat-img-popup img {
    border-radius: 8px;
}
.clapat-img-popup-bg-close,
.clapat-video-popup-bg-close {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.clapat-img-popup-close,
.clapat-video-popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    opacity: 0;
    border-radius: 20px;
    pointer-events: initial;
}
.clapat-img-popup-close {
    right: 20px;
    top: 60px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.clapat-video-popup-close {
    right: -20px;
    top: -20px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.clapat-img-popup-next,
.clapat-img-popup-prev,
.clapat-video-popup-next,
.clapat-video-popup-prev {
    width: 26px;
    height: 50px;
    background-color: #000;
    color: #fff;
    opacity: 0;
    border-radius: 4px;
    z-index: 100;
    cursor: pointer;
    position: absolute;
}
.clapat-img-popup-close:hover,
.clapat-img-popup-next:hover,
.clapat-img-popup-prev:hover,
.clapat-video-popup-close:hover,
.clapat-video-popup-next:hover,
.clapat-video-popup-prev:hover {
    background-color: #000;
}
.clapat-img-popup-close::after,
.clapat-video-popup-close::after {
    font: var(--fa-font-solid);
    content: "\f00d";
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.clapat-img-popup-prev,
.clapat-video-popup-prev {
    left: 60px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.clapat-img-popup-prev::after,
.clapat-video-popup-prev::after {
    font: var(--fa-font-solid);
    content: "\f104";
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.clapat-img-popup-next,
.clapat-video-popup-next {
    right: 60px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.clapat-img-popup-next::after,
.clapat-video-popup-next::after {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 479px) {
    [data-tooltip]:hover::after,
    [data-tooltip]:hover::before {
        opacity: 0;
    }
    .clapat-img-popup-viewport {
        padding: 60px 23px;
    }
    .clapat-video-popup-viewport {
        width: calc(100% - 60px);
    }
    .clapat-img-popup img {
        max-height: calc(100vh - 120px);
    }
    .clapat-img-popup-close {
        right: 3px;
        top: 40px;
    }
    .clapat-img-popup-prev {
        left: 10px;
    }
    .clapat-img-popup-next {
        right: 10px;
    }
}
/**************** Other *****************/
