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

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1320px; }

@media screen and (min-width: 1320px) {
  .container {
    width: 1290px; } }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  .container {
    width: 962px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 738px; } }

@media screen and (max-width: 767px) {
  .container {
    width: auto; } }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  height: 40px;
  padding: 8px;
  background: #fff;
  box-shadow: none;
  color: #000;
  font-size: 16px; }

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover
input[type="tel"]:hover,
textarea:hover {
  border: 1px solid #000;
  box-shadow: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #2CAC48;
  outline: none;
  box-shadow: none; }

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
textarea:disabled {
  border: 1px solid #D7D7D7;
  outline: none;
  box-shadow: none;
  opacity: 0.3; }

input[type="text"][result="true"] {
  font-weight: 700;
  opacity: 1;
  color: #060; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="checkbox"] {
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  background: transparent;
  color: #D7D7D7;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -.20rem .55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: .05s border-color ease-in-out;
  position: relative; }

input[type=checkbox]:checked::before {
  content: '';
  background: #2CAC48;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2px;
  box-sizing: border-box; }

select {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  height: 40px;
  padding: 8px;
  padding-right: 32px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select[disabled] {
  opacity: 0.5; }

.select2 {
  font-size: 16px; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

::-ms-input-placeholder {
  color: #ccc; }

::placeholder {
  color: #ccc; }

textarea {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
  background: transparent;
  color: #fff;
  font-size: 16px; }

.fw {
  width: 100%;
  display: block; }

.table-responsive-container {
  position: relative;
  padding-top: 0; }

table {
  min-height: .01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0; }

table td {
  border: 1px solid #D7D7D7;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top; }

* {
  box-sizing: border-box;
  outline: none !important; }

body {
  background: #fff;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

p {
  font-size: 18px;
  line-height: 1.66; }

p strong {
  font-weight: 600; }

ul {
  font-size: 18px;
  line-height: 1.66;
  padding-left: 40px;
  list-style: none; }

ol {
  font-size: 18px;
  line-height: 1.66;
  padding-left: 40px; }

.wpb_text_column ul li:before {
  content: '';
  display: block;
  height: 1px;
  width: 11px;
  background: #000;
  margin-left: -20px;
  margin-top: 15px;
  position: absolute; }

a,
a:visited {
  color: #2CAC48; }

a:hover,
a:focus {
  color: #32c452; }

.small-footer {
  background: #111415;
  color: #aaa;
  font-size: 12px; }

a.ns-link,
a.ns-link:visited {
  float: right;
  color: #aaa;
  text-decoration: none; }

a.ns-link:hover,
a.ns-link:focus {
  color: #aaa;
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  a.ns-link,
  a.ns-link:visited {
    float: none; } }

.ns-logo-svg {
  margin: 0 0 -3px 3px; }

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #aaa; }

.sig-col-left {
  padding-top: 3px; }

@media screen and (max-width: 767px) {
  .small-footer {
    text-align: center; }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block; } }

header {
  border-bottom: 1px solid #D7D7D7; }

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none; }

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  box-shadow: none; }

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #2CAC48;
  font-family: FontAwesome; }

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none; }

.search-wrap {
  margin-right: 30px;
  float: right; }

.search-form-wrap {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30vh; }

.search-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 22px; }

.search-form {
  border: 1px solid #D7D7D7;
  display: flex;
  width: 100%; }

.search-field-wrap {
  width: 100%; }

.search-wrap {
  margin-right: 25px; }

.search-toggle {
  width: 44px;
  height: 44px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 15px; }

.search-toggle:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/search.svg) center center no-repeat; }

.search-overlay {
  background: rgba(255, 255, 255, 0.99);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 15px;
  display: none; }

.search-overlay.search-open {
  display: block; }

.search-close-btn {
  width: 40px;
  height: 40px;
  padding: 8px 5px;
  text-align: center;
  float: right; }

.search-close-btn:before {
  content: '\f00d';
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px; }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  .search-toggle {
    right: 1px; } }

@media screen and (max-width: 991px) {
  .search-toggle {
    right: 70px; }
  .search-toggle:before {
    background-size: 59%; } }

@media screen and (max-width: 767px) {
  .search-wrap {
    margin-right: 10px; } }

input[type="search"].search-field,
input[type="search"].search-field:hover,
input[type="search"].search-field:focus {
  width: 100%;
  font-size: 18px;
  border: none;
  outline: none !important;
  box-shadow: none;
  height: 60px;
  padding: 18px; }

.search-submit-btn {
  width: 60px;
  flex: 0 0 60px;
  border: none;
  color: #000;
  background: none;
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 22px; }

