/* ----------------------------------------------- */
/* Partials */
/* ----------------------------------------------- */
/* Variables */
/* Font weights */
/* Colors */
/* ----------------------------------------------- */
/* Mixins */
/* ----------------------------------------------- */
/* Base */
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

* {
    -webkit-font-smoothing: subpixel-antialiased;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "proxima-nova", Arial, sans-serif;
    background: #F5F7F2;
    opacity: 0;
}
body.sticky {
    padding: 76px 0 0 0;
}

.noscroll {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 24px 0;
}

p, li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

p, ul, ol {
    margin: 0 0 24px 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul, ol {
    list-style-position: outside;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}
a img {
    border: none;
}

img, svg {
    width: 100%;
    height: auto;
    display: block;
}

svg {
    display: block;
}

table {
    border-collapse: collapse;
}

main {
    display: block;
}

a,
label,
input,
textarea,
button,
path,
rect,
circle,
polygon,
.home .header .navigation ul li a span,
.share a:after,
.intro a span,
.download-icon,
.overlay {
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), outline 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header.sticky,
.header .navigation,
.header form input {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

input, textarea, select, button {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    color: #6D766B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=search] {
    -webkit-appearance: textfield;
}

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

input, textarea, select, button {
    border-radius: 0;
}

input, textarea, select {
    width: 100%;
    border: 1px solid;
}

textarea {
    overflow: auto;
    resize: none;
}

select, button {
    cursor: pointer;
}

.gform_validation_container, .gform_ajax_spinner, .validation_error, .validation_message {
    display: none;
}

.header {
    height: 160px;
    position: relative;
    background: #F5F7F2;
}
@media (max-width: 1199px) {
    .header {
        height: 114px;
    }
}
@media (max-width: 767px) {
    .header {
        height: 76px;
    }
}
@media (max-width: 1199px) {
    .header:before {
        content: "";
        display: block;
        width: 100%;
        height: 114px;
        position: absolute;
        top: 0;
        left: 0;
        background: #F5F7F2;
        z-index: 11;
    }
}
@media (max-width: 767px) {
    .header:before {
        content: "";
        display: block;
        width: 100%;
        height: 76px;
        position: absolute;
        top: 0;
        left: 0;
        background: #F5F7F2;
        z-index: 11;
    }
}
.header.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #F5F7F2;
    z-index: 999999;
}
@media (max-width: 1199px) {
    .header.sticky.hidden {
        top: -114px;
    }
}
@media (max-width: 767px) {
    .header.sticky.hidden {
        top: -76px;
    }
}
.header .logo {
    width: 240px;
    height: 53px;
    display: block;
    position: absolute;
    top: 69px;
    left: 40px;
}
@media (max-width: 1199px) {
    .header .logo {
        top: 30px;
        left: 30px;
        z-index: 12;
    }
}
@media (max-width: 767px) {
    .header .logo {
        top: 20px;
        width: 160px;
    }
}
.header .logo svg {
    height: 53px;
}
@media (max-width: 767px) {
    .header .logo svg {
        height: 36px;
    }
}
.header .navigation {
    float: right;
    margin: 83px 40px 0 0;
}
@media (min-width: 1200px) {
    .header .navigation {
        display: block;
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .header .navigation {
        position: fixed;
        right: -50%;
        width: 50%;
        height: 100%;
        margin: 0;
        padding: 114px 0 30px 0;
        background: #fff;
        border-left: 1px solid #E9EBE9;
        z-index: 10;
        overflow: scroll;
    }
}
@media (max-width: 767px) {
    .header .navigation {
        padding: 75px 0 30px 0;
        width: 100%;
        right: 0;
        top: -100%;
    }
}
.header .navigation > ul {
    margin: 0;
    position: relative;
}
.header .navigation > ul::after {
    content: "";
    display: table;
    clear: both;
}
.header .navigation > ul > li {
    float: left;
    position: relative;
    margin: 0 0 0 40px;
    list-style: none;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li {
        margin: 0;
        float: none;
        position: relative;
    }
}
html[lang=ro-RO] .header .navigation > ul > li {
    margin: 0 0 0 51px;
}
@media (max-width: 1199px) {
    html[lang=ro-RO] .header .navigation > ul > li {
        margin: 0;
    }
}
.header .navigation > ul > li:nth-child(1) a {
    border-top: none;
}
.header .navigation > ul > li.current-menu-item a, .header .navigation > ul > li.current-page-ancestor a, .header .navigation > ul > li.current_page_parent a {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li.current-menu-item > .sub-menu, .header .navigation > ul > li.current-page-ancestor > .sub-menu, .header .navigation > ul > li.current_page_parent > .sub-menu {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li.menu-item-has-children a {
        padding: 16px 83px 16px 30px;
    }
}
.header .navigation > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li > a {
        display: block;
        width: 100%;
        padding: 16px 30px 16px 30px;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #E9EBE9;
    }
}
.header .navigation > ul > li > a:hover {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li > a:hover {
        color: #6D766B;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li span {
        display: block;
        width: 83px;
        height: 57px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 30px;
        font-weight: 300;
        line-height: 58px;
        text-align: center;
        color: #6D766B;
        cursor: pointer;
    }
    .header .navigation > ul > li span:hover {
        color: #9CC301;
    }
}
@media (max-width: 1199px) and (max-width: 1199px) {
    .header .navigation > ul > li span:hover {
        color: #6D766B;
    }
}
@media (min-width: 1200px) {
    .header .navigation > ul > li span {
        display: none !important;
    }
}
.header .navigation > ul > li .sub-menu {
    display: none;
}
@media (max-width: 1023px) {
    .header .navigation > ul > li .sub-menu {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu {
        padding: 0;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .header .navigation > ul > li .sub-menu {
        display: none !important;
    }
}
.header .navigation > ul > li .sub-menu li {
    list-style: none;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li {
        position: relative;
    }
}
.header .navigation > ul > li .sub-menu li.current-menu-item a, .header .navigation > ul > li .sub-menu li.current-page-ancestor a, .header .navigation > ul > li .sub-menu li.current_page_parent a {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li.current-menu-item > .sub-menu, .header .navigation > ul > li .sub-menu li.current-page-ancestor > .sub-menu, .header .navigation > ul > li .sub-menu li.current_page_parent > .sub-menu {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li.menu-item-has-children a {
        padding: 16px 83px 16px 60px;
    }
}
.header .navigation > ul > li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li a {
        display: block;
        width: 100%;
        padding: 16px 30px 16px 60px;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #E9EBE9;
    }
}
.header .navigation > ul > li .sub-menu li a:hover {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li a:hover {
        color: #6D766B;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu {
        padding: 0;
        margin: 0;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li {
    list-style: none;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li {
        position: relative;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li.current-menu-item a, .header .navigation > ul > li .sub-menu li .sub-menu li.current-page-ancestor a, .header .navigation > ul > li .sub-menu li .sub-menu li.current_page_parent a {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li.menu-item-has-children a {
        padding: 16px 83px 16px 90px;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li a {
        display: block;
        width: 100%;
        padding: 16px 30px 16px 90px;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #E9EBE9;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li a:hover {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li a:hover {
        color: #6D766B;
    }
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu {
        padding: 0;
        margin: 0;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li {
    list-style: none;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li {
        position: relative;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li.current-menu-item a, .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li.current-page-ancestor a, .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li.current_page_parent a {
    color: #9CC301;
}
.header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li a {
        display: block;
        width: 100%;
        padding: 16px 30px 16px 120px;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #E9EBE9;
    }
}
.header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li a:hover {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .header .navigation > ul > li .sub-menu li .sub-menu li .sub-menu li a:hover {
        color: #6D766B;
    }
}
.header form {
    width: 100%;
    max-width: 170px;
    position: absolute;
    top: 36px;
    right: 122px;
}
@media (max-width: 1199px) {
    .header form {
        width: 50%;
        height: 79px;
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0;
        float: right;
        padding: 26px 30px 26px 0;
        border-bottom: 1px solid #E9EBE9;
    }
}
@media (max-width: 599px) {
    .header form {
        width: 60%;
    }
}
.home .header form {
    top: 94px;
    right: 60px;
}
@media (max-width: 1199px) {
    .home .header form {
        position: relative;
        top: 0;
        right: 0;
    }
}
.search .header form, .error404 .header form {
    display: none;
}
.header form button, .header form div {
    display: block;
    width: 16px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .header form button, .header form div {
        bottom: 24px;
        right: 30px;
    }
}
.header form button svg, .header form div svg {
    width: 16px;
    height: 16px;
    margin: 0 0 7px 0;
}
.header form button:hover svg path, .header form div:hover svg path {
    fill: #9CC301;
}
.header form button {
    display: none;
}
@media (max-width: 1199px) {
    .header form button {
        display: block;
    }
}
.home .header form button {
    display: block;
}
.header form div {
    display: block;
}
@media (max-width: 1199px) {
    .header form div {
        display: none;
    }
}
.home .header form div {
    display: none;
}
.header form input {
    width: 0;
    padding: 0 0 2px 0;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #c4d4de;
    border-left: none;
    float: right;
}
@media (max-width: 1199px) {
    .header form input {
        width: 100%;
        padding: 4px 0 2px 0;
        font-size: 16px;
    }
}
.header form input.open {
    width: 100%;
}
.home .header form input {
    width: 100%;
}
.header .language {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 14px;
    color: #7b93a2;
}
@media (max-width: 1199px) {
    .header .language {
        width: 50%;
        height: 79px;
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        padding: 28px 30px 28px 30px;
        font-size: 18px;
        border-bottom: 1px solid #E9EBE9;
    }
}
@media (max-width: 599px) {
    .header .language {
        width: 40%;
    }
}
.home .header .language {
    top: 40px;
    right: 60px;
    font-size: 14px;
    text-transform: none;
}
@media (max-width: 1199px) {
    .home .header .language {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        padding: 28px 30px 28px 30px;
        font-size: 18px;
        border-bottom: 1px solid #E9EBE9;
    }
}
.header .language:hover {
    color: #9CC301;
}
@media (max-width: 1199px) {
    .search .header .language, .error404 .header .language {
        width: 100%;
    }
}
.header .burger {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 27px;
    right: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 12;
}
@media (max-width: 1199px) {
    .header .burger {
        display: block;
    }
}
@media (max-width: 767px) {
    .header .burger {
        top: 8px;
    }
}
.header .burger__icon {
    margin: 0 auto;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.header .burger__icon, .header .burger__icon::before, .header .burger__icon::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #253322;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
}
.header .burger__icon::before, .header .burger__icon::after {
    position: absolute;
    content: "";
}
.header .burger__icon::before {
    top: -8px;
}
.header .burger__icon::after {
    top: 8px;
}
.header .burger.is-active .burger__icon {
    background-color: transparent;
}
.header .burger.is-active .burger__icon::before {
    transform: translateY(8px) rotate(45deg);
}
.header .burger.is-active .burger__icon::after {
    transform: translateY(-8px) rotate(-45deg);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ----------------------------------------------- */
/* Main */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 95px;
    position: relative;
}
@media (max-width: 1199px) {
    .wrapper {
        padding-bottom: 0;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121d27;
    opacity: 0;
    z-index: 3;
}
@media (min-width: 1200px) {
    .overlay {
        display: none !important;
    }
}
.overlay.is-block {
    display: block;
}
.overlay.is-opaque {
    opacity: 0.4;
}

.module {
    background: #fff;
}

.news {
    clear: both;
    border-top: 1px solid #E9EBE9;
}
@media (max-width: 767px) {
    .news {
        border-top: none;
    }
}
@media (max-width: 767px) {
    .page .news {
        display: none;
    }
}
@media (max-width: 767px) {
    .home .news {
        display: block;
    }
}
.news article {
    width: 50%;
    float: left;
    position: relative;
    padding: 80px 80px 100px 60px;
}
@media (max-width: 1199px) {
    .news article {
        padding: 60px 60px 80px 30px;
    }
}
@media (max-width: 767px) {
    .news article {
        width: 100%;
        padding: 60px 30px 80px 30px;
        border-top: 1px solid #E9EBE9;
    }
}
.news article .postdate {
    padding: 0 0 28px 0;
    font-size: 14px;
    font-weight: 400;
    color: #9CC301;
}
.news article h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .news article h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
.news article h3 a {
    display: block;
    color: #253322;
}
.news article h3 a:hover {
    color: #9CC301;
}
.news article p {
    font-size: 15px;
    line-height: 22px;
    color: #6D766B;
}
.news article .button.text {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 80px;
    font-weight: 700;
    color: #9CC301;
}
@media (max-width: 1199px) {
    .news article .button.text {
        bottom: 60px;
    }
}
.news article .button.text:hover {
    color: #253322;
}

.button {
    display: inline-block;
    margin: 24px 0 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
}
.button.blue {
    color: #fff;
    background-color: #253322;
    border: 2px solid #253322;
}
.button.blue:hover, .button.blue:focus {
    color: #253322;
    background-color: #fff;
    border: 2px solid #253322;
}
.button.uppercase {
    font-size: 12px;
    text-transform: uppercase;
}

.tablepress caption {
    padding: 14px 16px !important;
}

/* ----------------------------------------------- */
/* Partials */
.aside {
    width: 26%;
    float: left;
    background: #fbfcfd;
    border-right: 1px solid #E9EBE9;
}
@media (max-width: 1023px) {
    .aside {
        display: none;
    }
}
@media (max-width: 1023px) {
    .contact .aside {
        display: block;
        width: 100%;
        border-right: none;
    }
}
.aside .current {
    display: table;
    width: 100%;
    padding: 28px 60px;
    font-size: 20px;
    font-weight: 400;
    color: #253322;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .aside .current {
        padding: 28px 30px;
    }
}
@media (max-width: 1023px) {
    .contact .aside .current {
        display: none;
    }
}
.aside .current > span {
    display: table-cell;
    vertical-align: middle;
}
.aside li {
    list-style: none;
}
.aside li.current_page_item > a {
    color: #253322;
}
.aside li.current_page_item > a:hover {
    color: #253322;
    cursor: default;
}
.aside li a {
    display: block;
    padding: 25px 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .aside li a {
        padding: 25px 30px;
    }
}
.aside li a:hover {
    color: #9CC301;
}
.aside > ul {
    margin: 0;
}
.aside > ul > li {
    border-bottom: 1px solid #E9EBE9;
}
.aside > ul > li.current_page_ancestor, .aside > ul > li.current_page_item {
    position: relative;
    background: #fff;
}
.aside > ul > li.current_page_ancestor:after, .aside > ul > li.current_page_item:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #fff;
}
.aside > ul > li.current_page_ancestor > ul.children, .aside > ul > li.current_page_item > ul.children {
    display: block;
    padding: 0 25px 25px 80px;
    margin: 0;
}
@media (max-width: 1199px) {
    .aside > ul > li.current_page_ancestor > ul.children, .aside > ul > li.current_page_item > ul.children {
        padding: 0 25px 25px 50px;
    }
}
.aside > ul > li.current_page_ancestor > ul.children > li, .aside > ul > li.current_page_item > ul.children > li {
    position: relative;
    border: none;
}
.aside > ul > li.current_page_ancestor > ul.children > li::after, .aside > ul > li.current_page_item > ul.children > li::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #9CC301;
}
.aside > ul > li.current_page_ancestor > ul.children > li > a, .aside > ul > li.current_page_item > ul.children > li > a {
    padding: 6px 0;
    font-size: 14px;
    line-height: 16px;
}
.aside > ul > li.current_page_ancestor > ul.children > li.current_page_item > ul.children, .aside > ul > li.current_page_ancestor > ul.children > li.current_page_ancestor > ul.children, .aside > ul > li.current_page_item > ul.children > li.current_page_item > ul.children, .aside > ul > li.current_page_item > ul.children > li.current_page_ancestor > ul.children {
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
}
.aside > ul > li.current_page_ancestor > ul.children > li.current_page_item > ul.children > li, .aside > ul > li.current_page_ancestor > ul.children > li.current_page_ancestor > ul.children > li, .aside > ul > li.current_page_item > ul.children > li.current_page_item > ul.children > li, .aside > ul > li.current_page_item > ul.children > li.current_page_ancestor > ul.children > li {
    position: relative;
    border: none;
}
.aside > ul > li.current_page_ancestor > ul.children > li.current_page_item > ul.children > li::after, .aside > ul > li.current_page_ancestor > ul.children > li.current_page_ancestor > ul.children > li::after, .aside > ul > li.current_page_item > ul.children > li.current_page_item > ul.children > li::after, .aside > ul > li.current_page_item > ul.children > li.current_page_ancestor > ul.children > li::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #9CC301;
}
.aside > ul > li.current_page_ancestor > ul.children > li.current_page_item > ul.children > li > a, .aside > ul > li.current_page_ancestor > ul.children > li.current_page_ancestor > ul.children > li > a, .aside > ul > li.current_page_item > ul.children > li.current_page_item > ul.children > li > a, .aside > ul > li.current_page_item > ul.children > li.current_page_ancestor > ul.children > li > a {
    padding: 6px 0;
    font-size: 14px;
    line-height: 16px;
}
.aside > ul > li .page-item-99.current_page_ancestor a, .aside > ul > li .page-item-1953.current_page_ancestor a {
    color: #253322;
}
.aside > ul > li .page-item-99.current_page_ancestor a:hover, .aside > ul > li .page-item-1953.current_page_ancestor a:hover {
    color: #9CC301;
}
.aside > ul > li .page-item-99 .children, .aside > ul > li .page-item-1953 .children {
    display: none !important;
}
.aside > ul > li ul {
    display: none;
}
.aside > ul.tabs .current_page_parent a {
    color: #253322;
    cursor: default;
}
.aside > ul.tabs .current_page_parent .children {
    display: none !important;
}
.aside .info::after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 1023px) {
    .contact .aside .info {
        border-top: 1px solid #E9EBE9;
    }
}
.aside .info .infoblock {
    padding: 0 60px 40px 60px;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .aside .info .infoblock {
        padding: 0 30px 40px 30px;
    }
}
@media (max-width: 1023px) {
    .contact .aside .info .infoblock {
        width: 50%;
        float: left;
        border-bottom: none;
    }
}
@media (max-width: 499px) {
    .contact .aside .info .infoblock {
        width: 100%;
        float: none;
        border-bottom: 1px solid #E9EBE9;
    }
}
.aside .info .infoblock:last-child {
    border: none;
}
.aside .info .infoblock h2, .aside .info .infoblock h3 {
    font-weight: 700;
    line-height: 22px;
}
.aside .info .infoblock h2 {
    margin: 60px 0 24px 0;
    font-size: 16px;
    color: #253322;
}
.aside .info .infoblock h3 {
    margin: 34px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #4a6373;
}
.aside .info .infoblock p, .aside .info .infoblock li {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #6D766B;
}
.aside .info .infoblock ol {
    padding: 0 0 0 22px;
    counter-reset: ol;
}
.aside .info .infoblock ol li {
    position: relative;
    list-style: none;
}
.aside .info .infoblock ol li::after {
    counter-increment: ol;
    content: counter(ol);
    position: absolute;
    top: 0;
    left: -24px;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.aside .info .infoblock ul {
    padding: 0 0 0 15px;
}
.aside .info .infoblock ul li {
    position: relative;
    margin: 0 0 4px 0;
    list-style: none;
}
.aside .info .infoblock ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.aside .info .infoblock a {
    color: #6D766B;
}
.aside .info .infoblock a:hover {
    color: #9CC301;
}

.main {
    width: 74%;
    float: right;
}
@media (max-width: 1023px) {
    .main {
        width: 100%;
    }
}
.main .breadcrumbs {
    display: table;
    width: 100%;
    padding: 28px 38px 28px 80px;
    background: #fbfcfd;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1023px) {
    .main .breadcrumbs {
        padding: 28px 30px 28px 30px;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .main .breadcrumbs {
        display: none;
    }
}
@media (max-width: 1023px) {
    .contact .main .breadcrumbs {
        display: none;
    }
}
.main .breadcrumbs form {
    width: 170px;
    position: relative;
}
@media (max-width: 1023px) {
    .main .breadcrumbs form {
        width: 240px;
    }
}
@media (max-width: 767px) {
    .main .breadcrumbs form {
        width: 100%;
    }
}
.main .breadcrumbs form button, .main .breadcrumbs form div {
    display: block;
    width: 16px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border: none;
}
.main .breadcrumbs form button svg, .main .breadcrumbs form div svg {
    width: 16px;
    height: 16px;
    margin: 0 0 7px 0;
}
.main .breadcrumbs form button:hover svg path, .main .breadcrumbs form div:hover svg path {
    fill: #9CC301;
}
.main .breadcrumbs form input {
    width: 100%;
    padding: 3px 0 4px 0;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #c4d4de;
    border-left: none;
}
@media (max-width: 1199px) {
    .main .breadcrumbs form input {
        font-size: 16px;
    }
}
.main .breadcrumbs .share {
    width: 118px;
    display: table-cell;
    vertical-align: middle;
}
.contact .main .breadcrumbs .share {
    display: none;
}
.main .breadcrumbs .share > div {
    float: left;
}
.main .breadcrumbs .share div::after {
    content: "";
    display: table;
    clear: both;
}
.main .breadcrumbs .share > a {
    float: right;
}
.main .breadcrumbs .share > a svg path {
    fill: #c8d0d6;
}
.main .breadcrumbs .share > a:hover svg path {
    fill: #253322;
}
.main .breadcrumbs .share a {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin: 0 0 0 14px;
    position: relative;
}
.main .breadcrumbs .share a img {
    width: 25px;
    height: 25px;
}
.ie .main .breadcrumbs .share a img {
    width: 26px;
}
.main .breadcrumbs .share a span {
    margin: 0;
}
.main .breadcrumbs > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px 0 0;
}
.main .breadcrumbs a, .main .breadcrumbs span {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 18px;
}
.main .breadcrumbs a {
    position: relative;
    color: #9CC301;
}
.main .breadcrumbs a:hover {
    color: #253322;
}
.main .breadcrumbs span {
    color: #6D766B;
}
.main .content {
    width: 100%;
    padding: 55px 80px;
}
@media (max-width: 1023px) {
    .main .content {
        padding: 55px 30px 35px 30px;
    }
}
@media (max-width: 599px) {
    .main .content {
        padding: 35px 30px 35px 30px;
    }
}
.main .content .highcharts-container {
    margin: 0 0 34px 0;
    overflow: visible !important;
}
.main .content .highcharts-container svg {
    overflow: visible;
}
.main .content .highcharts-container .highcharts-legend-item text {
    transform: translateY(-5px);
}
.main .content .postdate {
    margin: 0 0 24px 0;
    font-size: 14px;
    font-weight: 600;
    color: #6D766B;
}
.main .content .tab--inline ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 55px;
    margin-top: 5px;
    position: relative;
}
.main .content .tab--inline ul::after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul {
        height: 50px;
        padding: 50px 0 0 0;
        cursor: pointer;
        overflow: hidden;
        z-index: 2;
    }
}
@media (max-width: 599px) {
    .main .content .tab--inline ul {
        margin-bottom: 35px;
    }
}
.main .content .tab--inline ul:before {
    content: attr(data-year);
    display: none;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul:before {
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 47px;
        color: #9CC301;
        background: url(../img/arrow-down.svg);
        background-repeat: no-repeat;
        background-size: 55px 10px;
        background-position: center right;
        border-top: 1px solid #e8ecee;
        border-right: 1px solid #e8ecee;
        border-bottom: 1px solid #e8ecee;
        border-left: 1px solid #e8ecee;
    }
}
@media (max-width: 767px) {
    .main .content .tab--inline ul.active {
        overflow: visible;
    }
}
.main .content .tab--inline ul.active:before {
    background: url(../img/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 55px 10px;
    background-position: center right;
}
.main .content .tab--inline ul li {
    display: block;
    float: left;
    margin: -1px 0 0 -1px;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul li {
        display: block;
        float: none;
        width: 100%;
        margin: -1px 0 0 0;
        background: #fff;
    }
}
.main .content .tab--inline ul li:after {
    display: none;
}
.main .content .tab--inline ul li.current_page_item a {
    background-color: #ffffff;
    color: #9CC301;
    border-top: 3px solid #9CC301;
    line-height: 47px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul li.current_page_item a {
        color: #7b93a2;
        background-color: #f8fafb;
        border-top: 1px solid #e8ecee;
        border-bottom: 1px solid #e8ecee;
    }
}
.main .content .tab--inline ul li a {
    width: 73px;
    font-size: 16px;
    color: #7b93a2;
    font-weight: 400;
    display: block;
    border-top: 1px solid #e8ecee;
    border-right: 1px solid #e8ecee;
    border-bottom: 1px solid #e8ecee;
    border-left: 1px solid #e8ecee;
    background-color: #f8fafb;
    text-align: center;
    line-height: 50px;
    padding: 0 0;
}
@media (max-width: 1199px) {
    .main .content .tab--inline ul li a {
        width: 63px;
    }
}
@media (max-width: 1023px) {
    .main .content .tab--inline ul li a {
        width: 70px;
    }
}
@media (max-width: 767px) {
    .main .content .tab--inline ul li a {
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }
}
.main .content .tab--inline ul li a:hover {
    background-color: #ffffff;
    color: #9CC301;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul li a:hover {
        color: #7b93a2;
        background-color: #f8fafb;
    }
}
.main .content .tab--inline ul li a.active {
    background-color: #ffffff;
    color: #9CC301;
    border-top: 3px solid #9CC301;
    line-height: 47px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
    .main .content .tab--inline ul li a.active {
        color: #7b93a2;
        background-color: #f8fafb;
        border-top: 1px solid #e8ecee;
        border-bottom: 1px solid #e8ecee;
    }
}
.main .content .tab--inline ul li:last-of-type a {
    border-right: 1px solid #e8ecee;
}
.main .content .additional .downloads {
    padding: 0;
    margin: 20px 0 40px 0;
    border-top: 1px solid #E9EBE9;
}
.main .content .additional .downloads li {
    margin: 0;
    list-style: none;
}
.main .content .additional .downloads li::after {
    content: "";
    display: none;
}
.main .content .additional .downloads li.pdf svg path {
    fill: #d2041e;
}
.main .content .additional .downloads li.doc svg path {
    fill: #1d6db1;
}
.main .content .additional .downloads li.ppt svg path {
    fill: #f29622;
}
.main .content .additional .downloads li.xls svg path {
    fill: #23932e;
}
.main .content .additional .downloads li a {
    width: 100%;
    display: block;
    padding: 13px 50px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #E9EBE9;
    color: #6D766B;
}
@media (max-width: 599px) {
    .main .content .additional .downloads li a {
        padding: 13px 50px 13px 35px;
    }
}
.main .content .additional .downloads li a:hover {
    color: #9CC301;
    background: #f9fbfc;
}
@media (max-width: 599px) {
    .main .content .additional .downloads li a:hover {
        background: #fff;
    }
}
.main .content .additional .downloads li a:hover .download-icon {
    opacity: 1;
}
.main .content .additional .downloads li a span {
    display: block;
    position: relative;
}
.main .content .additional .downloads li a svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -35px;
}
@media (max-width: 599px) {
    .main .content .additional .downloads li a svg {
        left: -35px;
    }
}
.main .content .additional .downloads li a .download-icon {
    right: -35px;
    left: auto;
    opacity: 0;
}
@media (max-width: 1199px) {
    .main .content .additional .downloads li a .download-icon {
        opacity: 1;
    }
}
@media (max-width: 599px) {
    .main .content .additional .downloads li a .download-icon {
        right: -50px;
    }
}
.main .content .additional .downloads li a .download-icon path {
    fill: #6D766B;
}
.main .content .additional .downloads li a .datetime {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 400;
}
.main .content .additional > div {
    display: none;
}
.main .content .additional > div.active {
    display: block;
}
.main .content .button.text {
    margin: 30px 0 0 0;
    padding: 0;
    font-weight: 700;
    color: #9CC301;
}
.main .content .button.text:hover {
    color: #253322;
    border: none;
}
.main .content h1 {
    margin: 0 0 52px 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    color: #253322;
}
@media (max-width: 599px) {
    .main .content h1 {
        margin: 0 0 32px 0;
        font-size: 28px;
        line-height: 32px;
    }
}
.contact .main .content h1 {
    display: none;
}
.main .content .gform_confirmation_message {
    margin: 0 0 52px 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    color: #253322;
}
@media (max-width: 599px) {
    .main .content .gform_confirmation_message {
        margin: 0 0 32px 0;
        font-size: 28px;
        line-height: 32px;
    }
}
.main .content h2, .main .content h3 {
    margin: 0 0 24px 0;
    font-weight: 700;
    line-height: 26px;
}
.main .content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #253322;
}
.main .content h3 {
    margin: 0 0 24px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #253322;
}
.main .content h2 + h3 {
    margin: 30px 0 24px 0;
}
.main .content h4 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #4a6373;
}
.main .content h3 + h4 {
    margin: 30px 0 24px 0;
}
.main .content h5 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #253322;
}
.main .content h4 + h5 {
    margin: 30px 0 24px 0;
}
.main .content p + h2, .main .content p + h3, .main .content p + h4, .main .content p + h5, .main .content ul + h2, .main .content ul + h3, .main .content ul + h4, .main .content ul + h5, .main .content ol + h2, .main .content ol + h3, .main .content ol + h4, .main .content ol + h5, .main .content table + h2, .main .content table + h3, .main .content table + h4, .main .content table + h5 {
    margin: 44px 0 24px 0;
}
.main .content p + .additional h2:nth-child(1), .main .content p + .additional h3:nth-child(1), .main .content p + .additional h4:nth-child(1), .main .content p + .additional h5:nth-child(1), .main .content ul + .additional h2:nth-child(1), .main .content ul + .additional h3:nth-child(1), .main .content ul + .additional h4:nth-child(1), .main .content ul + .additional h5:nth-child(1), .main .content ol + .additional h2:nth-child(1), .main .content ol + .additional h3:nth-child(1), .main .content ol + .additional h4:nth-child(1), .main .content ol + .additional h5:nth-child(1), .main .content table + .additional h2:nth-child(1), .main .content table + .additional h3:nth-child(1), .main .content table + .additional h4:nth-child(1), .main .content table + .additional h5:nth-child(1) {
    margin: 44px 0 24px 0;
}
.main .content p, .main .content li {
    color: #6D766B;
}
@media (max-width: 1199px) {
    .main .content p, .main .content li {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 599px) {
    .main .content p, .main .content li {
        font-size: 16px;
        line-height: 24px;
    }
}
.main .content > ol {
    counter-reset: ol-1;
}
.main .content > ol li {
    margin: 0 0 14px 0;
}
.main .content > ol > li {
    padding: 0 0 0 22px;
    position: relative;
    list-style: none;
    counter-increment: ol-1;
}
.main .content > ol > li::after {
    content: counter(ol-1) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ol > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ol > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ol > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ol > li > ul > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ol > li > ul > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ol > li > ul > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ol > li > ol {
    margin: 14px 0 0 0;
    counter-reset: ol-2;
}
.main .content > ol > li > ol > li {
    padding: 0 0 0 32px;
    position: relative;
    list-style: none;
    counter-increment: ol-2;
}
.main .content > ol > li > ol > li::after {
    content: counter(ol-1) "." counter(ol-2) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ol > li > ol > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ol > li > ol > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ol > li > ol > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ol > li > ol > li > ol {
    margin: 14px 0 0 0;
    counter-reset: ol-3;
}
.main .content > ol > li > ol > li > ol > li {
    padding: 0 0 0 42px;
    position: relative;
    list-style: none;
    counter-increment: ol-3;
}
.main .content > ol > li > ol > li > ol > li::after {
    content: counter(ol-1) "." counter(ol-2) "." counter(ol-3) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ol > li > ol > li > ol > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ol > li > ol > li > ol > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ol > li > ol > li > ol > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ul {
    padding: 0 0 0 15px;
}
.main .content > ul li {
    margin: 0 0 14px 0;
}
.main .content > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ul > li > ol {
    margin: 14px 0 0 0;
    counter-reset: ul-ol-1;
}
.main .content > ul > li > ol > li {
    padding: 0 0 0 22px;
    position: relative;
    list-style: none;
    counter-increment: ul-ol-1;
}
.main .content > ul > li > ol > li::after {
    content: counter(ul-ol-1) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ul > li > ol > li > ol {
    margin: 14px 0 0 0;
    counter-reset: ul-ol-2;
}
.main .content > ul > li > ol > li > ol > li {
    padding: 0 0 0 32px;
    position: relative;
    list-style: none;
    counter-increment: ul-ol-2;
}
.main .content > ul > li > ol > li > ol > li::after {
    content: counter(ul-ol-1) "." counter(ul-ol-2) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ul > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ul > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ul > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content > ul > li > ul > li > ol {
    margin: 14px 0 0 0;
    counter-reset: ul-ol-1;
}
.main .content > ul > li > ul > li > ol > li {
    padding: 0 0 0 22px;
    position: relative;
    list-style: none;
    counter-increment: ul-ol-1;
}
.main .content > ul > li > ul > li > ol > li::after {
    content: counter(ul-ol-1) ".";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #253322;
}
.main .content > ul > li > ul > li > ul {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0;
}
.main .content > ul > li > ul > li > ul > li {
    position: relative;
    margin: 0 0 14px 0;
    list-style: none;
}
.main .content > ul > li > ul > li > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -15px;
    background: #253322;
    border-radius: 2px;
}
.main .content a {
    color: #9CC301;
}
.main .content a:hover {
    border-bottom: 1px solid #9CC301;
}
.main .content table {
    width: 100%;
    margin: 20px 0 24px 0;
}
.main .content table th, .main .content table td {
    padding: 14px 16px;
    font-size: 14px;
    text-align: left;
}
@media (max-width: 1199px) {
    .main .content table th, .main .content table td {
        font-size: 16px;
    }
}
@media (max-width: 599px) {
    .main .content table th, .main .content table td {
        font-size: 14px;
    }
}
.main .content table th {
    color: #58707e;
    background: #e1e9ed;
    border: 1px solid #E9EBE9;
}
.main .content table td {
    color: #6D766B;
    border: 1px solid #E9EBE9;
}
.main .content table tr:nth-child(even) td {
    background: #f8fafb;
}
.main .content table tfoot td {
    font-weight: 700;
}
.main .content table tfoot.background td {
    background: #f8fafb;
}
.main .content .members {
    padding: 1px 0 0 0;
}
.main .content .members h2 {
    margin: 24px 0 34px 0;
}
.main .content .members ul {
    padding: 0;
    margin: 0 0 0 0;
}
.main .content .members ul li {
    width: 28%;
    float: left;
    margin: 0 8% 40px 0;
    list-style: none;
}
@media (max-width: 767px) {
    .main .content .members ul li {
        width: 30%;
        margin: 0 5% 40px 0;
    }
}
@media (max-width: 599px) {
    .main .content .members ul li {
        width: 46%;
        margin: 0 8% 40px 0;
    }
}
@media (max-width: 399px) {
    .main .content .members ul li {
        width: 100%;
        margin: 0 0 40px 0;
    }
}
.main .content .members ul li:nth-child(3n) {
    margin: 0 0 40px 0;
}
@media (max-width: 767px) {
    .main .content .members ul li:nth-child(3n) {
        margin: 0 0 40px 0;
    }
}
@media (max-width: 599px) {
    .main .content .members ul li:nth-child(3n) {
        margin: 0 8% 40px 0;
    }
}
@media (max-width: 399px) {
    .main .content .members ul li:nth-child(3n) {
        margin: 0 0 40px 0;
    }
}
.main .content .members ul li:nth-child(2n) {
    margin: 0 8% 40px 0;
}
@media (max-width: 767px) {
    .main .content .members ul li:nth-child(2n) {
        margin: 0 5% 40px 0;
    }
}
@media (max-width: 599px) {
    .main .content .members ul li:nth-child(2n) {
        margin: 0 0 40px 0;
    }
}
.main .content .members ul li::after {
    display: none;
}
.main .content .members ul li h3 {
    margin: 14px 0 8px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.main .content .members ul li h3 a {
    color: #253322;
}
.main .content .members ul li h3 a:hover {
    color: #9CC301;
    border: none;
}
.main .content .members ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.main .content .members--2 {
    padding: 7px 0 0 0;
}
.main .content .members--2 li {
    width: 50%;
    float: left;
    padding: 0 130px 0 0;
}
@media (max-width: 1199px) {
    .main .content .members--2 li {
        max-width: 360px;
        padding: 0 65px 0 0;
    }
}
@media (max-width: 767px) {
    .main .content .members--2 li {
        padding: 0 60px 0 0;
    }
}
@media (max-width: 599px) {
    .main .content .members--2 li {
        width: 46%;
        margin: 0 8% 14px 0;
        padding: 0;
    }
}
@media (max-width: 479px) {
    .main .content .members--2 li {
        width: 100%;
        max-width: 250px;
        margin: 0 0 34px 0;
        float: none;
    }
}
@media (max-width: 599px) {
    .main .content .members--2 li:nth-child(2n) {
        margin: 0 0 14px 0;
    }
}
@media (max-width: 479px) {
    .main .content .members--2 li:nth-child(2n) {
        margin: 0 0 34px 0;
    }
}
.main .content .members--2 li:after {
    content: "";
    display: none;
}
.main .content .members--2 li h3 {
    margin: 14px 0 6px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #253322;
}
.main .content .members--2 li p {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 18px;
}
.main .content .member {
    margin: 0 0 60px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #E9EBE9;
}
.main .content .member + h2 {
    margin: 34px 0 28px 0;
}
.main .content .member h1 {
    margin: 0 0 4px 0;
}
.main .content .member img {
    width: 28%;
    float: left;
}
@media (max-width: 767px) {
    .main .content .member img {
        width: 30%;
    }
}
@media (max-width: 599px) {
    .main .content .member img {
        width: 40%;
    }
}
@media (max-width: 499px) {
    .main .content .member img {
        width: 100%;
        float: none;
    }
}
.main .content .member > div {
    width: 72%;
    float: left;
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .main .content .member > div {
        width: 70%;
        padding: 0 0 0 40px;
    }
}
@media (max-width: 599px) {
    .main .content .member > div {
        width: 60%;
    }
}
@media (max-width: 499px) {
    .main .content .member > div {
        width: 100%;
        padding: 30px 0 0 0;
        float: none;
    }
}
.main .content .member > div p:nth-child(2) {
    margin: 0 0 46px 0;
}
@media (max-width: 1199px) {
    .main .content .member > div p:nth-child(2) {
        margin: 0 0 24px 0;
    }
}
.main .content .member > div p:last-child {
    margin: 0;
}
.main .content .date {
    color: #253322;
}
.main .pagination {
    width: 100%;
    padding: 20px 80px 60px 80px;
}
@media (max-width: 1023px) {
    .main .pagination {
        padding: 20px 30px 60px 30px;
    }
}
.main .pagination span {
    display: block;
    width: 40px;
    height: 40px;
}
.main .pagination span.previous {
    float: left;
}
.main .pagination span.next {
    float: right;
}
.main .pagination span a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff;
    border: 2px solid #253322;
}
.main .pagination span a:hover {
    background: #253322;
}
.main .pagination span a:hover polygon {
    fill: #fff;
}
.main .pagination span a svg {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 13px;
    height: 10px;
    margin: -5px auto 0 auto;
}
.main .pagination span a svg polygon {
    fill: #253322;
}
@media (max-width: 767px) {
    .main table {
        table-layout: fixed;
    }
}
@media (max-width: 479px) {
    .main table tr {
        display: block;
        margin: -1px 0 0 0;
        border: 1px solid #E9EBE9;
    }
}
@media (max-width: 767px) {
    .main table tr td {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .main table tr td {
        width: 100%;
        display: block;
        border: none !important;
    }
}
@media (max-width: 479px) {
    .main table tr td:nth-child(1) {
        padding: 14px 16px 0 16px;
    }
}
@media (max-width: 767px) {
    .main .table--cards {
        table-layout: fixed;
    }
}
@media (max-width: 767px) {
    .main .table--cards thead {
        display: none;
    }
}
@media (max-width: 767px) {
    .main .table--cards tr {
        display: block;
        width: 100%;
        margin: 0 0 24px 0;
    }
}
@media (max-width: 767px) {
    .main .table--cards tr td {
        display: block;
        width: 100%;
        position: relative;
        margin: -1px 0 0 0;
        padding: 14px 16px 14px 110px !important;
        text-align: right !important;
        background: #fff !important;
    }
}
@media (max-width: 767px) {
    .main .table--cards tr td:nth-child(1) {
        padding: 14px 16px !important;
        font-weight: 700;
        text-align: left !important;
        color: #58707e;
        background: #e1e9ed !important;
        border: 1px solid #E9EBE9;
    }
}
@media (max-width: 767px) {
    .main .table--cards tr td:nth-child(1):before {
        display: none;
    }
}
@media (max-width: 767px) {
    .main .table--cards tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 16px;
    }
}

@media (max-width: 1023px) {
    .blog .main .content {
        padding: 55px 30px 55px 30px;
    }
}
.blog .main .content article {
    padding: 60px 0 60px 0;
    border-bottom: 1px solid #E9EBE9;
}
.blog .main .content article:first-child {
    padding: 0 0 60px 0;
}
.blog .main .content article:last-child {
    padding: 60px 0 0 0;
    border: none;
}
.blog .main .content article h2 {
    margin: 0 0 24px 0;
    line-height: 0;
}
.blog .main .content article h2 a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #253322;
}
.blog .main .content article h2 a:hover {
    color: #9CC301;
    border: none;
}
@media (max-width: 599px) {
    .blog .main .content article h2 a {
        font-size: 24px;
        line-height: 28px;
    }
}
.blog .main .content article .button.text {
    margin: 0;
}
.blog .main .content article .button:hover svg polygon {
    fill: #253322;
}
.blog .main .content article .button svg {
    display: inline-block;
    margin: 0 0 -1px 8px;
    width: 10px;
    height: 10px;
}
.blog .main .content article .button svg polygon {
    fill: #9CC301;
}

#map {
    width: 100%;
    height: 350px;
    margin: 0 0 80px 0;
}
@media (max-width: 599px) {
    #map {
        height: 300px;
        margin: 0 0 60px 0;
    }
}
@media (max-width: 499px) {
    #map {
        margin: 0 0 40px 0;
    }
}
@media (max-width: 359px) {
    #map {
        height: 200px;
        margin: 0 0 30px 0;
    }
}

.search .main .breadcrumbs, .error404 .main .breadcrumbs {
    padding: 26px 80px;
}
@media (max-width: 1023px) {
    .search .main .breadcrumbs, .error404 .main .breadcrumbs {
        padding: 26px 30px;
    }
}
@media (max-width: 767px) {
    .search .main .breadcrumbs, .error404 .main .breadcrumbs {
        display: block;
    }
}
.search .content ul, .error404 .content ul {
    padding: 0;
}
.search .content ul li:after, .error404 .content ul li:after {
    display: none;
}

h2.cifre-cheie {
    display: none;
}
@media (max-width: 599px) {
    h2.cifre-cheie {
        display: block;
    }
}

.error404 .content .button {
    color: #fff;
    background: #253322;
    border: 2px solid #253322;
}
.error404 .content .button:hover {
    color: #253322;
    background: #fff;
    border: 2px solid #253322;
}

@media (max-width: 1023px) {
    .single .main .content {
        padding: 35px 30px 55px 30px;
    }
}
.single .button:hover svg polygon {
    fill: #253322;
}
.single .button svg {
    display: inline-block;
    margin: 0 8px -1px 0;
    width: 10px;
    height: 10px;
}
.single .button svg polygon {
    fill: #9CC301;
}

.home .header {
    width: 50%;
    height: 600px;
    float: left;
}
@media (max-width: 1199px) {
    .home .header {
        width: 100%;
        height: 114px;
    }
}
@media (max-width: 767px) {
    .home .header {
        height: 76px;
    }
}
.home .header .navigation {
    display: none;
}
@media (max-width: 1199px) {
    .home .header .navigation {
        display: block;
    }
}
.home .header .navigation--home {
    display: block;
    width: 100%;
    margin: 200px 0 0 0;
}
@media (max-width: 1199px) {
    .home .header .navigation--home {
        display: none;
    }
}
.home .header .navigation--home > ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 400px;
    height: 1px;
    background: #E9EBE9;
    z-index: 1;
}
.home .header .navigation--home > ul > li {
    width: 33.333333333%;
    margin: 0;
}
html[lang=ro-RO] .home .header .navigation--home > ul > li {
    margin: 0 0 0 0;
}
.home .header .navigation--home > ul > li:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #E9EBE9;
}
.home .header .navigation--home > ul > li:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #E9EBE9;
}
.home .header .navigation--home > ul > li:nth-child(4) {
    margin: 0 0 0 200px !important;
}
.home .header .navigation--home > ul > li:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #E9EBE9;
}
.home .header .navigation--home > ul > li:nth-child(5)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #E9EBE9;
    z-index: 1;
}
.home .header .navigation--home > ul > li:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #E9EBE9;
}
.home .header .navigation--home > ul > li:nth-child(5) .children {
    height: 199px;
}
.home .header .navigation--home > ul > li > a {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    padding: 38px;
    background: #fff;
}
.home .header .navigation--home > ul > li > a svg {
    width: 50px;
    height: 50px;
}
.home .header .navigation--home > ul > li > a svg path {
    fill: #d6dfe5;
}
.home .header .navigation--home > ul > li > a span {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 38px 38px 34px 38px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #253322;
}
.home .header .navigation--home > ul > li > a:hover {
    background: #253322 !important;
}
.home .header .navigation--home > ul > li > a:hover svg path {
    fill: #fff;
}
.home .header .navigation--home > ul > li > a:hover span {
    color: #ABD601 !important;
}
.home .header .navigation--home > ul > li:nth-child(4) .children, .home .header .navigation--home > ul > li:nth-child(5) .children, .home .header .navigation--home > ul > li:nth-child(6) .children {
    top: auto;
    bottom: 0;
}
.home .header .navigation--home > ul > li .children {
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 199px;
    width: 202px;
    height: 400px;
    background: #32422F;
    z-index: 999999;
}
.home .header .navigation--home > ul > li .children ul {
    margin: 0;
}
.home .header .navigation--home > ul > li .children ul li {
    list-style: none;
}
.home .header .navigation--home > ul > li .children ul li a {
    display: block;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.home .header .navigation--home > ul > li .children ul li a:hover {
    background: #515C4E;
}
.home .featured {
    width: 50%;
    height: 600px;
    float: right;
    position: relative;
}
@media (max-width: 1199px) {
    .home .featured {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}
.home .featured .cover {
    width: 600px;
    height: 600px;
}
.home .featured .buttons {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
@media (max-width: 1199px) {
    .home .featured .buttons {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}
.home .featured .buttons button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
}
@media (max-width: 1199px) {
    .home .featured .buttons button {
        display: none;
    }
}
.home .featured .buttons button:hover {
    background: #fff;
}
.home .featured .buttons button:hover polygon, .home .featured .buttons button:hover path {
    fill: #253322;
}
.home .featured .buttons button.previous {
    margin: 0 15px 0 0;
}
.home .featured .buttons button svg {
    width: 13px;
    margin: 0 auto;
}
.home .featured .buttons button svg polygon, .home .featured .buttons button svg path {
    fill: #fff;
}
.home .featured .buttons .blinker {
    display: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -20px 0 0 0;
}
@media (max-width: 1199px) {
    .home .featured .buttons .blinker.visible {
        display: block;
        -webkit-transform: translateZ(0);
        -webkit-animation-name: sliderloop;
        -webkit-animation-duration: 0.8s;
        animation-name: sliderloop;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
    }
    @keyframes sliderloop {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
}
.home .featured .buttons .blinker:hover {
    background: transparent;
}
.home .featured .buttons .blinker:hover svg path {
    fill: #fff;
}
@media (max-width: 1199px) {
    .home .featured .image {
        position: absolute;
        width: 100%;
    }
}
.home .featured .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    padding: 80px;
    background: rgba(123, 147, 162, 0.7);
}
@media (max-width: 1199px) {
    .home .featured .content {
        position: relative;
        height: auto;
        padding: 60px 30px 120px 30px;
    }
}
@media (max-width: 599px) {
    .home .featured .content {
        padding: 30px 30px 90px 30px;
    }
}
.home .featured .content .button.text {
    margin: 44px 0 0 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
}
@media (max-width: 1199px) {
    .home .featured .content .button.text {
        margin: 14px 0 0 0;
    }
}
.home .featured .content .button.text svg {
    display: inline-block;
    margin: 0 0 -1px 10px;
    width: 10px;
    height: 10px;
}
.home .featured .content .button.text svg polygon {
    fill: #fff;
}
.home .featured .content h2 {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
}
@media (max-width: 1199px) {
    .home .featured .content h2 {
        max-width: 520px;
    }
}
@media (max-width: 767px) {
    .home .featured .content h2 {
        padding: 0 30px 0 0;
    }
}
@media (max-width: 599px) {
    .home .featured .content h2 {
        font-size: 28px;
    }
}
@media (max-width: 399px) {
    .home .featured .content h2 {
        font-size: 24px;
    }
}
.home .featured .content .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 60px;
}
.home .featured .content .slick-dots::after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 599px) {
    .home .featured .content .slick-dots {
        bottom: 30px;
    }
}
.home .featured .content .slick-dots li {
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}
.home .featured .content .slick-dots li.slick-active button {
    background: #fff;
}
.home .featured .content .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 8px;
    background: none;
}
.home .main {
    width: 50%;
    float: left;
    clear: both;
    padding: 80px;
    border-right: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .home .main {
        width: 60%;
        height: 548px !important;
        padding: 60px 60px 60px 30px;
        clear: none;
        border-right: none;
    }
}
@media (max-width: 1023px) {
    .home .main {
        width: 100%;
        height: auto !important;
        float: none;
    }
}
@media (max-width: 767px) {
    .home .main {
        padding: 60px 30px 60px 30px;
    }
}
.home .main h1 {
    margin: 0 0 36px 0;
    font-size: 36px;
    font-weight: 300;
    color: #253322;
}
@media (max-width: 599px) {
    .home .main h1 {
        margin: 0 0 32px 0;
        font-size: 28px;
        line-height: 32px;
    }
}
.home .main p {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #9CC301;
}
@media (max-width: 599px) {
    .home .main p {
        font-size: 18px;
        line-height: 26px;
    }
}
.home .data {
    width: 50%;
    height: 600px;
    float: right;
    position: relative;
}
@media (max-width: 1199px) {
    .home .data {
        width: 40%;
        height: 548px !important;
        float: right;
    }
}
@media (max-width: 1023px) {
    .home .data {
        width: 100%;
        height: auto !important;
        float: none;
        clear: both;
    }
}
.home .data .intro {
    width: 100%;
    height: 33.333333333%;
    position: absolute;
    top: 0;
}
@media (max-width: 1199px) {
    .home .data .intro {
        position: relative;
        height: 12%;
        border-left: 1px solid #E9EBE9;
        border-bottom: 1px solid #E9EBE9;
    }
    .home .data .intro::after {
        content: "";
        display: table;
        clear: both;
    }
}
@media (max-width: 1023px) {
    .home .data .intro {
        display: block;
        position: relative;
        height: auto;
        background: #253322;
        border-left: none;
        border-bottom: none;
    }
    .home .data .intro::after {
        content: "";
        display: table;
        clear: both;
    }
}
.home .data .intro div {
    width: 66.666666666%;
    height: auto;
    float: left;
    padding: 30px;
    position: relative;
    height: 100%;
}
@media (max-width: 1199px) {
    .home .data .intro div {
        width: 62%;
        padding: 0 0 0 30px;
        display: table;
    }
}
@media (max-width: 1023px) {
    .home .data .intro div {
        width: 66.666666666%;
        padding: 22px 30px;
    }
}
@media (max-width: 499px) {
    .home .data .intro div {
        width: 50%;
        padding: 15px 25px 15px 30px;
    }
}
.home .data .intro div h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #253322;
}
@media (max-width: 1199px) {
    .home .data .intro div h4 {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 500;
        color: #253322;
    }
}
@media (max-width: 1023px) {
    .home .data .intro div h4 {
        font-size: 18px;
        color: #fff;
    }
}
@media (max-width: 499px) {
    .home .data .intro div h4 {
        font-size: 14px;
    }
}
.home .data .intro div span {
    font-size: 12px;
    font-weight: 600;
    color: #9CC301;
}
@media (max-width: 1199px) {
    .home .data .intro div span {
        display: none;
    }
}
.home .data .intro div p {
    margin: 0;
    padding: 0 40px 0 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .home .data .intro div p {
        display: none;
    }
}
.home .data .intro a {
    width: 33.333333333%;
    height: 100%;
    float: right;
    padding: 35px;
    position: relative;
    color: #fff;
    background: #253322;
}
@media (max-width: 1199px) {
    .home .data .intro a {
        padding: 24px 30px 24px 0;
        height: auto;
        color: #253322;
        background: #fff;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a {
        padding: 22px 30px 22px 0;
        position: absolute;
        height: 100%;
        color: #fff;
        background: #253322;
    }
}
@media (max-width: 499px) {
    .home .data .intro a {
        width: 50%;
        padding: 22px 30px;
        font-size: 14px;
    }
}
.home .data .intro a span {
    display: block;
}
.home .data .intro a span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
@media (max-width: 1199px) {
    .home .data .intro a span:nth-child(1) {
        display: none;
    }
}
.home .data .intro a span:nth-child(2) {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #BCDE34;
}
@media (max-width: 1199px) {
    .home .data .intro a span:nth-child(2) {
        position: relative;
        bottom: auto;
        left: auto;
        font-size: 14px;
        text-align: right;
        color: #9CC301;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a span:nth-child(2) {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: right;
        color: #BCDE34;
    }
}
.home .data .intro a span:nth-child(2) svg {
    display: inline-block;
    margin: 0 0 -1px 8px;
    width: 10px;
    height: 10px;
}
.home .data .intro a span:nth-child(2) svg polygon {
    fill: #BCDE34;
}
@media (max-width: 1199px) {
    .home .data .intro a span:nth-child(2) svg polygon {
        fill: #9CC301;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a span:nth-child(2) svg polygon {
        fill: #BCDE34;
    }
}
.home .data .intro a:hover {
    background: #515C4E;
}
@media (max-width: 1199px) {
    .home .data .intro a:hover {
        background: #fff;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a:hover {
        background: #515C4E;
    }
}
.home .data .intro a:hover span {
    color: #fff;
}
@media (max-width: 1199px) {
    .home .data .intro a:hover span {
        color: #253322;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a:hover span {
        color: #fff;
    }
}
.home .data .intro a:hover span svg polygon {
    fill: #fff;
}
@media (max-width: 1199px) {
    .home .data .intro a:hover span svg polygon {
        fill: #253322;
    }
}
@media (max-width: 1023px) {
    .home .data .intro a:hover span svg polygon {
        fill: #fff;
    }
}
.home .data .grid {
    width: 100%;
    height: 66.666666666%;
    position: absolute;
    bottom: 0;
}
@media (max-width: 1199px) {
    .home .data .grid {
        height: 88%;
        position: relative;
        border-left: 1px solid #E9EBE9;
    }
}
@media (max-width: 1023px) {
    .home .data .grid {
        border-left: none;
    }
}
.home .data .grid > div {
    display: table;
    width: 33.333333%;
    height: 50%;
    float: left;
    text-align: center;
}
.home .data .grid > div:nth-child(1) {
    border-top: 1px solid #E9EBE9;
    border-right: 1px solid #E9EBE9;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .home .data .grid > div:nth-child(1) {
        border-top: none;
    }
}
.home .data .grid > div:nth-child(2) {
    border-top: 1px solid #E9EBE9;
    border-right: 1px solid #E9EBE9;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .home .data .grid > div:nth-child(2) {
        border-top: none;
        border-right: none;
    }
}
@media (max-width: 1023px) {
    .home .data .grid > div:nth-child(2) {
        border-right: 1px solid #E9EBE9;
    }
}
@media (max-width: 499px) {
    .home .data .grid > div:nth-child(2) {
        border-right: none;
    }
}
.home .data .grid > div:nth-child(3) {
    border-top: 1px solid #E9EBE9;
    border-bottom: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .home .data .grid > div:nth-child(3) {
        border-top: none;
        border-right: 1px solid #E9EBE9;
    }
}
@media (max-width: 1023px) {
    .home .data .grid > div:nth-child(3) {
        border-top: none;
        border-right: none;
    }
}
@media (max-width: 499px) {
    .home .data .grid > div:nth-child(3) {
        border-top: none;
        border-right: 1px solid #E9EBE9;
    }
}
.home .data .grid > div:nth-child(4) {
    border-right: 1px solid #E9EBE9;
}
@media (max-width: 1199px) {
    .home .data .grid > div:nth-child(4) {
        border-right: none;
        border-bottom: 1px solid #E9EBE9;
    }
}
@media (max-width: 1023px) {
    .home .data .grid > div:nth-child(4) {
        border-right: 1px solid #E9EBE9;
    }
}
@media (max-width: 499px) {
    .home .data .grid > div:nth-child(4) {
        border-right: none;
    }
}
.home .data .grid > div:nth-child(5) {
    border-right: 1px solid #E9EBE9;
}
@media (max-width: 1023px) {
    .home .data .grid > div:nth-child(5) {
        border-bottom: 1px solid #E9EBE9;
    }
}
@media (max-width: 1023px) {
    .home .data .grid > div:nth-child(6) {
        border-bottom: 1px solid #E9EBE9;
    }
}
@media (max-width: 1199px) {
    .home .data .grid > div {
        display: block;
        width: 50%;
        height: 33.333333333%;
    }
}
@media (max-width: 1023px) {
    .home .data .grid > div {
        width: 33.333333333%;
        height: 33.333333333%;
    }
}
@media (max-width: 499px) {
    .home .data .grid > div {
        width: 50%;
        height: 50%;
    }
}
.home .data .grid > div .numbers {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .home .data .grid > div .numbers {
        padding: 20px 0;
        display: block;
    }
}
@media (max-width: 599px) {
    .home .data .grid > div .numbers {
        padding: 20px 0;
    }
}
.home .data .grid > div .numbers svg {
    width: 40px;
    height: 40px;
    margin: 0 auto 24px auto;
}
.home .data .grid > div .numbers svg path {
    fill: #b1c3cf;
}
@media (max-width: 599px) {
    .home .data .grid > div .numbers svg {
        margin: 0 auto 20px auto;
    }
}
.home .data .grid > div .numbers .label {
    padding: 0 0 12px 0;
    font-size: 14px;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .home .data .grid > div .numbers .label {
        font-size: 18px;
    }
}
@media (max-width: 599px) {
    .home .data .grid > div .numbers .label {
        font-size: 14px;
        padding: 0 0 6px 0;
    }
}
.home .data .grid > div .numbers .value {
    font-size: 16px;
    color: #4a6373;
}
@media (max-width: 1199px) {
    .home .data .grid > div .numbers .value {
        font-size: 18px;
    }
}
@media (max-width: 599px) {
    .home .data .grid > div .numbers .value {
        font-size: 16px;
    }
}
@media (max-width: 399px) {
    .home .data .grid > div .numbers .value span {
        display: block;
    }
}

