/* 
    IMPORTANT!! 
    Please DO NOT EDIT this stylesheet directly. It's generated by sass and will be mercilessly overwritten next time it is updated.
    Use css/edits.css instead. 
    */
/*

=== media query manager ===
0 - 600: phone
600 - 900px: Tablet portrait
900 - 1200px: Tablet landscape
1200 - 1800px: normal
1800 + large screen

=== $breakpoint argument choices ===
- phone
- tab-port
- tab-land
- big-desktop

*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.2%; }
  @media (max-width: 75em) {
    html {
      font-size: 58.31%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 54.43%; } }

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #5b5b5b;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff; }

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

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

h1, .h1,
h2, .h2 {
  font-weight: 400; }

h1, .h1 {
  font-size: 4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #E6BF38; }
  @media only screen and (max-width: 550px) {
    h1, .h1 {
      font-size: 3.3rem; } }

h2, .h2 {
  font-size: 3rem;
  margin: 2rem 0 2rem 0;
  font-weight: 400;
  color: #E6BF38; }

h2.dark {
  color: #0869B4; }

h3 {
  margin: 0 0 3rem; }
  h3.distributors-list__heading {
    margin: 6px 0 4px 0;
    font-size: 1.5rem; }

.content p {
  margin-bottom: 3rem; }

.meta-info p {
  margin: 0; }

a {
  color: #0869B4; }
  a:hover {
    text-decoration: none;
    color: #666; }

.article ul {
  margin: 0 0 3rem 3rem; }

.article li {
  padding: 0 0 2rem 0; }

.centered {
  text-align: center; }

.footer h3 {
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.footer a {
  color: #fff; }

h1.category-heading {
  margin-bottom: 3rem; }

h2.article__heading {
  font-size: 2rem;
  margin: 2rem 0 1rem; }

.news-excerpt {
  font-size: 1.4rem; }

.news-date {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0; }

.article__posted-by {
  font-size: 1.4rem;
  font-style: italic; }

.content ul {
  margin: 1rem 0 0 3rem; }

a.button, .button a, button, .wp-block-button__link, input.button, .nf-field .nf-field-element input.button {
  display: inline-block;
  background: #0869B4;
  color: #fff;
  padding: .7rem 4rem;
  cursor: pointer;
  transition: all .2s;
  font-weight: bold;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-size: 1.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }
  a.button:hover, .button a:hover, button:hover, .wp-block-button__link:hover, input.button:hover, .nf-field .nf-field-element input.button:hover {
    transform: scale(1.03);
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
    background-color: #E6BF38 !important;
    color: #000 !important; }
  a.button:focus, a.button:active, .button a:focus, .button a:active, button:focus, button:active, .wp-block-button__link:focus, .wp-block-button__link:active, input.button:focus, input.button:active, .nf-field .nf-field-element input.button:focus, .nf-field .nf-field-element input.button:active {
    outline: none;
    transform: scale(1);
    box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4); }

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

a.moretag {
  width: 50%;
  font-weight: 700;
  transition: all .3s ease-in-out;
  position: relative;
  text-transform: uppercase !important; }
  a.moretag:hover {
    background-color: #E6BF38;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 557px) {
    a.moretag {
      width: 100% !important;
      text-align: center; } }

.calculator {
  margin: 0 0 6rem 0;
  padding-left: 3rem; }
  .calculator input[type="text"] {
    border-color: #EEEEEF;
    border-radius: 3px;
    font-size: 12px;
    height: auto;
    border-width: 0;
    margin-left: .6rem;
    max-height: 3.1rem; }
  .calculator h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem; }

.block {
  padding: 3px 0 5px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.input_filed {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  padding: 5%;
  width: 100%;
  color: #555;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
  margin-bottom: .5rem; }
  .input_filed input {
    width: 6.8rem !important;
    background: #fff !important;
    padding: 4px 5px;
    color: #000;
    order: 2; }
  .input_filed label {
    font-size: 13px;
    margin-right: auto; }

.result_filed {
  padding: 5%;
  width: 100%;
  float: left;
  background: #A3C7E3;
  color: #000;
  margin-top: 20px;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
  margin-bottom: .5rem; }
  .result_filed input {
    width: 6.8rem !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px 5px;
    color: #000 !important;
    font-size: 14px !important;
    order: 2;
    margin-left: .4rem; }
  .result_filed label {
    font-size: 13px;
    margin-right: auto; }
  .result_filed .col1 {
    min-height: 4rem; }

.calculator .mark {
  color: maroon;
  font-size: 14px;
  line-height: 130%;
  margin: 2px 0 0 0;
  background-color: transparent;
  order: 1; }

.calculator__note {
  padding: 3rem 0;
  font-size: 1.4rem;
  display: block;
  clear: both;
  color: #8B8D90; }

.result_filed .col1 {
  min-height: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.headings {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  .headings span {
    width: 6.8rem;
    text-align: left;
    margin-left: .5rem; }

body.page-id-20 {
  max-width: 100%;
  overflow-x: hidden; }

.carousel {
  background: #A3C7E3;
  padding: 4rem 0 2rem;
  margin-bottom: 5rem;
  margin-top: -2rem;
  position: relative;
  height: 50rem; }

@media (max-width: 1199px) {
  .carousel {
    height: 55rem; } }

@media (max-width: 991px) {
  .carousel {
    height: 82rem; } }

@media (max-width: 600px) {
  .carousel {
    height: auto; } }

.tabs {
  display: table;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }
  .tabs .input {
    position: absolute;
    opacity: 0;
    transition: all .3s; }
    .tabs .input:focus + .label {
      z-index: 1; }
  .tabs .label {
    display: table-cell;
    width: 19% !important;
    padding: 2rem 1.5rem;
    background: #fff;
    cursor: pointer;
    font-size: 1.6 rem;
    text-align: center;
    color: #000;
    line-height: 150%;
    transition: background 0.1s, color 0.1s;
    margin: 0 1%;
    transition: all .3s;
    vertical-align: middle; }
    .tabs .label:hover {
      background: #0869B4;
      color: #fff;
      box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
      transform: scale(1.1); }
    .tabs .label:active {
      background: #A3C7E3; }

.input:checked + .label {
  background: #0869B4;
  color: #fff; }

.panel {
  display: block;
  padding: 0 2rem; }

@media (min-width: 600px) {
  .panel {
    opacity: 0;
    order: 99;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out,  visibility 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out,  visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out , visibility 1s ease-in-out;
    position: absolute;
    top: 10rem;
    left: 0;
    height: 0; } }

.input:checked + .label + .panel {
  display: block; }

@media (min-width: 600px) {
  .input:checked + .label + .panel {
    opacity: 1;
    padding: 0;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out,  visibility 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out,  visibility 1s ease-in-out;
    transition: opacity 1s ease-in-out , visibility 1s ease-in-out;
    padding: 0 2rem; } }

@media (max-width: 600px) {
  .tabs {
    display: flex; }
  .tabs .label {
    width: 100% !important;
    display: flex; }
  .panel {
    display: none; }
  .input:checked + .label + .panel {
    height: auto;
    display: block; } }

.navigation {
  text-align: right; }
  .navigation__menu {
    display: block;
    clear: both; }
    .navigation__menu-nav li {
      list-style: none; }
      .navigation__menu-nav li.mega-current-menu-item a {
        color: #EEEEEF !important; }
    .navigation__menu-nav li a {
      display: inline-block;
      font-size: 1.5rem !important;
      font-family: "Lato", sans-serif;
      text-transform: uppercase !important;
      font-weight: 700 !important;
      transition: all 0.2s !important;
      padding-left: 3rem !important; }
      .navigation__menu-nav li a:hover {
        transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important;
        color: #EEEEEF !important; }
        @media (max-width: 75em) {
          .navigation__menu-nav li a:hover {
            transform: none !important;
            -webkit-transform: none !important; } }
      @media only screen and (max-width: 1033px) {
        .navigation__menu-nav li a {
          font-size: 2rem !important; } }
    @media (max-width: 25em) {
      .navigation__menu {
        margin-top: 10.7rem; }
        .navigation__menu .mega-toggle-label {
          font-size: 1.4rem !important;
          position: relative !important; }
        .navigation__menu .mega-toggle-block-1:after {
          font-size: 4.6rem !important;
          position: absolute !important;
          top: -3rem !important;
          right: 0.8rem !important; } }
  .navigation__links {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 8.8rem; }
    .navigation__links ul, .navigation__links li {
      margin: 0;
      padding: 0; }
    .navigation__links li {
      list-style: none;
      display: inline-block;
      margin-left: 10px; }
    .navigation__links a {
      color: #fff; }
    @media (max-width: 61.9375em) {
      .navigation__links {
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 7.6rem;
        padding-bottom: .1rem; } }
    @media (max-width: 47.9375em) {
      .navigation__links {
        font-size: 1.9rem;
        margin-top: 3.5rem; }
        .navigation__links li a {
          margin: 0;
          text-align: right;
          padding-bottom: .6rem;
          display: block; } }
    @media (max-width: 25em) {
      .navigation__links {
        display: none; } }

@media (max-width: 61.9375em) {
  div#mega-toggle-block-1 {
    padding: 0 1rem;
    border-radius: 4px; } }

@media (max-width: 47.9375em) {
  #mega-menu-wrap-my_main_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0 !important; } }

.customer-quotes {
  padding: 7.5rem 0;
  text-align: center;
  background: url(../img/testimonials-bgr.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .customer-quotes .testimonial_body {
    font-size: 2.4rem;
    color: #fff; }
    .customer-quotes .testimonial_body p {
      margin-bottom: 0; }
    .customer-quotes .testimonial_body::after {
      content: '';
      border-bottom: 1px solid #000;
      width: 18%;
      text-align: center;
      position: relative;
      height: 1px;
      display: inline-block; }
  .customer-quotes .testimonial-client {
    display: inline-block;
    font-style: normal;
    color: #fff; }
  .customer-quotes .testimonial-other {
    display: inline-block;
    font-style: normal;
    color: #fff; }

.product-type-section .product-table, .product-type-section .product-table th, .product-type-section .product-table td {
  border: 1px solid #8B8D90; }

.product-type-section .product-table th {
  font-size: 1.4rem;
  background-color: transparent; }

.product-type-section .product-table th, .product-type-section .product-table td {
  padding: .8rem .6rem; }

.product-type-section tr.even-row {
  background: #D1E1ED; }

.outputValues {
    font-weight: bold;
	font-size: 0.9em;
    margin-bottom: 0.4em !important;
}

.product-type-section td.model {
  background: #0869B4;
  transition: all .2s;
  white-space: nowrap; }
  .product-type-section td.model:hover {
    -webkit-transform: scale(1.1);
    transform: scaleX(1.1);
    opacity: .9;
    background-color: #000; }
  .product-type-section td.model a {
    color: #fff;
    display: block; }
    .product-type-section td.model a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f0da";
      width: 1rem;
      height: 1rem;
      font-size: 1.4rem;
      padding-left: .9rem; }

.scr-air-products-list .filter-controls {
  background-color: #D1E1ED;
  border: none;
  border: 1px solid #0869B4;
  padding: 2rem 2rem 1rem;
  top: 0;
  z-index: 1000; }
  @media (max-width: 35.8125em) {
    .scr-air-products-list .filter-controls {
      position: unset; } }
  .scr-air-products-list .filter-controls .filter-controls-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .scr-air-products-list .filter-controls .filter-controls-row .slider-container {
      flex-grow: 1;
      max-width: 40rem;
      margin-left: 1rem;
      width: auto; }
      @media (max-width: 61.9375em) {
        .scr-air-products-list .filter-controls .filter-controls-row .slider-container {
          max-width: none; }
          .scr-air-products-list .filter-controls .filter-controls-row .slider-container .noUi-target {
            background: #FAFAFA;
            width: 25rem; } }
    .scr-air-products-list .filter-controls .filter-controls-row .filter-control-element.bar-select {
      margin-right: .8rem; }
    @media (max-width: 47.9375em) {
      .scr-air-products-list .filter-controls .filter-controls-row .toggle-switch.filter-control-element {
        width: 50%; }
      .scr-air-products-list .filter-controls .filter-controls-row .filter-control-element:not(:last-of-type) {
        margin-right: 0;
        width: 50%; } }
  .scr-air-products-list .filter-controls span#output-value-max {
    margin-right: 1rem; }
  .scr-air-products-list .filter-controls .toggle-switch.filter-control-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .scr-air-products-list .filter-controls .toggle-switch.filter-control-element .toggle-switch label {
      top: .3rem; }
  .scr-air-products-list .filter-controls .noUi-horizontal .noUi-handle {
    background: #0869B4; }
  .scr-air-products-list .filter-controls .noUi-target {
    border: 1px solid #A3C7E3; }
  .scr-air-products-list .filter-controls .toggle {
    background-color: #0869B4; }
  .scr-air-products-list .filter-controls .hide-filter-controls {
    color: #0869B4;
    bottom: .5rem; }

.scr-air-products-list .show-filter-controls {
  background: #D1E1ED !important;
  border: 1px solid #0869B4;
  margin-bottom: 2rem;
  color: #0869B4; }

.scr-air-products-list select#speed-select {
  margin-right: 3rem; }

.single-scr_air_product .content {
  padding-bottom: 30px; }

.product-data {
  border: 1px solid #8B8D90;
  width: 50%;
  margin-bottom: 2rem; }
  .product-data tr:nth-child(even) {
    background-color: #D1E1ED; }
  .product-data th, .product-data td {
    padding: .6rem 1.8rem; }
  @media (max-width: 47.9375em) {
    .product-data {
      width: 100%; } }

.product-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-info a.button {
    margin-right: 1rem;
    text-transform: uppercase !important; }
  @media (max-width: 35.8125em) {
    .product-info {
      display: block;
      text-align: center; } }

.product-price {
  width: 100%;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 1rem 1rem; }
  .product-price label {
    display: inline-block;
    padding-right: 1rem; }

button.catalague-download-button {
  display: inline-block;
  position: relative;
  margin: 2rem 2rem 0 0;
  background: #0869B4;
  color: #fff;
  border: 0;
  padding: 1.7rem 3rem;
  line-height: 1.6rem;
  width: auto;
  cursor: pointer;
  transition: all .2s;
  text-transform: uppercase !important; }
  button.catalague-download-button:hover {
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
    background-color: #E6BF38;
    color: #000; }

h2.product-type-heading {
  font-size: 2.6rem; }

@media (max-width: 453px) {
  .slider-container .noUi-target {
    width: auto !important; }
  .filter-control-element {
    margin-right: 0; } }

@media (max-width: 434px) {
  .scr-air-products-list .filter-controls .filter-controls-row {
    display: block; }
  .scr-air-products-list .filter-controls .filter-controls-row .filter-control-element:not(:last-of-type),
  .scr-air-products-list .filter-controls .filter-controls-row .filter-control-element {
    width: auto; } }

.blocks__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.air-treatment-strip {
  background-color: #D1E1ED;
  padding: 3rem 0;
  margin-top: 2rem; }
  .air-treatment-strip h2 {
    color: #0869B4; }
  .air-treatment-strip .widget-even.widget-last.widget-2.col-right.widget-wrapper {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%; }
  .air-treatment-strip .widget-odd.widget-first.widget-1.col-left.widget-wrapper {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%; }
    @media only screen and (max-width: 620px) {
      .air-treatment-strip .widget-odd.widget-first.widget-1.col-left.widget-wrapper {
        text-align: center; } }
  .air-treatment-strip a.button {
    margin-top: 1.5rem; }
  @media only screen and (max-width: 620px) {
    .air-treatment-strip .blocks__content {
      flex-direction: column; } }

.contact-us {
  background: #0869B4;
  color: #fff;
  padding: 4rem 0;
  text-align: center; }
  .contact-us h3 {
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 1.8rem; }
  .contact-us a.button {
    background-color: #02355F;
    margin-top: 1rem;
    position: relative;
    transition: .3s all ease-in;
    text-transform: uppercase !important; }
    .contact-us a.button:hover {
      transform: scale(1.03);
      box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
      background-color: #E6BF38;
      color: #000; }

@media only screen and (max-width: 900px) {
  .slider-max-value {
    padding-left: 203px !important; } }

@media only screen and (max-width: 434px) {
  .slider-values {
    position: relative;
    display: flex;
    justify-content: space-between;
    top: 6px; } }

@media only screen and (max-width: 750px) {
  .product-type-section .product-table th:nth-child(9),
  .product-type-section .product-table td:nth-child(9),
  .product-type-section .product-table th:nth-child(10),
  .product-type-section .product-table td:nth-child(10),
  .product-type-section .product-table th:nth-child(11),
  .product-type-section .product-table td:nth-child(11),
  .product-type-section .product-table th:nth-child(12),
  .product-type-section .product-table td:nth-child(12),
  .product-type-section .product-table th:nth-child(13),
  .product-type-section .product-table td:nth-child(13),
  .product-type-section .product-table th:nth-child(14),
  .product-type-section .product-table td:nth-child(14) {
    display: none; } }

@media only screen and (max-width: 744px) {
  table.product-table {
    overflow-x: scroll !important;
    display: block;
    border: 0 !important; } }

.product-type-section-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 550px) {
    .product-type-section-header {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .product-type-section-header-image {
    min-width: 22rem;
    padding: 0 0 0 3rem !important; }
    @media only screen and (max-width: 550px) {
      .product-type-section-header-image {
        display: none; } }

.product-type-section-header-image {
  width: 400px;
  padding: 40px 0 40px 30px; }

@media only screen and (max-width: 573px) {
  .product-catalogue-link.link-catalogue {
    margin-bottom: 1rem; } }

/*   GUTTENBERG     */
.has-darker-blue-background-color {
  background-color: #02355F; }

.has-light-blue-background-color {
  background-color: #0869B4; }

.has-light-grey-background-color {
  background-color: #0869B4; }

.has-white-background-color {
  background-color: #EEEEEF; }

.has-white-color {
  color: #fff; }

.has-darker-blue-color {
  color: #02355F; }

.has-light-grey-color {
  color: #EEEEEF; }

.has-light-blue-color {
  color: #0869B4; }

@media only screen and (min-width: 1140px) {
  .alignfull, .alignwide {
    margin-bottom: 2em; }
  .alignwide {
    width: 75vw;
    margin-left: 50%;
    transform: translateX(-50%); }
  .alignfull {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); } }

.middle-area > *.alignfull, .entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both; }

.middle-area .wp-block-image.alignfull img {
  width: 100vw; }

@media only screen and (min-width: 768px) {
  .middle-area .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 768px) {
  .middle-area .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem)); } }

@media only screen and (min-width: 768px) {
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover-image.alignfull h2,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px); } }

@media only screen and (min-width: 1168px) {
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover-image.alignfull h2,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover.alignfull h2 {
    max-width: calc(6 * (100vw / 12) - 28px); } }

@media only screen and (min-width: 768px) {
  .middle-area .wp-block-cover-image.alignfull,
  .middle-area .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem)); }
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover-image.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover-image.alignfull h2,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-image-text,
  .middle-area .wp-block-cover.alignfull .wp-block-cover-text,
  .middle-area .wp-block-cover.alignfull h2 {
    padding: 0; } }

