/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/modules.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

html, body, div, span, applet, object, iframe,
h1,
.page-contact .block-contact-form h3, h2, h1.h2, .page-contact .block-contact-form h3.h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }


h1,
.page-contact .block-contact-form h3 {
  font-size: 2em; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

/* *****************************************
		VARIABLES
******************************************** */
@font-face {
  src: url(fonts/Roboto-Medium.ttf);
  font-family: 'Roboto';
  font-weight: 400; }

@font-face {
  src: url(fonts/Roboto-Black.ttf);
  font-family: 'Roboto';
  font-weight: 600; }

@font-face {
  src: url(fonts/Roboto-Bold.ttf);
  font-family: 'Roboto';
  font-weight: 700; }

.row {
  position: relative;
  width: 100%;
  padding: 60px 5.2%;
  max-width: 100vw; }
  .row.no-margin {
    margin: 0; }
  .row.no-padding {
    padding: 0; }
  .row.no-side-padding {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 568px) {
    .row {
      padding-left: 30px;
      padding-right: 30px; } }

.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .single-post .single-post-grid {
  display: grid;
  grid-gap: 40px; }
  .grid .col-8, .grid-1 .col-8, .grid-2 .col-8, .grid-3 .col-8, .grid-4 .col-8, .grid-5 .col-8, .grid-6 .col-8, .single-post .single-post-grid .col-8 {
    width: 75%; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex.justify-center, .justify-center.flex-wrap {
    justify-content: center; }
  .flex.align-center, .align-center.flex-wrap {
    align-items: center; }

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media screen and (max-width: 850px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-tablet-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-tablet-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-tablet-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 568px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-mobile-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-mobile-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-mobile-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-mobile-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 568px) {
  .hidden-mobile {
    display: none; } }

html {
  font-family: "Roboto", sans-serif; }

body {
  background: #F6F7FA; }

/* cookies banner */
.cky-consent-bar {
  padding: 30px 8% !important; }
  @media screen and (max-width: 568px) {
    .cky-consent-bar {
      padding: 30px 0px !important; } }

.cky-notice-group .cky-notice-btn-wrapper {
  justify-content: flex-end !important; }

.cky-notice .cky-title {
  line-height: 1.2 !important;
  padding-right: 40px !important; }

.cky-notice > p:first-child {
  position: relative; }
  .cky-notice > p:first-child:before {
    content: "";
    height: 3px;
    position: absolute;
    width: 25%;
    background: #00B8DE;
    top: -71px;
    left: 0; }

.cky-notice .cky-notice-group {
  position: relative; }
  .cky-notice .cky-notice-group:before {
    content: "";
    height: 3px;
    position: absolute;
    width: 50%;
    top: -71px;
    left: 0;
    background: #00B8DE; }
    @media screen and (max-width: 568px) {
      .cky-notice .cky-notice-group:before {
        display: none !important; } }

@media screen and (max-width: 568px) {
  .cky-notice {
    flex-wrap: wrap; }
    .cky-notice .cky-title {
      line-height: 1.0 !important;
      padding-right: 0 !important; }
    .cky-notice p, .cky-notice div {
      width: 100% !important; } }

a {
  text-decoration: none; }

p, li, a, input, textarea, select {
  font-size: 18px; }

p, li {
  line-height: 1.4; }


h1,
.page-contact .block-contact-form h3 {
  font-size: 180px;
  line-height: 1.0;
  font-weight: 700; }
  h1.h1, .page-contact .block-contact-form h3.h1 {
    font-size: 84px; }

h2, h1.h2, .page-contact .block-contact-form h3.h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 30px; }

h3 {
  font-size: 36px;
  font-weight: 600; }

h4 {
  font-size: 30px;
  font-weight: 600; }

h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.3px; }

h6 {
  font-size: 20px; }

@media screen and (max-width: 568px) {
  
  h1,
  .page-contact .block-contact-form h3 {
    font-size: 42px !important; }
    h1.h1, .page-contact .block-contact-form h3.h1 {
      font-size: 42px; }
    h1.h2, .page-contact .block-contact-form h3.h2 {
      font-size: 42px !important; }
  h2, h1.h2, .page-contact .block-contact-form h3.h2 {
    font-size: 24px; }
  h3 {
    font-size: 21px !important; }
  h5 {
    font-size: 14px; }
  p, li, a, input, textarea, select {
    font-size: 14px; } }

.block {
  padding: 120px 8%;
  position: relative; }
  @media screen and (max-width: 568px) {
    .block {
      padding: 40px 25px; } }

.block-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px !important;
  background: black;
  color: white !important;
  padding: 5px 7px;
  z-index: 700; }

.blue, .prokure-v {
  color: #00B8DE !important; }

.yellow, .prokure-d {
  color: #FFB711 !important; }

.green, .prokure-g {
  color: #229C3E !important; }

.capper, .capper-small, .capper-max {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto; }
  .capper-small {
    width: 900px; }
  .capper-max {
    width: 1800px; }

hr.blue {
  border: none;
  border-top: solid 3px;
  border-color: #00B8DE; }

hr.green {
  border: none;
  border-top: solid 3px;
  border-color: #229C3E; }

hr.yellow {
  border: none;
  border-top: solid 3px;
  border-color: #FFB711; }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

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

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

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

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

.vert-center {
  align-self: center; }

.bg-white {
  background: white; }

.bg-black {
  background: #191919; }

.bg-lt-grey {
  background: #CCC; }

.bg-blue {
  background: #00B8DE; }

.bg-blue-lighter {
  background: #E5F7FB; }

.bg-blue-light {
  background: #C2E9F4; }

.bg-brown-dark {
  background: #E0CCB4; }

.bg-brown {
  background: #EADDCD; }

.bg-brown-light {
  background: #F5EEE6; }

.bg-green {
  background: #229C3E; }

.bg-purple {
  background: #3147C1; }

.bg-green-lighter {
  background: #E8F3E8; }

.bg-blue-alt {
  background: #D6F0F8; }

.bg-yellow {
  background: #FFB711; }

.color-white {
  color: white; }

.color-black {
  color: #191919; }

.color-blue {
  color: #00B8DE; }

.color-green {
  color: #229C3E; }

.color-yellow {
  color: #FFB711; }

.color-grey, .single-post #post-info h3 {
  color: #999999; }

.home-bg-gradient {
  background: linear-gradient(180deg, white 60%, #f6f7fa 100%); }
  @media screen and (max-width: 568px) {
    .home-bg-gradient {
      background: white; } }

.bg-gradient {
  background: linear-gradient(180deg, white 0%, #f6f7fa 100%); }

.bg-gradient-reverse {
  background: linear-gradient(180deg, #f6f7fa 0%, white 100%); }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.hidden {
  display: none; }
  @media screen and (max-width: 850px) {
    .hidden.show-tablet {
      display: block; } }

@media screen and (max-width: 850px) {
  .hide-tablet {
    display: none; } }

.boxed {
  position: relative; }
  .boxed.show:before, .boxed.show:after {
    opacity: 1;
    width: 40px;
    height: 40px;
    transform: translate3d(0, 0, 0); }
  .boxed:before, .boxed:after {
    content: "";
    position: absolute;
    transition: all 0.55s ease-in-out;
    opacity: 0; }
  .boxed:before {
    border-left: solid 4px #00B8DE;
    border-top: solid 4px #00B8DE;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    transform: translate3d(-10px, -10px, 0); }
  .boxed:after {
    border-right: solid 4px #00B8DE;
    border-bottom: solid 4px #00B8DE;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    transform: translate3d(10px, 10px, 0); }
  @media screen and (max-width: 568px) {
    .boxed:before, .boxed:after {
      transform: scale(0.5); } }

.button {
  display: inline-flex;
  border: solid 3px #CCCCCC;
  padding: 14px 30px;
  color: white;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in;
  font-size: 18px;
  color: #191919;
  line-height: 1.0;
  letter-spacing: 1.2px;
  text-transform: uppercase; }
  @media screen and (max-width: 568px) {
    .button {
      font-size: 14px; } }

.button, .caps, h5 {
  text-transform: uppercase;
  letter-spacing: 1.3px; }

#ieUnsupported {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 140px 30px;
  text-align: center;
  line-height: 1.4;
  display: none; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 0; }

.wpcf7-submit {
  margin-bottom: 10px !important; }

.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-family: "Roboto", sans-serif;
  color: green; }

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  border: none !important;
  margin-top: -26px !important;
  font-family: "Roboto", sans-serif;
  color: red;
  font-size: 14px;
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.img-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: #f7f7f7; }
  .img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.content-container h1, .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .content-container h3, .content-container h2, .content-container h1.h2, .content-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .content-container h3.h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  color: #191919; }
  .content-container h1.color-green, .content-container .page-contact .block-contact-form h3.color-green, .page-contact .block-contact-form .content-container h3.color-green, .content-container h2.color-green, .content-container h1.color-green.h2, .content-container .page-contact .block-contact-form h3.color-green.h2, .page-contact .block-contact-form .content-container h3.color-green.h2, .content-container h3.color-green, .content-container h4.color-green, .content-container h5.color-green, .content-container h6.color-green {
    color: #229C3E; }

.content-container p, .content-container li {
  color: #191919; }
  .content-container p.color-green, .content-container li.color-green {
    color: #229C3E; }

.content-container p:last-child, .content-container h1:last-child, .content-container .page-contact .block-contact-form h3:last-child, .page-contact .block-contact-form .content-container h3:last-child, .content-container h2:last-child, .content-container h1.h2:last-child, .content-container .page-contact .block-contact-form h3.h2:last-child, .page-contact .block-contact-form .content-container h3.h2:last-child, .content-container h3:last-child, .content-container h4:last-child, .content-container h5:last-child, .content-container input:last-child, .content-container select:last-child, .content-container textarea:last-child {
  margin-bottom: 0; }

.content-container ul {
  margin-left: 20px;
  margin-bottom: 20px; }

.content-container iframe {
  max-width: 100%; }

.content-container a {
  color: #191919;
  transition: color .3s ease-out;
  text-decoration: underline; }
  .content-container a:hover {
    color: #333333; }

@media screen and (max-width: 568px) {
  .content-container {
    padding-left: 0;
    padding-right: 0; } }

ul.di-list li {
  list-style-type: none;
  padding: 14px 0;
  font-weight: 400;
  border-bottom: solid 2px #e6e6e6; }
  ul.di-list li a {
    color: #191919; }

.slick-list {
  position: relative;
  overflow: hidden; }

.slick-track {
  position: relative; }

.social {
  display: flex;
  gap: 20px;
  margin-top: 60px; }

.triangle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  border-left: solid 3px #CCC; }
  .triangle svg {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 568px) {
    .triangle {
      transform: scale(0.7);
      right: -6px;
      width: 40px; } }

/* Animations */
.lineParent > div {
  white-space: nowrap; }

section {
  position: relative; }

.scroll-to {
  position: absolute;
  top: -100px;
  left: 0; }

.gform_submission_error {
  font-size: 15px !important; }

label.gfield_consent_label {
  letter-spacing: initial !important; }

.error-404 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.error-404 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #00B8DE;
  opacity: .5; }

.error-404 h1, .error-404 .page-contact .block-contact-form h3, .page-contact .block-contact-form .error-404 h3, .error-404 p {
  color: white;
  position: relative;
  z-index: 5; }

/* Updates puilled from site Customize CSS - 06/19/23 */
.cky-notice .cky-title {
  color: #00B8DE !important;
  font-size: 36px !important;
  margin-bottom: 20px !important; }

.cky-notice {
  padding-top: 40px;
  display: flex;
  width: 100%; }

.cky-notice > div,
.cky-notice > p {
  width: 50%;
  gap: 40px; }

.cky-notice .cky-notice-group {
  display: block; }

.cky-notice-btn-wrapper {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-top: 20px; }

.cky-btn {
  padding: 3px 60px !important;
  border-radius: 30px !important; }

/* prokure g promo */
.page-prokure-g .block-contact-form input,
.page-prokure-g .block-contact-form textarea {
  color: #229c3e !important; }

.page-prokure-g .block-contact-form form input:not([type=checkbox]):focus,
.page-prokure-g .block-contact-form form textarea:focus {
  border-color: #229c3e !important; }

.page-prokure-d .block-contact-form form input:not([type=checkbox]):focus,
.page-prokure-d .block-contact-form form textarea:focus {
  border-color: #ffb711 !important; }

.page-prokure-g .block-contact-form {
  background: #e8f3e8; }

.page-template-template-promo #gform_confirmation_wrapper_5 {
  min-height: 26vw; }

.page-template-template-promo .block-contact-form h3 {
  margin-bottom: 94px; }

.page-prokure-d .block-contact-form form input[type="submit"] {
  color: #ffb711; }

.page-prokure-d .block-contact-form form input[type="submit"]:hover {
  color: white; }

.page-prokure-d .block-contact-form form input, .page-prokure-d .block-contact-form form textarea {
  color: #ffb711; }

.page-template-template-promo .block-full-width-image {
  margin-top: -20vw;
  position: relative;
  z-index: 10;
  pointer-events: none; }

.page-prokure-g .block-contact-form form input[type="submit"]:hover {
  color: white !important; }

@media screen and (max-width: 650px) {
  .page-template-template-promo .block-full-width-image {
    margin-top: 0; }
  .block-contact-form img.contact-icon {
    margin-bottom: 40px;
    max-width: 100px; }
  .page-template-template-promo .block-contact-form h3 {
    margin-bottom: 40px; } }

.single-products #page {
  background: white !important; }

.page-id-628 .block-full-width-image {
  margin-top: 0; }

.cloud-container {
  position: absolute;
  top: -100px;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 0;
  overflow: hidden;
  pointer-events: none; }
  .cloud-container > div {
    display: flex;
    width: 100%; }
  .cloud-container .top-container {
    justify-content: center; }
    .cloud-container .top-container img {
      width: 400px;
      animation: 13s infinite cloudmovement;
      animation-delay: 2s;
      animation-direction: reverse; }
  .cloud-container .middle-container {
    justify-content: flex-end; }
    .cloud-container .middle-container img {
      width: 420px;
      animation: 13s infinite cloudmovement;
      animation-direction: alternate; }
      @media screen and (max-width: 850px) {
        .cloud-container .middle-container img {
          margin-top: -20%;
          margin-bottom: 30%; } }
      @media screen and (max-width: 568px) {
        .cloud-container .middle-container img {
          margin-bottom: 70%; } }
  .cloud-container .bottom-container {
    justify-content: flex-start; }
    .cloud-container .bottom-container img {
      width: 620px;
      animation: 13s infinite cloudmovement;
      animation-delay: 6s; }

#survey-display,
#whyprokure-display {
  position: fixed;
  bottom: 65px;
  right: -10px;
  z-index: 11; }
  .page-survey #survey-display,
  .page-whyprokure #survey-display, .page-survey
  #whyprokure-display,
  .page-whyprokure
  #whyprokure-display {
    display: none; }
  #survey-display .arrow,
  #whyprokure-display .arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
    transition: all 0.2s ease-out; }
    @media screen and (max-width: 568px) {
      #survey-display .arrow,
      #whyprokure-display .arrow {
        height: 25px;
        width: 25px; } }
  #survey-display .container,
  #whyprokure-display .container {
    background: #00B8DE;
    padding: 25px 60px 25px 70px;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    transition: all 0.2s ease-in-out;
    border: 1px solid white; }
    @media screen and (max-width: 568px) {
      #survey-display .container,
      #whyprokure-display .container {
        padding-top: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 55px; } }
    #survey-display .container *,
    #whyprokure-display .container * {
      color: white;
      font-size: 22px;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 850px) {
        #survey-display .container *,
        #whyprokure-display .container * {
          font-size: inherit; } }
  #survey-display:hover .arrow,
  #whyprokure-display:hover .arrow {
    height: 35px;
    width: 35px;
    opacity: 0.65; }
    @media screen and (max-width: 568px) {
      #survey-display:hover .arrow,
      #whyprokure-display:hover .arrow {
        height: 20px;
        width: 20px; } }
  #survey-display:hover .container,
  #whyprokure-display:hover .container {
    padding-right: 100px;
    padding-left: 80px; }
    @media screen and (max-width: 568px) {
      #survey-display:hover .container,
      #whyprokure-display:hover .container {
        padding-right: 50px;
        padding-left: 60px; } }
    #survey-display:hover .container *,
    #whyprokure-display:hover .container * {
      opacity: 0.75; }

#whyprokure-display {
  cursor: pointer;
  display: none; }
  .page-whyprokure #whyprokure-display {
    display: block !important; }

@media screen and (max-width: 850px) {
  .display-mobile {
    display: block !important; } }

@keyframes cloudmovement {
  0% {
    transform: translate(0, 0); }
  40% {
    transform: translate(3%, 3px); }
  80% {
    transform: translate(-5%, -2px); }
  100% {
    transform: translate(0, 0); } }

#global-message {
  width: 100%;
  background: #00B8DE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1210;
  padding: 10px 15px;
  text-align: center; }

header#masthead {
  padding: 30px 8%;
  position: sticky;
  z-index: 1200;
  display: flex;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: space-between;
  align-items: center; }
  header#masthead.scrolling {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03); }
  header#masthead h1, header#masthead .page-contact .block-contact-form h3, .page-contact .block-contact-form header#masthead h3 {
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    color: #191919; }
  header#masthead svg .cls-1 {
    fill: #00B8DE; }
  header#masthead .site-branding {
    width: 150px; }
  header#masthead .nav-right {
    align-items: center; }
    header#masthead .nav-right .search-icon {
      margin-right: 15px;
      margin-top: -2px;
      cursor: pointer; }
  header#masthead #site-navigation {
    position: fixed;
    left: 100%;
    top: 0;
    width: 600px;
    max-width: 100%;
    height: 100vh;
    background: white;
    transition: transform .3s ease-out;
    will-change: transform;
    overflow: scroll;
    padding: 80px 60px; }
    header#masthead #site-navigation ul {
      padding-left: 0 !important; }
    header#masthead #site-navigation li {
      color: white;
      display: block;
      text-align: left; }
      header#masthead #site-navigation li a {
        color: #191919;
        font-size: 21px;
        text-transform: initial; }
      header#masthead #site-navigation li.nav-title {
        margin: 40px 0 20px;
        width: 100%;
        border-bottom: solid 2px #00B8DE;
        padding-bottom: 5px; }
        header#masthead #site-navigation li.nav-title a {
          color: #00B8DE;
          font-size: 27px; }
    header#masthead #site-navigation.open {
      transform: translate3d(-100%, 0, 0);
      box-shadow: 0 -7px 20px rgba(0, 0, 0, 0.3); }
    header#masthead #site-navigation a {
      text-decoration: none;
      text-transform: uppercase;
      color: #191919;
      font-size: 14px;
      font-weight: 700;
      transition: color .3s ease-out; }
    @media screen and (max-width: 568px) {
      header#masthead #site-navigation {
        padding: 40px 25px; } }
  header#masthead .ham {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    border: solid 3px rgba(255, 255, 255, 0); }
    header#masthead .ham span {
      display: block;
      width: 30px;
      height: 3px;
      background: #191919;
      position: relative;
      position: absolute;
      transition: all .3s ease-out;
      left: 5px; }
      header#masthead .ham span:first-child {
        top: 4px; }
      header#masthead .ham span:nth-child(2) {
        top: 12px;
        opacity: 1; }
      header#masthead .ham span:last-child {
        top: 20px; }
    header#masthead .ham.open {
      border: solid 3px #00B8DE; }
      header#masthead .ham.open span {
        background: #00B8DE;
        width: 24px; }
        header#masthead .ham.open span:first-child {
          transform: rotate(45deg);
          top: 15px; }
        header#masthead .ham.open span:nth-child(2) {
          opacity: 0; }
        header#masthead .ham.open span:last-child {
          transform: rotate(-45deg);
          top: 15px; }
  @media screen and (max-width: 568px) {
    header#masthead {
      padding: 10px 25px 8px; }
      header#masthead .site-branding h1, header#masthead .site-branding .page-contact .block-contact-form h3, .page-contact .block-contact-form header#masthead .site-branding h3 {
        font-size: 20px; } }