.search-submit-btn:hover {
  color: #32c452; }

.search-list ul {
  padding-left: 0; }

.ns-woo-minicart-wrap {
  position: relative;
  float: right; }

.ns-woo-minicart-holder {
  width: 380px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 35px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.2s; }

.ns-woo-minicart {
  background: rgba(48, 53, 69, 0.91);
  width: 100%;
  margin-top: 11px;
  border-radius: 3px; }

.ns-woo-minicart-wrap:hover .ns-woo-minicart-holder,
.ns-woo-minicart-wrap.item-added .ns-woo-minicart-holder {
  height: auto;
  opacity: 1; }

.ns-woo-minicart-items-list {
  margin: 0;
  padding: 10px 10px 0 10px;
  list-style: none;
  max-height: 410px;
  overflow-y: auto;
  border-bottom: 1px solid white; }

.ns-woo-minicart-item {
  border-bottom: 1px solid #D7D7D7; }

.ns-woo-minicart-item a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 5px 0; }

.ns-woo-minicart-item a:hover {
  background: rgba(255, 255, 255, 0.04); }

.ns-woo-minicart-item-img {
  width: 80px;
  height: 80px;
  border: none;
  flex: 0 0 80px; }

.ns-woo-minicart-item-tq {
  width: 100%;
  padding: 0 15px; }

.ns-woo-minicart-item-title {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px; }

.ns-woo-minicart-item-quantity {
  width: 100%;
  display: block;
  font-size: 12px; }

.ns-woo-minicart-item-price {
  width: 60px;
  flex: 0 0 60px;
  font-size: 12px;
  color: #fff; }

.ns-woo-minicart-totals-wrap {
  padding: 10px;
  text-align: right; }

.ns-woo-minicart-totals {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: table;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #fff; }

.ns-woo-minicart-totals li {
  display: table-row; }

.ns-woo-minicart-totals-label,
.ns-woo-minicart-totals-value {
  display: table-cell;
  width: 50%; }

.ns-woo-minicart-totals-wrap .btn {
  width: 100%; }

.ns-woo-minicart-totals-wrap .vc_row {
  margin-left: -7px;
  margin-right: -7px; }

.ns-woo-minicart-totals-wrap .vc_col-xs-6 {
  padding-left: 7px;
  padding-right: 7px; }

.ns-woo-minicart-toggle {
  text-decoration: none;
  text-align: right;
  float: right; }

.ns-woo-minicart-toggle-icon {
  width: 32px;
  height: 28px;
  background: url("../images/cart.png") no-repeat;
  position: relative;
  display: inline-block; }

.ns-woo-minicart-count {
  background: #fff;
  color: #23282d;
  border-radius: 12px;
  font-size: 14px;
  padding: 4px 3px 3px 3px;
  position: absolute;
  top: -13px;
  right: -13px;
  min-width: 23px;
  text-align: center; }

.ns-woo-minicart-toggle-total-wrap {
  display: inline-block;
  padding-left: 5px; }

.ns-woo-minicart-toggle-text {
  color: #fff;
  font-size: 12px;
  display: block;
  padding-bottom: 4px; }

.ns-woo-minicart-toggle-total {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: block; }

@media screen and (max-width: 991px) {
  .ns-woo-minicart-wrap {
    margin-right: 70px; }
  .ns-woo-minicart-toggle-total-wrap {
    display: none; } }

@media screen and (max-width: 767px) {
  .ns-woo-minicart-wrap {
    margin-right: 55px; }
  .ns-woo-minicart-holder {
    width: 315px;
    right: -60px;
    top: 30px; } }

.add-to-cart-wrap {
  border-radius: 0;
  padding: 10px;
  background: rgba(48, 53, 69, 0.35);
  float: left;
  color: #2CAC48; }

.add-to-cart-wrap .amount {
  font-weight: 900;
  font-size: 18px;
  margin-left: 10px; }

.add-to-cart-wrap del .amount {
  font-weight: 400;
  font-size: 12px !important;
  margin-left: 0;
  color: #fff;
  text-decoration: line-through; }

.add-to-cart-wrap .vat-text {
  font-size: 11px;
  margin-left: 10px;
  margin-right: 35px; }

@media screen and (max-width: 767px) {
  .add-to-cart-wrap .vat-text {
    margin-right: 5px; } }

.add-to-cart-wrap .btn {
  margin-left: 10px; }

.add-to-cart-wrap .added_to_cart {
  display: none !important; }

.ns-product-gallery-container {
  margin-bottom: 35px; }

.ns-product-gallery-container figure {
  margin: 0; }

.ns-product-gallery-item,
.ns-product-big-img-item {
  display: block;
  background-size: cover;
  background-position: center center; }

.ns-product-gallery-item {
  padding-bottom: 100%; }

.ns-product-big-img-item {
  padding-bottom: 75%; }

.ns-product-big-img {
  margin-bottom: 20px; }

.ns-product-gallery {
  overflow: hidden; }

.ns-product-gallery .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.ns-product-gallery-item-wrap {
  padding-left: 10px;
  padding-right: 10px; }

.ns-product-gallery .slick-prev,
.ns-product-gallery .slick-next {
  border: none;
  border-radius: 0;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
  color: #fff;
  transition: 0.2s; }

.ns-product-gallery .slick-prev:hover,
.ns-product-gallery .slick-next:hover {
  background: rgba(255, 255, 255, 0.5); }

.ns-product-gallery .slick-prev {
  left: 0; }

.ns-product-gallery .slick-next {
  right: 0; }

.select2-container .select2-selection--single {
  background-color: transparent;
  border: 1px solid #D7D7D7;
  border-radius: 0;
  height: 40px; }

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.select2-dropdown {
  background-color: rgba(48, 53, 69, 0.91);
  border: none;
  border-radius: 3px; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff; }

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

.error-404 {
  margin-top: 350px;
  margin-bottom: 200px; }

.page-nl-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 35px; }

.page-section,
.product-section {
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-top: 55px !important; }

@media screen and (max-width: 767px) {
  .page-nl-section {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 35px; }
  .page-section,
  .product-section {
    padding-top: 35px !important; } }

.related-products-section {
  padding-top: 80px;
  padding-bottom: 120px; }

header .wpb-menu-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative; }

header .wpb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

header .wpb-menu li {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  line-height: 1;
  padding-top: 1px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 76px; }

header .wpb-menu li:first-child a {
  white-space: nowrap;
}

header .wpb-menu a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  position: relative;
  padding-bottom: 2px; }

header .wpb-menu .current-page-ancestor a:before,
header .wpb-menu .current-page a:before,
header .wpb-menu a:hover:before {
  content: '';
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0; }

header .wpb-menu .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none; }

header .wpb-menu-toggle-icon-wrap {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: transparent;
  display: none;
  margin: 15px 15px 15px 15px;
  border: 0 solid transparent;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 0; }

header .wpb-menu-toggle-icon {
  background: #000;
  width: 34px;
  height: 3px;
  position: relative;
  transition: background 8ms 240ms ease;
  transform: translateY(15.5px); }

header .wpb-menu-toggle-icon:before,
header .wpb-menu-toggle-icon:after {
  transition: top 240ms 280ms ease, transform 240ms 40ms ease;
  position: absolute;
  background: #000;
  width: 34px;
  height: 3px;
  content: ''; }

header .wpb-menu-toggle-icon:before {
  top: -8.5px; }

header .wpb-menu-toggle-icon:after {
  top: 8.5px; }

header .wpb-menu-toggle.hidden {
  display: none; }

header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon {
  background: transparent; }

header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after,
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transition: top 240ms 40ms ease, transform 240ms 280ms ease;
  top: 0; }

header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transform: rotate(45deg); }

header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after {
  transform: rotate(-45deg); }

header .submenu-toggle.hidden {
  display: none; }

header .wpb-menu-more.hidden {
  display: none; }

header .wpb-menu-more-icon-wrap {
  display: none; }