@media only screen and (max-width: 781px) {
  .wp-block-columns {
    display: block; }
  .has-2-columns .wp-block-column,
  .has-3-columns .wp-block-column,
  .has-4-columns .wp-block-column,
  .has-5-columns .wp-block-column,
  .has-6-columns .wp-block-column {
    width: 100%; }
  .wp-block-column:not(:first-child) {
    margin-left: 0; } }

body {
  overflow-x: hidden !important; }

.header {
  height: 15.8rem;
  padding: 4rem 0;
  background: #0869B4;
  border-bottom: 9px solid #8B8D90;
  color: #fff;
  position: relative;
  z-index: 3000;
  height: 17rem; }
  .header a {
    color: #fff; }
  .header__top {
    height: 2.9rem;
    background-color: #02355F;
    border-bottom: 1px solid #E6BF38; }
    @media only screen and (max-width: 1033px) {
      .header__top {
        height: 4.5rem; } }
  .header__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .header .logo {
    width: 15rem;
    margin-right: 4rem;
    flex-shrink: 0; }
  .header span.foter__contact-phone {
    padding-left: 3rem; }
  .header__right-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 3.2rem 0 1.2rem 0; }
    @media only screen and (max-width: 1033px) {
      .header__right-top {
        margin: 1.2rem 0; } }
  .header__right-title {
    margin: 0 auto; }
    @media only screen and (max-width: 1033px) {
      .header__right-title {
        font-size: 2.3rem;
        text-align: right; } }
    @media only screen and (max-width: 550px) {
      .header__right-title {
        font-size: 1.6rem;
        line-height: 1.3; } }
  @media only screen and (max-width: 1033px) {
    .header__right-contacts {
      position: absolute;
      top: -3.5rem;
      left: 2rem; } }
  .header__navigation {
    margin-top: 1rem; }
    @media only screen and (max-width: 1033px) {
      .header__navigation {
        margin-top: 0;
        position: absolute;
        top: -4.4rem;
        right: 1rem; } }
  @media only screen and (max-width: 500px) {
    .header span.mega-toggle-label {
      display: none; } }

.container {
  max-width: 118.5rem; }
  @media only screen and (max-width: 1140px) {
    .container {
      padding-left: 3rem;
      padding-right: 3rem; } }

.align-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.wrapper {
  background: #fff;
  position: relative;
  z-index: 500; }

body.home .wrapper {
  background: #EEEEEF; }

.content {
  padding-top: 30px;
  min-height: 36rem;
  padding-bottom: 3rem; }

article.article {
  margin-bottom: 2rem; }

.article-links {
  padding: 2rem 0 4rem;
  font-size: 1.4rem;
  clear: both; }

.footer {
  background: linear-gradient(to top, #084B83, #023660);
  color: #fff;
  padding: 4rem 0;
  font-size: 1.5rem; }
  .footer-left__social-media {
    padding: 1rem 0 1.6rem; }
    .footer-left__social-media .fab {
      margin-left: .6rem; }
  .footer-left__menu-nav ul {
    margin: 0 0 5rem 0;
    padding: 0; }
    @media (max-width: 35.8125em) {
      .footer-left__menu-nav ul {
        margin: 0 0 3rem 0; } }
  .footer-left__menu-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase; }
  @media (max-width: 35.8125em) {
    .footer-left {
      text-align: center !important; } }
  @media (max-width: 35.8125em) {
    .footer-right {
      text-align: center !important; } }
  @media (max-width: 47.9375em) {
    .footer-bottom__left {
      text-align: center; } }
  @media (max-width: 47.9375em) {
    .footer-bottom__right.text-right {
      text-align: center !important; } }

.copyright-area {
  background: #000;
  padding: 1.9rem 0;
  color: #fff;
  font-size: 1.5rem;
  border-top: 1px solid #E6BF38; }
  @media (max-width: 35.8125em) {
    .copyright-area__right, .copyright-area__left {
      text-align: center !important; } }
  .copyright-area a {
    color: #8B8D90; }
    .copyright-area a:hover {
      color: #e50080; }

.wp-block-columns.has-2-columns.two-cols-block {
  padding-top: 4rem; }

.fab {
  font-size: 2.5rem; }

.centered {
  text-align: center; }

.alignright {
  max-width: 50%; }
  @media only screen and (max-width: 650px) {
    .alignright {
      max-width: 100%; } }
  .alignright img {
    float: right;
    margin-left: 4rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 650px) {
      .alignright img {
        float: none;
        margin-left: 0;
        margin-bottom: 4rem; } }

.post-featured-image.alignright {
  text-align: center;
  max-width: 100%; }
  @media only screen and (min-width: 767px) {
    .post-featured-image.alignright {
      max-width: 50%;
      float: right;
      margin: 0 0 2rem 3rem; } }

.alignleft img {
  float: right;
  margin-right: 4rem;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
  border: 0.8rem solid #fff; }

span.news-excerpt p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.wp-block-table.is-style-stripes {
  border-top: 1px solid #0869B4;
  border-left: 1px solid #0869B4; }
  .wp-block-table.is-style-stripes td {
    border-bottom: 1px solid #0869B4;
    border-right: 1px solid #0869B4;
    padding: .75rem 2rem;
    font-size: 1.4rem; }

.space-top {
  margin-top: 5rem; }

.distributors {
  background: #A3C7E3;
  padding: 5rem 0;
  margin-top: 2rem; }
  .distributors h2.title {
    margin-bottom: 5rem; }

.distributors-list {
  padding: 1rem 1rem 3rem; }
  @media only screen and (max-width: 767px) {
    .distributors-list {
      text-align: center; } }
  .distributors-list__address {
    line-height: 130% !important; }
  .distributors-list__website {
    margin-top: 1rem; }
  .distributors-list h3 {
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .distributors-list .button {
      margin-bottom: 2rem; } }

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 5px !important; }

.label-above .nf-field-label {
  margin-bottom: 5px !important; }

.nf-field .nf-field-label label {
  font-weight: 400; }

.nf-field .nf-field-element input, .nf-field .nf-field-element textarea {
  background: #A3C7E3;
  border: none;
  padding: 3px .8rem;
  border-radius: 0; }
  .nf-field .nf-field-element input:focus, .nf-field .nf-field-element textarea:focus {
    outline: 0; }

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um a.um-button, .um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background: #0869B4 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 19px 30px !important;
  min-width: unset !important; }

.um input[type="submit"].um-button:hover {
  background: #E6BF38 !important;
  transform: scale(1.1);
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6); }

.w3eden .card h3 {
  font-size: 1.7rem;
  font-weight: 700;
  font-weight: normal; }
  .w3eden .card h3 a {
    color: #0869B4; }

.pull-left.label.label-primary.label-wpdm-categroy {
  font-size: 1.8rem !important;
  font-weight: bold; }

.one-of-five {
  float: left;
  position: relative;
  width: calc((100% - 3 * 2rem) / 4); }
  .one-of-five:not(:last-child) {
    margin-right: 2rem; }

.home-intro-block {
  margin: 0 4rem; }
  @media only screen and (max-width: 550px) {
    .home-intro-block {
      font-size: 1.9rem !important;
      margin: 0; } }

.two-cols-block {
  margin: 2rem 0 7rem;
  position: relative; }
  .two-cols-block .wp-block-column {
    box-shadow: 0.5rem 0.8rem 2.8rem rgba(0, 0, 0, 0.5);
    background: #000;
    border: 10px solid #fff;
    transition: all .3s; }
  .two-cols-block .wp-block-column:hover {
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.6); }
  .two-cols-block h2 {
    position: absolute;
    margin-top: -7.5rem;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.6rem;
    padding: 0 0 0 4rem; }
    .two-cols-block h2 a {
      color: #fff; }
  .two-cols-block p {
    margin: 0 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 140%; }
  .two-cols-block a {
    color: #fff;
    display: block; }

.background-dark {
  background: #0869B4;
  padding: 2.5rem 0;
  color: #fff;
  font-size: 2rem; }

.parallax-window {
  min-height: 40rem;
  background: transparent; }
  @media (max-width: 47.9375em) {
    .parallax-window {
      min-height: 32rem; } }

.four-buttons {
  background-color: #000;
  padding: 1rem 0; }
  .four-buttons .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly; }
    @media only screen and (max-width: 1016px) {
      .four-buttons .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .four-buttons .container > div {
          width: 50%;
          text-align: center;
          padding: .5rem; } }
    @media only screen and (max-width: 530px) {
      .four-buttons .container > div {
        width: 100%;
        text-align: center; } }
  .four-buttons__box img {
    width: 100%; }

.logo-showcase {
  padding: 5rem 3rem 5rem;
  background: #fff; }
  .logo-showcase h2 {
    margin-bottom: 1rem; }

.slick-slider .slick-track, .slick-slider .slick-list {
  display: flex;
  align-items: center; }

div#wpl-logo-carousel-281.wpl-logo-carousel .wpl-logo {
  padding: 0 1rem; }

@media only screen and (min-width: 768px) {
  figure.wp-block-image.size-large.floaty {
    margin-bottom: -30rem !important;
    top: 2rem;
    position: relative; } }

.blog-feed {
  font-size: 1.5rem;
  margin-bottom: 6rem; }
  .blog-feed__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 1033px) {
      .blog-feed__wrapper > div:nth-of-type(3n) {
        display: none; } }
    @media only screen and (max-width: 557px) {
      .blog-feed__wrapper {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .blog-feed__posts {
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    flex-basis: 33.33%;
    margin: 0 3%; }
    @media only screen and (max-width: 1033px) {
      .blog-feed__posts {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%; } }
    @media only screen and (max-width: 557px) {
      .blog-feed__posts {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        margin-bottom: 4rem; } }
    .blog-feed__posts:first-of-type {
      margin-left: 0; }
    .blog-feed__posts:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 1033px) {
      .blog-feed__posts:nth-of-type(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 557px) {
      .blog-feed__posts {
        margin-right: 0 !important;
        margin-left: 0 !important; } }
  .blog-feed h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: .8rem;
    color: #0869B4; }
  .blog-feed .info-date {
    color: #A7A7A8;
    margin-bottom: 1.2rem; }
  .blog-feed p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

a.moretag {
  width: auto;
  background: #0869B4;
  padding: .8rem 2rem;
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 2rem; }

.n2-ss-slider p {
  font-size: 1.7rem !important; }

.n2-ss-slider .n2-ss-button-container a {
  position: relative;
  display: block;
  transition: 0.3s all ease-in !important;
  font-size: 1.5rem; }
  .n2-ss-slider .n2-ss-button-container a:hover {
    transform: scale(1.1); }

@media only screen and (max-width: 600px) {
  .n2-ss-slider [row-wrapped="1"] > .n2-ss-layer-row-inner {
    flex-direction: column-reverse; }
  div#n2-ss-2 .n2-ss-button-container,
  div#n2-ss-2 .n2-ss-button-container a {
    display: block !important; }
  .n2-ss-button-container a {
    font-size: 1.6rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
    .n2-ss-button-container a:hover {
      transform: unset !important; } }