.cookie-notice-container {
    padding: 17px;
}
.cookie-notice-container .cookie_notice_button {
    border-radius: 8px;
    color: white;
    margin: 10px;
    padding: 7px;
    background: var(--Foundation-Green-green-400, #515C4E);
}

.page .main .content .gform_body ul {
    margin: 0;
    padding: 0;
}
.page .main .content .gform_body ul li {
    list-style: none;
}
.page .main .content .gform_body ul li::after {
    content: "";
    display: none;
}
.page .main .content .gform_body > ul {
    margin: 0;
    padding: 0;
}
.page .main .content .gform_body > ul::after {
    content: "";
    display: table;
    clear: both;
}
.page .main .content .gform_body > ul > li {
    width: 46%;
    float: left;
    margin: 0 0 30px 0;
}
.page .main .content .gform_body > ul > li:nth-child(2), .page .main .content .gform_body > ul > li:nth-child(4) {
    margin: 0 0 30px 8%;
}
.page .main .content .gform_body > ul > li:nth-child(5), .page .main .content .gform_body > ul > li:nth-child(6), .page .main .content .gform_body > ul > li:nth-child(7) {
    width: 100%;
}
.page .main .content .gform_body > ul > li:nth-child(6) {
    position: relative;
}
.page .main .content .gform_body > ul > li:nth-child(6) > label {
    display: none;
}
.page .main .content .gform_body > ul > li:nth-child(6) label#label_1_6_1 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 28px;
    display: block;
    float: left;
    cursor: pointer;
}
.page .main .content .gform_body > ul > li:nth-child(6) input {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.page .main .content .gform_body > ul > li:nth-child(6) input:checked {
    background: #253322;
    box-shadow: none;
}
@media (max-width: 599px) {
    .page .main .content .gform_body > ul > li {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
}
.page .main .content .gform_body > ul > li > label {
    display: block;
    margin: 0 0 6px 0;
}
.page .main .content .gform_body input, .page .main .content .gform_body textarea, .page .main .content .gform_body select {
    padding: 8px 10px;
    border: 1px solid #dbe0e3;
    outline: 1px solid #fff;
    box-shadow: inset 2px 2px 0 #f7f7f7;
}
.page .main .content .gform_body input:focus, .page .main .content .gform_body textarea:focus, .page .main .content .gform_body select:focus {
    outline: 5px solid #f7f8f8;
    outline-offset: 0;
    box-shadow: none;
}
.page .main .content .gform_body textarea {
    height: 240px;
}
.page .main .content .gform_body .gfield_error input, .page .main .content .gform_body .gfield_error textarea {
    border: 1px solid #e43f56;
}

.gform_button {
    width: 130px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    color: #9CC301;
    background: #fff;
    border: 2px solid #9CC301;
    cursor: pointer;
}
.gform_button:hover {
    color: #fff;
    background: #9CC301;
}

.gform_wrapper {
    padding: 0 0 20px 0;
}
@media (max-width: 1023px) {
    .gform_wrapper {
        padding: 0 0 30px 0;
    }
}

.footer {
    height: 200px;
    clear: both;
    position: relative;
    background: #E9EBE9;
}
@media (max-width: 1199px) {
    .footer {
        height: auto;
    }
}
.footer .cols {
    float: left;
    padding: 62px 0 0 110px;
}
@media (max-width: 1199px) {
    .footer .cols {
        display: none;
        padding: 60px 0 60px 30px;
    }
}
.footer .col {
    float: left;
}
.footer .col--1 {
    padding: 64px 0 0 60px;
}
@media (max-width: 1199px) {
    .footer .col--1 {
        width: 100%;
        padding: 60px 30px;
    }
}
@media (max-width: 1199px) {
    .footer .col--1 p {
        width: 50%;
        float: left;
    }
}
@media (max-width: 599px) {
    .footer .col--1 p {
        width: 100%;
        float: none;
    }
}
@media (max-width: 1199px) {
    .footer .col--1 .navigation {
        width: 50%;
        float: left;
        padding: 0 0 0 30px;
    }
}
@media (max-width: 599px) {
    .footer .col--1 .navigation {
        width: 100%;
        float: none;
        padding: 14px 0 0 0;
    }
}
.footer .col--1 .navigation ul::after {
    content: "";
    display: table;
    clear: both;
}
.footer .col--1 .navigation ul li {
    position: relative;
    float: left;
    margin: 0 40px 0 0;
}
@media (max-width: 1199px) {
    .footer .col--1 .navigation ul li {
        float: none;
        margin: 0;
    }
}
.footer .col--1 .navigation ul li:last-child::after {
    display: none;
}
.footer .col--1 .navigation ul li::after {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    color: #6D766B;
}
@media (max-width: 1199px) {
    .footer .col--1 .navigation ul li::after {
        display: none;
    }
}
.footer .col--1 .navigation ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #9CC301;
}
.footer .col--1 .navigation ul li a:hover {
    color: #253322;
}
.footer .col--2 .navigation ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #253322;
}
.footer .col--2 .navigation ul li a:hover {
    color: #9CC301;
}
.footer .col--3 {
    padding: 0 0 0 62px;
}
@media (max-width: 1199px) {
    .footer .col--3 {
        padding: 0 0 0 60px;
    }
}
@media (max-width: 767px) {
    .footer .col--3 {
        clear: both;
        padding: 14px 0 0 0;
    }
}
.footer .col--3 .navigation ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #253322;
}
.footer .col--3 .navigation ul li a:hover {
    color: #9CC301;
}
.footer .col--4 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 35px;
    right: 35px;
    background: #fff;
    display: flex;
}
@media (max-width: 1199px) {
    .footer .col--4 {
        display: none;
    }
}
.footer .col--4 img {
    margin-top: auto;
    margin-bottom: auto;
}
.footer .col ul {
    margin: 0;
}
.footer .col ul li {
    list-style: none;
}
.footer .col p {
    margin: 0;
    font-size: 14px;
    color: #6D766B;
}
.footer .col svg {
    width: 84px;
    height: 60px;
    margin: 34px auto 0 auto;
}
@media (max-width: 1023px) {
    .footer .col svg {
        width: 70px;
        height: 50px;
        margin: 25px auto 0 auto;
    }
}
