@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?9ffcpi");
  src: url("../icons/icomoon.eot?9ffcpi#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?9ffcpi") format("truetype"), url("../icons/icomoon.woff?9ffcpi") format("woff"), url("../icons/icomoon.svg?9ffcpi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e902";
}

.icon-checkmark:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e900";
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #3F484F;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, .section-single-news .content .wp-block-columns .wp-block-column h4, .section-accreditations .item-content h3, h6, .section-single-news .btn-wrap a {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #97CA51;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #888;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

a, button {
  transition: all ease-in-out 0.2s;
}

h1, h2, h3, h4, h5, .section-single-news .content .wp-block-columns .wp-block-column h4, .section-accreditations .item-content h3, h6, .section-single-news .btn-wrap a,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.5rem;
}
@media (max-width: 567px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 2.6rem;
}
@media (max-width: 567px) {
  h2, .h2 {
    font-size: 35px;
  }
}

h3, .h3 {
  font-size: 2.2rem;
}

h4, .h4 {
  font-size: 1.7rem;
}

h5, .section-single-news .content .wp-block-columns .wp-block-column h4, .section-accreditations .item-content h3, .h5 {
  font-size: 1.3rem;
}

h6, .section-single-news .btn-wrap a, .h6 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #97CA51;
  font-weight: 700;
  letter-spacing: 1px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .lead {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
.container-md {
  max-width: 900px;
}

.container-fluid {
  width: 100%;
  max-width: 1800px;
  padding-left: 30px;
  padding-right: 30px;
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-1 {
  margin-bottom: 0.3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.text-center {
  text-align: center;
}

.d-flex, .section-accreditations .list-item-wrap {
  display: flex;
}

.d-block {
  display: block;
}

.align-items-center {
  align-items: center;
}

.link-row {
  display: flex;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  flex-wrap: wrap;
}
.link-row > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #97CA51;
  margin: 0.25rem;
  padding: 6px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  flex: 0 0 calc(25% - 0.5rem);
  max-width: calc(25% - 0.5rem);
  color: #3F484F;
}
@media (max-width: 991px) {
  .link-row > a {
    flex: 0 0 calc(33.33% - 0.5rem);
    max-width: calc(33.33% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .link-row > a {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
@media (max-width: 568px) {
  .link-row > a {
    flex: 0 0 calc(100% - 0.5rem);
    max-width: calc(100% - 0.5rem);
  }
}
.link-row > a:hover, .link-row > a:active, .link-row > a:focus, .link-row > a:active:focus, .link-row > a:focus-visible, .link-row > a.active {
  color: #fff;
  background-color: #97CA51;
}
.link-row > a:hover svg path, .link-row > a:active svg path, .link-row > a:focus svg path, .link-row > a:active:focus svg path, .link-row > a:focus-visible svg path, .link-row > a.active svg path {
  fill: #fff;
  stroke: #fff;
}
.link-row > a svg {
  margin-left: auto;
}

.btn, .woocommerce .quantity .qty, .woocommerce .cart .button,
.woocommerce .cart input.button, .woocommerce form .form-row input.raq-send-request {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 20px 12px;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.btn-primary, .woocommerce form .form-row input.raq-send-request {
  background-color: #97CA51;
  border: 1px solid #97CA51;
}
.btn-primary:hover, .woocommerce form .form-row input.raq-send-request:hover {
  background-color: #8bc43d;
  border: 1px solid #8bc43d;
}
.btn-primary:active, .woocommerce form .form-row input.raq-send-request:active {
  background-color: #709e30;
  border: 1px solid #709e30;
}

.btn-default {
  background-color: #ffffff;
  color: #97CA51;
}
.btn-default:hover {
  color: #97CA51;
  background-color: #F4F6F7;
}
.btn-default:active {
  background-color: #e5eaec;
  color: #212E3E;
}

.btn-outline-primary {
  border: 1px solid #97CA51;
  background-color: #ffffff;
  color: #212E3E;
}
.btn-outline-primary:hover {
  color: #97CA51;
}
.btn-outline-primary:active {
  color: #212E3E;
}

.btn-lg {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

.btn-sm {
  padding: 9px 1rem;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.btn-link {
  display: inline-block;
  border-bottom: 1px solid;
}

.btn-orange {
  background-color: #F15827;
  border: 1px solid #F15827;
  color: #ffffff;
}
.btn-orange:hover {
  background-color: #ffffff;
  color: #F15827;
  border: 1px solid #F15827;
}

.btn-blue {
  background-color: #2A70B8;
  border: 1px solid #2A70B8;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #ffffff;
  color: #2A70B8;
  border: 1px solid #2A70B8;
}

.btn-red {
  background-color: #ec1c24;
  border: 1px solid #ec1c24;
  color: #ffffff;
}
.btn-red:hover {
  background-color: #ffffff;
  color: #2A70B8;
  border: 1px solid #ec1c24;
}

.btn-blue-light {
  background-color: #0000FF;
  border: 1px solid #0000FF;
  color: #ffffff;
}
.btn-blue-light:hover {
  background-color: #ffffff;
  color: #0000FF;
  border: 1px solid #0000FF;
}

.btn-purple {
  background-color: #6C4D9F;
  border: 1px solid #6C4D9F;
  color: #ffffff;
}
.btn-purple:hover {
  background-color: #ffffff;
  color: #6C4D9F;
  border: 1px solid #6C4D9F;
}

.btn-group > .btn, .woocommerce .quantity .btn-group > .qty, .woocommerce .cart .btn-group > .button, .woocommerce form .form-row .btn-group > input.raq-send-request {
  margin-left: 5px;
  margin-right: 5px;
}

.btn.btn-disabled, .woocommerce .quantity .btn-disabled.qty, .woocommerce .cart .btn-disabled.button, .woocommerce form .form-row input.btn-disabled.raq-send-request {
  background: #eee;
  color: inherit;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  color: #2E3F55;
  /* Link */
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-group label span {
  font-weight: 500;
}

.form-control, .search-form-primary fieldset button {
  min-height: 42px;
  border: 0;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 400;
  color: #727272;
  width: 100%;
}
.form-control:focus-visible, .search-form-primary fieldset button:focus-visible {
  box-shadow: none !important;
  outline: none;
}

select.form-control {
  appearance: auto;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #dc0000;
  padding: 6px 8px;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  display: none !important;
}

form.wpcf7-form.sent {
  position: relative;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  position: absolute;
  top: -5%;
  background-color: #398f14;
  left: 50%;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.form-holder .form-group {
  display: block;
}

.row, .section-single-news .content .wp-block-columns, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .woocommerce ul.products.columns-3 .product, .col-md-5, .col-md-6, .section-single-news .content .wp-block-columns .wp-block-column, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .woocommerce ul.products.columns-3 .product {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6, .section-single-news .content .wp-block-columns .wp-block-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 69px;
  height: 63px;
  background-color: #ffffff;
  border: none;
  color: #9E867C;
  font-size: 30px;
  float: left;
  text-align: center;
  padding: 11px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #BA995F;
  color: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -35px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -35px;
}

.pagination-wrapper {
  padding: 1.8rem 0;
  border-top: 1px solid #EAEAEA;
  margin: 2em 0 3em;
}
.pagination-wrapper .nav-links {
  display: block;
}
.pagination-wrapper .nav-links span, .pagination-wrapper .nav-links a {
  display: inline-block;
  vertical-align: middle;
}
.pagination-wrapper .nav-links > ul.page-numbers {
  width: initial !important;
  height: initial !important;
  border-radius: 0 !important;
}
.pagination-wrapper .page-numbers {
  font-weight: 600;
  text-align: center;
  color: #828282;
  line-height: 35px;
  margin: 0 0.3em;
  display: inline-block;
}
.pagination-wrapper .page-numbers.prev {
  color: #BDBDBD;
  font-weight: 700;
}
.pagination-wrapper .page-numbers.next {
  color: #BA995F;
}
.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
  width: auto;
  padding: 0;
}
.pagination-wrapper .page-numbers:not(.next):not(.prev) {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding: 0;
}
.pagination-wrapper span.page-numbers.current {
  background: #BA995F;
  color: #ffffff;
}
.pagination-wrapper span.prev.page-numbers.placeholder {
  margin-right: 1rem;
}
.pagination-wrapper i.fas.fa-chevron-left {
  margin-right: 4px;
}
.pagination-wrapper i.fas.fa-chevron-right {
  margin-left: 6px;
}

.navigation.pagination {
  padding-bottom: 0;
  display: block;
  text-align: center;
}
.navigation.pagination div .page-numbers {
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.navigation.pagination div .page-numbers:first-child {
  border-left: 0;
}
.navigation.pagination div .page-numbers.next {
  margin-left: 1rem;
}

.navigation.pagination div .page-numbers.current, .page-numbers.current {
  border-left: 0;
  background: #29275F;
  border: 0;
  box-sizing: border-box;
  border-radius: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.mobile-nav {
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 300ms ease all;
  z-index: 11;
  visibility: hidden;
  transform: translate3d(99%, 0, 0);
  -webkit-transform: translate3d(99%, 0, 0);
  -moz-transform: translate3d(99%, 0, 0);
  -ms-transform: translate3d(99%, 0, 0);
  -o-transform: translate3d(99%, 0, 0);
}
.mobile-nav.open {
  visibility: visible !important;
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
}
.mobile-nav.open .mobile-nav-content ul {
  opacity: 1;
}
.mobile-nav .menu-item {
  display: block;
  width: 100%;
}
.mobile-nav .menu-item ul li {
  width: 100%;
  display: block;
}
.mobile-nav .menu-item ul li a {
  width: 100%;
  display: block;
}
.mobile-nav .mobile-nav-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 15px 0;
  overflow: auto;
  text-align: left;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mobile-nav .mobile-nav-content .mobile-top {
  display: flex;
  flex-wrap: inherit;
  align-items: start;
  justify-content: space-between;
}
.mobile-nav .mobile-nav-content .hamburger-menu .circle-menu {
  background-color: #F15827;
}
.mobile-nav .mobile-nav-content .hamburger-menu .circle-menu:before {
  transform: rotate(45deg);
  top: 23px;
  left: 13px;
}
.mobile-nav .mobile-nav-content .hamburger-menu .circle-menu:after {
  transform: rotate(-45deg);
  top: 23px;
  left: 13px;
}
.mobile-nav .mobile-nav-content .mobile-body {
  padding: 80px 0;
}
.mobile-nav .mobile-nav-content .mobile-body a {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #000000;
}
.mobile-nav .mobile-nav-content .mobile-body a:hover {
  color: #BA995F;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list {
  margin-top: 10px;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item {
  background-color: #212E3E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item a {
  color: #ffffff;
  padding: 10px 20px;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item a:hover {
  color: #97CA51;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item .cat-item a {
  padding: 5px 10px;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item .nav-flyout-submenu {
  display: none;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item .nav-flyout-submenu .children {
  padding-left: 15px;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item .nav-flyout-submenu .children li a {
  font-weight: normal;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.green .cat-item a {
  color: #97CA51 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.green .cat-item .children a {
  color: #ffffff !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.green .cat-item .children a:hover {
  color: #97CA51 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.orange .cat-item a {
  color: #F15827 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.orange .cat-item .children a {
  color: #ffffff !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.orange .cat-item .children a:hover {
  color: #F15827 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.purple .cat-item a {
  color: #6C4D9F !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.purple .cat-item .children a {
  color: #ffffff !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.purple .cat-item .children a:hover {
  color: #6C4D9F !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue .cat-item a {
  color: #2A70B8 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue .cat-item .children a {
  color: #ffffff !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue .cat-item .children a:hover {
  color: #2A70B8 !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue-light .cat-item a {
  color: #0000FF !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue-light .cat-item .children a {
  color: #ffffff !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .nav-flyout-item.blue-light .cat-item .children a:hover {
  color: #0000FF !important;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .has-children {
  position: relative;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .has-children .mobile-arrows {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 14px;
  color: #fff;
}
.mobile-nav .mobile-nav-content .mobile-body .nav-flyout-list .has-children .mobile-arrows:hover {
  color: #97CA51;
}
@media (max-width: 991px) {
  .mobile-nav .mobile-nav-content .mobile-body {
    padding: 40px 0;
  }
}
.mobile-nav .nav-flyout-list {
  display: block;
}
.mobile-nav .nav-flyout-list li {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  height: auto;
}
.mobile-nav .nav-flyout-list li a {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #000000;
}
.mobile-nav .nav-flyout-list li a:hover {
  color: #BA995F;
}

.hamburger-menu {
  display: none;
  align-items: center;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.hamburger-menu .circle-menu {
  position: relative;
  height: 16px;
  width: 50px;
}
.hamburger-menu .circle-menu:before, .hamburger-menu .circle-menu:after {
  content: "";
}
.hamburger-menu .circle-menu:before, .hamburger-menu .circle-menu:after, .hamburger-menu .circle-menu span {
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: #000000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hamburger-menu .circle-menu:before {
  top: 0;
}
.hamburger-menu .circle-menu:after {
  bottom: 0;
}
.hamburger-menu .circle-menu span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

.open .hamburger-menu .circle-menu {
  height: 46px;
}

.site-navigation {
  display: flex;
  align-items: center;
}

.site-header {
  position: relative;
  z-index: 2;
}

.site-header-main {
  padding: 12px 0;
  background-color: #ffffff;
}
.site-header-main > .container {
  display: flex;
  justify-content: space-between;
}

.menu-utility {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.menu-utility li {
  position: relative;
  margin-left: 10px;
}
.menu-utility li > a {
  background: #F4F6F7;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-utility li > a:hover svg path {
  fill: #97CA51;
}
@media (max-width: 1199px) {
  .menu-utility li > a {
    width: 33px;
    height: 33px;
    padding: 8px;
  }
}
.menu-utility li.cart-nav a > span {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #97CA51;
  color: #fff;
  font-size: 13px;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 12rem;
}
.menu-utility li.dropdown {
  position: relative;
}
.menu-utility li.dropdown .dropdown-menu {
  right: -15px;
  width: max-content;
  padding-top: 15px;
  overflow: hidden;
}
.menu-utility li.dropdown .dropdown-menu .dropdown-item {
  border: none;
}
.menu-utility li.logged_in a {
  background-color: #97ca51;
}
.menu-utility li.logged_in a svg path {
  fill: #fff;
}

.menu-top {
  display: flex;
  align-items: center;
}
.menu-top li {
  margin-left: 6px;
}
.menu-top li > a {
  font-weight: 500;
  display: block;
  padding: 12px 12px;
  color: inherit;
  font-size: 16px;
  line-height: 1;
}
.menu-top li > a:hover {
  color: #97CA51;
}
@media (max-width: 1199px) {
  .menu-top li > a {
    font-size: 14px;
  }
}
.menu-top li.nav-btn-primary a {
  background: #97CA51;
  color: #fff;
  border: 1px solid #97CA51;
  padding-left: 15px;
  padding-right: 15px;
}
.menu-top li.nav-btn-primary a:hover {
  background-color: #8bc43d;
  border: 1px solid #8bc43d;
}
.menu-top li.nav-btn-primary a:active {
  background-color: #709e30;
  border: 1px solid #709e30;
}
.menu-top li.nav-btn-outline a {
  border: 1px solid #97CA51;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .menu-top {
    display: none;
  }
}

.menu-top li.dropdown .dropdown-menu,
.menu-utility li.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -12px;
}
.menu-top li.dropdown .dropdown-menu li,
.menu-utility li.dropdown .dropdown-menu li {
  margin: 0;
}
.menu-top li.dropdown .dropdown-menu .dropdown-item,
.menu-utility li.dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  font-weight: 600;
  display: block;
  padding: 10px 20px;
  background: transparent;
  width: initial;
  height: initial;
  border-radius: 0;
  color: #3F484F;
  line-height: 1;
}
.menu-top li.dropdown .dropdown-menu .dropdown-item:hover,
.menu-utility li.dropdown .dropdown-menu .dropdown-item:hover {
  color: #97CA51;
  background-color: transparent;
}
.menu-top li.dropdown .dropdown-menu .dropdown-menu,
.menu-utility li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.menu-top li.dropdown:hover > .dropdown-menu,
.menu-utility li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.menu-top li.active > .nav-link, .menu-top li.active > .dropdown-item,
.menu-utility li.active > .nav-link,
.menu-utility li.active > .dropdown-item {
  color: #97CA51;
}

.site-header .nav-flyout {
  background-color: #212E3E;
  position: absolute;
  left: 0;
  right: 0;
}
.site-header .nav-flyout-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.site-header .nav-flyout-list .nav-flyout-item {
  width: 15%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}
.site-header .nav-flyout-list .nav-flyout-item:first-child {
  border: 0;
}
.site-header .nav-flyout-list .nav-flyout-item > a {
  display: block;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.site-header .nav-flyout-list .nav-flyout-item > a svg,
.site-header .nav-flyout-list .nav-flyout-item > a img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.site-header .nav-flyout-list .nav-flyout-item > a:hover {
  color: #97CA51;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .site-header .nav-flyout-list .nav-flyout-item > a {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .nav-flyout-list .nav-flyout-item > a {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .nav-flyout-list .nav-flyout-item > a {
    font-size: 13px;
  }
}
.site-header .nav-flyout-list .nav-flyout-item.green .nav-slink,
.site-header .nav-flyout-list .nav-flyout-item.green .nav-flyout-submenu-list > li > a {
  color: #97CA51;
}
.site-header .nav-flyout-list .nav-flyout-item.orange .nav-slink,
.site-header .nav-flyout-list .nav-flyout-item.orange .nav-flyout-submenu-list > li > a {
  color: #F15827;
}
.site-header .nav-flyout-list .nav-flyout-item.orange .nav-flyout-submenu-list > li a:hover {
  color: #F15827;
}
.site-header .nav-flyout-list .nav-flyout-item.orange .nav-flyout-submenu-list li.current-cat > a {
  color: #F15827;
}
.site-header .nav-flyout-list .nav-flyout-item.purple .nav-slink,
.site-header .nav-flyout-list .nav-flyout-item.purple .nav-flyout-submenu-list > li > a {
  color: #6C4D9F;
}
.site-header .nav-flyout-list .nav-flyout-item.purple .nav-flyout-submenu-list > li a:hover {
  color: #6C4D9F;
}
.site-header .nav-flyout-list .nav-flyout-item.purple .nav-flyout-submenu-list li.current-cat > a {
  color: #6C4D9F;
}
.site-header .nav-flyout-list .nav-flyout-item.blue .nav-slink,
.site-header .nav-flyout-list .nav-flyout-item.blue .nav-flyout-submenu-list > li > a {
  color: #2A70B8;
}
.site-header .nav-flyout-list .nav-flyout-item.blue .nav-flyout-submenu-list > li a:hover {
  color: #2A70B8;
}
.site-header .nav-flyout-list .nav-flyout-item.blue .nav-flyout-submenu-list li.current-cat > a {
  color: #2A70B8;
}
.site-header .nav-flyout-list .nav-flyout-item.blue-light .nav-slink,
.site-header .nav-flyout-list .nav-flyout-item.blue-light .nav-flyout-submenu-list > li > a {
  color: #0000FF;
}
.site-header .nav-flyout-list .nav-flyout-item.blue-light .nav-flyout-submenu-list > li a:hover {
  color: #0000FF;
}
.site-header .nav-flyout-list .nav-flyout-item.blue-light .nav-flyout-submenu-list li.current-cat > a {
  color: #0000FF;
}
.site-header .nav-flyout-list .nav-flyout-item .nav-flyout-submenu {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.site-header .nav-flyout-list .nav-flyout-item.active .nav-flyout-submenu {
  visibility: visible;
  display: block;
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}
.site-header .nav-flyout-list .nav-flyout-item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .site-header .nav-flyout {
    display: none;
  }
}
.site-header .nav-flyout-submenu {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  text-align: start;
  padding: 2rem 0;
  overflow: hidden;
  visibility: hidden;
  min-height: 300px;
  box-shadow: rgba(0, 0, 17, 0.231372549) 0 14rem 18rem, rgba(0, 0, 17, 0.231372549) 0 1rem 1rem;
}
.site-header .nav-flyout-submenu .nav-flyout-submenu-list {
  wdith: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}
.site-header .nav-flyout-submenu-open {
  visibility: visible;
  height: 552px;
  transition: height 254ms cubic-bezier(0.4, 0, 0.6, 1);
}
.site-header .nav-flyout-submenu-container {
  display: flex;
}
.site-header .nav-flyout-submenu-group {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 2rem;
  width: 100%;
}
.site-header .nav-flyout-submenu-info {
  display: flex;
  max-width: 300px;
  border-right: 1px solid #eee;
  padding-right: 3rem;
  padding-left: 0;
}
.site-header .nav-flyout-submenu-info h4 {
  font-size: 1.5rem;
}
.site-header .nav-flyout-submenu-info img {
  max-height: 80px;
  max-width: 160px;
  margin-bottom: 1.4rem;
}
.site-header .nav-flyout-submenu-info p {
  font-size: 16px;
  line-height: 1.5;
}
.site-header .nav-flyout-submenu-list {
  position: relative;
}
.site-header .nav-flyout-submenu-list > li a {
  color: #212E3E;
  font-weight: 500;
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.3;
}
.site-header .nav-flyout-submenu-list > li a:hover {
  color: #97CA51;
}
.site-header .nav-flyout-submenu-list > li .children {
  margin-bottom: 22px;
}
.site-header .nav-flyout-submenu-list > li .children > li a {
  font-size: 14px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}
.site-header .nav-flyout-submenu-list li.current-cat-parent > a, .site-header .nav-flyout-submenu-list li.current-cat > a {
  color: #97CA51;
}
.site-header .nav-flyout-submenu-list li .menu-subs {
  position: absolute;
  z-index: 1;
  display: none;
  background: #F4F6F7;
  margin-left: 250px;
  width: 300px;
  min-height: 250px;
  top: 0;
  bottom: 0;
  padding: 1rem 0;
}
.site-header .nav-flyout-submenu-list li .menu-subs li a {
  padding: 5px 20px;
}
.site-header .nav-flyout-submenu-list li .menu-subs .menu-subs {
  background: #dbdfe1;
}
.site-header .nav-flyout-submenu-list li:hover > .menu-subs {
  display: block;
}

.modal-search {
  position: absolute;
  top: 82px;
  opacity: 0;
  visibility: hidden;
  background-color: #212E3E;
  width: 100%;
  height: 82px;
  z-index: 9;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
}
.admin-bar .modal-search {
  top: 114px;
}
.modal-search form {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.modal-search fieldset {
  overflow: hidden;
  display: flex;
}
.modal-search fieldset input,
.modal-search fieldset button {
  height: 55px;
}
.modal-search fieldset input {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #42484c;
}
.modal-search fieldset input::placeholder {
  color: #686d72;
}
.modal-search fieldset input:focus {
  color: #ffffff;
}
.modal-search fieldset button {
  font-weight: 700;
  padding: 15px 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #3b3f42;
  border: 1px solid #42484c;
  margin-left: -1px;
  color: #fff;
}
.modal-search fieldset button svg {
  width: 22px;
  height: auto;
}
.modal-search.open {
  opacity: 1;
  visibility: visible;
}

.nav-slink {
  font-weight: 500;
  display: block;
  padding: 5px 0;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .navbar-brand {
    display: block;
    max-width: 250px;
  }
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-secondary {
  background-color: #BA995F;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .bg-secondary h4, .bg-secondary .section-accreditations .item-content h3, .section-accreditations .item-content .bg-secondary h3, .bg-secondary h6, .bg-secondary .section-single-news .btn-wrap a, .section-single-news .btn-wrap .bg-secondary a, .bg-secondary p {
  color: #ffffff;
}

.bg-black {
  background-color: #97CA51 !important;
}
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .bg-black h4, .bg-black .section-accreditations .item-content h3, .section-accreditations .item-content .bg-black h3, .bg-black h6, .bg-black .section-single-news .btn-wrap a, .section-single-news .btn-wrap .bg-black a, .bg-black p, .bg-black ul li {
  color: #ffffff;
}

.bg-gray {
  background-color: #F4F6F7;
}

.section {
  padding: 5rem 0;
  position: relative;
}
.section-intro {
  max-width: 53.125rem;
  margin: auto;
  position: relative;
}

p.title {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #97CA51;
  font-family: "Inter", sans-serif;
}

.social-media li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.social-media li a {
  display: block;
  color: #3F484F;
  font-size: 1.25rem;
}
.social-media li a:hover {
  color: #97CA51;
}

.title-line {
  position: relative;
  padding-left: 4.375rem;
}
.title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.0625rem;
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #BA995F;
}
@media (max-width: 991px) {
  .title-line:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -0.5rem;
  }
}
@media (max-width: 991px) {
  .title-line {
    padding-left: 0rem;
    margin-bottom: 1.25rem;
  }
}

.title h2 span, .title h3 span {
  color: #BA995F;
}

.software-logo {
  background: #ffffff;
  padding: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.software-logo img {
  max-height: 103px;
  min-height: 103px;
  object-fit: contain;
  object-position: center;
}

.search-item {
  margin-bottom: 30px;
}
.search-item .description {
  margin-bottom: 20px;
}
.search-item .content {
  padding: 40px 0 40px 40px;
}
.search-item .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.search-item .img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.search-item .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.loader-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  text-align: center;
}
.loader-wrapper img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader-floating-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}
.preloader-floating-circles .f_circleG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.672s;
  -o-animation-duration: 0.672s;
  -ms-animation-duration: 0.672s;
  -webkit-animation-duration: 0.672s;
  -moz-animation-duration: 0.672s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
.preloader-floating-circles #frotateG_01 {
  left: 0;
  top: 32px;
  animation-delay: 0.2495s;
  -o-animation-delay: 0.2495s;
  -ms-animation-delay: 0.2495s;
  -webkit-animation-delay: 0.2495s;
  -moz-animation-delay: 0.2495s;
}
.preloader-floating-circles #frotateG_02 {
  left: 9px;
  top: 9px;
  animation-delay: 0.336s;
  -o-animation-delay: 0.336s;
  -ms-animation-delay: 0.336s;
  -webkit-animation-delay: 0.336s;
  -moz-animation-delay: 0.336s;
}
.preloader-floating-circles #frotateG_03 {
  left: 32px;
  top: 0;
  animation-delay: 0.4225s;
  -o-animation-delay: 0.4225s;
  -ms-animation-delay: 0.4225s;
  -webkit-animation-delay: 0.4225s;
  -moz-animation-delay: 0.4225s;
}
.preloader-floating-circles #frotateG_04 {
  right: 9px;
  top: 9px;
  animation-delay: 0.509s;
  -o-animation-delay: 0.509s;
  -ms-animation-delay: 0.509s;
  -webkit-animation-delay: 0.509s;
  -moz-animation-delay: 0.509s;
}
.preloader-floating-circles #frotateG_05 {
  right: 0;
  top: 32px;
  animation-delay: 0.5955s;
  -o-animation-delay: 0.5955s;
  -ms-animation-delay: 0.5955s;
  -webkit-animation-delay: 0.5955s;
  -moz-animation-delay: 0.5955s;
}
.preloader-floating-circles #frotateG_06 {
  right: 9px;
  bottom: 9px;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}
.preloader-floating-circles #frotateG_07 {
  left: 32px;
  bottom: 0;
  animation-delay: 0.7585s;
  -o-animation-delay: 0.7585s;
  -ms-animation-delay: 0.7585s;
  -webkit-animation-delay: 0.7585s;
  -moz-animation-delay: 0.7585s;
}
.preloader-floating-circles #frotateG_08 {
  left: 9px;
  bottom: 9px;
  animation-delay: 0.845s;
  -o-animation-delay: 0.845s;
  -ms-animation-delay: 0.845s;
  -webkit-animation-delay: 0.845s;
  -moz-animation-delay: 0.845s;
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
.content-404 {
  background-color: #F4F6F7;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 140px;
}
.content-404 .container {
  width: 800px;
  max-width: 95%;
  margin: auto;
}
.content-404 h1 {
  font-size: 6.5rem;
}
@media (max-width: 991px) {
  .content-404 h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .content-404 h1 {
    font-size: 3.5rem;
  }
}

.search-form-primary fieldset {
  overflow: hidden;
  display: flex;
}
.search-form-primary fieldset input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form-primary fieldset button {
  color: #ffffff;
  font-weight: 700;
  padding: 19px 20px;
  width: 25%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.section-footer-cta {
  padding: 1rem;
  min-height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.section-footer-cta .btn-group {
  margin-top: 2rem;
}
.section-footer-cta .btn-group .btn, .section-footer-cta .btn-group .woocommerce .quantity .qty, .woocommerce .quantity .section-footer-cta .btn-group .qty, .section-footer-cta .btn-group .woocommerce .cart .button, .woocommerce .cart .section-footer-cta .btn-group .button, .section-footer-cta .btn-group .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-footer-cta .btn-group input.raq-send-request {
  min-width: 255px;
  margin: 5px;
}

.site-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.site-footer-top .logo-association li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.site-footer-top .logo-association li a {
  display: block;
}
.site-footer-top .logo-association li a img {
  max-height: 65px;
}
@media (max-width: 767px) {
  .site-footer-top .logo-association {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer-top {
    display: block;
    text-align: center;
  }
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EFEFEF;
  padding: 18px 0;
}
.site-footer-bottom p {
  margin: 0;
  font-size: 1rem;
}
.site-footer-bottom a {
  color: inherit;
  transition: all 0.3s ease;
}
.site-footer-bottom a:hover {
  color: #97CA51;
}
@media (max-width: 767px) {
  .site-footer-bottom {
    display: block;
    text-align: center;
  }
  .site-footer-bottom .social-media {
    margin-top: 15px;
    justify-content: center;
  }
}

.social-media {
  display: flex;
  align-items: center;
}
.social-media li {
  margin-left: 8px;
}
.social-media li a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  border-radius: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-media li a:hover {
  border-color: #97CA51;
}
.social-media li a:hover svg path {
  fill: #97CA51;
}

.footer-credits {
  background-color: #F4F6F7;
  font-size: 75%;
  padding: 12px 0;
}

body#tinymce {
  margin: 12px !important;
}

.masterhead {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4.4rem;
}
.masterhead .container {
  z-index: 1;
}
.masterhead:before {
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 59.71%, #000 130.15%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
}
.masterhead-md {
  min-height: 42rem;
}
@media (max-width: 991px) {
  .masterhead {
    padding-top: 0;
  }
}

.masterhead-subpage {
  height: 29.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 6.25rem;
}
.masterhead-subpage h1 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .masterhead-subpage {
    height: 23.5625rem;
  }
}

.excerpt-banner {
  color: #ffffff;
  max-width: 40rem;
  margin: auto;
}

.masterhead-subpage-right {
  height: 50rem;
  justify-content: left;
  text-align: left;
  align-items: flex-end;
  padding-bottom: 7em;
}
.masterhead-subpage-right .excerpt-banner {
  margin: 0;
}

.masterhead-page {
  min-height: 300px;
  background: #F4F6F7;
}
.masterhead-page:before {
  display: none;
}

.masterhead-single:before {
  display: none;
}

@keyframes rotateCircleText {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.masterhead-subpage .cir-cas {
  background: #F4F6F7;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 5;
}
.masterhead-subpage .cir-cas.fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 120px;
  height: 120px;
}
.masterhead-subpage .cir-cas.fixed svg, .masterhead-subpage .cir-cas.fixed .svg {
  max-width: 55%;
  display: block;
}
.masterhead-subpage svg, .masterhead-subpage .svg {
  position: absolute;
}
.masterhead-subpage .cir-cas-rotate {
  transform: rotate(0);
  will-change: transform;
  animation: rotateCircleText 20s linear forwards infinite;
  width: 100%;
  height: 100%;
  display: block;
  padding: 6%;
}
@media (max-width: 1024px) {
  .masterhead-subpage .cir-cas {
    width: 180px;
    height: 180px;
    margin: auto;
    position: absolute;
    right: 50%;
    left: auto;
    bottom: 50%;
    top: auto;
    transform: translate(50%, -50%);
  }
  .masterhead-subpage .cir-cas.fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 120px;
    height: 120px;
    transform: translate(0%, 0%);
  }
  .masterhead-subpage .cir-cas.fixed svg, .masterhead-subpage .cir-cas.fixed .svg {
    max-width: 55%;
    display: block;
  }
  .masterhead-subpage svg, .masterhead-subpage .svg {
    width: 40%;
  }
}

.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.tabs > li {
  margin: 0;
  cursor: pointer;
  background-color: #F4F6F7;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 16px 7px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.tabs > li.current {
  background: #97CA51;
  color: #ffffff;
  pointer-events: none;
}
.tabs > li:hover {
  color: #97CA51;
}
.tabs-l2 {
  justify-content: space-between;
}
.tabs-l2 > li {
  background: rgba(226, 234, 236, 0.37);
  width: 32.5%;
  padding: 1em;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.0475rem;
  margin-right: 0;
}
.tabs-l2 > li.current {
  background: #ffffff;
  color: #97CA51;
}
.tabs-l2 > li:hover {
  background-color: #ffffff;
}
.tabs-product-info > li svg {
  width: 16px;
  height: 15px;
  margin-left: 5px;
}
.tabs-product-info > li svg path {
  fill: #212E3E;
}
.tabs-product-info > li.current svg path {
  fill: #ffffff;
}
.tabs-product-info > li:hover svg path {
  fill: #97CA51;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 2.5rem;
}
.tab-content.tab-content-product {
  background-color: #F4F6F7;
  margin-top: 1.5rem;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .tab-content.tab-content-product .tab-thumb {
    margin-top: 30px;
  }
}
.tab-content .woocommerce ul.products li.product {
  padding: 1.5rem 1.5rem 5rem;
  position: relative;
}
.tab-content .woocommerce ul.products li.product .button {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.tab-content a.popup-link {
  color: #3F484F;
}

.tab-content.current {
  display: block;
}

.section-tabs .card-product .card-img {
  border-bottom: 0;
  text-align: center;
  padding: 2em 0;
}
.section-tabs .card-product .card-img img {
  object-fit: contain;
  object-position: center;
  height: 13.4375rem;
  width: 100%;
}
.section-tabs .button-holder .btn, .section-tabs .button-holder .woocommerce .quantity .qty, .woocommerce .quantity .section-tabs .button-holder .qty, .section-tabs .button-holder .woocommerce .cart .button, .woocommerce .cart .section-tabs .button-holder .button, .section-tabs .button-holder .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-tabs .button-holder input.raq-send-request {
  font-size: 1.0625rem;
  padding: 0.75rem 1.875rem;
}

.page-content {
  padding: 3rem 0;
}

.entry-content :after {
  content: "";
  clear: both;
  display: table;
}

.copy ul > li {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  font-size: 1.2rem;
}
.copy ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: #97CA51;
  display: block;
  border-radius: 55rem;
  margin-right: 0.6rem;
  margin-top: 10.3px;
}

.section-therm-blocks a {
  color: #3F484F;
}

.masterhead-home {
  height: 100vh;
  margin-top: -74px;
  max-height: 1200px;
  min-height: 550px;
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.masterhead-home .slider-home img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-height: 1000px;
}
.masterhead-home .slider-home .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: #f4f6f7;
  left: 20px;
  z-index: 9;
  font-size: 27px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.masterhead-home .slider-home .slick-arrow:hover {
  background-color: #97CA51;
  color: #ffffff;
}
.masterhead-home .slider-home .slick-next {
  right: 20px;
  left: initial;
}
.masterhead-home .masterhead-copy {
  color: #ffffff;
  max-width: 56.25rem;
  position: absolute;
  bottom: 12%;
  z-index: 1;
}
.masterhead-home .masterhead-copy .h1 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .masterhead-home .masterhead-copy {
    padding: 0 15px;
  }
}
.masterhead-home .btn-group {
  margin-top: 2rem;
}
@media (max-width: 567px) {
  .masterhead-home .btn-group .btn, .masterhead-home .btn-group .woocommerce .quantity .qty, .woocommerce .quantity .masterhead-home .btn-group .qty, .masterhead-home .btn-group .woocommerce .cart .button, .woocommerce .cart .masterhead-home .btn-group .button, .masterhead-home .btn-group .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .masterhead-home .btn-group input.raq-send-request {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .masterhead-home {
    padding-top: 0;
  }
}
@media (max-width: 567px) {
  .masterhead-home {
    padding-bottom: 3rem;
  }
}

.btn-group .btn, .btn-group .woocommerce .quantity .qty, .woocommerce .quantity .btn-group .qty, .btn-group .woocommerce .cart .button, .woocommerce .cart .btn-group .button, .btn-group .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .btn-group input.raq-send-request {
  min-width: 200px;
}

.video-container {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-about {
  background-color: #212E3E;
  padding: 3rem 0 0;
  box-shadow: 0 -17rem inset #fff;
}
.section-about .section-copy {
  padding: 0;
  max-width: 920px;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.section-about .section-copy .btn, .section-about .section-copy .woocommerce .quantity .qty, .woocommerce .quantity .section-about .section-copy .qty, .section-about .section-copy .woocommerce .cart .button, .woocommerce .cart .section-about .section-copy .button, .section-about .section-copy .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-about .section-copy input.raq-send-request {
  margin-top: 1rem;
}
.section-about .section-copy h2 {
  margin-bottom: 1.2rem;
}
.section-about .section-copy h6, .section-about .section-copy .section-single-news .btn-wrap a, .section-single-news .btn-wrap .section-about .section-copy a {
  margin-bottom: 1rem;
}

.section-featured-img {
  height: 600px;
  background-size: cover;
  background-position: center;
  width: 100vw;
}

.cas-stats {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cas-stats {
    flex-wrap: wrap;
  }
  .cas-stats li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .cas-stats li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-stats {
  padding: 3.5rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.section-stats.bt {
  border-bottom: 0;
  border-top: 1px solid #E5E5E5;
}

.cas-stats li {
  border-left: 1px solid #2A70B8;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.cas-stats li h3 {
  font-size: 4rem;
  line-height: 0.8;
  color: #2A70B8;
  letter-spacing: -3px;
}
.cas-stats li h3 sup {
  font-size: 50%;
  left: -4px;
  top: -0.7em;
}
.cas-stats p.title {
  color: inherit;
  text-transform: none;
  margin-top: 14px;
  font-size: inherit;
}

.section-h {
  margin-bottom: 3rem;
}
.section-h h2 {
  margin-bottom: 1rem;
}
.section-h .btn-group {
  margin-top: 2rem;
}

.section-products-cat {
  padding: 5rem 0;
}
.section-products-cat .card-body h5, .section-products-cat .card-body .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .section-products-cat .card-body h4, .section-products-cat .card-body .section-accreditations .item-content h3, .section-accreditations .item-content .section-products-cat .card-body h3 {
  font-size: 17px;
}
@media (max-width: 1199px) {
  .section-products-cat .card-body h5, .section-products-cat .card-body .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .section-products-cat .card-body h4, .section-products-cat .card-body .section-accreditations .item-content h3, .section-accreditations .item-content .section-products-cat .card-body h3 {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .section-products-cat .card-body h5, .section-products-cat .card-body .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .section-products-cat .card-body h4, .section-products-cat .card-body .section-accreditations .item-content h3, .section-accreditations .item-content .section-products-cat .card-body h3 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .section-products-cat .card-body .btn, .section-products-cat .card-body .woocommerce .quantity .qty, .woocommerce .quantity .section-products-cat .card-body .qty, .section-products-cat .card-body .woocommerce .cart .button, .woocommerce .cart .section-products-cat .card-body .button, .section-products-cat .card-body .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-cat .card-body input.raq-send-request {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .section-products-cat .card-body .btn, .section-products-cat .card-body .woocommerce .quantity .qty, .woocommerce .quantity .section-products-cat .card-body .qty, .section-products-cat .card-body .woocommerce .cart .button, .woocommerce .cart .section-products-cat .card-body .button, .section-products-cat .card-body .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-cat .card-body input.raq-send-request {
    font-size: 12px;
    padding: 12px;
  }
}
.section-products-cat .section-footer {
  text-align: center;
  margin-top: 3.5rem;
}
.section-products-cat .section-footer .btn, .section-products-cat .section-footer .woocommerce .quantity .qty, .woocommerce .quantity .section-products-cat .section-footer .qty, .section-products-cat .section-footer .woocommerce .cart .button, .woocommerce .cart .section-products-cat .section-footer .button, .section-products-cat .section-footer .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-cat .section-footer input.raq-send-request {
  min-width: 220px;
}
@media (max-width: 991px) {
  .section-products-cat .section-footer .btn, .section-products-cat .section-footer .woocommerce .quantity .qty, .woocommerce .quantity .section-products-cat .section-footer .qty, .section-products-cat .section-footer .woocommerce .cart .button, .woocommerce .cart .section-products-cat .section-footer .button, .section-products-cat .section-footer .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-cat .section-footer input.raq-send-request {
    margin: 10px 0;
    display: block;
  }
}
.section-products-cat .row, .section-products-cat .section-single-news .content .wp-block-columns, .section-single-news .content .section-products-cat .wp-block-columns, .section-products-cat .woocommerce ul.products, .woocommerce .section-products-cat ul.products {
  margin-right: -10px;
  margin-left: -10px;
}
.section-products-cat .row .column, .section-products-cat .section-single-news .content .wp-block-columns .column, .section-single-news .content .section-products-cat .wp-block-columns .column, .section-products-cat .woocommerce ul.products .column, .woocommerce .section-products-cat ul.products .column {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .section-products-cat .col {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-products-cat .column {
    margin-bottom: 30px;
  }
}

.category-carousel .slick-list {
  overflow: visible;
}
.category-carousel .slick-prev,
.category-carousel .slick-next {
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 55rem;
  position: absolute;
  top: -6rem;
  right: 0;
  background-color: #F4F6F7;
  font-size: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  z-index: 1;
}
.category-carousel .slick-prev:hover,
.category-carousel .slick-next:hover {
  cursor: pointer;
  background-color: #97CA51;
  color: #ffffff;
}
@media (max-width: 991px) {
  .category-carousel .slick-prev,
  .category-carousel .slick-next {
    top: 50%;
    transform: translate(-50%, 0);
  }
}
.category-carousel .slick-prev {
  right: 70px;
}
@media (max-width: 991px) {
  .category-carousel .slick-prev {
    left: 30px;
    right: auto;
  }
}

.carousel-item {
  margin-right: 30px;
  width: 390px;
}

.card-pc {
  background: #ffffff;
  display: block;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 350px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  padding: 1.4rem;
  justify-content: center;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.card-pc h5, .card-pc .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .card-pc h4, .card-pc .section-accreditations .item-content h3, .section-accreditations .item-content .card-pc h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 25px;
  width: 100%;
}
.card-pc img {
  max-width: 220px;
  height: 80px;
  margin-top: 2rem;
  object-fit: contain;
  transition: 0.3s all ease-in-out;
}
.card-pc:hover img {
  opacity: 1;
}
.card-pc:hover.green {
  box-shadow: 0 0 0 6px inset #97CA51;
}
.card-pc:hover.orange {
  box-shadow: 0 0 0 6px inset #F15827;
}
.card-pc:hover.blue {
  box-shadow: 0 0 0 6px inset #2A70B8;
}
.card-pc:hover.purple {
  box-shadow: 0 0 0 6px inset #6C4D9F;
}
.card-pc:hover.blue-light {
  box-shadow: 0 0 0 6px inset #0000FF;
}
.card-pc:hover.red {
  box-shadow: 0 0 0 6px inset #ec1c24;
}

.section-services-card {
  display: inline-block;
  background: #212E3E;
  padding: 2rem 2.5rem 2.5rem;
  color: #fff;
  min-width: 25rem;
  min-height: 500px;
}
.section-services-card .btn, .section-services-card .woocommerce .quantity .qty, .woocommerce .quantity .section-services-card .qty, .section-services-card .woocommerce .cart .button, .woocommerce .cart .section-services-card .button, .section-services-card .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-services-card input.raq-send-request {
  margin-top: 1.4rem;
}
.section-services-card .list-check a {
  color: #ffffff;
}
.section-services-card .row, .section-services-card .section-single-news .content .wp-block-columns, .section-single-news .content .section-services-card .wp-block-columns, .section-services-card .woocommerce ul.products, .woocommerce .section-services-card ul.products {
  margin-right: -10px;
  margin-left: -10px;
}
.section-services-card .row .col, .section-services-card .section-single-news .content .wp-block-columns .col, .section-single-news .content .section-services-card .wp-block-columns .col, .section-services-card .woocommerce ul.products .col, .woocommerce .section-services-card ul.products .col {
  padding-right: 10px;
  padding-left: 10px;
}

.section-services {
  background-size: cover;
  background-position: center top;
  padding: 13rem 0;
  margin-top: -8rem;
}
@media (max-width: 991px) {
  .section-services {
    margin-top: 0;
  }
}

.section-c-products {
  padding: 6rem 0;
}
.section-c-products .section-h {
  text-align: left;
  margin-bottom: 2.5rem;
}
.section-c-products .section-h h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .section-c-products .col-md-4, .section-c-products .woocommerce ul.products.columns-3 .product, .woocommerce ul.products.columns-3 .section-c-products .product {
    margin-bottom: 30px;
  }
}
.section-c-products .card-product {
  height: 100%;
  border: 1px solid #E1E1E1;
}
.section-c-products .card-product .card-body {
  border: none;
}
.section-c-products .card-product .card-img img {
  min-height: 213px;
  max-height: 213px;
  object-fit: cover;
  object-position: center;
  display: table;
  margin: auto;
}
.section-c-products .card-product h5, .section-c-products .card-product .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .section-c-products .card-product h4, .section-c-products .card-product .section-accreditations .item-content h3, .section-accreditations .item-content .section-c-products .card-product h3 {
  margin-bottom: 1rem !important;
}
.section-c-products .card-product .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}

.card-product {
  overflow: hidden;
}
.card-product .card-body {
  padding: 1.4rem;
  font-size: 1.1rem;
  border: 1px solid #E1E1E1;
  border-top: 0;
}
.card-product .card-body h5, .card-product .card-body .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .card-product .card-body h4, .card-product .card-body .section-accreditations .item-content h3, .section-accreditations .item-content .card-product .card-body h3 {
  margin-bottom: 0.375rem;
}
.card-product .card-img {
  border-bottom: 1px solid #E1E1E1;
}

.section-history {
  padding-top: 0;
}

.section-about-intro {
  padding: 5rem 0 0;
}

.history-card {
  border: 1px solid #ddd;
  padding: 2rem;
}

.timeline-holder {
  position: relative;
  overflow: hidden;
  padding-top: 4em;
}
.timeline-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.0625rem;
  width: 0.0625rem;
  height: 100%;
  background: #D9D9D9;
  z-index: 1;
}
@media (max-width: 767px) {
  .timeline-holder:before {
    left: 32px !important;
  }
}
@media (max-width: 767px) {
  .timeline-holder {
    padding-left: 30px;
  }
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.marker {
  height: 80px;
  color: #97CA51;
  background-color: #ffffff;
  z-index: 9999;
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -32px;
  width: 75px;
}

.timeline-desc {
  align-items: center;
}

.timeline-content {
  width: 89%;
  background: #F4F6F7;
}
.timeline-content p {
  font-size: 1.0625rem;
  color: #3F484F;
}
@media (max-width: 991px) {
  .timeline-content {
    width: 100%;
  }
}

.timeline-caption {
  width: 45%;
  padding: 1rem 1.5rem;
}
@media (max-width: 991px) {
  .timeline-caption {
    width: 100%;
    padding: 15px 0 0;
  }
}

.card-values-row {
  display: flex;
  margin-top: 2rem;
}

.card-values {
  width: 25%;
  border: 1px solid #ddd;
  padding: 2rem 1.5rem;
  margin-left: -1px;
}

.timeline-img {
  width: 55%;
}
.timeline-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .timeline-img img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .timeline-img img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .timeline-img {
    width: 100%;
  }
}

.timeline-desc .timeline-img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .timeline-desc {
    display: block;
  }
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
}
.timeline-block-left .timeline-desc {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .timeline-block-left {
    flex-direction: row-reverse;
  }
  .timeline-block-left .marker {
    margin-right: -32px;
  }
}

@media screen and (max-width: 768px) {
  .timeline-holder:before {
    left: 0.5rem;
    width: 0.125rem;
  }
  .timeline-block {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .timeline-block-right {
    float: none;
  }
  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}
.section-values {
  background-color: #F4F6F7;
}
.section-values:before {
  content: "";
  background-color: #E9EDEF;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-choose .column {
  border-right: 1px solid #D9D9D9;
}
.section-choose .column:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .section-choose .column {
    margin-bottom: 30px;
    border-right: none;
  }
}
.section-choose .section-cas {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  height: 100%;
}

.section-choose-us .section-intro h3 {
  text-transform: uppercase;
  color: #97CA51;
}

.colimg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.colimg img {
  width: 50%;
}

.about-wwa-section-2 {
  padding: 4rem 0;
  background: #f4f6f7;
}
.about-wwa-section-2 .section-copy {
  padding: 2.5rem 0;
  padding-left: 2rem;
}

.wwa-inline-link {
  display: flex;
  margin-bottom: 1rem;
}
.wwa-inline-link li {
  margin-right: 10px;
}

.card-wwd {
  display: block;
  text-align: center;
  text-align: center;
}

.card-wwd i {
  width: 150px;
  height: 150px;
  background: #97ca51;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1rem;
}

.about-wwa-section-3 {
  padding: 4rem 0;
}

.about-wwa-section-3 h3 {
  margin-bottom: 3rem;
  text-align: center;
}

.list li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 55rem;
  background-color: #97CA51;
  margin-top: 8px;
  margin-right: 5px;
}

.contact-col {
  border: 2px solid #E1E1E1;
  padding: 1.875rem 1.875rem 4.6875rem;
  color: #212E3E;
  position: relative;
  height: 100%;
}
.contact-col .btn, .contact-col .woocommerce .quantity .qty, .woocommerce .quantity .contact-col .qty, .contact-col .woocommerce .cart .button, .woocommerce .cart .contact-col .button, .contact-col .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .contact-col input.raq-send-request {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}
.contact-col p a {
  font-weight: 700;
  color: #212E3E;
}
.contact-col:hover {
  border-color: #97CA51;
}

.card-default-light {
  border: 3px solid #97CA51;
  padding: 2em;
  background-color: #ffffff;
}
.card-default-light h5, .card-default-light .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .card-default-light h4, .card-default-light .section-accreditations .item-content h3, .section-accreditations .item-content .card-default-light h3 {
  color: #212E3E;
}

.contact-info h6, .contact-info .section-single-news .btn-wrap a, .section-single-news .btn-wrap .contact-info a {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #212E3E;
}
.contact-info a, .contact-info p {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  color: #97CA51;
}
.contact-info p {
  color: #727272;
}

.contact-text p {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.contact-text p:first-child {
  width: 30%;
}

@media (max-width: 991px) {
  .section-cta-columns .column {
    margin-bottom: 30px;
  }
}

.proj-img {
  overflow: hidden;
  position: relative;
}
.proj-img:before {
  content: "";
  background: linear-gradient(261deg, rgba(0, 0, 0, 0) 29.13%, #000 125.89%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
}
.proj-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1, 1);
  transition: transform 0.6s ease-in-out;
  filter: grayscale(100%);
}
.proj-img:hover img {
  transform: scale(1.1, 1.1);
  filter: grayscale(0);
}

.project-desc {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  z-index: 1;
}
.project-desc p {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.project-desc h3, .project-desc h4 {
  color: #ffffff;
}

.featured-project .proj-img img {
  height: 36.125rem;
}

.section-products-landing {
  padding-top: 4rem;
}

.project-grid .proj-img img {
  height: 400px;
}
.project-grid .full-column .proj-img img {
  height: 36.125rem;
}

.gallery-continue .full-width img {
  width: 100%;
}

.section-single-projects .full-width,
.section-single-projects .column-2 {
  margin-bottom: 30px;
}
.section-single-projects .post-thumbnail {
  margin-bottom: 30px;
}
.section-single-projects .post-thumbnail img {
  width: 100%;
  filter: grayscale(100%);
  transition: all ease-in-out 0.2s;
}
.section-single-projects .post-thumbnail img:hover {
  filter: grayscale(0);
}
.section-single-projects .images-list img {
  filter: grayscale(100%);
  transition: all ease-in-out 0.2s;
}
.section-single-projects .images-list img:hover {
  filter: grayscale(0);
}

.project-details {
  margin-bottom: 30px;
}
.project-details .features {
  font-weight: bold;
}
.project-details ul {
  margin-bottom: 1rem;
}
.project-details ul li {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
.project-details ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: #97CA51;
  display: block;
  border-radius: 55rem;
  margin-right: 0.6rem;
  margin-top: 10.3px;
}
.project-details p span {
  font-weight: bold;
}

.section-service-info {
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}
.section-service-info h5, .section-service-info .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .section-service-info h4, .section-service-info .section-accreditations .item-content h3, .section-accreditations .item-content .section-service-info h3 {
  margin-bottom: 1.5rem;
}
.section-service-info .copy {
  margin-bottom: 3rem;
  max-width: 950px;
}
.section-service-info .copy h2 {
  margin-bottom: 0.8rem;
}
.section-service-info .copy .btn, .section-service-info .copy .woocommerce .quantity .qty, .woocommerce .quantity .section-service-info .copy .qty, .section-service-info .copy .woocommerce .cart .button, .woocommerce .cart .section-service-info .copy .button, .section-service-info .copy .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-service-info .copy input.raq-send-request {
  margin-top: 0.8rem;
}

.image-horiz {
  width: 100vw;
}
.image-horiz img {
  height: 520px;
  width: auto;
  margin-right: 1rem;
}

.card-l2 {
  border: 1px solid #ddd;
  text-align: center;
  padding: 1rem 0;
}

.list-l3 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.list-l3 li {
  border-top: 1px solid #ddd;
  padding: 12px 0;
}

.grid-listing .services-img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-listing .services-img {
    height: 500px;
  }
}
.grid-listing .services-desc {
  padding: 40px 0 40px 60px;
}
.grid-listing .services-desc h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .grid-listing .services-desc {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .grid-listing .services-desc {
    padding: 30px 0;
  }
}
.grid-listing .grid-item {
  margin-bottom: 5rem;
}
.grid-listing .grid-item .title-logo {
  margin-bottom: 20px;
}
.grid-listing .grid-item:last-child {
  margin-bottom: 0;
}
.grid-listing .grid-item:nth-child(even):before {
  right: 0;
  left: initial;
}
.grid-listing .grid-item:nth-child(even) .services-desc {
  padding-right: 60px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .grid-listing .grid-item:nth-child(even) .services-desc {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .grid-listing .grid-item:nth-child(even) .services-desc {
    padding: 30px 0;
  }
}
.grid-listing .grid-item:nth-child(even) .row, .grid-listing .grid-item:nth-child(even) .section-single-news .content .wp-block-columns, .section-single-news .content .grid-listing .grid-item:nth-child(even) .wp-block-columns, .grid-listing .grid-item:nth-child(even) .woocommerce ul.products, .woocommerce .grid-listing .grid-item:nth-child(even) ul.products {
  flex-direction: row-reverse;
}

.section-powdering .services-desc img {
  margin-bottom: 20px;
}
.section-powdering .box-white {
  margin-top: 80px;
  display: flex;
  background-color: #ffffff;
  padding: 30px;
  align-items: center;
}
.section-powdering .box-white h3 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
.section-powdering .box-white .img-wrap {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 60px 0 30px;
  text-align: center;
  border-right: 1px solid #E3E3E3;
}
.section-powdering .box-white .img-wrap img {
  margin: 0 auto;
}
.section-powdering .box-white .content {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 60px;
}

.section-tab-services .section-tabs .tabs li {
  text-transform: none;
}
.section-tab-services .popup-link {
  display: block;
  border: none;
  width: 100%;
  background-color: #fff;
  height: 100%;
  border: 1px solid #E1E1E1;
  transition: all 0.3s ease;
}
.section-tab-services .popup-link .card-body {
  border: none;
}
.section-tab-services .popup-link:hover, .section-tab-services .popup-link:focus {
  cursor: pointer;
  border-color: #97CA51;
}
.section-tab-services .section-tabs .md-content img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .section-tab-services .section-tabs .md-content img {
    height: auto;
    width: auto;
  }
}

.md-modal {
  max-height: 90%;
  overflow: hidden;
  overflow-y: scroll;
}
.md-modal ul {
  margin-bottom: 1rem;
}
.md-modal ul li {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
.md-modal ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: #97CA51;
  display: block;
  border-radius: 55rem;
  margin-right: 0.6rem;
  margin-top: 10.3px;
}
.md-modal .md-close {
  top: 10px !important;
  right: 10px !important;
  z-index: 1;
}

.modal-tooling .md-content img {
  max-height: 500px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.tooling-list .column .card-product {
  height: 100%;
}
.tooling-list .column .card-product .md-trigger {
  height: 100%;
}

.section-products-landing .content {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 870px;
}
.section-products-landing .content p {
  font-size: 22px;
}
.section-products-landing .column {
  margin-bottom: 30px;
}
.section-products-landing .product-category-item {
  border: 1px solid #97CA51;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
}
.section-products-landing .img-wrap {
  object-fit: cover;
  width: 100%;
  height: 230px;
  background-color: #ffffff;
}
.section-products-landing .inner-content {
  display: flex;
  padding: 30px;
}
.section-products-landing .inner-content .content-left {
  width: 60%;
  border-right: 1px solid #EAEAEA;
  padding-right: 30px;
}
.section-products-landing .inner-content .content-left h2 {
  font-size: 30px;
}
.section-products-landing .inner-content .content-left .description p {
  font-size: 17px;
}
.section-products-landing .inner-content .content-right {
  width: 40%;
  padding-left: 30px;
  text-align: center;
}
.section-products-landing .inner-content .content-right .logo-wrap {
  margin-bottom: 30px;
}
.section-products-landing .inner-content .content-right .logo-wrap img {
  width: 151px;
  height: 89px;
  object-fit: contain;
}
.section-products-landing .product-category-item-orange {
  border-color: #F15827;
}
.section-products-landing .product-category-item-orange .btn, .section-products-landing .product-category-item-orange .woocommerce .quantity .qty, .woocommerce .quantity .section-products-landing .product-category-item-orange .qty, .section-products-landing .product-category-item-orange .woocommerce .cart .button, .woocommerce .cart .section-products-landing .product-category-item-orange .button, .section-products-landing .product-category-item-orange .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-landing .product-category-item-orange input.raq-send-request {
  background-color: #F15827;
}
.section-products-landing .product-category-item-skyblue {
  border-color: #2A70B8;
}
.section-products-landing .product-category-item-skyblue .btn, .section-products-landing .product-category-item-skyblue .woocommerce .quantity .qty, .woocommerce .quantity .section-products-landing .product-category-item-skyblue .qty, .section-products-landing .product-category-item-skyblue .woocommerce .cart .button, .woocommerce .cart .section-products-landing .product-category-item-skyblue .button, .section-products-landing .product-category-item-skyblue .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-landing .product-category-item-skyblue input.raq-send-request {
  background-color: #2A70B8;
}
.section-products-landing .product-category-item-dark {
  border-color: #3F484F;
}
.section-products-landing .product-category-item-dark .btn, .section-products-landing .product-category-item-dark .woocommerce .quantity .qty, .woocommerce .quantity .section-products-landing .product-category-item-dark .qty, .section-products-landing .product-category-item-dark .woocommerce .cart .button, .woocommerce .cart .section-products-landing .product-category-item-dark .button, .section-products-landing .product-category-item-dark .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-landing .product-category-item-dark input.raq-send-request {
  background-color: #3F484F;
}
.section-products-landing .product-category-item-purple {
  border-color: #6C4D9F;
}
.section-products-landing .product-category-item-purple .btn, .section-products-landing .product-category-item-purple .woocommerce .quantity .qty, .woocommerce .quantity .section-products-landing .product-category-item-purple .qty, .section-products-landing .product-category-item-purple .woocommerce .cart .button, .woocommerce .cart .section-products-landing .product-category-item-purple .button, .section-products-landing .product-category-item-purple .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-landing .product-category-item-purple input.raq-send-request {
  background-color: #6C4D9F;
}
.section-products-landing .product-category-item-blue {
  border-color: #0000FF;
}
.section-products-landing .product-category-item-blue .btn, .section-products-landing .product-category-item-blue .woocommerce .quantity .qty, .woocommerce .quantity .section-products-landing .product-category-item-blue .qty, .section-products-landing .product-category-item-blue .woocommerce .cart .button, .woocommerce .cart .section-products-landing .product-category-item-blue .button, .section-products-landing .product-category-item-blue .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-products-landing .product-category-item-blue input.raq-send-request {
  background-color: #0000FF;
}

.woocommerce .add-request-quote-button.button {
  background-color: #97cb51 !important;
  border: 1px solid #97cb51;
  width: 100%;
  display: block;
}
.woocommerce .add-request-quote-button.button:hover {
  background-color: #8bc43d !important;
  border: 1px solid #8bc43d;
}

.qib-button:not(#qib_id):not(#qib_id) {
  display: inline-block !important;
}

.qib-button:not(#qib_id):not(#qib_id) {
  background-color: #eee;
}

.section-download-categories {
  padding: 2rem 0 5rem 0;
  background-color: #F4F6F7;
}
.section-download-categories .btn-list {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.section-download-categories .btn-list a {
  margin: 4px;
}
@media (max-width: 767px) {
  .section-download-categories .btn-list a {
    width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .section-download-categories .btn-list a {
    width: calc(100% - 8px);
  }
}

.page-template-template-downloads .masterhead-prod-cat-sub .masterhead-copy {
  width: 100%;
}
.page-template-template-downloads .masterhead-prod-cat-sub .masterhead-copy h1, .page-template-template-downloads .masterhead-prod-cat-sub .masterhead-copy .h1 {
  font-size: 2.5rem;
}
.page-template-template-downloads .section-download-categories {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs {
  flex-wrap: wrap;
  padding: 0px 4px;
}
.page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li {
  padding: 15px 20px 15px;
  margin: 4px 4px;
  font-size: 15px;
  text-transform: none;
  white-space: break-spaces;
  background-color: #fbfbfb;
}
.page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li.current {
  background: #97CA51;
}
@media (max-width: 991px) {
  .page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li {
    width: calc(25% - 8px);
    background-color: #fbfbfb;
    padding: 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 580px) {
  .page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .page-template-template-downloads .section-download-categories .section-tabs .tab-nav-scroll .tabs li {
    width: calc(100% - 8px);
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .tab-content {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .tab-content {
    padding: 1rem;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs {
  background-color: #fbfbfb;
  display: flex;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs {
    display: block;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-single .tab-nav-scroll {
  display: none;
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-single .tab-contents {
  width: 100%;
}
@media (min-width: 1180px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-single .tab-contents .col-md-3 {
    flex: 0 0 285px;
    max-width: 285px;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll {
  width: 20%;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll {
    width: 100%;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs {
  display: block;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs {
    display: flex;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li {
  display: block;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li {
    width: calc(33.33% - 8px);
    padding: 5px 5px 5px;
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li {
    width: calc(100% - 8px);
  }
}
@media (min-width: 766px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li ~ li {
    width: 95%;
    margin-left: 5%;
    background-color: #edf1f3;
  }
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-nav-scroll .tabs li ~ li.current {
    background: #97CA51;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-contents {
  width: 80%;
}
@media (max-width: 767px) {
  .page-template-template-downloads .section-download-categories .section-tabs .section-tabs.tabs-multiple .tab-contents {
    width: 100%;
  }
}
.page-template-template-downloads .section-download-categories .section-tabs .section-tabs .tab-contents .tab-content {
  background-color: transparent;
}

.masterhead-prod-cat {
  background-color: #212E3E;
}
.masterhead-prod-cat .masterhead-copy {
  max-width: 500px;
  color: #ffffff;
}
.masterhead-prod-cat .masterhead-copy img {
  width: auto;
  height: 125px;
  margin-bottom: 2rem;
}
.masterhead-prod-cat.no-bg {
  min-height: 350px;
}
.masterhead-prod-cat.no-bg .masterhead-copy img {
  display: none;
}

.section-product-categories {
  background: #F4F6F7;
  padding: 5rem 0;
}

.card-prod-cat {
  background: #ffffff;
  display: block;
  color: inherit;
  overflow: hidden;
  margin-bottom: 1.8rem;
  transition: all 0.3s ease;
}
.card-prod-cat .card-img {
  height: 280px;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.card-prod-cat .card-img img {
  height: 100%;
  object-fit: contain;
}
.card-prod-cat .card-copy {
  text-align: center;
  padding: 1rem 1.8rem 2rem;
  font-size: 1rem;
}
.card-prod-cat:hover {
  box-shadow: #97CA51 0 0 0 3px inset;
}
.card-prod-cat:hover .card-title {
  color: #97CA51;
}

.section-copy {
  padding: 5rem 0;
}

.section-therm-blocks {
  background: #F4F6F7;
  padding: 4.5rem 0;
}

.card-therm {
  display: block;
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  border: 3px solid;
  text-align: center;
  cursor: pointer;
}
.card-therm-1 {
  border-color: #97CA51;
}
.card-therm-2 {
  border-color: #F15827;
}
.card-therm .card-img {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  min-height: 136px;
}
.card-therm .card-img img {
  max-width: 320px;
}

body.single .nav-flyout,
body.archive .nav-flyout {
  background-color: #212E3E;
}

.masterhead-prod-cat-sub {
  background-color: #ffffff;
  background-position: center right;
  background-size: 45vw auto;
  margin-top: 4.4rem;
  padding: 0;
  position: relative;
}
.masterhead-prod-cat-sub:before {
  display: none;
}
@media (max-width: 767px) {
  .masterhead-prod-cat-sub:before {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
}
.masterhead-prod-cat-sub .masterhead-container {
  display: flex;
}
@media (max-width: 767px) {
  .masterhead-prod-cat-sub .masterhead-container {
    display: block;
  }
  .masterhead-prod-cat-sub .masterhead-container .masterhead-copy {
    color: #fff;
  }
}
.masterhead-prod-cat-sub.md .masterhead-copy {
  padding: 4rem 0;
}
.masterhead-prod-cat-sub .masterhead-copy {
  width: 50%;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .masterhead-prod-cat-sub .masterhead-copy {
    width: 100%;
  }
}
.masterhead-prod-cat-sub .masterhead-img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 44.8vw;
  right: 0;
}
@media (max-width: 767px) {
  .masterhead-prod-cat-sub .masterhead-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .masterhead-prod-cat-sub {
    margin-top: 0;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
}
.breadcrumbs > a,
.breadcrumbs > span > span {
  padding: 0 8px;
}
.breadcrumbs > span:first-child > span:first-child {
  padding-left: 0;
}

.masterhead-breadcrumbs {
  padding: 11px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #ffffff;
}

.masterhead-prod-cat-sub-single:before {
  display: none;
}

.masterhead-breadcrumbs-top {
  width: 100%;
  padding: 12px 0 10px !important;
  border-top: 0;
  background: #F4F6F7;
  font-size: 14px;
}
.masterhead-breadcrumbs-top a {
  color: #97CA51 !important;
}

.section-l2 {
  clear: both;
  margin-bottom: 3rem;
}
.section-l2:after {
  content: "";
  clear: both;
  display: table;
}

.product-main-gallery {
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  overflow: hidden;
}

.slider-for {
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}
.slider-for .slick-slide {
  height: 350px;
}
.slider-for .slick-slide img:first-child {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center;
}
.slider-for .slick-slide img:last-child {
  background-color: #fff;
}

.slider-nav {
  padding: 1rem;
}
.slider-nav .slider-nav__item {
  margin: 0 5px;
  height: auto;
}
.slider-nav .slider-nav__item img {
  width: 100px;
  height: 75px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid #F4F6F7;
  background-color: #F4F6F7;
}
.slider-nav .slider-nav__item.slick-current.slick-active img {
  border-color: #97CA51;
}

.product-main-info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product-main-info h1 {
  margin-bottom: 1rem;
}
.product-main-info h6, .product-main-info .section-single-news .btn-wrap a, .section-single-news .btn-wrap .product-main-info a {
  margin-bottom: 1.5rem;
}
.product-main-info .product-tooltips {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .product-main-info {
    padding: 0;
  }
}

.product-tooltips {
  display: flex;
  align-items: center;
}
.product-tooltips > li {
  display: block;
  margin-right: 0.5rem;
}
.product-tooltips > li > a, .product-tooltips > li span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  border: 1px solid #97CA51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tooltips > li a {
  color: inherit;
}
.product-tooltips > li a:hover {
  color: #ffffff;
  background-color: #97CA51;
}
.product-tooltips > li a:hover svg path {
  fill: #ffffff;
}
.product-tooltips > li svg,
.product-tooltips > li img {
  margin-right: 6px;
  width: 20px;
  height: auto;
  display: inline-block;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  background-color: #273342;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  visibility: hidden;
  width: 120%;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #273342 transparent transparent transparent;
  margin-left: -5px;
  border-width: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.section-tabs .card-alert {
  margin-top: 0.5rem;
}
.section-tabs .tab-nav-scroll {
  overflow-y: scroll;
}
.section-tabs .tab-nav-scroll.disabled {
  overflow-x: visible;
  overflow-y: visible;
}
.section-tabs .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px;
  white-space: nowrap;
}
.section-tabs .tabs li > span {
  text-wrap: nowrap;
}
.section-tabs .tabs li svg {
  margin-left: 6px;
}

.card-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1.5rem;
  border: 2px solid #97CA51;
}
@media (max-width: 600px) {
  .card-alert {
    flex-wrap: wrap;
  }
}
.card-alert h5, .card-alert .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .card-alert h4, .card-alert .section-accreditations .item-content h3, .section-accreditations .item-content .card-alert h3, .card-alert h4 {
  color: #97CA51;
}
@media (max-width: 600px) {
  .card-alert .card-l {
    margin-bottom: 15px;
  }
}
.card-alert .card-r {
  text-align: center;
}
.card-alert .card-r .btn, .card-alert .card-r .woocommerce .quantity .qty, .woocommerce .quantity .card-alert .card-r .qty, .card-alert .card-r .woocommerce .cart .button, .woocommerce .cart .card-alert .card-r .button, .card-alert .card-r .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .card-alert .card-r input.raq-send-request {
  display: block;
  margin-bottom: 6px;
}

.product-category,
.card-product-2 {
  display: block;
  background: #fff;
  padding: 0;
  transition: all 0.3s ease;
  text-align: center;
  color: #212E3E;
}
.product-category .woocommerce-loop-category__title,
.product-category h5,
.product-category .section-single-news .content .wp-block-columns .wp-block-column h4,
.section-single-news .content .wp-block-columns .wp-block-column .product-category h4,
.product-category .section-accreditations .item-content h3,
.section-accreditations .item-content .product-category h3,
.card-product-2 .woocommerce-loop-category__title,
.card-product-2 h5,
.card-product-2 .section-single-news .content .wp-block-columns .wp-block-column h4,
.section-single-news .content .wp-block-columns .wp-block-column .card-product-2 h4,
.card-product-2 .section-accreditations .item-content h3,
.section-accreditations .item-content .card-product-2 h3 {
  color: #212E3E;
  font-size: 1.2rem !important;
  margin-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
.product-category .woocommerce-loop-category__title mark.count,
.product-category h5 mark.count,
.product-category .section-single-news .content .wp-block-columns .wp-block-column h4 mark.count,
.section-single-news .content .wp-block-columns .wp-block-column .product-category h4 mark.count,
.product-category .section-accreditations .item-content h3 mark.count,
.section-accreditations .item-content .product-category h3 mark.count,
.card-product-2 .woocommerce-loop-category__title mark.count,
.card-product-2 h5 mark.count,
.card-product-2 .section-single-news .content .wp-block-columns .wp-block-column h4 mark.count,
.section-single-news .content .wp-block-columns .wp-block-column .card-product-2 h4 mark.count,
.card-product-2 .section-accreditations .item-content h3 mark.count,
.section-accreditations .item-content .card-product-2 h3 mark.count {
  display: none;
}
.product-category p,
.card-product-2 p {
  font-size: 15px;
  color: #212E3E;
  margin-top: 0.5rem;
}
.product-category .post-thumbnail,
.card-product-2 .post-thumbnail {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.product-category .post-thumbnail img,
.card-product-2 .post-thumbnail img {
  height: 200px;
  object-fit: contain;
}
.product-category:hover,
.card-product-2:hover {
  box-shadow: #97CA51 0 0 0 2px;
}
.product-category:hover .woocommerce-loop-category__title,
.product-category:hover h5,
.product-category:hover .section-single-news .content .wp-block-columns .wp-block-column h4,
.section-single-news .content .wp-block-columns .wp-block-column .product-category:hover h4,
.product-category:hover .section-accreditations .item-content h3,
.section-accreditations .item-content .product-category:hover h3,
.card-product-2:hover .woocommerce-loop-category__title,
.card-product-2:hover h5,
.card-product-2:hover .section-single-news .content .wp-block-columns .wp-block-column h4,
.section-single-news .content .wp-block-columns .wp-block-column .card-product-2:hover h4,
.card-product-2:hover .section-accreditations .item-content h3,
.section-accreditations .item-content .card-product-2:hover h3 {
  color: #97CA51;
}

.product-category .woocommerce-loop-category__title,
.product-category h5,
.product-category .section-single-news .content .wp-block-columns .wp-block-column h4,
.section-single-news .content .wp-block-columns .wp-block-column .product-category h4,
.product-category .section-accreditations .item-content h3,
.section-accreditations .item-content .product-category h3 {
  font-size: 1.5rem !important;
  margin-top: 1rem !important;
  padding-bottom: 0 !important;
}
.product-category .card-body .cat-info {
  text-transform: capitalize;
}

.hr {
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
}

.section-lp-attachments {
  padding: 2rem 0 4rem;
}
.section-lp-attachments .section-h {
  margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 30px;
}
.woocommerce ul.products li.product .card-body strong {
  font-weight: normal !important;
}
.woocommerce ul.products li.product a .button.add_to_cart_button {
  display: none;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  font-size: 1.3rem;
  color: #212E3E;
  border-top: 1px solid #E1E1E1;
  margin-top: 1rem;
  padding-top: 1rem;
}
.woocommerce ul.products li.product a .sku-wrap {
  font-size: 14px;
  letter-spacing: 1px;
  color: #212E3E;
  line-height: 1;
}
.woocommerce ul.products li.product a img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product:hover {
  box-shadow: #97CA51 0 0 0 2px;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #97CA51;
}
.woocommerce ul.products.columns-3 .product {
  width: 100% !important;
  flex: 0 0 31%;
  max-width: 31%;
  margin: 10px;
}
@media (max-width: 1199px) {
  .woocommerce ul.products.columns-3 .product {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media (max-width: 991px) {
  .woocommerce ul.products.columns-3 .product {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products.columns-3 .product {
    margin: 15px !important;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media (max-width: 575.98px) {
  .woocommerce ul.products.columns-3 .product {
    margin: 15px 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .woocommerce ul.products {
    margin: 0 0;
  }
}

.wpb_wl_preview_area {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30%;
}
.wpb_wl_preview_area .wpb_wl_preview {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  background: #97CA51;
  padding: 10px 10px 10px 19px;
  font-size: 0;
  display: inline-block;
  position: static;
}
.wpb_wl_preview_area .wpb_wl_preview:before {
  content: "View";
  font-size: 1.1rem;
  display: inline-block;
}
.wpb_wl_preview_area .wpb_wl_preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.wpb_wl_quick_view_content {
  max-width: 1000px;
}
.wpb_wl_quick_view_content .wpb_wl_product_title {
  margin-bottom: 0.8rem;
}
.wpb_wl_quick_view_content span.price.wpb_wl_product_price {
  display: none !important;
}
.wpb_wl_quick_view_content .wpb_wl_images {
  margin: 0;
  width: 60%;
}
.wpb_wl_quick_view_content .wpb_wl_summary form.cart {
  margin: 0;
}

.section-related {
  background: #F4F6F7;
  padding: 3rem 0;
  margin-top: 5rem;
}
.section-related .section-h {
  margin-bottom: 2rem;
}

.masterhead-category {
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #212E3E;
}
.masterhead-category .term-description {
  max-width: 700px;
}

.qib-button-wrapper {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .qib-button-wrapper body .qib-button-wrapper {
    float: right;
  }
}

.section-copy.section-copy-archive-product {
  padding-bottom: 3rem;
}

.masterhead-breadcrumbs.orange .breadcrumbs a,
.masterhead-single.orange .breadcrumbs a,
.breadcrumbs-color.orange .breadcrumbs a {
  color: #F15827 !important;
}
.masterhead-breadcrumbs.purple .breadcrumbs a,
.masterhead-single.purple .breadcrumbs a,
.breadcrumbs-color.purple .breadcrumbs a {
  color: #6C4D9F !important;
}
.masterhead-breadcrumbs.blue .breadcrumbs a,
.masterhead-single.blue .breadcrumbs a,
.breadcrumbs-color.blue .breadcrumbs a {
  color: #0000FF !important;
}
.masterhead-breadcrumbs.light-blue .breadcrumbs a,
.masterhead-single.light-blue .breadcrumbs a,
.breadcrumbs-color.light-blue .breadcrumbs a {
  color: #2A70B8 !important;
}

.section-product-list .btn-wrap {
  margin-top: 20px;
}
.section-product-list .btn, .section-product-list .woocommerce .quantity .qty, .woocommerce .quantity .section-product-list .qty, .section-product-list .woocommerce .cart .button, .woocommerce .cart .section-product-list .button, .section-product-list .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-product-list input.raq-send-request {
  color: #fff;
}
.section-product-list .btn span, .section-product-list .woocommerce .quantity .qty span, .woocommerce .quantity .section-product-list .qty span, .section-product-list .woocommerce .cart .button span, .woocommerce .cart .section-product-list .button span, .section-product-list .woocommerce form .form-row input.raq-send-request span, .woocommerce form .form-row .section-product-list input.raq-send-request span {
  margin-right: 5px;
}
.section-product-list .btn-primary, .section-product-list .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-product-list input.raq-send-request {
  background-color: #2A70B8;
  border-color: #2A70B8;
}
.section-product-list .btn-primary:hover, .section-product-list .woocommerce form .form-row input.raq-send-request:hover, .woocommerce form .form-row .section-product-list input.raq-send-request:hover {
  background-color: #ffffff;
  color: #2A70B8;
}

.single.single-product .site-main {
  margin-top: 4.4rem;
}

.section-l4 {
  padding: 2rem 0 1rem;
}
.section-l4:after {
  content: "";
  clear: both;
  display: table;
}

.product-main-gallery {
  max-height: 500px;
}
.product-main-gallery .slider-nav,
.product-main-gallery .slider-for {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.product-main-gallery .slider-nav.slick-initialized,
.product-main-gallery .slider-for.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .product-main-gallery {
    margin-bottom: 30px;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  border: 1px solid #ddd;
  padding: 2rem;
}

section.related.products h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

section.related.products .products .product {
  padding: 1rem;
  background-color: #fff;
}

.woocommerce ul.products li.product .button {
  margin-top: 0.5rem;
  padding: 12px 16px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.woocommerce ul.products li.product a {
  display: block;
}

h1.product_title.entry-title {
  font-size: 2.5rem;
}

.woocommerce-product-details__short-description {
  margin-bottom: 1rem;
}

.woocommerce-product-gallery img {
  max-height: 400px;
  object-fit: contain;
}

table.variations tbody tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.cart .cart_item .wpcuv-edit {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.8rem;
  border: 1px solid !important;
  padding: 5px 7px 5px;
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
}
.cart .cart_item td.product-remove {
  width: 30px;
}
.cart .cart_item td.product-thumbnail {
  width: 180px;
}
.cart .cart_item td.product-name {
  width: 60%;
}
@media (max-width: 768px) {
  .cart .cart_item td.product-name {
    width: 100%;
  }
}
.cart .cart_item td.product-subtotal {
  /* width: 0; */
  /* padding: 0!important; */
}
.cart .cart_item td.product-quantity {
  width: 20%;
}
@media (max-width: 768px) {
  .cart .cart_item td.product-quantity {
    width: 100%;
    display: inline-block;
  }
}
.cart .cart_item td.product-name {
  font-size: 1rem;
}
.cart .cart_item td.product-name > a:first-child {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}
.cart .cart_item .qib-button-wrapper {
  margin-top: 15px;
}
.cart .cart_item > td {
  vertical-align: top !important;
}
.cart .cart_item table.variations {
  width: 100%;
  background: #F4F6F7;
  margin-top: 12px;
  border: 5px solid #F4F6F7;
}
.cart .cart_item table.variations select {
  width: 100%;
}
.cart .cart_item table.variations tr {
  border: 0;
  margin: 0;
}
.cart .cart_item table.variations td {
  width: 100%;
  border: 0;
}
.cart .cart_item table.variations td.label label {
  margin-bottom: 0;
}
.cart .cart_item table.variations td.label {
  padding-bottom: 0;
}

.woocommerce div.product form.cart .variations label {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
  display: block;
  width: 100%;
  border: 0;
  background: #eee;
  padding: 10px;
  height: 47px;
}

.woocommerce div.product form.cart table td {
  width: 100%;
}

.woocommerce div.product form.cart div.quantity .qty {
  border: 0;
  background: #eee;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.product_meta {
  border-top: 1px solid #ddd;
  padding-top: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  margin-right: 10px;
  border: 0;
  background: #F4F6F7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 1.3rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #97CA51;
  color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #F4F6F7;
  padding: 2rem;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
  margin-bottom: 20px;
  list-style: initial;
  padding-left: 40px;
}

.woocommerce div.product .woocommerce-tabs .panel a {
  display: inline-block;
}

.tab-content-h {
  margin-bottom: 2rem;
}

.tab-content-product h4 {
  margin-bottom: 1rem;
}

.tab-thumb {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.xoo-el-sidebar {
  display: none;
}

.xoo-el-wrap {
  height: auto;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
  height: auto;
  max-height: 0;
}

.xoo-aff-required.xoo-aff-checkbox_single a {
  color: #97CA51;
}

.xoo-el-form-container ul.xoo-el-tabs {
  padding: 6px;
  background: #F4F6F7;
}
.xoo-el-form-container ul.xoo-el-tabs li {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11px 20px;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background: #2A70B8;
}

.xoo-el-main {
  padding: 3rem 3rem;
}

.xoo-el-section {
  padding: 0;
}

.xoo-aff-group {
  margin-bottom: 1rem;
  width: 100%;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn, .xoo-el-form-container .woocommerce .quantity button.button.xoo-el-action-btn.qty, .woocommerce .quantity .xoo-el-form-container button.button.xoo-el-action-btn.qty, .xoo-el-form-container .woocommerce .cart button.button.xoo-el-action-btn, .woocommerce .cart .xoo-el-form-container button.button.xoo-el-action-btn {
  background: #97CA51;
  height: 50px;
}

.xoo-aff-input-group .xoo-aff-input-icon {
  background: #fff;
}

.xoo-el-srcont {
  overflow: hidden;
}

.xoo-aff-group input[type=text], .xoo-aff-group input[type=password], .xoo-aff-group input[type=email], .xoo-aff-group input[type=number], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type=tel] {
  box-shadow: none;
}

.pro_visib_msg {
  margin-top: 12.2rem;
  margin-bottom: 5rem;
  text-align: center;
  max-width: 500px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #f3f3f3;
  padding: 3rem;
}
.pro_visib_msg hr {
  margin: 1.5rem 0;
  opacity: 0.2;
}
.pro_visib_msg .btn.xoo-el-login-tgr, .pro_visib_msg .woocommerce .quantity .xoo-el-login-tgr.qty, .woocommerce .quantity .pro_visib_msg .xoo-el-login-tgr.qty, .pro_visib_msg .woocommerce .cart .xoo-el-login-tgr.button, .woocommerce .cart .pro_visib_msg .xoo-el-login-tgr.button, .pro_visib_msg .woocommerce form .form-row input.xoo-el-login-tgr.raq-send-request, .woocommerce form .form-row .pro_visib_msg input.xoo-el-login-tgr.raq-send-request, .pro_visib_msg .btn.xoo-el-reg-tgr, .pro_visib_msg .woocommerce .quantity .xoo-el-reg-tgr.qty, .woocommerce .quantity .pro_visib_msg .xoo-el-reg-tgr.qty, .pro_visib_msg .woocommerce .cart .xoo-el-reg-tgr.button, .woocommerce .cart .pro_visib_msg .xoo-el-reg-tgr.button, .pro_visib_msg .woocommerce form .form-row input.xoo-el-reg-tgr.raq-send-request, .woocommerce form .form-row .pro_visib_msg input.xoo-el-reg-tgr.raq-send-request {
  min-width: 140px;
}
.pro_visib_msg h4 {
  margin-bottom: 1rem;
}

.card-file {
  display: block;
  line-height: 1;
  color: inherit;
  margin: 0.8rem 0;
}
.card-file img {
  display: block;
  background-color: transparent;
  border: 1px solid #97CA51;
  padding: 5px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.card-file img + .loading {
  display: none;
}
.card-file img:not([src]) {
  display: none;
}
.card-file img:not([src]) + .loading {
  display: block;
}
.card-file .loading {
  width: 100%;
  height: 350px;
  background-color: #f4f6f7;
  position: relative;
}
.card-file .loading:before {
  content: "";
  border: 8px solid transparent;
  border-radius: 50%;
  border-top: 8px solid #97CA51;
  border-bottom: 8px solid #97CA51;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.card-file .h5 {
  font-size: 0.9rem;
  display: block;
  margin-top: 8px;
}
.card-file .h4 {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-top: 12px;
}
.card-file.locked {
  pointer-events: none;
}
.card-file.locked i {
  position: absolute;
  background: rgba(255, 255, 255, 0.768627451);
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-file.locked i svg {
  width: 30px;
}
.card-file.locked .card-img {
  position: relative;
  overflow: hidden;
}
.card-file:hover {
  color: #97CA51;
}
.card-file:hover img {
  border-color: #97CA51;
}

.tab-downloads-container.loading {
  width: 100%;
  height: 100%;
  background-color: #f4f6f7;
  position: relative;
}
.tab-downloads-container.loading > * {
  opacity: 0.2;
}
.tab-downloads-container.loading:before {
  content: "";
  border: 8px solid transparent;
  border-radius: 50%;
  border-top: 8px solid #97CA51;
  border-bottom: 8px solid #97CA51;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tab-downloads-container .col-12 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.tab-downloads-container .col-12:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2.8% 1.6em 0;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
  width: 47%;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0;
}

.section.section-related-categories {
  padding-bottom: 0;
}
.section.section-related-categories .woocommerce ul.products li.product, .section.section-related-categories .woocommerce-page ul.products li.product {
  border: 1px solid #ddd;
}
.section.section-related-categories .section-heading {
  margin-bottom: 2rem;
}

.yith-ywraq-add-button {
  display: block !important;
}

.woocommerce-info {
  border-top-color: #97CA51;
}

.woocommerce-info::before {
  color: #97CA51;
}

.woocommerce {
  /*MY ACCOUNT*/
}
.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 0;
}
.woocommerce table.my_account_orders {
  border: 0;
  color: #3B3B3B;
  font-size: 16px;
}
.woocommerce table.my_account_orders thead tr {
  border: 0;
}
.woocommerce table.my_account_orders thead tr th {
  padding: 5px 10px 20px;
}
.woocommerce table.my_account_orders tr {
  border: 1px solid #F2F2F2;
}
.woocommerce table.my_account_orders tr td {
  border: 0;
  padding: 6px 10px;
}
.woocommerce table.my_account_orders .button {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 30px;
  line-height: normal;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content {
    margin-top: 2.5rem;
  }
}
.woocommerce .woocommerce-Addresses {
  border-top: 1px solid #f2f2f2;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address {
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
  width: 100%;
  padding: 14px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-EditAccountForm fieldset legend {
  font-weight: 600;
  font-size: 30px;
}
.woocommerce a.button, .woocommerce button.button {
  background-color: #97CA51;
  text-align: center;
  border-radius: 0;
  font-size: 1.1rem;
  color: #ffffff;
  padding: 15px 20px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
  background-color: #79a753;
  color: #ffffff;
}
.woocommerce form.login, .woocommerce form.register {
  border: 0;
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row input {
  padding: 6px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 27px;
  height: inherit;
  overflow: hidden;
  margin-right: 10px;
  color: #221F20;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 0 1rem;
  background: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content td.membership-discount-actions.order-actions a.add-to-cart {
  display: inline-block;
  position: relative;
  height: 43px;
  margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content td.membership-discount-actions.order-actions a.add-to-cart:before {
  content: "Add to Cart";
  display: inline-block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;
  padding: 1rem 1.4rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 73%;
  float: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  display: block;
  color: #3B3B3B;
}

.woocommerce form .form-row label {
  display: block;
}

.woocommerce form .form-row.form-row-wide {
  display: block;
}

.woocommerce-MyAccount-navigation {
  border: 1px solid #D9D9D9;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #F1F1F1;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-weight: 500;
  padding: 16px 0;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #97CA51;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
  font-size: 25px;
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .billing-address-wrap h3 {
  margin-bottom: 20px;
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .billing-address-wrap .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_address_1_field {
  margin-bottom: 10px;
}

.woocommerce #customer_login .u-column1 h2, .woocommerce #customer_login .u-column2 h2 {
  margin-bottom: 15px;
}
.woocommerce #customer_login .u-column1 .form-row .woocommerce-form-login__submit,
.woocommerce #customer_login .u-column1 .form-row .woocommerce-form-register__submit, .woocommerce #customer_login .u-column2 .form-row .woocommerce-form-login__submit,
.woocommerce #customer_login .u-column2 .form-row .woocommerce-form-register__submit {
  display: block;
  width: 100%;
}
.woocommerce #customer_login .u-column1 .form-row .woocommerce-form-login__rememberme {
  margin: 5px 0 20px;
  display: block;
}
.woocommerce #customer_login .u-column1 .form-row .woocommerce-form-login__rememberme span {
  margin-left: 3px;
}
.woocommerce #customer_login .u-column1 .form-row .woocommerce-form-login__submit {
  display: block;
  width: 100%;
}
.woocommerce #customer_login .u-column1 .woocommerce-LostPassword a {
  color: #3F484F;
}
.woocommerce #customer_login .u-column1 .woocommerce-LostPassword a:hover {
  color: #97CA51;
}
.woocommerce #customer_login .u-column2 .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce-MyAccount-content a, .woocommerce-MyAccount-content strong {
  display: inline-block;
}

.xoo-aff-input-group .xoo-aff-input-icon,
.xoo-aff-group input[type=text], .xoo-aff-group input[type=password], .xoo-aff-group input[type=email], .xoo-aff-group input[type=number], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type=tel] {
  border-radius: 0;
}

.xoo-el-header {
  display: none;
}

.xoo-aff-group.onehalf {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
}

.xoo-aff-group {
  margin-right: 5px;
  margin-left: 5px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn, .xoo-el-form-container .woocommerce .quantity button.button.xoo-el-action-btn.qty, .woocommerce .quantity .xoo-el-form-container button.button.xoo-el-action-btn.qty, .xoo-el-form-container .woocommerce .cart button.button.xoo-el-action-btn, .woocommerce .cart .xoo-el-form-container button.button.xoo-el-action-btn {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

.xoo-aff-group label {
  font-weight: normal;
  font-size: 16px;
}

.entry-content :after {
  display: none;
}

.account-form {
  padding: 8em 0 80px !important;
}
.account-form .row, .account-form .section-single-news .content .wp-block-columns, .section-single-news .content .account-form .wp-block-columns, .account-form .woocommerce ul.products, .woocommerce .account-form ul.products {
  align-items: center;
}
.account-form .content-left {
  padding-right: 40px;
  padding-bottom: 40px;
}
.account-form .content-left ul {
  margin-bottom: 20px;
}
.account-form .content-left ul li {
  position: relative;
  padding-left: 30px;
}
.account-form .content-left ul li:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  background-color: #97CA51;
  color: #ffffff;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 9px;
  text-align: center;
  padding: 6px;
}
.account-form .content-right {
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 40px;
}
.account-form .content-right h3 {
  margin-bottom: 15px;
}
.account-form .content-right .xoo-el-section {
  text-align: left;
}
@media (max-width: 767px) {
  .account-form {
    padding-top: 4em !important;
  }
}

.account-form-h {
  text-align: center;
  margin-bottom: 2.5rem;
}

.account-form-h h1 {
  margin-bottom: 15px;
}

.account-form-f {
  margin-top: 3rem;
  text-align: center;
}

.account-form-f h5, .account-form-f .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .account-form-f h4, .account-form-f .section-accreditations .item-content h3, .section-accreditations .item-content .account-form-f h3 {
  margin-bottom: 15px;
}

.section-accreditations .column {
  margin-bottom: 30px;
}
.section-accreditations .accreditation-list-item {
  padding: 1.875rem;
  background: #F4F6F7;
  height: 100%;
}
@media (max-width: 567px) {
  .section-accreditations .list-item-wrap {
    display: block;
  }
}
.section-accreditations .img-wrap {
  width: 30%;
}
.section-accreditations .img-wrap img {
  width: 100%;
  height: 11.3125rem;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 567px) {
  .section-accreditations .img-wrap {
    width: 100%;
  }
}
.section-accreditations .item-content {
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 567px) {
  .section-accreditations .item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.section-showroom .col-md-6, .section-showroom .section-single-news .content .wp-block-columns .wp-block-column, .section-single-news .content .wp-block-columns .section-showroom .wp-block-column {
  margin-bottom: 30px;
}
.section-showroom .card-l4 {
  height: 100%;
}
.section-showroom .section-h {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .section-showroom .section-heading .btn-group .btn, .section-showroom .section-heading .btn-group .woocommerce .quantity .qty, .woocommerce .quantity .section-showroom .section-heading .btn-group .qty, .section-showroom .section-heading .btn-group .woocommerce .cart .button, .woocommerce .cart .section-showroom .section-heading .btn-group .button, .section-showroom .section-heading .btn-group .woocommerce form .form-row input.raq-send-request, .woocommerce form .form-row .section-showroom .section-heading .btn-group input.raq-send-request {
    display: block;
    margin-bottom: 10px;
  }
}

.section-downloads-accreditation {
  padding-top: 0;
}

.masterhead-default {
  background: transparent;
  padding-bottom: 0;
  min-height: 0;
  margin-top: 3rem;
}

.ywraq-wrapper table.shop_table td.product-thumbnail a {
  display: block;
  max-width: 100px;
}

.woocommerce table.cart img {
  border: 1px solid #ddd;
  padding: 8px;
  height: 81px;
  object-fit: contain;
}

.woocommerce form .form-row label {
  color: #2E3F55;
  /* Link */
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce form .form-row label span {
  font-weight: 500;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 40px;
  border: 0;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 400;
  color: #727272;
  width: 100%;
  background-color: #F4F6F7;
}
.woocommerce form .form-row input.raq-send-request {
  margin-top: 1em;
}
.woocommerce form .form-row label {
  text-align: left;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  color: #3F484F;
}

.woocommerce .quantity .qty {
  color: #3F484F;
  border: 1px solid #E1E1E1;
}

.form-page .section-general-page {
  padding-bottom: 0;
  padding-top: 2rem;
}
.form-page .yith-ywraq-mail-form-wrapper {
  background-color: #F4F6F7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.form-page #yith-ywraq-form {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
.form-page h3 {
  text-align: center;
  margin-bottom: 30px;
}
.form-page form {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
.form-page .woocommerce form .form-row input.input-text, .form-page .woocommerce form .form-row textarea {
  background-color: #fff;
}

.ywraq-wrapper {
  padding: 0 30px 80px;
}
.ywraq-wrapper .ywraq-form-table-wrapper {
  text-align: center;
}

.btn-selection {
  background-color: #F15827 !important;
  color: #fff !important;
}

.btn-purchase {
  background-color: #ec1c24 !important;
  color: #fff !important;
}

.btn-purchase-review {
  background-color: #97CA51 !important;
  color: #fff !important;
}

.section-new .column {
  margin-bottom: 30px;
}
.section-new .projects-list {
  height: 100%;
}
.section-new .projects-list button, .section-new .projects-list a {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  background-color: #fff;
  height: 100%;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.section-new .projects-list button h3, .section-new .projects-list a h3 {
  color: #3F484F;
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.section-new .projects-list button p, .section-new .projects-list a p {
  text-align: center;
}
.section-new .projects-list button:hover, .section-new .projects-list a:hover {
  cursor: pointer;
  border-color: #97CA51;
}
.section-new .projects-list button:hover h3, .section-new .projects-list a:hover h3 {
  color: #97CA51;
}
.section-new .projects-list button:hover .img-wrap .modal-btn-lbl, .section-new .projects-list a:hover .img-wrap .modal-btn-lbl {
  opacity: 1;
}
.section-new .projects-list button:hover .img-wrap img, .section-new .projects-list a:hover .img-wrap img {
  opacity: 0.6;
}
.section-new .projects-list .proj-inner-content {
  padding: 20px;
  padding-top: 10px;
  text-align: left;
}
.section-new .projects-list .proj-inner-content h3 {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  text-overflow: unset;
  display: block;
}
.section-new .projects-list .img-wrap {
  height: 300px;
  width: 100%;
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-new .projects-list .img-wrap .modal-btn-lbl {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.section-new .projects-list .img-wrap img {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.section-new .md-content, .section-tabs .md-content {
  overflow-y: auto;
  height: 100%;
}
.section-new .md-content .img-wrap img, .section-tabs .md-content .img-wrap img {
  width: 100%;
  height: auto;
}
.section-new .md-content h2, .section-tabs .md-content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-new .md-content .content, .section-tabs .md-content .content {
  padding: 30px 40px;
}
.section-new .md-content .description, .section-tabs .md-content .description {
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
  margin-top: 2rem;
  padding-top: 12px;
}
.section-new .md-content .btn-link, .section-tabs .md-content .btn-link {
  margin-top: 1.5rem;
}

.md-modal .md-close {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  transition: opacity 0.25s ease-in-out;
  text-align: center;
  color: #fff;
  background-color: #97CA51;
  border: none;
}
.md-modal .md-close:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}
.md-modal #modal_target .loader-wrapper {
  position: relative;
  height: 300px;
}
.md-modal #modal_target .loader-wrapper img {
  top: 36%;
  left: 46%;
  transform: translate(-50%);
}

.filter-category-field {
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.filter-category-field li {
  margin: 0 5px;
}
.filter-category-field li a {
  display: block;
  padding: 10px 21px;
  color: inherit;
}
.filter-category-field li a:hover {
  color: #97CA51;
}
.filter-category-field li.current-menu-item a {
  background: #97CA51;
  color: #fff;
}

.wp-admin-edit-link {
  position: absolute;
  top: 0;
  padding: 8px 17px;
  right: 0;
}

.modal-whats-new ul li {
  padding-left: 20px !important;
  display: block;
  position: relative;
}
.modal-whats-new ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
}
.modal-whats-new ul {
  padding-left: 0 !important;
}

.masterhead-single-news:before {
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 59.71%, #000 130.15%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  display: block;
}

.section-single-news .btn-wrap {
  border-bottom: 1px solid #E1E1E1;
  padding: 30px 0;
}
.section-single-news .btn-wrap a {
  letter-spacing: none;
}
.section-single-news .title {
  padding: 40px 0;
  margin: 0;
}
.section-single-news .pdf {
  width: 100% !important;
  height: 900px !important;
}
@media (max-width: 1024px) {
  .section-single-news .pdf {
    height: 800px !important;
  }
}
@media (max-width: 991px) {
  .section-single-news .pdf {
    height: 700px !important;
  }
}
@media (max-width: 767px) {
  .section-single-news .pdf {
    height: 600px !important;
  }
}
.section-single-news .content .wp-block-columns {
  margin-bottom: 30px;
}
.section-single-news .content .wp-block-columns .wp-block-column .wp-block-image {
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
.section-single-news .content .wp-block-columns .wp-block-column .wp-block-image img {
  max-width: 100%;
  margin: 0 auto;
  height: 300px;
  width: auto;
}
.section-single-news .content .wp-block-columns .wp-block-column h3 {
  font-size: 1.8rem;
}
.section-showroom-single {
  padding-top: 4rem;
}
.section-showroom-single .map {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.section-showroom-single .map:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.section-showroom-single .map iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-showroom-single .content {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .section-showroom-single .content {
    padding-right: 0;
  }
}

.side-content-sticky {
  top: 4rem;
  position: sticky;
  position: -webkit-sticky;
}

.section-showroom .section-heading h3 {
  margin-bottom: 20px;
}
.section-showroom .description {
  margin-bottom: 40px;
}

.showroom-images {
  padding-left: 1rem;
}
.showroom-images img {
  margin-bottom: 1rem;
}

.card-showroom {
  min-height: 200px;
  text-align: left;
  padding: 2rem;
}

.bg-primary {
  background-color: #97CA51;
}

.banner-top {
  margin-bottom: 1.5rem;
  padding: 0.8rem 0;
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}
.banner-top h1, .banner-top h2, .banner-top h3, .banner-top h4, .banner-top h5, .banner-top .section-accreditations .item-content h3, .section-accreditations .item-content .banner-top h3, .banner-top .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .banner-top h4, .banner-top h6, .banner-top .section-single-news .btn-wrap a, .section-single-news .btn-wrap .banner-top a {
  color: #ffffff;
  margin-bottom: 0;
}

.nav-sidebar {
  position: fixed;
  top: 5rem;
  display: block !important;
  height: calc(100vh - 6rem);
  padding-left: 0.25rem;
  margin-left: -0.25rem;
  overflow-y: auto;
}
.nav-sidebar ul li {
  padding: 0.1875rem 0.5rem;
  font-weight: 700;
}
.nav-sidebar ul li a {
  font-size: 16px;
  color: #3F484F;
}
.nav-sidebar ul li ul li {
  font-weight: 400;
}
.nav-sidebar ul li ul li.active a {
  color: #97CA51;
}

.manual-doc {
  font-size: 16px;
  padding-top: 3.3rem;
}
.manual-doc h1, .manual-doc h2, .manual-doc h3, .manual-doc h4, .manual-doc h5, .manual-doc .section-accreditations .item-content h3, .section-accreditations .item-content .manual-doc h3, .manual-doc .section-single-news .content .wp-block-columns .wp-block-column h4, .section-single-news .content .wp-block-columns .wp-block-column .manual-doc h4, .manual-doc h6, .manual-doc .section-single-news .btn-wrap a, .section-single-news .btn-wrap .manual-doc a, .manual-doc p {
  margin-bottom: 1rem;
}
.manual-doc h3 {
  font-size: 2rem;
}
.manual-doc ul {
  list-style: initial;
}
.manual-doc ol, .manual-doc ul {
  padding-left: 2rem;
}
.manual-doc ol li, .manual-doc ul li {
  margin-bottom: 0.25rem;
}
.manual-doc code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.manual-doc .highlight {
  padding: 0.75rem 1.5rem;
  background-color: #f8f9fa;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.manual-doc .highlight code {
  color: #3F484F;
  word-wrap: normal;
}

/*# sourceMappingURL=style.css.map */