@media screen and (min-width: 991px) {
  header .wpb-menu-more-icon-wrap {
    width: 30px;
    height: 76px;
    margin-left: 30px;
    display: block; }
  header .wpb-menu-more-icon {
    text-align: center;
    vertical-align: middle;
    margin-top: 25px; }
  header .wpb-menu-more-icon:before {
    content: "\f142";
    font-family: 'Font Awesome 5 Free';
    height: 76px;
    font-size: 24px;
    color: #999;
    font-weight: 700; }
  header .wpb-menu-more-icon-wrap:hover .wpb-menu-more-icon:before {
    color: #000; }
  header .wpb-menu ul li:nth-child(n+7) {
    display: none; }
  header .wpb-menu-more:checked ~ .wpb-menu-more-icon-wrap .wpb-menu-more-icon:before {
    color: #000; }
  header .wpb-menu-more:checked + ul li:nth-child(n+7) {
    background: #fff;
    display: block;
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    border-top: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7; }
  header .wpb-menu-more:checked + ul li:nth-child(8) {
    top: 135px; }
  header .wpb-menu-more:checked + ul li:nth-child(9) {
    top: 194px; }
  header .wpb-menu-more:checked + ul li:nth-child(10) {
    top: 253px; }
  header .wpb-menu-more:checked + ul li:nth-child(11) {
    top: 312px; } }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  header .wpb-menu a {
    font-size: 19px; }
  header .wpb-menu li {
    padding-left: 20px; }
  header .wpb-menu li:first-child {
    padding-left: 0; }
  header .wpb-menu-more-icon-wrap {
    margin-left: 8px; } }

@media screen and (max-width: 991px) {
  header .wpb-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
  header .wpb-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 74px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  header .wpb-menu-toggle-icon-wrap {
    display: block; }
  header .wpb-menu-toggle:checked ~ .wpb-menu {
    height: auto;
    opacity: 1; }
  header .wpb-menu ul {
    display: block;
    width: 100%; }
  header .wpb-menu li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 9.33333px 10px;
    height: auto; }
  header .wpb-menu .menu-link-wrap {
    padding-right: 50px;
    display: block;
    width: 100%; }
  header .wpb-menu a {
    width: 100%;
    display: block;
    padding: 9.33333px 5px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold; }
  header .wpb-menu .current-page-ancestor a:before,
  header .wpb-menu .current-page a:before,
  header .wpb-menu a:hover:before {
    display: none; }
  header .wpb-menu > ul > li > .submenu:before {
    content: '';
    display: block;
    height: 1px;
    margin-left: -15px;
    margin-right: -15px; }
  header .wpb-menu .submenu {
    position: relative;
    margin-top: 9.33333px;
    margin-bottom: -9.33333px;
    display: none; }
  header .wpb-menu .submenu li {
    padding: 4.66667px 0 4.66667px 10px; }
  header .wpb-menu .submenu li:last-child {
    border-bottom: none; }
  header .wpb-menu .submenu a {
    font-size: 14px;
    font-weight: normal; }
  header .wpb-menu .submenu .submenu {
    margin-top: 4.66667px;
    margin-bottom: -4.66667px; }
  header .wpb-menu .submenu .submenu li {
    padding: 3.11111px 0 3.11111px 5px; }
  header .wpb-menu .submenu .submenu a {
    font-size: 13px; }
  header .wpb-menu .submenu-toggle {
    display: none; }
  header .submenu-toggle:checked ~ .submenu {
    display: block !important; }
  header .wpb-menu .submenu-toggle-icon {
    display: block;
    width: 34.66667px;
    height: 34.66667px;
    position: absolute;
    right: 15px;
    top: 9.33333px; }
  header .wpb-menu .submenu-toggle-icon:before {
    content: '\f078';
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 34.66667px; }
  header .wpb-menu .submenu-toggle:checked ~ .submenu-toggle-icon:before {
    content: '\f077'; }
  header .wpb-menu .submenu .submenu-toggle-icon {
    width: 32.66667px;
    height: 32.66667px;
    right: 5px;
    top: 4.66667px; } }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"); }

html {
  font-family: 'Montserrat', sans-serif; }

.content {
  min-height: 550px; }

h1 {
  color: #000; }

h2 {
  color: #000;
  font-weight: 700;
  font-size: 26px; }

h3 {
  font-size: 22px;
  color: #000; }

h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700; }

h5 {
  color: #2CAC48;
  font-size: 14px;
  font-weight: 800; }

.btn {
  border-radius: 0;
  border: none;
  margin: 0;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
  letter-spacing: 0.5px; }
  .btn:hover, .btn:focus {
    text-decoration: none; }

.btn:before {
  display: none !important; }

.btn[disabled] {
  opacity: 0.5; }

.wpb-btn {
  margin-bottom: 35px; }

.btn-xs {
  padding: 7px 11.2px;
  font-size: 9px; }

.btn-sm {
  padding: 9px 10.8px;
  font-size: 11px;
  font-weight: 900; }

.btn-md {
  padding: 13px 18px 11px 18px;
  font-size: 14px;
  font-weight: 700; }

.btn-lg {
  padding: 20px 25.74px 16px 25.74px;
  font-size: 17px;
  font-weight: 700; }

.btn-primary,
.btn-primary:visited {
  color: #fff !important;
  background: #111;
  border: 1px solid #111; }

.btn-primary:hover {
  color: #f0f0f0 !important;
  border: 1px solid #515151;
  background: #515151; }

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e0e0e0 !important;
  border: 1px solid #5e5e5e;
  background: #5e5e5e;
  box-shadow: none;
  outline: none; }

.btn-default,
.btn-default:visited {
  color: #000;
  background: transparent;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-default:hover {
  color: #000;
  border-bottom: 1px solid #2CAC48;
  background: transparent; }

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #000;
  border-bottom: 1px solid #2CAC48;
  background: transparent;
  box-shadow: none;
  outline: none; }

.btn-white,
.btn-white:visited {
  color: #000;
  background: #fff;
  border: 1px solid #fff; }

.btn-white:hover {
  color: #000;
  border: 1px solid #f0f0f0;
  background: #f0f0f0; }

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  color: #000;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  box-shadow: none;
  outline: none; }

.btn-50 {
  width: 50%; }

.btn-100 {
  width: 100%; }

.post-img-cover {
  height: 162px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }

.content a {
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden; }

.content p a,
.content li a {
  text-decoration: underline;
  text-decoration-color: #2CAC48;
  text-underline-position: under; }

.content a:hover {
  color: #2CAC48; }

.ns-cwi-container {
  display: table; }

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px; }

.ns-cwi-icon-inner {
  padding: 0;
  display: block; }

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle; }

.ns-cwi-content-inner {
  display: block; }

.header-wrap {
  height: 77px; }

header {
  border-bottom: 1px solid #D7D7D7;
  background: #fff;
  transition: top 0.4s;
  display: block; }

header.fixed-past {
  position: fixed;
  width: 100%;
  z-index: 200;
  display: block; }

header.fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  transition: top 0.4s;
  display: block; }

@keyframes slideDown {
  from {
    margin-top: -76px; }
  to {
    margin-top: 0; } }

@keyframes slideUp {
  from {
    top: 0; }
  to {
    top: -76px; } }

header .wpb-menu {
  margin-right: 58px; }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  header .wpb-menu {
    margin-right: 30px; } }

