@charset "UTF-8";
/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes smallReveal {
  0% {
    opacity: 0;
    transform: translate(0, 20%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

a, button, .button, .menu-item, .link-hover, *.link-hover {
  cursor: pointer;
}

select {
  outline: none !important;
  border: 1px solid gray;
  border-radius: 2px;
  margin-bottom: 20px;
}
select:focus {
  outline: none !important;
  border-radius: 2px;
}

input {
  outline: none !important;
  border: 1px solid gray;
  border-radius: 2px;
  margin-bottom: 20px;
}
input:focus {
  outline: none !important;
  border-radius: 2px;
}

textarea {
  outline: none !important;
  border: 1px solid gray;
  border-radius: 2px;
  resize: none;
  height: 100px;
}
textarea:focus {
  outline: none !important;
  border-radius: 2px;
}

.col-12 {
  width: 100%;
}
.col-12 > section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.col-12 > section.full-width {
  max-width: 100%;
}

span.break {
  display: block;
}

.capped {
  max-width: 1300px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.g-bg {
  background-color: #f2f2f2;
}

.b-grad-bg {
  background: #331ac8;
  background: linear-gradient(45deg, #331ac8 0%, #a99bff 70%);
}

.y-bg {
  background-color: #FFB800;
}

.ly-bg {
  background-color: #FFF2DE;
}

.lb-bg {
  background-color: #BDD7FF;
}

.b-bg {
  background-color: #0000C8;
}

.w-bg {
  background-color: #fff;
}

.db-bg {
  background-color: #000064;
}

.db-bg {
  background-color: #000064;
}

.grad-1 {
  background: linear-gradient(211.45deg, #0000C8 0%, #BDD7FF 105.8%);
}

.grad-2 {
  background: radial-gradient(54.46% 129.54% at 50% 50%, #0000C8 0%, #BDD7FF 100%);
}

.grad-3 {
  background: linear-gradient(211.45deg, #fff 0%, #FFB800 105.8%);
}

.grad-4 {
  background: radial-gradient(91.92% 96.67% at 91.92% 92.86%, #FFB800 0%, #FFFFFF 100%);
}

.grad-5 {
  background: linear-gradient(291.6deg, #fff -22.03%, #BDD7FF 101.08%);
}

.lines-bg-1 {
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.lines-bg-1::after {
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_1.svg);
  background-size: 550%;
  background-position-y: center;
  background-position-x: right;
  top: 0;
  left: 0;
  opacity: 5%;
}

.lines-bg-2 {
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.lines-bg-2::after {
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_2.svg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  top: 0;
  left: 0;
  opacity: 5%;
}

.lines-bg-3 {
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.lines-bg-3::after {
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_3.svg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  top: 0;
  left: 0;
  opacity: 100%;
}

.lines-bg-4 {
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.lines-bg-4::after {
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_4.svg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  top: 0;
  left: 0;
  opacity: 50%;
}

@media (min-width: 913px) {
  .lines-bg-1 {
    pointer-events: none;
  }
  .lines-bg-1::after {
    background-size: 150%;
    background-position-y: center;
    background-position-x: center;
    opacity: 50%;
  }
}
.col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
  width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
  width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
  width: 100%;
}

a.button, button.button, a.hero-button {
  font-size: 1rem;
  border: 0 !important;
  text-decoration: none;
  text-align: center;
  padding: 10px 50px;
  background-color: #050024;
  color: #fff;
  border-radius: 25px;
  transition: all 0.25s ease-in-out !important;
}
a.button.white, button.button.white, a.hero-button.white {
  background-color: #fff;
  color: #050024;
}
a.button.white:hover, button.button.white:hover, a.hero-button.white:hover {
  background-color: #050024;
  color: #fff;
}
a.button.outline, button.button.outline, a.hero-button.outline {
  border: 1px solid #050024 !important;
  background-color: transparent;
  color: #050024;
  transition: all 0.25s ease-in-out;
}
a.button.outline:hover, button.button.outline:hover, a.hero-button.outline:hover {
  transition: all 0.25s ease-in-out;
  color: #fff;
  background-color: #050024;
}
a.button.outline.white, button.button.outline.white, a.hero-button.outline.white {
  border: 1px solid #fff !important;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
a.button.outline.white:hover, button.button.outline.white:hover, a.hero-button.outline.white:hover {
  transition: all 0.25s ease-in-out;
  color: #050024;
  background-color: #fff;
}
a.button:hover, button.button:hover, a.hero-button:hover {
  background-color: #0000C8;
}
a.button:hover::after, button.button:hover::after, a.hero-button:hover::after {
  display: none;
}

@media (min-width: 600px) {
  span.break {
    display: none;
  }

  .col-1 {
    width: 45%;
  }

  .col-2 {
    width: 45%;
  }

  .col-3 {
    width: 45%;
  }

  .col-4 {
    width: 45%;
  }

  .col-5 {
    width: 45%;
  }

  .col-6 {
    width: 45%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-9 {
    width: 100%;
  }

  .col-10 {
    width: 100%;
  }

  .col-11 {
    width: 50%;
  }
}
@media (min-width: 913px) {
  .col-1 {
    width: 12.5%;
  }

  .col-2 {
    width: 20%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 30%;
  }

  .col-5 {
    width: 40%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 60%;
  }

  .col-8 {
    width: 80%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 85%;
  }

  .col-11 {
    width: 92%;
  }
}
section.hero {
  margin-top: 0;
}
section.header {
  margin: 0;
}

#main-wrapper > div.container, #main-wrapper .single-post > div.container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#main-wrapper .single-post > div.container .row {
  display: unset;
}

.solution-hero .row, .device-specifications .row {
  display: flex !important;
}

.row {
  display: flex;
  flex-direction: row;
}

ul#menu-bottom-menu li a span {
  font-size: 1rem;
}

.wp-block-columns.alignfull {
  max-width: unset;
}

.wp-block-columns {
  max-width: 1300px;
  margin: 0 auto;
}

.gap-2 {
  gap: 2em !important;
}

.contact-us ul {
  margin-bottom: 1em;
}
.contact-us ul p {
  margin-bottom: 0;
}
.contact-us iframe {
  width: 100%;
}
.contact-us div.wpforms-container-full {
  margin-bottom: unset !important;
}
.contact-us h2 {
  margin-top: 0;
}
.contact-us.row {
  flex-direction: column;
  justify-content: space-between;
}
.contact-us.row::before, .contact-us.row::after {
  display: none;
}

@media (min-width: 913px) {
  .contact-us.row {
    flex-direction: row;
  }
}
.unstyled-list {
  list-style: none;
  padding-left: 0 !important;
}

form input:not([type=file]), form textarea, form select {
  border-radius: 10px !important;
  border-color: #050024 !important;
}

form button[type=submit] {
  background: #050024 !important;
}

.wpforms-required-label {
  color: #050024 !important;
}

.wp-block-image figcaption {
  padding: 0 20px;
}

@media (min-width: 913px) {
  .wp-block-image figcaption {
    padding: unset;
  }
}
.wpforms-head-container {
  text-align: center !important;
}

.wpforms-title {
  font-weight: 600 !important;
}

.wp-block-button__link {
  font-size: 1rem !important;
  border: 0 !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 10px 50px !important;
  background-color: #050024 !important;
  color: #fff !important;
  border-radius: 25px !important;
  transition: all 0.25s ease-in-out !important;
}
.wp-block-button__link.link-hover {
  background-color: #0000C8 !important;
}
.wp-block-button__link::after {
  display: none !important;
}

.wp-block-column.card {
  border: 1px solid black;
  border-radius: 10px;
}

.row::before, .row::after {
  display: none;
}

.space-between {
  justify-content: space-between !important;
}

.space-center {
  justify-content: center;
}

.has-white-color li {
  color: white !important;
}

.page-id-717 .grid .border {
  border: 1px solid black;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
  margin-left: 0;
}

.home .landing-logos img {
  height: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home .landing-logos img:not(img:last-child) {
  margin-bottom: -50px;
}

@media (min-width: 913px) {
  .home .landing-logos img {
    height: 200px;
  }
}
@media screen and (max-width: 995px) {
  .header-block__item.header-block__item--type-menu-45.header-block__item--mobile-menu-toggle {
    position: absolute;
    right: 0;
  }

  .header-block__item.header-block__item--type-menu-46.header-block__item--mobile-menu-toggle.header-block__item--hide-on-mobile {
    display: none;
  }

  .header-block__row-container {
    width: 100% !important;
  }

  .header-block__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-solution .entry-header, .single-post .entry-header {
  display: none;
}

.single-post .post .post-content {
  margin-bottom: 0;
}

.popup div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .popup div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .popup div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.logo-row .wp-block-buttons {
  margin-top: 2rem;
}

html {
  font-size: 112.5%;
  /*18px*/
}

body {
  font-family: "FFDIN", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 1.38rem;
  font-family: "FFDIN", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1, h1 {
  margin-top: 0;
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

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

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

h5, .h5 {
  font-size: 1rem;
}

small, .text_small {
  font-size: 0.75rem;
}

.medium {
  font-weight: 400;
}

.regular {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

input, textarea, select, p, li, a, label, button {
  font-size: 1rem;
  font-weight: 400;
  font-family: "FFDIN", Arial, Helvetica, sans-serif;
}

@media (min-width: 913px) {
  h1, .h1 {
    margin-top: 0;
    font-size: 2.2;
  }

  h2, .h2 {
    font-size: 1.75rem;
  }

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

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

  h5, .h5 {
    font-size: 1rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  line-height: 1.75;
  margin: 0;
  font-size: 18px !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

ul {
  padding: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.steps-component {
  background-color: #000064;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.steps-component .copy {
  z-index: 1;
  text-align: center;
}
.steps-component .copy p, .steps-component .copy h2 {
  margin: 0;
  color: #fff;
}
.steps-component .copy h2 {
  margin-bottom: 2rem;
}
.steps-component .steps {
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.steps-component .steps .card {
  margin-bottom: 20px;
  min-height: 234px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  justify-content: space-between;
  background-color: #000064;
  transition: all 0.5s ease-in-out;
}
.steps-component .steps .card p, .steps-component .steps .card h3 {
  color: #fff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.steps-component .steps .card:hover {
  color: #050024;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.steps-component .steps .card:hover p, .steps-component .steps .card:hover h3 {
  color: #050024 !important;
  transition: all 0.5s ease-in-out;
}
.steps-component .steps .card:hover::after {
  display: none;
}

@media (min-width: 600px) {
  .steps-component .steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 100px 0;
  }
}
@media (min-width: 913px) {
  .steps-component .copy h2 {
    margin-bottom: 1.38rem !important;
  }
  .steps-component .steps {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 100px 0;
  }
  .steps-component .steps .card {
    width: calc(25% - 40px);
  }
}
@media (min-width: 600px) and (max-width: 913px) {
  .steps-component .copy.col-6 {
    width: 75%;
  }
}
.floating-image {
  width: inherit;
  padding: 20px;
}
.floating-image .image {
  border-radius: 15px;
  min-height: 200px;
  overflow: hidden;
}
.floating-image .image img {
  border-radius: 5px;
  margin: 10px;
  width: calc(100% - 20px);
  top: 80px;
  position: sticky;
  object-fit: cover;
}
.floating-image .content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.floating-image .content .button {
  margin-top: 2rem;
}
.floating-image .content h2 {
  margin-top: 2rem;
}
.floating-image .content.platform-component {
  justify-content: center;
}
.floating-image .bottom {
  margin-top: auto;
}
.floating-image .bottom p {
  margin: 0;
}
.floating-image .bottom .industries {
  margin-bottom: 1rem;
}
.floating-image .bottom .industries p:first-child {
  font-weight: 500;
}
.floating-image .bottom .customers p:first-child {
  font-weight: 500;
}
.floating-image .bottom .customers .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.floating-image .bottom .customers .logos .logo {
  width: 20%;
}
.floating-image .bottom .customers .logos .logo img {
  width: 100%;
}

@media (min-width: 600px) {
  .floating-image .col-10 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .floating-image .col-10.reverse {
    flex-direction: row-reverse;
  }
  .floating-image .content.platform-component .title {
    margin: 0;
    position: absolute;
    top: 0;
  }
  .floating-image .image {
    min-height: 200px;
  }
}
.big-quote {
  font-size: 0.9em;
  padding: 20px;
}
.big-quote h2 {
  margin-bottom: 40px;
}

@media (min-width: 913px) {
  .big-quote {
    margin: 100px auto !important;
    text-align: center;
  }
}
.grid {
  padding: 100px 20px;
}
.grid h2 {
  text-align: center;
  margin-top: 0;
}
.grid .col-8 {
  margin: 0 auto;
}
.grid .col-12 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 1rem;
}
.grid .col-12.wrap {
  flex-wrap: wrap;
}
.grid .col-12 .col-2 {
  text-align: center;
  width: 45%;
}
.grid .col-12 .col-3 {
  text-align: left;
}
.grid .col-12 .col-3 h2 {
  text-align: left;
}
.grid .card {
  padding: 2em;
}
.grid .border {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}
.grid .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  overflow: hidden;
}
.grid .image.icon {
  max-height: 80px;
  min-height: 80px;
}
.grid .image.icon img {
  min-height: 100%;
}
.grid .image img {
  width: auto;
  vertical-align: bottom;
}

@media (min-width: 913px) {
  .grid .col-12 {
    gap: 2em;
    flex-direction: row;
  }
  .grid .col-12 .col-2 {
    width: 15%;
  }
}
.switch-button {
  margin: 0 auto;
  margin-bottom: 10px;
  border: 2px solid #000064;
  background: #000064;
  border-radius: 40px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #050024;
  position: relative;
  padding-right: 120px;
  position: relative;
}
.switch-button.currency:before {
  content: "USD" !important;
}
.switch-button:before {
  font-family: "FFDIN" !important;
  content: "Monthly";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.switch-button input[type=checkbox].switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button input[type=checkbox].switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}
.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label {
  color: #050024;
  font-family: "FFDIN" !important;
  text-decoration: none !important;
  margin-bottom: 0;
  position: relative;
  display: block;
  user-select: none;
  pointer-events: none;
}
.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

.pricing.lines-bg-1:after {
  opacity: 10%;
}
.pricing aside {
  display: none;
}
.pricing .options {
  margin-bottom: 3em;
}
.pricing .options .switch-button {
  margin: 0 auto;
  margin-bottom: 10px;
}
.pricing h2 {
  text-align: center;
  padding: 20px;
}
.pricing .button {
  margin: 20px auto 0 auto !important;
  width: 200px;
}
.pricing .body {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 20px 0px;
  text-align: center;
  border-top: 1px solid #050024;
  border-bottom: 1px solid #050024;
}
.pricing .body p {
  margin-block: 0;
}
.pricing .body .button {
  background-color: #000064;
}
.pricing .row {
  margin: 0 !important;
}

@media (min-width: 600px) {
  .pricing .hero {
    margin: 150px auto;
  }
  .pricing .body {
    padding: 50px 0;
  }
  .pricing .options {
    pointer-events: all;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pricing .pricing-columns {
    pointer-events: all;
    z-index: 1;
  }
  .pricing .pricing-columns aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .pricing .pricing-columns aside .body {
    text-align: left;
    border: 0;
  }
  .pricing .pricing-columns aside .body:hover {
    background: none;
  }
  .pricing .pricing-columns aside p {
    margin-right: 30px;
  }
  .pricing .pricing-columns aside p:first-child {
    margin-bottom: 28px;
  }
  .pricing .pricing-columns .block.solution .head {
    min-height: unset;
  }
  .pricing .pricing-columns .block.solution .button {
    width: unset;
  }
  .pricing .pricing-columns .body {
    margin: 0;
    transition: all 0.2s ease-in-out;
  }
  .pricing .pricing-columns .body:hover {
    background-color: #f2f2f2;
  }
  .pricing .pricing-columns #smart .body, .pricing .pricing-columns #free .body, .pricing .pricing-columns #innovator .body, .pricing .pricing-columns #elite .body, .pricing .pricing-columns #smart-substation .body, .pricing .pricing-columns #cathodic .body, .pricing .pricing-columns #leak .body, .pricing .pricing-columns #vacuum .body {
    border-right: 1px solid #050024;
  }
  .pricing .pricing-columns .button {
    margin: auto auto 0 auto;
  }
  .pricing .pricing-columns .col-12 {
    display: flex;
  }
  .pricing .pricing-columns .head {
    min-height: 185px;
    margin: 0px 10px;
  }
  .pricing .pricing-columns .head.empty {
    min-height: 195px;
    margin: 0;
  }
  .pricing .pricing-columns .head h3 {
    margin-bottom: 1em;
  }
  .pricing .row {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .pricing .row p {
    margin: 0;
  }
}
.switch-button::before {
  color: white !important;
  transition: all 200ms linear;
}
.switch-button.active::before {
  color: black !important;
  transition: all 200ms linear;
}
.switch-button.active .switch-button-label {
  color: white !important;
  transition: all 200ms linear;
}

@media (min-width: 600px) and (max-width: 913px) {
  .pricing .hero {
    margin: 50px auto;
  }
  .pricing .body {
    min-height: 320px;
  }
  .pricing .body .button {
    width: 160px;
  }
  .pricing .body .add-unit {
    margin-bottom: auto;
  }
  .pricing .pricing-columns aside {
    display: none;
  }
  .pricing .pricing-columns div.col-2.block {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pricing .pricing-columns .col-12 .col-2 {
    width: 30%;
  }
}
.ami {
  margin-top: 50px;
  margin-bottom: 50px;
}

.features-list {
  padding: 0 20px;
  margin-bottom: 2rem;
}
.features-list.no-margin {
  margin: 0;
}
.features-list.header {
  z-index: 2;
  position: sticky;
  top: 40px;
}
.features-list .row {
  margin-left: unset;
  margin-right: unset;
  background-color: transparent;
  border-bottom: 1px solid black;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  transition: background-color ease-in-out 0.2s;
  grid-auto-flow: row;
  grid-template-areas: "description" "content";
}
.features-list .row.header {
  border-bottom: 0;
}
.features-list .row.header :hover {
  background-color: none;
}
.features-list .row:hover:not(:first-child) {
  transition: background-color ease-in-out 0.4s;
  background-color: #f2f2f2;
}
.features-list .row.header.top {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  position: sticky;
}
.features-list .row.header.top .content {
  padding: 20px 0;
}
.features-list .row.header.top h3 {
  font-size: 1rem;
}
.features-list .row.header .content {
  text-align: center;
  background-color: white;
}
.features-list .description {
  grid-area: description;
  margin-bottom: 1rem;
}
.features-list .description p {
  font-weight: 500;
  margin: auto 0;
}
.features-list .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "free innovator elite enterprise";
  grid-area: content;
  align-items: center;
  text-align: center;
  font-weight: 800;
}
.features-list .content img {
  width: 20px;
  height: 20px;
}
.features-list .free .cross, .features-list .free .complete, .features-list .free p {
  filter: invert(78%) sepia(0%) saturate(20%) hue-rotate(146deg) brightness(84%) contrast(82%);
}
.features-list .innovator .cross, .features-list .innovator .complete, .features-list .innovator p {
  filter: invert(75%) sepia(37%) saturate(528%) hue-rotate(103deg) brightness(87%) contrast(85%);
}
.features-list .elite .cross, .features-list .elite .complete, .features-list .elite p {
  filter: invert(9%) sepia(53%) saturate(7190%) hue-rotate(242deg) brightness(113%) contrast(142%);
}
.features-list .enterprise .cross, .features-list .enterprise .complete, .features-list .enterprise p {
  filter: invert(40%) sepia(96%) saturate(1531%) hue-rotate(340deg) brightness(100%) contrast(101%);
}
.features-list .free, .features-list .innovator, .features-list .elite, .features-list .enterprise {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-list .free p, .features-list .innovator p, .features-list .elite p, .features-list .enterprise p {
  margin: auto;
}
.features-list .free img, .features-list .innovator img, .features-list .elite img, .features-list .enterprise img {
  display: block;
  margin: auto;
}
.features-list .free :nth-child(2), .features-list .innovator :nth-child(2), .features-list .elite :nth-child(2), .features-list .enterprise :nth-child(2) {
  margin: auto;
}
.features-list .free {
  grid-area: free;
}
.features-list .innovator {
  grid-area: innovator;
}
.features-list .elite {
  grid-area: elite;
}
.features-list .enterprise {
  grid-area: enterprise;
}

@media (min-width: 600px) {
  .features-list {
    margin-bottom: 0;
  }
  .features-list.header {
    top: 59px;
    margin-bottom: -75px;
  }
  .features-list .row {
    border: 0;
    grid-template-columns: 40% 60%;
    grid-template-areas: "description content";
  }
  .features-list .row:nth-child(2) {
    border-top: solid black 1px;
  }
  .features-list .row .description {
    margin-bottom: 0;
  }
  .features-list .row .description p {
    font-weight: 400;
  }
  .features-list .row.header {
    z-index: 2000;
    position: sticky;
    top: 40px;
  }
  .features-list .row.header .description {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
  }
  .features-list .row.header .description h3 {
    margin: 0;
  }
  .features-list .row.header .content h3 {
    margin: 0;
    font-size: 1.25rem;
  }
  .features-list .row h3 {
    display: block;
  }
  .features-list .row .free :nth-child(2), .features-list .row .innovator :nth-child(2), .features-list .row .elite :nth-child(2), .features-list .row .enterprise :nth-child(2) {
    right: 1.5rem;
    position: absolute;
  }
}
.full-screen-header {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
}
.full-screen-header .content {
  text-align: center;
}

@media (min-width: 913px) {
  .full-screen-header {
    padding: 100px 0;
  }
}
.only-title {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.only-title .content {
  text-align: center;
}

@media (min-width: 913px) {
  .only-title {
    margin: 100px auto !important;
    padding: 0;
  }
}
.centered-text-image .content {
  padding: 20px;
}
.centered-text-image .content h2 {
  margin-bottom: 1em;
}
.centered-text-image .content ul {
  padding: 20px;
}
.centered-text-image .image {
  height: 100%;
  width: 100%;
  max-height: 900px;
  overflow: hidden;
}
.centered-text-image .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}

@media (min-width: 913px) {
  .centered-text-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .centered-text-image .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .centered-text-image .col-6 ul li {
    font-size: 18px;
  }
}
.accordion h2 {
  margin-top: 0;
}
.accordion button.course-accordion {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-weight: 600;
  transition: 0.4s;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
}
.accordion button.course-accordion {
  position: relative;
  border-top: 1px solid black;
}
.accordion button.course-accordion h4 {
  margin: 0;
}
.accordion button.course-accordion:hover {
  background-color: rgba(5, 0, 36, 0.01);
}
.accordion button.course-accordion.active {
  border-bottom: none;
}
.accordion button.course-accordion.active > .course-panel {
  padding: 20px 0;
}
.accordion button.course-accordion:after {
  font-size: 1.777rem;
  position: absolute;
  right: 0;
  top: calc(50% - 11.25px);
  content: "+";
  font-weight: normal;
}
.accordion button.course-accordion.active:after {
  font-size: 1.777rem;
  content: "−";
}
.accordion div.course-panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 80%;
  font-family: "Raleway";
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.88);
}
.accordion div.course-panel p {
  padding: 20px 0;
  margin-bottom: 0;
}
.accordion div.course-panel p a {
  text-decoration: underline !important;
}
.accordion div.course-panel a {
  transition: color ease-in-out 0.2s;
  text-decoration: underline !important;
}
.accordion div.course-panel a:hover {
  transition: color ease-in-out 0.2s;
  color: slategray;
}
.accordion div.course-panel a:after {
  display: none;
}
.accordion h2 {
  text-align: center;
  margin-bottom: 0.5em;
}

@media (min-width: 600px) and (max-width: 913px) {
  .accordion .col-6, .accordion.col-6 {
    width: 75%;
  }
}
.accordion button {
  display: flex;
  align-items: center;
}
.accordion button .icon {
  height: 30px;
  margin-right: 1rem;
}

.home .accordion button.course-accordion:after {
  display: none;
}

.included {
  text-align: center;
}
.included p:first-child {
  font-weight: 600;
  margin-bottom: 1em;
}
.included p {
  margin: 0;
}

@media (min-width: 913px) {
  .included {
    padding: 100px 0;
  }
}
.ami p {
  margin: 0;
}
.ami .content {
  text-align: center;
}
.ami .content h3 {
  margin: 0 auto;
}
.ami .subscriptions .capped {
  display: flex;
  flex-direction: column;
}
.ami .subscriptions ul, .ami .subscriptions h5 {
  margin: 20px;
  text-align: left;
}
.ami .features-list .row {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "feature-description" "feature-content";
}
.ami .features-list .row.header .content {
  text-align: center;
}
.ami .features-list .feature-description {
  grid-area: feature-description;
}
.ami .features-list .feature-description h3 {
  margin-top: 0;
}
.ami .features-list .feature-description p {
  font-weight: 500;
}
.ami .features-list .feature-description .options {
  margin-bottom: 3em;
}
.ami .features-list .feature-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "plug-play plug-play-plus";
  grid-area: feature-content;
  align-items: end;
  text-align: left;
  font-weight: 800;
}
.ami .features-list .plug-play {
  text-align: center;
  position: relative;
  overflow: hidden;
  grid-area: plug-play;
}
.ami .features-list .plug-play-plus {
  text-align: center;
  position: relative;
  overflow: hidden;
  grid-area: plug-play-plus;
}
.ami .features-list .eur, .ami .features-list .usd {
  position: relative;
  left: 50%;
}
.ami .features-list .hidden {
  position: relative;
  top: 20px;
}

@media (min-width: 600px) {
  .ami .features-list .heading {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
  }
  .ami .features-list .row {
    grid-template-columns: 40% 60%;
    grid-template-areas: "feature-description feature-content";
  }
}
@media (min-width: 913px) {
  .switch-button {
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .ami > .content h2 {
    margin-bottom: 50px;
  }
  .ami .features-list {
    margin-left: auto;
    margin-right: auto;
  }
  .ami .features-list .row {
    padding: 0;
  }
  .ami .features-list .row:first-child {
    margin-bottom: 40px;
  }
  .ami .features-list .row p {
    padding: 5px 0;
  }
  .ami .features-list .row .feature-description {
    font-weight: normal;
  }
  .ami .features-list .feature-content {
    justify-content: end;
    grid-template-columns: 40% 40%;
    text-align: center;
  }
  .ami .subscriptions {
    padding: 100px 0;
  }
  .ami .subscriptions .capped {
    flex-direction: row;
  }
  .ami .price {
    border-left: 1px solid black;
  }

  .monthly {
    text-align: left;
  }
  .monthly h3 {
    margin: 0;
  }

  .only-title {
    padding: 0;
  }
}
#popup {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#popup .popup-container {
  z-index: 999;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#popup .popup {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  padding: 20px;
  width: 95%;
  height: 90%;
  overflow: scroll;
}
#popup .popup h3 {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
#popup .popup .wpforms-field-container input, #popup .popup .wpforms-field-container select, #popup .popup .wpforms-field-container textarea {
  background: #f2f2f2;
}
#popup .close-popup {
  text-align: center;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background-color: #050024;
}
#popup .close-popup a {
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#popup .popup > h3 {
  margin-bottom: 10px;
}
#popup .popup > p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#popup .popup-btn {
  width: 200px;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 2px solid black;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 10px 0px;
  transition: 0.2s all ease-in;
}
#popup .popup-btn:hover {
  background-color: black;
  color: #fff;
}

@media (min-width: 913px) {
  #popup .popup {
    z-index: 1;
    justify-content: space-between;
    flex-direction: row;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    padding: 40px;
  }
  #popup .popup::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: url(https://marmer.studio/wp-content/uploads/2022/02/wave.png);
    background-size: 50%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
  }
  #popup .popup .wpforms-field-container {
    flex-direction: row;
  }
  #popup .form-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #popup .form-options .select:nth-child(even) {
    padding-left: 20px;
  }
}
.rendered-form {
  display: block;
}
.rendered-form .form-group {
  display: flex;
  flex-direction: column;
}

.centered-text .col-7 {
  margin: 0 auto;
}

.centered-text-two-columns .header {
  padding-bottom: 20px;
}
.centered-text-two-columns .header h2, .centered-text-two-columns .header p {
  margin-top: 0;
  text-align: center;
}
.centered-text-two-columns .col-5 {
  margin-bottom: 50px;
}
.centered-text-two-columns .col-8 {
  margin-left: auto;
  margin-right: auto;
}
.centered-text-two-columns .content {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.centered-text-two-columns .content p, .centered-text-two-columns .content h1, .centered-text-two-columns .content h2, .centered-text-two-columns .content h3, .centered-text-two-columns .content h4 {
  margin-top: 0;
}
.centered-text-two-columns .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 20%;
  margin: 0 auto;
}
.centered-text-two-columns .logo img {
  width: 100%;
}
.centered-text-two-columns .border {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

@media (min-width: 913px) {
  .centered-text {
    text-align: center;
  }

  .centered-text-two-columns .header {
    padding-bottom: 0;
  }
  .centered-text-two-columns .col-5 {
    margin-bottom: unset;
  }
}
body {
  background: #ffffff;
  color: #000;
}

table {
  color: #000;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #000;
}

a {
  color: #000;
}

a:focus,
a:hover {
  color: #1a1a1a;
}

:focus {
  color: #000;
}

.wrapper {
  background: #ffffff;
}

.wrapper a:hover {
  color: #000;
}

.wrapper a:after {
  background: #000;
}

.site-footer a:hover {
  color: #000;
}

.product-filter ul li a:hover {
  color: #000;
}

.message-form .loading-bar {
  background: #4d4d4d;
}

.message-form .loading-bar span {
  background: #1a1a1a;
}

.skin--brand-primary {
  color: #000;
}

.btn.btn-primary {
  background: #000;
}

.btn.btn-primary:hover {
  background: #1a1a1a;
}

.btn.btn-secondary {
  background: #000;
}

.btn.btn-secondary:hover {
  background: #1a1a1a;
}

.site-footer .footer-bottom a {
  color: #000;
}

.site-footer .footer-bottom a:hover {
  color: #000;
}

.site-footer .footer-bottom a:after {
  color: #000;
}

p {
  color: #000;
}

.section-title p {
  color: #000;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #000;
}

.section-title h1 small,
.section-title h2 small,
.section-title h3 small,
.section-title h4 small,
.section-title h5 small,
.section-title h6 small {
  color: #333333 !important;
}

.blog-posts .isotope-item .box-holder .post-info {
  border-color: #ffffff;
}

.blog-posts .box-holder .post-format .quote-holder {
  background: #f2f2f2;
}

.blog-posts .box-holder .post-format .quote-holder blockquote {
  color: #000;
}

.blog-posts .box-holder .post-format .post-type {
  background: #ffffff;
}

.blog-posts .box-holder .post-format .post-type i {
  color: #000;
}

.blog-posts .box-holder .post-format .hover-state i {
  color: #ffffff;
}

.blog-posts .box-holder .post-info h2 a {
  color: #000;
}

.blog-posts .box-holder .post-info .details .category {
  color: #000;
}

.blog-posts .box-holder .post-info .details .date {
  color: #000;
}

.widget.widget_tag_cloud a {
  color: #000;
  background: #f2f2f2;
}

.widget.widget_tag_cloud a:hover {
  background: #e5e5e5;
}

.wpb_wrapper .wpb_text_column blockquote {
  border-left-color: #000;
}

.post-formatting ul li,
.post-formatting ol li {
  color: #000;
}

.post-formatting blockquote {
  border-left-color: #000;
}

.post-formatting blockquote p {
  color: #000;
}

.post-formatting .wp-caption .wp-caption-text {
  background: #f2f2f2;
}

.labeled-textarea-row textarea {
  background-image: linear-gradient(#f2f2f2 1px, transparent 1px);
}

.labeled-textarea-row textarea:focus {
  color: #333;
}

.cd-google-map .cd-zoom-in,
.cd-google-map .cd-zoom-out {
  background-color: #000;
}

.cd-google-map .cd-zoom-in:hover,
.cd-google-map .cd-zoom-out:hover {
  background-color: #2e2e2e;
}

.single-blog-holder .blog-head-holder {
  background: #f2f2f2;
}

.single-blog-holder .blog-head-holder .quote-holder {
  background: #f2f2f2;
}

.single-blog-holder .blog-head-holder .quote-holder:before {
  color: #000;
}

.single-blog-holder .blog-head-holder .quote-holder blockquote {
  color: #000;
}

.single-blog-holder .tags-holder a {
  color: #000;
  background: #f2f2f2;
}

.single-blog-holder .tags-holder a:hover {
  background: #e5e5e5;
}

.single-blog-holder pre {
  background: #f2f2f2;
  border-color: #ffffff;
  color: #000;
}

.single-blog-holder .blog-author-holder .author-name:hover {
  color: #000;
}

.single-blog-holder .blog-author-holder .author-name:hover em {
  color: #000;
}

.single-blog-holder .blog-author-holder .author-name em {
  color: #000;
}

.single-blog-holder .blog-author-holder .author-link {
  color: #000;
}

.single-blog-holder .post-controls span {
  color: #000;
}

.single-blog-holder .comments-holder {
  background: #f2f2f2;
}

.single-blog-holder .comments-holder:before {
  border-top-color: #ffffff;
}

.single-blog-holder .comments-holder .comment-holder + .comment-respond {
  background: #ffffff;
}

.single-blog-holder .comments-holder .comment-holder .commenter-image .comment-connector {
  border-color: #ffffff;
}

.single-blog-holder .comments-holder .comment-holder .commenter-details .comment-text p {
  color: #000;
}

.single-blog-holder .comments-holder .comment-holder .commenter-details .date {
  color: #000;
}

.single-blog-holder .details .category {
  color: #000;
}

.single-blog-holder .details .category a {
  color: #000;
}

.single-blog-holder .details .date {
  color: #000;
}

.single-blog-holder .details .date a {
  color: #000;
}

.single-blog-holder .details .tags-list {
  color: #000;
}

.single-blog-holder .details .tags-list a {
  color: #000;
}

.single-blog-holder .post-controls .next-post:hover i,
.single-blog-holder .post-controls .prev-post:hover i {
  color: #000;
}

.single-blog-holder .post-controls .next-post:hover strong,
.single-blog-holder .post-controls .prev-post:hover strong {
  color: #000;
}

.single-blog-holder .post-controls .next-post strong,
.single-blog-holder .post-controls .prev-post strong {
  color: #000;
}

.single-blog-holder .post-controls .next-post i,
.single-blog-holder .post-controls .prev-post i {
  color: #000;
}

::selection {
  background: #000;
  color: #ffffff;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

hr {
  border-color: #ffffff;
}

footer.site-footer {
  background-color: #f2f2f2;
}

footer.site-footer .footer-widgets .section h1,
footer.site-footer .footer-widgets .section h2,
footer.site-footer .footer-widgets .section h3 {
  color: #000;
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a {
  color: #000;
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:hover {
  color: #1a1a1a;
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  border-bottom-color: #000;
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tab {
  background: #f2f2f2;
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li {
  border-bottom-color: #ffffff !important;
  background: #f2f2f2;
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a {
  color: #000;
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:hover {
  color: #1a1a1a;
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section {
  background: #f2f2f2;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a {
  color: #000;
}

.top-menu-container {
  background: #000;
}

.top-menu-container .widget .widgettitle {
  color: #ffffff;
}

.top-menu-container .widget a {
  color: #333333 !important;
}

.top-menu-container .widget a:after {
  background-color: #333333 !important;
}

.top-menu-container .top-menu ul.menu > li ul {
  background: #ffffff;
}

.top-menu-container .top-menu ul.menu > li ul li a {
  color: #333333 !important;
}

.top-menu-container .top-menu ul.menu > li ul li a:after {
  background: #000;
}

.top-menu-container .top-menu ul:after {
  border-right-color: #ffffff !important;
}

.top-menu-container .top-menu ul li a {
  color: #ffffff !important;
}

.top-menu-container .top-menu ul li a:hover {
  color: #333333 !important;
}

.product-filter ul li a {
  color: #000;
}

.single-portfolio-holder .social .likes {
  background: #f2f2f2;
}

.single-portfolio-holder .social .likes .fa-heart {
  color: #000;
}

.single-portfolio-holder .social .share-social .social-links a {
  color: #000;
}

.single-portfolio-holder .portfolio-big-navigation a {
  color: #000;
}

.single-portfolio-holder .portfolio-big-navigation a:hover {
  color: #404040;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  color: #000;
}

.dash {
  background: #f2f2f2;
}

.alert.alert-default {
  background-color: #000;
}

.hover-state {
  background: #000;
}

.portfolio-holder .thumb .hover-state .likes a i {
  color: #000;
}

.portfolio-holder .thumb .hover-state .likes a .counter {
  color: #000;
}

.single-portfolio-holder .details .services ul li {
  color: #000;
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev:hover,
.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next:hover {
  color: #000;
}

.single-portfolio-holder .gallery.gallery-type-description .row .lgrad {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 100%);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a:hover span {
  background-color: rgba(51, 51, 51, 0.5);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a.current span {
  background: #000;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
  background: #ffffff;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed .portfolio-description-showinfo {
  background: #ffffff;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info svg {
  fill: #000;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo {
  background: #ffffff;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .lgrad {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 100%);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info svg {
  fill: #000;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-show-more-link {
  color: #000;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-show-more-link .for-more {
  color: #000;
}

.search-results-holder .result-box h3 a {
  color: #000;
}

.search-results-holder .result-box + .result-box {
  border-top-color: #ffffff;
}

.team-holder .new-member-join {
  background: #f2f2f2;
}

.team-holder .new-member-join .join-us .your-image {
  color: #000;
}

.team-holder .new-member-join .join-us .details h2 {
  color: #000;
}

.team-holder .new-member-join .join-us .details .text a {
  color: #000;
}

.team-holder .new-member-join .join-us .details .text a:after {
  background-color: #000;
}

.logos-holder .c-logo {
  border-color: #ffffff;
}

.logos-holder .c-logo .hover-state {
  background: #000;
}

.error-holder {
  background: #ffffff;
}

.error-holder .box {
  background: #000;
}

.error-holder .box .error-type {
  color: #ffffff;
}

.error-holder .error-text {
  color: #000;
}

.portfolio-holder .dribbble-container .dribbble_shot:hover .dribbble-title {
  background-color: #000;
}

.bg-main-color {
  background: #000;
}

.coming-soon-container .message-container {
  color: #ffffff;
}

.coming-soon-container p {
  color: #ffffff;
}

.coming-soon-container .social-networks-env a i {
  color: #000;
}

.blog-sidebar .widget a {
  color: #000;
}

.blog-sidebar .widget li {
  color: #000;
}

.blog-sidebar .widget.widget_recent_comments li + li {
  border-top-color: #f2f2f2;
}

.blog-sidebar .widget.widget_search .search-bar .form-control {
  background: #f2f2f2 !important;
  color: #333333 !important;
}

.blog-sidebar .widget.widget_search .search-bar .form-control::-webkit-input-placeholder {
  color: #000;
}

.blog-sidebar .widget.widget_search .search-bar .form-control:-moz-placeholder {
  color: #000;
}

.blog-sidebar .widget.widget_search .search-bar .form-control::-moz-placeholder {
  color: #000;
}

.blog-sidebar .widget.widget_search .search-bar .form-control:-ms-input-placeholder {
  color: #000;
}

.blog-sidebar .widget.widget_search .search-bar input.go-button {
  color: #000;
}

.image-placeholder {
  background: #f2f2f2;
}

.show-more .reveal-button {
  border-color: #f2f2f2;
}

.show-more .reveal-button a {
  color: #000;
}

.show-more.is-finished .reveal-button .finished {
  color: #000;
}

.pagination-container span.page-numbers,
.pagination-container a.page-numbers {
  color: #000;
}

.pagination-container span.page-numbers:after,
.pagination-container a.page-numbers:after {
  background-color: #000;
}

.pagination-container span.page-numbers:hover,
.pagination-container span.page-numbers.current,
.pagination-container a.page-numbers:hover,
.pagination-container a.page-numbers.current {
  color: #000;
}

.fluidbox-overlay {
  background-color: #ffffff;
  opacity: 0.6 !important;
}

.comparison-image-slider .cd-handle {
  background-color: #333333 !important;
}

.comparison-image-slider .cd-handle:hover {
  background-color: #262626 !important;
}

.about-me-box {
  background: #f2f2f2 !important;
}

.sidebar-menu-wrapper {
  background: #ffffff;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a:hover {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a:after {
  background-color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li:hover > a {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a:hover {
  color: #000;
}

.maintenance-mode .wrapper,
.coming-soon-mode .wrapper {
  background: #000;
}

.header-logo.logo-text {
  color: #000;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {
  color: #ffffff;
}

.portfolio-holder .item-box .photo .on-hover {
  background-color: #000;
}

.loading-spinner-1 {
  background-color: #000;
}

.top-menu-container .close-top-menu {
  color: #ffffff;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-navigation a:hover {
  color: #ffffff;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-navigation a:hover i {
  color: #ffffff;
}

.portfolio-holder .item-box .info p a:hover {
  color: #000;
}

.mobile-menu-wrapper .mobile-menu-container ul.menu li a:hover {
  color: #000;
}

.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-item > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_item > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-ancestor > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_ancestor > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-item > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_item > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-ancestor > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_ancestor > a {
  color: #000;
}

.maintenance-mode .wrapper a,
.coming-soon-mode .wrapper a {
  color: #ffffff;
}

.maintenance-mode .wrapper a:after,
.coming-soon-mode .wrapper a:after {
  background-color: #ffffff;
}

.mobile-menu-wrapper .mobile-menu-container .search-form label {
  color: #000;
}

.mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {
  color: #000;
}

.vjs-default-skin .vjs-play-progress {
  background-color: #000;
}

.vjs-default-skin .vjs-volume-level {
  background: #000;
}

.portfolio-holder .item-box .info h3 a {
  color: #000;
}

.blog-sidebar .widget a {
  color: #000;
}

.blog-sidebar .widget a:after {
  background: #000;
}

.blog-sidebar .widget .product_list_widget li .product-details .product-meta {
  color: #666666;
}

.blog-sidebar .widget .product_list_widget li .product-details .product-meta .proruct-rating em {
  color: #666666;
}

.blog-sidebar .widget .product_list_widget li .product-details .product-name {
  color: #000;
}

.dropdown-menu > li > a {
  color: #000;
}

.dropdown {
  color: #000;
}

.dropdown .btn:hover,
.dropdown .btn:focus,
.dropdown .btn.focus {
  color: #000;
}

.dropdown .dropdown-menu {
  color: #000;
  background: #ffffff;
}

.dropdown .dropdown-menu li {
  border-top-color: #ebebeb;
}

.dropdown.open .btn {
  background: #ffffff;
}

.widget.widget_product_search .search-bar input[name=s],
.widget.widget_search .search-bar input[name=s] {
  background: #ffffff;
  color: #000;
}

.widget.widget_product_search .search-bar input[name=s]::-webkit-input-placeholder,
.widget.widget_search .search-bar input[name=s]::-webkit-input-placeholder {
  color: #000;
}

.widget.widget_product_search .search-bar input[name=s]:-moz-placeholder,
.widget.widget_search .search-bar input[name=s]:-moz-placeholder {
  color: #000;
}

.widget.widget_product_search .search-bar input[name=s]::-moz-placeholder,
.widget.widget_search .search-bar input[name=s]::-moz-placeholder {
  color: #000;
}

.widget.widget_product_search .search-bar input[name=s]:-ms-input-placeholder,
.widget.widget_search .search-bar input[name=s]:-ms-input-placeholder {
  color: #000;
}

.widget.widget_product_search .search-bar input[type=submit],
.widget.widget_search .search-bar input[type=submit] {
  color: #000;
}

.widget.widget_shopping_cart .widget_shopping_cart_content > .total strong {
  color: #000;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
  border-bottom-color: #ffffff;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider {
  background: #ffffff;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,
.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #000;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  color: #666666;
}

.woocommerce {
  background: #ffffff;
}

.woocommerce .onsale {
  background: #000;
  color: #ffffff;
}

.woocommerce .product .item-info h3 a {
  color: #ffffff;
}

.woocommerce .product .item-info .price ins,
.woocommerce .product .item-info .price > .amount {
  color: #000;
}

.woocommerce .product .item-info .price del {
  color: #000;
}

.woocommerce .product .item-info .product-loop-add-to-cart-container a {
  color: #000;
}

.woocommerce .product .item-info .product-loop-add-to-cart-container a:after {
  background-color: #000;
}

.woocommerce .product .item-info .product-loop-add-to-cart-container a:hover {
  color: #000;
}

.woocommerce .product .item-info .product-loop-add-to-cart-container a:hover:after {
  background-color: #000;
}

.woocommerce .product.catalog-layout-default .item-info h3 a {
  color: #000;
}

.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a {
  color: #000;
}

.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:after {
  background-color: #000;
}

.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover {
  color: #000;
}

.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover:after {
  background-color: #000;
}

.woocommerce .product.catalog-layout-full-bg .product-internal-info,
.woocommerce .product.catalog-layout-full-transparent-bg .product-internal-info {
  background: rgba(51, 51, 51, 0.9);
}

.woocommerce .product.catalog-layout-full-bg .item-info h3 a,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info h3 a {
  color: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:before,
.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:after,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:before,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:after {
  color: #ffffff !important;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-arrow,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-arrow {
  border-left-color: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-inner,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-inner {
  color: #000;
  background: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price {
  color: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price del {
  color: rgba(255, 255, 255, 0.8);
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del .amount,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price del .amount {
  color: rgba(255, 255, 255, 0.8);
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price ins .amount,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price ins .amount {
  border-bottom-color: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price .amount,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price .amount {
  color: #ffffff;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-terms,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms {
  color: #ffffff !important;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a {
  color: #ffffff !important;
}

.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a:after,
.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a:before,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a:after,
.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a:before {
  background: #ffffff;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info h3 a {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms {
  color: #333333 !important;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a {
  color: #333333 !important;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a:after,
.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a:before {
  background: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after,
.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:after {
  background-color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:hover {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:hover:after {
  background-color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-inner {
  background-color: #000;
  color: #ffffff;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-arrow {
  border-left-color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price .amount {
  color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price ins .amount {
  border-bottom-color: #000;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del {
  color: rgba(51, 51, 51, 0.65);
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del .amount {
  color: rgba(51, 51, 51, 0.65);
}

.woocommerce .product.catalog-layout-distanced-centered .item-info h3 a {
  color: #000;
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .price .amount,
.woocommerce .product.catalog-layout-distanced-centered .item-info .price ins,
.woocommerce .product.catalog-layout-distanced-centered .item-info .price ins span {
  color: #404040;
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .price del {
  color: rgba(51, 51, 51, 0.65);
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .price del .amount {
  color: rgba(51, 51, 51, 0.65);
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button {
  color: #666666;
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.nh {
  color: #000;
}

.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button:hover {
  color: #363636;
}

.woocommerce .product.catalog-layout-distanced-centered .product-internal-info {
  background: rgba(255, 255, 255, 0.9);
}

.woocommerce .dropdown .dropdown-menu li a {
  color: #000;
}

.woocommerce .dropdown .dropdown-menu .active a,
.woocommerce .dropdown .dropdown-menu li a:hover {
  color: #333333 !important;
}

.woocommerce #review_form_wrapper .form-submit input#submit {
  background-color: #000;
}

.woocommerce .star-rating .star-rating-icons .circle i {
  background-color: #000;
}

.woocommerce .product .item-info {
  color: #000;
}

.woocommerce .shop_table .cart_item .product-subtotal span {
  color: #000;
}

.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .checkout-button {
  background-color: #000;
}

.woocommerce .checkout-info-box .woocommerce-info {
  border-top: 3px solid #333333 !important;
}

.woocommerce .checkout-info-box .woocommerce-info a {
  color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-notice,
.woocommerce-message {
  color: #ffffff;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-notice li,
.woocommerce-message li {
  color: #ffffff;
}

.replaced-checkboxes:checked + label:before,
.replaced-radio-buttons:checked + label:before {
  background-color: #000;
}

.woocommerce .blockOverlay {
  background: rgba(255, 255, 255, 0.8) !important;
}

.woocommerce .blockOverlay:after {
  background-color: #000;
}

.woocommerce .order-info mark {
  background-color: #000;
}

.woocommerce .shop-categories .product-category-col > .product-category a:hover h3,
.woocommerce .shop_table .cart_item .product-remove a:hover i {
  color: #000;
}

.woocommerce-notice,
.woocommerce-message {
  background-color: #000;
  color: #ffffff;
}

.btn-primary,
.checkout-button {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.checkout-button:hover {
  background-color: #242424 !important;
  color: #ffffff !important;
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link {
  color: #000;
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover {
  color: #262626;
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count {
  background-color: #333333 !important;
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link {
  color: #ffffff;
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link .items-count {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:hover {
  color: #000;
}

.woocommerce ul.digital-downloads li a:hover {
  color: #000;
}

.woocommerce .single-product .kalium-woocommerce-product-gallery .main-product-images:hover .product-gallery-lightbox-trigger,
.woocommerce.single-product .single-product-images .kalium-woocommerce-product-gallery .main-product-images .nextprev-arrow i {
  color: #000;
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow i {
  color: #000;
}

.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children > a:before,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children > a:before {
  border-color: transparent transparent transparent #ffffff;
}

.fullscreen-menu.menu-skin-main {
  background-color: #000;
}

.fullscreen-menu.fullscreen-menu.menu-skin-main.translucent-background {
  background-color: rgba(51, 51, 51, 0.9);
}

.main-header.menu-skin-main.menu-type-full-bg-menu .fullscreen-menu {
  background-color: #000;
}

.main-header.menu-skin-main.menu-type-full-bg-menu .fullscreen-menu.translucent-background {
  background-color: rgba(51, 51, 51, 0.9);
}

.single-portfolio-holder .portfolio-navigation a:hover i {
  color: #000;
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {
  background-color: rgba(51, 51, 51, 0.8);
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display.no-opacity {
  background-color: #000;
}

.main-header.menu-type-full-bg-menu .fullscreen-menu .fullscreen-menu-footer .social-networks li a i {
  color: #000;
}

.wrapper a:after,
footer.site-footer a:after {
  background-color: #000;
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children:before,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
  border-color: transparent transparent transparent #ffffff;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {
  color: #ffffff;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after {
  background-color: #ffffff;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
  background-color: #000;
}

.go-to-top {
  color: #ffffff;
  background-color: #000;
}

.go-to-top.visible:hover {
  background-color: #000;
}

.mobile-menu-wrapper .mobile-menu-container .search-form input,
.mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {
  color: #000;
}

.portfolio-holder .thumb .hover-state.hover-style-white p {
  color: #000;
}

body .lg-outer.lg-skin-kalium-default .lg-progress-bar .lg-progress {
  background-color: #000;
}

.lg-outer .lg-progress-bar .lg-progress {
  background-color: #000;
}

.lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active {
  border-color: #333333 !important;
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:hover {
  color: #000;
}

.single-portfolio-holder .social-links-plain .likes .fa-heart {
  color: #000;
}

.pagination-container span.page-numbers,
.pagination-container a.page-numbers {
  color: #000;
}

.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a:after,
.post-password-form input[type=submit] {
  background-color: #000;
}

.header-search-input.menu-skin-main .search-icon a svg {
  fill: #000;
}

.kalium-wpml-language-switcher.menu-skin-main .language-entry {
  color: #000;
}

.social-networks.colored-bg li a.custom,
.social-networks.colored-bg-hover li a.custom:hover,
.social-networks.textual.colored li a.custom:after,
.social-networks.textual.colored-hover li a.custom:after {
  background-color: #000;
}

.social-networks.colored-bg li a.custom:hover {
  background-color: #1a1a1a;
}

.social-networks.colored li a.custom,
.social-networks.colored li a.custom i,
.social-networks.colored-hover li a.custom:hover,
.social-networks.colored-hover li a.custom:hover i {
  color: #000;
}

.single-portfolio-holder .gallery.captions-below .caption a {
  color: #000;
}

.single-portfolio-holder .gallery.captions-below .caption a:after {
  background-color: #000;
}

.widget.widget_text .textwidget a:hover {
  color: #000;
}

.widget.widget_text .textwidget a:after {
  background-color: #000;
}

.button {
  background-color: #000;
  color: #ffffff;
}

.widget a.button {
  color: #fff;
}

.button:hover {
  background-color: #262626;
}

.wrapper .button:hover {
  color: #ffffff;
}

.button:active {
  background: #262626;
}

.button-secondary {
  background-color: #f2f2f2;
  color: #000;
}

.button-secondary:hover,
.button-secondary:active {
  color: #000;
}

a.button-secondary:hover,
a.button-secondary:active {
  color: #000;
}

.button-secondary:hover {
  background: #eaeaea;
}

.wrapper .button-secondary:hover {
  color: #000;
}

.button-secondary:active {
  background: #e5e5e5;
}

.labeled-input-row label,
.labeled-textarea-row label {
  border-bottom-color: #000;
}

.blog-posts .post-item .post-thumbnail blockquote,
.single-post .post-image .post-quote blockquote {
  color: #000;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a {
  color: #000;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
  background-color: #000;
}

.single-post .post-comments:before {
  border-top-color: #ffffff;
}

.pagination--normal .page-numbers.current {
  color: #000;
}

.woocommerce .woocommerce-cart-form .shop_table .cart_item .product-subtotal span {
  color: #000;
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info {
  border-top-color: #000;
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a,
.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:hover {
  color: #000;
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:after {
  background-color: #000;
}

.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.is-active a {
  border-right-color: #ffffff;
}

.woocommerce-message a:hover {
  color: #000;
}

.woocommerce .woocommerce-Reviews #review_form_wrapper {
  background-color: #ffffff;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span a:before {
  color: #999;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span a.active ~ a:before {
  color: #999;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span:hover a:before {
  color: #666666;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span:hover a:hover ~ a:before {
  color: #999;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars.has-rating span a:before {
  color: #000;
}

.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars.has-rating span a.active ~ a:before {
  color: #999;
}

.woocommerce .shop-categories .product-category-col > .product-category a:hover .woocommerce-loop-category__title,
.woocommerce .shop-categories .product-category-col > .product-category a:hover h3 {
  color: #000;
}

.woocommerce .woocommerce-cart-form .shop_table .cart_item .product-remove a:hover i {
  color: #000;
}

.blog-posts .post-item .post-thumbnail .post-hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.blog-posts .post-item .post-thumbnail .post-hover.post-hover--no-opacity {
  background-color: #000;
}

.labeled-input-row--label {
  border-bottom-color: #ffffff;
}

.lg-outer .lg .lg-progress-bar .lg-progress {
  background-color: #000;
}

.site-footer .footer-widgets .widget .widgettitle {
  color: #000;
}

.labeled-input-row label,
.labeled-textarea-row label {
  color: #000;
}

.labeled-textarea-row textarea {
  background-image: linear-gradient(#ffffff 1px, transparent 1px);
}

.labeled-input-row input {
  border-bottom-color: #ffffff;
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a,
.blog-posts .post-item .post-details .post-title a {
  color: #000;
}

.pagination--normal .page-numbers {
  color: #000;
}

.blog-posts .post-item.template-rounded .post-thumbnail .post-format-icon {
  color: #000;
}

.widget-area .widget li a,
.widget ul ul a:before {
  color: #000;
}

.woocommerce.single-product .summary .single_variation_wrap .single_variation,
.woocommerce.single-product .summary p.price {
  color: #000;
}

.woocommerce .products .product.catalog-layout-full-bg .product-internal-info {
  background-color: #000;
}

.woocommerce .shop-categories .product-category a:hover .woocommerce-loop-category__title,
.woocommerce .shop-categories .product-category a:hover h3 {
  color: #000;
}

.lab-divider .lab-divider-content {
  color: #000;
}

.contact-form .button .loading-bar {
  background-color: #666666;
}

.contact-form .button .loading-bar span {
  background-color: #0d0d0d;
}

.vc_row .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a {
  color: #000;
}

.woocommerce .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins .amount,
.woocommerce .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price > .amount,
.woocommerce .summary > .price,
.woocommerce .summary .single_variation_wrap .single_variation {
  color: #000;
}

.woocommerce .products .product .item-info .price ins,
.woocommerce .products .product .item-info .price > .amount {
  color: #000;
}

.pagination-container a.page-numbers.current,
.pagination-container a.page-numbers:hover,
.pagination-container span.page-numbers.current,
.pagination-container span.page-numbers:hover,
.woocommerce-pagination a.page-numbers.current,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination span.page-numbers:hover {
  color: #000;
}

.woocommerce .products .product .item-info .add_to_cart_button:focus {
  color: #000;
}

.widget ul ul a:before {
  background-color: #000;
}

.woocommerce .summary p {
  color: #000;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=url],
input[type=tel] {
  color: #000;
}

.single-post .post .author-info--details .author-name,
.single-post .post .post-meta a {
  color: #000;
}

.single-post .post-comments--list .comment .commenter-details .in-reply-to span {
  color: #000;
}

.single-post .comment-form > p.comment-form-cookies-consent input[type=checkbox]:before,
input[type=checkbox]:before,
input[type=radio]:before {
  background-color: #000;
}

.btn.btn-default {
  background-color: #000;
}

.pricing-table--default .plan .plan-head {
  background-color: #000;
}

.woocommerce .add_to_cart_button:hover {
  color: #000;
}

.woocommerce .add_to_cart_button:after {
  background-color: #000;
}

.woocommerce .add_to_cart_button + .added-to-cart {
  color: #000;
}

.woocommerce .products .product.catalog-layout-full-bg .tooltip-inner {
  color: #000;
}

.woocommerce .products .product .item-info .add_to_cart_button.loading {
  color: #000;
}

.woocommerce .summary .single_variation_wrap .single_variation,
.woocommerce .summary p.price {
  color: #000;
}

.blog-posts .post-item .post-thumbnail .post-gallery-images.flickity-enabled .flickity-prev-next-button:hover,
.single-post .post-image .post-gallery-images.flickity-enabled .flickity-prev-next-button:hover {
  color: #000;
}

.standard-menu-container.menu-skin-main ul.menu > li > a {
  color: #000;
}

.sn-skin-default .sn-text {
  color: #000;
}

.standard-menu-container.menu-skin-main ul.menu > li > a:after {
  background-color: #000;
}

.toggle-bars.menu-skin-main .toggle-bars__bar-line {
  background-color: #000;
}

.toggle-bars.menu-skin-main .toggle-bars__text {
  color: #000;
}

.standard-menu-container.menu-skin-main ul.menu ul {
  background-color: #000;
}

.fullscreen-menu .fullscreen-menu-footer .social-networks li a i {
  color: #000;
}

.breadcrumb__container span[property=itemListElement] {
  color: #000;
}

.breadcrumb__container span[property=itemListElement]:after {
  background-color: #000;
}

.header-logo.logo-text.menu-skin-main .logo-text {
  color: #000;
}

.header-block__item .woocommerce-account-link__icon svg {
  fill: #000;
}

.header-block__item .woocommerce-account-link__icon svg .st0-single-neutral-circle {
  stroke: #000;
}

.top-header-bar .raw-text-widget.menu-skin-main {
  color: #000;
}

.header-search-input.menu-skin-main .search-field span,
.header-search-input.menu-skin-main .search-field input {
  color: #000;
}

.cart-totals-widget.menu-skin-main .cart-total {
  color: #000;
}

.cart-totals-widget.menu-skin-main .cart-total:after {
  background-color: #000;
}

.cart-totals-widget .text-before {
  color: #000;
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a:hover,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:hover {
  color: #000;
}

.like-icon {
  color: #000;
}

.like-icon .like-icon__icon svg {
  fill: #000;
}

.like-icon .like-icon__icon .stroke-color {
  stroke: #000;
}

.like-icon .like-icon__bubble {
  background-color: #000;
}

.portfolio-holder .item-box .info p a:hover,
.product-filter ul li a:hover,
.single-portfolio-holder .social-links-plain .share-social .social-links a:hover {
  color: #000;
}

.single-portfolio-holder .social-links-plain .share-social .social-links a {
  color: #000;
}

.adjacent-post-link__icon,
.adjacent-post-link__text-secondary,
.adjacent-post-link__text-primary {
  color: #000;
}

.adjacent-post-link:hover .adjacent-post-link__icon,
.adjacent-post-link:hover .adjacent-post-link__text-primary {
  color: #000;
}

.site-footer .footer-bottom-content a,
.site-footer .footer-widgets .widget .textwidget {
  color: #000;
}

.widget.widget_recent_comments li {
  color: #000;
}

.hero {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.hero h1 {
  text-align: center;
}
.hero .content {
  z-index: 1;
  padding: 20px;
  position: absolute;
}
.hero .content .col-6 {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
.hero .content .col-6 h1, .hero .content .col-6 h2 {
  text-align: center;
}
.hero .content .col-6 .hero-button {
  margin: 0 auto;
}
.hero .content.left {
  padding: 20px;
  position: absolute;
}
.hero .content.left .col-6 {
  display: flex;
  margin: 0;
  flex-direction: column;
}
.hero .content.left .col-6 h1, .hero .content.left .col-6 h2 {
  text-align: left;
}
.hero .content.left .col-6 .hero-button {
  margin: 0;
}
.hero .image {
  height: 80vh;
  width: 100%;
}
.hero .image img {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}

@media (min-width: 913px) {
  .hero .content.left .col-6 {
    width: 45%;
  }
  .hero .image {
    height: 70vh;
  }
}
@media (max-device-height: 667px) {
  .page-id-7532 .hero {
    height: 110vh;
  }
  .page-id-7532 .hero .image {
    height: 110vh;
  }
}
@media (min-width: 600px) and (max-width: 913px) {
  .hero .col-6 {
    width: 75%;
  }
}
.hero.industrie .content {
  position: unset;
}
.hero.industrie .row {
  flex-direction: column-reverse;
  align-items: center;
}
.hero.industrie .col-12 {
  height: 100%;
}
.hero.industrie .col-6 {
  height: 100%;
  max-height: 550px;
  position: relative;
}
.hero.industrie .video {
  display: none;
}

@media (min-width: 913px) {
  .hero.industrie {
    height: 60vh;
  }
  .hero.industrie .row {
    flex-direction: row;
  }
  .hero.industrie .video-image {
    display: none;
  }
  .hero.industrie .col-12 {
    height: 100%;
  }
  .hero.industrie .col-6 {
    height: 100%;
    position: relative;
  }
  .hero.industrie .video {
    pointer-events: none;
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    align-items: center;
    align-content: center;
  }
  .hero.industrie .video iframe {
    z-index: -99;
    position: absolute;
    width: 200%;
    height: 200%;
    transform: scale(1.5);
  }
  .hero.industrie .row {
    justify-content: space-between;
  }
  .hero.industrie .content, .hero.industrie .content.left {
    display: flex;
    position: unset;
    flex-direction: column;
    justify-content: center;
  }
  .hero.industrie .content h1, .hero.industrie .content.left h1 {
    text-align: left;
  }
}
.solution-hero .row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 913px) {
  .solution-hero .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.wpforms-field-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 913px) {
  .wpforms-field.col-6 {
    width: 49% !important;
  }

  .wpforms-field.col-12 {
    width: 100% !important;
  }
}
.wpforms-submit {
  background-color: #0000C8 !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 10px 50px !important;
}

.centered-text-grid-image {
  display: flex;
  flex-direction: column-reverse;
}
.centered-text-grid-image .content {
  margin-bottom: 2rem;
}
.centered-text-grid-image .image {
  overflow: hidden;
  margin-bottom: 0;
}
.centered-text-grid-image .image img {
  border-radius: 5px;
  margin: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
  width: calc(100% - 40px);
  top: 80px;
  position: sticky;
  object-fit: cover;
}
.centered-text-grid-image .col-6 h2 {
  margin-top: 0;
}

@media (min-width: 913px) {
  .centered-text-grid-image {
    flex-direction: column;
    padding: 20px;
  }
  .centered-text-grid-image .image {
    margin-bottom: 50px;
  }
  .centered-text-grid-image .col-6 {
    margin: 0 auto;
  }
  .centered-text-grid-image .col-6 h2, .centered-text-grid-image .col-6 p {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 913px) {
  .centered-text-grid-image .content .col-6 {
    width: 100%;
  }
}
.testimonial {
  padding: 20px;
}
.testimonial h4 {
  margin-top: 0;
}
.testimonial h2 {
  margin-bottom: 0;
}
.testimonial .logo {
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) and (max-width: 913px) {
  .testimonial .col-6 {
    width: 75%;
  }
}
.cta {
  text-align: center;
}
.cta .col-6 {
  pointer-events: all;
  z-index: 1;
  margin: 0 auto;
}
.cta .col-6 h2 {
  margin-top: 0;
}
.cta .col-6 p {
  margin-bottom: 3rem;
}
.cta .buttons {
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.cta .buttons .button {
  z-index: 1;
  display: block;
}
.cta .buttons :last-child {
  color: #050024;
  margin-right: 0 !important;
  border: 1px solid #050024 !important;
  background-color: transparent;
  transition: all 0.25s ease-in-out !important;
}
.cta .buttons :last-child:hover {
  transition: all 0.25s ease-in-out !important;
  color: #fff;
  background-color: #050024;
}

@media (min-width: 600px) and (max-width: 913px) {
  .cta .col-6 {
    width: 75%;
  }
}
@media (min-width: 913px) {
  .cta .buttons {
    flex-direction: row;
  }
  .cta .buttons :first-child {
    margin-right: 0.5rem !important;
  }
}
.closing-the-loop .col-5 {
  z-index: 1;
}
.closing-the-loop .col-5 h2, .closing-the-loop .col-5 p {
  color: #fff;
}
.closing-the-loop .the-loop {
  z-index: 1;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "one" "two" "three" "four";
}
.closing-the-loop .one {
  grid-area: one;
  background-color: #fff;
}
.closing-the-loop .two {
  grid-area: two;
  background-color: #5AC599;
}
.closing-the-loop .br {
  grid-area: br;
}
.closing-the-loop .three {
  grid-area: three;
  background-color: #FF5833;
}
.closing-the-loop .bl {
  grid-area: bl;
}
.closing-the-loop .four {
  grid-area: four;
  background-color: #FFB800;
}
.closing-the-loop .tl {
  grid-area: tl;
}
.closing-the-loop .tr {
  grid-area: tr;
}
.closing-the-loop .one, .closing-the-loop .two, .closing-the-loop .three, .closing-the-loop .four {
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.closing-the-loop .one h2, .closing-the-loop .one p, .closing-the-loop .two h2, .closing-the-loop .two p, .closing-the-loop .three h2, .closing-the-loop .three p, .closing-the-loop .four h2, .closing-the-loop .four p {
  pointer-events: none;
}
.closing-the-loop .one:hover, .closing-the-loop .two:hover, .closing-the-loop .three:hover, .closing-the-loop .four:hover {
  color: #050024;
  opacity: 0.95;
  transition: all 0.25s ease-in-out;
}
.closing-the-loop .tl, .closing-the-loop .tr, .closing-the-loop .bl, .closing-the-loop .br {
  display: none;
}

@media (min-width: 600px) {
  .closing-the-loop .col-5 {
    width: 100%;
  }
  .closing-the-loop .the-loop {
    grid-template-areas: "one two three four";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .closing-the-loop .the-loop.col-6 {
    width: 100%;
  }
}
@media (min-width: 913px) {
  .closing-the-loop {
    margin: 0;
  }
  .closing-the-loop .col-5 {
    width: 40%;
  }
  .closing-the-loop > p {
    text-align: center;
  }
  .closing-the-loop .the-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "tl one tr" "four . two" "bl three br";
  }
  .closing-the-loop .the-loop.col-6 {
    width: 50%;
  }
  .closing-the-loop .br {
    position: relative;
  }
  .closing-the-loop .br img {
    left: 0;
    position: absolute;
    transform: rotate(180deg);
  }
  .closing-the-loop .bl {
    position: relative;
  }
  .closing-the-loop .bl img {
    right: 0;
    position: absolute;
    transform: rotate(270deg);
  }
  .closing-the-loop .tl {
    position: relative;
  }
  .closing-the-loop .tl img {
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .closing-the-loop .tr {
    position: relative;
  }
  .closing-the-loop .tr img {
    transform: rotate(90deg);
    bottom: 0;
    position: absolute;
  }
  .closing-the-loop .tl, .closing-the-loop .tr, .closing-the-loop .bl, .closing-the-loop .br {
    display: block;
  }
  .closing-the-loop .one, .closing-the-loop .two, .closing-the-loop .three, .closing-the-loop .four {
    margin: 10px;
  }
  .closing-the-loop .col-10 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.section-padding {
  padding: 50px 20px;
}

.section-padding-xl {
  padding: 100px 20px;
}

.section-padding-xxl {
  padding: 200px 20px;
}

.regular-padding {
  padding: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.m-50 {
  margin: 50px auto;
}

.m-100 {
  margin: 100px auto;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.block-spacing {
  padding: 0 20px;
}

@media (min-width: 913px) {
  .m-50 {
    margin: 100px auto;
  }

  .mt-50 {
    margin-top: 50px;
  }

  .section-padding-xl {
    padding: 200px 20px;
  }

  .section-padding-xxl {
    padding: 300px 20px;
  }

  .block-spacing {
    padding: 0;
  }

  .header-block__column {
    padding-left: 0;
    padding-right: 0;
  }
}
.wide-image .col-10 {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 913px) {
  .wide-image .col-10 {
    border: 0;
  }
  .wide-image .col-10 img {
    width: 100%;
  }
}
.anchor-component {
  color: #050024;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-component .anchor:hover {
  text-decoration: underline;
}
.anchor-component .steps {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.anchor-component .steps .card {
  margin-bottom: 20px;
  min-height: 234px;
  color: #fff;
  border: 1px solid #050024;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  justify-content: space-between;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.anchor-component .steps .card h2 {
  pointer-events: none;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #050024;
}
.anchor-component .steps .card a, .anchor-component .steps .card ul, .anchor-component .steps .card li, .anchor-component .steps .card p, .anchor-component .steps .card h1, .anchor-component .steps .card h2, .anchor-component .steps .card h3 {
  color: #050024;
  transition: all 0.5s ease-in-out;
}
.anchor-component .steps .card:hover {
  border: 1px solid #f2f2f2;
  color: #050024;
  background-color: #f2f2f2;
  transition: all 0.5s ease-in-out;
}
.anchor-component .steps .card:hover a, .anchor-component .steps .card:hover ul, .anchor-component .steps .card:hover li, .anchor-component .steps .card:hover p, .anchor-component .steps .card:hover h1, .anchor-component .steps .card:hover h2, .anchor-component .steps .card:hover h3 {
  color: #050024;
  transition: all 0.5s ease-in-out;
}
.anchor-component .steps .card:hover::after {
  display: none;
}

@media (min-width: 600px) {
  .anchor-component .steps {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) and (max-width: 913px) {
  .anchor-component .steps {
    justify-content: space-between;
  }
}
.slider * {
  color: white;
}

.splide {
  padding: 20px 0;
}

.splide__arrow {
  background: transparent;
}
.splide__arrow svg {
  fill: #050024;
}

.splide__slide img {
  display: block;
  width: 100%;
  transition: transform 400ms;
  transform-origin: center center;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 1;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide .splide__arrow svg {
  width: 24px;
  height: 24px;
}

.splide__arrow.splide__arrow--prev {
  opacity: 1;
  left: -20px;
}

.splide__arrow.splide__arrow--next {
  opacity: 1;
  right: -20px;
}

.splide__pagination {
  bottom: -10px;
}

.left {
  text-align: left;
}

.splide__pagination__page.is-active {
  background: black;
  transform: scale(1);
}

.splide__pagination__page {
  background: white;
  border: 1px solid black;
}

.mega-menu > .sub-menu {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.mega-menu > .sub-menu .sub-menu {
  height: auto !important;
  visibility: visible;
}
.mega-menu > .sub-menu .menu-item-has-children:not(:first-child) {
  margin-top: 10px !important;
}
.mega-menu > .sub-menu .menu-item-has-children > a {
  margin-bottom: 0.5em;
  position: relative;
  transform: translateX(30px);
}
.mega-menu > .sub-menu .menu-item-has-children > a span {
  color: #6c6c6c;
}
.mega-menu > .sub-menu .menu-item-has-children > a::after {
  display: none !important;
}
.mega-menu > .sub-menu .menu-item-has-children > a::before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 7.5px;
  content: "";
  background-size: 20px 20px;
}
.mega-menu > .sub-menu .menu-item-has-children > a[title=industries]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/industries.svg");
}
.mega-menu > .sub-menu .menu-item-has-children > a[title=solutions]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/managed-solutions.svg");
}
.mega-menu > .sub-menu .menu-item-has-children > a[title=technologies]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/technologies.svg");
}
.mega-menu > .sub-menu .menu-item-has-children > a[title=hardware]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/hardware.svg");
}
.mega-menu > .sub-menu .menu-item {
  margin: 0;
  overflow: visible;
}
.mega-menu > .sub-menu .menu-item ul.sub-menu {
  min-width: 230px;
  margin-left: 0;
  padding: 0;
  position: inherit;
  visibility: visible;
  left: 0;
  top: 0;
  opacity: 1;
}
.mega-menu > .sub-menu .menu-item ul.sub-menu li a {
  opacity: 1;
  color: black;
}

@media (min-width: 913px) {
  .mega-menu > .sub-menu {
    margin-top: 30px !important;
    flex-direction: row;
  }
  .mega-menu > .sub-menu .menu-item-has-children:not(:first-child) {
    margin-top: unset !important;
  }

  .header-block__items-row {
    width: 100%;
    justify-content: space-between;
  }
}
footer .widget-area.widgets--columned-layout .widget:first-child {
  width: 100%;
}
footer .widget-area.widgets--columned-layout .widget {
  width: 50%;
}

@media (min-width: 913px) {
  footer .widget-area.widgets--columned-layout {
    display: flex !important;
  }
  footer .widget-area.widgets--columned-layout .widget {
    width: 15% !important;
  }
  footer .widget-area.widgets--columned-layout .widget:first-child {
    margin-right: auto;
  }
}
.device-specifications h2 {
  margin-top: 0;
}
.device-specifications .row {
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #050024;
}
.device-specifications .row p {
  margin-bottom: 0;
  margin-top: 0;
}
.device-specifications .row .title {
  font-weight: 500;
}
.device-specifications .row :last-child {
  margin-bottom: 0.5rem;
}

@media (min-width: 600px) {
  .device-specifications .row {
    flex-direction: row;
  }
  .device-specifications .row :first-child {
    width: 50%;
  }
  .device-specifications .row :last-child {
    width: 50%;
  }
  .device-specifications .row p {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
.cards {
  flex-direction: column;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cards .image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.cards .image.icon {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  max-height: 80px;
  min-height: 80px;
}
.cards .image.icon img {
  min-height: 100%;
}
.cards .card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #050024;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.cards .card .content {
  position: relative;
  bottom: 0;
  padding: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards .card .button {
  margin-top: auto;
}
.cards .card h2 {
  margin-top: 0;
}

@media (min-width: 913px) {
  .cards {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.external-links {
  color: #fff;
  background-color: #050024;
}
.external-links h2 {
  margin-top: unset;
}
.external-links .button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.external-links .button.outline.white {
  width: 40%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.external-links .button.outline.white svg {
  height: auto;
}

@media (min-width: 600px) {
  .external-links {
    margin-bottom: -1.75em;
  }
  .external-links .button.outline.white {
    width: auto;
  }
  .external-links .button.outline.white svg {
    margin-left: 1em;
  }
}
.our-team h2 {
  text-align: center;
}
.our-team .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 0.25em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "name name name" "function function function" "email email email";
  border-bottom: 1px solid black;
}
.our-team .row:first-child {
  display: none;
}
.our-team .name {
  grid-area: name;
}
.our-team .function {
  grid-area: function;
}
.our-team .email {
  grid-area: email;
}
.our-team .name {
  display: flex;
  align-items: center;
}
.our-team .name a {
  font-weight: 500;
}
.our-team .name img {
  display: none;
  margin-right: 0.75em;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.our-team .email {
  display: none;
}
.our-team .function {
  width: 75%;
}
.our-team p {
  margin: 0;
}

@media (min-width: 913px) {
  .our-team h2 {
    text-align: center;
  }
  .our-team .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "name function function email";
  }
  .our-team .row:first-child {
    display: grid;
  }
  .our-team .email {
    display: block;
  }
  .our-team .function {
    width: 100%;
  }
  .our-team .name {
    display: flex;
  }
  .our-team .name a {
    font-weight: 500;
  }
  .our-team .name img {
    display: block;
    height: 30px;
    width: 30px;
  }
}
.blog--sidebar-alignment-left .row {
  flex-direction: column-reverse;
}

.blog--has-sidebar .blog-posts .post-item.columned .post-thumbnail {
  min-width: 100%;
  max-width: 100%;
}

.post-type-archive-solution .date {
  visibility: hidden;
  display: none;
}
.post-type-archive-solution #blog-posts-main .category {
  visibility: visible;
  display: block;
}

#blog-posts-main .category {
  visibility: hidden;
  display: none;
}

.blog-posts .post-item .post-details .post-meta {
  font-size: 18px;
}

.post .icon {
  visibility: hidden;
  display: none !important;
}
.post h3 a {
  font-weight: bold;
}

@media (min-width: 600px) {
  #blog-posts-main .category {
    visibility: hidden;
    display: none;
  }
  #blog-posts-main .date {
    font-size: 1rem;
  }

  .blog-posts .post {
    border-top: 1px solid #050024;
  }
  .blog-posts .post-item.columned {
    flex-direction: row-reverse;
  }
  .blog-posts > .loading-posts,
.blog-posts > li {
    padding: 0;
  }
  .blog-posts .post-item.columned .post-thumbnail {
    margin-right: 0;
  }
  .blog-posts .post-details {
    margin: 10px 0;
    display: flex;
    gap: 1rem;
  }
  .blog-posts .post-item .post-details .post-title {
    margin: 0;
  }
  .blog-posts .post-item .post-details .entry-header {
    width: 50%;
    max-width: 500px;
  }
  .blog-posts .post-item .post-details .post-meta {
    margin-bottom: 0;
  }

  .blog--sidebar-alignment-left .row {
    flex-direction: row-reverse;
  }

  .post-type-archive-solution .blog--has-sidebar .blog-posts .post-item.columned .post-thumbnail {
    min-width: 10%;
    max-width: 10%;
  }

  .blog--has-sidebar .blog-posts .post-item.columned .post-thumbnail {
    min-width: 25%;
    max-width: 25%;
  }
}
.card-slider {
  color: white;
  text-align: center;
}
.card-slider svg {
  fill: white;
}
.card-slider .card {
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  background: #000064;
  border-radius: 15px;
  height: 100%;
  padding-top: 20%;
}
.card-slider .card .content {
  padding-top: 20%;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 15%;
}
.card-slider .card .content > * {
  color: white;
}
.card-slider .card img {
  height: 75px;
  object-fit: contain;
}

@media (min-width: 913px) {
  .mega-menu > .sub-menu {
    display: none;
  }
}
.mega-menu.sub-visible > .sub-menu {
  border-radius: 10px;
  display: flex;
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a {
  margin-bottom: 0.5em;
  position: relative;
  transform: translateX(30px);
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a span {
  color: #6c6c6c;
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a::after {
  display: none;
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a::before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 7.5px;
  content: "";
  background-size: 20px 20px;
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a[title=gateway]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/managed-solutions.svg");
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a[title=platform]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/technologies.svg");
}
.mega-menu.sub-visible > .sub-menu .menu-item-has-children > a[title=hardware]::before {
  background-image: url("../../../../../wp-content/themes/kalium-child/src/svg/hardware.svg");
}
.mega-menu.sub-visible > .sub-menu .menu-item {
  margin: 0;
  overflow: visible;
}
.mega-menu.sub-visible > .sub-menu .menu-item ul.sub-menu {
  min-width: 230px;
  margin-left: 0;
  padding: 0;
  position: inherit;
  visibility: visible;
  left: 0;
  top: 0;
  opacity: 1;
}
.mega-menu.sub-visible > .sub-menu .menu-item ul.sub-menu li a {
  opacity: 1;
  color: black;
}

.lottie-hero {
  height: 90vh;
  position: relative;
  overflow: hidden;
}
.lottie-hero .capped {
  z-index: 1;
  top: 10%;
  position: relative;
}
.lottie-hero .button-wrapper {
  margin-top: 2rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.lottie-hero .content > * {
  color: white;
}
.lottie-hero #lottie {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: -10px;
  height: auto;
  width: 140%;
}
@media (min-width: 600px) {
  .lottie-hero .button-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 913px) {
  .lottie-hero .capped {
    top: 25%;
  }
  .lottie-hero #lottie {
    height: 100%;
    width: auto;
  }
}

.page-id-6847, .page-id-6849 {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-id-6847 .reverse .wp-block-group__inner-container, .page-id-6849 .reverse .wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
}
.page-id-6847 .testimonial, .page-id-6849 .testimonial {
  padding-bottom: 100px;
}
.page-id-6847 .hero .lines-bg-1::after, .page-id-6849 .hero .lines-bg-1::after {
  opacity: 5%;
  background-size: 550%;
  background-position-x: right;
}
.page-id-6847 .cta.lines-bg-1 ::after, .page-id-6849 .cta.lines-bg-1 ::after {
  opacity: 20%;
}

@media (min-width: 913px) {
  .page-id-6847 .reverse .wp-block-group__inner-container, .page-id-6849 .reverse .wp-block-group__inner-container {
    flex-direction: column;
  }
  .page-id-6847 .hero .lines-bg-1::after, .page-id-6849 .hero .lines-bg-1::after {
    background-size: 150%;
    opacity: 50%;
    background-position-x: center;
  }
}
.page-id-6715 .floating-image {
  padding-bottom: 0 !important;
}
.page-id-6715 .hero .lines-bg-1::after {
  opacity: 5%;
  background-size: 550%;
  background-position-x: right;
}
.page-id-6715 .steps-component.lines-bg-1::after {
  opacity: 50%;
}

@media (min-width: 913px) {
  .page-id-6715 .hero .lines-bg-1::after {
    opacity: 50%;
    background-position-x: center;
    background-size: 150%;
  }
}
.page-id-6823 .hero .content, .page-id-7532 .hero .content, .page-id-6848 .hero .content {
  top: 10vh;
  color: white;
  z-index: 1;
}
.page-id-6823 .hero .image, .page-id-7532 .hero .image, .page-id-6848 .hero .image {
  position: relative;
  color: #fff;
}
.page-id-6823 .hero .image img, .page-id-7532 .hero .image img, .page-id-6848 .hero .image img {
  object-fit: unset;
  width: 60vw;
  height: unset;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-id-6823 .grid .col-12 .col-3, .page-id-7532 .grid .col-12 .col-3, .page-id-6848 .grid .col-12 .col-3 {
  text-align: center;
}
.page-id-6823 .grid ul, .page-id-7532 .grid ul, .page-id-6848 .grid ul {
  padding-left: 0;
  text-align: center;
  list-style-position: inside;
}
.page-id-6823 .centered-text-two-columns, .page-id-7532 .centered-text-two-columns, .page-id-6848 .centered-text-two-columns {
  padding-top: 0px !important;
}

@media (min-width: 600px) {
  .page-id-6823 .cta.lines-bg-1 ::after, .page-id-7532 .cta.lines-bg-1 ::after, .page-id-6848 .cta.lines-bg-1 ::after {
    opacity: 20%;
  }
  .page-id-6823 .hero .image.lines-bg-1::after, .page-id-7532 .hero .image.lines-bg-1::after, .page-id-6848 .hero .image.lines-bg-1::after {
    opacity: 5%;
  }
  .page-id-6823 .hero .content, .page-id-7532 .hero .content, .page-id-6848 .hero .content {
    top: unset;
  }
  .page-id-6823 .hero .image.lines-bg-1 ::after, .page-id-7532 .hero .image.lines-bg-1 ::after, .page-id-6848 .hero .image.lines-bg-1 ::after {
    opacity: 20% !important;
  }
  .page-id-6823 .hero .image img, .page-id-7532 .hero .image img, .page-id-6848 .hero .image img {
    object-fit: unset;
    width: 80vw;
    height: unset;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 913px) {
  .page-id-6823 .grid .col-12 .col-3, .page-id-7532 .grid .col-12 .col-3, .page-id-6848 .grid .col-12 .col-3 {
    text-align: left;
  }
  .page-id-6823 .grid ul, .page-id-7532 .grid ul, .page-id-6848 .grid ul {
    text-align: left;
    list-style-position: inside;
  }
  .page-id-6823 .grid ul li span a, .page-id-7532 .grid ul li span a, .page-id-6848 .grid ul li span a {
    text-decoration: underline;
  }
  .page-id-6823 .grid ul li span a::after, .page-id-7532 .grid ul li span a::after, .page-id-6848 .grid ul li span a::after {
    display: none;
  }
  .page-id-6823 .hero .image img, .page-id-7532 .hero .image img, .page-id-6848 .hero .image img {
    width: 35vw;
    max-width: 800px;
  }
}
@media (min-width: 600px) and (max-width: 913px) {
  .page-id-7532 .hero, .page-id-6848 .hero {
    align-items: flex-start;
  }
  .page-id-7532 .hero .content.left, .page-id-6848 .hero .content.left {
    top: 8rem;
  }
  .page-id-7532 .hero .content.left .col-6, .page-id-6848 .hero .content.left .col-6 {
    width: 75%;
  }
  .page-id-7532 .hero .image img, .page-id-6848 .hero .image img {
    width: 60vw;
  }
}
.page-id-6607 .included.lines-bg-1::after {
  opacity: 5% !important;
}

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