@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
    overflow: hidden;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

td {
    white-space: nowrap;
}
button,
input,
optgroup,
select,
textarea {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: 0.5;
    background: url(overlays/02.png) center center;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    -o-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide,
body.vegas-container > .vegas-timer {
    position: fixed;
    z-index: -1;
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px) brightness(1.01);
    filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1.01);
    filter: blur(0) brightness(1.01);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    -ms-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    -ms-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    -ms-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff;
}

.hamburger-box {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger--spring .hamburger-inner {
    top: 1px;
    -webkit-transition: background-color 0s 0.13s linear;
    -o-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s
            cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg);
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.85)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        color-stop(65%, rgba(0, 0, 0, 0.15)),
        color-stop(75.5%, rgba(0, 0, 0, 0.075)),
        color-stop(82.85%, rgba(0, 0, 0, 0.037)),
        color-stop(88%, rgba(0, 0, 0, 0.019)),
        to(transparent)
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: 0) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))
            max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: 0) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, white),
        to(#eee)
    );
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #eee),
        to(#ccc)
    );
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -o-linear-gradient(top, white 0, #eee 50%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(white),
        color-stop(50%, #eee)
    );
    background-image: linear-gradient(to bottom, white 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #eee),
        to(white)
    );
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.grecaptcha-badge {
    visibility: hidden;
}

.sticky-captcha {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 0;
    width: 100%;
    min-height: 22px;
}

.bydg-doc {
    padding: 10px 30px 30px;
    background: #ececec;
    border-bottom: 1px solid #ccc;
}

.bydg-doc .page-header {
    display: inline-block;
    width: 100%;
    padding-bottom: 9px;
    margin: 20px 0 10px;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #bfbfbf;
}

.bydg-doc code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.bydg-doc p {
    margin: 0 0 24px;
}

.bydg-doc p :last-child {
    margin: 0;
}

.bydg-doc a {
    color: #000;
}

.bydg-doc a:hover {
    color: #000;
}

.bydg-doc .page-color-change {
    position: fixed;
    top: 30px;
    right: 30px;
}

.bydg-doc .page-color-change li {
    display: inline-block;
    float: left;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.byenv-warning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #333;
    z-index: -999999999999999999999;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.byenv-warning p {
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.byenv-warning p.lt {
    font-size: 10px;
    font-style: italic;
    color: #999;
    letter-spacing: 0.7px;
}

.byenv-warning button {
    margin-bottom: 10px;
    padding: 10px 25px;
    color: #333;
    border: 1px solid #999;
    border-radius: 4px;
    background: #f7f7f7;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.byenv-warning button:hover {
    border: 1px solid #858585;
    background: #fff;
}

.byenv-warning i:before,
.byenv-warning i:after {
    content: "";
}

.byenv-warning .byenv-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 50%;
    -webkit-transform: translate(-50%, 0) scale(0.5);
    -ms-transform: translate(-50%, 0) scale(0.5);
    transform: translate(-50%, 0) scale(0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
    background: #efefef;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
}

.byenv-warning .byenv-inner i.iconx-full {
    display: inline-block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    font-size: 90px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    background: #fff;
}

.byenv-warning .byenv-inner i.iconx-cog {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/byenvs/icon-cogs.svg) center center no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
}

.byenv-warning .byenv-inner h6 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 40px 40px 0;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #6d6d6d;
    letter-spacing: 2px;
}

.byenv-warning .byenv-inner h6 span {
    border-bottom: 2px solid #333;
    -webkit-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
        color: #900;
        border-bottom-color: #900;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
        color: #900;
        border-bottom-color: #900;
    }
}