#search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: white;
  transform: translate3d(0, -100%, 0);
  transition: all .3s ease-out;
  padding: 120px 8% 40px; }
  #search-wrap #search-close {
    position: absolute;
    right: 80px;
    bottom: 30px;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
    transform: translate3d(0, 5px, 0); }
    @media screen and (max-width: 568px) {
      #search-wrap #search-close {
        right: 20px; } }
  #search-wrap.show {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }
    #search-wrap.show #search-close {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0);
      transition: all .2s ease-out .26s; }
  #search-wrap input[type="search"] {
    background: #F6F7FA !important;
    padding: 20px;
    border: none !important;
    width: calc(100% - 120px) !important; }
  #search-wrap form {
    background: #F6F7FA !important; }
  #search-wrap h4.query {
    position: relative; }
  #search-wrap svg {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 80px; }

.page-prokure-d header .site-branding svg path, .page-prokure-d header .site-branding svg polygon.cls-1 {
  fill: #FFB711 !important; }

.page-prokure-g header .site-branding svg path, .page-prokure-g header .site-branding svg polygon.cls-1 {
  fill: #229C3E !important; }

#footer {
  background: #00B8DE;
  padding: 80px 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #footer .grid, #footer .grid-1, #footer .grid-2, #footer .grid-3, #footer .grid-4, #footer .grid-5, #footer .grid-6, #footer .single-post .single-post-grid, .single-post #footer .single-post-grid {
    width: 100%;
    gap: 0; }
  #footer .grid-4 {
    grid-template-columns: 2fr 1fr 1fr 1fr; }
    @media screen and (max-width: 568px) {
      #footer .grid-4 {
        display: flex;
        flex-wrap: wrap; }
        #footer .grid-4 > div {
          width: 50%; }
        #footer .grid-4 .footer-branding {
          width: 100%;
          border-bottom: none;
          margin-bottom: 40px; }
        #footer .grid-4 > div:last-child {
          margin-top: 40px; } }
  #footer #footer-why-prokure {
    margin-top: 81px; }
    @media screen and (max-width: 850px) {
      #footer #footer-why-prokure {
        margin-top: 5px; } }
  #footer ul {
    margin-top: 15px; }
    #footer ul li {
      list-style-type: none; }
      #footer ul li:not(:first-of-type) {
        margin-top: 10px; }
      #footer ul li a {
        color: white; }
  #footer .address {
    margin-top: 32px; }
    #footer .address p {
      color: #191919;
      font-size: 16px;
      margin-top: 8px; }
    #footer .address a {
      color: white; }
  #footer h4, #footer li a {
    font-weight: bold; }
  #footer h4 {
    color: white;
    margin-bottom: 0;
    border-bottom: solid 2px white;
    padding-bottom: 9px;
    font-size: 24px; }
  #footer li:hover a, #footer a:hover {
    text-decoration: underline; }
  #footer .footer-branding .footer-brand-link {
    display: block;
    padding-bottom: 0px;
    border-bottom: solid 2px white;
    width: 100%;
    top: 3px;
    position: relative; }
  #footer .footer-branding img {
    position: relative;
    height: 30px;
    width: auto;
    top: -10px; }
  #footer .footer-branding a.footer-brand-link {
    text-decoration: none; }
    #footer .footer-branding a.footer-brand-link h2, #footer .footer-branding a.footer-brand-link h1.h2, #footer .footer-branding a.footer-brand-link .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form #footer .footer-branding a.footer-brand-link h3.h2 {
      color: white; }
  #footer .footer-branding h2:hover, #footer .footer-branding h1.h2:hover, #footer .footer-branding .page-contact .block-contact-form h3.h2:hover, .page-contact .block-contact-form #footer .footer-branding h3.h2:hover {
    text-decoration: none; }
  #footer .footer-branding a {
    color: #191919; }
    #footer .footer-branding a img {
      display: initial; }
  @media screen and (max-width: 568px) {
    #footer h4, #footer li a, #footer .address a, #footer .address p {
      font-size: 14px; }
    #footer ul li:not(:first-of-type) {
      margin-top: 5px; }
    #footer .footer-branding .footer-brand-link {
      border-bottom: none; } }
  #footer .sub-footer {
    text-align: center;
    width: 100%;
    padding: 40px 0 0; }
    #footer .sub-footer p, #footer .sub-footer a {
      color: white;
      font-size: 14px;
      font-weight: 700; }
    #footer .sub-footer a {
      text-decoration: underline; }
  #footer.product-blue, #footer.product-prokure-v {
    background: #00B8DE; }
  #footer.product-green, #footer.product-prokure-g {
    background: #229C3E; }
  #footer.product-yellow, #footer.product-prokure-d {
    background: #FFB711; }
  #footer .social {
    margin-top: -40px;
    margin-left: -15px;
    gap: 0 !important; }
    @media screen and (max-width: 850px) {
      #footer .social {
        margin-top: 20px;
        margin-left: -17px; } }
    #footer .social path#Stroke_1, #footer .social path#Stroke_1_Copy {
      fill: none; }

#super-delayed-popup {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s ease-in; }
  #super-delayed-popup.show {
    display: block;
    z-index: 10000;
    opacity: 1;
    pointer-events: auto; }
  #super-delayed-popup .sdp-inner {
    padding: 100px;
    position: relative;
    width: 900px;
    max-width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    #super-delayed-popup .sdp-inner .close {
      top: -25px;
      position: absolute;
      left: 70px;
      cursor: pointer; }
    #super-delayed-popup .sdp-inner h2, #super-delayed-popup .sdp-inner h1.h2, #super-delayed-popup .sdp-inner .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form #super-delayed-popup .sdp-inner h3.h2, #super-delayed-popup .sdp-inner h3, #super-delayed-popup .sdp-inner a {
      color: #00B8DE; }
    #super-delayed-popup .sdp-inner h3 {
      margin-bottom: 20px; }
    #super-delayed-popup .sdp-inner h5 {
      margin-bottom: 8px; }
    #super-delayed-popup .sdp-inner a {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
      display: inline-block; }
    #super-delayed-popup .sdp-inner p.nothx {
      text-decoration: underline;
      cursor: pointer;
      text-transform: uppercase;
      color: #999;
      font-size: 18px;
      margin-top: 30px; }
    @media screen and (max-width: 568px) {
      #super-delayed-popup .sdp-inner {
        padding: 60px 30px; }
        #super-delayed-popup .sdp-inner h3, #super-delayed-popup .sdp-inner a {
          font-size: 30px !important; }
        #super-delayed-popup .sdp-inner p.nothx {
          font-size: 18px; }
        #super-delayed-popup .sdp-inner .close {
          top: -25px;
          position: absolute;
          left: initial;
          right: 40px;
          cursor: pointer; } }
  #super-delayed-popup.april-20 .sdp-inner {
    background: #E8F3E8; }
  #super-delayed-popup.april-20 .underline {
    position: relative;
    border-bottom: 1px solid black; }
  #super-delayed-popup.april-20 h3 {
    color: #229C3E;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 54px; }
  #super-delayed-popup.april-20 a {
    color: #229C3E;
    font-size: inherit;
    font-weight: 800;
    text-decoration: underline;
    margin: inherit; }
  #super-delayed-popup.april-20 p.nothx {
    color: #229C3E;
    font-size: 14px; }
  #super-delayed-popup.april-20 svg path#Stroke_4_Copy, #super-delayed-popup.april-20 svg path#Stroke_3_Copy {
    stroke: #229C3E; }

.page-contact header#masthead {
  background: #E5F7FB; }

.page-contact .block-contact-form h3 {
  font-size: 84px;
  margin-bottom: 60px; }

.page-contact .block-contact-form .grid > div:last-child, .page-contact .block-contact-form .grid-1 > div:last-child, .page-contact .block-contact-form .grid-2 > div:last-child, .page-contact .block-contact-form .grid-3 > div:last-child, .page-contact .block-contact-form .grid-4 > div:last-child, .page-contact .block-contact-form .grid-5 > div:last-child, .page-contact .block-contact-form .grid-6 > div:last-child, .page-contact .block-contact-form .single-post .single-post-grid > div:last-child, .single-post .page-contact .block-contact-form .single-post-grid > div:last-child {
  margin-top: 130px; }
  @media screen and (max-width: 850px) {
    .page-contact .block-contact-form .grid > div:last-child, .page-contact .block-contact-form .grid-1 > div:last-child, .page-contact .block-contact-form .grid-2 > div:last-child, .page-contact .block-contact-form .grid-3 > div:last-child, .page-contact .block-contact-form .grid-4 > div:last-child, .page-contact .block-contact-form .grid-5 > div:last-child, .page-contact .block-contact-form .grid-6 > div:last-child, .page-contact .block-contact-form .single-post .single-post-grid > div:last-child, .single-post .page-contact .block-contact-form .single-post-grid > div:last-child {
      margin-top: 0px; } }

.page-privacy-policy h3 {
  padding-bottom: 20px; }

.page-contact .block-contact-form h3 {
  margin-bottom: 40px; }

.error404 h1, .error404 .page-contact .block-contact-form h3, .page-contact .block-contact-form .error404 h3 {
  font-size: 84px;
  margin-bottom: 40px;
  width: 650px;
  max-width: 100%; }

@media screen and (max-width: 568px) {
  .error404 h1, .error404 .page-contact .block-contact-form h3, .page-contact .block-contact-form .error404 h3 {
    font-size: 42px; } }

.page-restoration #content h1, .page-restoration #content .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-restoration #content h3 {
  width: 600px;
  max-width: 100%; }

.page-restoration #content p {
  width: 600px;
  max-width: 100%; }

.page-restoration #content h3 {
  margin-bottom: 30px; }

.page-restoration #content .grid, .page-restoration #content .grid-1, .page-restoration #content .grid-2, .page-restoration #content .grid-3, .page-restoration #content .grid-4, .page-restoration #content .grid-5, .page-restoration #content .grid-6, .page-restoration #content .single-post .single-post-grid, .single-post .page-restoration #content .single-post-grid {
  grid-gap: 20px; }

.page-restoration #content .grid a, .page-restoration #content .grid-1 a, .page-restoration #content .grid-2 a, .page-restoration #content .grid-3 a, .page-restoration #content .grid-4 a, .page-restoration #content .grid-5 a, .page-restoration #content .grid-6 a, .page-restoration #content .single-post .single-post-grid a, .single-post .page-restoration #content .single-post-grid a {
  color: #00B8DE; }

.page-restoration #content .grid a.button, .page-restoration #content .grid-1 a.button, .page-restoration #content .grid-2 a.button, .page-restoration #content .grid-3 a.button, .page-restoration #content .grid-4 a.button, .page-restoration #content .grid-5 a.button, .page-restoration #content .grid-6 a.button, .page-restoration #content .single-post .single-post-grid a.button, .single-post .page-restoration #content .single-post-grid a.button {
  margin-top: 20px;
  color: #ccc; }
  .page-restoration #content .grid a.button:hover, .page-restoration #content .grid-1 a.button:hover, .page-restoration #content .grid-2 a.button:hover, .page-restoration #content .grid-3 a.button:hover, .page-restoration #content .grid-4 a.button:hover, .page-restoration #content .grid-5 a.button:hover, .page-restoration #content .grid-6 a.button:hover, .page-restoration #content .single-post .single-post-grid a.button:hover, .single-post .page-restoration #content .single-post-grid a.button:hover {
    color: #00B8DE;
    border-color: #00B8DE; }

@media screen and (max-width: 1000px) {
  .page-restoration #content img.resto-img {
    margin-top: initial; } }

.single-products .boxed {
  position: relative; }

.single-products .product-slider {
  position: relative;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  .single-products .product-slider.active {
    position: relative;
    visibility: visible;
    z-index: 1; }
  .single-products .product-slider .slick-track {
    display: flex; }
  .single-products .product-slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    display: flex;
    margin-bottom: 0; }
    .single-products .product-slider .slick-dots li {
      cursor: pointer;
      position: relative;
      width: 10px;
      height: 10px;
      background: #CCC;
      list-style-type: none;
      border-radius: 50%;
      margin: 0 6px; }
    .single-products .product-slider .slick-dots button {
      visibility: hidden; }

.single-products .product-hero {
  padding: 160px 8% 120px; }
  .single-products .product-hero hr {
    border-top: solid 3px !important; }
  .single-products .product-hero img {
    margin: auto;
    position: relative; }
  .single-products .product-hero img.prod-icon {
    position: absolute;
    right: -140px;
    top: -180px;
    margin: initial;
    width: 100px;
    height: 100px; }
  .single-products .product-hero .grid > div, .single-products .product-hero .grid-1 > div, .single-products .product-hero .grid-2 > div, .single-products .product-hero .grid-3 > div, .single-products .product-hero .grid-4 > div, .single-products .product-hero .grid-5 > div, .single-products .product-hero .grid-6 > div, .single-products .product-hero .single-post .single-post-grid > div, .single-post .single-products .product-hero .single-post-grid > div {
    position: relative; }
  .single-products .product-hero h1, .single-products .product-hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-products .product-hero h3 {
    font-size: 60px;
    margin-bottom: 20px; }
  .single-products .product-hero h1, .single-products .product-hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-products .product-hero h3, .single-products .product-hero h2, .single-products .product-hero h1.h2, .single-products .product-hero .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-hero h3.h2, .single-products .product-hero h3 {
    font-weight: 600; }
  .single-products .product-hero h3 {
    margin-bottom: 20px; }
  .single-products .product-hero p {
    color: #999; }
  .single-products .product-hero ul {
    margin-bottom: 40px; }
  .single-products .product-hero hr {
    width: 100px;
    margin: 30px 0; }
  .single-products .product-hero li:not(:last-of-type) {
    margin-bottom: 10px; }
  .single-products .product-hero select#product-size {
    margin-top: 30px;
    width: 220px;
    background: white;
    border: none;
    padding: 8px 10px;
    font-weight: 600;
    border-right: 8px solid white;
    -webkit-appearance: none; }
  .single-products .product-hero .sel-arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 5;
    top: 38px;
    right: 4px; }
  .single-products .product-hero .yield {
    display: none; }
    .single-products .product-hero .yield.active {
      display: block; }
  .single-products .product-hero div.boxed {
    margin: 45px auto 0; }
    .single-products .product-hero div.boxed:before {
      top: initial;
      bottom: -40px;
      left: 0px;
      transform: rotate(-90deg); }
    .single-products .product-hero div.boxed:after {
      top: -40px;
      bottom: initial;
      right: 0px;
      transform: rotate(-90deg); }
  @media screen and (max-width: 568px) {
    .single-products .product-hero {
      padding: 40px 8%; }
      .single-products .product-hero img {
        margin: auto;
        position: relative; }
      .single-products .product-hero img.prod-icon {
        position: absolute;
        top: -60px;
        right: -25px;
        left: initial;
        margin: initial;
        max-width: initial;
        transform: scale(0.7); }
      .single-products .product-hero h1, .single-products .product-hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-products .product-hero h3 {
        margin-top: 40px;
        font-size: 42px; }
      .single-products .product-hero div.boxed:before, .single-products .product-hero div.boxed:after {
        display: none; }
      .single-products .product-hero .prod-size-wrap {
        width: 100%; }
      .single-products .product-hero select#product-size {
        padding: 15px 10px;
        width: 100%;
        border-radius: 0; }
      .single-products .product-hero .sel-arrow {
        top: 44px; } }

