@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	outline: none !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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: inherit;
	vertical-align: baseline;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 100%; overflow-x: hidden;
}
body {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
	margin: 0; padding: 0; border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}
h1 {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
h2 {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
h3 {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
h4 {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
h5 {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0px;
}
p.bold, p b, p strong, strong {
	font-weight: 700 !important;
}
p.italic, span.italic, p i, i {
	font-style: italic !important;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:focus {
	color: #000000;
	text-decoration: underline;
}
a, a:hover, a:focus {
	outline: none !important;
}
p a {
    text-decoration: underline;
}
p a:hover {
    color: #B48C77;
}
img {
    display: block;
	max-width: 100%;
}
ul {
	padding: 0;
    margin: 0 0 20px 20px;
}
ul li {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* Buttons */
.button {
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 45px; min-height: 45px;
	padding: 10px 15px;
	border: 0; margin: 0;
	cursor: pointer;
	outline: none;
	border-radius: 0;
    font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-decoration: none;
	background: none;
	border: 0;
	box-shadow: none;
	transition: 0.2s all ease-in-out;
}
.button1 {
	color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
}
.button1:hover, .button1:focus {
	color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
	text-decoration: none;
}

.button2 {
	color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
}
.button2:hover, .button2:focus {
	color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
	text-decoration: none;
}

.button3 {
	color: #B48C77;
	border: 2px solid #B48C77;
	background-color: transparent;
}
.button3:hover, .button3:focus {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: #B48C77;
	text-decoration: none;
}

.button4 {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: #B48C77;
}
.button4:hover, .button4:focus {
	color: #B48C77;
	border: 2px solid #B48C77;
	background-color: transparent;
	text-decoration: none;
}

/* Container */
#container-wrapper {
    position: relative;
}
#content-wrapper {
	position: relative;
}
.main-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.limit-wrapper {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
header {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}
header .block-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
header .block-header-row .block-header-left {
    display: flex;
}
header .block-header-row .block-header-left .block-header-branding {
    margin-right: 20px;
}
header .block-header-row .block-header-left .block-header-branding a {
    display: block;
    padding: 0;
    text-decoration: none;
}
header .block-header-row .block-header-left .block-header-branding img,
header .block-header-row .block-header-left .block-header-branding svg {
    display: block;
    width: 100%; height: 72px;
    max-width: 230px;
}
header .block-header-row .block-header-right {
    display: flex;
    align-items: center;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click {
    width: auto;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a {
    background-color: transparent;
    border: none;
    padding: 5px 30px;
    text-decoration: none;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #FFFFFF;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: inline-block;
    top: 8px; right: 10px;
    width: 10px; height: 10px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 4px;
    transition: all .1s ease-in-out;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    opacity: 0; visibility: hidden;
    transition: all .3s ease-in-out;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click ul.openMenu a.wpml-ls-item-toggle:after {
    top: 10px;
    border-width: 3px 0 0 3px;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click ul.openMenu .wpml-ls-sub-menu {
    opacity: 1; visibility: visible;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #B48C77;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
    text-decoration: underline;
}
header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a span {
    display: block;
}
header .block-header-row .block-header-right .block-header-icon-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px; height: 30px;
    cursor: pointer;
    margin-left: 50px;
}
header .block-header-row .block-header-right .block-header-icon-menu > span {
    position: absolute;
    bottom: 0; right: 0;
    width: 100%; height: 6px;
    background-color: #FFFFFF;
}
header .block-header-row .block-header-right .block-header-icon-menu > span::before {
    content: "";
    position: absolute;
    bottom: 11px; right: 0;
    width: 85%; height: 6px;
    background-color: #FFFFFF;
}
header .block-header-row .block-header-right .block-header-icon-menu > span::after {
    content: "";
    position: absolute;
    bottom: 22px; right: 0;
    width: 65%; height: 6px;
    background-color: #FFFFFF;
}

header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo1,
header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo2,
header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo3,
header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo4,
header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo5,
header:not(.sticky) .block-header-row .block-header-left .block-header-branding svg .logo6 {
    fill: #FFFFFF;
}

header.sticky {
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}
header.sticky .block-header-row {
    padding: 20px 30px;
}
header.sticky .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
    color: #B48C77;
}
header.sticky .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    border: solid #B48C77;
    border-width: 0 3px 3px 0;
}
header.sticky .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #B48C77;
    border: 1px solid #B48C77;
}
header.sticky .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a span {
    color: #FFFFFF;
}
header.sticky .block-header-row .block-header-right .block-header-icon-menu > span,
header.sticky .block-header-row .block-header-right .block-header-icon-menu > span::before,
header.sticky .block-header-row .block-header-right .block-header-icon-menu > span::after {
    background-color: #B48C77;
}

/* Block - Menu */
#block-header-menu {
    position: fixed;
    top: -100%;
    left: 0; right: 0;
    width: 100%; height: 100%;
    background-color: #FFFFFF;
    z-index: -1; opacity: 0;
    transition: all 0.5s ease-in-out;
}
#block-header-menu.open {
    top: 0;
    z-index: 1000; opacity: 1;
    transition: all 0.5s ease-in-out;
}
#block-header-menu * {
    transition: all 0.3s ease-in-out;
}
#block-header-menu .main-wrapper {
    height: 100%;
}
#block-header-menu .block-headmenu-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px 20px 30px;
    overflow-x: auto;
}
#block-header-menu .block-headmenu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#block-header-menu .block-headmenu-top .block-headmenu-branding {
    cursor: pointer;
}
#block-header-menu .block-headmenu-top .block-headmenu-branding a {
    display: block;
    padding: 0;
    text-decoration: none;
}
#block-header-menu .block-headmenu-top .block-headmenu-branding img {
    display: block;
    width: 100%; height: 72px;
    max-width: 230px;
}
#block-header-menu .block-headmenu-top .block-headmenu-icon-close {
    cursor: pointer;
}
#block-header-menu .block-headmenu-top .block-headmenu-icon-close span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 3px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    cursor: pointer;
}
#block-header-menu .block-headmenu-middle {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px 30px 0px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
}
#block-header-menu .block-headmenu-middle .block-headmenu-left .block-menu-main ul {
    list-style: none;
    padding: 0; margin: 0;
}
#block-header-menu .block-headmenu-middle .block-headmenu-left .block-menu-main ul li {
    margin-bottom: 30px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-left .block-menu-main ul li a {
    font-family: "Rubik", sans-serif;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 4px;
    font-weight: 500;
    font-style: normal;
    color: #B48C77;
}
#block-header-menu .block-headmenu-middle .block-headmenu-left .block-menu-main ul li.current-menu-item a {
    text-decoration: underline;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    width: 40%;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts,
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs {
    margin-bottom: 50px;
    position: relative;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts .block-headmenu-contacts-title span,
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-headmenu-docs-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #B48C77;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts .block-headmenu-contacts-phone a,
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts .block-headmenu-contacts-address a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts .block-headmenu-contacts-phone a:hover,
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-contacts .block-headmenu-contacts-address a:hover {
    text-decoration: underline;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul {
    list-style: none;
    padding: 0; margin: 0;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li a:hover {
    text-decoration: underline;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li.menu-item-has-children > a {
    cursor: pointer;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li.menu-item-has-children.active > a {
    color: #B48C77;
    font-weight: 500;
    text-decoration: underline;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: none;
    bottom: 0; left: -200px;
    border-right: 1px solid #B48C77;
    padding-right: 20px;
    margin-left: 20px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-docs .block-header-docs-menu ul li.menu-item-has-children ul.sub-menu li a {
    color: #B48C77;
}

#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-social > div {
    margin-left: 15px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-social > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-language {
    margin-bottom: 10px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-language .wpml-ls-legacy-list-horizontal ul li {
    padding-right: 30px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-language .wpml-ls-legacy-list-horizontal ul li:last-child {
    padding-right: 0px;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-language .wpml-ls-legacy-list-horizontal ul li a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2.5px;
    font-weight: 400;
    font-style: normal;
    color: #B48C77;
    padding: 0;
}
#block-header-menu .block-headmenu-middle .block-headmenu-right .block-headmenu-language .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
    font-weight: 600;
}
#block-header-menu .block-headmenu-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
#block-header-menu .block-headmenu-bottom .block-headmenu-copyright {
    margin-bottom: 2px;
}
#block-header-menu .block-headmenu-bottom .block-headmenu-copyright span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu {
    margin-bottom: 2px;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu ul {
    display: flex;
    list-style: none;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu ul li {
    padding-left: 10px;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu ul li:first-child {
    padding-left: 0px;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu ul li a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
#block-header-menu .block-headmenu-bottom .block-header-copyright-menu ul li a:hover {
    text-decoration: underline;
}

/* Block - Banner */
.block-banner {
    position: relative;
    width: 100%; height: 100vh;
    min-height: 600px;
    margin: 0 !important;
}
.block-banner .slick-list, .block-banner .slick-track {
    height: 100%;
}
.block-banner .block-banner-item {	
    position: relative;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block-banner .block-banner-item::before {	
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.block-banner .block-banner-item .block-banner-group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; max-width: 990px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 15px;
    z-index: 1;
}
.block-banner .block-banner-item .block-banner-group .block-banner-title {
    text-align: center;
}
.block-banner .block-banner-item .block-banner-group .block-banner-title h1 {
    color: #FFFFFF;
}
.block-banner .block-banner-item .block-banner-group .block-banner-lead {
    margin-top: 20px;
}
.block-banner .block-banner-item .block-banner-group .block-banner-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}
.block-banner .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0; left: 0;
	text-align: center;
}
.block-banner .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.block-banner .slick-dots li button {
	width: 15px; height: 15px;
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	padding: 0; outline: none;
}
.block-banner .slick-dots li button:before {
	display: none;
}
.block-banner .slick-dots li.slick-active button {
	background-color: #FFFFFF;
}

/* Block - Counter */
.block-counter {
    margin: 80px 0px;
}
.block-counter .block-counter-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block-counter .block-counter-row .block-counter-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(60% - 15px);
    margin: 0 15px 0 0;
}
.block-counter .block-counter-row .block-counter-left .block-counter-subtitle {
    width: 100%; max-width: 580px;
    margin-bottom: 15px;
}
.block-counter .block-counter-row .block-counter-left .block-counter-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-counter .block-counter-row .block-counter-left .block-counter-title {
    width: 100%; max-width: 580px;
    margin-bottom: 15px;
}
.block-counter .block-counter-row .block-counter-left .block-counter-title h2 {
    color: #B48C77;
}
.block-counter .block-counter-row .block-counter-left .block-counter-lead {
    width: 100%; max-width: 580px;
}
.block-counter .block-counter-row .block-counter-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(40% - 15px);
    margin: 0 0 0 15px;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 35px;
    opacity: 0; transform: translateY(80%);
    transition: all .3s ease-in-out;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item:last-child {
    margin-bottom: 0px;
}
.block-counter.animateActive .block-counter-row .block-counter-right .block-counter-item {
    opacity: 1; transform: translateY(0%);
    transition: all .3s ease-in-out;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-group {
    display: flex;
    align-items: flex-end;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-group .block-counter-item-num {
    margin-bottom: 5px;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-group .block-counter-item-num span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 120px;
    line-height: 94px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-group .block-counter-item-unit {
    margin-left: 5px;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-group .block-counter-item-unit span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-item-lead {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.block-counter .block-counter-row .block-counter-right .block-counter-item .block-counter-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* Block - Video */
.block-video {
    margin: 80px 0px;
}
.block-video .block-video-title {
    margin-bottom: 40px;
}
.block-video .block-video-title h2 {
    color: #B48C77;
}
.block-video .block-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}
.block-video .block-video-wrapper .block-video-iframe {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; max-width: 1000px;
    height: auto;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.block-video .block-video-wrapper .block-video-iframe .block-video-thumb {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1; visibility: visible;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-video .block-video-wrapper .block-video-iframe .block-video-thumb img {
    display: block;
    cursor: pointer;
}
.block-video .block-video-wrapper .block-video-iframe iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    z-index: 0;
}
.block-video .block-video-wrapper .block-video-iframe.play .block-video-thumb {
    opacity: 0; visibility: hidden;
    z-index: -1;
}

/* Block - Image */
.block-image {
    margin: 80px 0px;
}
.block-image .block-image-title {
    margin-bottom: 40px;
}
.block-image .block-image-title h2 {
    color: #B48C77;
}
.block-image .block-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Block - Accordion */
.block-accordion {
    margin: 80px 0px;
}
.block-accordion .block-accordion-title {
    margin-bottom: 40px;
}
.block-accordion .block-accordion-title h2 {
    color: #B48C77;
}
.block-accordion .block-accordion-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; max-width: 900px;
    margin: 0 auto;
}
.block-accordion .block-accordion-item {
    width: 100%; 
    border-top: 1px solid #292929;
}
.block-accordion .block-accordion-item:last-child {
    border-bottom: 1px solid #292929;
}
.block-accordion .block-accordion-item .block-accordion-header {
    display: flex;
    align-items: center;
    padding: 40px 20px;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-num {
    margin: 0 20px 0 0;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-num span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-title {
    margin: 0 20px;
    flex-grow: 2;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-icon {
    margin: 0 0 0 20px;
    cursor: pointer;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-icon::before {
    content: '+';
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: 600;
    font-style: normal;
    color: #DB713D;
}
.block-accordion .block-accordion-item .block-accordion-header .block-accordion-header-icon.active::before {
    content: '-';
}
.block-accordion .block-accordion-item .block-accordion-body {
    display: none;
    padding-bottom: 50px;
}
.block-accordion .block-accordion-item .block-accordion-body .block-accordion-child {
    width: 100%; 
    border-bottom: 1px solid rgba(180, 140, 119, 0.4);
    padding: 45px 20px;
}
.block-accordion .block-accordion-item .block-accordion-body .block-accordion-child:last-child {
    border-bottom: 0
}
.block-accordion .block-accordion-item .block-accordion-body .block-accordion-child .block-accordion-child-title {
    margin-bottom: 20px;
}
.block-accordion .block-accordion-item .block-accordion-body .block-accordion-child .block-accordion-child-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}

/* Block - WYSIWYG */
.block-wysiwyg {
    margin: 80px 0px;
}
.block-wysiwyg .block-wysiwyg-title {
    margin-bottom: 40px;
}
.block-wysiwyg .block-wysiwyg-title h2 {
    color: #B48C77;
}
.block-wysiwyg .block-wysiwyg-lead {
    width: 100%; max-width: 900px;
    margin: 0 auto;
}
.block-wysiwyg .block-wysiwyg-lead h1, h2, h3 {
    margin-bottom: 20px;
}
.block-wysiwyg .block-wysiwyg-lead h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
}

/* Block - Text & Image */
.block-text-image {
    margin: 80px 0px;
}
.block-text-image .block-textimg-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block-text-image .block-textimg-row .block-textimg-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(55% - 15px);
    margin: 0 15px 0 0;
}
.block-text-image .block-textimg-row .block-textimg-left .block-textimg-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-text-image .block-textimg-row .block-textimg-left .block-textimg-img img {
    display: block;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
}
.block-text-image .block-textimg-row .block-textimg-right {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(45% - 15px);
    margin: 0 0 0 15px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-subtitle {
    margin-bottom: 15px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-title {
    margin-bottom: 15px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-title h2 {
    color: #B48C77;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-lead {
    margin-bottom: 15px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-link-lead {
    margin-bottom: 10px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-link-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links {
    display: flex;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item {
    margin-right: 15px;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item:last-child {
    margin-right: 0;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button {
    color: #FFFFFF;
    border: 2px solid #B48C77;
    background-color: #B48C77;
}
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button:hover,
.block-text-image .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button:focus {
    color: #B48C77;
    border: 2px solid #B48C77;
    background-color: transparent;
    text-decoration: none;
}

.block-text-image.block-background-lyBone {
    background-color: #E3CBB9;
    padding: 50px 0px;
}
.block-text-image.block-background-lyBone .block-textimg-row .block-textimg-right .block-textimg-title h2 {
    color: #556B53;
}
.block-text-image.block-background-lyBone .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button {
    color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
    cursor: pointer;
}
.block-text-image.block-background-lyBone .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button:hover,
.block-text-image.block-background-lyBone .block-textimg-row .block-textimg-right .block-textimg-links .block-textimg-links-item a.button:focus {
	color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
	text-decoration: none;
}
.block-text-image .block-textimg-row.block-textimg-lyTwo {
    flex-direction: row-reverse;
}
.block-text-image .block-textimg-row.block-textimg-lyTwo .block-textimg-left {
    margin: 0 0 0 15px;
}
.block-text-image .block-textimg-row.block-textimg-lyTwo .block-textimg-right {
    margin: 0 15px 0 0;
}

/* Block - Text & Icons */
.block-text-icons {
    position: relative;
    margin: 80px 0px;
}
.block-text-icons .block-texticons-row {
    display: flex;
    flex-direction: row;
}
.block-text-icons .block-texticons-row .block-texticons-left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(45% - 30px);
    margin: 0 30px 0 0;
}
.block-text-icons .block-texticons-row .block-texticons-left .block-texticons-subtitle {
    margin-bottom: 15px;
}
.block-text-icons .block-texticons-row .block-texticons-left .block-texticons-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-text-icons .block-texticons-row .block-texticons-left .block-texticons-title {
    margin-bottom: 15px;
}
.block-text-icons .block-texticons-row .block-texticons-left .block-texticons-title h2 {
    color: #B48C77;
}
.block-text-icons .block-texticons-row .block-texticons-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(55% - 30px);
    margin: 0 0 0 30px;
}
.block-text-icons .block-texticons-row .block-texticons-right .block-texticons-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-text-icons .block-texticons-row .block-texticons-right .block-texticons-img img {
    display: block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.block-text-icons .block-texticons-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
}
.block-text-icons .block-texticons-list .block-texticons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 4);
    padding: 50px 20px;
}
.block-text-icons .block-texticons-list .block-texticons-item .block-texticons-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px; height: 94px;
    border: 2px solid #C56642;
    border-radius: 50px;
    padding: 10px 10px;
}
.block-text-icons .block-texticons-list .block-texticons-item .block-texticons-item-title {
    text-align: center;
    width: 100%; max-width: 230px;
    margin: 25px auto 0 auto;
}
.block-text-icons .block-texticons-list .block-texticons-item .block-texticons-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.block-text-icons .block-texticons-tree {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0px 20px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group .block-texticons-tree-item {
    width: calc(100% / 3);
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item .block-texticons-tree-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px; height: 94px;
    border: 2px solid #C56642;
    border-radius: 50px;
    padding: 10px 10px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item .block-texticons-tree-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%; max-width: 280px;
    margin: 20px auto 15px auto;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item .block-texticons-tree-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #C56642;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item .block-texticons-tree-item-lead {    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%; max-width: 280px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-item .block-texticons-tree-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.block-text-icons .block-texticons-tree .block-texticons-tree-top .block-texticons-tree-item-title::after {
    content: "";
    display: block;
    width: 2px; height: 50px;
    background-color: #C56642;
    margin-top: 15px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group .block-texticons-tree-item::before {
    content: "";
    display: block;
    width: 2px; height: 50px;
    background-color: #C56642;
    margin-top: -2px;
    margin-bottom: 15px;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group .block-texticons-tree-item:nth-child(1) {
    border-top-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #C56642 50%, #C56642 100%) 1
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group .block-texticons-tree-item:nth-child(2) {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #C56642;
}
.block-text-icons .block-texticons-tree .block-texticons-tree-group .block-texticons-tree-item:nth-child(3) {
    border-top-width: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #C56642 0%, #C56642 50%, #FFFFFF 50%, #FFFFFF 100%) 1
}

/* Block - Text & Slide */
.block-text-slide {
    margin: 80px 0px;
}
.block-text-slide .block-textslide-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.block-text-slide .block-textslide-row .block-textslide-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(48% - 15px);
    margin: 0 15px 0 0;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-subtitle {
    margin-bottom: 15px;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-title {
    margin-bottom: 15px;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-title h2 {
    color: #B48C77;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-lead {
    max-width: 450px;
    margin-bottom: 25px;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-link-lead {
    margin-bottom: 10px;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-link-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-links {
    display: flex;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-links .block-textslide-links-item {
    margin-right: 15px;
}
.block-text-slide .block-textslide-row .block-textslide-left .block-textslide-links .block-textslide-links-item:last-child {
    margin-right: 0;
}
.block-text-slide .block-textslide-row .block-textslide-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(52% - 15px);
    margin: 0 0 0 15px;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper {
    padding: 10px 0px 40px 0px;
    margin: 0;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item {
    text-align: center;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item .block-textslide-item-title {
    margin-bottom: 15px;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item .block-textslide-item-title span {
    display: block;
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item .block-textslide-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; max-width: 400px;
    margin: 0 auto;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item .block-textslide-item-lead {
    margin-top: 20px;
    padding: 0px 20px;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .block-textslide-item .block-textslide-item-lead p {
    margin-bottom: 10px;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
	list-style: none;
	width: 15px; height: 15px;
	margin: 0 10px;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .slick-dots li button {
	width: 15px; height: 15px;
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #B48C77;
	padding: 0; outline: none;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .slick-dots li button:before {
	display: none;
}
.block-text-slide .block-textslide-row .block-textslide-right .block-textslide-wrapper .slick-dots li.slick-active button {
	background-color: #B48C77;
}

/* Block - Highlight Tab */
.block-highlight-tab {
    background-color: #E3CBB9;
    margin: 80px 0px;
}
.block-highlight-tab .block-highlight-tab-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 0 15px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 580px);
    padding: 40px 0px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-title {
    margin-bottom: 15px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-title h2 {
    color: #556B53;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-lead {
    margin-bottom: 15px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-link-lead {
    margin-bottom: 10px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-link-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #556B53;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-links {
    display: flex;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-links .block-highlight-tab-links-item {
    margin-right: 15px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-left .block-highlight-tab-links .block-highlight-tab-links-item:last-child {
    margin-right: 0;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(580px - 30px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 30px;
}
.block-highlight-tab .block-highlight-tab-row .block-highlight-tab-right .block-highlight-tab-img {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.block-highlight-tab .block-highlight-tab-row.block-highlight-tab-lyTwo {
    flex-direction: row-reverse;
    padding: 0 15px 0 0;
}
.block-highlight-tab .block-highlight-tab-row.block-highlight-tab-lyTwo .block-highlight-tab-right {
    margin: 0 30px 0 0;
}

/* Block - Highlight Cards */
.block-highlight-cards {
    margin: 80px 0px;
}
.block-highlight-cards .block-highlight-cards-title {
    margin-bottom: 30px;
}
.block-highlight-cards .block-highlight-cards-title h2 {
    color: #B48C77;
}
.block-highlight-cards .block-highlight-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item {
    width: calc(calc(100% / 3) - 19px);
    margin-right: 25px;
    margin-bottom: 30px;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item:nth-child(3n + 3),
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item:last-child {
    margin-right: 0;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item .block-highlight-cards-item-title {
    margin-bottom: 20px;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item .block-highlight-cards-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item .block-highlight-cards-item-img {
    margin-bottom: 25px;
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item .block-highlight-cards-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-highlight-cards .block-highlight-cards-wrapper .block-highlight-cards-item .block-highlight-cards-item-lead p {
    color: #000000;
}

/* Block - Explanation Cards */
.block-explanation-cards {
    margin: 80px 0px;
    background-color: #B48C77;
    padding: 50px 0px;
}
.block-explanation-cards .block-explanation-cards-title {
    width: 100%; max-width: 780px;
    margin-bottom: 20px;
}
.block-explanation-cards .block-explanation-cards-title h2 {
    color: #FFFFFF;
}
.block-explanation-cards .block-explanation-cards-lead {
    width: 100%; max-width: 780px;
    margin-bottom: 30px;
}
.block-explanation-cards .block-explanation-cards-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}
.block-explanation-cards .block-explanation-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item {
    width: calc(calc(100% / 4) - 19px);
    margin-right: 25px;
    margin-bottom: 30px;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item:nth-child(4n + 4),
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item:last-child {
    margin-right: 0;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item .block-explanation-cards-item-title {
    min-height: 80px;
    margin-bottom: 25px;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item .block-explanation-cards-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item .block-explanation-cards-item-img {
    margin-bottom: 25px;
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item .block-explanation-cards-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-explanation-cards .block-explanation-cards-wrapper .block-explanation-cards-item .block-explanation-cards-item-lead p {
    color: #FFFFFF;
}

/* Block - Slide Images */
.block-slide-images {
    margin: 80px 0px;
}
.block-slide-images .block-slideimg-title {
    margin-bottom: 30px;
}
.block-slide-images .block-slideimg-title h2 {
    color: #B48C77;
}
.block-slide-images .block-slideimg-wrapper {
    position: relative;
}
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .slick-list,
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .slick-track {
    height: 100%;
}
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .slick-list {
    margin: 0 -15px;
}
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .slick-track {
    display: flex;
}
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .block-slideimg-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(calc(100% / 3) - 20px);
    min-width: 300px;
    height: auto;
    margin: 15px 15px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-slide-images .block-slideimg-wrapper .block-slideimg-list .block-slideimg-item img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.block-slide-images .block-slideimg-wrapper .block-controls-slider {
    position: absolute;
    bottom: -40px; right: -20px;
}

/* Block - Slide Last Posts */
.block-slide-lastposts {
    margin: 80px 0px;
}
.block-slide-lastposts .block-slide-lastposts-title {
    margin-bottom: 30px;
}
.block-slide-lastposts .block-slide-lastposts-title h2 {
    color: #B48C77;
}
.block-slide-lastposts .block-slide-lastposts-wrapper {
    position: relative;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .slick-list,
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .slick-track {
    height: 100%;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .slick-list {
    margin: 0 -15px;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .slick-track {
    display: flex;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(calc(100% / 3) - 20px);
    min-width: 300px;
    height: auto;
    margin: 15px 15px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-img {
    margin-bottom: 25px;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-title {
    margin-bottom: 15px;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-lead {
    margin-bottom: 10px;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-link .button {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: #B48C77;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-link .button:hover {
	color: #B48C77;
	border: 2px solid #B48C77;
	background-color: transparent;
	text-decoration: none;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore {
    position: relative;
    height: 100%; max-height: 90%;
    background-image: url('../images/slide-view-more-news.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list.block-slide-last-news .block-slide-lastposts-item .block-slide-lastposts-item-viewmore {
    background-image: url('../images/slide-view-more-news.png');
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list.block-slide-last-projects .block-slide-lastposts-item .block-slide-lastposts-item-viewmore {
    background-image: url('../images/slide-view-more-projects.png');
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore .block-slide-lastposts-item-button {
    position: absolute;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore .block-slide-lastposts-item-button .button {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: #B48C77;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore .block-slide-lastposts-item-button .button:hover {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: transparent;
	text-decoration: none;
}
.block-slide-lastposts .block-slide-lastposts-wrapper .block-controls-slider {
    position: absolute;
    bottom: 5px; right: -20px;
}

.block-slide-lastposts.block-background-lyBone {
    background-color: #E3CBB9;
    padding: 50px 0px;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-title h2 {
    color: #556B53;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-title span {
    color: #556B53;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-link .button {
    color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-link .button:hover {
	color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
	text-decoration: none;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore .block-slide-lastposts-item-button .button {
    color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
}
.block-slide-lastposts.block-background-lyBone .block-slide-lastposts-wrapper .block-slide-lastposts-list .block-slide-lastposts-item .block-slide-lastposts-item-viewmore .block-slide-lastposts-item-button .button:hover {
	color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
	text-decoration: none;
}

/* Block - List Blogs */
.block-list-blog {
    margin: 80px 0px;
}
.block-list-blog .block-list-blog-title {
    margin-bottom: 40px;
}
.block-list-blog .block-list-blog-title h2 {
    color: #B48C77;
}
.block-list-blog .block-list-blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item:nth-child(3n + 3),
.block-list-blog .block-list-blog-wrapper .block-blogs-item:last-child {
    margin-right: 0px;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-img {
    margin-bottom: 25px;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-title {
    margin-bottom: 15px;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-lead {
    margin-bottom: 10px;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-list-blog .block-list-blog-wrapper .block-blogs-item .block-blogs-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Block - List News */
.block-list-news {
    margin: 80px 0px;
}
.block-list-news .block-list-news-title {
    margin-bottom: 40px;
}
.block-list-news .block-list-news-title h2 {
    color: #B48C77;
}
.block-list-news .block-list-news-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.select2-container {
    min-width: 125px;
}
.block-list-news .block-list-news-filters .select2-container .select2-selection--single {
    border: 2px solid #B48C77;
    border-radius: 0;
    height: 45px; 
}
.block-list-news .block-list-news-filters .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
    line-height: 41px;
    padding: 0px 30px 0px 10px;
}
.block-list-news .block-list-news-filters .select2-container .select2-selection--single .select2-selection__placeholder {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-list-news .block-list-news-filters .select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px; right: 2px;
    width: 30px; height: 41px;
}
.block-list-news .block-list-news-filters .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 8px; height: 8px;
    border-color: #B48C77;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin-top: -5px; margin-left: -5px;
    transition: all .1s ease-in-out
}
.block-list-news .block-list-news-filters .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 2px 0 0 2px;
    margin-top: -2px;
}
.select2-container .select2-dropdown {
    background-color: #B48C77;
    border: 2px solid #B48C77;
    border-radius: 0;
}
.select2-container .select2-dropdown  .select2-results__options {
    padding: 10px 0px;
}
.select2-container .select2-dropdown  .select2-results__options .select2-results__option {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    background-color: transparent;
}
.select2-container .select2-dropdown  .select2-results__options .select2-results__option--highlighted {
    background-color: #B48C77;
    font-weight: 600;
}
.block-list-news .block-list-news-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-list-news .block-list-news-wrapper .block-news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.block-list-news .block-list-news-wrapper .block-news-item:nth-child(3n + 3),
.block-list-news .block-list-news-wrapper .block-news-item:last-child {
    margin-right: 0px;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-img {
    margin-bottom: 25px;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-title {
    margin-bottom: 15px;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-lead {
    margin-bottom: 10px;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-list-news .block-list-news-wrapper .block-news-item .block-news-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Block - List Projects */
.block-list-projects {
    margin: 80px 0px;
}
.block-list-projects .block-list-projects-title {
    margin-bottom: 40px;
}
.block-list-projects .block-list-projects-title h2 {
    color: #556B53;
}
.block-list-projects .block-list-projects-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item:nth-child(3n + 3),
.block-list-projects .block-list-projects-wrapper .block-projects-item:last-child {
    margin-right: 0px;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-img {
    margin-bottom: 25px;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-title {
    margin-bottom: 15px;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    color: #556B53;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-lead {
    margin-bottom: 10px;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-list-projects .block-list-projects-wrapper .block-projects-item .block-projects-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Block - List Protagonists */
.block-list-protagonists {
    margin: 80px 0px;
}
.block-list-protagonists .block-list-protagonists-title {
    margin-bottom: 40px;
}
.block-list-protagonists .block-list-protagonists-title h2 {
    color: #B48C77;
}
.block-list-protagonists .block-list-protagonists-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.block-list-protagonists .block-list-protagonists-filters .filter-protagonists-category {
    margin-right: 20px;
}
.block-list-protagonists .block-list-protagonists-filters .select2-container .select2-selection--single {
    border: 2px solid #B48C77;
    border-radius: 0;
    height: 45px; 
}
.block-list-protagonists .block-list-protagonists-filters .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
    line-height: 41px;
    padding: 0px 30px 0px 10px;
}
.block-list-protagonists .block-list-protagonists-filters .select2-container .select2-selection--single .select2-selection__placeholder {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-list-protagonists .block-list-protagonists-filters .select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px; right: 2px;
    width: 30px; height: 41px;
}
.block-list-protagonists .block-list-protagonists-filters .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 8px; height: 8px;
    border-color: #B48C77;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin-top: -5px; margin-left: -5px;
    transition: all .1s ease-in-out
}
.block-list-protagonists .block-list-protagonists-filters .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 2px 0 0 2px;
    margin-top: -2px;
}
.select2-container .select2-dropdown {
    background-color: #B48C77;
    border: 2px solid #B48C77;
    border-radius: 0;
}
.select2-container .select2-dropdown  .select2-results__options {
    padding: 10px 0px;
}
.select2-container .select2-dropdown  .select2-results__options .select2-results__option {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}
.select2-container .select2-dropdown  .select2-results__options .select2-results__option--highlighted {
    background-color: #B48C77;
    font-weight: 600;
}
.block-list-protagonists .block-list-protagonists-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item:nth-child(3n + 3),
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item:last-child {
    margin-right: 0px;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-img {
    margin-bottom: 25px;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-title {
    margin-bottom: 15px;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-orange .block-protagonists-item-title span {
    color: #DB713D;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-green .block-protagonists-item-title span {
    color: #556B53;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-lead {
    margin-bottom: 10px;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-link .button4 {
	color: #FFFFFF;
	border: 2px solid #B48C77;
	background-color: #B48C77;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-link .button4:hover,
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item .block-protagonists-item-link .button4:focus {
	color: #B48C77;
	border: 2px solid #B48C77;
	background-color: transparent;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-orange .block-protagonists-item-link .button4 {
	color: #FFFFFF;
	border: 2px solid #DB713D;
	background-color: #DB713D;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-orange .block-protagonists-item-link .button4:hover,
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-orange .block-protagonists-item-link .button4:focus {
	color: #DB713D;
	border: 2px solid #DB713D;
	background-color: transparent;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-green .block-protagonists-item-link .button4 {
	color: #FFFFFF;
	border: 2px solid #556B53;
	background-color: #556B53;
}
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-green .block-protagonists-item-link .button4:hover,
.block-list-protagonists .block-list-protagonists-wrapper .block-protagonists-item.block-protagonists-green .block-protagonists-item-link .button4:focus {
	color: #556B53;
	border: 2px solid #556B53;
	background-color: transparent;
}

/* Block - Testimony */
.block-testimony {
    background-color: #E3CBB9;
    padding: 60px 0px;
    margin: 80px 0px;
}
.block-testimony .block-testimony-title {
    text-align: center;
    margin-bottom: 40px;
}
.block-testimony .block-testimony-title h2 {
    color: #556B53;
}
.block-testimony .block-testimony-slide {
    width: 100%; max-width: 720px;
    margin: 0 auto;
}
.block-testimony .block-testimony-slide .block-testimony-item {
    text-align: center;
}
.block-testimony .block-testimony-slide .block-testimony-item .block-testimony-item-quote {
    margin-bottom: 20px;
}
.block-testimony .block-testimony-slide .block-testimony-item .block-testimony-item-quote span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-testimony .block-testimony-slide .block-testimony-item .block-testimony-item-author {
    padding-bottom: 60px;
}
.block-testimony .block-testimony-slide .block-testimony-item .block-testimony-item-author span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #556B53;
}
.block-testimony .block-testimony-slide .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0; left: 0;
	text-align: center;
}
.block-testimony .block-testimony-slide .slick-dots li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.block-testimony .block-testimony-slide .slick-dots li:last-child {
	margin-right: 0;
}
.block-testimony .block-testimony-slide .slick-dots li button {
	width: 15px; height: 15px;
	font-size: 0;
	line-height: 0;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #556B53;
	padding: 0; outline: none;
}
.block-testimony .block-testimony-slide .slick-dots li button:before {
	display: none;
}
.block-testimony .block-testimony-slide .slick-dots li.slick-active button {
	background-color: #556B53;
}

/* Block - List Icons */
.block-list-icons {
    margin: 80px 0px;
}
.block-list-icons .block-listicons-title {
    margin-bottom: 40px;
}
.block-list-icons .block-listicons-title h2 {
    color: #B48C77;
}
.block-list-icons .block-listicons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 4);
    padding: 30px 20px;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item .block-listicons-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px; height: 94px;
    border: 2px solid #C56642;
    border-radius: 50px;
    padding: 10px 10px;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item .block-listicons-item-title {
    text-align: center;
    margin-top: 25px;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item .block-listicons-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-style: normal;
    color: #C56642;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item .block-listicons-item-lead {
    text-align: center;
    margin-top: 20px;
}
.block-list-icons .block-listicons-wrapper .block-listicons-item .block-listicons-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* Block - Slide Team */
.block-slide-team {
    margin: 80px 0px;
}
.block-slide-team .block-slideteam-title {
    margin-bottom: 40px;
}
.block-slide-team .block-slideteam-title h2 {
    color: #B48C77;
}
.block-slide-team .block-slideteam-wrapper {
    position: relative;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .slick-list,
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .slick-track {
    height: 100%;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .slick-list {
    margin: 0 -15px;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .slick-track {
    display: flex;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(calc(100% / 3) - 20px);
    min-width: 300px;
    height: auto;
    margin: 15px 15px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-img {
    margin-bottom: 25px;
    background-color: #B48C77;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-img img {
    display: block;
    width: 100%; max-width: 100%;
    height: auto;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-name {
    margin-bottom: 10px;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-name span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-position {
    margin-bottom: 25px;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-position span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-slide-team .block-slideteam-wrapper .block-slideteam-list .block-slideteam-item .block-slideteam-item-email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block-slide-team .block-slideteam-wrapper .block-controls-slider {
    position: absolute;
    bottom: 5px; right: -20px;
}

/* Block - Slide Awards */
.block-slide-awards {
    background-color: #E3CBB9;
    padding: 60px 0px;
    margin: 80px 0px;
}
.block-slide-awards .block-slideawards-title {
    margin-bottom: 20px;
}
.block-slide-awards .block-slideawards-title h2 {
    color: #556B53;
}
.block-slide-awards .block-slideawards-wrapper {
    position: relative;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .slick-list,
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .slick-track {
    height: 100%;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .slick-list {
    margin: 0 -15px;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .slick-track {
    display: flex;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(calc(100% / 3) - 20px);
    min-width: 300px;
    height: auto;
    margin: 15px 15px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 350px;
    padding: 20px 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-img img {
    display: block;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-subtitle {
    margin-bottom: 10px;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-title {
    margin-bottom: 10px;
}
.block-slide-awards .block-slideawards-wrapper .block-slideawards-list .block-slideawards-item .block-slideawards-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    color: #556B53;
}
.block-slide-awards .block-slideawards-wrapper .block-controls-slider {
    position: absolute;
    bottom: 5px; right: -20px;
}
.block-slide-awards .block-slideawards-wrapper .block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow:hover svg path {
	stroke: #556B53 !important;
}

/* Block - Text & Accordion */
.block-text-accordion {
    position: relative;
    margin: 80px 0px;
}
.block-text-accordion .block-textaccordion-row {
    display: flex;
    flex-direction: row;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(45% - 30px);
    margin: 0 30px 0 0;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-left .block-textaccordion-subtitle {
    margin-bottom: 15px;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-left .block-textaccordion-subtitle span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-left .block-textaccordion-title {
    margin-bottom: 15px;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-left .block-textaccordion-title h2 {
    color: #B48C77;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(55% - 30px);
    margin: 0 0 0 30px;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-right .block-textaccordion-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-text-accordion .block-textaccordion-row .block-textaccordion-right .block-textaccordion-img img {
    display: block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.block-text-accordion .block-textaccordion-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; max-width: 900px;
    margin: 80px auto 0px auto;
}
.block-text-accordion .block-textaccordion-item {
    width: 100%; 
    border-top: 1px solid #292929;
}
.block-text-accordion .block-textaccordion-item:last-child {
    border-bottom: 1px solid #292929;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header {
    display: flex;
    align-items: center;
    padding: 40px 20px;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-num {
    margin: 0 20px 0 0;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-num span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-title {
    margin: 0 20px;
    flex-grow: 2;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-icon {
    margin: 0 0 0 20px;
    cursor: pointer;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-icon::before {
    content: '+';
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: 600;
    font-style: normal;
    color: #DB713D;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-header .block-textaccordion-header-icon.active::before {
    content: '-';
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-body {
    display: none;
    padding-bottom: 30px;
}
.block-text-accordion .block-textaccordion-item .block-textaccordion-body .block-textaccordion-body-lead {
    padding: 5px 20px;
}

/* Block - Map Protagonists Future  */
.block-map-pf {
    margin: 80px 0px;
}
.block-map-pf .block-map-pf-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block-map-pf .block-map-pf-row .block-map-pf-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(55% - 15px);
    margin: 0 15px 0 0;
}
.block-map-pf .block-map-pf-row .block-map-pf-left .block-map-pf-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-map-pf .block-map-pf-row .block-map-pf-left .block-map-pf-img img {
    display: block;
}
.block-map-pf .block-map-pf-row .block-map-pf-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(45% - 15px);
    margin: 0 0 0 15px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-title {
    margin-bottom: 15px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-title h2 {
    color: #B48C77;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-lead {
    margin-bottom: 15px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption-header {
    margin-top: 100px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption-header span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption {
    margin-top: 20px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption .block-map-pf-caption-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption .block-map-pf-caption-item .block-map-pf-caption-icon {
    margin-right: 5px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption .block-map-pf-caption-item .block-map-pf-caption-icon img {
    display: block;
    width: 100%; max-width: 19px;
    height: auto;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption .block-map-pf-caption-item .block-map-pf-caption-title {
    margin-left: 5px;
}
.block-map-pf .block-map-pf-row .block-map-pf-right .block-map-pf-caption .block-map-pf-caption-item .block-map-pf-caption-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}

/* Block - Simulator */
.block-simulator {
    margin: 80px 0px;
}
.block-simulator .block-simulator-header {
    width: 100%; max-width: 820px;
    margin: 0 auto;
}
.block-simulator .block-simulator-header .block-simulator-title {
    text-align: center;
    margin-bottom: 40px;
}
.block-simulator .block-simulator-header .block-simulator-title h2 {
    color: #B48C77;
}
.block-simulator .block-simulator-header .block-simulator-lead {
    text-align: center;
}
.block-simulator .block-simulator-form {
    width: 100%; max-width: 1000px;
    margin: 50px auto 0 auto;
}
.block-simulator  .block-simulator-results {
    display: none;
    width: 100%; max-width: 1000px;
    margin: 50px auto;
}
.block-simulator  .block-simulator-results .block-simulator-lead-before,
.block-simulator  .block-simulator-results .block-simulator-lead-after {
    text-align: center;
}
.block-simulator  .block-simulator-results .block-simulator-table {
    margin: 60px 0px;
}
.block-simulator  .block-simulator-results .block-simulator-table .block-table-notes {
    width: 100%; max-width: 250px;
    margin-top: 20px;
}
.block-simulator  .block-simulator-results .block-simulator-table .block-table-notes span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.block-table,
.block-table-mobile {
    display: flex;
    flex-direction: column;
}
.block-table-mobile {
    display: none;
}
.block-table .block-table-header,
.block-table-mobile .block-table-header {
    display: flex;
    flex-direction: column;
}
.block-table .block-table-header .block-table-tr,
.block-table-mobile .block-table-header .block-table-tr {
    display: flex;
}
.block-table .block-table-header .block-table-tr .block-table-th,
.block-table-mobile .block-table-header .block-table-tr .block-table-th {
    display: flex;
    width: calc(100% / 7);
    min-height: 45px;
    padding: 3px;
}
.block-table-mobile .block-table-header .block-table-tr .block-table-th {
    width: calc(100% / 3);
}
.block-table-mobile .block-table-header .block-table-tr .block-table-th-slide .slick-list,
.block-table-mobile .block-table-header .block-table-tr .block-table-th-slide .slick-track {
    height: 100%;
}
.block-table-mobile .block-table-header .block-table-tr .block-table-th-slide .block-table-slider-arrow {
    position: absolute;
    top: 0;
    display: flex ;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 3px;
    z-index: 1;
}
.block-table-mobile .block-table-header .block-table-tr .block-table-th-slide .block-table-slider-prev {
    left: 0;
}
.block-table-mobile .block-table-header .block-table-tr .block-table-th-slide .block-table-slider-next {
    right: 0;
}
.block-table .block-table-header .block-table-tr .block-table-col5 {
    width: calc(calc(100% / 7) * 5);
}
.block-table .block-table-header .block-table-tr .block-table-th .block-table-title,
.block-table-mobile .block-table-header .block-table-tr .block-table-th .block-table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #B48C77;
    padding: 5px 5px;
}
.block-table .block-table-header .block-table-tr .block-table-th .block-table-title span,
.block-table-mobile .block-table-header .block-table-tr .block-table-th .block-table-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
.block-table .block-table-header .block-table-tr .block-table-th .block-table-lead,
.block-table-mobile .block-table-header .block-table-tr .block-table-th .block-table-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; height: 100%;
    text-align: center;
    background-color: #D0B49B;
    border: 2px solid #D0B49B;
    padding: 5px 5px;
}
.block-table .block-table-header .block-table-tr .block-table-th .block-table-lead span,
.block-table-mobile .block-table-header .block-table-tr .block-table-th .block-table-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
}
.block-table .block-table-body,
.block-table-mobile .block-table-body {
    display: flex;
    flex-direction: column;
}
.block-table .block-table-body .block-table-tr,
.block-table-mobile .block-table-body .block-table-tr {
    display: flex;
}
.block-table .block-table-body .block-table-tr .block-table-td,
.block-table-mobile .block-table-body .block-table-tr .block-table-td {
    display: flex;
    width: calc(100% / 7);
    min-height: 45px;
    padding: 3px;
}
.block-table-mobile .block-table-body .block-table-tr .block-table-td {
    width: calc(100% / 3);
}
.block-table-mobile .block-table-body .block-table-tr .block-table-td-slide .slick-list,
.block-table-mobile .block-table-body .block-table-tr .block-table-td-slide .slick-track {
    height: 100%;
}
.block-table .block-table-body .block-table-tr .block-table-td .block-table-title,
.block-table-mobile .block-table-body .block-table-tr .block-table-td .block-table-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; height: 100%;
    text-align: center;
    background-color: #D0B49B;
    border: 2px solid #D0B49B;
}
.block-table .block-table-body .block-table-tr .block-table-td .block-table-title span,
.block-table-mobile .block-table-body .block-table-tr .block-table-td .block-table-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
}
.block-table .block-table-body .block-table-tr .block-table-td .block-table-lead,
.block-table-mobile .block-table-body .block-table-tr .block-table-td .block-table-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    text-align: center;
    background-color: rgba(180, 140, 119, 0.4);
    border: 2px solid transparent;
}
.block-table .block-table-body .block-table-tr .block-table-td .block-table-lead span,
.block-table-mobile .block-table-body .block-table-tr .block-table-td .block-table-lead span {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.block-table .block-table-body .block-table-tr.block-table-total .block-table-td .block-table-lead span,
.block-table-mobile .block-table-body .block-table-tr.block-table-total .block-table-td .block-table-lead span {
    font-weight: 600;
}

.block-table .block-table-body .block-table-footprint .block-table-td .block-table-title,
.block-table-mobile .block-table-body .block-table-footprint .block-table-td .block-table-title {
    background-color: #556B53;
    border: 2px solid #556B53;
}
.block-table .block-table-body .block-table-footprint .block-table-td .block-table-lead,
.block-table-mobile .block-table-body .block-table-footprint .block-table-td .block-table-lead {
    background-color: rgba(85, 107, 83, 0.3);
    border: 2px solid transparent;
}
.block-table .block-table-body .block-table-thermal .block-table-td .block-table-title,
.block-table-mobile .block-table-body .block-table-thermal .block-table-td .block-table-title {
    background-color: #C56642;
    border: 2px solid #C56642;
}
.block-table .block-table-body .block-table-thermal .block-table-td .block-table-lead,
.block-table-mobile .block-table-body .block-table-thermal .block-table-td .block-table-lead {
    background-color: rgba(197, 102, 66, 0.3);
    border: 2px solid transparent;
}

#simulator-form {
    width: 100%;
}
#simulator-form .block-form-row {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 15px 40px 15px;
}
#simulator-form .block-form-row .block-form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#simulator-form .block-form-row .block-form-header .block-form-title {
    text-align: center;
    margin-bottom: 25px;
}
#simulator-form .block-form-row .block-form-header .block-form-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
#simulator-form .block-form-row .block-form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#simulator-form .block-form-row .block-form-group .block-form-item {
    position: relative;
    width: 100%; max-width: 500px;
}
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"] {
    width: 100%; height: auto;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    padding: 10px 20px;
}
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"]::-webkit-input-placeholder { color: #000000; }
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"]::-moz-placeholder { color: #000000; }
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"]:-ms-input-placeholder { color: #000000; }
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"]::-webkit-outer-spin-button,
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
#simulator-form .block-form-row .block-form-group .block-form-item input[type="number"] { -moz-appearance:textfield; }
#simulator-form .block-form-row .block-form-group .block-form-radio {
    position: relative;
    width: 100%;
}
#simulator-form .block-form-row .block-form-group .block-form-radio input[type="radio"] {
    position: absolute;
    display: block;
    width: 100%; height: 100%;
    margin: 0 auto;
    opacity: 0; z-index: 2;
    cursor: pointer;
}
#simulator-form .block-form-row .block-form-group .block-form-radio .block-form-radio-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%; height: 100%;
    background-color: transparent;
    border: 2px solid #000000;
    padding: 10px 20px;
    cursor: pointer;
}
#simulator-form .block-form-row .block-form-group .block-form-radio .block-form-radio-wrapper span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
#simulator-form .block-form-row .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper {
    background-color: #000000;
}
#simulator-form .block-form-row .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper span {
    color: #FFFFFF;
}
#simulator-form .block-form-row .block-form-group .block-form-separator {
    padding: 20px 0px;
}
#simulator-form .block-form-row .block-form-group .block-form-separator span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}
#simulator-form .block-form-more {
    display: flex;
    align-items: center;
    justify-content: center;
}
#simulator-form .block-form-more span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}
#simulator-form .block-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
#simulator-form .block-form-button .button {
    min-width: 120px;
}
#simulator-form #block-simulator-quantity {
    background-color: rgba(180, 140, 119, 0.1);
    margin-bottom: 50px;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-item input[type="number"] {
    color: #B48C77;
    border: 2px solid #B48C77;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-item input[type="number"]::-webkit-input-placeholder { color: #B48C77; }
#simulator-form #block-simulator-quantity .block-form-group .block-form-item input[type="number"]::-moz-placeholder { color: #B48C77; }
#simulator-form #block-simulator-quantity .block-form-group .block-form-item input[type="number"]:-ms-input-placeholder { color: #B48C77; }
#simulator-form #block-simulator-quantity .block-form-group .block-form-radio .block-form-radio-wrapper {
    border: 2px solid #B48C77;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-radio .block-form-radio-wrapper span {
    color: #B48C77;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper {
    background-color: #B48C77;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper span {
    color: #FFFFFF;
}
#simulator-form #block-simulator-quantity .block-form-group .block-form-separator span {
    color: #B48C77;
}
#simulator-form .block-form-row-group {
    display: flex;
    margin-bottom: 50px;
}
#simulator-form #block-simulator-system {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 45px);
    background-color: rgba(197, 102, 66, 0.1);
    margin-right: 30px;
}
#simulator-form #block-simulator-system .block-form-group .block-form-item input[type="number"] {
    color: #C56642;
    border: 2px solid #C56642;
}
#simulator-form #block-simulator-system .block-form-group .block-form-item input[type="number"]::-webkit-input-placeholder { color: #C56642; }
#simulator-form #block-simulator-system .block-form-group .block-form-item input[type="number"]::-moz-placeholder { color: #C56642; }
#simulator-form #block-simulator-system .block-form-group .block-form-item input[type="number"]:-ms-input-placeholder { color: #C56642; }
#simulator-form #block-simulator-system .block-form-group .block-form-radio .block-form-radio-wrapper {
    border: 2px solid #C56642;
}
#simulator-form #block-simulator-system .block-form-group .block-form-radio .block-form-radio-wrapper span {
    color: #C56642;
}
#simulator-form #block-simulator-system .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper {
    background-color: #C56642;
}
#simulator-form #block-simulator-system .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper span {
    color: #FFFFFF;
}
#simulator-form #block-simulator-system .block-form-group .block-form-separator span {
    color: #C56642;
}

#simulator-form #block-simulator-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 45px);
    background-color: rgba(85, 107, 83, 0.1);
    margin-left: 30px;
}
#simulator-form #block-simulator-type .block-form-group .block-form-item input[type="number"] {
    color: #556B53;
    border: 2px solid #556B53;
}
#simulator-form #block-simulator-type .block-form-group .block-form-item input[type="number"]::-webkit-input-placeholder { color: #556B53; }
#simulator-form #block-simulator-type .block-form-group .block-form-item input[type="number"]::-moz-placeholder { color: #556B53; }
#simulator-form #block-simulator-type .block-form-group .block-form-item input[type="number"]:-ms-input-placeholder { color: #556B53; }
#simulator-form #block-simulator-type .block-form-group .block-form-radio .block-form-radio-wrapper {
    border: 2px solid #556B53;
}
#simulator-form #block-simulator-type .block-form-group .block-form-radio .block-form-radio-wrapper span {
    color: #556B53;
}
#simulator-form #block-simulator-type .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper {
    background-color: #556B53;
}
#simulator-form #block-simulator-type .block-form-group .block-form-radio input[type="radio"]:checked + .block-form-radio-wrapper span {
    color: #FFFFFF;
}
#simulator-form #block-simulator-type .block-form-group .block-form-separator span {
    color: #556B53;
}

#simulator-form .block-form-row  .block-form-group .block-form-item.warning input[type='number'] {
    border: 2px solid #F01F1F !important;
}

/* Block - Product QR Code */
.block-prodct-qrcode {
    position: relative;
    margin-bottom: 80px;
}
.block-prodct-qrcode .block-qrcode-header {
    background-color: #C56642;
    padding: 200px 0 80px 0;
}
.block-prodct-qrcode .block-qrcode-header .block-qrcode-title {
    text-align: center;
}
.block-prodct-qrcode .block-qrcode-header .block-qrcode-title h2 {
    color: #FFFFFF;
}
.block-prodct-qrcode .block-qrcode-list {
    margin-top: 40px;
}
.block-prodct-qrcode .block-qrcode-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 4);
    padding: 30px 20px;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item .block-qrcode-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px; height: 94px;
    border: 2px solid #C56642;
    border-radius: 50px;
    padding: 10px 10px;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item .block-qrcode-item-title {
    text-align: center;
    margin-top: 25px;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item .block-qrcode-item-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    font-style: normal;
    color: #C56642;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item .block-qrcode-item-lead {
    text-align: center;
    margin-top: 20px;
}
.block-prodct-qrcode .block-qrcode-wrapper .block-qrcode-item .block-qrcode-item-lead span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* Page - Product */
footer.footer-product-page .block-footer-row {
    margin-bottom: 50px;
}
footer.footer-product-page .block-footer-row .block-footer-left {
    width: 100%;
    padding: 0;
}
footer.footer-product-page .block-footer-row .block-footer-left .block-footer-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}
footer.footer-product-page .block-footer-row .block-footer-left .block-footer-info .block-footer-info-group {
    order: 1;
}
footer.footer-product-page .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts {
    order: 3;
}
footer.footer-product-page .block-footer-row .block-footer-left .block-footer-info .block-footer-docs {
    order: 2;
}

/* Pages - News */
#block-news-page .block-news-lead {
    width: 100%;
    max-width: 740px;
    margin: 100px;
}
#block-news-page .block-news-lead p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #B48C77;
}

/* Pages - Blogs */
#block-blogs-page .block-blogs-lead {
    width: 100%;
    max-width: 740px;
    margin: 100px;
}
#block-blogs-page .block-blogs-lead p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #B48C77;
}

/* Pages - Projects */
#block-projects-page .block-projects-lead {
    width: 100%;
    max-width: 740px;
    margin: 100px;
}
#block-projects-page .block-projects-lead p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #B48C77;
}

/* Block - Available Soon */
.block-available-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
.block-available-soon span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-align: center;
}

/* Block - Icon Arrow */
.block-icon-arrow {
    position: absolute;
    top: 0; left: -60px;
}
.block-icon-arrow svg {
    height: 0; opacity: 0;
    transition: opacity .1s ease-in-out, height .8s ease-in-out;
}
.block-icon-arrow.animateActive svg {
    height: 450px; opacity: 1;
    transition: opacity .1s ease-in-out, height .8s ease-in-out;
}

/* Block - Controls Slider */
.block-controls-slider {
    position: absolute;
    bottom: 0px; right: 0px;
}
.block-controls-slider .block-controls-slider-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow::after,
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow::before {
	display: none;
}
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow:hover svg path {
	stroke: #B48C77;
}
.block-background-lyBone .block-controls-slider .block-controls-slider-arrows .block-controls-slider-arrow:hover svg path {
	stroke: #556B53;
}
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-prev {
    padding-right: 10px;
}
.block-controls-slider .block-controls-slider-arrows .block-controls-slider-next {
    padding-left: 10px;
}

/* Block - Newsletter */
#block-newsletter {
    background-color: #B48C77;
    margin-top: 80px;
}
#block-newsletter .block-newsletter-row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 540px);
    padding: 50px 0px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-title {
    margin-bottom: 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-title h2 {
    color: #FFFFFF;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-lead {
    margin-bottom: 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-lead {
    margin-bottom: 20px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-lead p {
    color: #FFFFFF;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-group {
    width: 100%;
    margin-right: 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-group .block-form-item input[type='email'] {
    width: 100%; height: auto;
    min-height: 45px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: #B48C77;
    padding: 10px 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-input::-webkit-input-placeholder { color: #FFFFFF; }
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-input::-moz-placeholder { color: #FFFFFF; }
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-input:-ms-input-placeholder { color: #FFFFFF; }
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-buttons {
    margin-left: 15px;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-group .block-form-item.warning input[type='email'] {
    color: #F01F1F;
    border: 2px solid #F01F1F;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-buttons input[type='submit'] {
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 180px; min-height: 45px;
	padding: 10px 15px;
	cursor: pointer;
	outline: none;
    font-family: "Rubik", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
    color: #B48C77;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
	box-shadow: none;
	transition: 0.2s all ease-in-out;
}
#block-newsletter .block-newsletter-row .block-newsletter-left .block-newsletter-form form#newsletter-form .block-form-buttons input[type='submit']:hover {
    color: #FFFFFF;
    background-color: #B48C77;
    border: 2px solid #FFFFFF;
}
#block-newsletter .block-newsletter-row .block-newsletter-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(540px - 60px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 60px;
}
#block-newsletter .block-newsletter-row .block-newsletter-right .block-newsletter-img {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

/* Form - Input Radio */
.block-form-wrapper .block-form-radio {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.block-form-wrapper .block-form-radio:last-child {
    margin-right: 0px;
}
.block-form-wrapper .block-form-radio .block-radio {
    position: relative;
    margin-right: 10px;
}
.block-form-wrapper .block-form-radio .block-radio input[type="radio"] {
    position: absolute;
    display: block;
    width: 20px; height: 20px;
    margin: 0 auto;
    opacity: 0; z-index: 2;
    cursor: pointer;
}
.block-form-wrapper .block-form-radio .block-radio .block-radio-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #B48C77;
    border-radius: 3px;
    cursor: pointer;
}
.block-form-wrapper .block-form-radio .block-radio .block-radio-wrapper svg {
    z-index: 1; opacity: 0;
    transform: scale(0);
    transition: all .2s;
}
.block-form-wrapper .block-form-radio .block-radio input[type="radio"]:checked + .block-radio-wrapper svg {
    opacity: 1;
    transform: scale(1);
}
.block-form-wrapper .block-form-radio label,
.block-form-wrapper .block-form-radio label a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}
.block-form-wrapper .block-form-radio.warning .block-radio .block-radio-wrapper {
    border: 1px solid #F01F1F !important;
}

/* Form - Input Checkbox */
.block-form-wrapper .block-form-checkbox {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-top: 20px;
}
.block-form-wrapper .block-form-checkbox:last-child {
    margin-right: 0px;
}
.block-form-wrapper .block-form-checkbox .block-checkbox {
    position: relative;
    margin-right: 10px;
}
.block-form-wrapper .block-form-checkbox .block-checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    width: 20px; height: 20px;
    margin: 0 auto;
    opacity: 0; z-index: 2;
    cursor: pointer;
}
.block-form-wrapper .block-form-checkbox .block-checkbox .block-checkbox-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #B48C77;
    border-radius: 3px;
    cursor: pointer;
}
.block-form-wrapper .block-form-checkbox .block-checkbox .block-checkbox-wrapper svg {
    z-index: 1; opacity: 0;
    transform: scale(0);
    transition: all .2s;
}
.block-form-wrapper .block-form-checkbox .block-checkbox input[type="checkbox"]:checked + .block-checkbox-wrapper svg {
    opacity: 1;
    transform: scale(1);
}
.block-form-wrapper .block-form-checkbox label,
.block-form-wrapper .block-form-checkbox label a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}
.block-form-wrapper .block-form-checkbox label a {
    text-decoration: underline;
}
.block-form-wrapper .block-form-checkbox label a:hover {
    color: #B48C77;
}
.block-form-wrapper .block-form-checkbox.warning .block-checkbox .block-checkbox-wrapper {
    border: 1px solid #F01F1F !important;
}

/* Form - Inputs */
.block-form-wrapper .block-form-group {
    width: 100%;
    margin-bottom: 40px;
}
.block-form-wrapper .block-form-group .block-form-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.block-form-wrapper .block-form-group .block-form-item input[type="text"],
.block-form-wrapper .block-form-group .block-form-item input[type="email"],
.block-form-wrapper .block-form-group .block-form-item input[type="number"],
.block-form-wrapper .block-form-group .block-form-item input[type="tel"] {
    width: 100%; height: auto;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #B48C77;
    border-radius: 3px;
    padding: 5px 5px;
}
.block-form-wrapper .block-form-group input::-webkit-input-placeholder {
    color: #000000;
	opacity: 1;
}
.block-form-wrapper .block-form-group input:-moz-placeholder {
    color: #000000;
	opacity: 1;
}
.block-form-wrapper .block-form-group input::-moz-placeholder {
    color: #000000;
	opacity: 1;
}
.block-form-wrapper .block-form-group input:-ms-input-placeholder {
    color: #000000;
	opacity: 1;
}
.block-form-wrapper .block-form-group .block-form-item.warning input[type="text"],
.block-form-wrapper .block-form-group .block-form-item.warning input[type="email"],
.block-form-wrapper .block-form-group .block-form-item.warning input[type="number"],
.block-form-wrapper .block-form-group .block-form-item.warning input[type="tel"] {
	border-bottom: 1px solid #F01F1F;
}
.block-form-wrapper .block-form-required {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.block-form-wrapper .block-form-required span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

/* Contacts Form */
#contacts-form {
    width: 100%;
    max-width: 580px;
}
#contacts-form #contacts-it-position,
#contacts-form #contacts-it-meeting {
    display: flex;
    flex-direction: column;
}
#contacts-form #contacts-it-position .block-form-checkbox-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

/* Footer */
footer {
    margin: 80px 0 40px 0;
}
footer .block-footer-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}
footer .block-footer-row .block-footer-left {
    width: 40%;
    padding-right: 20px;
}
footer .block-footer-row .block-footer-left .block-footer-info {
    padding-top: 20px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-logo,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-social,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs {
    margin-bottom: 50px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-logo svg {
    width: 230px;
    height: 72px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-social > div {
    margin-right: 15px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-social > div:last-child {
    margin-right: 0px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-social > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts .block-footer-contacts-title span,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #B48C77;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts .block-footer-contacts-phone a,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts .block-footer-contacts-address a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts .block-footer-contacts-phone a:hover,
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-contacts .block-footer-contacts-address a:hover {
    text-decoration: underline;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul {
    list-style: none;
    padding: 0; margin: 0;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul li a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu li a:hover {
    text-decoration: underline;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul li.menu-item-has-children > a {
    cursor: pointer;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul li.menu-item-has-children.active > a {
    color: #B48C77;
    font-weight: 500;
    text-decoration: underline;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul li.menu-item-has-children ul.sub-menu {
    display: none;
    margin-left: 20px;
}
footer .block-footer-row .block-footer-left .block-footer-info .block-footer-docs .block-footer-docs-menu ul li.menu-item-has-children ul.sub-menu li a {
    color: #B48C77;
}
footer .block-footer-row .block-footer-right {
    width: 60%;
    margin-bottom: 20px;
}
footer .block-footer-row .block-footer-right .block-footer-form {
    width: 100%; max-width: 580px;
}
footer .block-footer-row .block-footer-right .block-footer-form .block-footer-form-title {
    max-width: 80%;
    margin-bottom: 40px;
}
footer .block-footer-row .block-footer-right .block-footer-form .block-footer-form-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
}
footer .block-footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
footer .block-footer-bottom .block-footer-copyright {
    margin-bottom: 2px;
}
footer .block-footer-bottom .block-footer-copyright span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
footer .block-footer-bottom .block-footer-copyright-menu {
    margin-bottom: 2px;
}
footer .block-footer-bottom .block-footer-copyright-menu ul {
    display: flex;
    list-style: none;
}
footer .block-footer-bottom .block-footer-copyright-menu ul li {
    padding-left: 10px;
}
footer .block-footer-bottom .block-footer-copyright-menu ul li:first-child {
    padding-left: 0px;
}
footer .block-footer-bottom .block-footer-copyright-menu ul li a {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
footer .block-footer-bottom .block-footer-copyright-menu ul li a:hover {
    text-decoration: underline;
}
footer .block-footer-map {
    background-color: #B48C77;
    margin-top: 100px;
}
footer .block-footer-map .block-map-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .block-footer-map .block-map-row .block-map-left {
    width: 40%;
    padding-left: 15px;
}
footer .block-footer-map .block-map-row .block-map-left .block-map-title {
    text-align: left;
    margin-bottom: 20px;
}
footer .block-footer-map .block-map-row .block-map-left .block-map-title span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
}
footer .block-footer-map .block-map-row .block-map-left .block-map-lead {
    text-align: left;
}
footer .block-footer-map .block-map-row .block-map-left .block-map-lead span {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
}
footer .block-footer-map .block-map-row .block-map-right {
    width: 60%;
}
footer .block-footer-map .block-map-google {
    width: 100%; height: 400px;
}
footer .block-footer-map .block-map-google img {
   max-width: inherit !important;
}
footer .block-footer-map .block-map-google a {
    font-family: inherit;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: inherit;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}

/* Block - Message */
#block-lightbox-msg,
#block-lightbox-msg * {
    box-sizing: border-box;
}
#block-lightbox-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: -1; opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#block-lightbox-msg.show {
    display: flex !important;
    z-index: 9000; opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
#block-lightbox-msg .block-lightbox-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%; max-width: 580px;
    margin: 0 auto;
    padding: 50px 25px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
	overflow-y: auto;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header {
    position: relative;
    margin-bottom: 30px;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-title {
    width: 100%; max-width: 460px;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #B48C77;
    text-align: center;
    margin: 0 auto;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -35px; right: -10px;
    z-index: 1;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px; height: 25px;
    cursor: pointer;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span::before,
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span::after {
    content: "";
    position: absolute;
    top: 50%; left: 0;
    width: 100%; height: 2px;
    background-color: #000000;
    opacity: 1;
    transition: all .15s ease-in-out;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span:hover::after {
    opacity: 0;
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-header .block-lightbox-close span:hover::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#block-lightbox-msg .block-lightbox-wrapper .block-lightbox-body {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-align: center;
}

/* Block - Loading */
#block-lightbox-loading,
#block-lightbox-loading * {
    box-sizing: border-box;
}
#block-lightbox-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: -1; opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#block-lightbox-loading.show {
    display: flex !important;
    z-index: 9090; opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
#block-lightbox-loading .block-lightbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
}
#block-lightbox-loading .block-lightbox-wrapper .block-lightbox-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; max-width: 380px;
    margin: 0 auto;
    padding: 50px 50px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
}
#block-lightbox-loading .block-lightbox-wrapper .block-lightbox-body img {
    width: 30px;
    margin-bottom: 20px;
}
#block-lightbox-loading .block-lightbox-wrapper .block-lightbox-body span {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}

/* Page - Contacts */
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo1,
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo2 {
    fill:#B48C77;
}
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo3,
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo4 {
    fill:#CBA990;
}
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo5,
.page-contacts-wrapper header .block-header-row .block-header-left .block-header-branding svg .logo6 {
    fill:#D0B49B;
}

.page-contacts-wrapper header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
    color: #B48C77;
}
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    border: solid #B48C77;
    border-width: 0 3px 3px 0;
}
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #B48C77;
    border: 1px solid #B48C77;
}
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a span {
    color: #FFFFFF;
}
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-icon-menu > span,
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-icon-menu > span::before,
.page-contacts-wrapper header .block-header-row .block-header-right .block-header-icon-menu > span::after {
    background-color: #B48C77;
}
.page-contacts-wrapper footer {
    padding: 200px 0px 0px 0px;
    margin: 0;
}
.page-contacts-wrapper footer .block-footer-row .block-footer-left .block-footer-info .block-footer-logo {
    display: none;
}

.otgs-development-site-front-end {
    display: none;
}