.byenv-warning .byenv-inner p {
    display: inline-block;
    padding: 0 25px;
    margin: 16px 0 30px;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.byenv-warning .byenv-inner p.lt {
    margin: 16px 0 20px;
    font-size: 10px;
    font-style: italic;
    color: #999;
    letter-spacing: 0.7px;
}

@media screen and (max-width: 640px) {
    .byenv-warning .byenv-inner {
        width: 90%;
    }
}

.byenv-warning .byenv-config {
    position: absolute;
    top: 50%;
    left: calc(50%);
    padding: 30px;
    max-width: 300px;
    width: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.byenv-warning .byenv-config i.iconx-lock {
    display: inline-block;
    margin: 10px 0 0 12px;
    width: 50%;
    height: 50px;
    background: url(../images/byenvs/icon-lock.svg) center center no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.byenv-warning .byenv-config p {
    font-size: 11px;
}

.byenv-warning .byenv-config p.lt {
    font-size: 10px;
}

.byenv-warning .byenv-config input {
    margin: 20px 0 10px;
    padding: 5px;
    width: 80%;
    background: #f3e6e6;
    border: 1px solid #d67373;
    outline: none;
}

.byenv-warning .byenv-config button {
    padding: 8px;
    width: 80%;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
}

.byenv-warning .byenv-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.byenv-warning .byenv-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #333;
}

.byenv-warning.is-show {
    z-index: 999999999999999999999;
    opacity: 1;
}

.byenv-warning.is-show .byenv-inner {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.byenv-warning.is-opened .byenv-config {
    opacity: 1;
    left: calc(50% + 280px);
    padding: 20px 20px 20px 90px;
}

@media screen and (max-width: 920px) {
    .byenv-warning.is-opened .byenv-inner {
        opacity: 0;
        z-index: 1;
    }

    .byenv-warning.is-opened .byenv-config {
        padding: 30px;
        left: calc(50%);
        z-index: 2;
    }

    .byenv-warning.is-opened .byenv-config i.iconx-cog {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: url(../images/byenvs/icon-cogs.svg) center center no-repeat;
        background-size: contain;
        z-index: 1;
        opacity: 0.5;
        cursor: pointer;
    }
}

@media screen and (max-width: 640px) {
    .byenv-warning.is-opened .byenv-config {
        width: 90%;
    }
}

.byenv-warning.byenv-dev i.iconx-full {
    background-color: #d84343;
}

.byenv-warning.byenv-dev .byenv-bg:after {
    border-color: #d84343;
}

.byenv-warning.byenv-stage i.iconx-full {
    background-color: #32d898;
}

.byenv-warning.byenv-stage .byenv-bg:after {
    border-color: #32d898;
}

i.icon {
    position: relative;
    width: 20px;
    height: 20px;
}

i.icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

i.icon.js-placeIcon {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

i.icon.icon-is-loaded {
    opacity: 1;
}

i.icon.rotate-180 svg {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(180deg) translate(-50%, -50%);
    -ms-transform: rotate(180deg) translate(-50%, -50%);
    transform: rotate(180deg) translate(-50%, -50%);
}

i.icon.rotate-90 svg {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    -ms-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
}

i.icon.rotate-270 svg {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, -50%);
    -ms-transform: rotate(270deg) translate(-50%, -50%);
    transform: rotate(270deg) translate(-50%, -50%);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

a,
button {
    outline: none;
    background: none;
    border: none;
}

.text-color-white {
    color: #fff;
}

.btn.color-white {
    color: #fff;
}

.bg-color-white {
    background-color: #fff;
}

.icon-color-white {
    fill: #fff;
}

.icon-color-white .stroke {
    stroke: #fff;
}

.icon-color-white .path {
    stroke: #fff;
}

.icon-color-white .fill {
    fill: #fff;
}

.text-color-black {
    color: #000;
}

.btn.color-black {
    color: #000;
}

.bg-color-black {
    background-color: #000;
}

.icon-color-black {
    fill: #000;
}

.icon-color-black .stroke {
    stroke: #000;
}

.icon-color-black .path {
    stroke: #000;
}

.icon-color-black .fill {
    fill: #000;
}

.text-color-chocolate {
    color: #766a62;
}

.btn.color-chocolate {
    color: #766a62;
}

.bg-color-chocolate {
    background-color: #766a62;
}

.icon-color-chocolate {
    fill: #fff;
}

.icon-color-chocolate .stroke {
    stroke: #766a62;
}

.icon-color-chocolate .path {
    stroke: #766a62;
}

.icon-color-chocolate .fill {
    fill: #766a62;
}

.text-color-chocolate-dark {
    color: #665c55;
}

.btn.color-chocolate-dark {
    color: #665c55;
}

.bg-color-chocolate-dark {
    background-color: #665c55;
}

.icon-color-chocolate-dark {
    fill: #665c55;
}

.icon-color-chocolate-dark .stroke {
    stroke: #665c55;
}

.icon-color-chocolate-dark .path {
    stroke: #665c55;
}

.icon-color-chocolate-dark .fill {
    fill: #665c55;
}

.text-color-chocolate-dark-2 {
    color: #59504a;
}

.btn.color-chocolate-dark-2 {
    color: #59504a;
}

.bg-color-chocolate-dark-2 {
    background-color: #59504a;
}

.icon-color-chocolate-dark-2 {
    fill: #59504a;
}

.icon-color-chocolate-dark-2 .stroke {
    stroke: #59504a;
}

.icon-color-chocolate-dark-2 .path {
    stroke: #59504a;
}

.icon-color-chocolate-dark-2 .fill {
    fill: #59504a;
}

.text-color-brownie {
    color: #918780;
}

.btn.color-brownie {
    color: #918780;
}

.bg-color-brownie {
    background-color: #918780;
}

.icon-color-brownie {
    fill: #918780;
}

.icon-color-brownie .stroke {
    stroke: #918780;
}

.icon-color-brownie .path {
    stroke: #918780;
}

.icon-color-brownie .fill {
    fill: #918780;
}

.text-color-gold {
    color: #c99077;
}

.btn.color-gold {
    color: #c99077;
}

.bg-color-gold {
    background-color: #c99077;
}

.icon-color-gold {
    fill: #c99077;
}

.icon-color-gold .stroke {
    stroke: #c99077;
}

.icon-color-gold .path {
    stroke: #c99077;
}

.icon-color-gold .fill {
    fill: #c99077;
}

.text-color-slate {
    color: #828691;
}

.btn.color-slate {
    color: #828691;
}

.bg-color-slate {
    background-color: #828691;
}

.icon-color-slate {
    fill: #828691;
}

.icon-color-slate .stroke {
    stroke: #828691;
}

.icon-color-slate .path {
    stroke: #828691;
}

.icon-color-slate .fill {
    fill: #828691;
}

.text-color-nude {
    color: #f1edea;
}

.btn.color-nude {
    color: #f1edea;
}

.bg-color-nude {
    background-color: #f1edea;
}

.icon-color-nude {
    fill: #f1edea;
}

.icon-color-nude .stroke {
    stroke: #f1edea;
}

.icon-color-nude .path {
    stroke: #f1edea;
}

.icon-color-nude .fill {
    fill: #f1edea;
}

.text-color-paper {
    color: #fffcfa;
}

.btn.color-paper {
    color: #fffcfa;
}

.bg-color-paper {
    background-color: #fffcfa;
}

.icon-color-paper {
    fill: #fffcfa;
}

.icon-color-paper .stroke {
    stroke: #fffcfa;
}

.icon-color-paper .path {
    stroke: #fffcfa;
}

.icon-color-paper .fill {
    fill: #fffcfa;
}

.text-color-paper-dark {
    color: #fffcfa;
}

.btn.color-paper-dark {
    color: #fffcfa;
}

.bg-color-paper-dark {
    background-color: #fffcfa;
}

.icon-color-paper-dark {
    fill: #fffcfa;
}

.icon-color-paper-dark .stroke {
    stroke: #fffcfa;
}

.icon-color-paper-dark .path {
    stroke: #fffcfa;
}

.icon-color-paper-dark .fill {
    fill: #fffcfa;
}

.text-color-red-dark {
    color: #d0021b;
}

.btn.color-red-dark {
    color: #d0021b;
}

.bg-color-red-dark {
    background-color: #d0021b;
}

.icon-color-red-dark {
    fill: #d0021b;
}

.icon-color-red-dark .stroke {
    stroke: #d0021b;
}

.icon-color-red-dark .path {
    stroke: #d0021b;
}

.icon-color-red-dark .fill {
    fill: #d0021b;
}

.text-color-green {
    color: #90a454;
}

.btn.color-green {
    color: #90a454;
}

.bg-color-green {
    background-color: #90a454;
}

.icon-color-green {
    fill: #90a454;
}

.icon-color-green .stroke {
    stroke: #90a454;
}

.icon-color-green .path {
    stroke: #90a454;
}

.icon-color-green .fill {
    fill: #90a454;
}

.text-color-blue-dark {
    color: #1f353b;
}

.btn.color-blue-dark {
    color: #1f353b;
}

.bg-color-blue-dark {
    background-color: #1f353b;
}

.icon-color-blue-dark {
    fill: #1f353b;
}

.icon-color-blue-dark .stroke {
    stroke: #1f353b;
}

.icon-color-blue-dark .path {
    stroke: #1f353b;
}

.icon-color-blue-dark .fill {
    fill: #1f353b;
}

.text-color-green-aqua {
    color: #5f7d40;
}

.btn.color-green-aqua {
    color: #5f7d40;
}

.bg-color-green-aqua {
    background-color: #5f7d40;
}

.icon-color-green-aqua {
    fill: #5f7d40;
}

.icon-color-green-aqua .stroke {
    stroke: #5f7d40;
}

.icon-color-green-aqua .path {
    stroke: #5f7d40;
}

.icon-color-green-aqua .fill {
    fill: #5f7d40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Montserrat, sans-serif;
    line-height: normal;
}

h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h5 {
    font-size: 1.25rem;
}

p {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 23px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

body {
    background-color: #fffcfa;
    background-image: url(/images/bg-body.svg), url(/images/bg-body-right.svg);
    background-position: -660px 0, right -750px top 1600px;
    background-repeat: no-repeat, no-repeat;
}

body.no-scroll {
    overflow: hidden;
}

body.pageportfoliodetalhe {
    background-image: none;
}

body.page-landingpage .main-content {
    left: 0;
    z-index: 125;
}

body.page-landingpage .module-slider-full .slider-nav {
    margin: 24px 25px 0 0;
}

body.pagehomepage main {
    z-index: 120;
}

@media (min-width: 768px) {
    body.page-landingpage .module-footer {
        right: 74px;
        left: 0;
        width: calc(100% - 74px);
    }

    body.page-landingpage .module-slider-full {
        width: calc(100% + 74px);
    }

    body.page-landingpage .module-slider-full .slider-nav {
        margin: 25px 142px 0 0;
    }

    body.page-landingpage.test-b .module-slider-content,
    body.page-landingpage.test-b .module-map-poi,
    body.page-landingpage.test-b .module-text-image,
    body.page-landingpage.test-b .module-contact-form {
        width: calc(100% + 74px);
    }

    body.page-landingpage.test-b .module-footer {
        right: 0;
        left: 0;
        width: calc(100%);
    }
}

main {
    position: relative;
    overflow: visible;
}

.grecaptcha-badge {
    z-index: 195;
}

.module {
    margin-bottom: 5px;
}

.inner-wrapper,
.module-error-pages {
    position: relative;
    margin: 0 25px;
    padding: 0;
}

.inner-wrapper.full-mobile,
.full-mobile.module-error-pages {
    margin: 0;
}

.slick-arrow {
    display: none !important;
}

.slick-slide {
    cursor: -webkit-grab;
    cursor: grab;
}

.slick-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slick-list {
    overflow: hidden;
}

.slick-list:after {
    clear: both;
    content: "";
    display: block;
}

.text-editor-img.mobile-only {
    display: none;
}

.text-editor-img.desktop-only {
    display: none;
}

@media all and (max-width: 767px) {
    .text-editor-img.mobile-only {
        display: inline-block;
    }

    .text-editor-img.desktop-only {
        display: none;
    }

    .module {
        padding-bottom: 0;
    }
}

@media all and (max-width: 768px) {
    .text-editor-img.mobile-only {
        display: none;
    }

    .text-editor-img.desktop-only {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .mt-mobile-0 {
        margin-top: 0 !important;
    }

    .mb-mobile-0 {
        margin-bottom: 0 !important;
    }

    .mt-mobile-20 {
        margin-top: 20px !important;
    }

    .mb-mobile-20 {
        margin-bottom: 20px !important;
    }

    .mt-mobile-40 {
        margin-top: 40px !important;
    }

    .mb-mobile-40 {
        margin-bottom: 40px !important;
    }

    .mt-mobile-60 {
        margin-top: 60px !important;
    }

    .mb-mobile-60 {
        margin-bottom: 60px !important;
    }

    .mt-mobile-80 {
        margin-top: 80px !important;
    }

    .mb-mobile-80 {
        margin-bottom: 80px !important;
    }

    .mt-mobile-100 {
        margin-top: 100px !important;
    }

    .mb-mobile-100 {
        margin-bottom: 100px !important;
    }

    .mt-mobile-120 {
        margin-top: 120px !important;
    }

    .mb-mobile-120 {
        margin-bottom: 120px !important;
    }

    .mt-mobile-140 {
        margin-top: 140px !important;
    }

    .mb-mobile-140 {
        margin-bottom: 140px !important;
    }

    .mt-mobile-160 {
        margin-top: 160px !important;
    }

    .mb-mobile-160 {
        margin-bottom: 160px !important;
    }

    .mt-mobile-180 {
        margin-top: 180px !important;
    }

    .mb-mobile-180 {
        margin-bottom: 180px !important;
    }

    .mt-mobile-200 {
        margin-top: 200px !important;
    }

    .mb-mobile-200 {
        margin-bottom: 200px !important;
    }
}

@media (min-width: 768px) {
    .inner-wrapper,
    .module-error-pages,
    .module.module-slider-pro .inner-wrapper,
    .module.module-slider-pro .module-error-pages {
        position: relative;
        margin: 0 auto;
        max-width: 1200px;
    }

    .inner-wrapper.full-mobile,
    .full-mobile.module-error-pages,
    .module.module-slider-pro .inner-wrapper.full-mobile,
    .module.module-slider-pro .full-mobile.module-error-pages {
        margin: 0 auto;
    }

    p {
        font-size: 16px;
    }

    .order-reverse .inner-wrapper,
    .order-reverse .module-error-pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    body.error-pages .main-content {
        margin: 0;
        width: 100%;
    }

    .mt-desktop-0 {
        margin-top: 0 !important;
    }

    .mb-desktop-0 {
        margin-bottom: 0 !important;
    }

    .mt-desktop-20 {
        margin-top: 20px !important;
    }

    .mb-desktop-20 {
        margin-bottom: 20px !important;
    }

    .mt-desktop-40 {
        margin-top: 40px !important;
    }

    .mb-desktop-40 {
        margin-bottom: 40px !important;
    }

    .mt-desktop-60 {
        margin-top: 60px !important;
    }

    .mb-desktop-60 {
        margin-bottom: 60px !important;
    }

    .mt-desktop-80 {
        margin-top: 80px !important;
    }

    .mb-desktop-80 {
        margin-bottom: 80px !important;
    }

    .mt-desktop-100 {
        margin-top: 100px !important;
    }

    .mb-desktop-100 {
        margin-bottom: 100px !important;
    }

    .mt-desktop-120 {
        margin-top: 120px !important;
    }

    .mb-desktop-120 {
        margin-bottom: 120px !important;
    }

    .mt-desktop-140 {
        margin-top: 140px !important;
    }

    .mb-desktop-140 {
        margin-bottom: 140px !important;
    }

    .mt-desktop-160 {
        margin-top: 160px !important;
    }

    .mb-desktop-160 {
        margin-bottom: 160px !important;
    }

    .mt-desktop-180 {
        margin-top: 180px !important;
    }

    .mb-desktop-180 {
        margin-bottom: 180px !important;
    }

    .mt-desktop-200 {
        margin-top: 200px !important;
    }

    .mb-desktop-200 {
        margin-bottom: 200px !important;
    }
}

@media (min-width: 992px) {
    .module {
        margin-bottom: 65px;
    }

    .main-content {
        width: calc(100% - 74px);
        left: 74px;
    }

    body.page-landingpage .main-content {
        width: calc(100% - 74px);
        right: 74px;
    }
}

@media (min-width: 768px) and (max-width: 1323px) {
    .page-landingpage .inner-wrapper,
    .page-landingpage .module-error-pages {
        margin: 0 99px 0 25px;
    }

    .inner-wrapper,
    .module-error-pages {
        margin: 0 25px;
        padding: 0;
    }

    .inner-wrapper.full-mobile,
    .full-mobile.module-error-pages {
        margin: 0 25px;
    }
}

select::-ms-expand {
    display: none;
}

.generic-button {
    position: relative;
    display: inline-block;
    padding: 15px 36px;
    margin: 0 0 24px;
    width: 180px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 17px;
    border: 1px solid #766a62;
    color: #766a62;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.generic-button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #766a62;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.generic-button.full {
    background: #766a62;
    color: #fffcfa;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.generic-button.full:hover {
    background: #665c55;
}

.generic-button.full:active {
    background: #59504a;
}

.generic-button.light {
    background: #fffcfa;
    color: #766a62;
}

.generic-button.light:hover {
    background: #fffcfa;
    color: #fff;
}

.generic-button.light:active {
    background: #fffcfa;
}

.generic-button.light-border {
    border-color: #fff;
    color: #fff;
}

.generic-button.light-border span {
    background-color: #fff;
}

.generic-button.light-border:hover {
    color: #766a62;
}

.generic-button.light-border:hover .icon svg {
    fill: #766a62;
}

.generic-button.bg-light {
    background: rgba(255, 255, 255, 0.3);
}

.generic-button.bg-light span {
    background: white;
}

.generic-button.bg-light:hover {
    color: #665c55;
    cursor: pointer;
}

.generic-button.bg-dark-blue {
    background: #1f353b;
    border-color: #1f353b;
}

.generic-button.bg-dark-blue span {
    background: #28444c;
}

.generic-button.mb-remove {
    margin-bottom: 0;
}

.generic-button.icon .icon {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.generic-button.icon .icon svg {
    width: 16px;
    height: 16px;
    -webkit-transition: fill 0.4s ease-in-out;
    -o-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
}

.generic-button:hover {
    color: #fffcfa;
    cursor: pointer;
}

.generic-button:active {
    background-color: #665c55;
    color: #fffcfa;
}

@media (min-width: 768px) {
    .generic-button {
        width: auto;
    }
}

.checkbox-container {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.fake-checkbox {
    position: relative;
    display: block;
    float: left;
    top: 2px;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 1px solid #766a62;
}

.fake-checkbox.validation-error ~ .checkbox-label {
    color: #d0021b;
}

.fake-checkbox.validation-error ~ .checkbox-label p {
    color: inherit;
}

.fake-checkbox.validation-error ~ .checkbox-label a {
    color: inherit;
}

.fake-checkbox .generic-checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #918780;
}

.fake-checkbox i.icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.fake-checkbox i.icon.icon-is-loaded {
    opacity: 0;
}

.fake-checkbox i.icon svg {
    position: absolute;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.checkbox-label {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 32px);
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #b1a197;
}

.checkbox-label a {
    text-decoration: none;
    font-weight: 400;
    color: #766a62;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.generic-input-text {
    padding: 12px 0 5px 6px;
    margin-bottom: 36px;
    width: 100%;
    height: 45px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #694831;
    border: none;
    border-bottom: 1px solid #918780;
    background: transparent;
    outline: none;
}

.generic-input-text::-webkit-input-placeholder {
    font-weight: 200;
    color: #694831;
}

.generic-input-text::-moz-placeholder {
    font-weight: 200;
    color: #694831;
}

.generic-input-text:-ms-input-placeholder {
    font-weight: 200;
    color: #694831;
}

.generic-input-text::-ms-input-placeholder {
    font-weight: 200;
    color: #694831;
}

.generic-input-text::placeholder {
    font-weight: 200;
    color: #694831;
}

.generic-input-text.code-area {
    display: inline-block;
    width: 72px;
}

.generic-input-text.contact-phone {
    display: inline-block;
    float: right;
    width: calc(100% - 82px);
}

.generic-select-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    width: 100%;
    height: 42px;
    margin-top: 3px;
    border-bottom: 1px solid #918780;
}

.generic-select-wrapper .icon {
    position: absolute;
    top: 23px;
    right: 5px;
    height: 12px;
    width: 7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    pointer-events: none;
}

.generic-select-wrapper .icon svg {
    height: 12px;
    width: 7px;
}

.generic-select-text {
    padding: 12px 0 5px 6px;
    width: 100%;
    height: 45px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 23px;
    color: #918780;
    border: none;
    background: transparent;
    outline: none;
}

::-webkit-input-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

::-ms-input-placeholder {
    font-style: italic;
}

::placeholder {
    font-style: italic;
}

.input-container {
    position: relative;
    display: inline-block;
    padding: 5px 0 0;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    color: #766a62;
}

.input-container label {
    display: block;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #766a62;
    text-transform: uppercase;
}

.input-container select {
    border-radius: 0;
    -webkit-appearance: none;
    font-style: italic;
}

.validation-error,
.extra-validation-error {
    border-bottom: 1px solid #d0021b;
    outline: none;
}

.fake-checkbox.validation-error {
    border: 1px solid #d0021b;
}

.validation-error ~ .field-validation-error {
    display: block;
}

.extra-validation-error ~ .field-extra-validation-error {
    display: block;
}

.field-validation-error,
.field-extra-validation-error {
    position: absolute;
    top: 65px;
    right: 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 11px;
    text-align: right;
    color: #d0021b;
    display: none;
}

.text-icon-link {
    position: relative;
    display: inline-block;
    padding: 0 15px 1px 4px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #918780;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(145, 135, 128, 0.4);
    -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    cursor: pointer;
}

.text-icon-link.no-opacity {
    padding: 0;
    color: #766a62;
}

.text-icon-link i {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 9px;
}

.text-icon-link i svg {
    width: 6px;
    height: 9px;
}

a:hover .text-icon-link,
.text-icon-link:hover {
    color: #766a62;
    border-color: #766a62;
}

a:hover .text-icon-link i svg,
.text-icon-link:hover i svg {
    fill: #766a62;
}

.text-icon-link:active {
    color: #59504a;
    border-color: #59504a;
}

.text-icon-link:active i svg {
    fill: #59504a;
}

.text-icon-link.is-hidden {
    opacity: 0;
    cursor: default;
}

.text-icon-link.color-white {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.text-icon-link.color-white:hover {
    color: #fff;
    border-color: #fff;
}

.text-icon-link.color-white:hover i svg {
    fill: #fff;
}

.pagination .text-icon-link {
    border-bottom: none;
    font-size: 20px;
    padding: 4px 10px 2px;
    margin-right: 20px;
    font-weight: 200;
}

@media screen and (max-width: 768px) {
    .pagination .text-icon-link {
        font-size: 16px;
        padding: 4px 6px 2px;
        margin-right: 10px;
    }
}

.pagination .text-icon-link.is-active {
    color: #766a62;
    border-bottom: 2px solid #766a62;
    font-weight: 400;
}

.pagination .text-icon-link.is-previous,
.pagination .text-icon-link.is-next {
    font-size: 12px;
    font-weight: 500;
}

.pagination .text-icon-link.is-next {
    margin: 0;
    padding: 4px 14px 2px 10px;
}

@media screen and (max-width: 768px) {
    .pagination .text-icon-link.is-next i {
        right: -2px;
    }
}

.pagination .text-icon-link.is-previous {
    padding: 4px 10px 2px 15px;
}

.pagination .text-icon-link.is-previous i {
    left: 2px;
    right: inherit;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
    .pagination .text-icon-link.is-previous i {
        left: -2px;
    }
}

.landing-bg-mask {
    position: fixed;
    top: 50%;
    left: 0;
    width: 500px;
    height: 500px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.module-text-image .image-container {
    position: relative;
    margin-bottom: 48px;
    max-width: 482px;
}

.module-text-image .image-container img {
    width: 100%;
    position: relative;
}

.module-text-image .title-lg {
    font-size: 24px;
    line-height: 33px;
    color: #766a62;
}

.module-text-image .generic-button {
    width: 100%;
}

.module-text-image p {
    margin-bottom: 36px;
    color: #918780;
}

.module-text-image ul {
    margin-bottom: 36px;
    color: #918780;
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    width: 50%;
}

.module-text-image li {
    padding: 10px;
    margin: 2px;
}

.module-text-image.mask {
    background: url(./bg.png);
    /* margin-top: -290px; */
}

@media (max-width: 600px) {
    .module-text-image.mask {
        /* margin-top: -120px; */
    }
}

.module-text-image.mask .image-container {
    overflow: hidden;
}

.module-text-image.mask .image-container img {
    /* top: -60px; */
}

.module-text-image.mask .image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    /* height: 105%; */
    background-image: url(/images/mask-logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.module-text-image .read-more-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.module-text-image .read-more-container.is-open {
    max-height: 400vh;
    opacity: 1;
}

@media (min-width: 768px) {
    .module-text-image .inner-wrapper,
    .module-text-image .module-error-pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .module-text-image .image-container {
        padding: 0;
        width: calc(50% - 15px);
    }

    .module-text-image .text-container {
        padding: 30px 0 0;
        width: calc(50% - 15px);
    }

    .module-text-image .text-container li {
        list-style-type: none;
        position: relative;
        padding-left: 15px;
    }

    .module-text-image .text-container li:before {
        content: "\00BB";
        font-size: 6px;
        position: absolute;
        top: 5px;
        left: -10px;
    }
}

.module-text-image .text-container .title-lg {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #2b3649;
}

.module-text-image .text-container .title-sm {
    font-size: 32px;
    line-height: 45px;
    color: #a58843;
}

.module-text-image .generic-button {
    width: auto;
}

.module-text-image.mask .image-container:before {
    top: -1px;
    left: -1px;
    border: 1px solid #fffcfa;
    background-size: contain;
}

@media (min-width: 1200px) {
    .module-text-image .image-container {
        padding: 0;
        margin-right: 100px;
        width: calc(50% - 15px);
    }

    .module-text-image .text-container {
        padding: 70px 100px 0 0;
        width: calc(50% - 15px);
    }

    .module-text-image .text-container .title-lg {
        font-size: 32px;
        line-height: 45px;
    }

    .module-text-image.mask .image-container:before {
        background-size: contain;
    }
}

.accordion-parent {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
}

.accordion-parent img {
    width: 120px;
}

.accordion-parent i.icon.js-placeIcon {
    position: relative;
    display: inline-block;
    float: right;
    top: 8px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.4s ease;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.25s ease-in-out, transform 0.4s ease;
    transition: opacity 0.25s ease-in-out, transform 0.4s ease;
    transition: opacity 0.25s ease-in-out, transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.accordion-parent i.icon.js-placeIcon svg {
    width: 14px;
    height: 14px;
}

.accordion-parent a {
    color: inherit;
    text-decoration: none;
}

.accordion-parent a:hover {
    text-decoration: underline;
}

.accordion-parent.is-open .accordion-list-child {
    padding: 19px 0 43px;
    max-height: 400px;
}

.accordion-parent.is-open i.icon.js-placeIcon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-list-child {
    padding: 0;
    max-height: 600px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: max-height 0.5s ease, padding 0.6s ease;
    -o-transition: max-height 0.5s ease, padding 0.6s ease;
    transition: max-height 0.5s ease, padding 0.6s ease;
    overflow: hidden;
}

.accordion-list-child li {
    margin-bottom: 8px;
    opacity: 0.8;
}

.accordion-list-child li a {
    display: inline-block;
    padding: 5px 5px 5px 0;
}

.accordion-list-child li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .accordion-parent .icon {
        display: none;
    }

    .accordion-list-child {
        padding: 24px 0 0;
        max-height: 600px;
    }
}

.navbar {
    width: 100%;
    background: #fff0;
}

.social-logos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0 15px;
    overflow: hidden;
}

.social-logos li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-logos a {
    position: relative;
    padding: 10px;
}

.social-logos .icon {
    display: block;
}

.social-logos .icon[data-id="icon-facebook"],
.social-logos .icon[data-id="icon-facebook"] svg {
    width: 12px;
    height: 35px;
}

.social-logos .icon[data-id="icon-instagram"],
.social-logos .icon[data-id="icon-instagram"] svg {
    width: 18px;
    height: 35px;
}

.social-logos .icon[data-id="icon-vimeo"],
.social-logos .icon[data-id="icon-vimeo"] svg {
    width: 10px;
    height: 35px;
}

.social-logos .icon[data-id="icon-youtube"],
.social-logos .icon[data-id="icon-youtube"] svg {
    width: 22px;
    height: 35px;
}

.social-logos .icon[data-id="icon-linkedin"],
.social-logos .icon[data-id="icon-linkedin"] svg {
    width: 23px;
    height: 23px;
}

.whatsapp {
    width: 30%;
    position: relative;
    float: right;
    right: -130px;
    bottom: -110px;
}

@media (min-width: 992px) {
    .whatsapp {
        width: 30%;
        position: relative;
        float: right;
        right: -38px;
        bottom: -64px;
    }
}

@media (max-width: 600px) {
    .whatsapp {
        width: 50%;
        right: 0px;
        bottom: -150px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .social-logos {
        display: block;
        padding: 0;
    }

    .social-logos li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 12px;
    }

    .social-logos li:first-child {
        padding: 0 12px 0 0;
    }
}

.form-feedback {
    position: absolute;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.form-feedback .feedback-title-lg {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 48px;
    line-height: 64px;
    color: #d0021b;
}

.form-feedback .feedback-description {
    margin-bottom: 24px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
    color: #918780;
}

.form-feedback i.icon.icon-logo-vp {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.07;
}

.form-feedback i.icon.icon-logo-vp svg {
    top: 0;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.form-feedback i.icon.icon-mail {
    display: inline-block;
    width: 63px;
    height: 48px;
    margin-bottom: 14px;
}

.form-feedback i.icon.icon-mail svg {
    width: 63px;
    height: 48px;
}

.form-feedback button.generic-button {
    width: auto;
    float: none;
}

.form-feedback button.generic-button:hover {
    color: inherit;
}

.form-feedback.form-success .feedback-title-lg {
    color: #90a454;
}

.form-feedback.is-active {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 992px) {
    .form-feedback {
        left: 65%;
        top: -38px;
    }
}

.module-header-page {
    margin-bottom: 48px;
    margin-top: 0;
}

.module-header-page .title-md {
    position: relative;
    display: inline-block;
    padding: 0 2px 0 0;
    margin: 120px 0 12px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #918780;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.module-header-page .icon-arrow {
    position: absolute;
    top: calc(50% + 1px);
    left: 2px;
    width: 6px;
    height: 9px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.module-header-page .icon-arrow svg {
    width: 6px;
    height: 9px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.module-header-page .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #766a62;
}

.module-header-page a {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

.module-header-page a:hover .title-md {
    border-bottom: 1px solid #766a62;
}

.module-header-page p {
    margin-bottom: 36px;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 23px;
    color: #a48748;
}

.module-header-page .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 5px;
    overflow-x: auto;
}

.module-header-page .links-container:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
}

.module-header-page .links-container .links-item {
    display: inline-block;
    margin: 0 14px;
    padding: 8px 4px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #918780;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.module-header-page .links-container .links-item:first-child {
    margin: 0 14px 0 24px;
}

.module-header-page .links-container .links-item.is-active {
    color: #766a62;
    border-bottom: 1px solid #766a62;
    cursor: auto;
}

.module-header-page-aligned .links-container {
    padding-left: 0;
}

.module-header-page-blog {
    margin: 0 25px;
}

.module-header-page-blog .inner-wrapper,
.module-header-page-blog .module-error-pages {
    max-width: 788px;
    margin: auto;
}

@media (min-width: 992px) {
    .module-header-page .title-md {
        margin: 80px 0 0;
    }

    .module-header-page .title-lg {
        font-size: 48px;
        line-height: 64px;
        color: #a48748;
        font-weight: 700;
    }

    .module-header-page .links-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .module-header-page .links-container .links-item:first-child {
        margin: 0 14px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1298px) {
    .module-header-page .links-container {
        margin: 0 25px;
    }
}

@media (min-width: 768px) and (max-width: 1320px) {
    .module-header-page-aligned .links-container {
        margin: 0 25px;
    }

    .module-header-page-aligned .links-container .links-item:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .module-header-page-aligned .links-container {
        margin: 0 25px;
        padding-left: 0;
    }

    .module-header-page-aligned .links-container .links-item:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .module-header-page {
        margin-top: 30px;
    }
}

.card-section-item {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    margin: 0 10px;
    text-align: center;
    outline: none;
}

.card-section-item a {
    text-decoration: none;
}

.card-section-item .text-icon-link {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.card-section-item .image-container {
    position: relative;
}

.card-section-item .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-section-item .title-sm {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #918780;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.card-section-item .title-md {
    padding: 0;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #766a62;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.module-cards-section-media .card-section-item {
    margin-bottom: 60px;
}

.module-cards-section-media .card-section-item:nth-child(3),
.module-cards-section-media .card-section-item:nth-child(6) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .module-cards-section-media .card-section-item {
        margin: 0 10px 32px 0;
        width: calc(48% - 5px);
    }

    .module-cards-section-media .card-section-item:nth-child(3),
    .module-cards-section-media .card-section-item:nth-child(6) {
        margin: 0 4% 32px 0;
    }

    .module-cards-section-media .card-section-item:nth-of-type(even) {
        margin-right: 0;
    }

    .module-cards-section-media .card-section-item .title-sm,
    .module-cards-section-media .card-section-item .title-md,
    .module-cards-section-media .card-section-item .text-icon-link {
        opacity: 1;
    }

    .module-cards-section-media .card-section-item .title-md {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        padding: 0;
    }

    .module-cards-section-media .card-section-item .title-sm {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .card-section-item {
        display: block;
        width: calc(33% - 15px);
        max-width: 380px;
        margin: 0 20px 0 0;
        float: none;
    }

    .card-section-item .title-sm,
    .card-section-item .title-md,
    .card-section-item .text-icon-link {
        opacity: 1;
    }

    .card-section-item:last-child {
        margin: 0;
    }

    .module-cards-section-media .card-section-item .card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
}

.pagination {
    margin: 14px 0 120px;
    justify-content: center;
}

.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 25px;
    overflow-x: auto;
    overflow-y: none;
}

@media (max-width: 768px) {
    .pagination .text-icon-link.is-previous {
        margin-left: 20px;
    }

    .pagination .text-icon-link.is-next {
        margin-right: 20px;
    }
}

.module-hero-image-text {
    margin: 0 25px 50px;
}

.module-hero-image-text .image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.module-hero-image-text .image-container.v-line {
    position: relative;
    margin-bottom: 98px;
}

.module-hero-image-text .image-container.v-line:after {
    position: absolute;
    content: "";
    bottom: -73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 48px;
    background: #766a62;
}

.module-hero-image-text .text-container {
    margin-bottom: 50px;
}

.module-hero-image-text .text-container p {
    font-size: 18px;
    line-height: 26px;
    color: #766a62;
}

@media (max-width: 768px) {
    .module-hero-image-text .text-container p {
        font-size: 16px;
        line-height: 26px;
    }
}

.module-hero-image-text .inner-wrapper,
.module-hero-image-text .module-error-pages {
    max-width: 788px;
    margin: auto;
}

.module-image-title-text {
    margin: 0 25px 50px;
}

.module-image-title-text .inner-wrapper,
.module-image-title-text .module-error-pages {
    max-width: 788px;
    margin: auto;
}

.module-image-title-text .title-lg {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.11px;
    color: #766a62;
}

.module-image-title-text .text-container {
    margin-bottom: 50px;
}

.module-image-title-text .text-container p {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.11px;
    color: #766a62;
}

.module-image-title-text .image-container,
.module-image-title-text .video-container {
    margin-bottom: 35px;
}

.module-image-title-text .image-container img,
.module-image-title-text .video-container img {
    display: block;
    width: 100%;
    height: auto;
}

.module-image-title-text .video-container {
    position: relative;
    padding: 41.67% 0 0;
}

.module-quote .inner-wrapper,
.module-quote .module-error-pages {
    position: relative;
    padding: 0 10%;
}

.module-quote i.icon {
    position: absolute;
    top: 12px;
    left: -100px;
}

.module-quote i.icon,
.module-quote i.icon svg {
    width: 36px;
    height: 30px;
}

.module-quote .ctx {
    position: relative;
    display: inline-block;
    margin: 0 0 0 100px;
    width: calc(100% - 100px);
    max-width: 780px;
}

.module-quote .ctx:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 2px;
    background: #766a62;
}

.module-quote .text,
.module-quote .author,
.module-quote .label {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
}

.module-quote .text {
    margin-bottom: 24px;
    color: #918780;
    letter-spacing: 0.1px;
}

.module-quote .text p {
    font-size: 18px;
}

.module-quote .text em {
    font-style: italic;
}

.module-quote .author {
    margin-bottom: 6px;
    font-size: 14px;
    color: #766a62;
}

.module-quote .label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #918780;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.module-quote.inside .inner-wrapper,
.module-quote.inside .module-error-pages {
    max-width: 788px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 768px) {
    .module-quote .inner-wrapper,
    .module-quote .module-error-pages {
        padding: 0;
    }

    .module-quote i.icon {
        left: -50px;
    }

    .module-quote i.icon,
    .module-quote i.icon svg {
        width: 24px;
        height: 20px;
    }

    .module-quote .ctx {
        margin: 0 0 0 50px;
        width: calc(100% - 50px);
    }

    .module-quote .ctx:before {
        left: -12px;
    }

    .module-quote .text p {
        font-size: 14px;
    }

    .module-quote.inside .inner-wrapper,
    .module-quote.inside .module-error-pages {
        max-width: 788px;
        margin: 0 25px;
        padding: 0;
    }
}

.contact-sticky {
    position: fixed;
    bottom: 48px;
    right: 48px;
    height: 48px;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.contact-sticky .text-label {
    display: inline-block;
    padding: 0;
    max-width: 0;
    height: 48px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #766a62;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: padding 0.3s ease-in-out 0.1s,
        max-width 0.4s ease-in-out 0.1s, opacity 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out 0.1s,
        max-width 0.4s ease-in-out 0.1s, opacity 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out 0.1s, max-width 0.4s ease-in-out 0.1s,
        opacity 0.3s ease-in-out;
}

.contact-sticky .icon {
    display: inline-block;
    float: right;
    width: 48px;
    height: 48px;
}

.contact-sticky .icon svg {
    width: 22px;
    height: 18px;
}

.contact-sticky:hover .text-label,
.contact-sticky.is-open .text-label {
    padding: 12px 0 12px 12px;
    max-width: 500px;
    opacity: 1;
    -webkit-transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
    -o-transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
    transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
}

.contact-sticky.is-fixed-footer {
    position: absolute;
    top: -48px;
}

@media (min-width: 768px) {
    .contact-sticky {
        display: block;
    }
}

.newsletter-sticky {
    position: fixed;
    bottom: 48px;
    right: 48px;
    height: 48px;
    background: #766a62;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.newsletter-sticky.top {
    bottom: 96px;
}

.newsletter-sticky.top.is-fixed-footer {
    position: absolute;
    top: -96px;
}

.newsletter-sticky .text-label {
    display: inline-block;
    padding: 0;
    max-width: 0;
    height: 48px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: padding 0.3s ease-in-out 0.1s,
        max-width 0.4s ease-in-out 0.1s, opacity 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out 0.1s,
        max-width 0.4s ease-in-out 0.1s, opacity 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out 0.1s, max-width 0.4s ease-in-out 0.1s,
        opacity 0.3s ease-in-out;
}

.newsletter-sticky .icon {
    display: inline-block;
    float: right;
    width: 48px;
    height: 48px;
}

.newsletter-sticky .icon svg {
    width: 22px;
    height: 18px;
}

.newsletter-sticky:hover .text-label,
.newsletter-sticky.is-open .text-label {
    padding: 12px 0 12px 12px;
    max-width: 500px;
    opacity: 1;
    -webkit-transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
    -o-transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
    transition: padding 0.3s ease-in-out, max-width 0.4s ease-in-out,
        opacity 0.3s ease-in-out 0.2s;
}

.newsletter-sticky.is-fixed-footer {
    position: absolute;
    top: -48px;
}

@media (min-width: 768px) {
    .newsletter-sticky {
        display: block;
    }
}

.share {
    margin: 0 25px 50px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #766a62;
    text-transform: uppercase;
}

.share-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .share-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin-bottom: 0;
    }
}

.share-author-image {
    border-radius: 50%;
    background-clip: padding-box;
    margin-right: 10px;
}

.share-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share-social-link {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
}

.share-social-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
}

.share-social-item:last-of-type > a {
    margin-right: 0;
}

.share .inner-wrapper,
.share .module-error-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 788px;
    margin: auto;
    border-bottom: 1px solid #766a62;
    padding-bottom: 20px;
}

.rte {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #766a62;
    line-height: 1.44;
}

.rte.bg-chocolate {
    padding: 60px 0 80px;
    background: #766a62 url(/images/bg-body-light.svg) -900px 0 / cover no-repeat;
    color: #fffcfa;
}

.rte.bg-chocolate .module-header-page .title-md,
.rte.bg-chocolate .module-header-page .title-lg,
.rte.bg-chocolate .module-header-page p {
    color: #fffcfa;
}

.rte.bg-chocolate a {
    color: #fffcfa;
}

.rte.bg-chocolate .generic-button {
    margin-top: 20px;
    width: auto;
    text-decoration: none;
}

@media (min-width: 768px) {
    .rte.bg-chocolate .generic-button {
        width: 190px;
    }
}

.rte-image {
    width: 190px;
    height: 190px;
    margin: auto;
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
}

@media (min-width: 768px) {
    .rte-image {
        width: 354px;
        height: 354px;
    }
}

.rte-image-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: auto;
}

@media (min-width: 768px) {
    .rte-image-wrapper {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 50px 25px 0 0;
    }
}

@media (min-width: 992px) {
    .rte-image-wrapper {
        margin: 50px 10px 0 50px;
    }
}

.rte .inner-wrapper,
.rte .module-error-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .rte .inner-wrapper,
    .rte .module-error-pages {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .rte .inner-wrapper.wrapper-small,
    .rte .wrapper-small.module-error-pages {
        padding-right: 0;
    }
}

.rte .title-sm {
    display: inline-block;
    font-size: 50px;
    margin: 50px 0 20px;
    font-weight: 700;
    color: #a48748;
    padding-top: 30px;
}

.rte-has-image .inner-wrapper,
.rte-has-image .module-error-pages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rte p {
    margin-bottom: 20px;
}

.rte strong {
    font-weight: 700;
}

.rte em {
    font-style: italic;
}

.rte ol,
.rte ul {
    padding-left: 40px;
}

.rte ol li,
.rte ul li {
    position: relative;
}

.rte ol li:before,
.rte ul li:before {
    position: absolute;
    left: -25px;
    color: currentColor;
}

.rte ul li:before {
    content: "\2022";
}

.rte ol {
    counter-reset: orderedList;
}

.rte ol li:before {
    content: counter(orderedList) ".";
    counter-increment: orderedList;
}

.rte a {
    color: #766a62;
    text-decoration: underline;
}

.module-error-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    max-width: 788px;
    margin: auto;
}

.module-error-pages .error-pages-subtitle {
    text-transform: uppercase;
    color: #918780;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.module-error-pages .error-pages-title {
    color: #766a62;
    margin-bottom: 80px;
    line-height: 1.4;
    font-size: 24px;
}

@media (min-width: 768px) {
    .module-error-pages .error-pages-title {
        font-size: 30px;
    }
}

.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .icon-text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (min-width: 1200px) {
    .icon-text {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

.icon-text-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.icon-text-icon .icon {
    width: 36px;
    height: 36px;
}

.icon-text-icon .icon svg {
    width: 36px;
    height: 36px;
}

.icon-text-copy {
    font-size: 14px;
    font-weight: 400;
    color: #766a62;
    padding-right: 20px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .icon-text-copy {
        max-width: 200px;
        padding-right: 0;
    }
}

.image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.image-text .image-text-logo {
    min-height: 70px;
}

.image-text .image-text-logo .image-text-logo-image {
    margin: 0 auto;
    display: block;
}

.image-text .image-text-subtitle {
    margin: 0 auto 10px;
    max-width: 150px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #918780;
    line-height: 15px;
}

.image-text .image-text-title {
    margin: 0 auto 10px;
    font-size: 14px;
    color: #766a62;
    line-height: 1.5;
    max-width: 150px;
    font-weight: 200;
}

@media (min-width: 768px) {
    .image-text {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (min-width: 1200px) {
    .image-text {
        -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
    }
}

.image-text-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 36px;
}

.image-text-link-avatar {
    width: 72px;
    height: 72px;
    margin-right: 23px;
    border-radius: 50%;
    background-clip: padding-box;
}

.image-text-link-copy {
    margin-top: 10px;
}

.image-text-link-subtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #918780;
}

.image-text-link-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #766a62;
    line-height: 1.4;
}

.image-text-link-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    margin-top: -30px;
}

.image-text-link-tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.image-text-link-tooltip .tooltip-link {
    position: absolute;
    left: calc(50% - 14px);
    bottom: 28px;
    padding: 18px;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #766a62;
    text-decoration: underline;
    pointer-events: none;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.image-text-link-tooltip .tooltip-link.is-showed {
    bottom: 38px;
    opacity: 1;
    pointer-events: auto;
}

.image-text-link-tooltip .tooltip-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #766a62;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.image-text-link-tooltip .icon {
    margin-right: 25px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .image-text-link {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .image-text-link-tooltip .tooltip-link {
        left: -10px;
        font-size: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .image-text-link-tooltip .tooltip-link:after {
        left: 8px;
        bottom: -7px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid #766a62;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .image-text-link {
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }
}

.module-intro {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.module-intro:before,
.module-intro:after {
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-intro:before {
    background: #fffcfa;
    -webkit-transition: background 0.4s, opacity 0.4s;
    -o-transition: background 0.4s, opacity 0.4s;
    transition: background 0.4s, opacity 0.4s;
}

.module-intro:after {
    -webkit-box-shadow: 0 0 0 100vw #fffcfa, inset 0 0 0 2px #fffcfa;
    box-shadow: 0 0 0 100vw #fffcfa, inset 0 0 0 2px #fffcfa;
    background: url(/images/mask-logo.svg) no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transition: width 3s ease-in-out 0.4s, height 3s ease-in-out 0.4s;
    -o-transition: width 3s ease-in-out 0.4s, height 3s ease-in-out 0.4s;
    transition: width 3s ease-in-out 0.4s, height 3s ease-in-out 0.4s;
}

@media (orientation: portrait) {
    .module-intro:after {
        -webkit-box-shadow: 0 0 0 100vh #fffcfa, inset 0 0 0 2px #fffcfa;
        box-shadow: 0 0 0 100vh #fffcfa, inset 0 0 0 2px #fffcfa;
    }
}

.module-intro.to-animate:before {
    background: #766a62;
}

.module-intro.is-animating {
    pointer-events: none;
}

.module-intro.is-animating:before {
    opacity: 0;
}

.module-intro.is-animating:after {
    width: 2000vw;
    height: 2000vw;
}

@media (orientation: portrait) {
    .module-intro.is-animating:after {
        width: 2000vh;
        height: 2000vh;
    }
}

.module-intro.to-remove {
    opacity: 0;
}

.card-career {
    display: none;
    margin-bottom: 26px;
    padding: 25px 17px 30px;
    background-color: #918780;
    text-decoration: none;
}

.card-career.is-active {
    display: block;
}

.card-career-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-career-columns:first-child {
    margin-bottom: 22px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-career-title-md {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 20px;
    color: #fffcfa;
    letter-spacing: 0.09px;
    text-align: left;
}

.card-career-title-sm {
    font-weight: 600;
    font-size: 12px;
    color: #fffcfa;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.card-career-label {
    padding: 5px 12px;
    min-width: 80px;
    border: 1px solid #fffcfa;
    border-radius: 13px;
    color: #fffcfa;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-transform: uppercase;
}

.card-career .wrapper-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-career-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffcfa;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}

.card-career-location i.icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.card-career-location i.icon svg {
    width: 100%;
    height: 100%;
}

.card-career-time {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fffcfa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-career .text-icon-link {
    display: none;
}

@media (min-width: 992px) {
    .card-career {
        position: relative;
        top: 0;
        margin-bottom: 24px;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .card-career:hover {
        top: -5px;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    }

    .card-career:hover .text-icon-link {
        color: #fffcfa;
        border-color: #fffcfa;
    }

    .card-career:hover .text-icon-link i svg {
        fill: #fffcfa;
    }

    .card-career-title-md {
        font-size: 24px;
        letter-spacing: 0.11px;
    }

    .card-career .wrapper-info {
        width: auto;
        max-width: 400px;
        gap: 15px;
    }

    .card-career .text-icon-link {
        display: inline-block;
    }

    .card-career .text-icon-link i svg {
        fill: rgba(255, 252, 250, 0.7);
    }
}

.module-text-cta {
    text-align: center;
}

.module-text-cta .inner-wrapper,
.module-text-cta .module-error-pages {
    max-width: 807px;
}

.module-text-cta .title-lg {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    color: #766a62;
    letter-spacing: 0.11px;
    text-align: center;
    line-height: 33px;
}

.module-text-cta .rte {
    margin-bottom: 32px;
}

.module-text-cta .rte p {
    font-weight: 400;
    font-size: 16px;
    color: #766a62;
    letter-spacing: 0.11px;
    text-align: center;
    line-height: 24px;
}

.module-text-cta .generic-button {
    width: 100%;
}

@media (min-width: 768px) {
    .module-text-cta.align-left {
        text-align: left;
    }

    .module-text-cta.align-right {
        text-align: right;
    }

    .module-text-cta .title-lg {
        margin-bottom: 25px;
        font-size: 48px;
        line-height: 64px;
    }

    .module-text-cta .rte {
        margin-bottom: 25px;
    }

    .module-text-cta .rte p {
        font-size: 18px;
        line-height: 26px;
    }

    .module-text-cta .generic-button {
        width: auto;
    }
}

.module-text-image-columns {
    background: #e9eaec;
    text-align: left;
    overflow: hidden;
}

.module-text-image-columns.bg-logo .inner-wrapper,
.module-text-image-columns.bg-logo .module-error-pages {
    background: url(/images/logos/logo-vp-bg.svg) no-repeat 10px 20px;
}

.module-text-image-columns .logo {
    margin: 0 auto 36px;
}

.module-text-image-columns .title-lg {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #2b3649;
}

.module-text-image-columns .inner-wrapper,
.module-text-image-columns .module-error-pages {
    overflow: hidden;
}

.module-text-image-columns p {
    margin-bottom: 36px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #918780;
}

.module-text-image-columns .text-image-column {
    margin-bottom: 24px;
}

.module-text-image-columns .generic-button {
    margin-bottom: 12px;
}

.module-text-image-columns .column-image {
    margin-bottom: 24px;
    width: 100%;
}

.module-text-image-columns .title-sm {
    font-size: 32px;
    line-height: 45px;
    color: #a58843;
}

.module-text-image-columns .text-icon-link {
    margin-bottom: 12px;
    color: rgba(118, 106, 98, 0.7);
}

.module-text-image-columns .text-icon-link:hover {
    color: #766a62;
}

.module-text-image-columns .type-text .title-md {
    margin-bottom: 36px;
    text-align: left;
    font-size: 24px;
    line-height: 33px;
    color: #766a62;
}

.module-text-image-columns .type-image .title-md {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
    color: #766a62;
}

@media (min-width: 992px) {
    .module-text-image-columns.bg-logo .inner-wrapper,
    .module-text-image-columns.bg-logo .module-error-pages {
        background-position: top right;
        background-size: contain;
    }

    .module-text-image-columns p {
        line-height: 23px;
    }

    .module-text-image-columns .text-image-column {
        float: center;
        margin: 30px;
        /* width: calc(33.3% - 20px) */
    }

    .module-text-image-columns .text-image-column:last-child {
        margin-right: 0;
    }

    .module-text-image-columns .title-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 32px;
        line-height: 45px;
    }

    .module-text-image-columns .type-text {
        text-align: left;
    }

    .module-text-image-columns .type-text .title-md {
        padding-top: 24px;
        font-size: 32px;
        line-height: 45px;
    }
}

.module-cards-section {
    position: relative;
    overflow: hidden;
    background-image: url(./bg.png);
}

.module-cards-section .title-lg {
    float: left;
    margin: 0 10px 36px 25px;
    width: calc(100% - 150px);
    font-size: 24px;
    line-height: 33px;
    color: #766a62;
}

.module-cards-section .btn-view-all {
    position: relative;
    float: right;
    margin: 8px 25px 0 0;
}

.module-cards-section .cards-slider .slick-list {
    padding: 0 0 0 25px;
    clear: both;
}

.module-cards-section .slick-active .title-sm,
.module-cards-section .slick-active .title-md,
.module-cards-section .slick-active .text-icon-link {
    opacity: 1;
}

.module-cards-section.type-2 .image-container {
    margin-bottom: 24px;
}

.module-cards-section.type-2 .image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(96, 89, 85, 0)),
        to(#4d443f)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(96, 89, 85, 0) 0,
        #4d443f 100%
    );
    background-image: linear-gradient(
        -180deg,
        rgba(96, 89, 85, 0) 0,
        #4d443f 100%
    );
}

.module-cards-section.type-2 .card-image {
    margin-bottom: 0;
}

.module-cards-section.type-2 .inner-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.module-cards-section.type-2 .title-sm,
.module-cards-section.type-2 .title-md {
    color: #fff;
}

.module-cards-section.type-2 .title-md {
    margin-bottom: 38px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .module-cards-section.type-2 .title-md {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }
}

.module-cards-section.module-cards-section-media {
    margin-bottom: 20px;
}

.module-cards-section.module-cards-section-media .inner-wrapper,
.module-cards-section.module-cards-section-media .module-error-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-cards-section.module-cards-section-media + .module-newsletter-form {
    padding-top: 40px;
    background: transparent;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .module-cards-section.module-cards-section-media .cards-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 25px;
    }

    .module-cards-section.module-cards-section-media .title-lg {
        display: none;
    }

    .module-cards-section.module-cards-section-media + .module-newsletter-form {
        padding: 28px 0 100px;
    }

    .module-cards-section.module-cards-section-media
        + .module-newsletter-form
        .generic-button {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .module-cards-section .cards-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .module-cards-section .title-lg {
        margin: 0 10px 36px 0;
        font-size: 32px;
    }

    .module-cards-section .btn-view-all {
        margin-right: 0;
        height: 20px;
    }
}

.module-newsletter-form {
    position: relative;
    margin: 0;
    background: #f8f4f2;
    padding: 48px 20px;
}

.module-newsletter-form .title-lg {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 31px;
    color: #766a62;
}

.module-newsletter-form .form-container {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.module-newsletter-form .form-container.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.module-newsletter-form .checkbox-container {
    margin-bottom: 16px;
}

.module-newsletter-form .generic-button {
    margin-bottom: 0;
    width: 100%;
}

.module-newsletter-form .generic-button:hover {
    color: #fff;
}

.module-newsletter-form .input-container label {
    color: #564e48;
}

.module-newsletter-form .checkbox-label {
    color: #5b4f47;
}

.module-newsletter-form .checkbox-label a {
    color: #3e342e;
}

/* .maps {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }
    .maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
} */

@media (min-width: 768px) {
    .module-newsletter-form .checkbox-label {
        padding-top: 3px;
    }
}

@media (min-width: 992px) {
    .module-newsletter-form {
        padding: 96px 100px 76px;
        left: 1px;
        width: calc(100% - 1px);
        overflow: hidden;
        padding-bottom: 100px;
    }

    .module-newsletter-form .title-lg {
        position: relative;
        float: left;
        top: 24px;
        margin-right: 10px;
        max-width: 400px;
        font-size: 28px;
        line-height: 39px;
    }

    .module-newsletter-form .form-container {
        float: right;
        width: calc(100% - -44px);
        max-width: 692px;
    }

    .module-newsletter-form .input-container {
        width: calc(50% - 22px);
    }

    .module-newsletter-form .input-container:first-child {
        margin-right: 40px;
    }

    .module-newsletter-form .checkbox-container {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
        width: 368px;
    }

    .module-newsletter-form .generic-button {
        float: right;
        width: auto;
        padding: 15px 53px;
    }
}

.newsletter-popup,
.propertylead-popup {
    position: relative;
    margin: 0;
    background: #f8f4f2;
    padding: 48px 68px;
    max-width: 515px;
}

.newsletter-popup .inner-wrapper,
.newsletter-popup .module-error-pages,
.propertylead-popup .inner-wrapper,
.propertylead-popup .module-error-pages {
    margin: 0 auto;
    padding: 20px;
}

.newsletter-popup .title-lg,
.propertylead-popup .title-lg {
    font-size: 26px;
    line-height: 39px;
    color: #766a62;
}

.newsletter-popup p.subtitle,
.propertylead-popup p.subtitle {
    font-size: 16px;
    color: #918780;
    margin-bottom: 25px;
}

.newsletter-popup .form-container,
.propertylead-popup .form-container {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.newsletter-popup .form-container.is-hidden,
.propertylead-popup .form-container.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.newsletter-popup .checkbox-container,
.propertylead-popup .checkbox-container {
    margin-bottom: 16px;
}

.newsletter-popup .generic-button,
.propertylead-popup .generic-button {
    margin: auto;
    margin-bottom: 20px;
    width: 180px;
    display: block;
}

.newsletter-popup .generic-button:hover,
.propertylead-popup .generic-button:hover {
    color: #fff;
}

.newsletter-popup .form-feedback,
.propertylead-popup .form-feedback {
    left: 50%;
    top: 110px;
}

.newsletter-popup .input-container label,
.propertylead-popup .input-container label {
    color: #564e48;
}

.newsletter-popup .checkbox-label,
.propertylead-popup .checkbox-label {
    color: #5b4f47;
}

.newsletter-popup .checkbox-label a,
.propertylead-popup .checkbox-label a {
    color: #3e342e;
}

.propertylead-popup {
    width: 100%;
    max-width: 630px;
}

.module-footer {
    position: relative;
    margin: 0;
    width: 100%;
    background: #2d3646;
    z-index: 121;
}

@media (min-width: 992px) {
    .module-footer {
        width: 100%;
        z-index: 3 !important;
        margin: 0 0 0 0px;
    }
}

.module-footer .inner-wrapper,
.module-footer .module-error-pages {
    padding: 141px 0 0;
}

.module-footer .logo-footer {
    position: absolute;
    top: -30px;
    left: -150px;
    width: 367px;
    opacity: 1;
}

.module-footer .logo-footer img {
    width: 50%;
}

.module-footer .social-container .title-md {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

.module-footer .sitemap-list {
    padding: 0 0 20px 40px;
    margin: 0 0 48px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.module-footer .sitemap-list .accordion-parent {
    margin-bottom: 24px;
}

.module-footer .sitemap-list .accordion-parent a {
    width: 100%;
}

.module-footer .sitemap-list .accordion-parent.is-open .accordion-list-child {
    padding: 10px 0 22px;
}

.module-footer .contacts-container {
    color: #fff;
    margin-bottom: 48px;
}

.module-footer .contacts-container .title-lg {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.module-footer .contacts-container .title-sm {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.module-footer .contacts-container p {
    padding: 5px 5px 5px 0;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}

.module-footer .contacts-container a:not(.generic-button) {
    display: inline-block;
    padding: 5px 5px 5px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.module-footer .contacts-container .phone-container,
.module-footer .contacts-container .email-container {
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
}

.module-footer .contacts-container .phone-container a {
    padding: 5px 0;
}

.module-footer .contact-us-container {
    margin-top: 48px;
    margin-bottom: 0;
}

.module-footer .contact-us-container .title-lg {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1px;
    font-weight: 200;
    color: #fff;
}

.module-footer .contact-us-container .generic-button {
    margin-bottom: 0;
    width: 100%;
}

.module-footer .contact-us-container .generic-button:hover {
    color: #766a62;
}

.module-footer .footer-bottom {
    padding-bottom: 48px;
    background: rgba(255, 252, 250, 0.04);
}

.module-footer .footer-bottom .inner-wrapper,
.module-footer .footer-bottom .module-error-pages {
    padding: 0;
}

.module-footer .logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 48px 0;
    margin: 0 0 48px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.module-footer .logos-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 20px 44px;
    width: calc(35vw - 80px);
}

.module-footer .logos-container img {
    width: 100px;
}

.module-footer .legal-container {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.module-footer .legal-container span {
    display: inline-block;
    margin-bottom: 19px;
    width: 100%;
}

.module-footer .legal-container span.terms-policy {
    margin-bottom: 7px;
}

.module-footer .legal-container span:last-child {
    margin-bottom: 0;
}

.module-footer .legal-container a {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0;
}

.module-footer a {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-footer a:hover {
    opacity: 1;
    text-decoration: none;
}

.module-footer .back-top {
    margin-top: 38px;
    opacity: 1;
    color: #fffcfa;
}

@media (min-width: 992px) {
    /* Alif Change */

    .module-footer .inner-wrapper,
    .module-footer .module-error-pages {
        padding: 100px 0 0;
    }

    /* Alif Change */

    .module-footer .logo-footer {
        position: absolute;
        right: unset;
        top: -30px;
        left: -22px;
        width: 367px;
    }

    .module-footer .social-container {
        float: right;
        margin-bottom: 40px;
        max-width: 490px;
        overflow: hidden;
    }

    .module-footer .social-container .title-md {
        margin: 10px 24px 0 0;
        display: inline-block;
        float: left;
        margin-right: 48px;
    }

    .module-footer .sitemap-list {
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .module-footer .accordion-parent i.icon-arrow {
        display: none;
    }

    .module-footer .accordion-list-child {
        padding: 0 0 0 0;
        max-height: 600px;
    }

    .module-footer .contacts-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .module-footer .contacts-container .title-lg,
    .module-footer .contacts-container p {
        display: none;
        margin-bottom: 0;
    }

    .module-footer .contacts-container .phone-container,
    .module-footer .contacts-container .email-container {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }

    .module-footer .contact-us-container {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .module-footer .contact-us-container .title-lg {
        display: inline-block;
        margin: 0 20px 0 0;
    }

    .module-footer .contact-us-container .generic-button {
        margin: 0;
        width: auto;
        opacity: 1;
    }

    .module-footer .logos-container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .module-footer .logos-container a {
        width: calc(17% - 80px);
    }

    .module-footer .logos-container img {
        width: 120px;
    }

    .module-footer .legal-container {
        overflow: hidden;
    }

    .module-footer .legal-container span {
        width: auto;
    }

    .module-footer .legal-container span.terms-policy {
        float: right;
        margin-left: 31px;
    }

    .module-footer .legal-container span a {
        padding: 5px 0 5px 5px;
    }
}

@media (max-width: 600px) {
    .module-footer .logo-footer {
        position: absolute;
        top: -20px;
        left: 0%;
        width: 100%;
        opacity: 1;
    }

    .module-footer .sitemap-list {
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid rgba(216, 216, 216, 0.1);
    }
}

@media (min-width: 1200px) {
    .module-footer .contacts-container .title-lg {
        display: block;
    }
}

.module-footer-simple {
    padding-bottom: 50px;
}

.module-footer-simple .footer-bottom {
    background: transparent;
}

.module-footer-simple .footer-bottom .legal-container {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.module-footer-simple .contacts-container p,
.module-footer-simple .contacts-container a {
    font-weight: 200;
}

.module-footer-simple .contacts-container .generic-button {
    font-weight: 400;
    color: #766a62;
    border-color: #fff;
}

.module-footer-simple .text-icon-link {
    color: #fff;
}

@media (min-width: 992px) {
    .module-footer-simple {
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    .module-footer-simple .inner-wrapper,
    .module-footer-simple .module-error-pages {
        padding-top: 210px;
    }

    .module-footer-simple .email-container {
        margin-right: 20%;
    }
}

.module-slider-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #766a62;
}

.module-slider-hero .images-list,
.module-slider-hero .video-container {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.module-slider-hero video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.module-slider-hero .image-item {
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    -o-transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out, -webkit-transform 10s;
}

.module-slider-hero .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.module-slider-hero .image-item.is-active {
    list-style: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.module-slider-hero .inner-wrapper,
.module-slider-hero .module-error-pages {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
}

.module-slider-hero .content-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-slider-hero .logo-hero {
    width: 145px;
    margin-bottom: 36px;
}

.module-slider-hero .logonerin {
    width: 100%;
    position: relative;
    left: 200px;
}

@media (min-width: 900px) {
    .module-slider-hero .logonerin {
        width: 100%;
        position: relative;
        left: 200px;
    }
}

@media (max-width: 600px) {
    .module-slider-hero .logonerin {
        width: 58%;
        position: relative;
        left: 200px;
    }
}

.module-slider-hero .title-lg {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

.module-slider-hero .btn-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px 25px 25px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.module-slider-hero .generic-button {
    width: auto;
}

.module-slider-hero.type-2 .content-container {
    width: 100%;
    text-align: center;
}

.module-slider-hero.type-2 .logo-hero {
    display: block;
    margin: 0 auto 72px;
    width: 150px;
    height: 150px;
}

.module-slider-hero.to-animate .logo-hero {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate .title-lg {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
}

.module-slider-hero.to-animate .generic-button {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate.is-animated .logo-hero {
    top: 0;
    opacity: 1;
}

.module-slider-hero.to-animate.is-animated .title-lg {
    max-height: 100vh;
}

.module-slider-hero.to-animate.is-animated .generic-button {
    opacity: 1;
}

@media (min-width: 768px) {
    .module-slider-hero .content-container {
        left: 0;
    }

    .module-slider-hero .logo-hero {
        width: 200px;
    }

    .module-slider-hero .title-lg {
        margin-bottom: 48px;
        font-size: 84px;
        line-height: 108px;
    }

    .module-slider-hero.type-2 .content-container {
        position: absolute;
        top: 50%;
        left: auto;
        right: 80px;
        width: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .module-slider-hero.type-2 .logo-hero {
        margin: -50px auto 80px;
        width: 216px;
        height: 216px;
    }
}

@media (min-width: 992px) {
    .pagehomepage .module-slider-hero {
        left: -74px;
        width: calc(100% + 74px);
    }

    .pagehomepage .module-slider-hero .content-container {
        left: 74px;
    }
}

@media (max-height: 575px) and (min-width: 768px) {
    .module-slider-hero .logo-hero {
        margin-bottom: 16px;
    }

    .module-slider-hero .title-lg {
        margin-bottom: 30px;
        font-size: 74px;
        line-height: 92px;
    }
}

/* CAREER */

.module-career {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #766a62;
}

.banner {
    width: 100%;
}

.textcareer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-section {
    width: 80%;
    margin: 0 auto;
    padding: 25px;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.job-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-info h2 {
    font-size: 24px;
    color: #0c4237;
}

.job-type {
    font-weight: bold;
    margin-bottom: 10px;
}

.job-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.job-card p {
    font-size: 14px;
    line-height: 1.5;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-text {
    display: flex;
    flex-direction: column;
}

.job-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .job-grid {
        grid-template-columns: 1fr;
    }
}

.module-slider-hero .image-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    -o-transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out, -webkit-transform 10s;
}

.module-slider-hero .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.module-slider-hero .image-item.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.module-slider-hero .inner-wrapper,
.module-slider-hero .module-error-pages {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
}

.module-slider-hero .content-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-slider-hero .logo-hero {
    width: 145px;
    margin-bottom: 36px;
}

.module-slider-hero .logonerin {
    width: 100%;
    position: relative;
    left: 200px;
}

@media (min-width: 900px) {
    .module-slider-hero .logonerin {
        width: 100%;
        position: relative;
        left: 200px;
    }
}

@media (max-width: 600px) {
    .module-slider-hero .logonerin {
        width: 58%;
        position: relative;
        left: 200px;
    }

    .career-container {
        flex-direction: column;
    }

    .email-container {
        margin-top: 20px;
    }
}

.module-slider-hero .title-lg {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

.module-slider-hero .btn-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px 25px 25px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.module-slider-hero .generic-button {
    width: auto;
}

.module-slider-hero.type-2 .content-container {
    width: 100%;
    text-align: center;
}

.module-slider-hero.type-2 .logo-hero {
    display: block;
    margin: 0 auto 72px;
    width: 150px;
    height: 150px;
}

.module-slider-hero.to-animate .logo-hero {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate .title-lg {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
}

.module-slider-hero.to-animate .generic-button {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate.is-animated .logo-hero {
    top: 0;
    opacity: 1;
}

.module-slider-hero.to-animate.is-animated .title-lg {
    max-height: 100vh;
}

.module-slider-hero.to-animate.is-animated .generic-button {
    opacity: 1;
}

@media (min-width: 768px) {
    .module-slider-hero .content-container {
        left: 0;
    }

    .module-slider-hero .logo-hero {
        width: 200px;
    }

    .module-slider-hero .title-lg {
        margin-bottom: 48px;
        font-size: 84px;
        line-height: 108px;
    }

    .module-slider-hero.type-2 .content-container {
        position: absolute;
        top: 50%;
        left: auto;
        right: 80px;
        width: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .module-slider-hero.type-2 .logo-hero {
        margin: -50px auto 80px;
        width: 216px;
        height: 216px;
    }
}

@media (min-width: 992px) {
    .pagehomepage .module-slider-hero {
        left: -74px;
        width: calc(100% + 74px);
    }

    .pagehomepage .module-slider-hero .content-container {
        left: 74px;
    }
}

@media (max-height: 575px) and (min-width: 768px) {
    .module-slider-hero .logo-hero {
        margin-bottom: 16px;
    }

    .module-slider-hero .title-lg {
        margin-bottom: 30px;
        font-size: 74px;
        line-height: 92px;
    }
}

/* CAREER */

.module-career {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #766a62;
}

.banner {
    width: 100%;
}

.module-slider-hero .image-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    transition: opacity 0.8s ease-in-out, -webkit-transform 10s;
    -o-transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out;
    transition: transform 10s, opacity 0.8s ease-in-out, -webkit-transform 10s;
}

.module-slider-hero .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.module-slider-hero .image-item.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.module-slider-hero .inner-wrapper,
.module-slider-hero .module-error-pages {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
}

.module-slider-hero .content-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-slider-hero .logo-hero {
    width: 145px;
    margin-bottom: 36px;
}

.module-slider-hero .logonerin {
    width: 100%;
    position: relative;
    left: 200px;
}

.image-container {
    position: relative;
    text-align: center;
}

.position-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5em;
    font-weight: bold;
}

.career-container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.job-details {
    width: 60%;
    flex: 1;
}

.job-details h2 {
    color: #a28300;
    font-weight: 700;
    font-size: 50px;
}

.job-details p {
    font-size: 1em;
    color: #333;
    margin-bottom: 1em;
}

/* Full time and location icons */
.job-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.job-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
}

/* Email Section */
.email-container {
    background-color: #043d33;
    color: white;
    display: flex;
    max-height: 200px;
    align-items: center;
    padding: 15px;
    border-radius: 1px;
    flex: 1;
}

.icon-container {
    margin-right: 15px;
    padding-top: 50px;
}

.chat-icon {
    width: 25px;
    height: 25px;
}

.email-content h4 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}

.email-content p {
    font-size: 18px;
}

.email-address {
    color: #a06d41;
    font-weight: bold;
}

/* Job Responsibilities and other sections */
.job-details h3 {
    font-size: 25px;
    font-weight: 700;
    color: #a28300;
    margin-bottom: 10px;
}

.job-details ul {
    list-style: disc;
    margin-left: 20px;
}

.job-details li {
    list-style: circle;
    margin: 7px 0 15px 0 !important;
}

.swiper-container {
    width: 80%;
    height: auto;
    margin: auto;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .swiper-slide img {
    width: 100%;    
} */

.caption {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet {
    background: #333;
}

@media (min-width: 900px) {
    .module-slider-hero .logonerin {
        width: 100%;
        position: relative;
        left: 200px;
    }
}

@media (max-width: 600px) {
    .module-slider-hero .logonerin {
        width: 58%;
        position: relative;
        left: 200px;
    }

    .job-details {
        width: 90%;
    }

    .email-content h4 {
        font-size: 20px;
    }

    .email-content p {
        font-size: 15px;
    }
}

.module-slider-hero .title-lg {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

.module-slider-hero .btn-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px 25px 25px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.module-slider-hero .generic-button {
    width: auto;
}

.module-slider-hero.type-2 .content-container {
    width: 100%;
    text-align: center;
}

.module-slider-hero.type-2 .logo-hero {
    display: block;
    margin: 0 auto 72px;
    width: 150px;
    height: 150px;
}

.module-slider-hero.to-animate .logo-hero {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate .title-lg {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
}

.module-slider-hero.to-animate .generic-button {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.module-slider-hero.to-animate.is-animated .logo-hero {
    top: 0;
    opacity: 1;
}

.module-slider-hero.to-animate.is-animated .title-lg {
    max-height: 100vh;
}

.module-slider-hero.to-animate.is-animated .generic-button {
    opacity: 1;
}

@media (min-width: 768px) {
    .module-slider-hero .content-container {
        left: 0;
    }

    .module-slider-hero .logo-hero {
        width: 200px;
    }

    .module-slider-hero .title-lg {
        margin-bottom: 48px;
        font-size: 84px;
        line-height: 108px;
    }

    .module-slider-hero.type-2 .content-container {
        position: absolute;
        top: 50%;
        left: auto;
        right: 80px;
        width: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .module-slider-hero.type-2 .logo-hero {
        margin: -50px auto 80px;
        width: 216px;
        height: 216px;
    }
}

.sidebar-menu {
    position: fixed;
    width: 100vw;
    height: 60px;
    top: 0;
    right: 0;
    font-family: Poppins, Montserrat, sans-serif;
    color: #fff;
    border-bottom: 1px solid rgba(255, 252, 250, 0.3);
    z-index: 310;
    background: #fffcfa;
    -webkit-transition: background 0.4s ease 0.2s;
    -o-transition: background 0.4s ease 0.2s;
    transition: background 0.4s ease 0.2s;
}

.sidebar-menu .btn-burger {
    position: absolute;
    padding: 10px;
    top: 10px;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: top;
    color: #766a62;
    z-index: 11;
    overflow: white;
}

.sidebar-menu .btn-burger .burger-text {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    -webkit-transition: color 0.4s ease 0.2s;
    -o-transition: color 0.4s ease 0.2s;
    transition: color 0.4s ease 0.2s;
    color: white;
}

@media (max-width: 600px) {
    .sidebar-menu .btn-burger .burger-text {
        color: #766a62;
    }
}

.sidebar-menu .btn-burger .burger-text.text-close {
    display: none;
}

.sidebar-menu .btn-burger .hamburger-box {
    display: block;
    float: right;
}

.sidebar-menu .btn-burger.is-active .burger-text {
    display: none;
    color: #fff;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.sidebar-menu .btn-burger.is-active .burger-text.text-close {
    display: inline-block;
}

.sidebar-menu .btn-burger.is-active .hamburger-inner,
.sidebar-menu .btn-burger.is-active .hamburger-inner:before,
.sidebar-menu .btn-burger.is-active .hamburger-inner:after {
    background: #fff;
}

.sidebar-menu .hamburger-inner,
.sidebar-menu .hamburger-inner:before,
.sidebar-menu .hamburger-inner:after {
    background: white;
}

.sidebar-menu .icon-logo-vp {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 34px;
    height: 34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #766a62;
    z-index: 10;
}

.sidebar-menu .icon-logo-vp svg {
    width: 34px;
    height: 34px;
    -webkit-transition: fill 0.3s ease 0.5s;
    -o-transition: fill 0.3s ease 0.5s;
    transition: fill 0.3s ease 0.5s;
}

.sidebar-menu.is-opened {
    background: #766a62;
}

.sidebar-menu.is-opened .icon-logo-vp.icon {
    opacity: 0;
}

.sidebar-menu.is-opened .icon-logo-vp.icon svg {
    fill: #fff;
    -webkit-transition: fill 0.3s ease 0.2s;
    -o-transition: fill 0.3s ease 0.2s;
    transition: fill 0.3s ease 0.2s;
}

.sidebar-menu.is-opened .other-langs {
    display: block;
}

.sidebar-menu.is-opened .btn-lang {
    display: block;
}

.sidebar-menu.is-opened.has-bg {
    background: #766a62;
    border-bottom: 1px solid rgba(255, 252, 250, 0.7);
}

.sidebar-menu.has-bg {
    background: #fffcfa;
    border-bottom: 1px solid #766a62;
}

.sidebar-menu.has-bg .btn-burger .burger-text {
    color: #766a62;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.sidebar-menu.has-bg .btn-burger .hamburger-inner,
.sidebar-menu.has-bg .btn-burger .hamburger-inner:before,
.sidebar-menu.has-bg .btn-burger .hamburger-inner:after {
    background: #766a62;
}

.sidebar-menu.has-bg .btn-burger.is-active .burger-text {
    color: #fff;
}

.sidebar-menu.has-bg .btn-burger.is-active .hamburger-inner,
.sidebar-menu.has-bg .btn-burger.is-active .hamburger-inner:before,
.sidebar-menu.has-bg .btn-burger.is-active .hamburger-inner:after {
    background: #fff;
}

.sidebar-menu.has-bg .icon-logo-vp svg {
    fill: #766a62;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.other-langs {
    display: block;
    position: absolute;
    top: 10px;
    left: 50px;
}

.other-langs li {
    display: inline-block;
}

.other-langs a {
    display: inline-block;
    padding: 10px 7px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fffcfa;
    opacity: 0.5;
    text-decoration: none;
}

.btn-lang {
    display: block;
    left: 20px;
}

.btn-lang .icon {
    display: none;
}

.desktop-only {
    display: none;
}

.pagehomepage .sidebar-menu {
    background: transparent;
}

@media (max-width: 600px) {
    .pagehomepage .sidebar-menu {
        background: #ffffff;
    }
}

.pagehomepage .sidebar-menu .btn-burger {
    color: #fff;
}

.pagehomepage .sidebar-menu .hamburger-inner,
.pagehomepage .sidebar-menu .hamburger-inner:before,
.pagehomepage .sidebar-menu .hamburger-inner:after {
    background: white;
}

.pagehomepage .sidebar-menu .icon-logo-vp {
    fill: #fff;
}

.pagehomepage .sidebar-menu.has-bg {
    background: transparent;
}

@media (max-width: 600px) {
    .pagehomepage .sidebar-menu .hamburger-inner,
    .pagehomepage .sidebar-menu .hamburger-inner:before,
    .pagehomepage .sidebar-menu .hamburger-inner:after {
        background: #a58843;
    }
}

@media (max-width: 768px) {
    .pagehomepage .sidebar-menu.has-bg {
        background: white;
    }
}

.pagehomepage .sidebar-menu.is-opened {
    background: #766a62;
    border-bottom: 1px solid #fffcfa;
    left: 0px;
}

.nav-content {
    position: fixed;
    top: 0;
    left: 120vw;
    width: 100vw;
    height: 60px;
    background: url(/images/bg-pattern-brown.png);
    font-family: Poppins, Montserrat, sans-serif;
    color: #fff;
    z-index: 200;
    overflow: hidden;
    -webkit-transition: left 0.4s ease-in-out 0.4s, height 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out 0.4s, height 0.4s ease-in-out;
    transition: left 0.4s ease-in-out 0.4s, height 0.4s ease-in-out;
}

.nav-content .social-container {
    margin: 0 25px;
    max-width: 500px;
}

.nav-content .social-container .title-md {
    margin-bottom: 12px;
    font-size: 18px;
}

.nav-content.is-opened {
    left: 0;
    height: auto;
    overflow-y: auto;
    -webkit-transition: left 0.4s ease-in-out, height 0.4s ease-in-out 0.4s;
    -o-transition: left 0.4s ease-in-out, height 0.4s ease-in-out 0.4s;
    transition: left 0.4s ease-in-out, height 0.4s ease-in-out 0.4s;
}

.nav-content.is-opened .nav-list {
    opacity: 1;
    background: #2b3649;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.btn-lang {
    position: absolute;
    padding: 10px 7px;
    top: 11px;
    left: 18px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: none;
    -webkit-transition: opacity 0.2s, color 0.3s ease 0.3s;
    -o-transition: opacity 0.2s, color 0.3s ease 0.3s;
    transition: opacity 0.2s, color 0.3s ease 0.3s;
}

.btn-lang:first-child {
    margin-left: 7px;
}

.other-langs {
    display: none;
}

.nav-list {
    position: relative;
    margin: 42px 0 60px;
    padding: 32px 25px 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    padding-bottom: 1px;
}

.nav-list .accordion-parent {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
}

.nav-list .accordion-parent.is-open .accordion-list-child {
    padding: 9px 0 15px;
}

.nav-list i.icon.js-placeIcon {
    float: none;
    top: 1px;
    margin-left: 10px;
}

.accordion-list-child.double-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion-list-child.double-column li {
    flex: 0 0 calc(50% - 10px); /* Each item takes 50% width minus some margin */
    box-sizing: border-box; /* Include padding and border in the item's width */
    margin-bottom: 20px; /* Optional: space between rows */
}

@media (min-width: 768px) {
    .sidebar-menu .accordion-list-child {
        padding: 0;
        max-height: 0;
    }
}

@media (min-width: 992px) {
    .sidebar-menu {
        width: 73px;
        height: 100vh;
        right: unset;
        left: 0;
        z-index: 999;
        -webkit-transition: z-index 0s ease 0.5s, background 0.2s ease 0.5s;
        -o-transition: z-index 0s ease 0.5s, background 0.2s ease 0.5s;
        transition: z-index 0s ease 0.5s, background 0.2s ease 0.5s;
    }

    .sidebar-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 73px;
        height: 100vh;
        background: url(/images/bg-pattern-brown.png);
        z-index: 10;
        opacity: 0;
        -webkit-transition: 0.1s ease 0.4s;
        -o-transition: 0.1s ease 0.4s;
        transition: 0.1s ease 0.4s;
    }

    .sidebar-menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 73px;
        width: 1px;
        height: 100vh;
        background: #9d958f;
    }

    .sidebar-menu.has-bg {
        border-bottom: none;
    }

    .sidebar-menu .btn-burger {
        position: relative;
        right: auto;
        width: 100%;
        height: 200px;
        text-align: center;
        color: #766a62;
    }

    .sidebar-menu .btn-burger .burger-text {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 130px;
        width: 200px;
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        opacity: 1;
        -webkit-transition: all 0.4s ease 0.6s;
        -o-transition: all 0.4s ease 0.6s;
        transition: all 0.4s ease 0.6s;
    }

    .sidebar-menu .btn-burger .burger-text.text-close {
        display: block;
        opacity: 0;
    }

    .sidebar-menu .btn-burger.is-active .burger-text {
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sidebar-menu .btn-burger.is-active .burger-text.text-close {
        opacity: 1;
    }

    .sidebar-menu .hamburger-inner,
    .sidebar-menu .hamburger-inner:before,
    .sidebar-menu .hamburger-inner:after {
        background: white;
        -webkit-transition: all 0.4s ease 0.6s;
        -o-transition: all 0.4s ease 0.6s;
        transition: all 0.4s ease 0.6s;
    }

    .sidebar-menu .icon-logo-vp {
        left: 50%;
        fill: #766a62;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .sidebar-menu .hamburger-box {
        position: absolute;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sidebar-menu .social-container {
        position: absolute;
        margin: 0;
        bottom: 65px;
        z-index: 11;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .sidebar-menu .social-container.close {
        opacity: 0;
    }

    .sidebar-menu .social-logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .sidebar-menu .social-logos li {
        margin: 0 auto 5px;
    }

    .sidebar-menu .social-logos .icon[data-id="icon-facebook"],
    .sidebar-menu .social-logos .icon[data-id="icon-facebook"] svg {
        width: 8px;
        height: 16px;
    }

    .sidebar-menu .social-logos .icon[data-id="icon-instagram"],
    .sidebar-menu .social-logos .icon[data-id="icon-instagram"] svg {
        width: 15px;
        height: 15px;
    }

    .sidebar-menu .social-logos .icon[data-id="icon-vimeo"],
    .sidebar-menu .social-logos .icon[data-id="icon-vimeo"] svg {
        width: 14px;
        height: 13px;
    }

    .sidebar-menu .social-logos .icon[data-id="icon-youtube"],
    .sidebar-menu .social-logos .icon[data-id="icon-youtube"] svg {
        width: 17px;
        height: 11px;
    }

    .sidebar-menu .social-logos .icon[data-id="icon-linkedin"],
    .sidebar-menu .social-logos .icon[data-id="icon-linkedin"] svg {
        width: 13px;
        height: 13px;
    }

    .sidebar-menu .social-logos .icon svg {
        -webkit-transition: fill 0.3s ease 0.3s;
        -o-transition: fill 0.3s ease 0.3s;
        transition: fill 0.3s ease 0.3s;
    }

    .sidebar-menu .desktop-only {
        display: block;
    }

    .sidebar-menu .desktop-only.social-container {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sidebar-menu .other-langs {
        display: block;
        position: absolute;
        margin: 0;
        width: 100%;
        top: auto;
        left: auto;
        bottom: 45px;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .sidebar-menu .other-langs li {
        display: block;
    }

    .sidebar-menu .other-langs a {
        color: rgba(118, 106, 98, 0.7);
    }

    .sidebar-menu .other-langs.open {
        opacity: 1;
        z-index: 12;
    }

    .sidebar-menu .btn-lang {
        display: block;
        position: absolute;
        top: auto;
        bottom: 14px;
        left: 50%;
        padding: 10px;
        width: 100%;
        color: #766a62;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
        cursor: pointer;
        z-index: 11;
    }

    .sidebar-menu .btn-lang .icon {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
    }

    .sidebar-menu .btn-lang .icon svg {
        width: 7px;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }

    .sidebar-menu .btn-lang.open .icon svg {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        -ms-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
    }

    .sidebar-menu.to-animate {
        left: -73px;
        -webkit-transition: left 0.4s ease-in-out 0.4s;
        -o-transition: left 0.4s ease-in-out 0.4s;
        transition: left 0.4s ease-in-out 0.4s;
    }

    .sidebar-menu.to-animate.is-animated {
        left: 0;
    }

    .sidebar-menu.is-opened {
        z-index: 1001;
        background: none;
        -webkit-transition: z-index 0s ease 0s, background 0.2s;
        -o-transition: z-index 0s ease 0s, background 0.2s;
        transition: z-index 0s ease 0s, background 0.2s;
    }

    .sidebar-menu.is-opened:before {
        opacity: 1;
    }

    .sidebar-menu.is-opened .social-logos .icon svg {
        fill: #fff;
    }

    .sidebar-menu.is-opened .icon.icon-logo-vp {
        opacity: 1;
    }

    .sidebar-menu.is-opened .other-langs a {
        color: #fff;
    }

    .sidebar-menu.is-opened .btn-lang {
        position: absolute;
        top: auto;
        color: #fff;
        opacity: 0.8;
    }

    .sidebar-menu.is-opened .btn-lang svg {
        fill: #fff;
    }

    .nav-content {
        position: fixed;
        top: -120vh;
        left: 0;
        width: 73px;
        height: 100vh;
        -webkit-transition: top 0.4s ease-in-out 0.4s, width 0.4s ease-in-out;
        -o-transition: top 0.4s ease-in-out 0.4s, width 0.4s ease-in-out;
        transition: top 0.4s ease-in-out 0.4s, width 0.4s ease-in-out;
    }

    .nav-content .social-container {
        display: none;
    }

    .nav-content.is-opened {
        -webkit-box-sizing: content-box;
        background-color: #2b3649;
        box-sizing: content-box;
        top: 0;
        padding-bottom: 20px;
        width: 30vw;
        height: 100%;
        overflow-x: auto;
        -webkit-transition: top 0.4s ease-in-out, width 0.4s ease-in-out 0.5s;
        -o-transition: top 0.4s ease-in-out, width 0.4s ease-in-out 0.5s;
        transition: top 0.4s ease-in-out, width 0.4s ease-in-out 0.5s;
    }

    .nav-content.is-opened .portfolio-nav {
        right: 20px;
        bottom: 20px;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out 0.7s;
        -o-transition: opacity 0.4s ease-in-out 0.7s;
        transition: opacity 0.4s ease-in-out 0.7s;
    }

    .nav-content.is-opened .btn-lang {
        display: none;
    }

    .nav-list {
        position: absolute;
        padding: 32px 52px 32px 157px;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        border: none;
    }

    .accordion-list-child {
        padding: 0;
        max-height: 0;
    }

    .menu-portfolio {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 54px 0 84px 48px;
        left: 560px;
        width: auto;
        height: 100vh;
        background: #f1edea;
    }

    .portfolio-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .portfolio-item {
        position: relative;
        margin-right: 30px;
    }

    .portfolio-item .img-container {
        position: relative;
        margin-bottom: 23px;
        width: 277px;
        height: 70vh;
        max-height: 433px;
    }

    .portfolio-item .img-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(118, 106, 98, 0.9);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .portfolio-item .item-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .portfolio-item .item-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
        height: 100px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .portfolio-item .title-lg {
        font-size: 24px;
        line-height: 33px;
        color: #766a62;
    }

    .portfolio-item a {
        text-decoration: none;
    }

    .portfolio-item:last-child {
        padding-right: 30px;
        margin: 0;
    }

    .portfolio-item:hover .img-container .item-logo {
        opacity: 1;
    }

    .portfolio-item:hover .img-container:before {
        opacity: 1;
    }

    .portfolio-nav {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 24px;
        right: -400px;
        opacity: 0;
        -webkit-transition: opacity 1.4s;
        -o-transition: opacity 1.4s;
        transition: opacity 1.4s;
    }

    .portfolio-nav .label {
        position: relative;
        margin-right: 10px;
        top: 13px;
        font-size: 14px;
        color: #766a62;
    }

    .portfolio-nav button {
        padding: 9px 12px;
        opacity: 0.6;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
        cursor: default;
    }

    .portfolio-nav button.is-active {
        opacity: 1;
        cursor: pointer;
    }

    .portfolio-nav .icon {
        display: inline-block;
        vertical-align: bottom;
    }

    .btn-portfolio-left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 73px;
        height: 100vh;
        font-family: Poppins, Montserrat, sans-serif;
        color: #fff;
        border-right: 1px solid rgba(255, 252, 250, 0.3);
        overflow: hidden;
        z-index: 200;
        clip: rect(0, auto, auto, 0);
    }
    .nav-mask2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        font-family: Poppins, Montserrat, sans-serif;
        color: #fff;
        border-right: 1px solid rgba(255, 252, 250, 0.3);
        overflow: hidden;
        z-index: 200;
    }

    .nav-mask .desktop-only {
        display: block;
    }

    .nav-mask .mask-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 73px;
        height: 100vh;
    }

    .nav-mask .btn-burger {
        position: absolute;
        padding: 10px;
        top: 10px;
        right: 15px;
        width: 120px;
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 1px;
        text-transform: uppercase;
        vertical-align: top;
        z-index: 11;
    }

    .nav-mask .btn-burger .burger-text {
        display: inline-block;
        margin-right: 12px;
        vertical-align: top;
    }

    .nav-mask .btn-burger .burger-text.text-close {
        display: none;
    }

    .nav-mask .btn-burger.is-active .burger-text {
        display: none;
    }

    .nav-mask .btn-burger.is-active .burger-text.text-close {
        display: inline-block;
    }

    .nav-mask .btn-burger {
        position: relative;
        right: unset;
        width: 100%;
        height: 100px;
        text-align: center;
    }

    .nav-mask .btn-burger .burger-text {
        margin-top: 24px;
        margin-right: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .nav-mask .hamburger-box {
        position: absolute;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .nav-mask .social-container {
        position: absolute;
        margin: 0;
        bottom: 65px;
        z-index: 11;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .nav-mask .social-container.close {
        opacity: 0;
    }

    .nav-mask .social-logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .nav-mask .social-logos li {
        margin: 0 auto 5px;
    }

    .nav-mask .social-logos .icon[data-id="icon-facebook"],
    .nav-mask .social-logos .icon[data-id="icon-facebook"] svg {
        width: 8px;
        height: 16px;
    }

    .nav-mask .social-logos .icon[data-id="icon-instagram"],
    .nav-mask .social-logos .icon[data-id="icon-instagram"] svg {
        width: 15px;
        height: 15px;
    }

    .nav-mask .social-logos .icon[data-id="icon-vimeo"],
    .nav-mask .social-logos .icon[data-id="icon-vimeo"] svg {
        width: 14px;
        height: 13px;
    }

    .nav-mask .social-logos .icon[data-id="icon-youtube"],
    .nav-mask .social-logos .icon[data-id="icon-youtube"] svg {
        width: 17px;
        height: 11px;
    }

    .nav-mask .social-logos .icon[data-id="icon-linkedin"],
    .nav-mask .social-logos .icon[data-id="icon-linkedin"] svg {
        width: 13px;
        height: 13px;
    }

    .nav-mask .btn-lang {
        position: absolute;
        padding: 10px;
        top: unset;
        bottom: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 17px;
        color: #fff;
        opacity: 1;
        z-index: 11;
    }

    .nav-mask .btn-lang .icon {
        display: block;
    }

    .nav-mask .other-langs {
        position: absolute;
        margin: 0;
        width: 100%;
        top: auto;
        left: auto;
        bottom: 45px;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .nav-mask .other-langs li {
        display: block;
    }

    .nav-mask .other-langs a {
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #fff;
        opacity: 0.5;
        text-decoration: none;
    }

    .nav-mask .other-langs.open {
        opacity: 1;
        z-index: 12;
    }

    .nav-mask .btn-lang {
        position: absolute;
        padding: 10px;
        top: unset;
        bottom: 14px;
        left: 50%;
        width: 100%;
        font-weight: 500;
        color: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
        z-index: 11;
        cursor: pointer;
    }

    .nav-mask .btn-lang .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
    }

    .nav-mask .btn-lang .icon svg {
        width: 7px;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }

    .nav-mask .btn-lang .icon.open svg {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        -ms-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
    }

    .nav-mask.is-opened {
        z-index: 0;
    }

    .pagehomepage .sidebar-menu .btn-burger {
        color: #766a62;
    }

    .pagehomepage .sidebar-menu .hamburger-inner,
    .pagehomepage .sidebar-menu .hamburger-inner:before,
    .pagehomepage .sidebar-menu .hamburger-inner:after {
        background: white;
    }

    .pagehomepage .sidebar-menu .icon-logo-vp svg {
        fill: #766a62;
    }
}

@media (max-height: 580px) {
    .social-container.desktop-only {
        display: none;
    }
}

.module-slider-full {
    position: relative;
}

.module-slider-full .title-lg {
    margin: 0 24px 48px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    color: #766a62;
}

.module-slider-full .slider-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 24px;
    text-align: center;
    overflow-x: auto;
}

.module-slider-full .slider-tabs .tab-item {
    margin: 0 24px;
    padding: 8px 0;
    display: inline-block;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(118, 106, 98, 0.7);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.module-slider-full .slider-tabs .tab-item.is-active {
    color: #766a62;
    border-bottom: 1px solid #766a62;
    cursor: auto;
}

.module-slider-full .slider-tabs:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
}

.module-slider-full .slider-container {
    display: none;
    position: relative;
    width: 100vw;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    -o-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    pointer-events: none;
}

.module-slider-full .slider-container.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.module-slider-full .slider-full {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.module-slider-full .mask-top {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100vw + 10px);
    height: 300px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

.module-slider-full .mask-bottom {
    position: absolute;
    bottom: 58px;
    left: -5px;
    width: calc(100vw + 10px);
    height: 300px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

.module-slider-full .slider-item {
    position: relative;
    float: left;
    width: 100vw;
    outline: none;
}

.module-slider-full .slider-item img {
    width: 100%;
    height: 292px;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-slider-full .slider-item .generic-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.module-slider-full .slider-item .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    z-index: 10;
}

.module-slider-full .slider-nav {
    float: right;
    margin: 24px 25px 0 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
}

.module-slider-full .slider-nav span {
    display: inline-block;
    margin: 10px 2px 0;
    vertical-align: top;
}

.module-slider-full .slider-nav span.slider-total {
    margin-right: 30px;
}

.module-slider-full .slider-nav .btn-arrow {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.module-slider-full .slider-nav .btn-arrow.is-active {
    opacity: 1;
}

.module-slider-full .slider-nav .icon,
.module-slider-full .slider-nav .icon svg {
    width: 36px;
    height: 36px;
}

.module-slider-full .generic-button {
    width: 85%;
}

@media (min-width: 992px) {
    .module-slider-full .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-full .slider-container {
        width: 100%;
    }

    .module-slider-full .slider-full .mask-top {
        background-size: cover;
    }

    .module-slider-full .slider-full .mask-bottom {
        background-size: cover;
    }

    .module-slider-full .slider-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .module-slider-full .generic-button {
        width: auto;
    }

    .module-slider-full .slider-nav {
        margin: 25px 80px 0 0;
    }

    .module-slider-full .slider-item img {
        height: 548px;
    }

    .module-slider-full .slider-item .btn-play {
        width: 150px;
        height: 150px;
    }
}

.module-slider-inner {
    position: relative;
}

.module-slider-inner .inner-wrapper,
.module-slider-inner .module-error-pages {
    max-width: 788px;
    margin: auto;
}

.module-slider-inner .slider-container {
    display: none;
    position: relative;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    -o-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    pointer-events: none;
}

.module-slider-inner .slider-container.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.module-slider-inner .slider-full {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.module-slider-inner .slider-item {
    float: left;
    display: block;
    outline: none;
    height: 100%;
}

.module-slider-inner .slider-item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-slider-inner .slider-item .generic-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.module-slider-inner .slider-nav {
    float: right;
    margin: 24px 25px 0 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
}

.module-slider-inner .slider-nav span {
    display: inline-block;
    margin: 10px 2px 0;
    vertical-align: top;
}

.module-slider-inner .slider-nav .btn-arrow {
    width: 36px;
    height: 36px;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.module-slider-inner .slider-nav .btn-arrow.is-active {
    opacity: 1;
}

.module-slider-inner .slider-nav .icon-arrow,
.module-slider-inner .slider-nav .icon-arrow svg {
    width: 10px;
    height: 18px;
}

.module-slider-inner .generic-button {
    width: 85%;
}

@media (min-width: 992px) {
    .module-slider-full .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-full .slider-container {
        width: 100%;
    }

    .module-slider-full .slider-full .mask-top {
        background-size: cover;
    }

    .module-slider-full .slider-full .mask-bottom {
        background-size: cover;
    }

    .module-slider-full .slider-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .module-slider-full .generic-button {
        width: auto;
    }

    .module-slider-full .slider-item img {
        height: 548px;
    }
}

.mailchimp-subscription {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: right top;
}

.mailchimp-subscription .symbol-wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 360px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 355px 360px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mailchimp-subscription .headings-wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mailchimp-subscription .title-lg {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 48px;
    color: #90a454;
    text-align: center;
    line-height: 64px;
}

.mailchimp-subscription .title-sm {
    font-weight: 200;
    font-size: 16px;
    color: #918780;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 23px;
}

@media (max-width: 768px) {
    .mailchimp-subscription {
        display: block;
        background-image: none !important;
    }

    .mailchimp-subscription .symbol-wrapper {
        width: 100%;
    }

    .mailchimp-subscription .title-lg {
        font-weight: 400;
        font-size: 32px;
        color: #90a454;
        text-align: center;
        line-height: 44px;
    }

    .mailchimp-subscription .title-sm {
        font-size: 14px;
    }
}

.mailchimp-update-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: right top;
}

.mailchimp-update-info .bg-logo-wrapper {
    width: 45%;
}

.mailchimp-update-info .bg-logo-wrapper .bgimage-left {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.mailchimp-update-info .bg-logo-wrapper .bgimage-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.mailchimp-update-info .bg-logo-wrapper .logo-white {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 338px;
    width: 85%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.mailchimp-update-info .right-content {
    width: calc(100% - 44%);
}

.mailchimp-update-info .right-content .wrapper {
    position: relative;
    top: 50%;
    margin: 0 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mailchimp-update-info .right-content .title-lg {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 36px;
    color: #766a62;
    line-height: 46px;
}

.mailchimp-update-info .right-content .title-md {
    margin-bottom: 40px;
    font-weight: 200;
    font-size: 16px;
    color: #918780;
    line-height: 23px;
    letter-spacing: 0.1px;
}

.mailchimp-update-info .right-content .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .mailchimp-update-info {
        display: block;
        height: auto;
        background-image: none !important;
    }

    .mailchimp-update-info .bg-logo-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }

    .mailchimp-update-info .bg-logo-wrapper .bgimage-left {
        height: 30vh;
        background-position: center;
        background-size: cover;
    }

    .mailchimp-update-info .bg-logo-wrapper .logo-white {
        width: 55%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mailchimp-update-info .right-content {
        display: block;
        padding: 45px 0;
        width: 100%;
        height: auto;
    }

    .mailchimp-update-info .right-content .wrapper {
        top: unset;
        margin: 0 9%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .mailchimp-update-info .right-content .title-lg {
        font-size: 25px;
        line-height: 35px;
    }

    .mailchimp-update-info .right-content .title-md {
        margin-bottom: 40px;
    }

    .mailchimp-update-info .right-content form {
        margin-bottom: 9px;
    }

    .mailchimp-update-info .right-content .buttons-wrapper {
        display: block;
        text-align: center;
    }

    .mailchimp-update-info .right-content .buttons-wrapper button {
        display: block;
        margin: 0 auto 25px;
    }
}

.hijau {
    width: 100%;
}

@media (max-width: 600px) {
    .hijau {
        width: 100%;
    }
}

.module-map-poi {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.module-map-poi .map-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 48px;
    width: 100%;
    height: 250px;
    z-index: 10;
    pointer-events: none;
}

.module-map-poi .map-wrapper {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.module-map-poi .map-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.module-map-poi .map-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #f5f3f2;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(70%, rgba(245, 243, 242, 0.9)),
        to(rgba(245, 243, 242, 0))
    );
    background: -o-linear-gradient(
        top,
        rgba(245, 243, 242, 0.9) 70%,
        rgba(245, 243, 242, 0) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(245, 243, 242, 0.9) 70%,
        rgba(245, 243, 242, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.module-map-poi .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    color: #766a62;
}

.module-map-poi .map-links .map-button {
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
    padding-left: 50px;
    height: 40px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    color: rgba(118, 106, 98, 0.7);
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto;
}

.module-map-poi .map-links .map-button .label {
    display: none;
}

.module-map-poi .map-links .map-button.is-active {
    color: #766a62;
}

.module-map-poi .map-links .map-button.is-active i {
    background-color: #1f353b;
    border: 1px solid #2a3437;
}

.module-map-poi .map-links i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(118, 106, 98, 0.3);
}

.module-map-poi .map-links i svg {
    width: 36px;
    height: 36px;
}

.module-map-poi .flyover-map {
    position: absolute;
    padding: 60px 0 0;
    top: 0;
    right: -400px;
    width: 375px;
    height: 100%;
    background: #f4f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    z-index: 10;
}

.module-map-poi .flyover-map .btn-close {
    position: absolute;
    top: 11px;
    right: 19px;
    padding: 10px 38px 10px 20px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    color: #766a62;
    cursor: pointer;
}

.module-map-poi .flyover-map .btn-close i {
    position: absolute;
    top: 8px;
    right: 0;
}

.module-map-poi .flyover-map .image-container {
    position: relative;
    width: 100%;
    height: 216px;
    margin-bottom: 24px;
    background: #756a62;
}

.module-map-poi .flyover-map .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-map-poi .flyover-map .image-container .card-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 24px;
}

.module-map-poi .flyover-map .image-container .title-sm {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
}

.module-map-poi .flyover-map .image-container .title-lg {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #fff;
}

.module-map-poi .flyover-map .image-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(96, 89, 85, 0)),
        to(#4d443f)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(96, 89, 85, 0) 0,
        #4d443f 100%
    );
    background-image: linear-gradient(
        -180deg,
        rgba(96, 89, 85, 0) 0,
        #4d443f 100%
    );
}

.module-map-poi .flyover-map .icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 72px;
    margin: 0 24px 24px;
    height: 48px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #766a62;
}

.module-map-poi .flyover-map .icon-text > i {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
}

.module-map-poi .flyover-map .icon-text > i > svg {
    width: 48px;
    height: 48px;
}

.module-map-poi .flyover-map .icon-text a {
    text-decoration: none;
    color: #766a62;
}

.module-map-poi .flyover-map.is-active {
    right: 0;
}

.module-map-poi .map-subtitle {
    display: inline-block;
    padding-top: 21px;
    padding-bottom: 21px;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #e4dedc;
}

.module-map-poi .map-icon,
.module-map-poi .map-icon-2,
.module-map-poi .map-icon-horiz,
.module-map-poi .map-logo {
    opacity: 0;
}

.module-map-poi.hero-map-poi .map-wrapper {
    height: 60vh;
}

@media (min-width: 992px) {
    .module-map-poi {
        height: auto;
    }

    .module-map-poi .gm-style:after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 3px;
        width: 71px;
        height: 27px;
        background: #766962;
    }

    .module-map-poi .map-container:before {
        top: -100px;
        left: -100px;
        width: 60%;
        height: 140%;
        background: -o-radial-gradient(
            circle,
            rgba(245, 243, 242, 0.9) 0,
            rgba(245, 243, 242, 0.9) 52%,
            rgba(245, 243, 242, 0) 70%
        );
        background: radial-gradient(
            circle,
            rgba(245, 243, 242, 0.9) 0,
            rgba(245, 243, 242, 0.9) 52%,
            rgba(245, 243, 242, 0) 70%
        );
    }

    .module-map-poi .map-wrapper {
        height: auto;
    }

    .module-map-poi .map-sidebar {
        padding-top: 60px;
        width: 400px;
        height: 500px;
    }

    .module-map-poi .map-container {
        min-height: 524px;
    }

    .module-map-poi .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-map-poi .map-links .map-button {
        display: block;
        min-width: 220px;
    }

    .module-map-poi .map-links .map-button .label {
        display: inline;
    }
}

.module-list-empreendimentos {
    overflow: hidden;
}

.module-list-empreendimentos .list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #766a62;
}

.module-list-empreendimentos .list-item {
    position: relative;
    padding: 6px 6px 36px;
    width: 50%;
}

.module-list-empreendimentos .list-item a {
    display: block;
    text-decoration: none;
}

.module-list-empreendimentos .list-item .img-container {
    position: relative;
    width: 100%;
    height: 244px;
    margin-bottom: 24px;
}

.module-list-empreendimentos .list-item .img-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(118, 106, 98, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-list-empreendimentos .list-item .item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-list-empreendimentos .list-item .item-logo {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}

.module-list-empreendimentos .list-item .title-lg {
    font-size: 16px;
    line-height: 23px;
    color: #766a62;
}

.module-list-empreendimentos .list-item:hover .img-container .item-logo {
    opacity: 1;
}

.module-list-empreendimentos .list-item:hover .img-container:before {
    opacity: 1;
}

.module-list-empreendimentos .title-lg {
    padding-left: 10px;
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 64px;
    font-weight: 300;
    color: #766a62;
}

@media (min-width: 992px) {
    .module-list-empreendimentos.menu-fixed {
        padding-top: 118px;
    }

    .module-list-empreendimentos .list-item {
        width: 33.33%;
        padding: 10px 10px 60px;
    }

    .module-list-empreendimentos .list-item .img-container {
        margin-bottom: 24px;
        height: 580px;
    }

    .module-list-empreendimentos .list-item .title-lg {
        font-size: 24px;
        line-height: 33px;
    }
}

.module-filters-empreendimentos {
    margin-bottom: 48px;
    overflow: hidden;
}

.module-filters-empreendimentos .btn-filter {
    position: relative;
    width: 100%;
    padding: 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #918780;
    text-align: left;
    border-bottom: 1px solid #766a62;
}

.module-filters-empreendimentos .btn-filter .btn-text {
    padding: 6px 0;
    margin: 0 6px;
}

.module-filters-empreendimentos .btn-filter .icon-filter {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-filters-empreendimentos .filter-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 25px 0 0;
    width: 100vw;
    height: 60px;
    text-align: right;
    border-bottom: 1px solid #766a62;
}

.module-filters-empreendimentos .filter-header .btn-close {
    position: absolute;
    padding: 5px 35px 5px 5px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Poppins, Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #766a62;
    letter-spacing: 1px;
    line-height: 17px;
}

.module-filters-empreendimentos .filter-header .icon-cross {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-filters-empreendimentos .filter-header .icon-cross svg {
    width: 17px;
    height: 17px;
}

.module-filters-empreendimentos .filters-container {
    position: fixed;
    top: 0;
    left: 0;
    padding: 100px 25px 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #fffcfa;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-filters-empreendimentos .filters-container.is-open {
    opacity: 1;
    pointer-events: auto;
}

.module-filters-empreendimentos .filter-parent {
    position: relative;
    margin-bottom: 24px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #918780;
    cursor: pointer;
}

.module-filters-empreendimentos .filter-parent .parent-text {
    position: relative;
    padding: 10px 6px 2px;
    margin: 0 6px 6px;
    top: 1px;
    border-bottom: 1px solid #766a62;
    z-index: 11;
    -webkit-transition: background 0.1s ease 0.3s;
    -o-transition: background 0.1s ease 0.3s;
    transition: background 0.1s ease 0.3s;
}

.module-filters-empreendimentos .filter-parent .icon-arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 12.5px;
    height: 7.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-filters-empreendimentos .filter-parent .icon-arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 7.5px;
    height: 12.5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.module-filters-empreendimentos .filter-parent:hover {
    background: #f8f4f1;
}

.module-filters-empreendimentos .filter-parent.has-values {
    background: #f1edea;
}

.module-filters-empreendimentos .filter-parent.is-open {
    z-index: 20;
}

.module-filters-empreendimentos .filter-parent.is-open .filter-child {
    padding: 60px 0 10px;
    max-height: 210px;
    background: #f1edea;
    border: 1px solid #c1bab4;
    opacity: 1;
    overflow: auto;
}

.module-filters-empreendimentos .filter-parent.is-open .parent-text {
    background: #f1edea;
    -webkit-transition: background 50ms;
    -o-transition: background 50ms;
    transition: background 50ms;
}

.module-filters-empreendimentos .filter-parent.is-open .icon-arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.module-filters-empreendimentos .filter-child {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s, padding 0.4s, background 0.3s,
        opacity 0.3s;
    -o-transition: max-height 0.3s, padding 0.4s, background 0.3s, opacity 0.3s;
    transition: max-height 0.3s, padding 0.4s, background 0.3s, opacity 0.3s;
}

.module-filters-empreendimentos .title {
    display: inline-block;
    width: calc(100% - 30px);
    height: 22px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}

.module-filters-empreendimentos .filter-item {
    margin: 0 13px 12px;
}

.module-filters-empreendimentos .filter-item .icon {
    opacity: 0;
}

.module-filters-empreendimentos .filter-item.is-active .icon {
    opacity: 1;
    background: #918780;
}

.module-filters-empreendimentos .filter-item.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.module-filters-empreendimentos .fake-checkbox {
    top: 0;
}

.module-filters-empreendimentos .btn-reset {
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    color: #918780;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: center;
    border-bottom: 1px solid rgba(145, 135, 128, 0.4);
}

.module-filters-empreendimentos .label-results {
    position: absolute;
    display: block;
    padding: 15px;
    left: 50%;
    bottom: 36px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 50px);
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fffcfa;
    background: #766a62;
    cursor: pointer;
}

.module-filters-empreendimentos .checkbox-container {
    padding-bottom: 0;
    pointer-events: none;
}

.module-filters-empreendimentos .checkbox-label {
    font-size: 14px;
    line-height: 20px;
    color: #766a62;
    letter-spacing: 0.1px;
}

@media (min-width: 992px) {
    .module-filters-empreendimentos {
        overflow: visible;
    }

    .module-filters-empreendimentos .btn-filter {
        display: none;
    }

    .module-filters-empreendimentos .filters-container {
        padding: 0;
        position: relative;
        height: 70px;
        background: none;
        opacity: 1;
        pointer-events: auto;
    }

    .module-filters-empreendimentos .filters-container .filters-inner-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .module-filters-empreendimentos .filters-container.is-fixed {
        position: fixed;
        width: calc(100% - 73px);
        left: 73px;
        height: 72px;
        background: #fffcfa;
        -webkit-box-shadow: 0 2px 32px 0 rgba(118, 106, 98, 0.2),
            inset 0 -1px 0 0 rgba(118, 106, 98, 0.3);
        box-shadow: 0 2px 32px 0 rgba(118, 106, 98, 0.2),
            inset 0 -1px 0 0 rgba(118, 106, 98, 0.3);
    }

    .module-filters-empreendimentos
        .filters-container.is-fixed
        .filters-inner-wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1200px;
    }

    .module-filters-empreendimentos .filters-container.is-fixed .filter-parent {
        margin: 12px 0 0;
        height: 48px;
    }

    .module-filters-empreendimentos .filter-header {
        display: none;
    }

    .module-filters-empreendimentos .filter-parent {
        width: calc(25% - 4.5px);
        height: 48px;
    }

    .module-filters-empreendimentos .label-results,
    .module-filters-empreendimentos .btn-reset {
        display: none;
    }
}

.module-contact-form {
    position: relative;
    z-index: 11;
}

.module-contact-form .title {
    margin-bottom: 14px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #766a62;
    line-height: 64px;
}

.module-contact-form .subtitle {
    margin-bottom: 46px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #918780;
    letter-spacing: 0.1px;
}

.module-contact-form .title-sm {
    margin-bottom: 5px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #918780;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.module-contact-form .title-lg {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #766a62;
}

.module-contact-form .title-md {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #766a62;
    text-decoration: none;
}

.module-contact-form .seller-container {
    padding-right: 85px;
    width: 526px;
    display: inline-block;
    vertical-align: middle;
}

.module-contact-form .seller-container .photo {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    margin-bottom: 24px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-contact-form .seller-container .main-info {
    width: calc(100% - 100px);
    height: 72px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module-contact-form .seller-container .phone {
    display: inline-block;
    margin-right: 32px;
}

.module-contact-form .seller-container .email {
    display: inline-block;
}

.module-contact-form .form-col {
    position: relative;
    padding: 28px 0 5px 88px;
    width: calc(100% - 530px);
    max-height: 800px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid rgba(118, 106, 98, 0.3);
    opacity: 1;
    -webkit-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
}

.module-contact-form .form-col label {
    text-transform: uppercase;
}

.module-contact-form .form-col textarea {
    height: 90px;
    resize: none;
}

.module-contact-form .form-col .input-container.col-50 {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 4%;
}

.module-contact-form .form-col .input-container.last-col {
    margin-right: 0;
}

.module-contact-form .form-col .checkbox-label {
    font-weight: 400;
    text-transform: none;
}

.module-contact-form .form-col .checkbox-container {
    margin-top: 10px;
    margin-right: 12px;
    width: calc(100% - 196px);
    display: inline-block;
    vertical-align: top;
}

.module-contact-form .form-col .generic-button {
    display: inline-block;
    width: 180px;
}

.module-contact-form .form-container {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.module-contact-form .form-container.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.module-contact-form .form-feedback {
    top: 100px;
    left: 50%;
    width: 100%;
}

.module-contact-form .ctx {
    display: inline-block;
    margin-bottom: 24px;
    width: 100%;
}

.module-contact-form .ctx .title-sm,
.module-contact-form .ctx p,
.module-contact-form .ctx a {
    display: inline-block;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    color: #766a62;
}

.module-contact-form .ctx .title-sm {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
}

.module-contact-form .ctx p {
    font-size: 16px;
}

.module-contact-form .ctx a {
    font-size: 16px;
    text-decoration: underline;
}

.module-contact-form.title-center .title,
.module-contact-form.title-center .subtitle {
    text-align: center;
}

@media (max-width: 1200px) {
    .module-contact-form .seller-container {
        padding-right: 55px;
        width: 380px;
    }

    .module-contact-form .seller-container .phone {
        margin-bottom: 15px;
    }

    .module-contact-form .form-col {
        padding-left: 58px;
        width: calc(100% - 385px);
    }
}

@media (max-width: 992px) {
    .module-contact-form .seller-container {
        width: 100%;
        padding-right: 0;
        padding-bottom: 32px;
    }

    .module-contact-form .form-col {
        padding: 35px 0 0;
        width: 100%;
        display: block;
        border-top: 1px solid rgba(118, 106, 98, 0.3);
        border-left: none;
    }
}

@media (max-width: 768px) {
    .module-contact-form .title {
        margin-bottom: 32px;
        font-size: 30px;
        line-height: 36px;
    }

    .module-contact-form .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .module-contact-form .form-col .checkbox-container {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .module-contact-form .form-col .input-container:first-of-type {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .module-contact-form .form-col .input-container:nth-of-type(2) {
        display: block;
        width: 100%;
    }

    .module-contact-form .form-col .generic-button {
        display: block;
        width: 100%;
    }

    .module-contact-form .form-col .form-feedback .generic-button {
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width: 480px) {
    .module-contact-form .form-col .input-container.col-50 {
        width: 100%;
    }

    .module-contact-form .form-col .checkbox-container {
        width: 100%;
        display: block;
    }

    .module-contact-form .form-col .generic-button {
        width: 100%;
    }
}

.module-header-lifestyles {
    text-align: center;
}

.module-header-lifestyles .title-sm {
    position: relative;
    display: inline-block;
    margin: 40px 0 42px;
    padding: 60px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #766a62;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.module-header-lifestyles .title-sm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 48px;
    background: #766a62;
}

.module-header-lifestyles .lifestyle-nav {
    padding-bottom: 12px;
    margin: 0 -25px 24px;
    text-align: center;
    overflow-x: auto;
}

.module-header-lifestyles .lifestyle-nav .sticky-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.module-header-lifestyles .lifestyle-nav .sticky-inner-wrapper:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
}

.module-header-lifestyles .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 11px;
    padding: 8px 5px;
    display: inline-block;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #918780;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
}

.module-header-lifestyles .nav-item:first-child {
    margin: 0 11px 0 20px;
}

.module-header-lifestyles .nav-item.is-active {
    color: #766a62;
    border-bottom: 2px solid #766a62;
    cursor: auto;
}

.module-header-lifestyles .nav-item:hover {
    opacity: 1;
}

.module-header-lifestyles .title-lg {
    position: relative;
    padding: 0 0 36px;
    margin: 0 0 96px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #766a62;
}

.module-header-lifestyles .title-lg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96px;
    height: 2px;
    background: rgba(118, 106, 98, 0.4);
}

.module-header-lifestyles .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 73px;
    margin-bottom: 24px;
    height: 40px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #766a62;
    text-align: left;
}

.module-header-lifestyles .icon-item i {
    position: absolute;
    top: 0;
    left: 5px;
    width: 40px;
    height: 40px;
}

.module-header-lifestyles .icon-item i svg {
    width: 100%;
    height: 100%;
}

.module-header-lifestyles .icon-item .text {
    text-align: left;
}

@media (min-width: 992px) {
    .module-header-lifestyles .title-sm {
        margin: 0 0 66px;
    }

    .module-header-lifestyles .lifestyle-nav {
        position: relative;
        padding: 0;
        margin: 0 0 48px;
        height: 72px;
        overflow: hidden;
    }

    .module-header-lifestyles .lifestyle-nav .sticky-inner-wrapper {
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1200px;
    }

    .module-header-lifestyles .lifestyle-nav .nav-item {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .module-header-lifestyles .lifestyle-nav.is-fixed {
        position: fixed;
        width: calc(100% - 73px);
        top: 0;
        left: 73px;
        background: #fffcfa;
        -webkit-box-shadow: 0 2px 32px 0 rgba(118, 106, 98, 0.2),
            inset 0 -1px 0 0 rgba(118, 106, 98, 0.3);
        box-shadow: 0 2px 32px 0 rgba(118, 106, 98, 0.2),
            inset 0 -1px 0 0 rgba(118, 106, 98, 0.3);
        z-index: 10;
    }

    .module-header-lifestyles .title-lg {
        font-size: 48px;
        font-weight: 600;
        color: #766a62;
        text-align: center;
        line-height: 64px;
    }

    .module-header-lifestyles .title-lg.menu-fixed {
        padding-top: 120px;
    }

    .module-header-lifestyles .icons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .module-header-lifestyles .icon-item {
        width: calc(25% - 25px);
        margin-right: 25px;
        height: 48px;
        text-align: left;
    }

    .module-header-lifestyles .icon-item i {
        width: 48px;
        height: 48px;
    }
}

.module-slider-pro {
    position: relative;
    z-index: 10;
}

.module-slider-pro .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    display: none;
}

.module-slider-pro .slick-initialized .slick-slide {
    display: block;
}

.module-slider-pro .inner-wrapper,
.module-slider-pro .module-error-pages {
    margin: 0;
}

.module-slider-pro .slider-pro {
    max-width: 760px;
    margin: 0 auto;
    overflow: hidden;
}

.module-slider-pro .hover-img {
    display: none;
}

.module-slider-pro .slider-logo {
    position: relative;
    display: block;
    top: 100px;
    margin: 0 auto 5px;
    width: 150px;
    height: 150px;
    opacity: 0;
    -webkit-transition: opacity 0.8s, top 0.8s;
    -o-transition: opacity 0.8s, top 0.8s;
    transition: opacity 0.8s, top 0.8s;
}

@media (max-width: 600px) {
    .module-slider-pro .slider-logo {
        width: 50%;
        height: auto;
    }

    .module-slider-pro .slider-content {
        padding-top: 0px;
    }
}

.module-slider-pro .images-container {
    position: relative;
    padding: 0 0 38px 25px;
    margin: 0 0 24px;
    padding-left: 0px;
}

.module-slider-pro .images-container a {
    display: block;
}

.module-slider-pro .images-container div {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-slider-pro .images-container .main-img {
    position: relative;
    top: 100px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    -webkit-transition: top 1s, opacity 1s, -webkit-transform 0.4s ease-in-out;
    transition: top 1s, opacity 1s, -webkit-transform 0.4s ease-in-out;
    -o-transition: top 1s, opacity 1s, transform 0.4s ease-in-out;
    transition: top 1s, opacity 1s, transform 0.4s ease-in-out;
    transition: top 1s, opacity 1s, transform 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
}

.module-slider-pro .images-container .top-img {
    position: absolute;
    top: 100px;
    left: 17%;
    right: 42%;
    height: 50%;
    opacity: 0;
    -webkit-transition: top 0.6s, opacity 0.6s;
    -o-transition: top 0.6s, opacity 0.6s;
    transition: top 0.6s, opacity 0.6s;
}

.module-slider-pro .images-container .left-img {
    position: absolute;
    top: 26%;
    left: 0;
    margin-top: 100px;
    width: 50%;
    bottom: calc(12% + 38px);
    background-position: top left;
    opacity: 0;
    -webkit-transition: margin-top 0.8s, bottom 0.8s, opacity 0.8s;
    -o-transition: margin-top 0.8s, bottom 0.8s, opacity 0.8s;
    transition: margin-top 0.8s, bottom 0.8s, opacity 0.8s;
}

.module-slider-pro .images-container .bottom-img {
    position: absolute;
    right: 2%;
    bottom: -100px;
    height: 50%;
    left: 38%;
    background-position: bottom right;
    opacity: 0;
    -webkit-transition: bottom 0.8s, opacity 0.8s;
    -o-transition: bottom 0.8s, opacity 0.8s;
    transition: bottom 0.8s, opacity 0.8s;
}

.module-slider-pro .slider-item {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
}

@media (max-width: 600px) {
    .module-slider-pro .slider-item {
        width: 367px;
    }
}

.module-slider-pro .slider-item .generic-button {
    margin: 0 auto 16px;
    width: calc(100% - 50px);
    max-width: 460px;
}

@media (max-width: 600px) {
    .module-slider-pro .slider-item .generic-button {
        width: calc(60% - 50px);
        max-width: 460px;
    }
}

.module-slider-pro .slider-item.slick-active .slider-logo {
    top: 0;
    opacity: 1;
}

.module-slider-pro .slider-item.slick-active .main-img {
    top: 0;
    opacity: 1;
}

.module-slider-pro .slider-item.slick-active .top-img {
    top: 0;
    opacity: 1;
}

.module-slider-pro .slider-item.slick-active .left-img {
    margin-top: 0;
    opacity: 1;
}

.module-slider-pro .slider-item.slick-active .bottom-img {
    bottom: 0;
    opacity: 1;
}

.module-slider-pro .slider-item.animation-out .slider-logo {
    top: -100px;
    opacity: 0;
}

.module-slider-pro .slider-item.animation-out .main-img {
    top: -100px;
    opacity: 0;
}

.module-slider-pro .slider-item.animation-out .top-img {
    top: -100px;
    opacity: 0;
}

.module-slider-pro .slider-item.animation-out .left-img {
    margin-top: -100px;
    opacity: 0;
}

.module-slider-pro .slider-item.animation-out .bottom-img {
    bottom: 100px;
    opacity: 0;
}

.module-slider-pro .slider-item:nth-child(odd) .images-container .top-img {
    left: 42%;
    right: 11%;
    height: 50%;
}

.module-slider-pro .slider-item:nth-child(odd) .images-container .left-img {
    top: 33%;
    width: 50%;
    bottom: 22%;
}

.module-slider-pro .slider-item:nth-child(odd) .images-container .bottom-img {
    right: 15%;
    height: 50%;
    left: 27%;
}

.module-slider-pro .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 50px);
    max-width: 760px;
    text-align: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.module-slider-pro .slider-nav li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 3px;
    height: 40px;
    -webkit-transition: flex-grow 0.4s, -webkit-box-flex 0.4s;
    transition: flex-grow 0.4s, -webkit-box-flex 0.4s;
    -o-transition: flex-grow 0.4s;
    transition: flex-grow 0.4s;
    transition: flex-grow 0.4s, -webkit-box-flex 0.4s, -ms-flex-positive 0.4s;
    cursor: pointer;
}

.module-slider-pro .slider-nav li:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(118, 106, 98, 0.5);
}

.module-slider-pro .slider-nav li:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 2px;
    background: #766a62;
    -webkit-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}

.module-slider-pro .slider-nav li.is-active {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    cursor: auto;
}

.module-slider-pro .slider-nav li.is-active:after {
    width: 100%;
    -webkit-transition: width 4s ease-in;
    -o-transition: width 4s ease-in;
    transition: width 4s ease-in;
}

.module-slider-pro.type-2 .images-container .top-img {
    left: 42%;
    right: 11%;
    height: 50%;
}

.module-slider-pro.type-2 .images-container .left-img {
    top: 33%;
    width: 50%;
    bottom: 22%;
}

.module-slider-pro.type-2 .images-container .bottom-img {
    right: 15%;
    height: 50%;
    left: 27%;
}

@media (min-width: 992px) {
    .module-slider-pro {
        position: relative;
    }

    .module-slider-pro .slider-pro {
        position: relative;
        max-width: 100%;
        overflow: hidden;
    }

    .module-slider-pro .slider-item .generic-button {
        display: none;
    }

    .module-slider-pro .slider-item.slick-active .slider-logo {
        top: 100px;
    }

    .module-slider-pro .hover-img {
        position: absolute;
        display: block;
        top: 72px;
        left: 72px;
        bottom: 72px;
        width: calc(100% - 72px);
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        background: rgba(118, 106, 98, 0.9) no-repeat center center;
        background-size: cover;
        -webkit-transition: opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }

    .module-slider-pro .hover-img .text-icon-link {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .module-slider-pro .hover-img img {
        width: 100%;
        height: 100%;
    }

    .module-slider-pro .main-img {
        height: 360px;
    }

    .module-slider-pro .slider-content {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 270px;
        width: 25%;
        min-width: 216px;
        height: 100%;
        text-align: center;
    }

    .module-slider-pro .slider-content .generic-button {
        display: inline-block;
        width: auto;
    }

    .module-slider-pro .slider-logo {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 216px;
        height: 216px;
    }

    .module-slider-pro .images-container {
        max-width: 760px;
        margin-left: calc(37% - 25px);
        padding: 72px 0 72px 72px;
    }

    .module-slider-pro .images-container:hover .main-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .module-slider-pro .images-container:hover .hover-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    .module-slider-pro .images-container:hover .hover-img .text-icon-link svg {
        fill: #fff;
    }

    .module-slider-pro .slider-nav {
        display: block;
        position: absolute;
        top: 200px;
        right: 0;
        width: 60px;
    }

    .module-slider-pro .slider-nav li {
        float: right;
        width: 36px;
        height: 12px;
        margin: 0;
        -webkit-transition: width 0.4s;
        -o-transition: width 0.4s;
        transition: width 0.4s;
    }

    .module-slider-pro .slider-nav li.is-active {
        width: 60px;
    }
}

@media (max-width: 600px) {
    .module.module-slider-pro .main-img {
        height: auto;
        width: 100%;
        max-width: 600px;
    }
}

/* iphone */
@media (max-width: 390px) {
    .module.module-slider-pro .main-img {
        height: auto;
        width: 100%;
        max-width: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1323px) {
    .module.module-slider-pro div.inner-wrapper,
    .module.module-slider-pro div.module-error-pages {
        padding-left: 0;
        margin: 0 85px 0 25px;
    }

    .module.module-slider-pro .top-img,
    .module.module-slider-pro .left-img,
    .module.module-slider-pro .bottom-img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .module.module-slider-pro .top-img,
    .module.module-slider-pro .left-img,
    .module.module-slider-pro .bottom-img {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .module.module-slider-pro .main-img {
        height: 350px;
    }
}

.module-slider-content {
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 640px;
    overflow: hidden;
}

.module-slider-content.content-right .slider-wrapper {
    padding-right: 0;
}

.module-slider-content.content-right .slider-nav {
    float: right;
    margin: 24px 25px 36px 0;
}

.module-slider-content .inner-wrapper,
.module-slider-content .module-error-pages {
    margin: 0;
}

.module-slider-content .title-sm {
    margin: 0 25px 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #918780;
}

.module-slider-content .title-lg {
    margin: 0 25px 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #766a62;
}

.module-slider-content .text-editor {
    margin: 0 25px 40px;
}

.module-slider-content .text-editor p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #918780;
}

.module-slider-content .slider-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
    overflow-x: auto;
}

.module-slider-content .slider-tabs .tab-item {
    margin: 0 24px;
    padding: 8px 0;
    display: inline-block;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(118, 106, 98, 0.7);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.module-slider-content .slider-tabs .tab-item.is-active {
    color: #766a62;
    border-bottom: 1px solid #766a62;
    cursor: auto;
}

.module-slider-content .slider-tabs:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
}

.module-slider-content .slider-wrapper {
    display: none;
    position: relative;
    width: 100%;
    padding-left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    -o-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    pointer-events: none;
}

.module-slider-content .slider-wrapper.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.module-slider-content .slider-details {
    display: none;
    position: relative;
    width: calc(100% - 50px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    -o-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
}

.module-slider-content .slider-details.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.module-slider-content .slider-details.is-active .details-item {
    opacity: 1;
}

.module-slider-content .mask-top {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100vw + 10px);
    height: 300px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

.module-slider-content .mask-bottom {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100vw + 10px);
    height: 300px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

.module-slider-content .slick-list {
    padding-left: 25px;
}

.module-slider-content .slider-item {
    position: relative;
    float: left;
    width: calc(100vw - 50px);
    max-width: 584px;
    margin: 0 6px;
    outline: none;
}

.module-slider-content .slider-item img {
    width: 100%;
    height: 292px;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-slider-content .slider-item .generic-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.module-slider-content .slider-content {
    overflow: hidden;
}

.module-slider-content .slick-active .slider-legend {
    opacity: 1;
}

.module-slider-content .slider-legend {
    display: block;
    position: relative;
    margin: 16px 0 0;
    padding: 0 25px;
    left: 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
    line-height: 20px;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

.module-slider-content .slider-nav {
    float: right;
    margin: 24px 25px 36px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
}

.module-slider-content .slider-nav span {
    display: inline-block;
    margin: 10px 2px 0;
    vertical-align: top;
}

.module-slider-content .slider-nav span.slider-total {
    margin-right: 30px;
}

.module-slider-content .slider-nav .btn-arrow {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: default;
}

.module-slider-content .slider-nav .btn-arrow.is-active {
    opacity: 1;
    cursor: pointer;
}

.module-slider-content .slider-nav .icon,
.module-slider-content .slider-nav .icon svg {
    width: 36px;
    height: 36px;
}

.module-slider-content .slider-details {
    position: relative;
    clear: both;
    margin: 0 25px;
}

.module-slider-content .details-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    padding-left: 62px;
    padding-right: 10px;
    min-height: 48px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
    letter-spacing: 0.1px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0.4s;
    -o-transition: opacity 0.4s ease-in-out 0.4s;
    transition: opacity 0.4s ease-in-out 0.4s;
}

.module-slider-content .details-item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
}

.module-slider-content .details-item .icon svg {
    width: 48px;
    height: 48px;
}

.module-slider-content .details-item.is-active {
    opacity: 1;
}

.module-slider-content .details-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #918780;
    letter-spacing: 0.1px;
    line-height: 21px;
    margin-bottom: 30px;
}

.module-slider-content .generic-button {
    width: 100%;
    margin: 20px 0 0;
}

.module-slider-content .slider-notes {
    margin: 60px 25px 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #766a62;
}

.module-slider-content .slider-notes .title-sm {
    margin: 0 0 6px;
    text-transform: uppercase;
    color: rgba(118, 106, 98, 0.7);
}

.module-slider-content .slider-notes b {
    font-weight: 500;
}

body.page-landingpage .module-slider-content .title-sm {
    margin-bottom: 14px;
}

body.page-landingpage .module-slider-content .title-lg {
    margin-bottom: 20px;
}

body.page-landingpage .module-slider-content .text-editor p {
    font-size: 18px;
    color: #666;
    line-height: 26px;
}

@media (min-width: 992px) {
    .module-slider-content.content-right .inner-wrapper,
    .module-slider-content.content-right .module-error-pages {
        padding: 0;
        padding-left: 54%;
    }

    .module-slider-content.content-right .slider-wrapper {
        left: auto;
        right: 50%;
        padding-left: 0;
    }

    .module-slider-content.content-right .slick-list {
        padding: 0 0 0 calc((100vw - 992px) / 2 - 24px);
    }

    .module-slider-content .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-content .text-editor p {
        font-size: 16px;
        line-height: 24px;
    }

    .module-slider-content .inner-wrapper,
    .module-slider-content .module-error-pages {
        margin: 0 auto;
        padding-right: 50%;
    }

    .module-slider-content .slider-wrapper {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 50vw;
        padding-left: 40px;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        pointer-events: none;
        overflow: hidden;
    }

    .module-slider-content .slider-wrapper.is-active {
        opacity: 1;
        pointer-events: auto;
    }

    .module-slider-content .slider-tabs {
        margin-bottom: 30px;
    }

    .module-slider-content .slider-tabs .tab-item {
        margin: 0 18px;
    }

    .module-slider-content .slider-tabs .tab-item:first-of-type {
        margin-left: 24px;
    }

    .module-slider-content .mask-top {
        width: calc(100% + 10px);
    }

    .module-slider-content .slider-nav {
        margin: 24px 70px 36px 0;
    }

    .module-slider-content .slick-list {
        padding: 0 25px 0 0;
    }

    .module-slider-content .mask-bottom {
        width: calc(100% + 10px);
        top: 250px;
    }

    .module-slider-content .slider-item {
        width: calc(50vw - 70px);
    }

    .module-slider-content .slider-item img {
        height: 548px;
    }

    .module-slider-content .slider-item:first-child {
        margin-left: 0;
    }

    .module-slider-content .slider-item:last-child {
        width: 50vw;
        margin-right: 0;
    }

    .module-slider-content .slider-details {
        display: block;
        max-height: 0;
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out,
            max-height 0.4s ease-in-out, margin 0.4s;
        -o-transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out,
            margin 0.4s;
        transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out,
            margin 0.4s;
    }

    .module-slider-content .slider-details.is-active {
        display: block;
        max-height: 600px;
        margin: 0 25px 48px;
        opacity: 1;
    }

    .module-slider-content .details-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .module-slider-content .details-item {
        width: 50%;
    }

    .module-slider-content .details-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .module-slider-content .generic-button {
        width: auto;
        margin: 25px 0 0;
    }

    .module-slider-content .mask-top {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .module-slider-content.content-right .inner-wrapper,
    .module-slider-content.content-right .module-error-pages {
        padding-left: 600px;
    }

    .module-slider-content.content-right .slider-wrapper {
        padding-right: 40px;
    }

    .module-slider-content.content-right .slick-list {
        padding: 0 0 0 calc((100vw - 1200px) / 2 - 24px);
    }

    .module-slider-content.content-right .slider-legend {
        left: auto;
        right: 0;
    }

    .module-slider-content.content-right .slider-nav {
        left: 0;
        margin: 24px 0 36px calc(50vw - 584px);
    }

    .module-slider-content .inner-wrapper,
    .module-slider-content .module-error-pages {
        padding-right: 600px;
    }

    .module-slider-content .slider-legend {
        position: absolute;
        left: 40px;
        margin: 32px 0 0;
        padding: 0;
        max-width: 300px;
        width: 100%;
    }

    .module-slider-content .slider-nav {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 24px calc(50vw - 584px) 36px 0;
    }

    .module-slider-content .slider-item {
        height: 650px;
    }
}

.module-slider-content-simple {
    position: relative;
    min-height: 895px;
    padding-bottom: 50px;
}

.module-slider-content-simple .text-container {
    padding: 46px 25px 0;
}

.module-slider-content-simple .title-sm {
    color: #fff;
}

.module-slider-content-simple .title-lg {
    margin: 0 0 20px;
    color: #fff;
}

.module-slider-content-simple .text-editor {
    margin: 0 0 40px;
}

.module-slider-content-simple .text-editor p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #fff;
}

.module-slider-content-simple .slider-tabs {
    display: none;
}

.module-slider-content-simple .slider-nav {
    color: #fff;
}

.module-slider-content-simple .icons-container {
    position: relative;
    padding: 0 35px;
    margin-top: 0;
    text-align: center;
    width: 70%;
}

.module-slider-content-simple .icons-container .icons-list {
    display: inline-block;
    width: 100%;
}

.module-slider-content-simple .icons-container li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 32px;
    padding-left: 60px;
    padding-right: 0;
    height: 42px;
}

.module-slider-content-simple .icons-container li:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.module-slider-content-simple .icons-container .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: 22px;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-slider-content-simple .icons-container .icon svg {
    width: 48px;
    height: 48px;
}

.module-slider-content-simple .icons-container .icons-text {
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.module-slider-content-simple .generic-button {
    margin-bottom: 55px;
    width: 100%;
    border-color: #fff;
}

.module-slider-content-simple .slider-notes {
    display: none;
}

body.page-landingpage .module-slider-content-simple .text-editor p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}

@media (min-width: 992px) {
    .module-slider-content-simple {
        margin-right: -74px;
        padding-bottom: 10px;
    }

    .module-slider-content-simple .inner-wrapper,
    .module-slider-content-simple .module-error-pages {
        margin: 0 auto;
    }

    .module-slider-content-simple .inner-wrapper .text-container,
    .module-slider-content-simple .module-error-pages .text-container {
        padding: 138px 0 0 25px;
        min-height: 720px;
    }

    .module-slider-content-simple .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-content-simple .text-editor {
        margin: 0 25px 10px 0;
    }

    .module-slider-content-simple .text-editor p {
        margin-bottom: 18px;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
    }

    .module-slider-content-simple .generic-button {
        margin: 36px 25px 0 0;
        width: auto;
    }

    .module-slider-content-simple .slider-wrapper {
        top: 46px;
    }

    .module-slider-content-simple .icons-container {
        padding: 0 25px;
        width: 100%;
    }

    .module-slider-content-simple .icons-container .icons-list {
        display: inline-block;
    }

    .module-slider-content-simple .icons-container li {
        float: left;
        margin-right: 50px;
        width: calc(25% - 50px);
        margin-bottom: 40px;
        padding-right: 35px;
    }

    .module-slider-content-simple .icons-container li:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .module-slider-content-simple .inner-wrapper .text-container,
    .module-slider-content-simple .module-error-pages .text-container {
        padding: 138px 28px 0 25px;
    }
}

.module-slider-masked {
    padding-bottom: 60px;
}

.module-slider-masked .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 36px;
    color: #766a62;
    font-weight: 500;
}

.module-slider-masked .text-editor {
    margin-bottom: 36px;
    width: 100%;
}

.module-slider-masked .text-editor p {
    margin-bottom: 16px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #918780;
}

.module-slider-masked .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-slider-masked .slider-item div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}

.module-slider-masked .slider-item div img.is-active {
    opacity: 1;
}

.module-slider-masked .slider-item .img-large {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 324px;
    overflow: hidden;
}

.module-slider-masked .slider-item .img-large:after {
    content: "";
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #766a62;
    -webkit-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.module-slider-masked .slider-item .img-large.is-animated:after {
    top: 0;
}

.module-slider-masked .slider-item .img-small {
    position: relative;
    margin-bottom: 12px;
    width: calc(50% - 6px);
    height: 156px;
    overflow: hidden;
}

.module-slider-masked .slider-item .img-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 100%;
    height: 100%;
    background: #766a62;
    -webkit-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
    transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
}

.module-slider-masked .slider-item .img-small.small-alternative:after {
    left: 0;
    top: -150%;
}

.module-slider-masked .slider-item .img-small.is-animated:after {
    top: 0;
    left: 0;
}

.module-slider-masked .slider-item .img-horiz {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 154px;
    overflow: hidden;
}

.module-slider-masked .slider-item .img-horiz:after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: #766a62;
    -webkit-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.module-slider-masked .slider-item .img-horiz.is-animated:after {
    left: 0;
}

.module-slider-masked .slider-nav {
    float: right;
    margin: 24px 0 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #766a62;
}

.module-slider-masked .slider-nav span {
    display: inline-block;
    margin: 10px 2px 0;
    vertical-align: top;
}

.module-slider-masked .slider-nav span.slider-total {
    margin-right: 30px;
}

.module-slider-masked .slider-nav .btn-arrow {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: default;
}

.module-slider-masked .slider-nav .btn-arrow.is-active {
    opacity: 1;
    cursor: pointer;
}

.module-slider-masked .slider-nav .icon,
.module-slider-masked .slider-nav .icon svg {
    width: 36px;
    height: 36px;
}

.module-slider-masked .slider-nav .icon-arrow,
.module-slider-masked .slider-nav .icon-arrow svg {
    width: 10px;
    height: 18px;
}

@media (min-width: 992px) {
    .module-slider-masked {
        padding-bottom: 0;
    }

    .module-slider-masked .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-masked .text-editor {
        width: 50%;
    }

    .module-slider-masked .text-editor p {
        font-size: 16px;
        line-height: 23px;
    }

    .module-slider-masked .slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 584px;
    }

    .module-slider-masked .slider-item .img-large {
        width: calc(50% - 20px);
        height: 584px;
        margin: 0 30px 0 0;
    }

    .module-slider-masked .slider-item .img-small {
        width: calc(25% - 20px);
        height: 277px;
        margin: 0 30px 30px 0;
    }

    .module-slider-masked .slider-item .img-small.small-alternative {
        margin: 0 0 30px;
    }

    .module-slider-masked .slider-item .img-horiz {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(50% - 10px);
        height: 277px;
        margin: 0;
    }
}

.module-slider-timeline {
    position: relative;
    padding: 100px 0;
    background: url(/images/bg-pattern-brown.png);
    overflow: hidden;
}

.module-slider-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #fffcfa transparent transparent;
}

.module-slider-timeline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #fffcfa transparent transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.module-slider-timeline .title-lg {
    margin: 0 auto 24px;
    padding: 0 34px;
    max-width: 700px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #fffcfa;
    text-align: center;
}

.module-slider-timeline .description {
    margin: 0 auto 48px;
    padding: 0 34px;
    max-width: 700px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #fffcfa;
    text-align: center;
}

.module-slider-timeline .timeline-years {
    position: relative;
    margin: 0 auto 24px;
    width: 275px;
    height: 55px;
    overflow: hidden;
}

.module-slider-timeline .timeline-years .label {
    margin-bottom: 12px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #fffcfa;
}

.module-slider-timeline .list-years {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #fffcfa;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-slider-timeline .list-years .first-digits {
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-slider-timeline .list-years li {
    margin: 0;
    opacity: 0.05;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
}

.module-slider-timeline .list-years li.prev-year,
.module-slider-timeline .list-years li.next-year {
    opacity: 0.2;
}

.module-slider-timeline .list-years li.is-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    opacity: 1;
}

.module-slider-timeline .list-years li.is-active .first-digits {
    font-size: 30px;
}

.module-slider-timeline .slider-wrapper {
    position: relative;
}

.module-slider-timeline .slider-timeline {
    margin-bottom: 30px;
}

.module-slider-timeline .slick-list {
    padding-left: 34px;
}

.module-slider-timeline .slider-item {
    position: relative;
    float: left;
    margin-right: 16px;
    width: calc(100vw - 70px);
    height: 432px;
    outline: none;
}

.module-slider-timeline .slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.module-slider-timeline .inner-content {
    position: absolute;
    bottom: 104px;
    left: 24px;
    font-family: Poppins, Montserrat, sans-serif;
    color: #fffcfa;
}

.module-slider-timeline .inner-content .icon {
    display: block;
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
}

.module-slider-timeline .inner-content .icon svg {
    width: 32px;
    height: 32px;
}

.module-slider-timeline .inner-content .title-sm {
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.module-slider-timeline .inner-content .title-md {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.module-slider-timeline .generic-button {
    position: absolute;
    bottom: 24px;
    left: 24px;
    margin: 0;
    width: auto;
}

.module-slider-timeline .generic-button span {
    background: rgba(255, 252, 250, 0.2);
}

.module-slider-timeline .slider-nav {
    position: relative;
    width: 200vw;
    left: 55px;
    height: 50px;
    -webkit-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.module-slider-timeline .slider-nav:before {
    content: "";
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 252, 250, 0.2);
}

.module-slider-timeline .slider-nav .nav-bar {
    content: "";
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fffcfa;
    z-index: 0;
    -webkit-transition: width 6.1s linear;
    -o-transition: width 6.1s linear;
    transition: width 6.1s linear;
}

.module-slider-timeline .slider-nav .nav-bar.fast-transition {
    -webkit-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
}

.module-slider-timeline .slider-nav .items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-slider-timeline .slider-nav .nav-item {
    position: relative;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(241, 237, 234, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-slider-timeline .slider-nav .nav-item:first-child {
    left: -10px;
}

.module-slider-timeline .slider-nav .nav-item:last-child {
    left: 10px;
}

.module-slider-timeline .slider-nav .nav-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #f1edea;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-slider-timeline .slider-nav .nav-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c99077;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-slider-timeline .slider-nav .nav-item.highlight:before {
    width: 12px;
    height: 12px;
}

.module-slider-timeline .slider-nav .nav-item.is-active {
    background: rgba(241, 237, 234, 0.2);
}

.module-slider-timeline .slider-nav .nav-item.is-active:before {
    width: 12px;
    height: 12px;
}

.module-slider-timeline .slider-nav .nav-item.is-active:after {
    opacity: 1;
}

.module-slider-timeline .slider-nav .nav-item.is-active .nav-label {
    opacity: 1;
}

.module-slider-timeline .slider-nav .nav-label {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fffcfa;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .module-slider-timeline {
        padding: 128px 0 128px 157px;
        background: url(/images/bg-pattern-brown.png);
    }

    .module-slider-timeline:before {
        border-width: 75px 100vw 0 0;
    }

    .module-slider-timeline:after {
        border-width: 75px 100vw 0 0;
    }

    .module-slider-timeline .title-lg {
        margin: 0 auto 24px;
        font-size: 48px;
        line-height: 64px;
    }

    .module-slider-timeline .description {
        margin: 0 auto 48px;
        padding: 0;
        max-width: 700px;
        font-size: 16px;
    }

    .module-slider-timeline .timeline-years {
        float: left;
        width: 310px;
        height: 450px;
    }

    .module-slider-timeline .timeline-years .label {
        position: absolute;
        left: 0;
        top: 165px;
    }

    .module-slider-timeline .list-years {
        display: block;
        padding: 0;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        font-size: 84px;
        line-height: 90px;
    }

    .module-slider-timeline .list-years .first-digits {
        opacity: 0;
        font-size: inherit;
    }

    .module-slider-timeline .list-years li {
        margin: 0;
        text-align: left;
    }

    .module-slider-timeline .list-years li.is-active .first-digits {
        opacity: 1;
        font-size: inherit;
    }

    .module-slider-timeline .slider-wrapper {
        padding-left: 310px;
    }

    .module-slider-timeline .slick-list {
        padding-left: 0;
    }

    .module-slider-timeline .slider-item {
        margin-right: 28px;
        width: calc(100vw - 530px - 74px);
        max-width: 1100px;
        height: 468px;
    }

    .module-slider-timeline .inner-content {
        max-width: 560px;
        bottom: 104px;
        left: 48px;
    }

    .module-slider-timeline .inner-content .icon {
        margin-bottom: 17px;
        width: 48px;
        height: 48px;
    }

    .module-slider-timeline .inner-content .icon svg {
        width: 48px;
        height: 48px;
    }

    .module-slider-timeline .inner-content .title-sm {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .module-slider-timeline .inner-content .title-md {
        font-size: 42px;
        line-height: 52px;
    }

    .module-slider-timeline .generic-button {
        position: absolute;
        bottom: 18px;
        left: 48px;
    }

    .module-slider-timeline .generic-button span {
        background: rgba(255, 252, 250, 0.2);
    }

    .module-slider-timeline .slider-nav {
        position: relative;
        left: 0;
        width: calc(100vw - 530px - 74px);
    }
}

.list-image-text {
    font-family: Poppins, Montserrat, sans-serif;
}

.list-image-text .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.2;
    color: #766a62;
    font-weight: 400;
}

.list-image-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-icon-text {
    font-family: Poppins, Montserrat, sans-serif;
}

.list-icon-text .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.2;
    color: #766a62;
    font-weight: 400;
}

.list-icon-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-image-text-link {
    font-family: Poppins, Montserrat, sans-serif;
}

.list-image-text-link .title-lg {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.2;
    color: #766a62;
    font-weight: 400;
}

.list-image-text-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module-hero-simple {
    position: relative;
    width: calc(100%);
    height: 100vh;
    overflow: hidden;
}

.module-hero-simple:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(transparent),
        to(#000)
    );
    background-image: -o-linear-gradient(right, transparent 0, #000 100%);
    background-image: linear-gradient(270deg, transparent 0, #000 100%);
}

.module-hero-simple .inner-wrapper,
.module-hero-simple .module-error-pages {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
}

.module-hero-simple .content-container {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    width: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-hero-simple .logo-hero {
    margin-bottom: 16px;
    margin-left: 5px;
    width: 145px;
    height: 145px;
}

.module-hero-simple .title-lg {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 54px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 60px;
}

.module-hero-simple .text {
    margin-bottom: 48px;
}

.module-hero-simple .text,
.module-hero-simple .text p {
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.module-hero-simple .generic-button {
    width: auto;
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
}

.module-hero-simple.type-2 .content-container {
    width: 100%;
    text-align: center;
}

.module-hero-simple.type-2 .logo-hero {
    display: block;
    margin: 0 auto 72px;
    width: 150px;
    height: 150px;
}

.module-hero-simple .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center center no-repeat;
    background-size: cover;
    z-index: 0;
}

.module-hero-simple .lead-form {
    display: inline-block;
    width: 120%;
}

.module-hero-simple .lead-form label {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.module-hero-simple .lead-form .row {
    display: inline-block;
    width: 100%;
}

.module-hero-simple .lead-form input {
    float: left;
    margin-right: 6px;
    padding: 0 16px;
    width: calc(100% - 200px);
    height: 48px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    color: #828691;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
}

.module-hero-simple .lead-form button {
    float: left;
    padding: 15px 26px;
}

@media (min-width: 768px) {
    .module-hero-simple {
        margin-right: -74px;
        width: calc(100% + 74px);
    }

    .module-hero-simple:after {
        width: 40%;
    }

    .module-hero-simple .content-container {
        width: 40%;
    }

    .module-hero-simple .lead-form {
        width: 120%;
    }

    .module-hero-simple .lead-form input {
        margin-right: 16px;
    }

    .module-hero-simple .lead-form button {
        padding: 15px 36px;
    }
}

@media (min-width: 1080px) {
    .module-hero-simple .logo-hero {
        margin-bottom: 0;
        width: calc(145px * 1.3);
        height: calc(145px * 1.3);
    }
}

.module-lead-sticky {
    position: fixed;
    top: 100vh;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #1f353b;
    -webkit-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
    opacity: 1;
    z-index: 250;
}

.module-lead-sticky .inner-wrapper,
.module-lead-sticky .module-error-pages {
    opacity: 0;
    -webkit-transition: all 0.2s linear 0.25s;
    -o-transition: all 0.2s linear 0.25s;
    transition: all 0.2s linear 0.25s;
    z-index: 20;
}

.module-lead-sticky.is-visible {
    top: 0;
    z-index: 250;
    bottom: 0;
    opacity: 1;
}

.module-lead-sticky.is-visible .inner-wrapper,
.module-lead-sticky.is-visible .module-error-pages {
    opacity: 1;
}

.module-lead-sticky .lead-close {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    padding: 0 25px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    border: none;
    background: none;
    z-index: 21;
}

.module-lead-sticky .lead-close i.icon {
    margin-left: 20px;
}

.module-lead-sticky .lead-close i.icon,
.module-lead-sticky .lead-close i.icon svg {
    width: 18px;
    height: 18px;
}

.module-lead-sticky .lead-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

.module-lead-sticky .lead-close:hover {
    color: #fff;
}

.module-lead-sticky .lead-form {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.module-lead-sticky .ctx {
    display: inline-block;
    float: left;
    margin-top: 40px;
    width: 100%;
}

.module-lead-sticky .title-lg {
    display: block;
    margin-bottom: 12px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.59px;
    line-height: 44px;
}

.module-lead-sticky .sub-title {
    display: block;
    margin-bottom: 14px;
    width: 100%;
    opacity: 0.8;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.module-lead-sticky .input-group {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 38px;
    margin-bottom: 28px;
    padding: 0;
    width: calc(100%);
}

.module-lead-sticky .input-group .generic-select-text {
    color: rgba(255, 255, 255, 0.7);
    height: 23px;
    padding: 0;
    font-weight: 400;
    left: 10px;
    top: -2px;
}

.module-lead-sticky .input-group .generic-select-wrapper {
    margin: 0;
    height: 26px;
    border-color: #fff;
}

.module-lead-sticky .input-group .generic-select-wrapper .icon {
    left: calc(100% - 21px);
}

.module-lead-sticky .input-group .generic-select-wrapper .icon svg {
    fill: #fff;
}

.module-lead-sticky .input-group label {
    position: absolute;
    display: inline-block;
    margin-bottom: 12px;
    top: -22px;
    left: 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.module-lead-sticky .input-group input {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
}

.module-lead-sticky .input-group input.lead-phone-ind {
    margin-right: 8px;
    width: 86px;
}

.module-lead-sticky .input-group input.lead-phone-ind.hasValue {
    padding-left: 38px;
}

.module-lead-sticky .input-group input.lead-phone-num {
    width: calc(100% - 86px - 8px);
}

.module-lead-sticky .input-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.module-lead-sticky .input-group input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.module-lead-sticky .input-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.module-lead-sticky .input-group input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.module-lead-sticky .input-group input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.module-lead-sticky .input-group .icon {
    position: absolute;
    top: 50%;
    left: 60px;
    width: 12px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.module-lead-sticky .input-group .icon.is-hidden {
    display: none;
}

.module-lead-sticky .input-group .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 7px;
    height: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    opacity: 0.6;
}

.module-lead-sticky .input-group select {
    position: absolute;
    outline: none;
    width: calc(100%);
}

.module-lead-sticky .input-group select.lead-phone-ind-select {
    display: none;
    pointer-events: none;
    opacity: 0;
}

.module-lead-sticky .input-group .flag {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 24px;
    height: 24px;
    background-size: contain;
    pointer-events: none;
}

.module-lead-sticky .input-group.is-focus label {
    top: -22px;
    opacity: 1;
}

.module-lead-sticky .checkbox-container {
    position: relative;
    display: inline-block;
    margin: 12px 0 36px;
    padding: 0;
    width: 100%;
    min-height: 22px;
}

.module-lead-sticky .checkbox-container input:checked + .fake-checkbox {
    background: #fff;
}

.module-lead-sticky .checkbox-container .fake-checkbox {
    border-color: #fff;
    cursor: pointer;
}

.module-lead-sticky .checkbox-container .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.module-lead-sticky
    .checkbox-container
    .fake-checkbox
    .generic-checkbox:checked
    ~ .icon {
    background: transparent;
}

.module-lead-sticky .checkbox-container .fake-checkbox.validation-error {
    border-color: #ff334b;
}

.module-lead-sticky .checkbox-container label {
    padding-top: 4px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.module-lead-sticky .checkbox-container label a {
    text-decoration: underline;
    color: inherit;
}

.module-lead-sticky .checkbox-container label p {
    font-size: 11px;
}

.module-lead-sticky
    .checkbox-container
    .fake-checkbox.validation-error
    ~ .checkbox-label {
    color: #c7c7c7;
}

.module-lead-sticky button {
    display: inline-block;
    float: left;
    width: 100%;
    color: #1f353b;
    border-color: #fff;
    background: #fff;
}

.module-lead-sticky button.is-success {
    color: #fff;
    background: #62c453;
}

.module-lead-sticky button.is-success ins {
    display: none;
    color: #fff;
}

.module-lead-sticky button.is-success ins.label-success {
    display: inline-block;
}

.module-lead-sticky .field-validation-error,
.module-lead-sticky .field-extra-validation-error {
    top: 35px;
    color: #c7c7c7;
}

.module-lead-sticky ins {
    position: relative;
    text-decoration: none;
}

.module-lead-sticky ins i.icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-lead-sticky ins.label-desktop {
    display: none;
}

.module-lead-sticky ins.label-mobile {
    display: inline-block;
}

.module-lead-sticky ins.label-success {
    display: none;
    margin-left: 0;
    padding-left: 28px;
}

body.test-b .module-lead-sticky:before,
body.test-b .module-lead-sticky:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

body.test-b .module-lead-sticky:before {
    pointer-events: none;
}

body.test-b .module-lead-sticky.is-visible:before,
body.test-b .module-lead-sticky.is-visible:after {
    opacity: 1;
    visibility: visible;
}

body.test-b .module-lead-sticky.is-visible:before {
    background-color: #1f353b;
}

body.test-b .module-lead-sticky.is-visible:after {
    position: absolute;
    background-color: #1f353b;
    z-index: 10;
}

.select2-container--lead {
    position: absolute;
    top: 31px;
    left: 0;
    pointer-events: none;
}

.select2-container--lead.is-open {
    pointer-events: auto;
}

.select2-container--lead * {
    outline: none;
}

.select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #1f353b;
    border: 1px solid #8f9a9d;
}

.select2-container--lead .select2-search {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.select2-container--lead .select2-search input {
    position: relative;
    padding: 6px 8px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 13px;
    color: #fff;
    border: none;
    background: none;
    outline: none;
}

.select2-container--lead .select2-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--lead .select2-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--lead .select2-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--lead .select2-search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--lead .select2-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--lead .select2-results {
    margin: 0 0 36px;
}

.select2-container--lead .select2-results > .select2-results__options {
    margin: 0 5px 10px 0;
    padding: 0 5px;
    min-height: 220px;
    max-height: 220px;
    overflow-y: auto;
}

.select2-container--lead .select2-results li {
    display: inline-block;
    margin-right: 2px;
    padding: 5px 14px;
    width: calc(100% - 2px);
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.select2-container--lead .select2-results li span {
    display: inline-block;
    float: left;
    width: 100%;
    height: 24px;
}

.select2-container--lead .select2-results li span.flag {
    margin-right: 10px;
    width: 24px;
}

.select2-container--lead .select2-results li span.flag img {
    width: 100%;
}

.select2-container--lead .select2-results li span.label {
    margin-top: 4px;
    width: calc(100% - 34px);
    height: auto;
    line-height: 20px;
}

.select2-container--lead .select2-results li:hover {
    background: #28444c;
}

.select2-container--lead .select2-results li:first-child {
    margin-top: 10px;
}

.select2-container--lead .select2-selection--single {
    display: none;
}

.lead-sticky-helper {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    background: #1f353b;
    cursor: pointer;
    z-index: 210;
    -webkit-transition: all 1.05s ease-in-out;
    -o-transition: all 1.05s ease-in-out;
    transition: all 1.05s ease-in-out;
}

.lead-sticky-helper.is-visible {
    top: 0;
}

.lead-sticky-helper.is-hidden {
    opacity: 0;
    z-index: -1;
}

.lead-sticky-helper .label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.lead-sticky-helper i.icon {
    display: none;
}

.lead-sticky-helper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background: url(../images/logos/logo-vanguard-icon-white.svg) center center
        no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
}

.lead-sticky-helper.is-blocked .label {
    opacity: 0;
}

.lead-sticky-helper.is-blocked .logo {
    opacity: 1;
}

body.test-b .lead-sticky-helper {
    top: auto;
    right: auto;
    bottom: -160px;
    left: 50%;
    width: 500px;
    height: 150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

body.test-b .lead-sticky-helper .label {
    top: 20px;
    left: 50%;
    width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.test-b .lead-sticky-helper .logo {
    top: 18px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.test-b .lead-sticky-helper.is-visible {
    bottom: -90px;
}

@media (min-width: 768px) {
    .module-lead-sticky {
        top: auto;
        right: 0;
        bottom: -180px;
        margin: 0;
        width: 100%;
        height: 180px;
        -webkit-transition: all 0.35s ease-in-out 0.2s;
        -o-transition: all 0.35s ease-in-out 0.2s;
        transition: all 0.35s ease-in-out 0.2s;
        opacity: 1;
    }

    .module-lead-sticky.is-animating {
        -webkit-transition: all 0.5s ease-in-out 0.25s;
        -o-transition: all 0.5s ease-in-out 0.25s;
        transition: all 0.5s ease-in-out 0.25s;
    }

    .module-lead-sticky.is-animating .inner-wrapper,
    .module-lead-sticky.is-animating .module-error-pages {
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

    .module-lead-sticky.is-visible {
        top: auto;
        opacity: 1;
    }

    .module-lead-sticky.is-visible .inner-wrapper,
    .module-lead-sticky.is-visible .module-error-pages {
        opacity: 1;
    }

    .module-lead-sticky.is-vertical {
        left: auto;
        width: 74px;
    }

    .module-lead-sticky.is-vertical .inner-wrapper,
    .module-lead-sticky.is-vertical .module-error-pages {
        opacity: 0;
    }

    .module-lead-sticky .lead-close,
    .module-lead-sticky .title-lg {
        display: none;
    }

    .module-lead-sticky .ctx {
        margin-top: 0;
        width: calc(100% - 177px);
    }

    .module-lead-sticky .input-group {
        margin: 0 16px 0 0;
        width: calc(25% - 16px);
    }

    .module-lead-sticky .input-group label {
        position: absolute;
        margin-bottom: 0;
        top: 0;
        opacity: 0;
    }

    .module-lead-sticky .input-group select {
        width: 100%;
    }

    .module-lead-sticky .checkbox-container {
        margin: 22px 0 0;
    }

    .module-lead-sticky .checkbox-container label p {
        font-size: 11px;
    }

    .module-lead-sticky button {
        width: 25%;
        max-width: 177px;
    }

    .module-lead-sticky ins.label-mobile {
        display: none;
    }

    .module-lead-sticky ins.label-desktop {
        display: inline-block;
    }

    body.test-b .module-lead-sticky.is-visible:before {
        background: rgba(255, 255, 255, 0.7);
    }

    .lead-sticky-helper {
        position: fixed;
        top: 100vh;
        left: auto;
        right: 0;
        width: 74px;
        height: 100vh;
        background: #1f353b;
        cursor: pointer;
        -webkit-transition: all 1.05s ease-in-out;
        -o-transition: all 1.05s ease-in-out;
        transition: all 1.05s ease-in-out;
    }

    .lead-sticky-helper.is-visible {
        top: 0;
    }

    .lead-sticky-helper .label {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        font-size: 20px;
        text-transform: none;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .lead-sticky-helper i.icon {
        display: inline-block;
        margin: 0 0 0 10px;
        width: 12px;
        height: 12px;
    }

    .lead-sticky-helper i.icon svg {
        width: 12px;
        height: 12px;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .test-b .module-lead-sticky .label {
        top: 35px;
        font-size: 16px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .test-c .module-lead-sticky {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        max-width: 366px;
        width: 100%;
        height: 100vh;
    }

    .test-c .module-lead-sticky .inner-wrapper,
    .test-c .module-lead-sticky .module-error-pages {
        margin: 0 25px;
    }

    .test-c .module-lead-sticky .lead-close {
        display: none;
    }

    .test-c .module-lead-sticky .ctx {
        display: inline-block;
        float: left;
        margin-top: 40px;
        width: 100%;
    }

    .test-c .module-lead-sticky .title-lg {
        display: block;
        margin-bottom: 4px;
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.59px;
        line-height: 44px;
    }

    .test-c .module-lead-sticky .sub-title {
        display: block;
        margin-bottom: 14px;
        width: 100%;
        opacity: 0.8;
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }

    .test-c .module-lead-sticky .input-group {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 0;
        margin-top: 38px;
        margin-bottom: 28px;
        padding: 0;
        width: calc(100%);
    }

    .test-c .module-lead-sticky .input-group .generic-select-wrapper .icon {
        position: absolute;
        top: 50%;
        left: calc(100% - 21px);
        width: 12px;
        height: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }

    .test-c .module-lead-sticky .input-group label {
        position: absolute;
        display: inline-block;
        margin-bottom: 12px;
        top: -22px;
        left: 0;
        font-family: Poppins, Montserrat, sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        pointer-events: none;
        opacity: 1;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .test-c .module-lead-sticky .input-group input {
        float: left;
        display: inline-block;
        width: 100%;
        padding: 6px 10px;
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 16px;
        color: #fff;
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
    }

    .test-c .module-lead-sticky .input-group input.lead-phone-ind {
        margin-right: 8px;
        width: 86px;
    }

    .test-c .module-lead-sticky .input-group input.lead-phone-ind.hasValue {
        padding-left: 38px;
    }

    .test-c .module-lead-sticky .input-group input.lead-phone-num {
        width: calc(100% - 86px - 8px);
    }

    .test-c .module-lead-sticky .input-group input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .test-c .module-lead-sticky .input-group input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .test-c .module-lead-sticky .input-group input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .test-c .module-lead-sticky .input-group input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .test-c .module-lead-sticky .input-group input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .test-c .module-lead-sticky .input-group .icon {
        position: absolute;
        top: 50%;
        left: 60px;
        width: 12px;
        height: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }

    .test-c .module-lead-sticky .input-group .icon.is-hidden {
        display: none;
    }

    .test-c .module-lead-sticky .input-group .icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        width: 7px;
        height: 12px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        opacity: 0.6;
    }

    .test-c .module-lead-sticky .input-group select {
        position: absolute;
        outline: none;
        width: calc(100%);
    }

    .test-c .module-lead-sticky .input-group select.lead-phone-ind-select {
        display: none;
        pointer-events: none;
        opacity: 0;
    }

    .test-c .module-lead-sticky .input-group .flag {
        position: absolute;
        top: 2px;
        left: 6px;
        width: 24px;
        height: 24px;
        background-size: contain;
        pointer-events: none;
    }

    .test-c .module-lead-sticky .input-group.is-focus label {
        top: -22px;
        opacity: 1;
    }

    .test-c .module-lead-sticky .checkbox-container {
        position: relative;
        display: inline-block;
        margin: 12px 0 36px;
        padding: 0;
        width: 100%;
        min-height: 22px;
    }

    .test-c
        .module-lead-sticky
        .checkbox-container
        input:checked
        + .fake-checkbox {
        background: #fff;
    }

    .test-c .module-lead-sticky .checkbox-container .fake-checkbox {
        border-color: #fff;
        cursor: pointer;
    }

    .test-c
        .module-lead-sticky
        .checkbox-container
        .fake-checkbox
        .generic-checkbox {
        cursor: pointer;
    }

    .test-c
        .module-lead-sticky
        .checkbox-container
        .fake-checkbox
        .generic-checkbox:checked
        ~ .icon {
        background: transparent;
    }

    .test-c
        .module-lead-sticky
        .checkbox-container
        .fake-checkbox.validation-error {
        border-color: #ff334b;
    }

    .test-c .module-lead-sticky .checkbox-container label {
        padding-top: 4px;
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.7);
        cursor: pointer;
    }

    .test-c .module-lead-sticky .checkbox-container label a {
        text-decoration: underline;
        color: inherit;
    }

    .test-c .module-lead-sticky .checkbox-container label p {
        font-size: 11px;
    }

    .test-c
        .module-lead-sticky
        .checkbox-container
        .fake-checkbox.validation-error
        ~ .checkbox-label {
        color: #c7c7c7;
    }

    .test-c .module-lead-sticky button {
        display: inline-block;
        float: left;
        width: 100%;
        color: #1f353b;
        border-color: #fff;
        background: #fff;
    }

    .test-c .module-lead-sticky button.is-success {
        color: #fff;
        background: #62c453;
    }

    .test-c .module-lead-sticky button.is-success ins {
        display: none;
        color: #fff;
    }

    .test-c .module-lead-sticky button.is-success ins.label-success {
        display: inline-block;
    }

    .test-c .module-lead-sticky.is-sticky {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: 100%;
        width: calc(100% - 74px);
        height: 165px;
        -webkit-transition: all 0.35s ease-in-out 0.2s;
        -o-transition: all 0.35s ease-in-out 0.2s;
        transition: all 0.35s ease-in-out 0.2s;
        opacity: 1;
    }

    .test-c .module-lead-sticky.is-sticky.hidden {
        bottom: -165px !important;
    }

    .test-c .module-lead-sticky.is-sticky .lead-close,
    .test-c .module-lead-sticky.is-sticky .title-lg,
    .test-c .module-lead-sticky.is-sticky .sub-title {
        display: none;
    }

    .test-c .module-lead-sticky.is-sticky .ctx {
        margin-top: 0;
        width: 75%;
    }

    .test-c .module-lead-sticky.is-sticky .input-group {
        margin: 0 30px 0 0;
        width: calc(33.3% - 30px);
    }

    .test-c .module-lead-sticky.is-sticky .input-group label {
        position: absolute;
        margin-bottom: 0;
        top: 0;
        opacity: 0;
    }

    .test-c .module-lead-sticky.is-sticky .input-group select {
        width: 100%;
    }

    .test-c .module-lead-sticky.is-sticky .checkbox-container {
        margin: 22px 0 0;
    }

    .test-c .module-lead-sticky.is-sticky .checkbox-container label p {
        font-size: 11px;
    }

    .test-c .module-lead-sticky.is-sticky button {
        width: 25%;
    }

    .test-c .module-lead-sticky.is-sticky ins.label-mobile {
        display: none;
    }

    .test-c .module-lead-sticky.is-sticky ins.label-desktop {
        display: inline-block;
    }

    .test-c .lead-sticky-helper {
        display: none;
    }

    .test-c .lead-sticky-helper-c {
        position: fixed;
        top: 100vh;
        left: auto;
        right: 0;
        width: 74px;
        height: 100vh;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: inset 1px 0 0 0 rgba(118, 106, 98, 0.2);
        box-shadow: inset 1px 0 0 0 rgba(118, 106, 98, 0.2);
        cursor: auto;
        -webkit-transition: all 1.05s ease-in-out;
        -o-transition: all 1.05s ease-in-out;
        transition: all 1.05s ease-in-out;
        z-index: 200;
    }

    .test-c .lead-sticky-helper-c.is-visible {
        top: 0;
    }

    .test-c .lead-sticky-helper-c .label {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 600px;
        color: #1f353b;
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 20px;
        text-transform: none;
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
}

.module-tab-simple .description {
    font-size: 18px;
    color: #555;
    line-height: 26px;
}

.module-tab-simple .slider-details.is-active .details-item {
    opacity: 1;
}

.module-tab-simple .slider-item {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.module-tab-simple .slider-item img {
    width: 110%;
    height: auto;
}

.module-tab-simple .title-lg {
    font-weight: 600;
}

@media (min-width: 992px) {
    .module-tab-simple.content-right .description {
        font-size: 18px;
        color: #555;
        line-height: 26px;
    }

    .module-tab-simple.content-right .slider-item {
        float: right;
        margin: 0;
        width: 100%;
        max-width: 584px;
    }

    .module-tab-simple.content-right .slider-item img {
        width: 100%;
        height: auto;
    }

    .module-tab-simple.content-right .details-container {
        margin-bottom: 12px;
    }

    .module-tab-simple.content-right .text-icon-link {
        margin-right: 46px;
    }
}

.module-modal-box {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: rgba(0, 0, 0, 0.67);
    opacity: 0;
    pointer-events: none;
    z-index: -100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module-modal-box .inner {
    position: fixed;
    top: 60%;
    left: 50%;
    max-width: 995px;
    width: calc(100% - 30px);
    max-height: 80vh;
    background: #fffcfa;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
}

.module-modal-box .btn {
    position: absolute;
    top: -42px;
    right: 0;
    padding: 10px 30px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #f1edea;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

.module-modal-box .btn .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-modal-box .btn .icon svg {
    width: 16px;
    height: 16px;
}

.module-modal-box .ctx {
    margin: 0;
    padding: 10px 25px;
    max-height: calc(80vh - 0px);
    overflow-y: scroll;
}

.module-modal-box .title-lg {
    margin-bottom: 12px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #766a62;
    line-height: 64px;
}

.module-modal-box .image-header {
    position: relative;
    margin-bottom: 96px;
    width: 100%;
}

.module-modal-box .image-header img {
    width: 100%;
}

.module-modal-box .image-header:after {
    content: "";
    position: absolute;
    bottom: -72px;
    left: 50%;
    width: 2px;
    height: 48px;
    background: #766a62;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.module-modal-box .text-editor p {
    margin-bottom: 24px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #766a62;
    letter-spacing: 0.1px;
    line-height: 1.5em;
}

.module-modal-box.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.module-modal-box.is-open .inner {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.module-modal-box.module-modal-box-map .btn {
    top: 0;
    color: #766a62;
}

@media (min-width: 992px) {
    .module-modal-box .inner {
        max-width: 995px;
        width: 100%;
    }

    .module-modal-box .ctx {
        padding: 30px 84px;
    }

    .module-modal-box .title-lg {
        margin-bottom: 24px;
        font-size: 48px;
    }

    .module-modal-box .text-editor p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.4em;
    }
}

.module-modal-full {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: rgba(0, 0, 0, 0.67);
    opacity: 0;
    pointer-events: none;
    z-index: -100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
}

.module-modal-full .inner {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fffcfa;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
}

.module-modal-full .btn {
    padding: 0 30px;
    font-family: Poppins, Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #766a62;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.module-modal-full .btn .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-modal-full .btn .icon svg {
    width: 16px;
    height: 16px;
}

.module-modal-full .header {
    padding: 20px 30px;
    height: 60px;
    border-bottom: 1px solid rgba(118, 106, 98, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-modal-full .content {
    padding: 20px 25px 30px;
    width: 100%;
    height: auto;
}

.module-modal-full .content .text {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #918780;
}

.module-modal-full .dropdown {
    margin: 20px 0 30px;
    width: 100%;
    border: 0;
    outline: 0;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #918780;
    background: #fffcfa;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-modal-full .dropdown-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 6px 2px;
    margin: 0 6px 6px;
    top: 1px;
    border-bottom: 1px solid #918780;
    z-index: 11;
    -webkit-transition: background 0.3s ease 0.3s;
    -o-transition: background 0.3s ease 0.3s;
    transition: background 0.3s ease 0.3s;
}

.module-modal-full .dropdown-selected .title {
    height: 30px;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    pointer-events: none;
}

.module-modal-full .dropdown-selected .icon-arrow {
    height: 12.5px;
    width: 7.5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-bottom: 3px;
}

.module-modal-full .dropdown-selected .icon-arrow svg {
    height: 12.5px;
    width: 7.5px;
}

.module-modal-full .dropdown-options {
    display: none;
    padding: 10px 12px;
    margin-top: 42px;
    margin-left: -1px;
    opacity: 0;
    -webkit-transition: opactiy 0.3s;
    -o-transition: opactiy 0.3s;
    transition: opactiy 0.3s;
    position: absolute;
    width: calc(100% + 2px);
    top: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.module-modal-full .dropdown-options-item {
    padding: 5px 0;
}

.module-modal-full .dropdown-options-item .checkbox-container {
    min-height: 22px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.module-modal-full .dropdown-options-item .checkbox-container .fake-checkbox {
    top: 0;
}

.module-modal-full .dropdown-options-item .checkbox-container label {
    font-size: 14px;
    color: #766a62;
}

.module-modal-full .dropdown.is-open {
    border-top: 1px solid #c1bab4;
    border-left: 1px solid #c1bab4;
    border-right: 1px solid #c1bab4;
    background-color: #f1edea;
}

.module-modal-full .dropdown.is-open .dropdown-options {
    opacity: 1;
    border-bottom: 1px solid #c1bab4;
    border-left: 1px solid #c1bab4;
    border-right: 1px solid #c1bab4;
    background-color: #f1edea;
}

.module-modal-full .dropdown.is-open .icon-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.module-modal-full .dropdown.has-values {
    background-color: #f1edea;
}

.module-modal-full .dropdown.has-values .dropdown-selected {
    background-color: #f1edea;
}

.module-modal-full.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.module-modal-full.is-open .inner {
    top: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.module-modal-full .title-lg {
    margin: 0 0 20px;
}

.module-modal-full .map svg {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

.module-modal-full .tooltip {
    margin-top: 20px;
}

.module-modal-full .tooltip-title {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #766a62;
}

.module-modal-full .tooltip-text {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #766a62;
}

.module-modal-full .tooltip-text a {
    text-decoration: underline;
    color: #766a62;
}

.module-modal-full .tooltip .btn {
    display: none;
}

@media (min-width: 992px) {
    .module-modal-full .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 650px;
        margin: 0 auto;
    }

    .module-modal-full .header {
        border-bottom: transparent;
    }

    .module-modal-full .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .module-modal-full .content-row {
        -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
    }

    .module-modal-full .content-row:last-of-type {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .module-modal-full .dropdown-selected {
        display: none;
    }

    .module-modal-full .dropdown-options {
        display: block;
        opacity: 1;
        position: static;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 0;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox.green {
        background-color: #00b59d;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox.blue {
        background-color: #90cef0;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox.yellow {
        background-color: #fec34e;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox.light-green {
        background-color: #a3cf62;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox.purple {
        background-color: #c9a0ba;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox .icon {
        display: none;
    }

    .module-modal-full .dropdown-options-item .fake-checkbox .generic-checkbox {
        border: 0;
        width: 34px;
        height: 34px;
        position: static;
    }

    .module-modal-full
        .dropdown-options-item.is-active
        .fake-checkbox.green
        + label {
        color: #00b59d;
    }

    .module-modal-full
        .dropdown-options-item.is-active
        .fake-checkbox.blue
        + label {
        color: #90cef0;
    }

    .module-modal-full
        .dropdown-options-item.is-active
        .fake-checkbox.yellow
        + label {
        color: #fec34e;
    }

    .module-modal-full
        .dropdown-options-item.is-active
        .fake-checkbox.light-green
        + label {
        color: #a3cf62;
    }

    .module-modal-full
        .dropdown-options-item.is-active
        .fake-checkbox.purple
        + label {
        color: #c9a0ba;
    }

    .module-modal-full .tooltip {
        display: none;
        position: absolute;
        width: 380px;
        height: auto;
        padding: 20px;
        background-color: #fffcfa;
        border: 1px solid #766a62;
    }

    .module-modal-full .tooltip:before {
        content: "";
        position: absolute;
        top: -11px;
        right: 40%;
        width: 20px;
        height: 20px;
        border-top: 1px solid #766a62;
        border-right: 1px solid #766a62;
        background-color: #fffcfa;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .module-modal-full .tooltip .btn {
        display: block;
        position: absolute;
        top: 12px;
        right: 5px;
    }

    .module-modal-full .tooltip .btn i {
        height: 12px;
        width: 12px;
    }

    .module-modal-full .tooltip .btn i svg {
        height: 12px;
        width: 12px;
    }

    .module-modal-full .map-wrapper {
        position: relative;
    }

    .module-modal-full .map svg {
        min-height: 530px;
    }

    .module-modal-full.is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.module-hero-options {
    text-align: center;
}

.module-hero-options .left-options,
.module-hero-options .right-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.module-hero-options .icons-container {
    border-bottom: 1px solid rgba(145, 135, 128, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module-hero-options .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    height: 18px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #766a62;
    text-align: left;
    padding: 0 5vw;
}

.module-hero-options .icon-item:last-child {
    margin-right: 0;
}

.module-hero-options .icon-item i {
    width: 36px;
    height: 23px;
}

.module-hero-options .icon-item i svg {
    width: 100%;
    height: 100%;
}

.module-hero-options .icon-item .text {
    display: none;
    text-align: left;
}

.module-hero-options a.icon-item {
    text-decoration: none;
}

.hero-map-poi {
    width: 100vw;
    max-width: 1200px;
    margin-bottom: 0;
}

.hero-map-poi .map-sidebar {
    padding-left: 0;
    max-width: 460px;
    width: 100%;
}

.fancybox-content {
    padding: 0;
}

.fancybox-content.inner-text {
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 20px;
    color: #766a62;
    padding: 80px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .hero-map-poi .map-sidebar {
        padding-left: 60px;
    }

    .module-hero-options .icons-container {
        max-width: 1200px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

    .module-hero-options .icon-item {
        margin-right: 25px;
        height: 23px;
        text-align: left;
        padding: 0;
        cursor: pointer;
    }

    .module-hero-options .icon-item:last-child {
        margin-right: 0;
    }

    .module-hero-options .icon-item.icon-item-availability {
        margin-left: 70px;
    }

    .module-hero-options .icon-item .text {
        padding: 0 0 0 10px;
        display: block;
    }

    .module-hero-options .icon-item i {
        width: 36px;
        height: 23px;
        text-align: right;
    }
}

.module-map-poi {
    overflow: unset;
}

.module-map-poi .map-search {
    width: 90vw;
    margin: 30px auto;
    max-width: 1200px;
}

.module-map-poi .map-search .map-search-input {
    width: 100%;
}

.module-map-poi .map-search .map-search-input .map-input-wrapper {
    border-bottom: 1px solid #918780;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 48px;
}

.module-map-poi .map-search .map-search-input .map-input-wrapper input {
    color: #918780;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    width: 100%;
}

.module-map-poi .map-search .map-search-input .map-input-wrapper input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.module-map-poi .map-search .map-search-label {
    color: #918780;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}

.module-map-poi .map-search .map-search-label span {
    text-decoration: underline;
}

.module-map-poi .map-search .map-search-transport-type {
    width: 100%;
}

.module-map-poi .map-search .map-search-transport-type .map-search-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module-map-poi
    .map-search
    .map-search-transport-type
    .map-search-buttons
    .map-transport-type-item {
    width: 48px;
    height: 48px;
    padding: 0;
}

.module-map-poi
    .map-search
    .map-search-transport-type
    .map-transport-type-submit {
    color: #766a62;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 1px #766a62;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(50%, #766a62),
        color-stop(50%, transparent)
    );
    background: -o-linear-gradient(bottom, #766a62 50%, transparent 50%);
    background: linear-gradient(to top, #766a62 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: left top;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.module-map-poi
    .map-search
    .map-search-transport-type
    .map-transport-type-submit:hover {
    color: white;
    background-position: left bottom;
}

.module-map-poi .map-search .map-clear-input,
.module-map-poi .map-search .map-submit-input,
.module-map-poi .map-search .js-map-change-direction {
    cursor: pointer;
}

.module-map-poi .loader,
.module-map-poi .loader:before,
.module-map-poi .loader:after {
    background: #918780;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.module-map-poi .loader {
    color: #918780;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.module-map-poi .loader.hidden {
    display: none;
}

.module-map-poi .loader:before,
.module-map-poi .loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.module-map-poi .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.module-map-poi .loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.module-map-poi .map-search-result {
    margin-top: 30px;
}

.module-map-poi .map-search-result.hidden {
    display: none;
}

.module-map-poi .map-search-result .routes-header {
    color: #918780;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(145, 135, 128, 0.4);
}

.module-map-poi .map-search-result .routes-header div:first-child {
    width: 50%;
}

.module-map-poi .map-search-result .routes-header div:nth-child(2),
.module-map-poi .map-search-result .routes-header div:nth-child(3) {
    width: 25%;
}

.module-map-poi .map-search-result .routes-body {
    color: #766a62;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(145, 135, 128, 0.4);
}

.module-map-poi .map-search-result .routes-body div:first-child {
    width: 50%;
}

.module-map-poi .map-search-result .routes-body div:nth-child(2),
.module-map-poi .map-search-result .routes-body div:nth-child(3) {
    width: 25%;
}

@media (min-width: 992px) {
    .module-map-poi {
        overflow: hidden;
    }

    .module-map-poi .map-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .module-map-poi .map-search .map-search-input {
        margin: 0 10px 0 0;
    }

    .module-map-poi .map-search .map-search-transport-type {
        margin: 0 0 0 10px;
    }

    .module-map-poi
        .map-search
        .map-search-transport-type
        .map-search-buttons
        button {
        cursor: pointer;
    }

    .module-map-poi
        .map-search
        .map-search-transport-type
        .map-search-buttons
        .map-transport-type-submit {
        max-width: 285px;
        width: 100%;
    }
}

.property-table h3 {
    font-family: Poppins, Montserrat, sans-serif;
    color: #766a62;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    text-align: center;
}

.property-table table {
    width: 100%;
    margin: 50px auto;
}

.property-table table thead tr {
    border-bottom: 1px solid #918780;
}

.property-table table thead th {
    font-family: Poppins, Montserrat, sans-serif;
    color: #918780;
    font-size: 8px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.property-table table thead th svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.property-table table tbody tr {
    border-bottom: 1px solid rgba(145, 135, 128, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.property-table table tbody tr.hidden {
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
    line-height: 0;
    opacity: 0;
}

.property-table table tbody tr.hidden td {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
}

.property-table table tbody tr.hidden td a {
    height: 0;
}

.property-table table tbody td {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: Poppins, Montserrat, sans-serif;
    color: #766a62;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
}

.property-table table tbody td:last-child {
    text-align: right;
}

.property-table table tbody td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: none;
    text-decoration: none;
}

.property-table table tbody td a.text-icon-link {
    padding: 0;
}

.property-table table tbody td a span.text-icon-link {
    margin-left: 10px;
    padding: 0;
}

.property-table .button-wrapper {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.property-table .button-wrapper i.icon {
    width: 7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 6px;
}

.property-table .button-wrapper i.icon svg {
    fill: #766a62;
    width: 7px;
}

.property-table .button-wrapper button:hover i.icon svg {
    fill: white;
}

.property-table .desktop {
    display: none;
}

.property-table .subtitle {
    font-family: Poppins, Montserrat, sans-serif;
    color: #766a62;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 18px;
    text-align: left;
}

@media (min-width: 992px) {
    .property-table th.desktop,
    .property-table td.desktop {
        display: table-cell;
    }

    .property-table span.desktop {
        display: inline;
    }

    .property-table table thead th {
        font-size: 12px;
    }

    .property-table table thead th svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .property-table table tbody td {
        font-size: 14px;
    }
}

.module-property-features .title-lg {
    margin-bottom: 54px;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    color: #766a62;
    text-align: center;
}

.module-property-features .title-md {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #918780;
    text-align: center;
    margin-bottom: 25px;
}

.module-property-features .icon-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 24px;
    text-align: center;
    overflow-x: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module-property-features .icon-tabs .tab-item {
    margin: 0 24px;
    padding: 8px 0;
    display: inline-block;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(118, 106, 98, 0.7);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 600;
}

.module-property-features .icon-tabs .tab-item.is-active {
    color: #766a62;
    border-bottom: 2px solid #766a62;
    cursor: auto;
}

.module-property-features .icon-tabs:after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
}

.module-property-features .icons-container {
    display: none;
    position: relative;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    -o-transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    transition: opacity 0.4s ease-in-out, display 0s ease 0.4s;
    pointer-events: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module-property-features .icons-container.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.module-property-features .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 52px;
    margin-bottom: 24px;
    height: 40px;
    font-family: Poppins, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #766a62;
    text-align: left;
}

.module-property-features .icon-item i {
    position: absolute;
    top: 0;
    left: 5px;
    width: 40px;
    height: 40px;
}

.module-property-features .icon-item i svg {
    width: 100%;
    height: 100%;
}

.module-property-features .icon-item .text {
    text-align: left;
}

@media (min-width: 992px) {
    .module-property-features .icons-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .module-property-features .icons-container.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .module-property-features .icon-item {
        width: calc(25% - 25px);
        margin-right: 25px;
        height: 48px;
        text-align: left;
        padding: 0 0 0 73px;
    }

    .module-property-features .icon-item i {
        width: 48px;
        height: 48px;
    }
}

.module-careers-list {
    position: relative;
    margin-top: 60px;
    background-color: #766a62;
}

.module-careers-list:after {
    content: url("/images/bg-body-light.svg");
    position: absolute;
    top: 0;
    left: -600px;
}

.module-careers-list .inner-wrapper,
.module-careers-list .module-error-pages {
    padding: 165px 0 75px;
    text-align: center;
    z-index: 1;
}

.module-careers-list .title-lg {
    margin-bottom: 54px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #fffcfa;
    text-align: center;
}

.module-careers-list .title-sm {
    margin-bottom: 54px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fffcfa;
    text-align: center;
}

.module-careers-list .title-md {
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 64px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fffcfa;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.module-careers-list .title-md:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 48px;
    background-color: #fffcfa;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.module-careers-list .wrapper-cards {
    margin-bottom: 54px;
}

.module-careers-list .generic-button {
    width: 100%;
    margin: 0;
}

.module-careers-list .generic-button .icon {
    top: 2px;
    margin-left: 5px;
    width: 7px;
}

.module-careers-list .generic-button .icon svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .module-careers-list {
        margin-top: 0;
    }

    .module-careers-list .inner-wrapper,
    .module-careers-list .module-error-pages {
        margin: 0 auto;
        padding: 200px 0 120px;
        max-width: 995px;
    }

    .module-careers-list .title-lg {
        margin: 0 auto 64px;
        max-width: 788px;
        width: 100%;
        font-size: 48px;
        line-height: 64px;
    }

    .module-careers-list .title-sm {
        margin: 0 auto 64px;
        max-width: 788px;
        width: 100%;
        font-size: 30px;
        line-height: 36px;
    }

    .module-careers-list .wrapper-cards {
        margin-bottom: 48px;
    }

    .module-careers-list .generic-button {
        width: auto;
    }
}

body.page-lifestyles .module-text-image .title-lg,
body.page-lifestyles .module-cards-section .title-lg,
body.page-lifestyles .module-list-empreedimentos .title-lg {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

body.page-lifestyles .module-list-empreedimentos .list-item .title-lg {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

@media (min-width: 992px) {
    body.page-lifestyles .module-text-image .title-lg,
    body.page-lifestyles .module-cards-section .title-lg,
    body.page-lifestyles .module-list-empreedimentos .title-lg {
        font-size: 48px;
        line-height: 64px;
    }

    body.page-lifestyles .module-list-empreedimentos .list-item .title-lg {
        font-size: 24px;
        line-height: 23px;
        font-weight: 400;
    }
}

.theme-a-tower .checkbox-label {
    color: #929292;
}

.theme-a-tower .checkbox-label a {
    color: #787878;
}

.theme-a-tower .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-a-tower .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-a-tower .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-a-tower .generic-button {
    color: #231f20;
    border-color: #231f20;
}

.theme-a-tower .generic-button:hover {
    color: #fff;
}

.theme-a-tower .generic-button span {
    background: #312b2c;
}

.theme-a-tower .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-a-tower .input-container label {
    color: #828691;
}

.theme-a-tower .landing-bg-mask {
    background: #231f20;
}

.theme-a-tower .lead-sticky-helper {
    background: #231f20;
}

.theme-a-tower .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #231f20;
    border: 1px solid #fff;
}

.theme-a-tower .select2-container--lead .select2-results li:hover {
    background: #312b2c;
}

.theme-a-tower .text-icon-link {
    color: #231f20;
    border-bottom-color: rgba(35, 31, 32, 0.4);
}

.theme-a-tower .text-icon-link:hover {
    border-bottom-color: #231f20;
}

.theme-a-tower .text-icon-link i.icon {
    fill: #231f20;
}

.theme-a-tower .module-map-poi .title-lg,
.theme-a-tower .module-map-poi .map-subtitle {
    color: #231f20;
}

.theme-a-tower .module-map-poi .map-links .map-button {
    color: rgba(35, 31, 32, 0.7);
}

.theme-a-tower .module-map-poi .map-links .map-button:hover {
    color: #231f20;
}

.theme-a-tower .module-text-image .title-lg {
    color: #231f20;
}

.theme-a-tower .module-text-image p {
    color: #555;
}

.theme-a-tower .module-contact-form .title {
    color: #231f20;
}

.theme-a-tower .module-contact-form .subtitle,
.theme-a-tower .module-contact-form .title-sm,
.theme-a-tower .module-contact-form .title-md,
.theme-a-tower .module-contact-form .title-lg {
    color: #666;
}

.theme-a-tower .module-contact-form .generic-button {
    color: #fff;
    background: #231f20;
    border-color: #231f20;
}

.theme-a-tower .module-contact-form .generic-button:hover {
    color: #fff;
    background: #312b2c;
}

.theme-a-tower .module-slider-content .title-sm,
.theme-a-tower .module-slider-content .title-lg,
.theme-a-tower .module-slider-content .details-item,
.theme-a-tower .module-slider-content .text-icon-link {
    color: #231f20;
}

.theme-a-tower .module-slider-content .slider-tabs .tab-item {
    color: #231f20;
    opacity: 0.5;
}

.theme-a-tower .module-slider-content .slider-tabs .tab-item.is-active {
    color: #231f20;
    border-bottom-color: #231f20;
    opacity: 1;
}

.theme-a-tower .module-slider-content i.icon {
    fill: #231f20;
}

.theme-a-tower .module-slider-full .title-lg {
    color: #231f20;
}

.theme-a-tower .module-slider-full .slider-tabs .tab-item {
    color: #231f20;
    opacity: 0.5;
}

.theme-a-tower .module-slider-full .slider-tabs .tab-item.is-active {
    color: #231f20;
    border-bottom-color: #231f20;
    opacity: 1;
}

.theme-a-tower .module-slider-full i.icon svg {
    fill: #231f20;
}

.theme-a-tower .module-slider-content-simple {
    background-color: #231f20;
}

.theme-a-tower .module-slider-content-simple .title-sm,
.theme-a-tower .module-slider-content-simple .title-lg,
.theme-a-tower .module-slider-content-simple .details-item,
.theme-a-tower .module-slider-content-simple .text-icon-link,
.theme-a-tower .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-a-tower .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-a-tower .module-slider-content-simple .generic-button:hover {
    color: #231f20;
}

.theme-a-tower .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-a-tower .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-a-tower .module-tab-simple .title-sm,
.theme-a-tower .module-tab-simple .title-lg,
.theme-a-tower .module-tab-simple .details-item,
.theme-a-tower .module-tab-simple .text-icon-link {
    color: #231f20;
}

.theme-a-tower .module-tab-simple .slider-tabs .tab-item {
    color: #231f20;
    opacity: 0.5;
}

.theme-a-tower .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #231f20;
    border-bottom-color: #231f20;
    opacity: 1;
}

.theme-a-tower .module-tab-simple i.icon {
    fill: #231f20;
}

.theme-a-tower .module-lead-sticky {
    background: #231f20;
}

.theme-a-tower .module-lead-sticky button {
    color: #231f20;
}

.theme-a-tower .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-a-tower .module-lead-sticky button.lead-close,
.theme-a-tower .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-a-tower .module-lead-sticky button:hover {
    color: #231f20;
}

.theme-a-tower .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-a-tower .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-a-tower .module-hero-simple .generic-button span {
    background: white;
}

.theme-a-tower .module-hero-simple .generic-button:hover {
    color: #231f20;
}

.theme-a-tower .module-hero-simple .generic-button:hover i.icon {
    fill: #231f20;
}

.theme-a-tower .module-hero-simple .lead-form button {
    background: #231f20;
    border-color: #231f20;
}

.theme-a-tower .module-hero-simple .lead-form button span {
    background: #312b2c;
}

.theme-a-tower .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-a-tower .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-a-tower .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-alto-do-farol .checkbox-label {
    color: #929292;
}

.theme-alto-do-farol .checkbox-label a {
    color: #787878;
}

.theme-alto-do-farol .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-alto-do-farol .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-alto-do-farol .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-alto-do-farol .generic-button {
    color: #0b425d;
    border-color: #0b425d;
}

.theme-alto-do-farol .generic-button:hover {
    color: #fff;
}

.theme-alto-do-farol .generic-button span {
    background: #0e5274;
}

.theme-alto-do-farol .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-alto-do-farol .input-container label {
    color: #828691;
}

.theme-alto-do-farol .landing-bg-mask {
    background: #0b425d;
}

.theme-alto-do-farol .lead-sticky-helper {
    background: #0b425d;
}

.theme-alto-do-farol .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #0b425d;
    border: 1px solid #fff;
}

.theme-alto-do-farol .select2-container--lead .select2-results li:hover {
    background: #0e5274;
}

.theme-alto-do-farol .text-icon-link {
    color: #0b425d;
    border-bottom-color: rgba(11, 66, 93, 0.4);
}

.theme-alto-do-farol .text-icon-link:hover {
    border-bottom-color: #0b425d;
}

.theme-alto-do-farol .text-icon-link i.icon {
    fill: #0b425d;
}

.theme-alto-do-farol .module-map-poi .title-lg,
.theme-alto-do-farol .module-map-poi .map-subtitle {
    color: #0b425d;
}

.theme-alto-do-farol .module-map-poi .map-links .map-button {
    color: rgba(11, 66, 93, 0.7);
}

.theme-alto-do-farol .module-map-poi .map-links .map-button:hover {
    color: #0b425d;
}

.theme-alto-do-farol .module-text-image .title-lg {
    color: #0b425d;
}

.theme-alto-do-farol .module-text-image p {
    color: #555;
}

.theme-alto-do-farol .module-contact-form .title {
    color: #0b425d;
}

.theme-alto-do-farol .module-contact-form .subtitle,
.theme-alto-do-farol .module-contact-form .title-sm,
.theme-alto-do-farol .module-contact-form .title-md,
.theme-alto-do-farol .module-contact-form .title-lg {
    color: #666;
}

.theme-alto-do-farol .module-contact-form .generic-button {
    color: #fff;
    background: #0b425d;
    border-color: #0b425d;
}

.theme-alto-do-farol .module-contact-form .generic-button:hover {
    color: #fff;
    background: #0e5274;
}

.theme-alto-do-farol .module-slider-content .title-sm,
.theme-alto-do-farol .module-slider-content .title-lg,
.theme-alto-do-farol .module-slider-content .details-item,
.theme-alto-do-farol .module-slider-content .text-icon-link {
    color: #0b425d;
}

.theme-alto-do-farol .module-slider-content .slider-tabs .tab-item {
    color: #0b425d;
    opacity: 0.5;
}

.theme-alto-do-farol .module-slider-content .slider-tabs .tab-item.is-active {
    color: #0b425d;
    border-bottom-color: #0b425d;
    opacity: 1;
}

.theme-alto-do-farol .module-slider-content i.icon {
    fill: #0b425d;
}

.theme-alto-do-farol .module-slider-full .title-lg {
    color: #0b425d;
}

.theme-alto-do-farol .module-slider-full .slider-tabs .tab-item {
    color: #0b425d;
    opacity: 0.5;
}

.theme-alto-do-farol .module-slider-full .slider-tabs .tab-item.is-active {
    color: #0b425d;
    border-bottom-color: #0b425d;
    opacity: 1;
}

.theme-alto-do-farol .module-slider-full i.icon svg {
    fill: #0b425d;
}

.theme-alto-do-farol .module-slider-content-simple {
    background-color: #0b425d;
}

.theme-alto-do-farol .module-slider-content-simple .title-sm,
.theme-alto-do-farol .module-slider-content-simple .title-lg,
.theme-alto-do-farol .module-slider-content-simple .details-item,
.theme-alto-do-farol .module-slider-content-simple .text-icon-link,
.theme-alto-do-farol .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-alto-do-farol .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-alto-do-farol .module-slider-content-simple .generic-button:hover {
    color: #0b425d;
}

.theme-alto-do-farol .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-alto-do-farol .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-alto-do-farol .module-tab-simple .title-sm,
.theme-alto-do-farol .module-tab-simple .title-lg,
.theme-alto-do-farol .module-tab-simple .details-item,
.theme-alto-do-farol .module-tab-simple .text-icon-link {
    color: #0b425d;
}

.theme-alto-do-farol .module-tab-simple .slider-tabs .tab-item {
    color: #0b425d;
    opacity: 0.5;
}

.theme-alto-do-farol .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #0b425d;
    border-bottom-color: #0b425d;
    opacity: 1;
}

.theme-alto-do-farol .module-tab-simple i.icon {
    fill: #0b425d;
}

.theme-alto-do-farol .module-lead-sticky {
    background: #0b425d;
}

.theme-alto-do-farol .module-lead-sticky button {
    color: #0b425d;
}

.theme-alto-do-farol .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-alto-do-farol .module-lead-sticky button.lead-close,
.theme-alto-do-farol .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-alto-do-farol .module-lead-sticky button:hover {
    color: #0b425d;
}

.theme-alto-do-farol .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-alto-do-farol .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-alto-do-farol .module-hero-simple .generic-button span {
    background: white;
}

.theme-alto-do-farol .module-hero-simple .generic-button:hover {
    color: #0b425d;
}

.theme-alto-do-farol .module-hero-simple .generic-button:hover i.icon {
    fill: #0b425d;
}

.theme-alto-do-farol .module-hero-simple .lead-form button {
    background: #0b425d;
    border-color: #0b425d;
}

.theme-alto-do-farol .module-hero-simple .lead-form button span {
    background: #0e5274;
}

.theme-alto-do-farol .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-alto-do-farol .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-alto-do-farol .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-alto-do-rio .checkbox-label {
    color: #929292;
}

.theme-alto-do-rio .checkbox-label a {
    color: #787878;
}

.theme-alto-do-rio .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-alto-do-rio .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-alto-do-rio .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-alto-do-rio .generic-button {
    color: #173558;
    border-color: #173558;
}

.theme-alto-do-rio .generic-button:hover {
    color: #fff;
}

.theme-alto-do-rio .generic-button span {
    background: #1c416c;
}

.theme-alto-do-rio .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-alto-do-rio .input-container label {
    color: #828691;
}

.theme-alto-do-rio .landing-bg-mask {
    background: #173558;
}

.theme-alto-do-rio .lead-sticky-helper {
    background: #173558;
}

.theme-alto-do-rio .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #173558;
    border: 1px solid #fff;
}

.theme-alto-do-rio .select2-container--lead .select2-results li:hover {
    background: #1c416c;
}

.theme-alto-do-rio .text-icon-link {
    color: #173558;
    border-bottom-color: rgba(23, 53, 88, 0.4);
}

.theme-alto-do-rio .text-icon-link:hover {
    border-bottom-color: #173558;
}

.theme-alto-do-rio .text-icon-link i.icon {
    fill: #173558;
}

.theme-alto-do-rio .module-map-poi .title-lg,
.theme-alto-do-rio .module-map-poi .map-subtitle {
    color: #173558;
}

.theme-alto-do-rio .module-map-poi .map-links .map-button {
    color: rgba(23, 53, 88, 0.7);
}

.theme-alto-do-rio .module-map-poi .map-links .map-button:hover {
    color: #173558;
}

.theme-alto-do-rio .module-text-image .title-lg {
    color: #173558;
}

.theme-alto-do-rio .module-text-image p {
    color: #555;
}

.theme-alto-do-rio .module-contact-form .title {
    color: #173558;
}

.theme-alto-do-rio .module-contact-form .subtitle,
.theme-alto-do-rio .module-contact-form .title-sm,
.theme-alto-do-rio .module-contact-form .title-md,
.theme-alto-do-rio .module-contact-form .title-lg {
    color: #666;
}

.theme-alto-do-rio .module-contact-form .generic-button {
    color: #fff;
    background: #173558;
    border-color: #173558;
}

.theme-alto-do-rio .module-contact-form .generic-button:hover {
    color: #fff;
    background: #1c416c;
}

.theme-alto-do-rio .module-slider-content .title-sm,
.theme-alto-do-rio .module-slider-content .title-lg,
.theme-alto-do-rio .module-slider-content .details-item,
.theme-alto-do-rio .module-slider-content .text-icon-link {
    color: #173558;
}

.theme-alto-do-rio .module-slider-content .slider-tabs .tab-item {
    color: #173558;
    opacity: 0.5;
}

.theme-alto-do-rio .module-slider-content .slider-tabs .tab-item.is-active {
    color: #173558;
    border-bottom-color: #173558;
    opacity: 1;
}

.theme-alto-do-rio .module-slider-content i.icon {
    fill: #173558;
}

.theme-alto-do-rio .module-slider-full .title-lg {
    color: #173558;
}

.theme-alto-do-rio .module-slider-full .slider-tabs .tab-item {
    color: #173558;
    opacity: 0.5;
}

.theme-alto-do-rio .module-slider-full .slider-tabs .tab-item.is-active {
    color: #173558;
    border-bottom-color: #173558;
    opacity: 1;
}

.theme-alto-do-rio .module-slider-full i.icon svg {
    fill: #173558;
}

.theme-alto-do-rio .module-slider-content-simple {
    background-color: #173558;
}

.theme-alto-do-rio .module-slider-content-simple .title-sm,
.theme-alto-do-rio .module-slider-content-simple .title-lg,
.theme-alto-do-rio .module-slider-content-simple .details-item,
.theme-alto-do-rio .module-slider-content-simple .text-icon-link,
.theme-alto-do-rio .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-alto-do-rio .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-alto-do-rio .module-slider-content-simple .generic-button:hover {
    color: #173558;
}

.theme-alto-do-rio .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-alto-do-rio .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-alto-do-rio .module-tab-simple .title-sm,
.theme-alto-do-rio .module-tab-simple .title-lg,
.theme-alto-do-rio .module-tab-simple .details-item,
.theme-alto-do-rio .module-tab-simple .text-icon-link {
    color: #173558;
}

.theme-alto-do-rio .module-tab-simple .slider-tabs .tab-item {
    color: #173558;
    opacity: 0.5;
}

.theme-alto-do-rio .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #173558;
    border-bottom-color: #173558;
    opacity: 1;
}

.theme-alto-do-rio .module-tab-simple i.icon {
    fill: #173558;
}

.theme-alto-do-rio .module-lead-sticky {
    background: #173558;
}

.theme-alto-do-rio .module-lead-sticky button {
    color: #173558;
}

.theme-alto-do-rio .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-alto-do-rio .module-lead-sticky button.lead-close,
.theme-alto-do-rio .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-alto-do-rio .module-lead-sticky button:hover {
    color: #173558;
}

.theme-alto-do-rio .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-alto-do-rio .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-alto-do-rio .module-hero-simple .generic-button span {
    background: white;
}

.theme-alto-do-rio .module-hero-simple .generic-button:hover {
    color: #173558;
}

.theme-alto-do-rio .module-hero-simple .generic-button:hover i.icon {
    fill: #173558;
}

.theme-alto-do-rio .module-hero-simple .lead-form button {
    background: #173558;
    border-color: #173558;
}

.theme-alto-do-rio .module-hero-simple .lead-form button span {
    background: #1c416c;
}

.theme-alto-do-rio .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-alto-do-rio .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-alto-do-rio .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-bayline .checkbox-label {
    color: #929292;
}

.theme-bayline .checkbox-label a {
    color: #787878;
}

.theme-bayline .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-bayline .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-bayline .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-bayline .generic-button {
    color: #06223b;
    border-color: #06223b;
}

.theme-bayline .generic-button:hover {
    color: #fff;
}

.theme-bayline .generic-button span {
    background: #082f52;
}

.theme-bayline .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-bayline .input-container label {
    color: #828691;
}

.theme-bayline .landing-bg-mask {
    background: #06223b;
}

.theme-bayline .lead-sticky-helper {
    background: #06223b;
}

.theme-bayline .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #06223b;
    border: 1px solid #fff;
}

.theme-bayline .select2-container--lead .select2-results li:hover {
    background: #082f52;
}

.theme-bayline .text-icon-link {
    color: #06223b;
    border-bottom-color: rgba(6, 34, 59, 0.4);
}

.theme-bayline .text-icon-link:hover {
    border-bottom-color: #06223b;
}

.theme-bayline .text-icon-link i.icon {
    fill: #06223b;
}

.theme-bayline .module-map-poi .title-lg,
.theme-bayline .module-map-poi .map-subtitle {
    color: #06223b;
}

.theme-bayline .module-map-poi .map-links .map-button {
    color: rgba(6, 34, 59, 0.7);
}

.theme-bayline .module-map-poi .map-links .map-button:hover {
    color: #06223b;
}

.theme-bayline .module-text-image .title-lg {
    color: #06223b;
}

.theme-bayline .module-text-image p {
    color: #555;
}

.theme-bayline .module-contact-form .title {
    color: #06223b;
}

.theme-bayline .module-contact-form .subtitle,
.theme-bayline .module-contact-form .title-sm,
.theme-bayline .module-contact-form .title-md,
.theme-bayline .module-contact-form .title-lg {
    color: #666;
}

.theme-bayline .module-contact-form .generic-button {
    color: #fff;
    background: #06223b;
    border-color: #06223b;
}

.theme-bayline .module-contact-form .generic-button:hover {
    color: #fff;
    background: #082f52;
}

.theme-bayline .module-slider-content .title-sm,
.theme-bayline .module-slider-content .title-lg,
.theme-bayline .module-slider-content .details-item,
.theme-bayline .module-slider-content .text-icon-link {
    color: #06223b;
}

.theme-bayline .module-slider-content .slider-tabs .tab-item {
    color: #06223b;
    opacity: 0.5;
}

.theme-bayline .module-slider-content .slider-tabs .tab-item.is-active {
    color: #06223b;
    border-bottom-color: #06223b;
    opacity: 1;
}

.theme-bayline .module-slider-content i.icon {
    fill: #06223b;
}

.theme-bayline .module-slider-full .title-lg {
    color: #06223b;
}

.theme-bayline .module-slider-full .slider-tabs .tab-item {
    color: #06223b;
    opacity: 0.5;
}

.theme-bayline .module-slider-full .slider-tabs .tab-item.is-active {
    color: #06223b;
    border-bottom-color: #06223b;
    opacity: 1;
}

.theme-bayline .module-slider-full i.icon svg {
    fill: #06223b;
}

.theme-bayline .module-slider-content-simple {
    background-color: #06223b;
}

.theme-bayline .module-slider-content-simple .title-sm,
.theme-bayline .module-slider-content-simple .title-lg,
.theme-bayline .module-slider-content-simple .details-item,
.theme-bayline .module-slider-content-simple .text-icon-link,
.theme-bayline .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-bayline .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-bayline .module-slider-content-simple .generic-button:hover {
    color: #06223b;
}

.theme-bayline .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-bayline .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-bayline .module-tab-simple .title-sm,
.theme-bayline .module-tab-simple .title-lg,
.theme-bayline .module-tab-simple .details-item,
.theme-bayline .module-tab-simple .text-icon-link {
    color: #06223b;
}

.theme-bayline .module-tab-simple .slider-tabs .tab-item {
    color: #06223b;
    opacity: 0.5;
}

.theme-bayline .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #06223b;
    border-bottom-color: #06223b;
    opacity: 1;
}

.theme-bayline .module-tab-simple i.icon {
    fill: #06223b;
}

.theme-bayline .module-lead-sticky {
    background: #06223b;
}

.theme-bayline .module-lead-sticky button {
    color: #06223b;
}

.theme-bayline .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-bayline .module-lead-sticky button.lead-close,
.theme-bayline .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-bayline .module-lead-sticky button:hover {
    color: #06223b;
}

.theme-bayline .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-bayline .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-bayline .module-hero-simple .generic-button span {
    background: white;
}

.theme-bayline .module-hero-simple .generic-button:hover {
    color: #06223b;
}

.theme-bayline .module-hero-simple .generic-button:hover i.icon {
    fill: #06223b;
}

.theme-bayline .module-hero-simple .lead-form button {
    background: #06223b;
    border-color: #06223b;
}

.theme-bayline .module-hero-simple .lead-form button span {
    background: #082f52;
}

.theme-bayline .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-bayline .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-bayline .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-castilho-203 .checkbox-label {
    color: #929292;
}

.theme-castilho-203 .checkbox-label a {
    color: #787878;
}

.theme-castilho-203 .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-castilho-203 .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-castilho-203 .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-castilho-203 .generic-button {
    color: #98694c;
    border-color: #98694c;
}

.theme-castilho-203 .generic-button:hover {
    color: #fff;
}

.theme-castilho-203 .generic-button span {
    background: #a97555;
}

.theme-castilho-203 .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-castilho-203 .input-container label {
    color: #828691;
}

.theme-castilho-203 .landing-bg-mask {
    background: #98694c;
}

.theme-castilho-203 .lead-sticky-helper {
    background: #98694c;
}

.theme-castilho-203 .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #98694c;
    border: 1px solid #fff;
}

.theme-castilho-203 .select2-container--lead .select2-results li:hover {
    background: #a97555;
}

.theme-castilho-203 .text-icon-link {
    color: #98694c;
    border-bottom-color: rgba(152, 105, 76, 0.4);
}

.theme-castilho-203 .text-icon-link:hover {
    border-bottom-color: #98694c;
}

.theme-castilho-203 .text-icon-link i.icon {
    fill: #98694c;
}

.theme-castilho-203 .module-map-poi .title-lg,
.theme-castilho-203 .module-map-poi .map-subtitle {
    color: #98694c;
}

.theme-castilho-203 .module-map-poi .map-links .map-button {
    color: rgba(152, 105, 76, 0.7);
}

.theme-castilho-203 .module-map-poi .map-links .map-button:hover {
    color: #98694c;
}

.theme-castilho-203 .module-text-image .title-lg {
    color: #98694c;
}

.theme-castilho-203 .module-text-image p {
    color: #555;
}

.theme-castilho-203 .module-contact-form .title {
    color: #98694c;
}

.theme-castilho-203 .module-contact-form .subtitle,
.theme-castilho-203 .module-contact-form .title-sm,
.theme-castilho-203 .module-contact-form .title-md,
.theme-castilho-203 .module-contact-form .title-lg {
    color: #666;
}

.theme-castilho-203 .module-contact-form .generic-button {
    color: #fff;
    background: #98694c;
    border-color: #98694c;
}

.theme-castilho-203 .module-contact-form .generic-button:hover {
    color: #fff;
    background: #a97555;
}

.theme-castilho-203 .module-slider-content .title-sm,
.theme-castilho-203 .module-slider-content .title-lg,
.theme-castilho-203 .module-slider-content .details-item,
.theme-castilho-203 .module-slider-content .text-icon-link {
    color: #98694c;
}

.theme-castilho-203 .module-slider-content .slider-tabs .tab-item {
    color: #98694c;
    opacity: 0.5;
}

.theme-castilho-203 .module-slider-content .slider-tabs .tab-item.is-active {
    color: #98694c;
    border-bottom-color: #98694c;
    opacity: 1;
}

.theme-castilho-203 .module-slider-content i.icon {
    fill: #98694c;
}

.theme-castilho-203 .module-slider-full .title-lg {
    color: #98694c;
}

.theme-castilho-203 .module-slider-full .slider-tabs .tab-item {
    color: #98694c;
    opacity: 0.5;
}

.theme-castilho-203 .module-slider-full .slider-tabs .tab-item.is-active {
    color: #98694c;
    border-bottom-color: #98694c;
    opacity: 1;
}

.theme-castilho-203 .module-slider-full i.icon svg {
    fill: #98694c;
}

.theme-castilho-203 .module-slider-content-simple {
    background-color: #98694c;
}

.theme-castilho-203 .module-slider-content-simple .title-sm,
.theme-castilho-203 .module-slider-content-simple .title-lg,
.theme-castilho-203 .module-slider-content-simple .details-item,
.theme-castilho-203 .module-slider-content-simple .text-icon-link,
.theme-castilho-203 .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-castilho-203 .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-castilho-203 .module-slider-content-simple .generic-button:hover {
    color: #98694c;
}

.theme-castilho-203 .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-castilho-203 .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-castilho-203 .module-tab-simple .title-sm,
.theme-castilho-203 .module-tab-simple .title-lg,
.theme-castilho-203 .module-tab-simple .details-item,
.theme-castilho-203 .module-tab-simple .text-icon-link {
    color: #98694c;
}

.theme-castilho-203 .module-tab-simple .slider-tabs .tab-item {
    color: #98694c;
    opacity: 0.5;
}

.theme-castilho-203 .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #98694c;
    border-bottom-color: #98694c;
    opacity: 1;
}

.theme-castilho-203 .module-tab-simple i.icon {
    fill: #98694c;
}

.theme-castilho-203 .module-lead-sticky {
    background: #98694c;
}

.theme-castilho-203 .module-lead-sticky button {
    color: #98694c;
}

.theme-castilho-203 .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-castilho-203 .module-lead-sticky button.lead-close,
.theme-castilho-203 .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-castilho-203 .module-lead-sticky button:hover {
    color: #98694c;
}

.theme-castilho-203 .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-castilho-203 .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-castilho-203 .module-hero-simple .generic-button span {
    background: white;
}

.theme-castilho-203 .module-hero-simple .generic-button:hover {
    color: #98694c;
}

.theme-castilho-203 .module-hero-simple .generic-button:hover i.icon {
    fill: #98694c;
}

.theme-castilho-203 .module-hero-simple .lead-form button {
    background: #98694c;
    border-color: #98694c;
}

.theme-castilho-203 .module-hero-simple .lead-form button span {
    background: #a97555;
}

.theme-castilho-203 .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-castilho-203 .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-castilho-203 .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-infinity .checkbox-label {
    color: #929292;
}

.theme-infinity .checkbox-label a {
    color: #787878;
}

.theme-infinity .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-infinity .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-infinity .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-infinity .generic-button {
    color: #1f353b;
    border-color: #1f353b;
}

.theme-infinity .generic-button:hover {
    color: #fff;
}

.theme-infinity .generic-button span {
    background: #28444c;
}

.theme-infinity .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-infinity .input-container label {
    color: #828691;
}

.theme-infinity .landing-bg-mask {
    background: #1f353b;
}

.theme-infinity .lead-sticky-helper {
    background: #1f353b;
}

.theme-infinity .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #1f353b;
    border: 1px solid #fff;
}

.theme-infinity .select2-container--lead .select2-results li:hover {
    background: #28444c;
}

.theme-infinity .text-icon-link {
    color: #1f353b;
    border-bottom-color: rgba(31, 53, 59, 0.4);
}

.theme-infinity .text-icon-link:hover {
    border-bottom-color: #1f353b;
}

.theme-infinity .text-icon-link i.icon {
    fill: #1f353b;
}

.theme-infinity .module-map-poi .title-lg,
.theme-infinity .module-map-poi .map-subtitle {
    color: #1f353b;
}

.theme-infinity .module-map-poi .map-links .map-button {
    color: rgba(31, 53, 59, 0.7);
}

.theme-infinity .module-map-poi .map-links .map-button:hover {
    color: #1f353b;
}

.theme-infinity .module-text-image .title-lg {
    color: #1f353b;
}

.theme-infinity .module-text-image p {
    color: #555;
}

.theme-infinity .module-contact-form .title {
    color: #1f353b;
}

.theme-infinity .module-contact-form .subtitle,
.theme-infinity .module-contact-form .title-sm,
.theme-infinity .module-contact-form .title-md,
.theme-infinity .module-contact-form .title-lg {
    color: #666;
}

.theme-infinity .module-contact-form .generic-button {
    color: #fff;
    background: #1f353b;
    border-color: #1f353b;
}

.theme-infinity .module-contact-form .generic-button:hover {
    color: #fff;
    background: #28444c;
}

.theme-infinity .module-slider-content .title-sm,
.theme-infinity .module-slider-content .title-lg,
.theme-infinity .module-slider-content .details-item,
.theme-infinity .module-slider-content .text-icon-link {
    color: #1f353b;
}

.theme-infinity .module-slider-content .slider-tabs .tab-item {
    color: #1f353b;
    opacity: 0.5;
}

.theme-infinity .module-slider-content .slider-tabs .tab-item.is-active {
    color: #1f353b;
    border-bottom-color: #1f353b;
    opacity: 1;
}

.theme-infinity .module-slider-content i.icon {
    fill: #1f353b;
}

.theme-infinity .module-slider-full .title-lg {
    color: #1f353b;
}

.theme-infinity .module-slider-full .slider-tabs .tab-item {
    color: #1f353b;
    opacity: 0.5;
}

.theme-infinity .module-slider-full .slider-tabs .tab-item.is-active {
    color: #1f353b;
    border-bottom-color: #1f353b;
    opacity: 1;
}

.theme-infinity .module-slider-full i.icon svg {
    fill: #1f353b;
}

.theme-infinity .module-slider-content-simple {
    background-color: #1f353b;
}

.theme-infinity .module-slider-content-simple .title-sm,
.theme-infinity .module-slider-content-simple .title-lg,
.theme-infinity .module-slider-content-simple .details-item,
.theme-infinity .module-slider-content-simple .text-icon-link,
.theme-infinity .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-infinity .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-infinity .module-slider-content-simple .generic-button:hover {
    color: #1f353b;
}

.theme-infinity .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-infinity .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-infinity .module-tab-simple .title-sm,
.theme-infinity .module-tab-simple .title-lg,
.theme-infinity .module-tab-simple .details-item,
.theme-infinity .module-tab-simple .text-icon-link {
    color: #1f353b;
}

.theme-infinity .module-tab-simple .slider-tabs .tab-item {
    color: #1f353b;
    opacity: 0.5;
}

.theme-infinity .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #1f353b;
    border-bottom-color: #1f353b;
    opacity: 1;
}

.theme-infinity .module-tab-simple i.icon {
    fill: #1f353b;
}

.theme-infinity .module-lead-sticky {
    background: #1f353b;
}

.theme-infinity .module-lead-sticky button {
    color: #1f353b;
}

.theme-infinity .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-infinity .module-lead-sticky button.lead-close,
.theme-infinity .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-infinity .module-lead-sticky button:hover {
    color: #1f353b;
}

.theme-infinity .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-infinity .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-infinity .module-hero-simple .generic-button span {
    background: white;
}

.theme-infinity .module-hero-simple .generic-button:hover {
    color: #1f353b;
}

.theme-infinity .module-hero-simple .generic-button:hover i.icon {
    fill: #1f353b;
}

.theme-infinity .module-hero-simple .lead-form button {
    background: #1f353b;
    border-color: #1f353b;
}

.theme-infinity .module-hero-simple .lead-form button span {
    background: #28444c;
}

.theme-infinity .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-infinity .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-infinity .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-muda-farms .checkbox-label {
    color: #929292;
}

.theme-muda-farms .checkbox-label a {
    color: #787878;
}

.theme-muda-farms .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-muda-farms .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-muda-farms .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-muda-farms .generic-button {
    color: #00ab97;
    border-color: #00ab97;
}

.theme-muda-farms .generic-button:hover {
    color: #fff;
}

.theme-muda-farms .generic-button span {
    background: #00c5ae;
}

.theme-muda-farms .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-muda-farms .input-container label {
    color: #828691;
}

.theme-muda-farms .landing-bg-mask {
    background: #00ab97;
}

.theme-muda-farms .lead-sticky-helper {
    background: #00ab97;
}

.theme-muda-farms .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #00ab97;
    border: 1px solid #fff;
}

.theme-muda-farms .select2-container--lead .select2-results li:hover {
    background: #00c5ae;
}

.theme-muda-farms .text-icon-link {
    color: #00ab97;
    border-bottom-color: rgba(0, 171, 151, 0.4);
}

.theme-muda-farms .text-icon-link:hover {
    border-bottom-color: #00ab97;
}

.theme-muda-farms .text-icon-link i.icon {
    fill: #00ab97;
}

.theme-muda-farms .module-map-poi .title-lg,
.theme-muda-farms .module-map-poi .map-subtitle {
    color: #00ab97;
}

.theme-muda-farms .module-map-poi .map-links .map-button {
    color: rgba(0, 171, 151, 0.7);
}

.theme-muda-farms .module-map-poi .map-links .map-button:hover {
    color: #00ab97;
}

.theme-muda-farms .module-text-image .title-lg {
    color: #00ab97;
}

.theme-muda-farms .module-text-image p {
    color: #555;
}

.theme-muda-farms .module-contact-form .title {
    color: #00ab97;
}

.theme-muda-farms .module-contact-form .subtitle,
.theme-muda-farms .module-contact-form .title-sm,
.theme-muda-farms .module-contact-form .title-md,
.theme-muda-farms .module-contact-form .title-lg {
    color: #666;
}

.theme-muda-farms .module-contact-form .generic-button {
    color: #fff;
    background: #00ab97;
    border-color: #00ab97;
}

.theme-muda-farms .module-contact-form .generic-button:hover {
    color: #fff;
    background: #00c5ae;
}

.theme-muda-farms .module-slider-content .title-sm,
.theme-muda-farms .module-slider-content .title-lg,
.theme-muda-farms .module-slider-content .details-item,
.theme-muda-farms .module-slider-content .text-icon-link {
    color: #00ab97;
}

.theme-muda-farms .module-slider-content .slider-tabs .tab-item {
    color: #00ab97;
    opacity: 0.5;
}

.theme-muda-farms .module-slider-content .slider-tabs .tab-item.is-active {
    color: #00ab97;
    border-bottom-color: #00ab97;
    opacity: 1;
}

.theme-muda-farms .module-slider-content i.icon {
    fill: #00ab97;
}

.theme-muda-farms .module-slider-full .title-lg {
    color: #00ab97;
}

.theme-muda-farms .module-slider-full .slider-tabs .tab-item {
    color: #00ab97;
    opacity: 0.5;
}

.theme-muda-farms .module-slider-full .slider-tabs .tab-item.is-active {
    color: #00ab97;
    border-bottom-color: #00ab97;
    opacity: 1;
}

.theme-muda-farms .module-slider-full i.icon svg {
    fill: #00ab97;
}

.theme-muda-farms .module-slider-content-simple {
    background-color: #00ab97;
}

.theme-muda-farms .module-slider-content-simple .title-sm,
.theme-muda-farms .module-slider-content-simple .title-lg,
.theme-muda-farms .module-slider-content-simple .details-item,
.theme-muda-farms .module-slider-content-simple .text-icon-link,
.theme-muda-farms .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-muda-farms .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-muda-farms .module-slider-content-simple .generic-button:hover {
    color: #00ab97;
}

.theme-muda-farms .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-muda-farms .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-muda-farms .module-tab-simple .title-sm,
.theme-muda-farms .module-tab-simple .title-lg,
.theme-muda-farms .module-tab-simple .details-item,
.theme-muda-farms .module-tab-simple .text-icon-link {
    color: #00ab97;
}

.theme-muda-farms .module-tab-simple .slider-tabs .tab-item {
    color: #00ab97;
    opacity: 0.5;
}

.theme-muda-farms .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #00ab97;
    border-bottom-color: #00ab97;
    opacity: 1;
}

.theme-muda-farms .module-tab-simple i.icon {
    fill: #00ab97;
}

.theme-muda-farms .module-lead-sticky {
    background: #00ab97;
}

.theme-muda-farms .module-lead-sticky button {
    color: #00ab97;
}

.theme-muda-farms .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-muda-farms .module-lead-sticky button.lead-close,
.theme-muda-farms .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-muda-farms .module-lead-sticky button:hover {
    color: #00ab97;
}

.theme-muda-farms .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-muda-farms .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-muda-farms .module-hero-simple .generic-button span {
    background: white;
}

.theme-muda-farms .module-hero-simple .generic-button:hover {
    color: #00ab97;
}

.theme-muda-farms .module-hero-simple .generic-button:hover i.icon {
    fill: #00ab97;
}

.theme-muda-farms .module-hero-simple .lead-form button {
    background: #00ab97;
    border-color: #00ab97;
}

.theme-muda-farms .module-hero-simple .lead-form button span {
    background: #00c5ae;
}

.theme-muda-farms .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-muda-farms .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-muda-farms .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-muda-reserve .checkbox-label {
    color: #929292;
}

.theme-muda-reserve .checkbox-label a {
    color: #787878;
}

.theme-muda-reserve .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-muda-reserve .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-muda-reserve .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-muda-reserve .generic-button {
    color: #738f37;
    border-color: #738f37;
}

.theme-muda-reserve .generic-button:hover {
    color: #fff;
}

.theme-muda-reserve .generic-button span {
    background: #82a13e;
}

.theme-muda-reserve .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-muda-reserve .input-container label {
    color: #828691;
}

.theme-muda-reserve .landing-bg-mask {
    background: #738f37;
}

.theme-muda-reserve .lead-sticky-helper {
    background: #738f37;
}

.theme-muda-reserve .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #738f37;
    border: 1px solid #fff;
}

.theme-muda-reserve .select2-container--lead .select2-results li:hover {
    background: #82a13e;
}

.theme-muda-reserve .text-icon-link {
    color: #738f37;
    border-bottom-color: rgba(115, 143, 55, 0.4);
}

.theme-muda-reserve .text-icon-link:hover {
    border-bottom-color: #738f37;
}

.theme-muda-reserve .text-icon-link i.icon {
    fill: #738f37;
}

.theme-muda-reserve .module-map-poi .title-lg,
.theme-muda-reserve .module-map-poi .map-subtitle {
    color: #738f37;
}

.theme-muda-reserve .module-map-poi .map-links .map-button {
    color: rgba(115, 143, 55, 0.7);
}

.theme-muda-reserve .module-map-poi .map-links .map-button:hover {
    color: #738f37;
}

.theme-muda-reserve .module-text-image .title-lg {
    color: #738f37;
}

.theme-muda-reserve .module-text-image p {
    color: #555;
}

.theme-muda-reserve .module-contact-form .title {
    color: #738f37;
}

.theme-muda-reserve .module-contact-form .subtitle,
.theme-muda-reserve .module-contact-form .title-sm,
.theme-muda-reserve .module-contact-form .title-md,
.theme-muda-reserve .module-contact-form .title-lg {
    color: #666;
}

.theme-muda-reserve .module-contact-form .generic-button {
    color: #fff;
    background: #738f37;
    border-color: #738f37;
}

.theme-muda-reserve .module-contact-form .generic-button:hover {
    color: #fff;
    background: #82a13e;
}

.theme-muda-reserve .module-slider-content .title-sm,
.theme-muda-reserve .module-slider-content .title-lg,
.theme-muda-reserve .module-slider-content .details-item,
.theme-muda-reserve .module-slider-content .text-icon-link {
    color: #738f37;
}

.theme-muda-reserve .module-slider-content .slider-tabs .tab-item {
    color: #738f37;
    opacity: 0.5;
}

.theme-muda-reserve .module-slider-content .slider-tabs .tab-item.is-active {
    color: #738f37;
    border-bottom-color: #738f37;
    opacity: 1;
}

.theme-muda-reserve .module-slider-content i.icon {
    fill: #738f37;
}

.theme-muda-reserve .module-slider-full .title-lg {
    color: #738f37;
}

.theme-muda-reserve .module-slider-full .slider-tabs .tab-item {
    color: #738f37;
    opacity: 0.5;
}

.theme-muda-reserve .module-slider-full .slider-tabs .tab-item.is-active {
    color: #738f37;
    border-bottom-color: #738f37;
    opacity: 1;
}

.theme-muda-reserve .module-slider-full i.icon svg {
    fill: #738f37;
}

.theme-muda-reserve .module-slider-content-simple {
    background-color: #738f37;
}

.theme-muda-reserve .module-slider-content-simple .title-sm,
.theme-muda-reserve .module-slider-content-simple .title-lg,
.theme-muda-reserve .module-slider-content-simple .details-item,
.theme-muda-reserve .module-slider-content-simple .text-icon-link,
.theme-muda-reserve .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-muda-reserve .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-muda-reserve .module-slider-content-simple .generic-button:hover {
    color: #738f37;
}

.theme-muda-reserve .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-muda-reserve .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-muda-reserve .module-tab-simple .title-sm,
.theme-muda-reserve .module-tab-simple .title-lg,
.theme-muda-reserve .module-tab-simple .details-item,
.theme-muda-reserve .module-tab-simple .text-icon-link {
    color: #738f37;
}

.theme-muda-reserve .module-tab-simple .slider-tabs .tab-item {
    color: #738f37;
    opacity: 0.5;
}

.theme-muda-reserve .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #738f37;
    border-bottom-color: #738f37;
    opacity: 1;
}

.theme-muda-reserve .module-tab-simple i.icon {
    fill: #738f37;
}

.theme-muda-reserve .module-lead-sticky {
    background: #738f37;
}

.theme-muda-reserve .module-lead-sticky button {
    color: #738f37;
}

.theme-muda-reserve .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-muda-reserve .module-lead-sticky button.lead-close,
.theme-muda-reserve .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-muda-reserve .module-lead-sticky button:hover {
    color: #738f37;
}

.theme-muda-reserve .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-muda-reserve .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-muda-reserve .module-hero-simple .generic-button span {
    background: white;
}

.theme-muda-reserve .module-hero-simple .generic-button:hover {
    color: #738f37;
}

.theme-muda-reserve .module-hero-simple .generic-button:hover i.icon {
    fill: #738f37;
}

.theme-muda-reserve .module-hero-simple .lead-form button {
    background: #738f37;
    border-color: #738f37;
}

.theme-muda-reserve .module-hero-simple .lead-form button span {
    background: #82a13e;
}

.theme-muda-reserve .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-muda-reserve .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-muda-reserve .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-muda-townhouses .checkbox-label {
    color: #929292;
}

.theme-muda-townhouses .checkbox-label a {
    color: #787878;
}

.theme-muda-townhouses .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-muda-townhouses .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-muda-townhouses .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-muda-townhouses .generic-button {
    color: #006caf;
    border-color: #006caf;
}

.theme-muda-townhouses .generic-button:hover {
    color: #fff;
}

.theme-muda-townhouses .generic-button span {
    background: #007cc9;
}

.theme-muda-townhouses .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-muda-townhouses .input-container label {
    color: #828691;
}

.theme-muda-townhouses .landing-bg-mask {
    background: #006caf;
}

.theme-muda-townhouses .lead-sticky-helper {
    background: #006caf;
}

.theme-muda-townhouses .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #006caf;
    border: 1px solid #fff;
}

.theme-muda-townhouses .select2-container--lead .select2-results li:hover {
    background: #007cc9;
}

.theme-muda-townhouses .text-icon-link {
    color: #006caf;
    border-bottom-color: rgba(0, 108, 175, 0.4);
}

.theme-muda-townhouses .text-icon-link:hover {
    border-bottom-color: #006caf;
}

.theme-muda-townhouses .text-icon-link i.icon {
    fill: #006caf;
}

.theme-muda-townhouses .module-map-poi .title-lg,
.theme-muda-townhouses .module-map-poi .map-subtitle {
    color: #006caf;
}

.theme-muda-townhouses .module-map-poi .map-links .map-button {
    color: rgba(0, 108, 175, 0.7);
}

.theme-muda-townhouses .module-map-poi .map-links .map-button:hover {
    color: #006caf;
}

.theme-muda-townhouses .module-text-image .title-lg {
    color: #006caf;
}

.theme-muda-townhouses .module-text-image p {
    color: #555;
}

.theme-muda-townhouses .module-contact-form .title {
    color: #006caf;
}

.theme-muda-townhouses .module-contact-form .subtitle,
.theme-muda-townhouses .module-contact-form .title-sm,
.theme-muda-townhouses .module-contact-form .title-md,
.theme-muda-townhouses .module-contact-form .title-lg {
    color: #666;
}

.theme-muda-townhouses .module-contact-form .generic-button {
    color: #fff;
    background: #006caf;
    border-color: #006caf;
}

.theme-muda-townhouses .module-contact-form .generic-button:hover {
    color: #fff;
    background: #007cc9;
}

.theme-muda-townhouses .module-slider-content .title-sm,
.theme-muda-townhouses .module-slider-content .title-lg,
.theme-muda-townhouses .module-slider-content .details-item,
.theme-muda-townhouses .module-slider-content .text-icon-link {
    color: #006caf;
}

.theme-muda-townhouses .module-slider-content .slider-tabs .tab-item {
    color: #006caf;
    opacity: 0.5;
}

.theme-muda-townhouses .module-slider-content .slider-tabs .tab-item.is-active {
    color: #006caf;
    border-bottom-color: #006caf;
    opacity: 1;
}

.theme-muda-townhouses .module-slider-content i.icon {
    fill: #006caf;
}

.theme-muda-townhouses .module-slider-full .title-lg {
    color: #006caf;
}

.theme-muda-townhouses .module-slider-full .slider-tabs .tab-item {
    color: #006caf;
    opacity: 0.5;
}

.theme-muda-townhouses .module-slider-full .slider-tabs .tab-item.is-active {
    color: #006caf;
    border-bottom-color: #006caf;
    opacity: 1;
}

.theme-muda-townhouses .module-slider-full i.icon svg {
    fill: #006caf;
}

.theme-muda-townhouses .module-slider-content-simple {
    background-color: #006caf;
}

.theme-muda-townhouses .module-slider-content-simple .title-sm,
.theme-muda-townhouses .module-slider-content-simple .title-lg,
.theme-muda-townhouses .module-slider-content-simple .details-item,
.theme-muda-townhouses .module-slider-content-simple .text-icon-link,
.theme-muda-townhouses .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-muda-townhouses .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-muda-townhouses .module-slider-content-simple .generic-button:hover {
    color: #006caf;
}

.theme-muda-townhouses .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-muda-townhouses .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-muda-townhouses .module-tab-simple .title-sm,
.theme-muda-townhouses .module-tab-simple .title-lg,
.theme-muda-townhouses .module-tab-simple .details-item,
.theme-muda-townhouses .module-tab-simple .text-icon-link {
    color: #006caf;
}

.theme-muda-townhouses .module-tab-simple .slider-tabs .tab-item {
    color: #006caf;
    opacity: 0.5;
}

.theme-muda-townhouses .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #006caf;
    border-bottom-color: #006caf;
    opacity: 1;
}

.theme-muda-townhouses .module-tab-simple i.icon {
    fill: #006caf;
}

.theme-muda-townhouses .module-lead-sticky {
    background: #006caf;
}

.theme-muda-townhouses .module-lead-sticky button {
    color: #006caf;
}

.theme-muda-townhouses .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-muda-townhouses .module-lead-sticky button.lead-close,
.theme-muda-townhouses .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-muda-townhouses .module-lead-sticky button:hover {
    color: #006caf;
}

.theme-muda-townhouses .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-muda-townhouses .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-muda-townhouses .module-hero-simple .generic-button span {
    background: white;
}

.theme-muda-townhouses .module-hero-simple .generic-button:hover {
    color: #006caf;
}

.theme-muda-townhouses .module-hero-simple .generic-button:hover i.icon {
    fill: #006caf;
}

.theme-muda-townhouses .module-hero-simple .lead-form button {
    background: #006caf;
    border-color: #006caf;
}

.theme-muda-townhouses .module-hero-simple .lead-form button span {
    background: #007cc9;
}

.theme-muda-townhouses .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-muda-townhouses .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-muda-townhouses .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-muda-villas .checkbox-label {
    color: #929292;
}

.theme-muda-villas .checkbox-label a {
    color: #787878;
}

.theme-muda-villas .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-muda-villas .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-muda-villas .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-muda-villas .generic-button {
    color: #5f7e40;
    border-color: #5f7e40;
}

.theme-muda-villas .generic-button:hover {
    color: #fff;
}

.theme-muda-villas .generic-button span {
    background: #6c8f49;
}

.theme-muda-villas .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-muda-villas .input-container label {
    color: #828691;
}

.theme-muda-villas .landing-bg-mask {
    background: #5f7e40;
}

.theme-muda-villas .lead-sticky-helper {
    background: #5f7e40;
}

.theme-muda-villas .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #5f7e40;
    border: 1px solid #fff;
}

.theme-muda-villas .select2-container--lead .select2-results li:hover {
    background: #6c8f49;
}

.theme-muda-villas .text-icon-link {
    color: #5f7e40;
    border-bottom-color: rgba(95, 126, 64, 0.4);
}

.theme-muda-villas .text-icon-link:hover {
    border-bottom-color: #5f7e40;
}

.theme-muda-villas .text-icon-link i.icon {
    fill: #5f7e40;
}

.theme-muda-villas .module-map-poi .title-lg,
.theme-muda-villas .module-map-poi .map-subtitle {
    color: #5f7e40;
}

.theme-muda-villas .module-map-poi .map-links .map-button {
    color: rgba(95, 126, 64, 0.7);
}

.theme-muda-villas .module-map-poi .map-links .map-button:hover {
    color: #5f7e40;
}

.theme-muda-villas .module-text-image .title-lg {
    color: #5f7e40;
}

.theme-muda-villas .module-text-image p {
    color: #555;
}

.theme-muda-villas .module-contact-form .title {
    color: #5f7e40;
}

.theme-muda-villas .module-contact-form .subtitle,
.theme-muda-villas .module-contact-form .title-sm,
.theme-muda-villas .module-contact-form .title-md,
.theme-muda-villas .module-contact-form .title-lg {
    color: #666;
}

.theme-muda-villas .module-contact-form .generic-button {
    color: #fff;
    background: #5f7e40;
    border-color: #5f7e40;
}

.theme-muda-villas .module-contact-form .generic-button:hover {
    color: #fff;
    background: #6c8f49;
}

.theme-muda-villas .module-slider-content .title-sm,
.theme-muda-villas .module-slider-content .title-lg,
.theme-muda-villas .module-slider-content .details-item,
.theme-muda-villas .module-slider-content .text-icon-link {
    color: #5f7e40;
}

.theme-muda-villas .module-slider-content .slider-tabs .tab-item {
    color: #5f7e40;
    opacity: 0.5;
}

.theme-muda-villas .module-slider-content .slider-tabs .tab-item.is-active {
    color: #5f7e40;
    border-bottom-color: #5f7e40;
    opacity: 1;
}

.theme-muda-villas .module-slider-content i.icon {
    fill: #5f7e40;
}

.theme-muda-villas .module-slider-full .title-lg {
    color: #5f7e40;
}

.theme-muda-villas .module-slider-full .slider-tabs .tab-item {
    color: #5f7e40;
    opacity: 0.5;
}

.theme-muda-villas .module-slider-full .slider-tabs .tab-item.is-active {
    color: #5f7e40;
    border-bottom-color: #5f7e40;
    opacity: 1;
}

.theme-muda-villas .module-slider-full i.icon svg {
    fill: #5f7e40;
}

.theme-muda-villas .module-slider-content-simple {
    background-color: #5f7e40;
}

.theme-muda-villas .module-slider-content-simple .title-sm,
.theme-muda-villas .module-slider-content-simple .title-lg,
.theme-muda-villas .module-slider-content-simple .details-item,
.theme-muda-villas .module-slider-content-simple .text-icon-link,
.theme-muda-villas .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-muda-villas .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-muda-villas .module-slider-content-simple .generic-button:hover {
    color: #5f7e40;
}

.theme-muda-villas .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-muda-villas .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-muda-villas .module-tab-simple .title-sm,
.theme-muda-villas .module-tab-simple .title-lg,
.theme-muda-villas .module-tab-simple .details-item,
.theme-muda-villas .module-tab-simple .text-icon-link {
    color: #5f7e40;
}

.theme-muda-villas .module-tab-simple .slider-tabs .tab-item {
    color: #5f7e40;
    opacity: 0.5;
}

.theme-muda-villas .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #5f7e40;
    border-bottom-color: #5f7e40;
    opacity: 1;
}

.theme-muda-villas .module-tab-simple i.icon {
    fill: #5f7e40;
}

.theme-muda-villas .module-lead-sticky {
    background: #5f7e40;
}

.theme-muda-villas .module-lead-sticky button {
    color: #5f7e40;
}

.theme-muda-villas .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-muda-villas .module-lead-sticky button.lead-close,
.theme-muda-villas .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-muda-villas .module-lead-sticky button:hover {
    color: #5f7e40;
}

.theme-muda-villas .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-muda-villas .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-muda-villas .module-hero-simple .generic-button span {
    background: white;
}

.theme-muda-villas .module-hero-simple .generic-button:hover {
    color: #5f7e40;
}

.theme-muda-villas .module-hero-simple .generic-button:hover i.icon {
    fill: #5f7e40;
}

.theme-muda-villas .module-hero-simple .lead-form button {
    background: #5f7e40;
    border-color: #5f7e40;
}

.theme-muda-villas .module-hero-simple .lead-form button span {
    background: #6c8f49;
}

.theme-muda-villas .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-muda-villas .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-muda-villas .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-tomas-ribeiro-79 .checkbox-label {
    color: #929292;
}

.theme-tomas-ribeiro-79 .checkbox-label a {
    color: #787878;
}

.theme-tomas-ribeiro-79 .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-tomas-ribeiro-79 .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-tomas-ribeiro-79 .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-tomas-ribeiro-79 .generic-button {
    color: #bca184;
    border-color: #bca184;
}

.theme-tomas-ribeiro-79 .generic-button:hover {
    color: #fff;
}

.theme-tomas-ribeiro-79 .generic-button span {
    background: #c5ae95;
}

.theme-tomas-ribeiro-79 .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-tomas-ribeiro-79 .input-container label {
    color: #828691;
}

.theme-tomas-ribeiro-79 .landing-bg-mask {
    background: #bca184;
}

.theme-tomas-ribeiro-79 .lead-sticky-helper {
    background: #bca184;
}

.theme-tomas-ribeiro-79 .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #bca184;
    border: 1px solid #fff;
}

.theme-tomas-ribeiro-79 .select2-container--lead .select2-results li:hover {
    background: #c5ae95;
}

.theme-tomas-ribeiro-79 .text-icon-link {
    color: #bca184;
    border-bottom-color: rgba(188, 161, 132, 0.4);
}

.theme-tomas-ribeiro-79 .text-icon-link:hover {
    border-bottom-color: #bca184;
}

.theme-tomas-ribeiro-79 .text-icon-link i.icon {
    fill: #bca184;
}

.theme-tomas-ribeiro-79 .module-map-poi .title-lg,
.theme-tomas-ribeiro-79 .module-map-poi .map-subtitle {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-map-poi .map-links .map-button {
    color: rgba(188, 161, 132, 0.7);
}

.theme-tomas-ribeiro-79 .module-map-poi .map-links .map-button:hover {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-text-image .title-lg {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-text-image p {
    color: #555;
}

.theme-tomas-ribeiro-79 .module-contact-form .title {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-contact-form .subtitle,
.theme-tomas-ribeiro-79 .module-contact-form .title-sm,
.theme-tomas-ribeiro-79 .module-contact-form .title-md,
.theme-tomas-ribeiro-79 .module-contact-form .title-lg {
    color: #666;
}

.theme-tomas-ribeiro-79 .module-contact-form .generic-button {
    color: #fff;
    background: #bca184;
    border-color: #bca184;
}

.theme-tomas-ribeiro-79 .module-contact-form .generic-button:hover {
    color: #fff;
    background: #c5ae95;
}

.theme-tomas-ribeiro-79 .module-slider-content .title-sm,
.theme-tomas-ribeiro-79 .module-slider-content .title-lg,
.theme-tomas-ribeiro-79 .module-slider-content .details-item,
.theme-tomas-ribeiro-79 .module-slider-content .text-icon-link {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-content .slider-tabs .tab-item {
    color: #bca184;
    opacity: 0.5;
}

.theme-tomas-ribeiro-79
    .module-slider-content
    .slider-tabs
    .tab-item.is-active {
    color: #bca184;
    border-bottom-color: #bca184;
    opacity: 1;
}

.theme-tomas-ribeiro-79 .module-slider-content i.icon {
    fill: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-full .title-lg {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-full .slider-tabs .tab-item {
    color: #bca184;
    opacity: 0.5;
}

.theme-tomas-ribeiro-79 .module-slider-full .slider-tabs .tab-item.is-active {
    color: #bca184;
    border-bottom-color: #bca184;
    opacity: 1;
}

.theme-tomas-ribeiro-79 .module-slider-full i.icon svg {
    fill: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple {
    background-color: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple .title-sm,
.theme-tomas-ribeiro-79 .module-slider-content-simple .title-lg,
.theme-tomas-ribeiro-79 .module-slider-content-simple .details-item,
.theme-tomas-ribeiro-79 .module-slider-content-simple .text-icon-link,
.theme-tomas-ribeiro-79 .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple .generic-button:hover {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-tomas-ribeiro-79 .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-tomas-ribeiro-79 .module-tab-simple .title-sm,
.theme-tomas-ribeiro-79 .module-tab-simple .title-lg,
.theme-tomas-ribeiro-79 .module-tab-simple .details-item,
.theme-tomas-ribeiro-79 .module-tab-simple .text-icon-link {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-tab-simple .slider-tabs .tab-item {
    color: #bca184;
    opacity: 0.5;
}

.theme-tomas-ribeiro-79 .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #bca184;
    border-bottom-color: #bca184;
    opacity: 1;
}

.theme-tomas-ribeiro-79 .module-tab-simple i.icon {
    fill: #bca184;
}

.theme-tomas-ribeiro-79 .module-lead-sticky {
    background: #bca184;
}

.theme-tomas-ribeiro-79 .module-lead-sticky button {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-tomas-ribeiro-79 .module-lead-sticky button.lead-close,
.theme-tomas-ribeiro-79 .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-tomas-ribeiro-79 .module-lead-sticky button:hover {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-tomas-ribeiro-79 .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-tomas-ribeiro-79 .module-hero-simple .generic-button span {
    background: white;
}

.theme-tomas-ribeiro-79 .module-hero-simple .generic-button:hover {
    color: #bca184;
}

.theme-tomas-ribeiro-79 .module-hero-simple .generic-button:hover i.icon {
    fill: #bca184;
}

.theme-tomas-ribeiro-79 .module-hero-simple .lead-form button {
    background: #bca184;
    border-color: #bca184;
}

.theme-tomas-ribeiro-79 .module-hero-simple .lead-form button span {
    background: #c5ae95;
}

.theme-tomas-ribeiro-79 .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-tomas-ribeiro-79 .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-tomas-ribeiro-79 .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-white-shell .checkbox-label {
    color: #929292;
}

.theme-white-shell .checkbox-label a {
    color: #787878;
}

.theme-white-shell .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-white-shell .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-white-shell .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-white-shell .generic-button {
    color: #00b09b;
    border-color: #00b09b;
}

.theme-white-shell .generic-button:hover {
    color: #fff;
}

.theme-white-shell .generic-button span {
    background: #00cab1;
}

.theme-white-shell .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-white-shell .input-container label {
    color: #828691;
}

.theme-white-shell .landing-bg-mask {
    background: #00b09b;
}

.theme-white-shell .lead-sticky-helper {
    background: #00b09b;
}

.theme-white-shell .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #00b09b;
    border: 1px solid #fff;
}

.theme-white-shell .select2-container--lead .select2-results li:hover {
    background: #00cab1;
}

.theme-white-shell .text-icon-link {
    color: #00b09b;
    border-bottom-color: rgba(0, 176, 155, 0.4);
}

.theme-white-shell .text-icon-link:hover {
    border-bottom-color: #00b09b;
}

.theme-white-shell .text-icon-link i.icon {
    fill: #00b09b;
}

.theme-white-shell .module-map-poi .title-lg,
.theme-white-shell .module-map-poi .map-subtitle {
    color: #00b09b;
}

.theme-white-shell .module-map-poi .map-links .map-button {
    color: rgba(0, 176, 155, 0.7);
}

.theme-white-shell .module-map-poi .map-links .map-button:hover {
    color: #00b09b;
}

.theme-white-shell .module-text-image .title-lg {
    color: #00b09b;
}

.theme-white-shell .module-text-image p {
    color: #555;
}

.theme-white-shell .module-contact-form .title {
    color: #00b09b;
}

.theme-white-shell .module-contact-form .subtitle,
.theme-white-shell .module-contact-form .title-sm,
.theme-white-shell .module-contact-form .title-md,
.theme-white-shell .module-contact-form .title-lg {
    color: #666;
}

.theme-white-shell .module-contact-form .generic-button {
    color: #fff;
    background: #00b09b;
    border-color: #00b09b;
}

.theme-white-shell .module-contact-form .generic-button:hover {
    color: #fff;
    background: #00cab1;
}

.theme-white-shell .module-slider-content .title-sm,
.theme-white-shell .module-slider-content .title-lg,
.theme-white-shell .module-slider-content .details-item,
.theme-white-shell .module-slider-content .text-icon-link {
    color: #00b09b;
}

.theme-white-shell .module-slider-content .slider-tabs .tab-item {
    color: #00b09b;
    opacity: 0.5;
}

.theme-white-shell .module-slider-content .slider-tabs .tab-item.is-active {
    color: #00b09b;
    border-bottom-color: #00b09b;
    opacity: 1;
}

.theme-white-shell .module-slider-content i.icon {
    fill: #00b09b;
}

.theme-white-shell .module-slider-full .title-lg {
    color: #00b09b;
}

.theme-white-shell .module-slider-full .slider-tabs .tab-item {
    color: #00b09b;
    opacity: 0.5;
}

.theme-white-shell .module-slider-full .slider-tabs .tab-item.is-active {
    color: #00b09b;
    border-bottom-color: #00b09b;
    opacity: 1;
}

.theme-white-shell .module-slider-full i.icon svg {
    fill: #00b09b;
}

.theme-white-shell .module-slider-content-simple {
    background-color: #00b09b;
}

.theme-white-shell .module-slider-content-simple .title-sm,
.theme-white-shell .module-slider-content-simple .title-lg,
.theme-white-shell .module-slider-content-simple .details-item,
.theme-white-shell .module-slider-content-simple .text-icon-link,
.theme-white-shell .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-white-shell .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-white-shell .module-slider-content-simple .generic-button:hover {
    color: #00b09b;
}

.theme-white-shell .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-white-shell .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-white-shell .module-tab-simple .title-sm,
.theme-white-shell .module-tab-simple .title-lg,
.theme-white-shell .module-tab-simple .details-item,
.theme-white-shell .module-tab-simple .text-icon-link {
    color: #00b09b;
}

.theme-white-shell .module-tab-simple .slider-tabs .tab-item {
    color: #00b09b;
    opacity: 0.5;
}

.theme-white-shell .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #00b09b;
    border-bottom-color: #00b09b;
    opacity: 1;
}

.theme-white-shell .module-tab-simple i.icon {
    fill: #00b09b;
}

.theme-white-shell .module-lead-sticky {
    background: #00b09b;
}

.theme-white-shell .module-lead-sticky button {
    color: #00b09b;
}

.theme-white-shell .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-white-shell .module-lead-sticky button.lead-close,
.theme-white-shell .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-white-shell .module-lead-sticky button:hover {
    color: #00b09b;
}

.theme-white-shell .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-white-shell .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-white-shell .module-hero-simple .generic-button span {
    background: white;
}

.theme-white-shell .module-hero-simple .generic-button:hover {
    color: #00b09b;
}

.theme-white-shell .module-hero-simple .generic-button:hover i.icon {
    fill: #00b09b;
}

.theme-white-shell .module-hero-simple .lead-form button {
    background: #00b09b;
    border-color: #00b09b;
}

.theme-white-shell .module-hero-simple .lead-form button span {
    background: #00cab1;
}

.theme-white-shell .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-white-shell .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-white-shell .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-terracos-do-monte .checkbox-label {
    color: #929292;
}

.theme-terracos-do-monte .checkbox-label a {
    color: #787878;
}

.theme-terracos-do-monte .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-terracos-do-monte .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-terracos-do-monte .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-terracos-do-monte .generic-button {
    color: #c2ac7a;
    border-color: #c2ac7a;
}

.theme-terracos-do-monte .generic-button:hover {
    color: #fff;
}

.theme-terracos-do-monte .generic-button span {
    background: #cab78b;
}

.theme-terracos-do-monte .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-terracos-do-monte .input-container label {
    color: #828691;
}

.theme-terracos-do-monte .landing-bg-mask {
    background: #c2ac7a;
}

.theme-terracos-do-monte .lead-sticky-helper {
    background: #c2ac7a;
}

.theme-terracos-do-monte .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #c2ac7a;
    border: 1px solid #fff;
}

.theme-terracos-do-monte .select2-container--lead .select2-results li:hover {
    background: #cab78b;
}

.theme-terracos-do-monte .text-icon-link {
    color: #c2ac7a;
    border-bottom-color: rgba(194, 172, 122, 0.4);
}

.theme-terracos-do-monte .text-icon-link:hover {
    border-bottom-color: #c2ac7a;
}

.theme-terracos-do-monte .text-icon-link i.icon {
    fill: #c2ac7a;
}

.theme-terracos-do-monte .module-map-poi .title-lg,
.theme-terracos-do-monte .module-map-poi .map-subtitle {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-map-poi .map-links .map-button {
    color: rgba(194, 172, 122, 0.7);
}

.theme-terracos-do-monte .module-map-poi .map-links .map-button:hover {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-text-image .title-lg {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-text-image p {
    color: #555;
}

.theme-terracos-do-monte .module-contact-form .title {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-contact-form .subtitle,
.theme-terracos-do-monte .module-contact-form .title-sm,
.theme-terracos-do-monte .module-contact-form .title-md,
.theme-terracos-do-monte .module-contact-form .title-lg {
    color: #666;
}

.theme-terracos-do-monte .module-contact-form .generic-button {
    color: #fff;
    background: #c2ac7a;
    border-color: #c2ac7a;
}

.theme-terracos-do-monte .module-contact-form .generic-button:hover {
    color: #fff;
    background: #cab78b;
}

.theme-terracos-do-monte .module-slider-content .title-sm,
.theme-terracos-do-monte .module-slider-content .title-lg,
.theme-terracos-do-monte .module-slider-content .details-item,
.theme-terracos-do-monte .module-slider-content .text-icon-link {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-content .slider-tabs .tab-item {
    color: #c2ac7a;
    opacity: 0.5;
}

.theme-terracos-do-monte
    .module-slider-content
    .slider-tabs
    .tab-item.is-active {
    color: #c2ac7a;
    border-bottom-color: #c2ac7a;
    opacity: 1;
}

.theme-terracos-do-monte .module-slider-content i.icon {
    fill: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-full .title-lg {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-full .slider-tabs .tab-item {
    color: #c2ac7a;
    opacity: 0.5;
}

.theme-terracos-do-monte .module-slider-full .slider-tabs .tab-item.is-active {
    color: #c2ac7a;
    border-bottom-color: #c2ac7a;
    opacity: 1;
}

.theme-terracos-do-monte .module-slider-full i.icon svg {
    fill: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-content-simple {
    background-color: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-content-simple .title-sm,
.theme-terracos-do-monte .module-slider-content-simple .title-lg,
.theme-terracos-do-monte .module-slider-content-simple .details-item,
.theme-terracos-do-monte .module-slider-content-simple .text-icon-link,
.theme-terracos-do-monte .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-terracos-do-monte .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-terracos-do-monte .module-slider-content-simple .generic-button:hover {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-terracos-do-monte .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-terracos-do-monte .module-tab-simple .title-sm,
.theme-terracos-do-monte .module-tab-simple .title-lg,
.theme-terracos-do-monte .module-tab-simple .details-item,
.theme-terracos-do-monte .module-tab-simple .text-icon-link {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-tab-simple .slider-tabs .tab-item {
    color: #c2ac7a;
    opacity: 0.5;
}

.theme-terracos-do-monte .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #c2ac7a;
    border-bottom-color: #c2ac7a;
    opacity: 1;
}

.theme-terracos-do-monte .module-tab-simple i.icon {
    fill: #c2ac7a;
}

.theme-terracos-do-monte .module-lead-sticky {
    background: #c2ac7a;
}

.theme-terracos-do-monte .module-lead-sticky button {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-terracos-do-monte .module-lead-sticky button.lead-close,
.theme-terracos-do-monte .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-terracos-do-monte .module-lead-sticky button:hover {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-terracos-do-monte .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-terracos-do-monte .module-hero-simple .generic-button span {
    background: white;
}

.theme-terracos-do-monte .module-hero-simple .generic-button:hover {
    color: #c2ac7a;
}

.theme-terracos-do-monte .module-hero-simple .generic-button:hover i.icon {
    fill: #c2ac7a;
}

.theme-terracos-do-monte .module-hero-simple .lead-form button {
    background: #c2ac7a;
    border-color: #c2ac7a;
}

.theme-terracos-do-monte .module-hero-simple .lead-form button span {
    background: #cab78b;
}

.theme-terracos-do-monte .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-terracos-do-monte .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-terracos-do-monte .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.theme-radio-palace .checkbox-label {
    color: #929292;
}

.theme-radio-palace .checkbox-label a {
    color: #787878;
}

.theme-radio-palace .fake-checkbox {
    border-color: #333;
    cursor: pointer;
}

.theme-radio-palace .fake-checkbox .generic-checkbox {
    cursor: pointer;
}

.theme-radio-palace .fake-checkbox .generic-checkbox:checked ~ .icon {
    opacity: 1;
    background: #333;
    border-color: #333;
}

.theme-radio-palace .generic-button {
    color: #121042;
    border-color: #121042;
}

.theme-radio-palace .generic-button:hover {
    color: #fff;
}

.theme-radio-palace .generic-button span {
    background: #181557;
}

.theme-radio-palace .generic-input-text {
    color: #828691;
    border-bottom: 1px solid #555;
}

.theme-radio-palace .input-container label {
    color: #828691;
}

.theme-radio-palace .landing-bg-mask {
    background: #121042;
}

.theme-radio-palace .lead-sticky-helper {
    background: #121042;
}

.theme-radio-palace .select2-container--lead .select2-dropdown {
    border-radius: 0;
    background: #121042;
    border: 1px solid #fff;
}

.theme-radio-palace .select2-container--lead .select2-results li:hover {
    background: #181557;
}

.theme-radio-palace .text-icon-link {
    color: #121042;
    border-bottom-color: rgba(18, 16, 66, 0.4);
}

.theme-radio-palace .text-icon-link:hover {
    border-bottom-color: #121042;
}

.theme-radio-palace .text-icon-link i.icon {
    fill: #121042;
}

.theme-radio-palace .module-map-poi .title-lg,
.theme-radio-palace .module-map-poi .map-subtitle {
    color: #121042;
}

.theme-radio-palace .module-map-poi .map-links .map-button {
    color: rgba(18, 16, 66, 0.7);
}

.theme-radio-palace .module-map-poi .map-links .map-button:hover {
    color: #121042;
}

.theme-radio-palace .module-text-image .title-lg {
    color: #121042;
}

.theme-radio-palace .module-text-image p {
    color: #555;
}

.theme-radio-palace .module-contact-form .title {
    color: #121042;
}

.theme-radio-palace .module-contact-form .subtitle,
.theme-radio-palace .module-contact-form .title-sm,
.theme-radio-palace .module-contact-form .title-md,
.theme-radio-palace .module-contact-form .title-lg {
    color: #666;
}

.theme-radio-palace .module-contact-form .generic-button {
    color: #fff;
    background: #121042;
    border-color: #121042;
}

.theme-radio-palace .module-contact-form .generic-button:hover {
    color: #fff;
    background: #181557;
}

.theme-radio-palace .module-slider-content .title-sm,
.theme-radio-palace .module-slider-content .title-lg,
.theme-radio-palace .module-slider-content .details-item,
.theme-radio-palace .module-slider-content .text-icon-link {
    color: #121042;
}

.theme-radio-palace .module-slider-content .slider-tabs .tab-item {
    color: #121042;
    opacity: 0.5;
}

.theme-radio-palace .module-slider-content .slider-tabs .tab-item.is-active {
    color: #121042;
    border-bottom-color: #121042;
    opacity: 1;
}

.theme-radio-palace .module-slider-content i.icon {
    fill: #121042;
}

.theme-radio-palace .module-slider-full .title-lg {
    color: #121042;
}

.theme-radio-palace .module-slider-full .slider-tabs .tab-item {
    color: #121042;
    opacity: 0.5;
}

.theme-radio-palace .module-slider-full .slider-tabs .tab-item.is-active {
    color: #121042;
    border-bottom-color: #121042;
    opacity: 1;
}

.theme-radio-palace .module-slider-full i.icon svg {
    fill: #121042;
}

.theme-radio-palace .module-slider-content-simple {
    background-color: #121042;
}

.theme-radio-palace .module-slider-content-simple .title-sm,
.theme-radio-palace .module-slider-content-simple .title-lg,
.theme-radio-palace .module-slider-content-simple .details-item,
.theme-radio-palace .module-slider-content-simple .text-icon-link,
.theme-radio-palace .module-slider-content-simple .slider-legend {
    color: #fff;
}

.theme-radio-palace .module-slider-content-simple .generic-button {
    color: #fff;
    border-color: #fff;
}

.theme-radio-palace .module-slider-content-simple .generic-button:hover {
    color: #121042;
}

.theme-radio-palace .module-slider-content-simple .generic-button span {
    background: #fff;
}

.theme-radio-palace .module-slider-content-simple i.icon {
    fill: #fff;
}

.theme-radio-palace .module-tab-simple .title-sm,
.theme-radio-palace .module-tab-simple .title-lg,
.theme-radio-palace .module-tab-simple .details-item,
.theme-radio-palace .module-tab-simple .text-icon-link {
    color: #121042;
}

.theme-radio-palace .module-tab-simple .slider-tabs .tab-item {
    color: #121042;
    opacity: 0.5;
}

.theme-radio-palace .module-tab-simple .slider-tabs .tab-item.is-active {
    color: #121042;
    border-bottom-color: #121042;
    opacity: 1;
}

.theme-radio-palace .module-tab-simple i.icon {
    fill: #121042;
}

.theme-radio-palace .module-lead-sticky {
    background: #121042;
}

.theme-radio-palace .module-lead-sticky button {
    color: #121042;
}

.theme-radio-palace .module-lead-sticky button span {
    background: #e6e6e6;
}

.theme-radio-palace .module-lead-sticky button.lead-close,
.theme-radio-palace .module-lead-sticky button.lead-close:hover {
    color: #fff;
}

.theme-radio-palace .module-lead-sticky button:hover {
    color: #121042;
}

.theme-radio-palace .module-lead-sticky .input-container label {
    color: #fff;
}

.theme-radio-palace .module-hero-simple .generic-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

.theme-radio-palace .module-hero-simple .generic-button span {
    background: white;
}

.theme-radio-palace .module-hero-simple .generic-button:hover {
    color: #121042;
}

.theme-radio-palace .module-hero-simple .generic-button:hover i.icon {
    fill: #121042;
}

.theme-radio-palace .module-hero-simple .lead-form button {
    background: #121042;
    border-color: #121042;
}

.theme-radio-palace .module-hero-simple .lead-form button span {
    background: #181557;
}

.theme-radio-palace .module-hero-simple .lead-form button:hover {
    color: #fff;
}

.theme-radio-palace .module-footer-simple .text-icon-link {
    color: #fff;
    border-color: #fff;
}

.theme-radio-palace .module-footer-simple .text-icon-link .icon {
    fill: #fff;
}

.detailnews {
    width: 100%;
}

.detailnews img {
    width: 100%;
}

.module-slider-hero .nerinpage,
.module-slider-hero .module-error-pages {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 1;
}
.nerinpage {
    width: 100%;
    padding: 0 160px 60px;
}

@media (max-width: 600px) {
    .nerinpage {
        padding: 10px;
    }
}

.nerinpage .content-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    .nerinpage .content-container {
        left: -180px;
    }
}

.nerinpage .title-sm {
    font-size: 30px;
    color: white;
    width: 100%;
    position: relative;
    left: 220px;
    font-weight: 300;
    bottom: 70px;
}

@media (max-width: 600px) {
    .nerinpage .title-sm {
        font-size: 30px;
        color: white;
        width: 75%;
        position: relative;
        left: 208px;
        font-weight: 300;
        bottom: 40px;
    }
}

.nerinpage-image-columns {
    background: linear-gradient(180deg, #fff 50%, #2d3646 50%);
    text-align: left;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 0px;
}

@media (max-width: 600px) {
    .nerinpage-image-columns {
        background: #2d3646;
        margin-top: 40px;
    }
}

.nerinpage-image-columns .inner-wrapper,
.module-text-image-columns.bg-logo .module-error-pages {
    background: url(/images/logos/logo-vp-bg.svg) no-repeat 10px 20px;
}

.nerinpage-image-columns .logo {
    margin: 0 auto 36px;
}

.nerinpage-image-columns .title-lg {
    font-size: 32px;
    line-height: 45px;
    color: #2b3649;
}

.nerinpage-image-columns .inner-wrapper,
.nerinpage-image-columns .module-error-pages {
    overflow: hidden;
    margin: 70px;
}

.nerinpage-image-columns p {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 36px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: white;
}

@media (max-width: 600px) {
    .nerinpage-image-columns p {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 36px;
        text-align: center;
        line-height: 20px;
        letter-spacing: 0.1px;
        color: white;
    }
}

.nerinpage-image-columns .text-image-column {
    margin: auto;
}

.nerinpage-image-columns .text-image-column .type-image {
    width: 80%;
}

.nerinpage-image-columns .generic-button {
    margin-bottom: 12px;
}

.nerinpage-image-columns .column-image {
    margin-bottom: 24px;
    width: 100%;
    padding: 0 0px;
}

@media (max-width: 600px) {
    .nerinpage-image-columns .column-image {
        margin-bottom: 24px;
        width: 100%;
        padding: 5px;
    }
}
.nerinpage-image-columns .title-sm {
    font-size: 32px;
    width: 60%;
    line-height: 45px;
    color: #a58843;
}

.nerinpage-image-columns .text-icon-link {
    margin-bottom: 12px;
    color: rgba(118, 106, 98, 0.7);
}

.nerinpage-image-columns .text-icon-link:hover {
    color: #766a62;
}

.nerinpage-image-columns .type-text .title-md {
    margin-bottom: 36px;
    text-align: left;
    font-size: 24px;
    line-height: 33px;
    color: #766a62;
}

.nerinpage-image-columns .type-image .title-md {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
    color: #766a62;
}

@media (min-width: 992px) {
    .nerinpage-image-columns.bg-logo .inner-wrapper,
    .nerinpage-image-columns.bg-logo .module-error-pages {
        background-position: top right;
        background-size: contain;
    }

    .nerinpage-image-columns p {
        line-height: 23px;
        color: white;
    }

    .nerinpage-image-columns .text-image-column {
        float: center;
        /* width: calc(33.3% - 20px) */
    }

    .nerinpage-image-columns .text-image-column:last-child {
        margin-right: 0;
    }

    .nerinpage-image-columns .title-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 32px;
        line-height: 45px;
    }

    .nerinpage-image-columns .type-text {
        text-align: left;
    }

    .nerinpage-image-columns .type-text .title-md {
        padding-top: 24px;
        font-size: 32px;
        line-height: 45px;
    }
}

.w3-container {
    padding: 2.01em 38px;
}

.nerinspec {
    height: auto;
}
.spesifikasi {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.download {
    width: 26%;
    display: block;
    margin: auto;
}

@media (max-width: 600px) {
    .spesifikasi {
        width: 100%;
        left: 0;
    }

    .download {
        width: 70%;
        left: 25%;
        top: 0;
    }
}

.nerintipe {
    text-align: center;
    color: #2d3646;
    background-color: white;
}

.tipebar:hover {
    color: #2d3646 !important;
    background-color: #2d3646 !important;
}

.tipeborder {
    border: 1px solid #ccc !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.w3-btn,
.w3-button {
    border: 1px solid #2d3646;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-red,
.w3-hover-red:hover {
    color: #fff !important;
    background-color: #2d3646 !important;
}

.nerinvt {
    padding: 70px;
    left: 1px;
    width: calc(100% - 1px);
    overflow: hidden;
}

.nerinvt .title-lg {
    position: relative;
    float: left;
    top: 0px;
    margin-left: 0px;
    max-width: 40%;
    font-size: 25px;
    line-height: 39px;
    margin-bottom: 0px;
}

@media (max-width: 600px) {
    .nerinvt {
        padding: 20px;
    }

    .nerinvt .title-lg {
        top: 10px;
        margin-left: 0px;
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.seevt {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    float: right;
    width: 50%;
}

@media (min-width: 900px) {
    .seevt {
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: right;
        float: right;
        width: 30%;
    }
}

@media (max-width: 600px) {
    .seevt {
        width: 100%;
        float: left;
    }

    .seevt img {
        width: 50%;
    }
}

.mySlides {
    width: 100%;
    position: relative;
}

.mySlides img {
    width: 100%;
}

.mySlides h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

/* KLAIA */

.mySlidesKS {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesKS img {
    width: 100%;
}

.w3-container h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesKU {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesKU img {
    width: 100%;
}

.mySlidesKU h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesKH {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesKH img {
    width: 100%;
}

.mySlidesKH h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesKHU {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesKHU img {
    width: 100%;
}

.mySlidesKHU h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

/* Maira */

.mySlidesMS {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesMS img {
    width: 100%;
}

.mySlidesMS h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesMU {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesMU img {
    width: 100%;
}

.mySlidesMU h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesMH {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesMH img {
    width: 100%;
}

.mySlidesMH h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlidesMHU {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlidesMHU img {
    width: 100%;
}

.mySlidesMHU h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.mySlides1 {
    width: 70%;
    position: relative;
    left: 15%;
}

.mySlides1 img {
    width: 100%;
}

.mySlides1 h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #766a62;
}

.leftarrow {
    position: relative;
    bottom: 0;
    left: 10%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.left-button {
    border: none;
    font-size: 50px;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.left-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.rightarrow {
    position: relative;
    left: 85%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.right-button {
    position: relative;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.leftarrownerin {
    position: relative;
    bottom: 350px;
    left: -10%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.left-buttonnerin {
    border: none;
    font-size: 50px;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.left-buttonnerin:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.rightarrownerin {
    position: relative;
    bottom: 350px;
    float: right;
    right: -10%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.right-buttonnerin {
    position: relative;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

@media (min-width: 900px) {
    .mySlides {
        position: relative;
    }

    .leftarrow {
        position: absolute;
        bottom: 0;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .left-button {
        border: none;
        font-size: 50px;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

    .left-button:hover {
        color: #000 !important;
        background-color: #ccc !important;
    }

    .rightarrow {
        position: absolute;
        bottom: 0;
        left: 90%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .right-button {
        position: relative;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }
}

@media (max-width: 600px) {
    .mySlides {
        width: 100%;
        position: relative;
        left: 0;
    }
    .mySlides img {
        width: 100%;
    }

    .mySlides1 {
        width: 100%;
        position: relative;
        left: 0;
    }

    .mySlides1 img {
        width: 100%;
    }

    .leftarrow {
        position: relative;
        bottom: 240px;
        left: -15%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .left-button {
        border: none;
        font-size: 50px;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

    .left-button:hover {
        color: #000 !important;
        background-color: #ccc !important;
    }

    .rightarrow {
        position: relative;
        bottom: 240px;
        left: 75%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .right-button {
        position: relative;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }
    .leftarrownerin {
        position: relative;
        bottom: 75px;
        left: 0px;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .left-buttonnerin {
        border: 2px solid;
        font-size: 30px;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: white;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

    .left-buttonnerin:hover {
        color: #000 !important;
        background-color: #ccc !important;
    }

    .rightarrownerin {
        position: relative;
        bottom: 75px;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .right-buttonnerin {
        position: relative;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .mySlidesKS {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesKS img {
        width: 100%;
    }

    .mySlidesKS h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesKU {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesKU img {
        width: 100%;
    }

    .mySlidesKU h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesKH {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesKH img {
        width: 100%;
    }

    .mySlidesKH h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesKHU {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesKHU img {
        width: 100%;
    }

    .mySlidesKHU h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    /* Maira */

    .mySlidesMS {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesMS img {
        width: 100%;
    }

    .mySlidesMS h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesMU {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesMU img {
        width: 100%;
    }

    .mySlidesMU h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesMH {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesMH img {
        width: 100%;
    }

    .mySlidesMH h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }

    .mySlidesMHU {
        width: 100%;
        position: relative;
        left: 0%;
    }

    .mySlidesMHU img {
        width: 100%;
    }

    .mySlidesMHU h4 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #766a62;
    }
}

/* Features Section */
.features-grid {
    background: #1b463f;
    padding: 20px 0 0 0;
}

/* Container */
.features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Spacing between grid items */
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px; /* Limit max width */
}

/* Feature Item */
.feature-item {
    text-align: center;
    padding: 20px;
    background-color: rgba(
        255,
        255,
        255,
        0.1
    ); /* Slight transparent background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    width: 100%;
    max-width: 300px; /* Prevent overly large items */
    margin: 0 auto; /* Center items */
}

/* Feature Number */
.feature-number {
    display: block;
    font-size: 64px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}

/* Feature Text */
.feature-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .features-container {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for tablets */
    }
}

@media (max-width: 768px) {
    .features-container {
        grid-template-columns: repeat(
            2,
            1fr
        ); /* 2 columns for smaller tablets */
    }
    .feature-number {
        font-size: 48px;
    }
    .feature-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .features-container {
        grid-template-columns: repeat(1, 1fr); /* 1 column for small screens */
    }
    .feature-number {
        font-size: 36px;
    }
    .feature-text {
        font-size: 16px;
    }
}

/* Swiper Carousel */
.features-carousel {
    width: 100%;
    padding: 20px 0;
}

/* Swiper Wrapper */
.features-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
}

/* Swiper Slide */
.features-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Swiper Pagination */
.swiper-pagination {
    position: relative;
    margin-top: 15px;
}

/* Swiper Dots */
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Whatsapp FAB */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

@media (max-width: 300px) {
    .whatsapp-float {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-float img {
        width: 30px;
        height: 30px;
    }
}

.abouthp {
    padding: 1.5rem;
    text-align: justify;
}

.abouthp span {
    font-size: 16px !important;
}

.abouthp {
    padding: 1.5rem;
    text-align: justify;
}

.abouthp span {
    font-size: 16px !important;
}

.slick-slider {
    pointer-events: none !important;
}

.article-image-columns {
    background-color: white;
    text-align: left;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 10px;
}

.article-image-columns p {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 36px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: black;
}

.articlepage {
    width: 100%;
    padding: 0 160px 60px;
}

.article-image-columns .type-text {
    text-align: left;
}

@media (max-width: 600px) {
    .articlepage {
        padding: 50px;
    }
}

.slick-slider {
    pointer-events: none !important; /* Mencegah slider menangkap scroll */
}

.slider-pro,
.slider-item {
    position: relative;
    z-index: 9999 !important;
}

.inner-wrapper {
    pointer-events: none;
}

.inner-wrapper * {
    pointer-events: auto;
}

.inner-wrapper {
    position: relative; /* not fixed or absolute unless needed */
    height: auto; /* not 100vh or something massive */
    z-index: auto; /* or less than real clickable elements */
}