header .wpb-menu a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

header .wpb-menu .submenu a {
  text-transform: none;
  font-weight: 500; }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  header .wpb-menu a {
    font-size: 12px; } }

@media screen and (max-width: 991px) {
  header .wpb-menu {
    top: 1px;
    border-bottom: 1px solid #D7D7D7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  header .wpb-menu .submenu .submenu a {
    color: #4B4B46;
    font-weight: 400; } }

header .logo {
  margin-top: 14px;
  margin-bottom: 18px; }

header .logo img {
  max-height: 44px;
  width: auto; }

@media screen and (min-width: 992px) and (max-width: 1319px) {
  header .logo {
    margin-top: 21px; } }

@media screen and (max-width: 991px) {
  header .logo {
    position: absolute;
    z-index: 10; } }

footer {
  background: #111415;
  color: #fff;
  margin-top: 40px; }

footer p {
  font-size: 14px; }

footer a {
  color: #fff; }

footer a:hover {
  color: #2CAC48; }

.big-footer {
  padding-bottom: 0px;
  padding-top: 20px; }

footer ul {
  list-style: none;
  padding: 0;
  line-height: 1.5; }

footer .wpb-menu-wrap {
  border-bottom: 1px solid #373B3C; }

footer .wpb-menu .wpb-menu-inner > ul {
  margin-top: 30px;
  margin-bottom: 27px; }

footer .wpb-menu li {
  display: inline-block;
  vertical-align: top; }

footer .wpb-menu .submenu {
  display: inline-block;
  line-height: 1.4; }

footer .wpb-menu .menu-link-wrap {
  display: inline-block;
  vertical-align: middle; }

footer .wpb-menu a {
  color: #fff;
  text-decoration: none; }

footer .wpb-menu a:before {
  display: none; }

footer .wpb-menu .wpb-menu-inner > ul > li > .menu-link-wrap > a {
  padding-top: 2px;
  padding-bottom: 3px; }

footer .wpb-menu a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 16px; }

footer .wpb-menu a:hover {
  text-decoration: underline; }

footer .wpb-menu .submenu a {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px; }

footer .wpb-menu .submenu .submenu {
  margin-top: 10px;
  line-height: 1.3; }

footer .wpb-menu .submenu .submenu li {
  margin-bottom: 8px; }

footer .wpb-menu .submenu .submenu a {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 12px;
  color: #aaa;
  padding-top: 2px;
  padding-bottom: 2px; }

footer .footer-nav-1 .wpb-menu-inner > ul > li,
footer .footer-nav-2 .wpb-menu-inner > ul > li,
footer .footer-nav-3 .wpb-menu-inner > ul > li {
  display: flex; }

footer .footer-nav-1 .wpb-menu-inner > ul > li,
footer .footer-nav-3 .wpb-menu-inner > ul > li {
  align-items: center; }

footer .footer-nav-1 .wpb-menu-inner > ul > li > .menu-link-wrap,
footer .footer-nav-2 .wpb-menu-inner > ul > li > .menu-link-wrap,
footer .footer-nav-3 .wpb-menu-inner > ul > li > .menu-link-wrap {
  width: 25%;
  padding-right: 40px; }

footer .footer-nav-1 .wpb-menu-inner > ul > li > .submenu,
footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu,
footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  width: 78%; }

footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu {
  gap: 70px; }

footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu li {
  min-width: 155px; }

footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(2) > .menu-link-wrap::before {
  float: right;
  width: calc(100% - 5em);
  height: 1em;
  content: ''; }

footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(4) > .menu-link-wrap::before {
  float: right;
  width: calc(100% - 10em);
  height: 1em;
  content: ''; }

footer .footer-nav-4 .wpb-menu-inner > ul > li {
  padding-right: 65px; }

.footer-contact-row {
  margin-top: 40px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-nav-1 .wpb-menu-inner > ul > li,
  footer .footer-nav-2 .wpb-menu-inner > ul > li,
  footer .footer-nav-3 .wpb-menu-inner > ul > li {
    display: block; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .menu-link-wrap,
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .menu-link-wrap,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .menu-link-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .submenu,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu {
    width: 100%;
    display: inline-block; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .submenu > li,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu > li {
    display: inline-block;
    width: auto;
    padding-right: 40px;
    padding-bottom: 15px; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu {
    width: 100%;
    flex-wrap: wrap; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li {
    flex: 1 0 41%; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(2) > .menu-link-wrap::before {
    display: none; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(4) > .menu-link-wrap::before {
    display: none; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .submenu .submenu li,
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu .submenu li,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu .submenu li {
    display: inline-block;
    width: 100%; } }

@media screen and (max-width: 767px) {
  footer .wpb-menu .submenu {
    display: block;
    width: 100%; }
  footer .wpb-menu .wpb-menu-inner ul li {
    display: block;
    width: 100%;
    margin-top: 12px; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .menu-link-wrap,
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .menu-link-wrap,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .menu-link-wrap {
    width: 100%;
    padding-right: 0; }
  footer .footer-nav-1 .wpb-menu-inner > ul > li > .submenu,
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu,
  footer .footer-nav-3 .wpb-menu-inner > ul > li > .submenu {
    display: inline-block;
    width: 100%; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(2) > .menu-link-wrap::before {
    display: none; }
  footer .footer-nav-2 .wpb-menu-inner > ul > li > .submenu > li:nth-child(4) > .menu-link-wrap::before {
    display: none; } }

.promo-wrap {
  max-height: 523px;
  position: relative;
  display: block; }

.promo-wrap:before {
  content: '';
  padding-bottom: 100%;
  display: block; }

.promo-background {
  display: block;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

a.promo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.promo-inner {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.promo-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.promo:hover .promo-inner:before {
  height: 70%; }

.promo-inner h2 {
  color: #fff;
  padding: 20px;
  margin: 0;
  position: absolute;
  bottom: 7%;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 31px;
  font-weight: 700;
  text-shadow: 1px 1px 4px #000;
  letter-spacing: 1px; }

.promo-inner h2:after {
  content: '';
  width: 93px;
  height: 29px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  background: url(../images/path.svg) right center no-repeat; }

.fp-news,
.fp-events {
  padding-top: 60px;
  padding-bottom: 20px; }

.fp-news .loop-item,
.fp-events .loop-item {
  padding-bottom: 50px; }

.vc_column_container.fp-news {
  background: #f6f6f6;
  padding-left: 55px; }

.vc_column_container.fp-news:before {
  content: '';
  background: #f6f6f6;
  position: absolute;
  right: -2000px;
  top: 0;
  bottom: 0;
  width: 2000px; }

.vc_column_container.fp-events {
  background: #d7d7d7;
  padding-right: 55px; }

.vc_column_container.fp-events:before {
  content: '';
  background: #d7d7d7;
  position: absolute;
  left: -2000px;
  top: 0;
  bottom: 0;
  width: 2000px; }

@media screen and (max-width: 767px) {
  .fp-news {
    margin-top: 0; }
  .fp-events {
    margin-bottom: 0; }
  .vc_column_container.fp-news {
    padding-left: 0; }
  .vc_column_container.fp-events {
    padding-right: 0; } }

.fp-news h3,
.fp-events h3 {
  font-size: 28px;
  margin: 0;
  padding-right: 50px; }

@media screen and (max-width: 991px) {
  .fp-news h3,
  .fp-events h3 {
    font-size: 24px; } }

.loop-item h4 {
  font-weight: 600; }

.fp-news .btn,
.fp-events .btn {
  position: absolute;
  top: 58px;
  right: 70px; }

.fp-news .btn {
  right: 15px; }

@media screen and (max-width: 767px) {
  .fp-news .btn,
  .fp-events .btn {
    top: 55px;
    right: 15px; } }

a.ns-item-title:before {
  display: none; }

.post-date {
  color: #858585;
  font-size: 14px;
  font-weight: 500; }

.loop-item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4; }

.ns-post-link {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px; }

a.ns-post-link:before {
  content: '';
  height: 1px;
  display: block;
  background: #2CAC48;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

a.ns-post-link:before {
  background-color: #000; }

a.ns-post-link:hover:before {
  background-color: #2CAC48; }

.quick-links-section {
  margin-bottom: 60px; }

.fp-big-icon-link > .vc_column-inner > .wpb_wrapper {
  background: #d7d7d7;
  padding: 10px 25px;
  margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .fp-big-icon-link h2 {
    font-size: 22px; } }

@media screen and (max-width: 767px) {
  .quick-links-section {
    margin-bottom: 0; }
  .fp-big-icon-link > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px; } }

.partner-section {
  padding-bottom: 5px; }

@media screen and (max-width: 767px) {
  .partner-section {
    margin-top: 60px; } }

.partner-section .wpb_single_image img {
  max-height: 76px;
  width: auto; }

.sidenav-wrap {
  width: 100%; }

.sidenav {
  background: #f7f7f7;
  padding: 24px;
  margin-top: 22px;
  margin-bottom: 45px; }

.sidenav.fixed {
  position: fixed;
  top: 70px; }

.sidenav.fixed-bottom {
  position: fixed;
  top: auto; }

.sidenav-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important; }

.sidenav ul {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
  font-size: 14px; }

.sidenav > ul {
  border-top: 1px solid #D7D7D7;
  margin-top: 20px;
  padding-top: 20px; }

.sidenav ul li {
  margin-bottom: 15px; }

.sidenav ul a {
  font-weight: 600;
  color: #000;
  text-decoration: none; }

.sidenav ul a:hover {
  color: #2CAC48; }

.sidenav ul a:before {
  display: none; }

.sidenav ul .current-page-ancestor > a,
.sidenav ul .current-menu-item > a {
  color: #2CAC48; }

.sidenav ul ul {
  padding-left: 15px;
  margin-top: 8px; }

.sidenav ul ul li {
  margin-bottom: 8px; }

.sidenav ul ul a {
  color: #4B4B46;
  font-weight: 500;
  position: relative;
  font-size: 12px; }

.sidenav ul ul a:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 7px;
  background: #4B4B46;
  top: 7px;
  left: -15px; }

.ns-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px; }

.ns-breadcrumbs li {
  display: inline; }

.ns-breadcrumbs li:after {
  content: ' /';
  color: #858580;
  padding-left: 10px;
  padding-right: 10px; }

.ns-breadcrumbs li:last-child:after {
  display: none; }

.ns-breadcrumbs li a {
  color: #858580;
  text-decoration: none; }

.ns-breadcrumbs li a:hover {
  color: #000; }

@media screen and (max-width: 991px) {
  .ns-breadcrumbs {
    font-size: 11px; } }

.file-wrap {
  margin-bottom: 7px;
  padding: 12px 0 12px 0;
  position: relative;
  display: inline-block;
  width: 100%; }

.file-wrap + *:not(.file-wrap) {
  margin-top: 20px; }

.wpb_text_column + .file-wrap {
  margin-top: -15px; }

.file-wrap a {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  float: left;
  text-decoration: underline;
  display: flex;
  align-items: center; }

.file-wrap a:hover {
  text-decoration: none; }

.file-wrap a:before {
  content: '';
  width: 39px;
  height: 50px;
  display: block;
  background: url(../images/pdf.svg) no-repeat;
  position: relative;
  top: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  flex-grow: 0; }

.wpb_gmaps_widget {
  margin-top: 35px; }

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

.cpt-item-card {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 12px;
  min-height: 345px;
  position: relative; }

.cpt-item-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: #111415;
  width: 100%; }

.cpt-item-card:hover .cpt-item-card-content {
  background: #2CAC48; }

.cpt-item-card h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600; }

.cpt-item-card .cpt-item-card-latin-title {
  color: #fff;
  padding-top: 8px;
  display: inline-block; }

.calc-container {
  margin-bottom: 35px;
  float: left;
  width: 100%;
  display: flex; }

.calc-inputs-container {
  width: 60%; }

.calc-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  background: #f7f7f7;
  border-bottom: 1px solid #D7D7D7;
  padding: 15px; }

.calc-field-container {
  padding: 4px 15px;
  background: #f7f7f7;
  float: right;
  width: 100%;
  position: relative; }

.calc-field-unit {
  float: right;
  width: 70px;
  padding: 7px 0;
  margin-left: 8px; }

.calc-field-value {
  float: right;
  width: 75px; }

.calc-field-title {
  float: right;
  margin-right: 15px;
  padding: 7px 0; }

.calc-result-container {
  background: #111415;
  color: #fff;
  float: left;
  width: 40%;
  font-weight: 700;
  transition: 0.2s;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.calc-result-container.active {
  background: #2CAC48; }

.calc-result-d-part {
  width: 100%;
  text-align: center;
  font-size: 0; }

.calc-result {
  padding: 12px 0;
  width: 100%;
  font-size: 26px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 55px;
  width: 200px;
  display: inline-block; }

.calc-result-unit {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
  padding: 5px;
  width: 200px;
  display: inline-block;
  font-size: 14px; }

.calc-result-container.active .calc-result {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.calc-result-container.active .calc-result-unit {
  background: rgba(255, 255, 255, 0.3); }

.calc-field-icon-container {
  float: right;
  width: 14px;
  padding: 7px 0;
  color: #a0a0a0;
  position: relative; }

.calc-result-title {
  width: 100%;
  padding: 15px;
  padding-top: 0;
  display: block;
  text-align: center;
  font-weight: 600; }

.vc-pagination {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 35px; }

.page-numbers,
.page-numbers:visited {
  padding: 11px 8px 9px 8px;
  border: 1px solid #D7D7D7;
  background: #fff;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  transition: 0.2s; }

.page-numbers:hover {
  text-decoration: none;
  border: 1px solid #000;
  background: #fff; }

.page-numbers.current {
  border: 1px solid #2CAC48;
  background: #fff;
  color: #2CAC48; }

.page-numbers.next i {
  margin-left: 4px; }

.page-numbers.prev i {
  margin-right: 4px; }

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #D7D7D7;
  background: #fff;
  font-size: 23px;
  padding: 7px 8px 5px 8px;
  display: inline-block; }

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #000;
  background: #fff; }

.p-meta-selector-container {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }

.p-meta-selector-title {
  background: #f7f7f7;
  padding: 10px 15px; }

.p-meta-selector-title h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600; }

.p-meta-selector {
  background: #f7f7f7;
  padding: 5px 15px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  font-size: 14px;
  transition: 0.2s;
  color: #4B4B46; }

.p-meta-selector p {
  font-size: 14px; }

.p-meta-selector:last-child {
  border-bottom: none;
  padding: 15px;
  font-size: 18px;
  color: #000; }

.p-meta-selector:last-child p {
  font-size: 18px; }

.p-meta-selector-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.p-meta-selector-question {
  float: left;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 40%;
  line-height: 1; }

.p-meta-selector-input-wrap {
  width: 40%; }

@media (max-width: 767px) {
  .p-meta-selector-question {
    margin-bottom: 15px;
    width: 100%; } }

.p-meta-selector {
  float: left; }

.p-meta-selector i {
  float: right;
  font-size: 22px;
  padding: 3px 5px;
  cursor: pointer; }

.p-meta-selector i.active {
  color: #39b54a; }

.p-meta-selector input,
.p-meta-selector select {
  margin-left: 15px; }

.p-meta-selector-info > img {
  max-height: 200px;
  float: left;
  margin-right: 30px; }

.p-meta-selector-info {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px;
  margin-top: 10px;
  display: none; }

.p-meta-selector-info.active {
  display: block; }

.p-meta-selector-info table {
  height: auto !important; }

.content-index-wrapper {
  width: 100%;
  height: 49px; }

.content-index {
  background: #f7f7f7;
  padding: 5px 15px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-bottom 1s, top 0.4s; }

.content-index.fixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #D7D7D7;
  max-height: 100%; }

.content-index.fixed.fixed-header {
  top: 77px; }

.content-index:before,
.content-index:after {
  content: '';
  background: #f7f7f7;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 0;
  display: block;
  position: absolute;
  border-bottom: 1px solid transparent;
  transition: width 0s, left 0s, border-bottom 1s;
  z-index: -1; }

.content-index.fixed:before {
  left: -3000px;
  width: 3000px;
  border-bottom: 1px solid #D7D7D7;
  transition: width 1s, left 1s, border-bottom 1s; }

.content-index.fixed:after {
  width: 3000px;
  margin-left: 100%;
  border-bottom: 1px solid #D7D7D7;
  transition: width 1s, left 1s, border-bottom 1s; }

.content-index-title {
  font-weight: 600;
  display: inline-block;
  margin-left: 15px;
  margin-top: 11px;
  float: left;
  font-size: 16px; }

.content-index a {
  text-decoration: none; }

.content-index ul {
  list-style: none;
  font-size: 16px;
  padding: 0;
  font-weight: 500; }

.content-index ul li {
  margin-bottom: 6px; }

.content-index ul a:hover {
  color: #2CAC48; }

.content-index ul ul {
  padding-left: 29px;
  font-weight: 400; }

.content-index ul ul a {
  color: #000; }

.content-index ul ul a:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 21px;
  background: #000;
  top: 7px;
  left: -29px; }

.content-index ul ul ul {
  font-size: 14px;
  padding-left: 20px; }

.content-index ul ul ul a {
  color: #4B4B46; }

.content-index ul ul ul a:before {
  width: 41px;
  left: -49px;
  color: #4B4B46; }

.content-index-toggle-icon-wrap {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: transparent;
  display: inline-block;
  margin: 0 0 0 0;
  border: 0 solid transparent;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 0;
  float: left; }

.content-index-toggle-icon {
  background: #000;
  width: 28px;
  height: 3px;
  position: relative;
  transition: background 8ms 240ms ease;
  transform: translateY(12.5px); }

.content-index-toggle-icon:before,
.content-index-toggle-icon:after {
  transition: top 240ms 280ms ease, transform 240ms 40ms ease;
  position: absolute;
  background: #000;
  width: 28px;
  height: 3px;
  content: ''; }

.content-index-toggle-icon:before {
  top: -7px; }

.content-index-toggle-icon:after {
  top: 7px; }

.content-index-toggle.hidden {
  display: none; }

.content-index-toggle:checked ~ .content-index-toggle-icon-wrap .content-index-toggle-icon {
  background: transparent; }

.content-index-toggle:checked ~ .content-index-toggle-icon-wrap .content-index-toggle-icon:after,
.content-index-toggle:checked ~ .content-index-toggle-icon-wrap .content-index-toggle-icon:before {
  transition: top 240ms 40ms ease, transform 240ms 280ms ease;
  top: 0; }

.content-index-toggle:checked ~ .content-index-toggle-icon-wrap .content-index-toggle-icon:before {
  transform: rotate(45deg); }

.content-index-toggle:checked ~ .content-index-toggle-icon-wrap .content-index-toggle-icon:after {
  transform: rotate(-45deg); }

.content-index-body {
  width: 100%;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 53px; }

.content-index-toggle:checked ~ .content-index-body {
  height: auto;
  opacity: 1;
  padding-bottom: 15px; }

.content-index.fixed .content-index-toggle:checked ~ .content-index-body {
  max-height: calc(100vh - 40px);
  overflow-y: auto; }

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0 !important; }

.vc_tta-title-text {
  color: #000 !important;
  font-weight: 600; }

.s-img-outer-container img {
  max-width: 100%; }

.table-responsive-container table {
  width: 100%; }

.table-responsive-container td {
  background: #f7f7f7; }

.table-responsive-container th {
  background: #D8D8D8;
  font-weight: 600; }

.table-responsive-container td,
.table-responsive-container th {
  padding: 12px; }

.advanced-search-form {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 35px; }

.advanced-search-title {
  font-weight: 500; }

.advanced-search-form-body {
  display: flex;
  align-items: flex-end;
  margin-top: 20px; }

.advanced-search-form-body .input-container {
  padding-right: 20px;
  width: 50%; }

.advanced-search-form-body .input-container label {
  padding-bottom: 5px;
  display: inline-block; }

.link-box {
  padding-bottom: 25px;
  height: 100%; }

.vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex .wpb_wrapper,
.link-box .wpb_wrapper {
  height: 100%;
}

.link-box p {
  height: 100%; }

.link-box a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  border: 1px solid #D7D7D7;
  padding: 11px 20px 9px 20px;
  background: #fff;
  text-decoration: none !important;
  height: 100%;
  display: flex;
  align-items: center; }

.link-box a:hover {
  border: 1px solid #4B4B46;
  color: #000; }

.link-box a:before {
  display: none !important; }

.link-box p {
  margin-top: 0; }

.out-link-section {
  padding-top: 50px;
  padding-bottom: 40px; }

.s-img-title {
  font-size: 14px;
  font-weight: 500;
  color: #858580;
  margin-top: 5px; }

.small-footer .small-footer-container-inner {
  border-top: 1px solid #373B3C;
  padding: 20px 0 20px 0; }

.fp-imp-links-box .vc_row {
  margin-left: -12px;
  margin-right: -12px; }

.fp-imp-links-box .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 12px;
  padding-right: 12px; }

.fp-imp-links-box > .vc_column-inner > .wpb_wrapper {
  background: #f7f7f7;
  padding: 14px 30px 7px 30px;
  margin-top: 70px;
  margin-bottom: 70px; }

.fp-imp-links-box h3 {
  font-size: 28px;
  margin-bottom: 25px !important; }

@media screen and (max-width: 991px) {
  .fp-imp-links-box > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px; }
  .fp-imp-links-box h3 {
    font-size: 23px; } }

.fp-res-box {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  margin-bottom: 70px; }

@media screen and (max-width: 991px) {
  .fp-res-box {
    margin-top: 30px; } }

.fp-res-box > .vc_column-inner {
  padding-top: 0; }

.fp-res-box > .vc_column-inner:before {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 0; }

.fp-res-box > .vc_column-inner > .wpb_wrapper {
  padding: 15px; }

.fp-res-box .vc_row {
  margin-left: -12px;
  margin-right: -12px; }

.fp-res-box .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 12px;
  padding-right: 12px; }

.fp-res-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px !important;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 991px) {
  .fp-res-box h3 {
    font-size: 23px; } }

.fp-res-box .wpb-btn {
  margin-bottom: 25px; }

.nnso-search .vc_row {
  margin-bottom: 15px; }

.nnso-search .advanced-search-title {
  margin-bottom: 20px;
  display: block; }

.nnso-search label {
  padding-bottom: 5px;
  display: inline-block; }

.nnso-results {
  margin-bottom: 55px; }

.nnso-results table {
  margin-bottom: 35px; }

.nnso-results table th {
  text-align: left; }

@media screen and (max-width: 767px) {
  .nnso-results th {
    white-space: nowrap;
    padding: 4px; } }

.nnso-results a {
  color: #000; }

.nnso-results a:hover {
  text-decoration: none; }

.nnso-results tr:nth-child(even) {
  background: #f7f7f7; }

.nnso-results .th-rod {
  width: 30%; }

.advanced-search-form-classic-body {
  margin-top: 20px; }

.advanced-search-form-classic-body .vc_row {
  margin-bottom: 15px; }

.advanced-search-form-classic-body label {
  padding-bottom: 5px;
  display: inline-block; }

.s-img-outer-container {
  margin-bottom: 35px; }

.content-index-link:before {
  display: none !important; }

.long-content .wpb_text_column {
  margin-bottom: 5px; }

.long-content .wpb_text_column p:last-child {
  margin-bottom: 35px; }

.subpages-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.subpages-list > div {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px; }

.wpb_wrapper:has(> .page-item) {
  margin-bottom: 30px;
}

.page-item {
  margin: 0;
  height: 100%; }

.subpages-list > div a,
.page-item a {
  height: 100%;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  border: 1px solid #D7D7D7;
  padding: 36px 30px 34px 30px;
  background: #fff; }

.subpages-list > div a:hover,
.page-item a:hover {
  text-decoration: none;
  border: 1px solid #4B4B46;
  color: #000; }

.subpages-list > div a:active,
.subpages-list > div a:focus,
.subpages-list > div a:active:focus,
.subpages-list > div a:active:hover,
.page-item a:active,
.page-item a:focus,
.page-item a:active:focus,
.page-item a:active:hover {
  border: 1px solid #4B4B46;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.subpages-list > div a:before,
.page-item a:before {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .subpages-list > div {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .subpages-list > div {
    width: 100%; } }

.ns-gallery-el:after {
  content: '';
  display: table;
  clear: both; }

.ns-gallery {
  float: left; }

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px); }

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px); }

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px); }

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px); }

.nsg-p2 .nsg-gitem {
  padding: 2px; }

.nsg-p5 .nsg-gitem {
  padding: 5px; }

.nsg-p10 .nsg-gitem {
  padding: 10px; }

.nsg-p15 .nsg-gitem {
  padding: 15px; }

.nsg-c10 {
  width: 10%; }

.nsg-c6 {
  width: 16.666%; }

.nsg-c5 {
  width: 20%; }

.nsg-c4 {
  width: 25%; }

.nsg-c3 {
  width: 33.333%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%; }
  .nsg-c6 {
    width: 16.666%; }
  .nsg-c5 {
    width: 20%; }
  .nsg-c4 {
    width: 25%; }
  .nsg-c3 {
    width: 33.333%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%; }
  .nsg-c6 {
    width: 25%; }
  .nsg-c5 {
    width: 33.333%; }
  .nsg-c4 {
    width: 25%; }
  .nsg-c3 {
    width: 33.333%; } }

@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%; }
  .nsg-c6 {
    width: 50%; }
  .nsg-c5 {
    width: 50%; }
  .nsg-c4 {
    width: 50%; }
  .nsg-c3 {
    width: 100%; } }

.nsg-r1-1 {
  padding-bottom: 100%; }

.nsg-r4-3 {
  padding-bottom: 75%; }

.nsg-r3-2 {
  padding-bottom: 66.666%; }

.nsg-r16-9 {
  padding-bottom: 56.25%; }

.nsg-gitem {
  float: left; }

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block; }

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%; }

.btn-print {
  font-size: 24px;
  color: #858580;
  background: transparent;
  float: right;
  position: relative;
  top: -59px; }

.btn-print:hover {
  color: #000; }

.long-content .page-title {
  max-width: 93%; }

.tag-wrap {
  padding-top: 21px; }

.logos-row .wpb_single_image {
  margin-bottom: 0 !important; }

.logos-row .wpb_column {
  margin-bottom: 40px; }

#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none; }

#cookie-law-mobile path {
  fill: #fff; }

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px; }

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85); }

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px; }

#jquery-cookie-law-script.absolute {
  position: absolute; }

#jquery-cookie-law-script a {
  color: #2CAC48; }

#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8); }

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC; }

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px; }

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: left;
  padding-bottom: 10px; }

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 0;
  background-color: #2CAC48;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #32c452;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #fff;
  color: #23282d; }

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: white; }

#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: left; }

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5; }

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px; }

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%; }

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px; }

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #2CAC48; }

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block; }
  #cookie-law-container {
    display: none; }
  #jquery-cookie-law-script.active {
    max-width: 230px; }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block; }
  #jquery-cookie-law-script {
    max-width: 50px; } }

