/* Poppins Font */
@font-face {
    font-display: swap;
    font-family: "poppins";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v24-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: "poppins";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v24-latin-400.woff2') format('woff2');
}

/* ReCaptcha */
.captcha-wrapper {
	margin: -10px 0px 30px 0px;
}

div.captcha-wrapper span.wpcf7-not-valid-tip {
  margin-top: 0px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 0px 18px 0px;
  transition: .2s cubic-bezier(0, 0, 0.2, 1);
  font-family: "klavika-medium";
  font-style: normal;
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  z-index: 1;
  line-height: 32px;
  overflow: hidden;
  background: #FFF;
  margin-top: -1px;
  width: 100%;
}

.accordion:after {
  content: "\61";
  transform: rotate(90deg);
  font-family: "witechs-icons";
  font-size: 16px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  color: #2E2573;
  will-change: transform;
  margin-right: 1px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  color: #2E2573;
}

.active-contact {
  color: #2E2573;
  transition: .2s cubic-bezier(0, 0, 0.2, 1);
}

.active-contact:after {
  transform: rotate(270deg);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .2s cubic-bezier(0, 0, 0.2, 1);
  list-style-type: none;
  z-index: 2;
  line-height: 32px;
    font-family: "poppins", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 16px;
}

.panel-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*------------------------------------*\
# Normalize
\*------------------------------------*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

:focus {
  outline: 0px;
}

p a:hover {
  text-decoration: underline;
}