.single-products .product-showcase .full-width-image {
  position: relative; }
  .single-products .product-showcase .full-width-image img {
    width: 100%;
    max-width: initial;
    object-fit: cover; }
  .single-products .product-showcase .full-width-image .overlay {
    background: #00B8DE;
    opacity: .85; }
  .single-products .product-showcase .full-width-image h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 72px;
    width: 700px;
    max-width: calc(100% - 50px); }
  @media screen and (max-width: 850px) {
    .single-products .product-showcase .full-width-image h3 {
      font-size: 52px; } }
  @media screen and (max-width: 568px) {
    .single-products .product-showcase .full-width-image h3 {
      font-size: 24px; } }

.single-products .product-showcase .spec-image-wrap {
  padding: 20px 8% 80px; }
  .single-products .product-showcase .spec-image-wrap img {
    margin: auto; }
  @media screen and (max-width: 568px) {
    .single-products .product-showcase .spec-image-wrap {
      padding: 20px 25px 40px; } }

.single-products .product-showcase h5 {
  font-size: 18px;
  background: #F6F7FA;
  padding: 20px;
  width: 80%;
  top: -60px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: center; }
  @media screen and (max-width: 568px) {
    .single-products .product-showcase h5 {
      font-size: 12px;
      top: -60px; } }

.single-products .block-resources .grid, .single-products .block-resources .grid-1, .single-products .block-resources .grid-2, .single-products .block-resources .grid-3, .single-products .block-resources .grid-4, .single-products .block-resources .grid-5, .single-products .block-resources .grid-6, .single-products .block-resources .single-post .single-post-grid, .single-post .single-products .block-resources .single-post-grid {
  gap: 20px; }

.single-products .block-resources .resources-body div a {
  text-transform: uppercase; }