.strong-green {
  font-weight: 700;
  color: #2CAC48; }

.eppo-calc-form {
  margin-bottom: 15px; }

.eppo-calc-form-line {
  background: #f7f7f7;
  padding: 5px 15px;
  display: flex;
  align-items: center; }

.eppo-calc-form-line label {
  flex: 2;
  text-align: right; }

.eppo-calc-form input[type="text"] {
  width: 100px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px; }

.eppo-calc-form-line span {
  flex: 1; }

.eppo-calc-or-sepatator {
  background: #f7f7f7;
  text-align: center;
  position: relative; }

.eppo-calc-or-sepatator:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #D7D7D7;
  top: 50%;
  position: absolute; }

.separator-text {
  background: #f7f7f7;
  padding: 0 10px;
  position: relative;
  z-index: 1; }

.img-responsive {
  max-width: 100%; }

.eppo-calc-mid-result {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.result-box {
  flex: 1;
  margin: 15px;
  border: 1px solid #D7D7D7;
  padding: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 60px; }

.result-box .result-title {
  font-weight: 700;
  line-height: 1.5; }

.result-small-title {
  font-size: 14px;
  font-weight: 400;
  display: block; }

.result-box .result-value {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px; }

.eppo-calc-result-section {
  position: relative; }

.eppo-calc-result-section.inactive:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.result-row {
  display: flex;
  background: #f7f7f7;
  padding: 5px 15px; }

.result-row .result-function-col,
.result-row .result-value-col {
  flex: 1; }

.result-row .result-function-col .btn-primary.active,
.result-row .result-function-col .btn-primary.active:hover {
  background-color: #2CAC48;
  color: #fff !important;
  border-color: #2CAC48; }

.result-row .result-value-col {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.result-row input {
  width: 50%; }

.result-value-input-unit {
  padding-left: 15px;
  width: 50%; }

.result-row .btn {
  width: 100%; }

.calc-notice {
  margin-top: 35px; }

.news-loop .loop-item {
  margin-bottom: 30px; }

@media print {
  @page {
    size: auto;
    margin: 20mm; }
  .wpb-menu-wrap {
    display: none;
  }
  .search-wrap {
    display: none;
  }
  .header .logo {
    margin-bottom: 0;
  }
  .header .logo img {
    max-height: 3cm;
  }
  header {
    border-bottom: none; }
  footer {
    display: none; }
  .container,
  .long-content {
    width: 100% !important; }
  .sidenav-wrap {
    display: none; }
  .breadcrumbs-container {
    display: none; }
  .content-index-wrapper {
    display: none; }
  .content > .container > .vc_row > .vc_col-sm-3 {
    display: none; }
  .btn-print {
    display: none; }
  .page-title {
    font-size: 18pt;
    margin-bottom: 14px;
    margin-top: 30px; }
  .long-content .wpb_text_column p:last-child {
    margin-bottom: 20px; }
  .wpb_text_column h2 {
    font-size: 16px; }
  .wpb_text_column h3 {
    font-size: 14px; }
  .wpb_text_column h4 {
    font-size: 12px; }
  p, ul, li, td, th {
    font-size: 9pt; }
  th {
    border: 1px solid #d7d7d7; }
  .table-responsive-container td,
  .table-responsive-container th {
    padding: 8px; }
  .s-img-title {
    font-size: 8pt;
    color: #777;
    display: table-caption;
    caption-side: bottom; }
  li {
    list-style: circle; }
  a,
  a:visited {
    color: #2CAC48; }
  .s-img-outer-container {
    display: table; }
  .s-img {
    max-height: 10cm; }
  #jquery-cookie-law-script {
    display: none !important; }
  .loop-container {
    display: block;
    float: left;
    width: 100%; }
  .loop-container::after {
    content: "";
    clear: both;
    display: table; }
  .loop-container .vc_row {
    display: block; }
  .loop-item.vc_col-lg-4 {
    width: 33.33333333% !important; }
  .cpt-item-card {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    min-height: 270px;
    break-inside: avoid; }
  .cpt-item-card-content {
    background: #fff;
    border: 1px solid #000; }
  .cpt-item-card h3 {
    color: #000;
    font-size: 11pt; }
  .cpt-item-card .cpt-item-card-latin-title {
    color: #000;
    font-size: 8pt; } }