a {
  background: transparent;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  height: 100%;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

input[type="submit"]:after {
  content: "\61";
  font-family: "walas-font";
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 125px;
}

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

.break-out {
  overflow-y: visible;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*------------------------------------*\
# Custom Fonts
\*------------------------------------*/
@font-face {
  font-family: "klavika-bold";
  src:url("../fonts/Klavika-Bold.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "klavika-medium";
  src:url("../fonts/Klavika-Medium.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "klavika-regular-italic";
  src:url("../fonts/Klavika-RegularItalic.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "klavika-medium-italic";
  src:url("../fonts/Klavika-MediumItalic.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "witechs-icons";
  src:url("../fonts/witechs-icons.eot");
  src:url("../fonts/witechs-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/witechs-icons.woff") format("woff"),
    url("../fonts/witechs-icons.ttf") format("truetype"),
    url("../fonts/witechs-icons.svg#witechs-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "witechs-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "witechs-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\61";
}
.icon-quality:before {
  content: "\62";
}
.icon-assist-location:before {
  content: "\63";
}
.icon-sales-network:before {
  content: "\64";
}
.icon-stock:before {
  content: "\65";
}
.icon-email-us:before {
  content: "\66";
}
.icon-call-us:before {
  content: "\67";
}
.icon-checkmark:before {
  content: "\68";
}
.icon-url:before {
  content: "\6a";
}
.icon-fax:before {
  content: "\6b";
}
.checkmark-box:before {
  content: "•";
  margin-right: 12px;
}
.icon-pdf:before {
  content: "\69";
  font-size: 28px;
  margin-right: 15px;
  color: #2E2573;
}

p.icon-pdf {
  display: flex;
  color: #3D3D3D;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
p.icon-pdf:hover {
  color: #2E2573;
}
.icon-play:before {
  content: "\6c";
}

/* Sizes */
.icon-s:before {
  font-size: 22px;
  color: #2E2573;
  padding-right: 20px;
}

span.icon-s {
  padding-bottom: 5px;
}

/*------------------------------------*\
# Typography 
\*------------------------------------*/
body {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 0;
    background: #F1F1F1;
}

body.home {
  overflow: hidden;
}

input::placeholder,
textarea::placeholder {
  color: #9E9E9E;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

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

em {
  font-family: "klavika-medium-italic", sans-serif;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "klavika-bold", sans-serif;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}

h2 {
  padding-bottom: 5px;
}

h3 {
  font-size: 20px;
}

a {
  color: #2E2573;
}

.nav-wrapper li {
  font-family: "klavika-medium", sans-serif;
  list-style-type: none;
  font-style: normal;
}

.body-primary-title {
  color: #2E2573;
  font-size: 42px;
  line-height: 48px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  will-change: transform, opacity;
}

.simple-underline {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.body-primary-title:after,
.simple-underline:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #2E2573;
  bottom: 0px;
  left: 0px;
}

.footer-content--title {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
}

/*------------------------------------*\
# Buttons 
\*------------------------------------*/
.primary-button,
.primary-button-products,
.secondary-button-products {
  font-size: 18px;
  font-family: "klavika-medium", sans-serif;
  padding: 10px 25px 9px 25px;
  border-radius: 500px;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.primary-button,
.primary-button-products {
  color: #FFF;
  background: #2E2573;
}

.primary-button:hover,
.primary-button-products:hover {
  background: #39A935;
  color: #FFF;
}

.secondary-button-products:hover {
  background: #2E2573;
  box-shadow: unset;
  color: #FFF;
}

.primary-button-products,
.secondary-button-products {
  display: flex;
  justify-content: center;
  line-height: 30px;
}

.secondary-button-products {
  color: #2E2573;
  box-shadow: inset 0 0 0 1px #2E2573;
}

.button-margin {
  position: absolute;
  bottom: -26px;
}

.b-m-top-m {
  margin-top: 30px;
}

/*------------------------------------*\
# Structure 
\*------------------------------------*/
.container,
.container-m,
.container-s {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gutter-content {
  margin-top: 40px;
}

.single-top-news {
  margin-top: 70px;
}

.gutter-content-l {
  margin-top: 100px;
}

.content-wrapper {
  display: flex;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}

.flex-grid-thirds .col {
  width: 31%;
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
}

.column-double {
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  flex-basis: 48.5%;
}

/* Contact Page */
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.column-spacing {
  display: flex;
  flex-direction: column;
  flex-basis: 49%;
}

.column-line:first-child {
  border-right: 1px solid #EAEAEA;
}

hr.line {
  height: 1px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #EAEAEA;
  border: none;
}

ul {
  padding-inline-start: 15px;
  margin: 0px;
}

.product-height {
  height: 100%;
  position: sticky;
  top: 170px;
}

.product-gutter {
  margin-top: 100px;
}

.content-50 {
  width: 50%;
  background: #FFF;
  padding: 40px;
  position: relative;
  border-radius: 20px 0px 0px 20px;
}

.content-50-image {
  width: 50%;
  position: relative;
}

.content-50-image--image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 20px 20px 0px;
}

.title-width-60 {
  width: 50%;
}

.article-primary-wrapper {
  background: #2E2573;
  border-radius: 20px;
  width: 100vw;
  padding: 40px;
  margin-top: 100px;
}

.article-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  margin-top: -100px;
  border-radius: 20px;
  position: relative;
  padding-top: 20px;
}

.article-scroll::-webkit-scrollbar {
  display: none;
}

.article-grid {
  width: 430px;
  margin-right: 40px;
  display: inline-block;
  will-change: transform;
  transition: 0.150s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.article-grid:last-child {
  margin-right: 300px;
}

.article-wrapper {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.article-grid:hover,
.article-grid-page:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.article-content--category-wrapper,
.article-content--content, 
.article-content--content-full {
  padding: 40px;
}

.article-content--category-wrapper {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.article-content--category,
.article-content--category-green {
  padding: 9px 21px 9px 21px;
  background: #FFF;
  color: #2E2573;
  font-family: "klavika-bold", sans-serif;
  border-radius: 100px;
}

.article-content--category-green {
  color: #39A935;
}

.article-content--date {
  font-family: "klavika-medium";
  color: #B5B5B5;
}

.article-content--title,
.article-content--title-full {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding-right: 40px;
  color: #2E2573;
}

.article-content--title:after,
.article-content--title-full:after,
.product-content--title:after {
  font-family: "witechs-icons";
  content: "\61";
  font-size: 18px;
  position: absolute;
  right: 0px;
  text-transform: none;
}

.article-content--title-full {
  color: #FFF;
}

.article-content--content, 
.article-content--content-full {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background: #FFF;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  white-space: normal;
}

.article-content--image,
.article-content--image-full {
  position: absolute;
  top: 0px;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px 20px 0px 0px;
  padding-bottom: 20%;
}

.article-content--content-full {
  background: unset;
}

.article-content--image-full {
  padding-bottom: unset;
  border-radius: 20px;
}

/* Product Page */
.two-column-wrapper {
  display: flex;
}

.column-s {
  display: flex;
  flex-flow: column;
  padding-right: 40px;
}

.column-s--wrapper {
  position: sticky;
  top: 177px;
}

.column-l {
  width: 78%;
}

.content,
.content-side,
.product-card-wrapper {
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
}

.content-contact {
  background: #FFF;
  border-radius: 20px;
}

.content-contact--content {
  padding: 40px;
}

.content,
.content-side {
  display: flex;
  flex-flow: column;
}

.content-side {
  margin-bottom: 40px;
}

.content-side:last-child {
  margin-bottom: 0px;
}

.content--title-m,
.content--title-l {
  font-family: "klavika-bold";
  color: #2E2573;
}

.content--title-m {
  font-size: 24px;
  line-height: 28px;
}

.content--title-l {
  font-size: 32px;
  line-height: 34px;
}

.content--content {
  margin-top: 25px;
  padding-left: 1px;
}

.content--content p, .content--content p a,
.content--content span,
.content--content span a {
  display: flex;
  align-items: center;
  color: #3D3D3D;
  position: relative;
  text-decoration: none;
}

hr.separator {
  height: 1px;
  width: 100%;
  border: 0px;
  background: #EAEAEA;
  margin-top: 20px;
  margin-bottom: 25px;
}

.product-grid-wrapper {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

/* Bottom Navigation */
.bottom-navigation-wrapper {
  position: fixed;
  background: #FFF;
  padding: 20px 0px 20px 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #EAEAEA;
}

.bottom-navigation-button {
  flex-basis: 48%;
}

.content-full {
  display: flex;
  flex-flow: column;
  padding: 40px;
  background: #FFF;
  border-radius: 20px;
}

.single-top-gutter {
  margin-top: 98px;
}

/*------------------------------------*\
# FAQ
\*------------------------------------*/
input.faq-toggle {
  display: none;
}

input.faq-label, .faq-answer {
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

/*position the label*/
label.faq-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 0px 18px 0px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  font-family: "klavika-medium";
  font-size: 18px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  z-index: 1;
  line-height: 32px;
  overflow: hidden;
}

label.faq-label:hover {
  color: #2E2573;
}

label.faq-label::after {
  content: "\61";
  transform: rotate(90deg);
  font-family: "witechs-icons";
  font-size: 16px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  color: #2E2573;
  margin-left: 8px;
}

/*show the submenu when input is checked*/
input:checked~.faq-answer {
  margin-top: -1px;
  opacity: 1;
  color: #3D3D3D;
  padding: 20px 0px 20px 0px;
  max-height: 250px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  list-style-type: none;
  margin-bottom: 30px;
}

input:checked~label.faq-label::after {
  transform: rotate(270deg);
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

.faq-content {
  margin-top: 15px;
  overflow: hidden;
}

.faq-content:first-child {
  margin-top: 0px;
}

.faq-answer {
  z-index: 2;
  color: #FFF;
  opacity: 0;
  max-height: 0;
  line-height: 32px;
  padding: 20px 0px 20px 0px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
    font-family: "poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  word-break: break-word;
  border-bottom: 1px solid #EAEAEA;
}

/*------------------------------------*\
# Mobile Menu - Navigation
\*------------------------------------*/
/* Menu */
.menu-toggle {
  display: none;
}

.menu-wrapper {
  display: none;
}

label.menu-label {
  transition: transform 0.250s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 19px;
  top: 19px;
  padding: 10px;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 999;
  will-change: transform;
}

label.menu-label:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  background: #2E2573;
}

.menu .nav-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px 50px 0px;
}

/* Checkbox states */
/* Gone State */
.menu-toggle ~ .menu {
  transition: .3s cubic-bezier(0,0,.2,1);
  transform: translate3d(100%, 0px, 0px);
  will-change: transform;
}

/* Full State */
.menu-toggle:checked ~ .menu {
  transition: .3s cubic-bezier(0,0,.2,1);
  transform: translate3d(0%, 0px, 0px);
  will-change: transform;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background: #2E2573;
  display: block;
  transition: transform 0.250s ease-in-out;
}

.hamburger-line:first-child,
.hamburger-line:last-child {
  width: 50%;
}

.hamburger-line:last-child {
  margin-left: 50%;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.one {
  transition: 0.250s ease-in-out;
  -webkit-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
  background: #2E2573;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.two {
  transition: 0.250s ease-in-out;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background: #2E2573;
}

.menu-toggle:checked ~ .menu-label .hamburger-line.three {
  transition: 0.250s ease-in-out;
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
  background: #2E2573;
}

/*------------------------------------*\
# News and Announcements
\*------------------------------------*/
.article-grid-page-wrapper {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.article-grid-page {
  display: inline-block;
  height: 100%;
  background: #FFF;
  border-radius: 20px;
  will-change: transform;
  transition: 0.150s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/*------------------------------------*\
# About Page
\*------------------------------------*/
.about-image {
  object-fit: contain;
  margin-bottom: 30px;
}

.extra-image {
  margin-bottom: 20px;
  border-radius: 20px;
}

.test {
  display: none;
}

/*------------------------------------*\
# Single Page
\*------------------------------------*/
.single-top {
  margin-top: 40px;
}

.prev-next-wrapper {
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 110px;
}

.left-button a,
.right-button a {
  background: #FFF;
  padding: 20px;
  font-family: "klavika-medium";
  color: #2E2573;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  border: 1px solid #EAEAEA;
}

.left-button a:hover,
.right-button a:hover {
  background: #2E2573;
  color: #FFF;
}

.left-button a {
  border-radius: 0px 20px 20px 0px;
  margin-left: -1px;
}

.right-button a {
  border-radius: 20px 0px 0px 20px;
  margin-right: -1px;
}

.news-featured-image {
  margin: 20px 0px 20px 0px;
  border-radius: 20px;
  height: 500px;
  object-fit: cover;
}

.news-date {
  font-family: "klavika-medium";
  font-size: 16px;
  color: #9E9E9E;
  margin-top: 10px;
}

.wp-block-image img {
  margin: 30px 0px 30px 0px;
  border-radius: 20px;
}

.news-end {
  display: flex;
  justify-content: space-between;
  width: 15%;
  margin: 0 auto;
  padding: 20px 0px 50px 0px;
}

.news-end-circle {
  width: 4px;
  height: 4px;
  background: #3D3D3D;
  border-radius: 100%;
}

.news-share {
  margin-right: 30px;
  font-family: "klavika-bold";
  color: #2E2573;
  text-align: center;
  position: relative;
  padding-bottom: 3px;
}

.news-share:last-child {
  margin-right: 0px;
}

.news-return {
  margin-top: 30px;
  text-align: center;
}

.news-return a {
  color: #BEBEBE;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.news-return a:hover {
  color: #2E2573;
}

/*------------------------------------*\
# Contact - Countries
\*------------------------------------*/
input.countries-toggle {
  display: none;
}

.countries-content {
  overflow: hidden;
  margin-top: -1px;
}

input.countries-label, .countries-answer {
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

/*position the label*/
label.countries-label {
  font-size: 18px;
  font-family: "klavika-medium", sans-serif;
  padding: 10px 25px 9px 25px;
  border-radius: 500px;
  transition: 0.250s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  color: #FFF;
  background: #2E2573;
}

label.countries-label:hover {
  color: #2E2573;
}

/*show the submenu when input is checked*/
input:checked~ .countries-answer {
  opacity: 1;
  padding: 20px 0px 20px 0px;
  max-height: 250px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
  list-style-type: none;
}

.countries-answer {
  opacity: 0;
  max-height: 0px;
  z-index: 2;
  line-height: 32px;
  padding: 0px;
  transition: .3s cubic-bezier(0, 0, 0.2, 1);
    font-family: "poppins", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 16px;
}

.secondary-button-products:focus {
  background: red;
}

#myDIV {
  display: none;
  width: 100%;
}

.title-s {
  font-size: 18px;
  font-family: "klavika-bold";
  line-height: 26px;
  color: #2E2573;
  padding-bottom: 4px;
  margin-bottom: -20px;
}

.title-s-italic {
  font-size: 16px;
  font-family: "klavika-medium-italic";
  line-height: 26px;
  font-weight: normal;
}

.countries-wrapper {
  margin-top: 50px;
  width: 100%;
  display: none;
}

.countries-answer .content--content p {
  margin-bottom: 0px;
}

.pointer {
  cursor: pointer;
}

.m-top {
  margin-top: 15px;
}

.active {
  background: #2E2573;
  color: #FFF;
}

/*------------------------------------*\
# Contact Form
\*------------------------------------*/
.contact-form {
  padding: 14px 20px 13px 20px;
  width: 100%;
  border: 1px solid #EAEAEA;
    font-family: "poppins", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-form-wrapper {
  display: flex;
}

.contact-form-full {
  width: 100%;
}

.contact-form-button {
  width: 100%;
}

/* Something went wrong */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #F1F1F1;
  border-radius: 20px;
  color: #32373c;
    font-family: "poppins", sans-serif;
font-weight: 300;
font-style: normal;
  padding: 10px 30px 10px 30px;
  border: none;
  border-bottom: 3px solid #ff6900;
}

.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: -15px;
}

/* Succes */
.wpcf7 form.sent .wpcf7-response-output {
  background: #F1F1F1;
  border-radius: 20px;
  color: #32373c;
  font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;
  padding: 10px 30px 10px 30px;
  border: none;
  border-bottom: 3px solid #46b450;
}

/*------------------------------------*\
# Home - Our Products
\*------------------------------------*/
.gutter-products-home {
  margin-top: -126px;
}

.products-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
  z-index: 3;
}

.product-content {
  padding: 40px;
  background: #FFF;
  color: #2E2573;
  border-radius: 20px;
  width: 430px;
  max-width: 430px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  transition: 0.150s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.product-content:hover {
  background: #2E2573;
  transform: translateY(-10px);
  color: #FFF;
}

.product-content--subtitle {
  font-family: "klavika-regular-italic";
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

.product-content--title {
  font-size: 24px;
  position: relative;
}

.products-action {
  text-align: center;
  font-family: "klavika-medium";
  font-size: 20px;
  color: #FFF;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

/*------------------------------------*\
# Headers
\*------------------------------------*/
.header-xl {
  height: calc(80vh - 59px);
  position: relative;
  margin-top: 58px;
}

.header-l {
  height: auto;
  position: relative;
  margin-top: 58px;
}

.header-xl--overlay {
	height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background: #212121;
  opacity: 0.3;
  z-index: 1;
}

.header-xl--title-wrapper,
.header-l--title-wrapper {
  z-index: 2;
  width: 60%;
  display: flex;
  flex-flow: column;
  position: relative;
}

.header-l--title-wrapper {
  padding-top: 0px;
}

.header-xl--image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  z-index: 0;
}

.header-xl--video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  object-fit: cover;
  background: #2E2573;
}

.header-xl--title {
  font-size: 120px;
  font-weight: normal;
  line-height: 115px;
  letter-spacing: 4px;
}

.header-l--title {
  font-size: 90px;
  font-weight: normal;
  line-height: 90px;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.header-xl--title,
.header-l--title {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
}

.header-xl--tagline {
  font-style: normal;
  width: 70%;
  color: #FFF;
  font-size: 18px;
  line-height: 33px;
}

.patern-overlay {
  position: absolute;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQYV2NkwAS+jGhivgwMDJuRBcECIEUwQbgATBBFACQIALoFBFPSYn6NAAAAAElFTkSuQmCC);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0px;
}

.rotating-header {
  margin: -15px 0px 40px 0px;
  position: relative;
}

.rotating-header:after,
.header-l--title:after {
  position: absolute;
  width: 65px;
  height: 5px;
  background: #fff;
  content: "";
  left: 0px;
  bottom: -10px;
}

.rotating-header__title {
  flex: 1 1 100%;
  width: 100%;
}

.rotating-slider {
  display: inline-block;
  height: 135px;
  overflow: hidden;
  vertical-align: middle;
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.rotating-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation-name: wordSlider;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
.rotating-slider__word {
  display: block;
  line-height: 1.3em;
  text-align: left;
}

@keyframes wordSlider {
  0%, 20% {
    transform: translateY(0%);
  }
  25%, 45% {
    transform: translateY(-20%);
  }
  50%, 70% {
    transform: translateY(-40%);
  }
  75%, 95% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(-80%);
  }
}

.header-content-wrapper-xl,
.header-content-wrapper-l {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.header-content-wrapper-l {
  padding: 110px 0px 110px 0px;
}

.header-content-wrapper-xl {
  padding: 100px 0px 100px 0px;
}

.header-widget-wrapper {
  margin-top: 20px;
  position: relative;
  z-index: 3;
  background: #FFF;
  padding: 40px;
  white-space: nowrap;
  display: flex;
  flex-flow: column;
  height: 100%;
  border-radius: 20px;
}

.header-widget--title {
  font-size: 24px;
  color: #2E2573;
  padding-bottom: 20px;
}

.header-widget--content p,
.header-widget--content p a{
  font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  display: flex;
  align-items: center;
}

.header-widget--content p a{
  color: #3D3D3D;
  position: relative;
  text-decoration: none;
}

/*------------------------------------*\
# Primary Navigation 
\*------------------------------------*/
header.primary-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}
.primary-navigation {
  background: #FFF;
  box-shadow: inset 0 -1px 0 #e4e4e4;
}

.primary-navigation--wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 12px 0px 12px 0px;
  align-items: center;
}

.custom-logo {
  display: flex;
  width: 170px;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  margin: 0px;
}

.primary-navigation--wrapper ul li {
  margin-right: 35px;
  font-size: 16px;
}

.primary-navigation--wrapper ul li:last-child {
  margin-right: 0px;
}

.primary-navigation--wrapper ul li:last-child:hover {
  background: #FFF;
}

.primary-navigation--wrapper ul li:last-child a {
  color: #FFF;
  padding: 5px 16px 5px 16px;
  background: #2E2573;
  border-radius: 50px;
  transition: .250s cubic-bezier(0, 0, 0.2, 1);
}

.primary-navigation--wrapper ul li:last-child a:hover {
  color: #FFF;
  background: #39A935;
}

.primary-navigation--wrapper ul li a {
  color: #3D3D3D;
  transition: .250s cubic-bezier(0, 0, 0.2, 1);
  padding: 0px;
}

.primary-navigation--wrapper ul li a:hover {
  color: #2E2573;
}

.nav-wrapper .current_page_item a,
.nav-wrapper .current-menu-item a {
  color: #2E2573;
}

/*------------------------------------*\
# Products Main Category Navigation 
\*------------------------------------*/
nav.products-navigation {
  background: #FFF;
  position: sticky;
  z-index: 2;
  top: 66px;
  box-shadow: inset 0px -3px 0px 0px #EAEAEA;
}

.products-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  font-family: "klavika-medium";
  font-style: normal;
  position: relative;
  padding: 20px 0px 20px 0px;
}

.products-menu li a {
  color: #3D3D3D;
  margin-right: 50px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.products-menu li:hover a {
  color: #2E2573;
}

.products-menu li:last-child a {
  margin-right: 0px;
}

.products-menu li a:after {
  width: 100%;
  height: 3px;
  background: #2E2573;
  position: absolute;
  content: "";
  bottom: -27px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.products-menu li:hover a:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.products-menu .current-menu-item a {
  color: #2E2573;
}

.products-menu .current-menu-item a:after {
  opacity: 1;
}

/*------------------------------------*\
# Products Cards 
\*------------------------------------*/
.product-card--category {
  font-family: "klavika-regular-italic";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #3D3D3D;
}

.product-card--title {
  font-family: "klavika-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2E2573;
  padding-bottom: 20px;
}

.product-card--title-l {
  font-family: "klavika-bold";
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  color: #2E2573;
  padding-bottom: 20px;
}

.product-card--description p {
  font-family: "poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #3D3D3D;
}

.checkmark-box-wrapper {
  display: flex;
  padding-bottom: 11px;
}

.checkmark-box {
  margin-top: -5px;
  display: flex;
  align-items: center;
}

.product-card-image-wrapper {
  margin-bottom: 10px;
}

.product-card-image {
  object-fit: cover;
}

.product-card-wrapper {
  transition: .250s cubic-bezier(0, 0, 0.2, 1);
  height: 100%;
}

.product-card-wrapper:hover {
  will-change: transform;
  transform: translateY(-10px);
}

/*------------------------------------*\
# Footer
\*------------------------------------*/
.footer {
  margin-top: 110px;
  background: #2E2573;
}

.footer-content-wrapper {
  padding: 75px 0px 75px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  color: #FFF;
}

.footer-disclaimer-wrapper {
  padding: 17px 0px 17px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.footer-disclaimer--content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.footer-created-by {
  margin-left: 40px;
}

a.footer-created-by:hover {
  color: #2E2573;
}

.footer-disclaimer {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #9E9E9E;
  font-size: 14px;
}

.footer-disclaimer a {
  color: #9E9E9E;
}

.footer-disclaimer li a {
  margin: 0px 40px 0px 0px;
}

.footer-disclaimer li:last-child a {
  margin: 0px 0px 0px 0px;
}

.footer-disclaimer li:first-child a {
  margin: 0px 40px 0px 40px;
}

.footer-disclaimer li:hover a {
  color: #2E2573;
}

#colophon .footer-content ul {
  padding: 0;
  margin: 0;
}

#colophon .footer-content ul li a {
  color: #FFF;
  padding-bottom: 5px;
}

#colophon .nav-wrapper {
  display: block;
}

#colophon .nav-wrapper li {
  font-family: "poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  line-height: 38px;
}

#colophon .nav-wrapper li a {
  width: 100%;
  position: relative;
}

#colophon .nav-wrapper li a:before,
.header-widget--content p a:before,
.content--content p a:before,
a.news-share:before,
.content--content span a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.header-widget--content p a:before,
.content--content p a:before,
.content--content span a:before,
a.news-share:before {
  background-color: #2E2573;
}

#colophon .nav-wrapper li a:hover:before,
.header-widget--content p a:hover:before,
.content--content p a:hover:before,
.content--content span a:hover:before,
a.news-share:hover:before {
  visibility: visible;
  width: 100%;
}

/*------------------------------------*\
# Animations
\*------------------------------------*/
.fade-in-left {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-one {
  -webkit-animation: fade-in-left-one 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .15s both;
          animation: fade-in-left-one 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) .15s both;
}
@-webkit-keyframes fade-in-left-1 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-one {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------*\
# Responsive
\*------------------------------------*/
/* Container */
@media (min-width: 576px) {
  .container,
  .container-m,
  .container-s {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container,
  .container-m,
  .container-s {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-m {
    max-width: 960px;
  }
  .container-s {
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-m {
    max-width: 940px;
  }
  .container-s {
    max-width: 740px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-m {
    max-width: 1140px;
  }
  .container-s {
    max-width: 740px
  }
}

@media only screen and (max-width: 1400px) {
  /* Products */
  .product-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  /* Headers */
  .header-l--title,
  .header-xl--title {
    font-size: 80px;
    line-height: 80px;
    word-break: break-word;
  }
  .header-xl--tagline {
    font-size: 16px;
    line-height: 28px;
  }
  .header-widget--title {
    font-size: 22px;
  }
  .rotating-header {
    margin: -5px 0px 40px 0px;
  }
  .rotating-slider {
    height: 75px;
  }
  /* Structure */
  .title-width-60 {
    width: 70%;
  }
  /* News and Announcements */
  .article-scroll {
    width: 100%;
  }
  .article-grid:last-child {
    margin-right: 90px;
  }
  /* Home - Our Products */
  .products-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  a.products-wrapper--link {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
  }
  .product-content {
    width: unset;
    max-width: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .article-grid-page-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1155px) {
  .header-xl--title-wrapper, 
  .header-l--title-wrapper {
    width: 63%;
  }
  .gutter-content,
  .gutter-content-l {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 992px) {
  /* Headers */
  .header-xl--title-wrapper, 
  .header-l--title-wrapper {
    width: 100%;
  }
  .product-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .header-xl--tagline {
    font-size: 16px;
    line-height: 30px;
  }
  .header-widget--title {
    font-size: 22px;
  }
  .header-widget-wrapper {
    display: none;
  }
  /* Menu */
  .primary-navigation--wrapper ul li {
    margin-right: 25px;
  }
  nav.products-navigation {
    top: 74px;
  }
  /* Mobile Menu */
  .menu-wrapper {
    display: flex;
  }
  .primary-navigation--wrapper ul li {
    font-size: 24px;
    padding-bottom: 50px;
    line-height: 33px;
    margin: 0px;
  }
  .primary-navigation--wrapper ul li:last-child a {
    padding: unset;
    background: unset;
  }
  .primary-navigation--wrapper ul li:last-child a:hover {
    background: unset;
    color: #2E2573;
  }
  .primary-navigation--wrapper ul li:last-child:hover {
    background: unset;
  }
  .primary-navigation--wrapper ul li:last-child {
    padding-bottom: 0px;
  }
  .primary-navigation--wrapper ul li a {
    color: #FFF;
  }
  .nav-wrapper .current_page_item a, 
  .nav-wrapper .current-menu-item a, 
  .nav-wrapper .current-menu-item:last-child a {
    color: #39A935;
  }
  /* Structure */
  .product-height {
    position: unset;
  }
  .flex-grid-thirds {
    display: block;
  }
  .flex-grid-thirds .col {
    width: 100%;
    padding: 30px;
  }
  .col {
    margin-bottom: 40px;
  }
  .col:last-child {
    margin-bottom: 0px;
  }
  .single-top {
    margin-top: 40px;
  }
  .single-top-news {
    margin-top: 84px;
  }
  .content, 
  .content-side, 
  .product-card-wrapper,
  .content-50,
  .product-content,
  .article-content--category-wrapper, 
  .article-content--content, 
  .article-content--content-full,
  .article-primary-wrapper,
  .column-double,
  .content-contact--content,
  .content-full {
    padding: 30px;
  }
  .column {
    flex-basis: 100%;
  }
  .column:first-child {
    border: none;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .column-double {
    flex-basis: 100%;
  }
  .column-double:last-child {
    margin-top: 40px;
  }
  .content--title-m {
    font-size: 22px;
    padding-bottom: 0px;
  }
  .simple-underline {
    padding-bottom: 10px;
  }
  .two-column-wrapper {
    flex-flow: column;
  }
  .column-s {
    padding-right: 0px;
  }
  .column-l {
    width: 100%;
  }
  .content-side:last-child {
    margin-bottom: 40px;
  }
  .content-wrapper {
    flex-flow: column;
  }
  .content-50 {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }
  .content-50-image {
    width: 100%;
    padding-top: 70%;
    margin-bottom: 40px;
  }
  .content-50-image--image {
    top: 0px;
    border-radius: 0px 0px 20px 20px;
  }
  /* Buttons */
  .button-margin {
    position: unset;
    bottom: unset;
  }
  .primary-button {
    display: flex;
    justify-content: center;
  }
  /* Home - Our Products */
  a.products-wrapper--link {
    flex-basis: 47%;
  }
  /* News and Announcements */
  .article-primary-wrapper {
    margin-top: 80px;
  }
  .article-primary-wrapper {
    width: 125%;
  }
  .article-scroll {
    width: 100%;
  }
  .article-grid:last-child {
    margin-right: 90px;
  }
  /* Products Navigation */
  .products-navigation {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .products-menu li a:after {
    bottom: -28px;
  }
  .products-menu li:last-child a {
    margin-right: 20px;
  }
  .products-menu li:first-child a {
    margin-left: 20px;
  }
  .products-menu {
    display: inline-flex;
    flex-wrap: unset;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  nav.products-navigation::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  nav.products-navigation {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  /* Footer */
  .footer-disclaimer--content {
    margin-top: 15px;
  }
}

@media only screen and (max-width:830px) {

}

@media only screen and (max-width:768px) {
  /* Mobile Menu */
  /* Our Products */
  .products-wrapper--link,
  .product-content {
    width: 100%;
  }
  .product-content {
    max-width: unset;
    margin-bottom: 0px;
  }
  .products-wrapper--link {
    margin-bottom: 30px;
  }
  .products-wrapper--link:last-child {
    margin-bottom: 0px; 
  }
  /* Header */
  .header-content-wrapper-l {
    padding: 85px 0px 85px 0px;
  }
  .header-xl--tagline {
    width: 80%;
  }
  /* Structure */
  .single-top-news {
    margin-top: 114px;
  }
  /* Product Overview */
  .column-l {
    width: 100%;
  }
  .two-column-wrapper {
    flex-flow: column;
  }
  .column-s {
    padding-right: 0px;
  }
  .product-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .content-side {
    margin-bottom: 20px;
  }
  .content-side:last-child {
    margin-bottom: 20px;
  }
  /* Icons */
  .checkmark-box:before {
    font-size: 16px;
  }
  /* News and Announcements */
  .article-primary-wrapper {
    width: 132%;
  }
  .article-grid {
    width: 360px;
  }
  .article-grid {
    margin-right: 25px;
  }
  .body-primary-title {
    font-size: 36px;
    line-height: 40px;
  }
  .article-content--title, 
  .article-content--title-full {
    font-size: 22px;
    line-height: 24px;
    padding-right: 5px;
    color: #FFF;
  }
  .article-content--content, 
  .article-content--content-full {
    background: unset;
  }
  .article-content--image, 
  .article-content--image-full {
    border-radius: 20px;
    padding-bottom: 0px;
  }
  .article-content--date {
    color: #FFF;
  }
  /* News Navigation */
  .prev-next-wrapper {
    position: fixed;
    bottom: 45px;
    top: unset;
  }
  .wp-block-image img {
    margin: 15px 0px 15px 0px;
  }
  /* Footer */
  .footer-disclaimer--logo {
    margin: 0 auto;
  }
  .footer-disclaimer--content {
    justify-content: center;
  }
  .footer-created-by {
    margin-left: 0px;
  }
  .footer {
    margin-top: 60px;
  }
  .footer-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
  }
  .footer-content:last-child {
    margin-bottom: 0px;
  }
  .footer-content:nth-last-child(2) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .article-grid-page-wrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media only screen and (max-width: 480px) {
  /* Structure */
  .gutter-content {
    margin-top: 15px;
  }
  .product-gutter {
    margin-top: 89px;
  }
  .column-double:last-child {
    margin-top: 15px;
  }
  .single-top-news {
    margin-top: 89px;
  }
  .col {
    margin-bottom: 20px;
  }
  .col:last-child {
    margin-bottom: 0px;
  }
  hr.separator {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  /* Headers */
  .header-xl {
    height: calc(80vh - 59px);
  }
  .header-l--title {
    font-size: 60px;
    line-height: 60px;
    word-break: break-word;
  }
  .header-xl--title {
    font-size: 50px;
    line-height: 60px;
  }
  .rotating-header:after, 
  .header-l--title:after {
    bottom: -15px;
  }
  .header-xl--tagline {
    width: 90%;
    line-height: 26px;
  }
  .header-content-wrapper-l,
  .header-content-wrapper-xl {
    padding: 60px 0px 60px 0px;
  }
  .rotating-slider {
    height: 53px;
  }
  /* Our Products */
  .gutter-products-home {
    margin-top: -93px;
  }
  .products-action {
    margin-bottom: 15px;
  }
  .products-wrapper--link {
    margin-bottom: 15px;
  }
  .products-wrapper--link:last-child {
    margin-bottom: 0px; 
  }
  .product-content--title,
  .product-content--subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .article-content--title:after, 
  .article-content--title-full:after, 
  .product-content--title:after {
    font-size: 16px;
  }
  /* Products Cards */
  .product-card--category {
    line-height: 20px;
    padding-bottom: 5px;
  }
  /* Structure */
  .content-50-image {
    margin-bottom: 10px;
  }
  .flex-grid-thirds .col {
    padding: 25px;
  }
  .content, 
  .content-side, 
  .product-card-wrapper,
  .content-50,
  .product-content,
  .article-content--category-wrapper, 
  .article-content--content, 
  .article-content--content-full,
  .column-double,
  .content-contact--content,
  .content-full {
    padding: 25px;
  }
  .b-m-top-m {
    margin-top: 25px;
  }
  .article-primary-wrapper {
    padding: 25px 25px 15px 25px;
  }
  .article-grid {
    margin-right: 15px;
  }
  .article-grid:last-child {
    margin-right: 130px;
  }
  .article-grid {
    width: 340px;
  }
  .body-primary-title {
    font-size: 34px;
    line-height: 38px;
  }
  /* News and Announcements */
  .title-width-60 {
    width: 90%;
  }
  .article-content--title, 
  .article-content--title-full {
    font-size: 24px;
    line-height: 27px;
    padding-right: 20px;
  }
  /* Bottom Navigation */
  .bottom-navigation-button {
    flex-basis: 100%;
  }
  .b-m-top-s {
    margin-top: 15px;
  }
  /* Footer */
  .footer {
    margin-top: 30px;
  }
  .footer-content-wrapper {
    padding: 30px 0px 30px 0px;
  }
  .footer-disclaimer-wrapper {
    justify-content: center;
  }
  .footer-disclaimer {
    font-size: 12px;
  }
  /* Home - Our Products */
  a.products-wrapper--link {
    flex-basis: 100%;
  }
  /* Single Page */
  .news-featured-image {
    height: 250px;
    object-fit: cover;
  }
  .content--title-l {
    font-size: 28px;
    line-height: 30px;
  }
  .left-button a, 
  .right-button a {
    padding: 15px;
  }
  .single-top {
    margin-top: 20px;
  }
}

@media only screen and (max-height: 770px) {
  .header-content-wrapper-l, 
  .header-content-wrapper-xl {
    padding: 60px 0px 60px 0px;
  }
  .header-xl {
    height: 100%;
  }
  .gutter-products-home {
    margin-top: 25px;
  }
  .products-action {
    color: #2E2573;
  }
}

@media only screen and (max-width: 400px) {
  .checkmark-box {
    display: none;
  }
  .product-card--description p {
    font-size: 12px;
    line-height: 19px;
  }
  .body-primary-title {
    font-size: 32px;
    line-height: 34px;
  }
  /* News and Announcements */
  .article-grid {
    width: 290px;
  }
  /* Footer */
  .footer-content {
    flex-basis: 100%;
  }
  .footer-content:last-child {
    margin-bottom: 0px;
  }
  /* Header */
  .rotating-slider {
    height: 39px;
  }
  .header-xl--title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 370px) {
  .gutter-products-home {
    margin-top: 15px;
  }
  .products-action {
    font-size: 16px;
    color: #2E2573;
  }
  .header-content-wrapper-l, 
  .header-content-wrapper-xl {
    padding: 40px 0px 40px 0px;
  }
  .primary-button {
    font-size: 16px;
    padding: 8px 25px 7px 25px;
  }
  .product-grid-wrapper {
    grid-template-columns: 1fr;
  }
  /* Menu Mobile */
  .menu .nav-wrapper {
    margin: 0px;
  }
  .primary-navigation--wrapper ul li {
    padding-bottom: 30px;
  }
}