.single-products .block-resources .flex, .single-products .block-resources .flex-wrap {
  justify-content: space-between; }
  .single-products .block-resources .flex > div, .single-products .block-resources .flex-wrap > div {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    .single-products .block-resources .flex > div:first-child, .single-products .block-resources .flex-wrap > div:first-child, .single-products .block-resources .flex > div:nth-child(2), .single-products .block-resources .flex-wrap > div:nth-child(2) {
      width: 100%; }
    @media screen and (max-width: 1400px) {
      .single-products .block-resources .flex > div, .single-products .block-resources .flex-wrap > div {
        width: 100%; } }

.single-products .block-resources div.resources-header {
  padding: 0px 0 4px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative; }
  .single-products .block-resources div.resources-header h3 {
    margin-bottom: 0;
    position: relative; }
    @media screen and (max-width: 568px) {
      .single-products .block-resources div.resources-header h3 {
        font-size: 40px; } }

.single-products .block-resources .resources-body a {
  text-decoration: none !important; }

.single-products .block-resources .button {
  width: 100%; }

@media screen and (max-width: 568px) {
  .single-products .block-resources h2, .single-products .block-resources h1.h2, .single-products .block-resources .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .block-resources h3.h2 {
    font-size: 24px; } }

.single-products .product-animation {
  padding-bottom: 12vw; }
  .single-products .product-animation .grid-2 {
    grid-column-gap: 80px;
    margin-bottom: 60px; }
  .single-products .product-animation .anim-text {
    max-width: 100%;
    width: 600px;
    margin: auto;
    color: #999999; }
  .single-products .product-animation div.tri {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-46px); }
    .single-products .product-animation div.tri svg path {
      transition: all 1.0s ease-out; }
  .single-products .product-animation h3 {
    font-size: 48px;
    color: #e6e6e6;
    transition: all .5s ease-out;
    transform: scale(0.96);
    will-change: transform; }
    .single-products .product-animation h3.colorize {
      transform: scale(1); }
    .single-products .product-animation h3:not(:last-of-type) {
      margin-bottom: 20px; }
    @media screen and (max-width: 568px) {
      .single-products .product-animation h3:not(:last-of-type) {
        margin-bottom: 10px; } }
  .single-products .product-animation video {
    width: 100%; }
  .single-products .product-animation h4 {
    margin-top: 30px;
    font-size: 24px;
    color: #e6e6e6;
    transform: scale(0.96);
    transition: all .5s ease-out;
    will-change: transform; }
    .single-products .product-animation h4.colorize {
      transform: scale(1); }
  .single-products .product-animation .marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 5;
    background: transparent; }
    .single-products .product-animation .marker path.marker-circle {
      stroke: none !important; }
    @media screen and (max-width: 568px) {
      .single-products .product-animation .marker svg {
        transform: scale(0.7); } }
  .single-products .product-animation .center-line {
    position: absolute;
    left: calc(50% - 1px);
    height: calc(100% - 140px);
    width: 2px;
    top: 98px;
    background: #CCC; }
  .single-products .product-animation h2, .single-products .product-animation h1.h2, .single-products .product-animation .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-animation h3.h2, .single-products .product-animation p.helper-text {
    text-align: center; }
  .single-products .product-animation p.helper-text {
    text-transform: uppercase; }
    .single-products .product-animation p.helper-text:last-of-type {
      margin-bottom: 0; }
  .single-products .product-animation h2, .single-products .product-animation h1.h2, .single-products .product-animation .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-animation h3.h2 {
    margin-bottom: 20px; }
  .single-products .product-animation p.helper-text {
    margin-bottom: 100px; }
  .single-products .product-animation .anim-outer-wrap {
    position: relative; }
  .single-products .product-animation div.anim-wrap {
    position: relative;
    display: flex;
    align-items: center; }
  .single-products .product-animation div.anim-text-wrap {
    display: flex;
    align-items: center;
    background: white; }
    .single-products .product-animation div.anim-text-wrap > div {
      width: 100%; }
    .single-products .product-animation div.anim-text-wrap h5 {
      margin-bottom: 20px; }
    .single-products .product-animation div.anim-text-wrap p {
      margin-top: 15px; }
    @media screen and (max-width: 568px) {
      .single-products .product-animation div.anim-text-wrap {
        padding: 20px 0;
        z-index: 5; } }
  .single-products .product-animation .anim-section.flip > div:first-child {
    order: 2; }
  .single-products .product-animation .anim-section.flip > div:last-child {
    order: 1; }
  .single-products .product-animation .anim-section.flip div.semi-circle {
    margin-left: auto; }
  .single-products .product-animation .anim-section.flip svg {
    transform: scale(-1); }
  .single-products .product-animation .anim-section.flip .tri {
    left: initial;
    right: 0; }
  @media screen and (max-width: 568px) {
    .single-products .product-animation .anim-section.flip > div:first-child {
      order: 1; }
    .single-products .product-animation .anim-section.flip > div:last-child {
      order: 2; } }
  .single-products .product-animation .disclaimer {
    margin-top: 90px;
    border-top: 2px solid #CCC;
    padding-top: 20px;
    color: #999999;
    font-size: 15px; }
  @media screen and (max-width: 568px) {
    .single-products .product-animation .grid-2 {
      background: white;
      gap: 0; }
    .single-products .product-animation .anim-section {
      position: relative;
      z-index: 5;
      padding: 20px 0 0;
      margin: 60px 0; }
      .single-products .product-animation .anim-section.first {
        margin-top: 40px; }
    .single-products .product-animation div.semi-circle svg {
      display: none; }
    .single-products .product-animation .anim-text-wrap {
      text-align: center; }
      .single-products .product-animation .anim-text-wrap h3 {
        font-size: 21px; }
      .single-products .product-animation .anim-text-wrap h4 {
        font-size: 14px; }
    .single-products .product-animation .anim-title {
      margin-bottom: 30px; } }

.single-products .product-prokure-v .prod-details a {
  color: #00B8DE; }

.single-products .product-prokure-v .product-hero select {
  color: #00B8DE; }

.single-products .product-prokure-v .sel-arrow svg path {
  stroke: #00B8DE; }

.single-products .product-prokure-v .product-slider li.slick-active {
  background: #00B8DE; }

.single-products .product-prokure-v hr {
  border: none;
  border-color: #00B8DE; }

.single-products .product-prokure-v h2, .single-products .product-prokure-v h1.h2, .single-products .product-prokure-v .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-prokure-v h3.h2 {
  color: #00B8DE; }

.single-products .product-prokure-v .full-width-image .overlay {
  background: #00B8DE; }

.single-products .product-prokure-v svg.colorize path {
  fill: #00B8DE;
  stroke: #00B8DE; }

.single-products .product-prokure-v .boxed:before, .single-products .product-prokure-v .boxed:after {
  border-color: #00B8DE; }

.single-products .product-prokure-v .block-resources h3 {
  color: #00B8DE; }
  .single-products .product-prokure-v .block-resources h3:after {
    background-color: #00B8DE; }

.single-products .product-prokure-v .block-resources .triangle svg path {
  fill: #00B8DE;
  stroke: #00B8DE; }

.single-products .product-prokure-v .block-resources .button:hover {
  border-color: #00B8DE;
  color: #00B8DE; }

.single-products .product-prokure-v .anim-text-wrap h3.colorize, .single-products .product-prokure-v .anim-text-wrap h4.colorize {
  color: #00B8DE; }

.single-products .product-prokure-v .block-contact-form {
  background: #E5F7FB; }
  .single-products .product-prokure-v .block-contact-form h3, .single-products .product-prokure-v .block-contact-form input, .single-products .product-prokure-v .block-contact-form label {
    color: #00B8DE; }

.single-products .product-prokure-v .block-testimonials h3, .single-products .product-prokure-v .block-testimonials p.author {
  color: #00B8DE; }

.single-products .product-prokure-v .block-testimonials p.author, .single-products .product-prokure-v .block-testimonials .author-section {
  border-color: #00B8DE; }

.single-products .product-prokure-v .block-testimonials svg path.arrow-circle {
  fill: #00B8DE; }

.single-products .product-prokure-v .block-testimonials path.arrow-svg {
  stroke: #00B8DE; }

.single-products .product-prokure-g .prod-details a {
  color: #229C3E; }

.single-products .product-prokure-g .product-hero select {
  color: #229C3E; }

.single-products .product-prokure-g .sel-arrow svg path {
  stroke: #229C3E; }

.single-products .product-prokure-g .product-slider li.slick-active {
  background: #229C3E; }

.single-products .product-prokure-g hr {
  border: none;
  border-color: #229C3E; }

.single-products .product-prokure-g h2, .single-products .product-prokure-g h1.h2, .single-products .product-prokure-g .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-prokure-g h3.h2 {
  color: #229C3E; }

.single-products .product-prokure-g .full-width-image .overlay {
  background: #229C3E; }

.single-products .product-prokure-g .marker svg {
  transform: scale(0.95); }
  .single-products .product-prokure-g .marker svg path.marker-circle {
    fill: #229C3E; }
  .single-products .product-prokure-g .marker svg path.marker-arrow {
    stroke: #229C3E; }

.single-products .product-prokure-g .boxed:before, .single-products .product-prokure-g .boxed:after {
  border-color: #229C3E; }

.single-products .product-prokure-g .block-resources h3 {
  color: #229C3E; }
  .single-products .product-prokure-g .block-resources h3:after {
    background-color: #229C3E; }

.single-products .product-prokure-g .block-resources .triangle svg path {
  fill: #229C3E; }

.single-products .product-prokure-g .block-resources .button:hover {
  border-color: #229C3E;
  color: #229C3E; }

.single-products .product-prokure-g .block-contact-form {
  background: #E8F3E8; }
  .single-products .product-prokure-g .block-contact-form h3, .single-products .product-prokure-g .block-contact-form input, .single-products .product-prokure-g .block-contact-form label {
    color: #229C3E; }

.single-products .product-prokure-g .anim-text-wrap h3.colorize, .single-products .product-prokure-g .anim-text-wrap h4.colorize {
  color: #229C3E; }

.single-products .product-prokure-g svg.colorize path {
  fill: #229C3E;
  stroke: #229C3E; }

.single-products .product-prokure-g .block-testimonials h3, .single-products .product-prokure-g .block-testimonials p.author {
  color: #229C3E; }

.single-products .product-prokure-g .block-testimonials p.author, .single-products .product-prokure-g .block-testimonials .author-section {
  border-color: #229C3E; }

.single-products .product-prokure-g .block-testimonials svg path.arrow-circle {
  fill: #229C3E; }

.single-products .product-prokure-g .block-testimonials path.arrow-svg {
  stroke: #229C3E; }

.single-products .product-prokure-d .prod-details a {
  color: #FFB711; }

.single-products .product-prokure-d .product-hero select {
  color: #FFB711; }

.single-products .product-prokure-d .sel-arrow svg path {
  stroke: #FFB711; }

.single-products .product-prokure-d .product-slider li.slick-active {
  background: #FFB711; }

.single-products .product-prokure-d hr {
  border: none;
  border-color: #FFB711; }

.single-products .product-prokure-d h2, .single-products .product-prokure-d h1.h2, .single-products .product-prokure-d .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-products .product-prokure-d h3.h2 {
  color: #FFB711; }

.single-products .product-prokure-d .full-width-image .overlay {
  background: #FFB711; }

.single-products .product-prokure-d .boxed:before, .single-products .product-prokure-d .boxed:after {
  border-color: #FFB711; }

.single-products .product-prokure-d svg.colorize path {
  fill: #FFB711;
  stroke: #FFB711; }

.single-products .product-prokure-d .anim-text-wrap h3.colorize, .single-products .product-prokure-d .anim-text-wrap h4.colorize {
  color: #FFB711; }

.single-products .product-prokure-d .block-resources h3 {
  color: #FFB711; }
  .single-products .product-prokure-d .block-resources h3:after {
    background-color: #FFB711; }

.single-products .product-prokure-d .block-resources .triangle svg path {
  fill: #FFB711;
  stroke: #FFB711; }

.single-products .product-prokure-d .block-resources .button:hover {
  border-color: #FFB711;
  color: #FFB711; }

.single-products .product-prokure-d .block-contact-form {
  background: #FFF8EA; }
  .single-products .product-prokure-d .block-contact-form h3, .single-products .product-prokure-d .block-contact-form input, .single-products .product-prokure-d .block-contact-form label {
    color: #FFB711; }

.single-products .product-prokure-d .block-testimonials h3, .single-products .product-prokure-d .block-testimonials p.author {
  color: #FFB711; }

.single-products .product-prokure-d .block-testimonials p.author, .single-products .product-prokure-d .block-testimonials .author-section {
  border-color: #FFB711; }

.single-products .product-prokure-d .block-testimonials svg path.arrow-circle {
  fill: #FFB711; }

.single-products .product-prokure-d .block-testimonials path.arrow-svg {
  stroke: #FFB711; }

.single-products .product-prokure-d path.marker-circle {
  fill: #FFB711; }

.single-products .product-prokure-d path.marker-arrow {
  stroke: #FFB711; }

.single-post .single-post-grid {
  grid-template-columns: minmax(0, 3fr) minmax(0, 5fr); }
  @media screen and (max-width: 568px) {
    .single-post .single-post-grid {
      grid-template-columns: minmax(0, 1fr);
      grid-gap: 20px; } }

.single-post .section-title h5 {
  margin-bottom: 20px; }

.single-post .section-title h5 a {
  color: black;
  font-size: 15px; }

.single-post h2 a, .single-post h1.h2 a, .single-post .page-contact .block-contact-form h3.h2 a, .page-contact .block-contact-form .single-post h3.h2 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }

.single-post .content-container h1, .single-post .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-post .content-container h3 {
  font-size: 42px;
  color: #00B8DE;
  text-align: left;
  font-weight: 800; }

.single-post #post-info h3 {
  font-size: 18px;
  margin-bottom: 40px; }

.single-post section.article-intro > div, .single-post section.post-content > div {
  border-bottom: 3px solid #E6E6E6; }

.single-post section.article-intro .single-post-grid > div, .single-post section.article-intro .single-post-grid > article, .single-post section.post-content .single-post-grid > div, .single-post section.post-content .single-post-grid > article {
  position: relative;
  padding-left: 0; }
  .single-post section.article-intro .single-post-grid > div:after, .single-post section.article-intro .single-post-grid > article:after, .single-post section.post-content .single-post-grid > div:after, .single-post section.post-content .single-post-grid > article:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 35%;
    background: #00B8DE;
    top: 100%;
    left: 0; }
  @media screen and (max-width: 568px) {
    .single-post section.article-intro .single-post-grid > div:first-child::after, .single-post section.article-intro .single-post-grid > article:first-child::after, .single-post section.post-content .single-post-grid > div:first-child::after, .single-post section.post-content .single-post-grid > article:first-child::after {
      display: none; } }

.single-post .article-intro .headline-image {
  padding-bottom: 60px; }

.single-post article {
  padding-top: 40px;
  padding-bottom: 60px; }
  @media screen and (max-width: 568px) {
    .single-post article {
      padding-top: 20px; } }
  .single-post article .author-info {
    margin-bottom: 60px; }
    .single-post article .author-info p {
      text-transform: uppercase; }

.single-post article .content-container .color-blue, .single-post #about-the-author .content-container .color-blue {
  color: #00B8DE; }

.single-post article .content-container p, .single-post article .content-container h4, .single-post article .content-container h5, .single-post article .content-container h6, .single-post article .content-container ul, .single-post article .content-container img, .single-post #about-the-author .content-container p, .single-post #about-the-author .content-container h4, .single-post #about-the-author .content-container h5, .single-post #about-the-author .content-container h6, .single-post #about-the-author .content-container ul, .single-post #about-the-author .content-container img {
  margin-bottom: 15px; }

.single-post article .content-container h1, .single-post article .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-post article .content-container h3, .single-post article .content-container h2, .single-post article .content-container h1.h2, .single-post article .content-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-post article .content-container h3.h2, .single-post article .content-container h3, .single-post #about-the-author .content-container h1, .single-post #about-the-author .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .single-post #about-the-author .content-container h3, .single-post #about-the-author .content-container h2, .single-post #about-the-author .content-container h1.h2, .single-post #about-the-author .content-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .single-post #about-the-author .content-container h3.h2, .single-post #about-the-author .content-container h3 {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #00B8DE; }

.single-post article .content-container p, .single-post #about-the-author .content-container p {
  line-height: 24px; }

.single-post article .content-container li, .single-post #about-the-author .content-container li {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }

.single-post article .content-container figure.wp-block-image.size-full, .single-post #about-the-author .content-container figure.wp-block-image.size-full {
  margin: 40px 0; }

.single-post article .content-container em, .single-post #about-the-author .content-container em {
  font-style: italic; }

.single-post #about-the-author .headshot {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .single-post #about-the-author .headshot img {
    border-radius: 150px;
    height: 220px;
    width: 220px;
    object-fit: cover;
    margin: 0 auto; }
    @media screen and (max-width: 850px) {
      .single-post #about-the-author .headshot img {
        width: 120px;
        height: 120px; } }
    @media screen and (max-width: 568px) {
      .single-post #about-the-author .headshot img {
        margin-left: 0; } }

.single-post #about-the-author p {
  color: #999999; }

.search-results h1, .search-results .page-contact .block-contact-form h3, .page-contact .block-contact-form .search-results h3, .search-no-results h1, .search-no-results .page-contact .block-contact-form h3, .page-contact .block-contact-form .search-no-results h3, #search-wrap h1, #search-wrap .page-contact .block-contact-form h3, .page-contact .block-contact-form #search-wrap h3 {
  font-size: 84px;
  margin-bottom: 40px;
  color: #00B8DE; }

.search-results h5, .search-no-results h5, #search-wrap h5 {
  color: #999;
  font-size: 18px;
  text-transform: uppercase; }

.search-results h4.query, .search-no-results h4.query, #search-wrap h4.query {
  color: #00B8DE;
  font-size: 36px;
  bottom: solid 3px #CCC;
  margin-top: 5px; }
  .search-results h4.query input[type="submit"], .search-no-results h4.query input[type="submit"], #search-wrap h4.query input[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    width: 7%;
    height: 75px;
    z-index: 100;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0; }
  @media screen and (max-width: 568px) {
    .search-results h4.query input[type="submit"], .search-no-results h4.query input[type="submit"], #search-wrap h4.query input[type="submit"] {
      height: 40px; } }

@media screen and (max-width: 568px) {
  .search-results .triangle, .search-no-results .triangle, #search-wrap .triangle {
    height: 40px;
    top: 30px; } }

.search-results article h2, .search-results article h1.h2, .search-results article .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .search-results article h3.h2, .search-no-results article h2, .search-no-results article h1.h2, .search-no-results article .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .search-no-results article h3.h2, #search-wrap article h2, #search-wrap article h1.h2, #search-wrap article .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form #search-wrap article h3.h2 {
  margin-bottom: 0 !important;
  font-size: initial;
  position: relative; }

.search-results article svg, .search-no-results article svg, #search-wrap article svg {
  position: absolute;
  right: -25px;
  top: 6px;
  width: 16px;
  height: 16px; }
  .search-results article svg path, .search-no-results article svg path, #search-wrap article svg path {
    fill: #00B8DE; }

.search-results article h2 a, .search-results article h1.h2 a, .search-results article .page-contact .block-contact-form h3.h2 a, .page-contact .block-contact-form .search-results article h3.h2 a, .search-no-results article h2 a, .search-no-results article h1.h2 a, .search-no-results article .page-contact .block-contact-form h3.h2 a, .page-contact .block-contact-form .search-no-results article h3.h2 a, #search-wrap article h2 a, #search-wrap article h1.h2 a, #search-wrap article .page-contact .block-contact-form h3.h2 a, .page-contact .block-contact-form #search-wrap article h3.h2 a {
  color: #00B8DE;
  font-size: 36px;
  font-weight: 600; }

.search-results input[type="search"], .search-no-results input[type="search"], #search-wrap input[type="search"] {
  background: none;
  border: none;
  width: 90%;
  font-size: 36px; }
  .search-results input[type="search"]::placeholder, .search-no-results input[type="search"]::placeholder, #search-wrap input[type="search"]::placeholder {
    font-size: 36px;
    opacity: .5;
    color: #999;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 568px) {
    .search-results input[type="search"], .search-no-results input[type="search"], #search-wrap input[type="search"] {
      font-size: 24px; }
      .search-results input[type="search"]::placeholder, .search-no-results input[type="search"]::placeholder, #search-wrap input[type="search"]::placeholder {
        font-size: 24px; } }

.search-results header.page-header, .search-no-results header.page-header, #search-wrap header.page-header {
  border-bottom: solid 3px #ccc;
  padding-bottom: 5px;
  margin-bottom: 60px;
  position: relative; }
  .search-results header.page-header:after, .search-no-results header.page-header:after, #search-wrap header.page-header:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    background: #00B8DE;
    width: 40%; }

.search-results .entry-summary, .search-no-results .entry-summary, #search-wrap .entry-summary {
  color: #999;
  font-size: 30px; }
  .search-results .entry-summary p, .search-no-results .entry-summary p, #search-wrap .entry-summary p {
    margin-top: 10px; }

.search-results header.entry-header, .search-no-results header.entry-header, #search-wrap header.entry-header {
  border-bottom: solid 3px #CCC;
  position: relative;
  padding: 40px 0; }
  .search-results header.entry-header:before, .search-no-results header.entry-header:before, #search-wrap header.entry-header:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 8%;
    height: 3px;
    background: #00B8DE; }
  .search-results header.entry-header:after, .search-no-results header.entry-header:after, #search-wrap header.entry-header:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 40%;
    width: 30%;
    height: 3px;
    background: #00B8DE; }

@media screen and (max-width: 568px) {
  #search-wrap {
    padding-top: 70px; }
    #search-wrap svg {
      width: 40px;
      top: 0;
      right: 21px; }
    #search-wrap input[type="submit"] {
      height: 100% !important;
      width: 80px !important; } }

.page-template-template-resources h1, .page-template-template-resources .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-template-template-resources h3 {
  font-size: 84px;
  margin-bottom: 80px; }
  @media screen and (max-width: 568px) {
    .page-template-template-resources h1, .page-template-template-resources .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-template-template-resources h3 {
      margin-bottom: 40px; } }

.page-template-template-resources .grid, .page-template-template-resources .grid-1, .page-template-template-resources .grid-2, .page-template-template-resources .grid-3, .page-template-template-resources .grid-4, .page-template-template-resources .grid-5, .page-template-template-resources .grid-6, .page-template-template-resources .single-post .single-post-grid, .single-post .page-template-template-resources .single-post-grid {
  grid-row-gap: 120px; }
  @media screen and (max-width: 568px) {
    .page-template-template-resources .grid, .page-template-template-resources .grid-1, .page-template-template-resources .grid-2, .page-template-template-resources .grid-3, .page-template-template-resources .grid-4, .page-template-template-resources .grid-5, .page-template-template-resources .grid-6, .page-template-template-resources .single-post .single-post-grid, .single-post .page-template-template-resources .single-post-grid {
      grid-row-gap: 40px; } }

.page-template-template-resources #content ul {
  padding-left: 40px; }
  .page-template-template-resources #content ul li {
    list-style-type: none; }
    .page-template-template-resources #content ul li:not(:last-child) {
      margin-bottom: 8px; }
    .page-template-template-resources #content ul li a {
      color: #191919;
      transition: color .24s ease-out; }
      .page-template-template-resources #content ul li a:hover.color-blue, .page-template-template-resources #content ul li a:hover.color-black {
        color: #00B8DE; }
      .page-template-template-resources #content ul li a:hover.color-green {
        color: #229C3E; }
      .page-template-template-resources #content ul li a:hover.color-yellow {
        color: #FFB711; }
  @media screen and (max-width: 568px) {
    .page-template-template-resources #content ul {
      padding-left: 20px; } }

.page-template-template-resources .title-wrap {
  position: relative; }
  .page-template-template-resources .title-wrap span.left-border {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 3px; }
    .page-template-template-resources .title-wrap span.left-border.color-black {
      background-color: #757575; }
    .page-template-template-resources .title-wrap span.left-border.color-blue {
      background-color: #00B8DE; }
    .page-template-template-resources .title-wrap span.left-border.color-green {
      background-color: #229C3E; }
    .page-template-template-resources .title-wrap span.left-border.color-yellow {
      background-color: #FFB711; }
    @media screen and (max-width: 568px) {
      .page-template-template-resources .title-wrap span.left-border {
        top: 4px;
        height: calc(100% - 10px); } }

.page-template-template-resources #content h4 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  min-height: 150px; }
  @media screen and (max-width: 850px) {
    .page-template-template-resources #content h4 {
      margin-bottom: 30px;
      min-height: initial; }
      .page-template-template-resources #content h4 span {
        height: 100%; } }
  @media screen and (max-width: 568px) {
    .page-template-template-resources #content h4 {
      margin-bottom: 20px;
      padding-left: 20px; } }
  .page-template-template-resources #content h4.color-black {
    color: #757575; }
  .page-template-template-resources #content h4.color-blue {
    color: #00B8DE; }
  .page-template-template-resources #content h4.color-green {
    color: #229C3E; }
  .page-template-template-resources #content h4.color-yellow {
    color: #FFB711; }

.page-template-template-faq .block-question .scroll-to-offset {
  visibility: hidden;
  position: absolute;
  top: -180px; }
  @media screen and (max-width: 568px) {
    .page-template-template-faq .block-question .scroll-to-offset {
      top: -280px; } }

.page-template-template-faq .block-question {
  position: relative; }

.page-template-template-faq #content h2, .page-template-template-faq #content h1.h2, .page-template-template-faq #content .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-template-template-faq #content h3.h2 {
  font-size: 60px; }
  @media screen and (max-width: 568px) {
    .page-template-template-faq #content h2, .page-template-template-faq #content h1.h2, .page-template-template-faq #content .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-template-template-faq #content h3.h2 {
      font-size: 40px; } }

.page-template-template-faq section:not(:first-child) {
  margin-top: 80px; }

.page-template-template-faq .questions-section > div:first-child {
  padding-right: 40px; }

.page-template-template-faq .questions-section a {
  color: #191919;
  text-decoration: underline; }

.page-template-template-faq .section-header {
  margin-bottom: 40px;
  position: relative;
  border-bottom: solid 3px #ccc;
  padding-bottom: 5px;
  position: relative; }
  .page-template-template-faq .section-header h2, .page-template-template-faq .section-header h1.h2, .page-template-template-faq .section-header .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-template-template-faq .section-header h3.h2 {
    margin-bottom: 0px !important; }
  .page-template-template-faq .section-header:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    background: #00B8DE;
    width: 40%; }
  @media screen and (max-width: 568px) {
    .page-template-template-faq .section-header {
      margin-bottom: 20px; }
      .page-template-template-faq .section-header .triangle {
        display: none; } }

.page-template-template-faq .prokure-v {
  color: initial !important; }
  .page-template-template-faq .prokure-v .section-header:after {
    background: #00B8DE; }

.page-template-template-faq .prokure-g {
  color: initial !important; }
  .page-template-template-faq .prokure-g .section-header:after {
    background: #229C3E; }
  .page-template-template-faq .prokure-g .section-header .triangle svg path {
    fill: #229C3E; }
  .page-template-template-faq .prokure-g .questions-section > div:after {
    background: #229C3E; }

.page-template-template-faq .prokure-d {
  color: initial !important; }
  .page-template-template-faq .prokure-d .section-header:after {
    background: #FFB711; }
  .page-template-template-faq .prokure-d .section-header .triangle svg path {
    fill: #FFB711; }
  .page-template-template-faq .prokure-d .questions-section > div:after {
    background: #FFB711; }

.page-template-template-faq .faq-wrap {
  position: sticky;
  top: 100px;
  background: #F6F7FA;
  z-index: 20; }
  @media screen and (max-width: 568px) {
    .page-template-template-faq .faq-wrap {
      overflow: scroll;
      padding: 20px 0 20px;
      top: 50px; } }

.page-template-template-faq .faq-filter {
  gap: 20px;
  align-items: center;
  position: sticky;
  top: 80px;
  height: 60px; }
  .page-template-template-faq .faq-filter .filter-button {
    cursor: pointer;
    border-radius: 20px;
    border: solid 3px #CCC;
    text-align: center;
    transition: background-color .24s ease-out, border-color .34s ease-out; }
    .page-template-template-faq .faq-filter .filter-button a {
      color: #191919;
      font-size: 15px;
      display: block;
      padding: 7px 40px; }
      @media screen and (max-width: 568px) {
        .page-template-template-faq .faq-filter .filter-button a {
          padding: 6px 10px;
          font-size: 12px;
          min-width: 120px; } }
    .page-template-template-faq .faq-filter .filter-button:hover a, .page-template-template-faq .faq-filter .filter-button.active a {
      color: white; }
    .page-template-template-faq .faq-filter .filter-button:hover.all, .page-template-template-faq .faq-filter .filter-button.active.all {
      background: #ccc; }
      .page-template-template-faq .faq-filter .filter-button:hover.all a, .page-template-template-faq .faq-filter .filter-button.active.all a {
        color: initial; }
    .page-template-template-faq .faq-filter .filter-button:hover.v, .page-template-template-faq .faq-filter .filter-button.active.v {
      border-color: #00B8DE;
      background: #00B8DE; }
    .page-template-template-faq .faq-filter .filter-button:hover.g, .page-template-template-faq .faq-filter .filter-button.active.g {
      border-color: #229C3E;
      background: #229C3E; }
    .page-template-template-faq .faq-filter .filter-button:hover.d, .page-template-template-faq .faq-filter .filter-button.active.d {
      border-color: #FFB711;
      background: #FFB711; }
  .page-template-template-faq .faq-filter span {
    display: block;
    height: 3px;
    flex: auto;
    background: #CCC; }
    @media screen and (max-width: 568px) {
      .page-template-template-faq .faq-filter span {
        display: none; } }
  @media screen and (max-width: 568px) {
    .page-template-template-faq .faq-filter {
      display: block;
      height: 180px; }
      .page-template-template-faq .faq-filter .filter-button {
        border-radius: 25px;
        padding: 10px 40px;
        margin-bottom: 10px; } }

.page-template-template-faq .questions-section > div {
  position: relative;
  width: 40%;
  padding: 40px 0;
  border-bottom: solid 3px #CCCCCC; }
  .page-template-template-faq .questions-section > div h4 {
    font-size: 36px; }
  .page-template-template-faq .questions-section > div h5 {
    margin-bottom: 20px; }
  .page-template-template-faq .questions-section > div:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    background: #00B8DE; }

.page-template-template-faq .questions-section > div:last-child {
  width: 60%; }
  .page-template-template-faq .questions-section > div:last-child h4 {
    font-size: 21px;
    font-weight: normal; }
  .page-template-template-faq .questions-section > div:last-child:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 60%; }

@media screen and (max-width: 568px) {
  .page-template-template-faq .questions-section {
    display: block;
    margin-bottom: 30px; }
    .page-template-template-faq .questions-section > div h4 {
      font-size: 21px; }
    .page-template-template-faq .questions-section > div h5 {
      display: none; }
    .page-template-template-faq .questions-section > div {
      width: 100% !important;
      padding: 20px 0 40px; }
    .page-template-template-faq .questions-section > div:first-child {
      border-bottom: none;
      padding-bottom: 0; }
      .page-template-template-faq .questions-section > div:first-child:after {
        display: none; } }

.page-template-template-technical section {
  margin-bottom: 80px; }
  .page-template-template-technical section h3 {
    margin-bottom: 20px; }

.page-template-template-technical #main ul {
  list-style-type: none; }
  .page-template-template-technical #main ul li {
    border-bottom: solid 3px #E6E6E6;
    padding: 6px 0;
    display: flex;
    justify-content: space-between; }
    .page-template-template-technical #main ul li span {
      width: 30%;
      color: #CCC;
      margin-top: 7px; }
    .page-template-template-technical #main ul li a {
      display: block;
      color: #191919;
      width: 70%;
      font-size: 22px;
      margin-top: 5px; }
      .page-template-template-technical #main ul li a:hover {
        color: #00B8DE; }

.page-template-template-promo .block-contact-form h3 {
  font-size: 84px; }
  @media screen and (max-width: 568px) {
    .page-template-template-promo .block-contact-form h3 {
      font-size: 42px !important; } }

.page-template-template-promo .block-full-width-image {
  pointer-events: none; }

.page-prokure-v {
  background: #E5F7FB; }
  .page-prokure-v header {
    background: #E5F7FB; }

.page-prokure-g {
  background: #E8F3E8; }
  .page-prokure-g header {
    background: #E8F3E8; }

.page-prokure-d {
  background: #FFF8EA; }
  .page-prokure-d header {
    background: #FFF8EA; }

/* prokure g promo // copied from appearance editor on live */
.page-prokure-g .block-contact-form input,
.page-prokure-g .block-contact-form textarea {
  color: #229c3e !important; }

.page-prokure-g .block-contact-form form input:not([type=checkbox]):focus,
.page-prokure-g .block-contact-form form textarea:focus {
  border-color: #229c3e !important; }

.page-prokure-d .block-contact-form form input:not([type=checkbox]):focus,
.page-prokure-d .block-contact-form form textarea:focus {
  border-color: #ffb711 !important; }

.page-prokure-g .block-contact-form {
  background: #e8f3e8; }

.page-template-template-promo #gform_confirmation_wrapper_5 {
  min-height: 26vw; }

.page-template-template-promo .block-contact-form h3 {
  margin-bottom: 94px; }

.page-prokure-d .block-contact-form form input[type="submit"] {
  color: #ffb711; }

.page-prokure-d .block-contact-form form input[type="submit"]:hover {
  color: white; }

.page-prokure-d .block-contact-form form input, .page-prokure-d .block-contact-form form textarea {
  color: #ffb711; }

.page-template-template-promo .block-full-width-image {
  margin-top: -20vw;
  position: relative;
  z-index: 10;
  pointer-events: none; }

.page-prokure-g .block-contact-form form input[type="submit"]:hover {
  color: white !important; }

@media screen and (max-width: 650px) {
  .page-template-template-promo .block-full-width-image {
    margin-top: 0; }
  .block-contact-form img.contact-icon {
    margin-bottom: 40px;
    max-width: 100px; }
  .page-template-template-promo .block-contact-form h3 {
    margin-bottom: 40px; } }

.page-template-template-tradeshow .hero.alt-color-green, .page-template-template-promotion-w-form .hero.alt-color-green {
  background: #e8f3e8; }

.page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
  position: relative;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 1250px) {
    .page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
      padding-left: 80px;
      padding-right: 80px;
      grid-gap: 80px; } }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 60px; }
      .page-template-template-tradeshow .form-grid-wrapper .content-section, .page-template-template-promotion-w-form .form-grid-wrapper .content-section {
        text-align: center; } }
  .page-template-template-tradeshow .form-grid-wrapper .content-section, .page-template-template-promotion-w-form .form-grid-wrapper .content-section {
    padding-top: 60px;
    padding-bottom: 50px; }
  .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
    content: '';
    position: absolute;
    height: 105px;
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00B8DE; }
    @media screen and (max-width: 1250px) {
      .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
        height: 85px; } }
    @media screen and (max-width: 930px) {
      .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
        display: none; } }
  .page-template-template-tradeshow .form-grid-wrapper #post-submission-animation video, .page-template-template-promotion-w-form .form-grid-wrapper #post-submission-animation video {
    width: 100%;
    padding-bottom: 20px; }

.page-template-template-tradeshow .block-contact-form, .page-template-template-promotion-w-form .block-contact-form {
  background: transparent; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .block-contact-form, .page-template-template-promotion-w-form .block-contact-form {
      padding-top: 0px;
      width: 100%;
      padding-bottom: 0px; } }
  .page-template-template-tradeshow .block-contact-form form input:not([type=checkbox]), .page-template-template-tradeshow .block-contact-form form select, .page-template-template-promotion-w-form .block-contact-form form input:not([type=checkbox]), .page-template-template-promotion-w-form .block-contact-form form select {
    border: 2px solid rgba(127, 127, 127, 0.25) !important; }
    .page-template-template-tradeshow .block-contact-form form input:not([type=checkbox]):focus, .page-template-template-tradeshow .block-contact-form form select:focus, .page-template-template-promotion-w-form .block-contact-form form input:not([type=checkbox]):focus, .page-template-template-promotion-w-form .block-contact-form form select:focus {
      border: 2px solid #00B8DE !important; }
  .page-template-template-tradeshow .block-contact-form form select, .page-template-template-promotion-w-form .block-contact-form form select {
    padding: 15px 10px !important; }
  .page-template-template-tradeshow .block-contact-form form input[type="submit"], .page-template-template-promotion-w-form .block-contact-form form input[type="submit"] {
    background: #00B8DE;
    color: white; }
    .page-template-template-tradeshow .block-contact-form form input[type="submit"]:hover, .page-template-template-promotion-w-form .block-contact-form form input[type="submit"]:hover {
      background: transparent;
      color: #00B8DE;
      border: 2px solid #00B8DE !important; }

.page-template-template-tradeshow .cloud-container, .page-template-template-promotion-w-form .cloud-container {
  z-index: 0; }

.page-template-template-tradeshow h2.gform_title, .page-template-template-tradeshow h1.gform_title.h2, .page-template-template-tradeshow .page-contact .block-contact-form h3.gform_title.h2, .page-contact .block-contact-form .page-template-template-tradeshow h3.gform_title.h2, .page-template-template-promotion-w-form h2.gform_title, .page-template-template-promotion-w-form h1.gform_title.h2, .page-template-template-promotion-w-form .page-contact .block-contact-form h3.gform_title.h2, .page-contact .block-contact-form .page-template-template-promotion-w-form h3.gform_title.h2 {
  font-size: 50px; }

.page-template-template-tradeshow h3, .page-template-template-promotion-w-form h3 {
  margin-bottom: 15px; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow h3, .page-template-template-promotion-w-form h3 {
      font-size: 28px !important; } }

.page-template-template-tradeshow .wpkqcg_qrcode_wrapper img, .page-template-template-promotion-w-form .wpkqcg_qrcode_wrapper img {
  border: 1px solid black;
  margin: 20px auto 20px 0; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .wpkqcg_qrcode_wrapper img, .page-template-template-promotion-w-form .wpkqcg_qrcode_wrapper img {
      margin: 0px auto 80px; } }

.page-template-template-tradeshow .hide-clouds .cloud-container, .page-template-template-promotion-w-form .hide-clouds .cloud-container {
  display: none; }

.page-template-template-promotion-w-form header#masthead {
  top: 0; }

.page-template-template-promotion-w-form .green-template .form-grid-wrapper {
  background: #E8F3E8; }

.page-template-template-promotion-w-form .green-template h3 {
  color: #229C3E; }

.page-template-template-promotion-w-form .green-template .content-section {
  padding-top: 0; }

.page-template-template-promotion-w-form .green-template .form-grid-wrapper:after {
  background: #229C3E; }

.page-template-template-promotion-w-form .green-template .block-contact-form form input[type="submit"] {
  background: #229C3E; }
  .page-template-template-promotion-w-form .green-template .block-contact-form form input[type="submit"]:hover {
    border-color: #229C3E !important;
    color: #229C3E;
    background: transparent; }

.page-template-template-archive-php h1.page-title, .page-template-template-archive-php .page-contact .block-contact-form h3.page-title, .page-contact .block-contact-form .page-template-template-archive-php h3.page-title {
  font-size: 84px; }

.page-template-template-archive-php .card {
  display: flex;
  flex-direction: column; }
  .page-template-template-archive-php .card .vert-align-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1; }
  .page-template-template-archive-php .card h2, .page-template-template-archive-php .card h1.h2, .page-template-template-archive-php .card .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-template-template-archive-php .card h3.h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 25px; }
    .page-template-template-archive-php .card h2 a, .page-template-template-archive-php .card h1.h2 a, .page-template-template-archive-php .card .page-contact .block-contact-form h3.h2 a, .page-contact .block-contact-form .page-template-template-archive-php .card h3.h2 a {
      font-size: inherit;
      font-family: inherit;
      color: inherit; }
  .page-template-template-archive-php .card .post-date {
    text-transform: uppercase;
    font-size: 16px; }
  .page-template-template-archive-php .card .top-section {
    margin-top: 20px;
    margin-bottom: 25px; }
  .page-template-template-archive-php .card hr.mini {
    height: 3px;
    border: 0px;
    width: 75px;
    background: #00B8DE;
    margin-left: 0;
    margin-bottom: 15px; }
  .page-template-template-archive-php .card .excerpt {
    font-size: 14px; }
  .page-template-template-archive-php .card a.read-more {
    text-transform: uppercase;
    color: #00B8DE;
    font-weight: 400; }

.page-template-template-archive-php .pagination {
  text-align: center;
  margin-top: 60px; }
  .page-template-template-archive-php .pagination a, .page-template-template-archive-php .pagination span {
    font-size: 16px;
    padding: 0 5px; }
  .page-template-template-archive-php .pagination a {
    color: #00B8DE; }
  .page-template-template-archive-php .pagination span {
    position: relative;
    color: #00B8DE; }
    .page-template-template-archive-php .pagination span:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 2px;
      width: 100%;
      background: #00B8DE; }

.block-contact-form {
  background: #E5F7FB;
  padding-top: 120px;
  padding-bottom: 120px; }
  .block-contact-form h3 {
    color: #00B8DE;
    font-weight: 600;
    margin-bottom: 20px; }
  .block-contact-form .grid, .block-contact-form .grid-1, .block-contact-form .grid-2, .block-contact-form .grid-3, .block-contact-form .grid-4, .block-contact-form .grid-5, .block-contact-form .grid-6, .block-contact-form .single-post .single-post-grid, .single-post .block-contact-form .single-post-grid {
    grid-gap: 80px; }
  .block-contact-form p.blue, .block-contact-form p.green, .block-contact-form p.yellow {
    font-size: 14px; }
  .block-contact-form hr {
    width: 100px;
    max-width: 100%;
    height: 3px;
    border: none;
    margin: 60px 0 40px 0;
    background: #00B8DE; }
    .block-contact-form hr.blue {
      background: #00B8DE; }
    .block-contact-form hr.green {
      background: #229C3E; }
    .block-contact-form hr.yellow {
      background: #FFB711; }
  @media screen and (max-width: 568px) {
    .block-contact-form {
      padding-top: 40px;
      padding-bottom: 40px; }
      .block-contact-form .grid, .block-contact-form .grid-1, .block-contact-form .grid-2, .block-contact-form .grid-3, .block-contact-form .grid-4, .block-contact-form .grid-5, .block-contact-form .grid-6, .block-contact-form .single-post .single-post-grid, .single-post .block-contact-form .single-post-grid {
        grid-gap: 40px; } }

.block-contact-form form .gform_footer {
  justify-content: flex-end;
  padding-bottom: 0 !important; }

.block-contact-form form input, .block-contact-form form textarea, .block-contact-form form label, .block-contact-form form select {
  letter-spacing: 1.3px; }
  .block-contact-form form input::placeholder, .block-contact-form form textarea::placeholder, .block-contact-form form label::placeholder, .block-contact-form form select::placeholder {
    letter-spacing: 1.3px; }

.block-contact-form form input:not([type=checkbox]), .block-contact-form form textarea {
  width: 100%;
  padding: 15px 10px !important;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0) !important;
  border-style: solid;
  outline: 0 !important;
  font-weight: 600;
  text-transform: initial;
  -webkit-appearance: none;
  background: white;
  color: #00B8DE;
  border-width: 2px;
  font-size: 14px; }
  .block-contact-form form input:not([type=checkbox])::placeholder, .block-contact-form form textarea::placeholder {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase; }
  .block-contact-form form input:not([type=checkbox]):focus, .block-contact-form form textarea:focus {
    transition: border-color .24s ease-out;
    border-color: #00B8DE !important; }

.block-contact-form form input[type="submit"] {
  background: transparent;
  color: #00B8DE;
  text-transform: uppercase;
  width: auto;
  padding: 10px 60px !important;
  border-radius: 20px;
  font-size: 15px;
  border: solid 3px white !important;
  padding: 5px 30px;
  letter-spacing: 1.3px; }
  .block-contact-form form input[type="submit"]:hover {
    background: #00B8DE;
    color: white;
    border: solid 3px #00B8DE !important; }

.block-contact-form form .gfield_consent_label {
  color: #00B8DE;
  font-size: 14px;
  font-weight: 700; }

input[type="checkbox"] {
  margin-bottom: 0; }

.form-sub {
  position: relative;
  display: inline-block; }
  .form-sub .ajax-loader {
    position: absolute;
    right: -60px;
    top: 4px; }

.wpcf7-response-output {
  font-family: "Roboto", sans-serif;
  padding: 6px 10px !important;
  font-size: 14px;
  border: solid 2px #CCC !important; }

@media screen and (max-width: 568px) {
  padding-top: 60px;
  padding-bottom: 60px;
  .grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .single-post .single-post-grid {
    grid-gap: 40px; }
  hr, hr.blue {
    margin: 30px 0; }
  h3 {
    font-size: 24px; }
  p.blue {
    font-size: 12px; }
  form input[type="submit"] {
    width: 100% !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    border: solid 3px white !important;
    padding: 8px 20px !important; } }

.block-faq .faq-wrap {
  display: grid; }

.block-faq .headline {
  margin-bottom: 30px; }

.block-faq .faq-container .question {
  padding: 10px 20px;
  height: fit-content;
  break-inside: avoid;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s ease-out;
  background: #f7f7f7;
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08); }
  .block-faq .faq-container .question:hover {
    background: #e6e6e6; }
  .block-faq .faq-container .question h3 {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #191919; }
    .block-faq .faq-container .question h3:before {
      content: '+';
      position: absolute;
      top: 50%;
      left: 0;
      height: 18px;
      width: 18px;
      line-height: 18px;
      transform: translateY(-50%);
      font-size: 30px;
      color: #191919; }
  .block-faq .faq-container .question p, .block-faq .faq-container .question ol, .block-faq .faq-container .question ul {
    padding-left: 40px;
    color: #191919; }
    .block-faq .faq-container .question p:first-of-type, .block-faq .faq-container .question ol:first-of-type, .block-faq .faq-container .question ul:first-of-type {
      margin-top: 30px; }
  .block-faq .faq-container .question .faq-content {
    max-height: 0;
    overflow: hidden; }
  .block-faq .faq-container .question.open {
    padding-bottom: 30px; }
    .block-faq .faq-container .question.open h3:before {
      content: '–';
      height: 24px;
      text-align: center;
      font-size: 30px; }
    .block-faq .faq-container .question.open .faq-content {
      max-height: initial; }

.block-faq.bg-grey .question {
  background: white; }
  .block-faq.bg-grey .question:hover {
    background: #fdfdfd; }

.block-faq.bg-white .faq-container .question {
  background: #f2f2f2; }

.block-faq.bg-blue h3.color-blue, .block-faq.bg-blue-light h3.color-blue {
  color: white; }

@media screen and (max-width: 850px) {
  .block-faq .faq-wrap {
    grid-gap: 0; }
  .block-faq .faq-container:last-child .question:last-child {
    margin-bottom: 0; }
  .block-faq .faq-container .question {
    margin-bottom: 20px;
    padding: 30px 20px; }
    .block-faq .faq-container .question.open {
      padding-bottom: 30px; } }

.block-image-text div.content {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.block-image-text .img-wrap {
  height: 100%; }

.block-image-text.image-left {
  padding-left: 0;
  padding-right: 10%; }
  .block-image-text.image-left div.content {
    margin-right: auto; }
  .block-image-text.image-left .grid, .block-image-text.image-left .grid-1, .block-image-text.image-left .grid-2, .block-image-text.image-left .grid-3, .block-image-text.image-left .grid-4, .block-image-text.image-left .grid-5, .block-image-text.image-left .grid-6, .block-image-text.image-left .single-post .single-post-grid, .single-post .block-image-text.image-left .single-post-grid {
    grid-template-columns: 1fr .8fr; }

.block-image-text.image-right {
  padding-right: 0;
  padding-left: 10%; }
  .block-image-text.image-right .grid, .block-image-text.image-right .grid-1, .block-image-text.image-right .grid-2, .block-image-text.image-right .grid-3, .block-image-text.image-right .grid-4, .block-image-text.image-right .grid-5, .block-image-text.image-right .grid-6, .block-image-text.image-right .single-post .single-post-grid, .single-post .block-image-text.image-right .single-post-grid {
    grid-gap: 80px;
    grid-template-columns: .8fr 1fr; }
  .block-image-text.image-right .img-wrap {
    order: 2; }
  .block-image-text.image-right div.content {
    margin-left: auto;
    order: 1; }

.block-image-text .button {
  margin-top: 30px;
  margin-right: auto; }

@media screen and (max-width: 568px) {
  .block-image-text {
    padding: 0; }
    .block-image-text div.content {
      padding: 40px 25px;
      margin-right: 0;
      margin-left: 0;
      width: 100%; }
    .block-image-text.image-left, .block-image-text.image-right {
      padding: 0; }
      .block-image-text.image-left .grid, .block-image-text.image-left .grid-1, .block-image-text.image-left .grid-2, .block-image-text.image-left .grid-3, .block-image-text.image-left .grid-4, .block-image-text.image-left .grid-5, .block-image-text.image-left .grid-6, .block-image-text.image-left .single-post .single-post-grid, .single-post .block-image-text.image-left .single-post-grid, .block-image-text.image-right .grid, .block-image-text.image-right .grid-1, .block-image-text.image-right .grid-2, .block-image-text.image-right .grid-3, .block-image-text.image-right .grid-4, .block-image-text.image-right .grid-5, .block-image-text.image-right .grid-6, .block-image-text.image-right .single-post .single-post-grid, .single-post .block-image-text.image-right .single-post-grid {
        grid-template-columns: 1fr;
        grid-gap: 0; }
    .block-image-text.image-right .grid .img-wrap, .block-image-text.image-right .grid-1 .img-wrap, .block-image-text.image-right .grid-2 .img-wrap, .block-image-text.image-right .grid-3 .img-wrap, .block-image-text.image-right .grid-4 .img-wrap, .block-image-text.image-right .grid-5 .img-wrap, .block-image-text.image-right .grid-6 .img-wrap, .block-image-text.image-right .single-post .single-post-grid .img-wrap, .single-post .block-image-text.image-right .single-post-grid .img-wrap, .block-image-text .image-left .grid .img-wrap, .block-image-text .image-left .grid-1 .img-wrap, .block-image-text .image-left .grid-2 .img-wrap, .block-image-text .image-left .grid-3 .img-wrap, .block-image-text .image-left .grid-4 .img-wrap, .block-image-text .image-left .grid-5 .img-wrap, .block-image-text .image-left .grid-6 .img-wrap, .block-image-text .image-left .single-post .single-post-grid .img-wrap, .single-post .block-image-text .image-left .single-post-grid .img-wrap {
      grid-row: 1; } }

.block-two-column {
  padding-bottom: 0; }
  .block-two-column h3 {
    max-width: calc(90% - 80px); }
  .block-two-column p:not(:last-child) {
    margin-bottom: 20px; }
  .block-two-column .grid-2 {
    grid-column-gap: 0; }
  .block-two-column .grid-2 > div {
    position: relative;
    border-bottom: solid 2px #E6E6E6;
    padding-bottom: 60px; }
    @media screen and (max-width: 568px) {
      .block-two-column .grid-2 > div {
        padding-bottom: 40px; } }
    .block-two-column .grid-2 > div a {
      color: #00B8DE; }
  .block-two-column ul {
    margin-left: 45px;
    margin-bottom: 20px; }
    .block-two-column ul li:not(:last-of-type) {
      margin-bottom: 10px; }
  .block-two-column .grid-2 > div:first-child:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #00B8DE; }
  .block-two-column .grid-2 > div:last-child:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 60%;
    height: 2px;
    background: #00B8DE; }
  .block-two-column:last-of-type .grid-2 > div {
    border-bottom: none; }
  .block-two-column:last-of-type .grid-2 > div:first-child:after {
    display: none; }
  .block-two-column:last-of-type .grid-2 > div:last-child:after {
    display: none; }
  @media screen and (max-width: 568px) {
    .block-two-column h3 {
      max-width: 100%; }
    .block-two-column .grid-2 > div {
      padding-bottom: 20px; } }

.block-hero {
  min-height: 450px;
  padding: 40px 8% 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: white; }
  .block-hero form.hs-form {
    background: #00B8DE;
    padding: 30px 20px; }
    .block-hero form.hs-form input {
      width: 100%; }
    .block-hero form.hs-form select {
      max-width: 50%;
      width: 50%; }
    @media screen and (max-width: 568px) {
      .block-hero form.hs-form input, .block-hero form.hs-form select {
        max-width: 100%;
        width: 100%; } }
  .block-hero .hero-content {
    position: relative;
    z-index: 0;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0;
    padding: 20px 40px; }
    .block-hero .hero-content h1, .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero .hero-content h3, .block-hero .hero-content p {
      width: 50%; }
    .block-hero .hero-content p {
      margin-left: -40px;
      font-size: 24px; }
    .block-hero .hero-content h1, .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero .hero-content h3 {
      color: #00B8DE;
      font-size: 140px; }
      @media screen and (max-width: 568px) {
        .block-hero .hero-content h1, .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero .hero-content h3 {
          font-size: 72px !important; } }
    .block-hero .hero-content p {
      color: #191919;
      margin-bottom: 16px; }
  @media screen and (max-width: 1300px) {
    .block-hero .hero-content {
      padding: 36px 40px 20px; }
      .block-hero .hero-content h1, .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero .hero-content h3 {
        width: 100%; }
      .block-hero .hero-content p {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
  @media screen and (max-width: 568px) {
    .block-hero {
      min-height: initial;
      padding: 40px 25px 40px; }
      .block-hero .hero-content {
        padding: 36px 25px 20px; }
        .block-hero .hero-content h1, .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero .hero-content h3 {
          font-size: 42px; }
        .block-hero .hero-content p {
          font-size: 14px; } }

.below-hero {
  grid-column-gap: 80px;
  margin-top: -40px; }
  .below-hero .pk-wrap {
    position: relative; }
    .below-hero .pk-wrap img {
      position: relative;
      top: 0;
      left: 0;
      transition: all .75s ease-out; }
    .below-hero .pk-wrap img:first-child {
      z-index: 5; }
      .below-hero .pk-wrap img:first-child:hover {
        opacity: 0; }
        .below-hero .pk-wrap img:first-child:hover + img {
          opacity: 1; }
    .below-hero .pk-wrap img:last-child {
      position: absolute;
      opacity: 0;
      z-index: 0; }
  .below-hero h2, .below-hero h1.h2, .below-hero .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .below-hero h3.h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    min-height: 100px;
    margin-top: 10px; }
  .below-hero .di-list {
    text-align: center; }
    .below-hero .di-list li:last-child {
      border-bottom: none; }
  .below-hero a.button {
    color: #CCC !important; }
    .below-hero a.button + svg {
      transition: transform .24s ease-out; }
    .below-hero a.button:hover + svg {
      transform: translate3d(10px, 0, 0);
      pointer-events: none; }
      .below-hero a.button:hover + svg path#Stroke_4_Copy_4 {
        stroke: white; }
    .below-hero a.button:hover.blue {
      border: solid 3px #00B8DE;
      color: #00B8DE !important; }
      .below-hero a.button:hover.blue + svg path {
        fill: #00B8DE; }
    .below-hero a.button:hover.green {
      border: solid 3px #229C3E;
      color: #229C3E !important; }
      .below-hero a.button:hover.green + svg path {
        fill: #229C3E !important; }
    .below-hero a.button:hover.yellow {
      border: solid 3px #FFB711;
      color: #FFB711 !important; }
      .below-hero a.button:hover.yellow + svg path {
        fill: #FFB711 !important; }
  .below-hero > div {
    position: relative;
    padding-bottom: 160px; }
    @media screen and (max-width: 568px) {
      .below-hero > div {
        margin-bottom: 40px; } }
    .below-hero > div .button {
      position: absolute;
      width: 100%;
      bottom: 0px;
      left: 0; }
      .below-hero > div .button.show {
        transform: translate3d(0, 0px, 0);
        opacity: 1; }
        .below-hero > div .button.show:before {
          height: 80px; }
      .below-hero > div .button:before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%, -80px);
        height: 0px;
        width: 2px;
        background: #CCC;
        top: -3px;
        transition: all 0.35s ease-in-out;
        z-index: 10;
        pointer-events: none;
        height: 80px; }
    .below-hero > div svg {
      position: absolute;
      right: 40px;
      bottom: -24px; }
    @media screen and (max-width: 1350px) {
      .below-hero > div svg {
        right: 20px;
        transform: scale(0.8); } }
    @media screen and (max-width: 1000px) {
      .below-hero > div svg {
        right: 10px;
        transform: scale(0.7); } }
    @media screen and (max-width: 850px) {
      .below-hero > div svg {
        right: 40px;
        transform: scale(1); } }
  @media screen and (max-width: 568px) {
    .below-hero h2, .below-hero h1.h2, .below-hero .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .below-hero h3.h2 {
      font-size: 30px;
      min-height: initial; }
    .below-hero ul li {
      font-size: 14px; } }

.block-hero-alt {
  min-height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8.5vw 80px;
  display: flex;
  align-items: center; }
  .block-hero-alt .hero-img-wrap {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .block-hero-alt .hero-img-wrap img {
      object-fit: cover;
      height: 100%;
      width: 100vw; }
  .block-hero-alt .content-container {
    top: 50%;
    text-align: left;
    position: relative;
    z-index: 10; }
    .block-hero-alt .content-container h1, .block-hero-alt .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .block-hero-alt .content-container h3, .block-hero-alt .content-container h2, .block-hero-alt .content-container h1.h2, .block-hero-alt .content-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .block-hero-alt .content-container h3.h2, .block-hero-alt .content-container h2.h1 p, .block-hero-alt .content-container h1.h1.h2 p, .block-hero-alt .content-container .page-contact .block-contact-form h3.h1.h2 p, .page-contact .block-contact-form .block-hero-alt .content-container h3.h1.h2 p {
      text-align: left;
      color: white; }
    .block-hero-alt .content-container > * {
      color: white; }
  @media screen and (max-width: 850px) {
    .block-hero-alt {
      height: initial;
      padding: 80px 5.2%; } }
  @media screen and (max-width: 568px) {
    .block-hero-alt {
      padding: 80px 30px; } }

.block-testimonials h3 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 600;
  color: #00B8DE; }

.block-testimonials h5 {
  text-transform: uppercase;
  margin-bottom: 30px; }

.block-testimonials p.author {
  color: #00B8DE; }

.block-testimonials .author-section {
  border-color: #00B8DE; }

.block-testimonials .test-slider-wrap {
  position: relative;
  overflow: hidden; }
  .block-testimonials .test-slider-wrap .di-arrows {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: flex;
    gap: 20px;
    cursor: pointer;
    z-index: 999; }
    .block-testimonials .test-slider-wrap .di-arrows .di-prev:active, .block-testimonials .test-slider-wrap .di-arrows .di-next:active {
      transform: scale(0.95); }
  .block-testimonials .test-slider-wrap .slick-slide {
    float: left; }

.block-testimonials .author-section {
  margin-top: 40px;
  border-top: solid 3px #00B8DE;
  display: flex;
  width: 66%; }
  .block-testimonials .author-section p.author {
    padding: 20px 20px 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    border-right: solid 3px #00B8DE;
    width: 60%; }
  .block-testimonials .author-section p.author-title {
    padding: 20px 0 20px 20px;
    width: 40%; }

@media screen and (max-width: 568px) {
  .block-testimonials h3 {
    font-size: 21px; }
  .block-testimonials .author-section {
    width: 100%;
    padding-bottom: 60px; }
  .block-testimonials .author-section p.author,
  .block-testimonials .author-section p.author-title {
    font-size: 14px;
    padding-bottom: 0;
    width: 50%;
    line-height: 1.0; }
  .block-testimonials .di-arrows {
    left: 50%;
    transform: scale(0.7) translateX(-57%); } }

.block-three-column {
  text-align: center; }
  .block-three-column h2, .block-three-column h1.h2, .block-three-column .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .block-three-column h3.h2 {
    color: #00B8DE;
    margin-bottom: 50px; }
  .block-three-column h4 {
    border-bottom: solid 2px #e6e6e6;
    padding-bottom: 10px;
    font-weight: 600; }
  .block-three-column h5 {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: solid 2px #CCC;
    margin-bottom: 20px; }
  .block-three-column .button {
    margin-top: 40px; }
    .block-three-column .button:hover {
      border-color: #00B8DE;
      color: #00B8DE; }
  .block-three-column .di-list a {
    font-weight: 600;
    transition: color .24s ease-out; }
  .block-three-column .di-list.hover-blue a:hover {
    color: #00B8DE; }
  .block-three-column .di-list.hover-green a:hover {
    color: #229C3E; }
  .block-three-column .di-list.hover-yellow a:hover {
    color: #FFB711; }

.page-template-template-tradeshow .hero.alt-color-green, .page-template-template-promotion-w-form .hero.alt-color-green {
  background: #e8f3e8; }

.page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
  position: relative;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 1250px) {
    .page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
      padding-left: 80px;
      padding-right: 80px;
      grid-gap: 80px; } }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .form-grid-wrapper, .page-template-template-promotion-w-form .form-grid-wrapper {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 60px; }
      .page-template-template-tradeshow .form-grid-wrapper .content-section, .page-template-template-promotion-w-form .form-grid-wrapper .content-section {
        text-align: center; } }
  .page-template-template-tradeshow .form-grid-wrapper .content-section, .page-template-template-promotion-w-form .form-grid-wrapper .content-section {
    padding-top: 60px;
    padding-bottom: 50px; }
  .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
    content: '';
    position: absolute;
    height: 105px;
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00B8DE; }
    @media screen and (max-width: 1250px) {
      .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
        height: 85px; } }
    @media screen and (max-width: 930px) {
      .page-template-template-tradeshow .form-grid-wrapper:after, .page-template-template-promotion-w-form .form-grid-wrapper:after {
        display: none; } }
  .page-template-template-tradeshow .form-grid-wrapper #post-submission-animation video, .page-template-template-promotion-w-form .form-grid-wrapper #post-submission-animation video {
    width: 100%;
    padding-bottom: 20px; }

.page-template-template-tradeshow .block-contact-form, .page-template-template-promotion-w-form .block-contact-form {
  background: transparent; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .block-contact-form, .page-template-template-promotion-w-form .block-contact-form {
      padding-top: 0px;
      width: 100%;
      padding-bottom: 0px; } }
  .page-template-template-tradeshow .block-contact-form form input:not([type=checkbox]), .page-template-template-tradeshow .block-contact-form form select, .page-template-template-promotion-w-form .block-contact-form form input:not([type=checkbox]), .page-template-template-promotion-w-form .block-contact-form form select {
    border: 2px solid rgba(127, 127, 127, 0.25) !important; }
    .page-template-template-tradeshow .block-contact-form form input:not([type=checkbox]):focus, .page-template-template-tradeshow .block-contact-form form select:focus, .page-template-template-promotion-w-form .block-contact-form form input:not([type=checkbox]):focus, .page-template-template-promotion-w-form .block-contact-form form select:focus {
      border: 2px solid #00B8DE !important; }
  .page-template-template-tradeshow .block-contact-form form select, .page-template-template-promotion-w-form .block-contact-form form select {
    padding: 15px 10px !important; }
  .page-template-template-tradeshow .block-contact-form form input[type="submit"], .page-template-template-promotion-w-form .block-contact-form form input[type="submit"] {
    background: #00B8DE;
    color: white; }
    .page-template-template-tradeshow .block-contact-form form input[type="submit"]:hover, .page-template-template-promotion-w-form .block-contact-form form input[type="submit"]:hover {
      background: transparent;
      color: #00B8DE;
      border: 2px solid #00B8DE !important; }

.page-template-template-tradeshow .cloud-container, .page-template-template-promotion-w-form .cloud-container {
  z-index: 0; }

.page-template-template-tradeshow h2.gform_title, .page-template-template-tradeshow h1.gform_title.h2, .page-template-template-tradeshow .page-contact .block-contact-form h3.gform_title.h2, .page-contact .block-contact-form .page-template-template-tradeshow h3.gform_title.h2, .page-template-template-promotion-w-form h2.gform_title, .page-template-template-promotion-w-form h1.gform_title.h2, .page-template-template-promotion-w-form .page-contact .block-contact-form h3.gform_title.h2, .page-contact .block-contact-form .page-template-template-promotion-w-form h3.gform_title.h2 {
  font-size: 50px; }

.page-template-template-tradeshow h3, .page-template-template-promotion-w-form h3 {
  margin-bottom: 15px; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow h3, .page-template-template-promotion-w-form h3 {
      font-size: 28px !important; } }

.page-template-template-tradeshow .wpkqcg_qrcode_wrapper img, .page-template-template-promotion-w-form .wpkqcg_qrcode_wrapper img {
  border: 1px solid black;
  margin: 20px auto 20px 0; }
  @media screen and (max-width: 850px) {
    .page-template-template-tradeshow .wpkqcg_qrcode_wrapper img, .page-template-template-promotion-w-form .wpkqcg_qrcode_wrapper img {
      margin: 0px auto 80px; } }

.page-template-template-tradeshow .hide-clouds .cloud-container, .page-template-template-promotion-w-form .hide-clouds .cloud-container {
  display: none; }

.page-template-template-promotion-w-form header#masthead {
  top: 0; }

.page-template-template-promotion-w-form .green-template .form-grid-wrapper {
  background: #E8F3E8; }

.page-template-template-promotion-w-form .green-template h3 {
  color: #229C3E; }

.page-template-template-promotion-w-form .green-template .content-section {
  padding-top: 0; }

.page-template-template-promotion-w-form .green-template .form-grid-wrapper:after {
  background: #229C3E; }

.page-template-template-promotion-w-form .green-template .block-contact-form form input[type="submit"] {
  background: #229C3E; }
  .page-template-template-promotion-w-form .green-template .block-contact-form form input[type="submit"]:hover {
    border-color: #229C3E !important;
    color: #229C3E;
    background: transparent; }

.page-mold-paradise h2, .page-mold-paradise h1.h2, .page-mold-paradise .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-mold-paradise h3.h2 {
  font-weight: 600; }

.page-mold-paradise #main {
  overflow-x: hidden; }

.page-mold-paradise .top-border {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 0; }

.page-mold-paradise .bottom-border {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 0; }

.page-mold-paradise .hero {
  padding-bottom: 300px; }
  .page-mold-paradise .hero .greetings {
    animation: 12s infinite heroTextMovement;
    width: 80%;
    margin: 0 auto 190px; }
  .page-mold-paradise .hero .headline-container, .page-mold-paradise .hero .form-grid-wrapper {
    position: relative;
    z-index: 10; }
  .page-mold-paradise .hero .form-grid-wrapper h3 {
    margin-bottom: 40px; }
  .page-mold-paradise .hero .block-contact-form {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent; }
    @media screen and (min-width: 850px) {
      .page-mold-paradise .hero .block-contact-form {
        padding-left: 15%; } }
    .page-mold-paradise .hero .block-contact-form .gform_title {
      display: none; }
    .page-mold-paradise .hero .block-contact-form .gfield_error select, .page-mold-paradise .hero .block-contact-form .gfield_error input {
      border-left: 6px solid #ffe4e5 !important; }
    .page-mold-paradise .hero .block-contact-form select {
      padding: 15px 10px !important;
      border-radius: 0px;
      border-color: rgba(0, 0, 0, 0) !important;
      border-style: solid;
      outline: 0 !important;
      font-weight: 600;
      text-transform: initial;
      -webkit-appearance: none;
      background: url(f6b7fef0ee47310ec29f.png) calc(100% - 10px) center no-repeat white;
      color: #00B8DE;
      border-width: 2px;
      cursor: pointer; }
      .page-mold-paradise .hero .block-contact-form select:focus {
        transition: border-color .24s ease-out;
        border-color: #00B8DE !important; }

.page-mold-paradise .content-section-one h2, .page-mold-paradise .content-section-one h1.h2, .page-mold-paradise .content-section-one .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-mold-paradise .content-section-one h3.h2 {
  line-height: 1;
  font-size: 57px; }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .content-section-one h2, .page-mold-paradise .content-section-one h1.h2, .page-mold-paradise .content-section-one .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-mold-paradise .content-section-one h3.h2 {
      font-size: 42px; } }

.page-mold-paradise .content-section-one .mold-man {
  width: 65%;
  margin-bottom: 30px;
  margin-left: -12%;
  animation: 10s infinite moldmanBounce; }
  @media screen and (min-width: 850px) {
    .page-mold-paradise .content-section-one .mold-man {
      margin-top: -300px; } }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .content-section-one .mold-man {
      width: 240px;
      margin-left: auto;
      margin-right: auto; } }

.page-mold-paradise .content-section-one .item {
  z-index: 10; }
  @media screen and (min-width: 850px) {
    .page-mold-paradise .content-section-one .item:last-child {
      padding-left: 15%; } }

.page-mold-paradise .content-section-one .top-border {
  height: 20px;
  animation: 8s infinite sectionOneTopBorderMovement; }

.page-mold-paradise .content-section-one .bottom-border {
  height: 100%; }

.page-mold-paradise .content-section-one .hotel-key {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  transform: translateX(calc(-5vw - 18%));
  animation: 12s infinite keySwing; }
  @media screen and (min-width: 1540px) {
    .page-mold-paradise .content-section-one .hotel-key {
      max-width: 620px;
      transform: translateX(-18%); } }

.page-mold-paradise .content-section-one .sticker {
  width: 100%;
  max-width: 370px;
  margin: 5vw auto 0 0;
  animation: 18s infinite stampSwing; }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .content-section-one .sticker {
      margin-right: 0;
      margin-left: auto;
      max-width: 300px;
      margin-top: 0; } }

.page-mold-paradise .details-container .bottom-border {
  height: 700px;
  background: #F5EEE6;
  bottom: 3px; }

.page-mold-paradise .details-container h2, .page-mold-paradise .details-container h1.h2, .page-mold-paradise .details-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-mold-paradise .details-container h3.h2 {
  font-size: 63px;
  padding-top: 40px;
  line-height: 1;
  max-width: 90%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .details-container h2, .page-mold-paradise .details-container h1.h2, .page-mold-paradise .details-container .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-mold-paradise .details-container h3.h2 {
      font-size: 42px; } }

.page-mold-paradise .details-container p {
  max-width: 80%;
  margin: 0 auto; }

.page-mold-paradise .postcard-wrapper .top-border {
  height: 100%;
  transform: none;
  z-index: 0;
  top: 0; }

.page-mold-paradise .postcard-wrapper .postcard-container {
  position: relative;
  margin-bottom: 240px;
  padding: 40px 30px 20px 30px;
  background: #F1F1F2; }
  .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-start: 1;
    grid-row-end: 2;
    grid-gap: 12px; }
    @media screen and (max-width: 850px) {
      .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .image-3, .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .image-4, .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .image-5 {
      grid-column-start: 1;
      grid-column-end: 3; }
    @media screen and (min-width: 850px) {
      .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .t-l {
        grid-column-start: 1;
        grid-column-end: 2; }
      .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .t-r {
        grid-column-start: 3;
        grid-column-end: 5; }
      .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .b-l {
        grid-column-start: 1;
        grid-column-end: 3; }
      .page-mold-paradise .postcard-wrapper .postcard-container .internal-grid .b-r {
        grid-column-start: 3;
        grid-column-end: 5; } }
  .page-mold-paradise .postcard-wrapper .postcard-container .alt-info {
    margin-top: 20px;
    font-style: italic;
    color: #404041;
    font-size: 15px;
    text-transform: uppercase; }
  .page-mold-paradise .postcard-wrapper .postcard-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 100%;
    background: url(fd501ea502d884d752cd.png) repeat-x center bottom;
    transform: translateY(-100%); }
  .page-mold-paradise .postcard-wrapper .postcard-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #E6E6E6;
    z-index: -1;
    transform: translate(-10px, 10px); }

.page-mold-paradise .postcard-wrapper .content-wrapper {
  position: relative;
  z-index: 10; }

.page-mold-paradise .block.testimonials-container .block {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 600px; }
  .page-mold-paradise .block.testimonials-container .block h3 {
    font-size: 36px; }

.page-mold-paradise .polaroid-section-w-links .top-border {
  height: 300px; }

.page-mold-paradise .polaroid-section-w-links .container {
  margin-top: -700px; }

.page-mold-paradise .polaroid-section-w-links .grid-2 {
  grid-row-gap: 10px; }

.page-mold-paradise .polaroid-section-w-links .item img {
  width: calc(100% + 10%);
  max-width: calc(100% + 10%); }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .polaroid-section-w-links .item img {
      transform: translateX(-5%);
      margin-bottom: -30%; } }

.page-mold-paradise .polaroid-section-w-links .item:first-child {
  z-index: 10; }
  @media screen and (max-width: 850px) {
    .page-mold-paradise .polaroid-section-w-links .item:first-child img {
      margin-bottom: 0;
      margin-top: -20%; } }
  @media screen and (max-width: 568px) {
    .page-mold-paradise .polaroid-section-w-links .item:first-child {
      margin-bottom: 60px; }
      .page-mold-paradise .polaroid-section-w-links .item:first-child img {
        margin-top: 0; } }

.page-mold-paradise .polaroid-section-w-links .item:last-child img {
  animation: 10s infinite moldmanBounce; }

.page-mold-paradise .polaroid-section-w-links hr {
  width: 85px;
  height: 4px;
  background: #00B8DE;
  border: 0px;
  margin: 80px auto 40px; }

.page-mold-paradise .polaroid-section-w-links h3, .page-mold-paradise .polaroid-section-w-links p {
  max-width: 420px;
  margin: 20px auto; }

@media screen and (min-width: 850px) {
  .page-mold-paradise .polaroid-section-w-links .show-tablet {
    display: none; } }

.page-mold-paradise .polaroid-section-w-links .show-tablet.button {
  margin-top: 20px;
  margin-bottom: 40px; }

.page-mold-paradise .polaroid-section-w-links .button {
  height: 40px;
  width: 200px;
  background: #00B8DE;
  color: white;
  border: 4px solid #00B8DE;
  border-radius: 30px;
  margin: 0px auto 0; }
  .page-mold-paradise .polaroid-section-w-links .button:hover {
    color: #00B8DE;
    background: transparent; }

.page-mold-paradise .overlay {
  position: fixed;
  background: #00B8DE;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in; }
  .page-mold-paradise .overlay.shown {
    opacity: 1;
    pointer-events: auto; }
  .page-mold-paradise .overlay .close {
    position: absolute;
    top: 5vw;
    right: 5vw;
    cursor: pointer; }
  .page-mold-paradise .overlay .content-wrapper {
    padding: 80px 5vw;
    text-align: center; }
    .page-mold-paradise .overlay .content-wrapper ul {
      list-style: none; }
  .page-mold-paradise .overlay .slider-wrapper {
    position: relative; }
    .page-mold-paradise .overlay .slider-wrapper .arrows-container {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-100%);
      width: 100%;
      display: flex;
      justify-content: space-between;
      z-index: 100; }
      .page-mold-paradise .overlay .slider-wrapper .arrows-container .next {
        border-top: 5px solid white;
        border-right: 5px solid white;
        transform: rotate(45deg); }
        @media screen and (max-width: 568px) {
          .page-mold-paradise .overlay .slider-wrapper .arrows-container .next {
            border-top: 5px solid #191919;
            border-right: 5px solid #191919; } }
      .page-mold-paradise .overlay .slider-wrapper .arrows-container .prev {
        border-top: 5px solid white;
        border-left: 5px solid white;
        transform: rotate(-45deg); }
        @media screen and (max-width: 568px) {
          .page-mold-paradise .overlay .slider-wrapper .arrows-container .prev {
            border-top: 5px solid #191919;
            border-left: 5px solid #191919; } }
    .page-mold-paradise .overlay .slider-wrapper .arrow {
      height: 30px;
      width: 30px;
      cursor: pointer; }
  .page-mold-paradise .overlay .postcard-slider {
    margin-top: 60px;
    max-width: 750px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1; }
    .page-mold-paradise .overlay .postcard-slider .slick-track {
      display: flex;
      flex-wrap: wrap; }
  .page-mold-paradise .overlay .slick-dots {
    display: flex;
    justify-content: center;
    margin: 30px auto 0; }
    .page-mold-paradise .overlay .slick-dots li {
      border: 2px solid white;
      height: 15px;
      width: 15px;
      border-radius: 15px;
      margin: 0 7px; }
      .page-mold-paradise .overlay .slick-dots li:hover {
        background: rgba(255, 255, 255, 0.35); }
      .page-mold-paradise .overlay .slick-dots li.slick-active {
        background: white; }
    .page-mold-paradise .overlay .slick-dots button {
      opacity: 0; }

.page-mold-paradise .open-overlay {
  cursor: pointer;
  border: 7px solid #00B8DE;
  animation: 3s infinite overlayOpenIndicator;
  animation-timing-function: ease-out; }

.page-mold-paradise.freeze {
  height: 100vh;
  overflow: hidden; }

@keyframes heroTextMovement {
  0% {
    transform: translate(0, 0); }
  40% {
    transform: translate(0, 7px); }
  80% {
    transform: translate(0, -3px); }
  100% {
    transform: translate(0, 0); } }

@keyframes sectionOneTopBorderMovement {
  0% {
    transform: translate(0, -100%); }
  50% {
    transform: translate(16px, -100%); }
  100% {
    transform: translate(0, -100%); } }

@keyframes stampSwing {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes keySwing {
  0% {
    transform: translateX(calc(-5vw - 18%)) rotate(0deg); }
  85% {
    transform: translateX(calc(-5vw - 18%)) rotate(0deg); }
  88% {
    transform: translateX(calc(-5vw - 18%)) rotate(2deg); }
  90% {
    transform: translateX(calc(-5vw - 18%)) rotate(-1deg); }
  95% {
    transform: translateX(calc(-5vw - 18%)) rotate(0deg); }
  100% {
    transform: translateX(calc(-5vw - 18%)) rotate(0deg); } }

@keyframes moldmanBounce {
  0% {
    transform: translate(0, 6px) scale(1); }
  40% {
    transform: translate(0, -4px) scale(0.995); }
  60% {
    transform: translate(0, 0px) scale(1.01); }
  100% {
    transform: translate(0, 6px) scale(1); } }

@keyframes overlayOpenIndicator {
  0% {
    transform: scale(1);
    opacity: 1; }
  15% {
    transform: scale(1);
    opacity: 1; }
  35% {
    transform: scale(1.025);
    opacity: 0.85; }
  70% {
    transform: scale(1);
    opacity: 1; } }

.page-whyprokure {
  background: #F7F3F7; }
  .page-whyprokure .linker {
    position: absolute;
    top: -100px;
    left: 0;
    display: block; }
  .page-whyprokure .spacey {
    letter-spacing: 1.3px; }
  .page-whyprokure h1, .page-whyprokure .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-whyprokure h3, .page-whyprokure h2, .page-whyprokure h1.h2, .page-whyprokure .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-whyprokure h3.h2 {
    font-weight: 600 !important; }
  .page-whyprokure h3 {
    margin-bottom: 30px;
    font-size: 48px; }
  .page-whyprokure #content {
    margin-top: 0 !important; }
  .page-whyprokure header {
    background: transparent; }
    .page-whyprokure header.scrolling {
      background: white; }
  .page-whyprokure .block-hero {
    padding: 60px 8%;
    justify-content: initial;
    align-items: flex-start; }
    .page-whyprokure .block-hero img {
      z-index: 1;
      object-position: center bottom; }
    .page-whyprokure .block-hero h1, .page-whyprokure .block-hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-whyprokure .block-hero h3 {
      font-size: 72px;
      margin-bottom: 30px;
      width: 100%; }
    .page-whyprokure .block-hero .hero-content {
      display: block;
      padding: 220px 0;
      z-index: 5;
      max-width: 50%;
      margin: initial; }
      .page-whyprokure .block-hero .hero-content p {
        margin-left: 0;
        width: 80%; }
    .page-whyprokure .block-hero .boxed:before, .page-whyprokure .block-hero .boxed:after {
      display: none; }
    @media screen and (max-width: 900px) {
      .page-whyprokure .block-hero .hero-content {
        max-width: 62%;
        width: 62%; } }
    @media screen and (max-width: 568px) {
      .page-whyprokure .block-hero {
        padding-left: 25px;
        padding-right: 25px; }
        .page-whyprokure .block-hero .hero-content {
          width: 100%;
          max-width: 100%;
          padding-top: 100px;
          padding-bottom: 60px; }
          .page-whyprokure .block-hero .hero-content h1, .page-whyprokure .block-hero .hero-content .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-whyprokure .block-hero .hero-content h3 {
            font-size: 50px !important; }
        .page-whyprokure .block-hero img.cover {
          opacity: .5; } }
  .page-whyprokure .block-icon {
    position: relative; }
    .page-whyprokure .block-icon.triangle {
      width: 100%; }
      .page-whyprokure .block-icon.triangle:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 20px solid #D6F0F8; }
    .page-whyprokure .block-icon .flex, .page-whyprokure .block-icon .flex-wrap {
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center; }
      .page-whyprokure .block-icon .flex > div, .page-whyprokure .block-icon .flex-wrap > div {
        width: calc(20% - 30px); }
    .page-whyprokure .block-icon > div {
      text-align: center; }
      .page-whyprokure .block-icon > div img {
        margin: 0 auto 10px;
        max-width: 120px; }
      .page-whyprokure .block-icon > div p {
        margin: auto;
        max-width: 180px;
        font-weight: bold;
        line-height: 1.0; }
    .page-whyprokure .block-icon.bg-blue p {
      color: white; }
    .page-whyprokure .block-icon.bg-blue-alt p {
      color: black; }
    @media screen and (max-width: 850px) {
      .page-whyprokure .block-icon .flex > div, .page-whyprokure .block-icon .flex-wrap > div {
        width: calc(33.33% - 30px); } }
    @media screen and (max-width: 568px) {
      .page-whyprokure .block-icon .flex > div, .page-whyprokure .block-icon .flex-wrap > div {
        width: calc(50% - 30px); } }
  .page-whyprokure .block-map img {
    margin: 40px auto 80px; }
  .page-whyprokure .block-map a {
    color: #00B8DE;
    text-decoration: none; }
  .page-whyprokure .block-full-width-image {
    position: relative; }
    .page-whyprokure .block-full-width-image p.disclaimer {
      color: white;
      font-size: 18px;
      margin-top: 80px; }
    .page-whyprokure .block-full-width-image img.cover {
      z-index: 0; }
    .page-whyprokure .block-full-width-image div.overlay {
      z-index: 1;
      background: rgba(0, 184, 222, 0.85); }
    .page-whyprokure .block-full-width-image div.capper-small {
      z-index: 10;
      text-align: center; }
      .page-whyprokure .block-full-width-image div.capper-small h3, .page-whyprokure .block-full-width-image div.capper-small p {
        color: white; }
      .page-whyprokure .block-full-width-image div.capper-small hr {
        width: 180px;
        margin: 20px auto;
        border: none;
        border-top: solid 3px white; }
    .page-whyprokure .block-full-width-image a {
      color: white;
      text-decoration: none; }
  .page-whyprokure .block-two-column .flex, .page-whyprokure .block-two-column .flex-wrap {
    flex-direction: column;
    justify-content: space-between; }
  .page-whyprokure .block-two-column .grid-2 > div {
    border-bottom: none !important;
    padding-bottom: 120px; }
    .page-whyprokure .block-two-column .grid-2 > div hr {
      width: 150px;
      max-width: 50%;
      margin: 0 0 15px; }
  .page-whyprokure .block-two-column .grid-2 > div:after {
    display: none !important; }
  .page-whyprokure .block-two-column.di-text {
    background: white;
    padding-bottom: 120px; }
    .page-whyprokure .block-two-column.di-text .grid-2 > div {
      padding-bottom: 0;
      display: flex;
      justify-content: center; }
    .page-whyprokure .block-two-column.di-text h2.h1, .page-whyprokure .block-two-column.di-text h1.h1.h2, .page-whyprokure .block-two-column.di-text .page-contact .block-contact-form h3.h1.h2, .page-contact .block-contact-form .page-whyprokure .block-two-column.di-text h3.h1.h2 {
      font-size: 120px;
      font-weight: bold;
      margin-bottom: 0; }
    .page-whyprokure .block-two-column.di-text h3, .page-whyprokure .block-two-column.di-text p {
      margin-bottom: 0; }
    .page-whyprokure .block-two-column.di-text .grid-2 > div:first-child {
      border-right: solid 3px #00B8DE; }
  @media screen and (max-width: 850px) {
    .page-whyprokure .block-two-column .grid-2 {
      display: block; } }
  .page-whyprokure .block-planet {
    padding-bottom: 0; }
    .page-whyprokure .block-planet .capper, .page-whyprokure .block-planet .capper-small, .page-whyprokure .block-planet .capper-max {
      border-bottom: solid 1px #CCCCCC;
      padding-bottom: 60px; }
  .page-whyprokure .block-overseas {
    background: #E6E6E6; }
    .page-whyprokure .block-overseas.triangle:before {
      border-bottom: 20px solid #E6E6E6 !important; }
  .page-whyprokure .block-case .case-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .page-whyprokure .block-case .case-flex .grey {
      color: #999; }
    .page-whyprokure .block-case .case-flex .h1 {
      font-size: 120px; }
    .page-whyprokure .block-case .case-flex hr {
      margin: 0 0 10px;
      width: 190px;
      max-width: 50%; }
    .page-whyprokure .block-case .case-flex h4 {
      font-size: 21px;
      margin-bottom: 5px; }
    @media screen and (max-width: 568px) {
      .page-whyprokure .block-case .case-flex .h1 {
        font-size: 70px; } }
  .page-whyprokure .block-reusability {
    padding-top: 0; }
    .page-whyprokure .block-reusability p {
      margin-top: 20px; }
      .page-whyprokure .block-reusability p span {
        font-weight: 600; }
    .page-whyprokure .block-reusability .magic-wrap {
      position: relative;
      height: 0;
      overflow: hidden;
      padding-bottom: 63%;
      width: 100%; }
      .page-whyprokure .block-reusability .magic-wrap .magic-inner {
        position: absolute;
        width: 100%;
        height: calc(100% - 60px);
        left: 0;
        top: 0;
        border: solid 2px #E6E6E6;
        z-index: 0; }
      .page-whyprokure .block-reusability .magic-wrap img {
        position: absolute; }
        .page-whyprokure .block-reusability .magic-wrap img.image-1 {
          z-index: 5; }
      .page-whyprokure .block-reusability .magic-wrap .curtain {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #F7F3F7;
        z-index: 5;
        transform: translate3d(240px, 0, 0); }
        @media screen and (max-width: 568px) {
          .page-whyprokure .block-reusability .magic-wrap .curtain {
            transform: translate3d(80px, 0, 0); } }
      .page-whyprokure .block-reusability .magic-wrap .rod {
        height: calc(100% + 40px);
        left: 0;
        top: 1px;
        width: 2px;
        background: #00B8DE;
        position: absolute;
        z-index: 15; }
        .page-whyprokure .block-reusability .magic-wrap .rod svg {
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 20;
          cursor: grab;
          transform: translate(-50%, -50%); }
  .page-whyprokure .contact-wrap {
    position: relative; }
    .page-whyprokure .contact-wrap #contact {
      position: absolute;
      top: -120px; }

.page-moldy-wisdom header#masthead {
  background: transparent;
  z-index: 900;
  transition: all 0.25s ease-in; }
  .page-moldy-wisdom header#masthead.scrolling {
    background: white !important; }

.page-moldy-wisdom .bg-white {
  background: white; }

.page-moldy-wisdom .moldy-button, .page-moldy-wisdom input[type="submit"] {
  position: relative;
  border-radius: 35px;
  padding: 3px 15px !important;
  color: black;
  border: 3px solid black;
  background: white;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 23px;
  z-index: 1;
  box-shadow: 10px 10px 0 black;
  transition: all 0.15s ease-in;
  line-height: normal !important; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom .moldy-button, .page-moldy-wisdom input[type="submit"] {
      font-size: 18px; } }
  .page-moldy-wisdom .moldy-button:hover, .page-moldy-wisdom input[type="submit"]:hover {
    background: #229C3E; }

@media screen and (max-width: 568px) {
  .page-moldy-wisdom .moldy-button.mobile-green {
    background: #229C3E;
    color: white; }
  .page-moldy-wisdom .moldy-button.mobile-yellow {
    background: #FFB711; }
  .page-moldy-wisdom .moldy-button.mobile-blue {
    background: #00B8DE; }
  .page-moldy-wisdom .moldy-button:hover {
    background: black;
    color: white; } }

@media screen and (max-width: 568px) {
  .page-moldy-wisdom input[type="submit"] {
    background: #00B8DE;
    color: white;
    border: 3px solid black !important; }
    .page-moldy-wisdom input[type="submit"]:hover {
      background: black;
      color: white; } }

.page-moldy-wisdom form {
  margin-top: 40px; }

.page-moldy-wisdom input[type="text"], .page-moldy-wisdom input[type="email"], .page-moldy-wisdom input[type="tel"], .page-moldy-wisdom select {
  border: 3px solid black;
  position: relative; }

.page-moldy-wisdom .block.mini-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.page-moldy-wisdom .content-container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .page-moldy-wisdom .content-container h1, .page-moldy-wisdom .content-container .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom .content-container h3, .page-moldy-wisdom .content-container h3, .page-moldy-wisdom .content-container ul, .page-moldy-wisdom .content-container li, .page-moldy-wisdom .content-container a {
    margin-bottom: 20px; }

.page-moldy-wisdom .fixed-image {
  position: absolute; }
  .page-moldy-wisdom .fixed-image.bottom-left {
    left: 0;
    bottom: 0; }
    .page-moldy-wisdom .fixed-image.bottom-left img {
      width: 45vw;
      max-width: 600px; }
  .page-moldy-wisdom .fixed-image.bottom-right {
    right: 0;
    bottom: 0; }
    .page-moldy-wisdom .fixed-image.bottom-right img {
      width: 28vw; }

.page-moldy-wisdom .hidden {
  display: none; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom .hidden.show-tablet {
      display: block; } }

@media screen and (max-width: 850px) {
  .page-moldy-wisdom .hide-tablet {
    display: none; } }

@media screen and (max-width: 850px) {
  .page-moldy-wisdom #special-quote-section {
    padding-top: 90px; } }

.page-moldy-wisdom #special-quote-section p {
  font-weight: 800; }

.page-moldy-wisdom #special-quote-section .wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 120px;
  padding-bottom: 30px; }

.page-moldy-wisdom #special-quote-section .wrapper-bottom {
  display: flex; }
  .page-moldy-wisdom #special-quote-section .wrapper-bottom .image-wrapper img {
    transform: translateY(-10%);
    width: 250px;
    max-width: 90%; }
  .page-moldy-wisdom #special-quote-section .wrapper-bottom .item {
    width: 33%; }

.page-moldy-wisdom #special-quote-section h3, .page-moldy-wisdom #special-quote-section p {
  position: relative; }

.page-moldy-wisdom #special-quote-section .quote-icon {
  position: absolute;
  top: -5px;
  left: -55px;
  height: 45px;
  width: 45px; }

.page-moldy-wisdom #special-quote-section .gif-wrapper {
  display: flex;
  align-items: end; }

.page-moldy-wisdom #special-quote-section .quotes-desktop {
  padding-bottom: 80px; }

.page-moldy-wisdom #special-quote-section .item .color-yellow {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 15px; }

.page-moldy-wisdom .flex, .page-moldy-wisdom .flex-wrap {
  flex-wrap: nowrap; }

.page-moldy-wisdom .has-shadow {
  position: relative;
  background: white;
  border: 4px solid black; }
  .page-moldy-wisdom .has-shadow::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    height: 100%;
    width: 100%;
    background: black;
    z-index: -41; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom .has-shadow::after {
        top: 10px;
        left: 10px; } }

.page-moldy-wisdom .section-title {
  position: absolute;
  top: 0;
  left: 10%;
  width: inherit;
  z-index: 200;
  border: 3px solid black;
  transform: translateY(-50%);
  text-transform: uppercase; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom .section-title {
      left: 50%;
      transform: translate(-50%, -50%); } }
  .page-moldy-wisdom .section-title .has-shadow {
    padding-left: 50px;
    padding-right: 50px; }
  .page-moldy-wisdom .section-title h2, .page-moldy-wisdom .section-title h1.h2, .page-moldy-wisdom .section-title .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom .section-title h3.h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 900; }

.page-moldy-wisdom #content {
  top: 0; }
  .page-moldy-wisdom #content h1, .page-moldy-wisdom #content .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #content h3 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0px;
    font-weight: 900; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content h1, .page-moldy-wisdom #content .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #content h3 {
        font-size: 36px;
        line-height: 40px; } }
  .page-moldy-wisdom #content h2, .page-moldy-wisdom #content h1.h2, .page-moldy-wisdom #content .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #content h3.h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
    font-family: "Roboto Slab", serif; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content h2, .page-moldy-wisdom #content h1.h2, .page-moldy-wisdom #content .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #content h3.h2 {
        font-size: 22px;
        line-height: 24px; } }
  .page-moldy-wisdom #content h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content h3 {
        font-size: 36px !important;
        line-height: 40px; } }
  .page-moldy-wisdom #content h3.subhead {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.15px;
    color: #00B8DE; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content h3.subhead {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-bottom: 0px; } }
  .page-moldy-wisdom #content p, .page-moldy-wisdom #content li {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.05px;
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content p, .page-moldy-wisdom #content li {
        font-size: 16px;
        line-height: 20px; } }
  .page-moldy-wisdom #content ul {
    margin-left: 20px; }
  .page-moldy-wisdom #content .hero {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    background: #00B8DE; }
    @media screen and (min-width: 1150px) {
      .page-moldy-wisdom #content .hero {
        height: 75vh;
        padding-bottom: inherit; } }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content .hero {
        padding-bottom: inherit;
        height: 75vh; } }
    .page-moldy-wisdom #content .hero h1, .page-moldy-wisdom #content .hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #content .hero h3 {
      font-size: 99px;
      line-height: 86px;
      letter-spacing: 0px;
      font-family: "Roboto Slab", serif;
      font-weight: 800; }
      @media screen and (max-width: 850px) {
        .page-moldy-wisdom #content .hero h1, .page-moldy-wisdom #content .hero .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #content .hero h3 {
          font-size: 42px;
          line-height: 37px; } }
    .page-moldy-wisdom #content .hero h2, .page-moldy-wisdom #content .hero h1.h2, .page-moldy-wisdom #content .hero .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #content .hero h3.h2 {
      font-size: 62px;
      line-height: 66px;
      letter-spacing: 0px;
      font-family: "Roboto", sans-serif;
      font-weight: 900; }
      @media screen and (max-width: 850px) {
        .page-moldy-wisdom #content .hero h2, .page-moldy-wisdom #content .hero h1.h2, .page-moldy-wisdom #content .hero .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #content .hero h3.h2 {
          font-size: 26px;
          line-height: 30px; } }
    .page-moldy-wisdom #content .hero .video-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      height: 100%;
      width: 100%;
      max-width: 1250px; }
    .page-moldy-wisdom #content .hero video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center bottom; }
  .page-moldy-wisdom #content #intro-wrapper {
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -75%);
    text-align: center; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content #intro-wrapper {
        width: 80%; } }
    .page-moldy-wisdom #content #intro-wrapper .intro {
      padding: 30px 35px 30px; }
      .page-moldy-wisdom #content #intro-wrapper .intro h2, .page-moldy-wisdom #content #intro-wrapper .intro h1.h2, .page-moldy-wisdom #content #intro-wrapper .intro .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #content #intro-wrapper .intro h3.h2 {
        margin-bottom: 20px; }
      .page-moldy-wisdom #content #intro-wrapper .intro h3 {
        margin-bottom: 10px; }
  .page-moldy-wisdom #content #why-choose a {
    margin-bottom: 50px; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom #content #why-choose h1, .page-moldy-wisdom #content #why-choose .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #content #why-choose h3, .page-moldy-wisdom #content #why-choose h3 {
      text-align: center; }
    .page-moldy-wisdom #content #why-choose .grid-2 {
      grid-template-columns: minmax(0, 1fr);
      grid-auto-flow: dense; }
      .page-moldy-wisdom #content #why-choose .grid-2 > *:last-child {
        order: -1; }
    .page-moldy-wisdom #content #why-choose .content-container {
      padding-top: 0; }
      .page-moldy-wisdom #content #why-choose .content-container > div {
        text-align: center; }
        .page-moldy-wisdom #content #why-choose .content-container > div ul, .page-moldy-wisdom #content #why-choose .content-container > div .disclaimer {
          text-align: left; }
      .page-moldy-wisdom #content #why-choose .content-container a {
        margin-bottom: 40px; } }
  .page-moldy-wisdom #content #cleo h3 {
    margin-bottom: 15px; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom #content #cleo {
      padding-top: 130px;
      padding-bottom: 0px; }
      .page-moldy-wisdom #content #cleo .fixed-image {
        position: relative; }
      .page-moldy-wisdom #content #cleo #mobile-cleo {
        width: 100%;
        margin-left: -8vw; } }
  .page-moldy-wisdom #content #cleo .custom-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 2fr); }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content #cleo .custom-grid {
        grid-template-columns: minmax(0, 1fr); }
        .page-moldy-wisdom #content #cleo .custom-grid .item:nth-child(-n+2) {
          display: none; } }
  .page-moldy-wisdom #content #cleo #lightbulb {
    width: 100%;
    transform: translateY(-25%); }
  .page-moldy-wisdom #content #quote-wrapper .gif-wrapper {
    width: 25%; }
  .page-moldy-wisdom #content #quote-wrapper .extra-padding-top {
    padding-top: 60px; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom #content #quote-wrapper {
      display: block; }
      .page-moldy-wisdom #content #quote-wrapper .image-wrapper img {
        width: 160px;
        margin: 0 auto 20px; }
      .page-moldy-wisdom #content #quote-wrapper .slider-wrapper {
        max-width: 80%;
        padding-left: 0;
        margin: 0 auto; }
        .page-moldy-wisdom #content #quote-wrapper .slider-wrapper .color-yellow, .page-moldy-wisdom #content #quote-wrapper .slider-wrapper .color-white {
          padding-left: 55px; }
          .page-moldy-wisdom #content #quote-wrapper .slider-wrapper .color-yellow img, .page-moldy-wisdom #content #quote-wrapper .slider-wrapper .color-white img {
            left: 0; }
      .page-moldy-wisdom #content #quote-wrapper .gif-wrapper {
        width: 80%;
        margin: 10px auto 0; }
      .page-moldy-wisdom #content #quote-wrapper .slick-track {
        display: flex; }
      .page-moldy-wisdom #content #quote-wrapper .slick-dots {
        display: flex;
        list-style: none;
        margin: 20px auto 0;
        justify-content: center; }
        .page-moldy-wisdom #content #quote-wrapper .slick-dots li {
          background: white;
          border: 2px solid black;
          height: 15px;
          width: 15px;
          border-radius: 30px;
          margin: 0 10px; }
          .page-moldy-wisdom #content #quote-wrapper .slick-dots li.slick-active {
            background: #FFB711; }
        .page-moldy-wisdom #content #quote-wrapper .slick-dots button {
          opacity: 0; } }
  .page-moldy-wisdom #content #quote-wrapper .slider-wrapper {
    width: 100%; }
  .page-moldy-wisdom #content .block-split-quote .wrapper {
    align-items: stretch; }
    @media screen and (max-width: 850px) {
      .page-moldy-wisdom #content .block-split-quote .wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .page-moldy-wisdom #content .block-split-quote .wrapper .item {
      width: 50%; }
      @media screen and (max-width: 850px) {
        .page-moldy-wisdom #content .block-split-quote .wrapper .item {
          width: 100%; } }
    .page-moldy-wisdom #content .block-split-quote .wrapper .content-container {
      padding-top: 40px;
      padding-bottom: 40px;
      align-content: center; }
      .page-moldy-wisdom #content .block-split-quote .wrapper .content-container > *:last-child {
        margin-bottom: 0px; }
      @media screen and (max-width: 850px) {
        .page-moldy-wisdom #content .block-split-quote .wrapper .content-container {
          padding-top: 120px;
          padding-bottom: 120px; } }
  .page-moldy-wisdom #content .disclaimer {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 0.05px;
    color: #777777;
    opacity: 0.45; }

.page-moldy-wisdom #path-to-enlightenment ul.di-list {
  margin-left: 0 !important; }

.page-moldy-wisdom #path-to-enlightenment h1, .page-moldy-wisdom #path-to-enlightenment .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #path-to-enlightenment h3 {
  margin-top: 60px; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom #path-to-enlightenment h1, .page-moldy-wisdom #path-to-enlightenment .page-contact .block-contact-form h3, .page-contact .block-contact-form .page-moldy-wisdom #path-to-enlightenment h3 {
      margin-top: 95px;
      margin-bottom: 0; } }

.page-moldy-wisdom #path-to-enlightenment h2, .page-moldy-wisdom #path-to-enlightenment h1.h2, .page-moldy-wisdom #path-to-enlightenment .page-contact .block-contact-form h3.h2, .page-contact .block-contact-form .page-moldy-wisdom #path-to-enlightenment h3.h2 {
  font-family: inherit;
  min-height: inherit;
  margin: 35px auto; }

@media screen and (max-width: 850px) {
  .page-moldy-wisdom #path-to-enlightenment .item .link-wrapper {
    margin-top: 40px; } }

.page-moldy-wisdom #path-to-enlightenment .below-hero > div {
  padding-bottom: 0 !important;
  margin-bottom: 160px; }

.page-moldy-wisdom #path-to-enlightenment .link-wrapper {
  position: relative;
  column-gap: 0;
  padding-bottom: 0 !important; }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper:before, .page-moldy-wisdom #path-to-enlightenment .link-wrapper:after {
    content: '';
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0; }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper:before {
    right: 95%;
    background: #00B8DE; }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper:after {
    left: 95%;
    background: #FFB711; }
  @media screen and (max-width: 850px) {
    .page-moldy-wisdom #path-to-enlightenment .link-wrapper:before, .page-moldy-wisdom #path-to-enlightenment .link-wrapper:after {
      display: none; }
    .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue {
      position: relative; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue:before, .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue:after {
        content: '';
        height: 100%;
        width: 40%;
        position: absolute;
        top: 0;
        background: #00B8DE; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue:before {
        right: 95%; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue:after {
        left: 95%; }
    .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-green {
      position: relative; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-green:before, .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-green:after {
        content: '';
        height: 100%;
        width: 40%;
        position: absolute;
        top: 0;
        background: #229C3E; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-green:before {
        right: 95%; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-green:after {
        left: 95%; }
    .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow {
      position: relative; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow:before, .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow:after {
        content: '';
        height: 100%;
        width: 40%;
        position: absolute;
        top: 0;
        background: #FFB711; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow:before {
        right: 95%; }
      .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow:after {
        left: 95%; } }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-blue a:hover {
    background: #00B8DE; }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper .bg-yellow a:hover {
    background: #FFB711; }
  .page-moldy-wisdom #path-to-enlightenment .link-wrapper .item {
    height: 100px;
    text-align: center; }
    .page-moldy-wisdom #path-to-enlightenment .link-wrapper .item a {
      transform: translateY(-100%); }

