/***
* Grid
*/
/***
* Colors
*/
/***
* Font
*/
/***
* MEASURES
*/
/***
* Icons
*/
/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. WP styles and Screen readers

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  height: 100%;
  font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll !important; /* Keeps page centred in all browsers regardless of content height */
  overflow-x: hidden; /* Hide horizontal scrollbar on the page with VC stretch row */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 2. Default tag's settings
-------------------------------------------------------------- */
html {
  font-size: 15px;
}

body {
  text-rendering: optimizeLegibility;
}

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

li > ol, li > ul, dl > dd {
  margin-bottom: 0;
}

li > p {
  margin-bottom: 0;
}

li > p + p {
  margin-top: 0.5em;
}

ol, ul {
  padding-left: 1.5em;
}

ul ul {
  list-style: disc;
}

.page_content_wrap .content .wpb_text_column li > ol,
.page_content_wrap .content .wpb_text_column li > ul,
.page_content_wrap .content .wpb_text_column ol li + li,
.page_content_wrap .content .wpb_text_column ul li + li {
  margin-top: 0.75em;
}

/* Links */
a {
  text-decoration: none;
  background: transparent;
}

a,
a:hover,
a:focus,
a:active {
  outline: 0;
}

a img {
  border: none;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: block;
}

:active, :focus {
  outline: 0;
}

/* Tables */
table {
  border-collapse: collapse;
}

table > p {
  margin: 0 !important;
}

table td, table th {
  padding: 1.8em 1em;
}

table th {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

caption {
  font-weight: 700;
  text-align: center;
}

.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
  font-weight: 300;
}

/* Blockquotes */
blockquote {
  margin: 0;
}

/* Other tags */
dd {
  margin-left: 1.5em;
}

dt, b, strong {
  font-weight: bold;
}

h1 strong, h2 strong {
  font-weight: 700;
}

dfn, em, i {
  font-style: italic;
}

pre, code, kbd, tt, var, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  letter-spacing: 0;
}

pre {
  overflow: auto;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

mark, ins {
  background-color: transparent;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

[hidden], template {
  display: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
  border-top: 1px solid #eee;
  margin: 6.7857em 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
  transition: all ease-in-out 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 1;
  padding: 17px 10px;
}

figure:hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
  margin-bottom: -5em;
}

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

/* Audio and Video */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

iframe, video, embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
}

/* Fontello icons */
[class^=icon-]:before, [class*=" icon-"]:before {
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  width: auto;
  margin: 0;
}

/* 3. Form fields settings
-------------------------------------------------------------- */
/* Common rules */
form {
  margin-bottom: 0;
}

button, input, optgroup, select, textarea, textarea.wp-editor-area {
  font-family: inherit;
  font-size: 1em; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button {
  overflow: visible;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

textarea, textarea.wp-editor-area,
select, option,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=date],
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  border-radius: 0;
  transition: all 0.3s ease;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=number]::-webkit-outer-spin-button {
  height: 50%;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

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

button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
  outline: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=date],
select,
textarea,
textarea.wp-editor-area {
  -webkit-appearance: none;
  outline: none;
  resize: none;
}

/* Required fields */
label.required:after {
  content: "*";
  display: none;
  vertical-align: text-top;
  font-size: 80%;
  color: #da6f5b;
}

/* Field set */
fieldset {
  padding: 1em 1.5em;
  margin: 1.5em 0.2em;
  border: 1px solid;
  position: relative;
}

fieldset legend {
  position: absolute;
  top: -0.6em;
  left: 1.5em;
  background-color: #fff;
  font-weight: 400;
  font-style: italic;
  padding: 0 0.2em;
  letter-spacing: 0;
}

input[type=reset],
input[type=submit] {
  border: 1px solid;
}

/* Buttons in widgets */
.widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
  font-size: 11px;
  line-height: 16px;
  padding: 10px 16px;
}

textarea,
textarea.wp-editor-area {
  overflow: hidden; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
}

.widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
  padding: 1em 1.2em;
}

/* Radio buttons and checkboxes */
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5em;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: " ";
  font-family: fontello;
  display: block;
  text-align: center;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
  width: 0.6em;
  height: 0.6em;
  line-height: 0.53em;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
  content: "\e8ab";
}

input[type=radio]:checked + label:before {
  content: "\e83c";
}

/* Select container (dropdown) */
select {
  text-overflow: ellipsis;
}

.select_container {
  width: 100%;
  position: relative;
}

.select_container,
.select_container:after,
.select_container select {
  transition: all ease 0.3s;
}

.select_container:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}

.select_container:after {
  content: "\e828";
  font-family: "fontello";
  display: block;
  line-height: 1em;
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}

.select_container select {
  background: none !important;
  border: none !important;
  width: 99% !important; /* use 100% if .select_container haven't border radius, else - only 99% */
  padding: 1.4em 1.4em;
  padding-right: 3em !important;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget .select_container select {
  padding-right: 2em !important;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.widget .select_container:before {
  width: 2em;
}

.widget .select_container:after {
  right: 0.5em;
}

.widget > .select_container {
  padding: 0 !important;
  margin: 0 14%;
  width: inherit !important;
}

.widget .select_container select {
  padding-left: 0;
  border-width: 1px !important;
  border-style: solid !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

/* Select2 - Advanced select with search */
.select2-container .select2-choice,
.select2-container .select2-selection {
  height: auto;
  border: 1px solid;
  padding: 1em 0 1em 1.4em;
  border-radius: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-drop-active {
  border: none;
}

.select2-results {
  border: 1px solid;
}

.select2-search {
  padding: 4px 0;
}

/* 4. WP styles and Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 1em 1.5em;
  font-size: 0.8em;
  line-height: normal;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  text-decoration: none;
  z-index: 100000; /* Above WP toolbar */
}

.alignleft {
  display: inline-block;
  float: left;
  margin-right: 2em;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 2em;
}

.aligncenter {
  clear: both;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

img.alignleft,
img.alignright,
figure.alignleft,
figure.alignright {
  margin-top: 0.5em;
  margin-bottom: 0.2em !important;
}

figure.aligncenter {
  margin-bottom: 1em;
}

/* Gallery */
.gallery {
  margin: 0 -5px;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1em;
  overflow: hidden;
  box-sizing: border-box;
}

.gallery .gallery-item a {
  display: block;
}

.gallery .gallery-item a img {
  border: none !important;
  display: block;
  width: 100%;
}

.gallery .gallery-item .gallery-icon {
  margin: 0 5px;
}

.gallery .gallery-item .gallery-caption {
  line-height: 15px;
  margin: 0 5px;
  padding: 6px;
  font-size: 11px;
  max-height: 42px;
}

.gallery .gallery-item:hover .gallery-caption {
  bottom: -200px;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111% !important;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857% !important;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666% !important;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333% !important;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.gallery.gallery-columns-9 .gallery-caption {
  font-size: 0.625em;
}

.gallery.gallery-columns-8 .gallery-caption {
  font-size: 0.6875em;
}

.gallery.gallery-columns-7 .gallery-caption {
  font-size: 0.75em;
}

.gallery.gallery-columns-6 .gallery-caption {
  font-size: 0.8125em;
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

.post-password-form input[type=submit] {
  display: inline-block;
  margin-left: 0.5em;
  padding: 1.084em 2em;
}

.post-password-form input[type=password] {
  padding: 1em 0em;
  margin-left: 0.5em;
}

.hide-for-xs-only {
  display: none !important;
}

.show-for-xs-only {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .hide-for-sm {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .show-for-sm {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hide-for-sm-only {
    display: none !important;
  }
}
@media screen and (max-width: 479px), screen and (min-width: 768px) {
  .show-for-sm-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-for-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-for-md-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 992px) {
  .show-for-md-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hide-for-lg {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .show-for-lg {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-for-lg-only {
    display: none !important;
  }
}
@media screen and (max-width: 991px), screen and (min-width: 1200px) {
  .show-for-lg-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-for-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-for-xl {
    display: none !important;
  }
}
.text-white, .text-white * {
  color: #FFFFFF !important;
}
.text-primary {
  color: var(--ppi-primary-color, #8ac900) !important;
}

.bg-dark {
  background-color: #333333;
}
.bg-primary {
  background-color: var(--ppi-primary-color, #8ac900);
}
.bg-secondary {
  background-color: var(--ppi-secondary-color, #edb00a);
}

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

/**
 * Grid
 */
.ppi_row:after,
.ppi_row:before {
  content: " ";
  display: table;
}

.ppi_row:after {
  clear: both;
}

.ppi_column_container {
  width: 100%;
}

.ppi_row {
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
}

.ppi_col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

@media (min-width: 0) {
  .ppi_col-xs-1 {
    float: left;
    width: calc(100% / 12 * 1);
  }
  .ppi_col-xs-pull-1 {
    right: calc(100% / 12 * 1);
  }
  .ppi_col-xs-push-1 {
    left: calc(100% / 12 * 1);
  }
  .ppi_col-xs-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .ppi_col-xs-2 {
    float: left;
    width: calc(100% / 12 * 2);
  }
  .ppi_col-xs-pull-2 {
    right: calc(100% / 12 * 2);
  }
  .ppi_col-xs-push-2 {
    left: calc(100% / 12 * 2);
  }
  .ppi_col-xs-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .ppi_col-xs-3 {
    float: left;
    width: calc(100% / 12 * 3);
  }
  .ppi_col-xs-pull-3 {
    right: calc(100% / 12 * 3);
  }
  .ppi_col-xs-push-3 {
    left: calc(100% / 12 * 3);
  }
  .ppi_col-xs-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .ppi_col-xs-4 {
    float: left;
    width: calc(100% / 12 * 4);
  }
  .ppi_col-xs-pull-4 {
    right: calc(100% / 12 * 4);
  }
  .ppi_col-xs-push-4 {
    left: calc(100% / 12 * 4);
  }
  .ppi_col-xs-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .ppi_col-xs-5 {
    float: left;
    width: calc(100% / 12 * 5);
  }
  .ppi_col-xs-pull-5 {
    right: calc(100% / 12 * 5);
  }
  .ppi_col-xs-push-5 {
    left: calc(100% / 12 * 5);
  }
  .ppi_col-xs-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .ppi_col-xs-6 {
    float: left;
    width: calc(100% / 12 * 6);
  }
  .ppi_col-xs-pull-6 {
    right: calc(100% / 12 * 6);
  }
  .ppi_col-xs-push-6 {
    left: calc(100% / 12 * 6);
  }
  .ppi_col-xs-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .ppi_col-xs-7 {
    float: left;
    width: calc(100% / 12 * 7);
  }
  .ppi_col-xs-pull-7 {
    right: calc(100% / 12 * 7);
  }
  .ppi_col-xs-push-7 {
    left: calc(100% / 12 * 7);
  }
  .ppi_col-xs-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .ppi_col-xs-8 {
    float: left;
    width: calc(100% / 12 * 8);
  }
  .ppi_col-xs-pull-8 {
    right: calc(100% / 12 * 8);
  }
  .ppi_col-xs-push-8 {
    left: calc(100% / 12 * 8);
  }
  .ppi_col-xs-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .ppi_col-xs-9 {
    float: left;
    width: calc(100% / 12 * 9);
  }
  .ppi_col-xs-pull-9 {
    right: calc(100% / 12 * 9);
  }
  .ppi_col-xs-push-9 {
    left: calc(100% / 12 * 9);
  }
  .ppi_col-xs-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .ppi_col-xs-10 {
    float: left;
    width: calc(100% / 12 * 10);
  }
  .ppi_col-xs-pull-10 {
    right: calc(100% / 12 * 10);
  }
  .ppi_col-xs-push-10 {
    left: calc(100% / 12 * 10);
  }
  .ppi_col-xs-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .ppi_col-xs-11 {
    float: left;
    width: calc(100% / 12 * 11);
  }
  .ppi_col-xs-pull-11 {
    right: calc(100% / 12 * 11);
  }
  .ppi_col-xs-push-11 {
    left: calc(100% / 12 * 11);
  }
  .ppi_col-xs-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .ppi_col-xs-12 {
    float: left;
    width: calc(100% / 12 * 12);
  }
  .ppi_col-xs-pull-12 {
    right: calc(100% / 12 * 12);
  }
  .ppi_col-xs-push-12 {
    left: calc(100% / 12 * 12);
  }
  .ppi_col-xs-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
.ppi_col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .ppi_col-sm-1 {
    float: left;
    width: calc(100% / 12 * 1);
  }
  .ppi_col-sm-pull-1 {
    right: calc(100% / 12 * 1);
  }
  .ppi_col-sm-push-1 {
    left: calc(100% / 12 * 1);
  }
  .ppi_col-sm-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .ppi_col-sm-2 {
    float: left;
    width: calc(100% / 12 * 2);
  }
  .ppi_col-sm-pull-2 {
    right: calc(100% / 12 * 2);
  }
  .ppi_col-sm-push-2 {
    left: calc(100% / 12 * 2);
  }
  .ppi_col-sm-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .ppi_col-sm-3 {
    float: left;
    width: calc(100% / 12 * 3);
  }
  .ppi_col-sm-pull-3 {
    right: calc(100% / 12 * 3);
  }
  .ppi_col-sm-push-3 {
    left: calc(100% / 12 * 3);
  }
  .ppi_col-sm-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .ppi_col-sm-4 {
    float: left;
    width: calc(100% / 12 * 4);
  }
  .ppi_col-sm-pull-4 {
    right: calc(100% / 12 * 4);
  }
  .ppi_col-sm-push-4 {
    left: calc(100% / 12 * 4);
  }
  .ppi_col-sm-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .ppi_col-sm-5 {
    float: left;
    width: calc(100% / 12 * 5);
  }
  .ppi_col-sm-pull-5 {
    right: calc(100% / 12 * 5);
  }
  .ppi_col-sm-push-5 {
    left: calc(100% / 12 * 5);
  }
  .ppi_col-sm-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .ppi_col-sm-6 {
    float: left;
    width: calc(100% / 12 * 6);
  }
  .ppi_col-sm-pull-6 {
    right: calc(100% / 12 * 6);
  }
  .ppi_col-sm-push-6 {
    left: calc(100% / 12 * 6);
  }
  .ppi_col-sm-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .ppi_col-sm-7 {
    float: left;
    width: calc(100% / 12 * 7);
  }
  .ppi_col-sm-pull-7 {
    right: calc(100% / 12 * 7);
  }
  .ppi_col-sm-push-7 {
    left: calc(100% / 12 * 7);
  }
  .ppi_col-sm-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .ppi_col-sm-8 {
    float: left;
    width: calc(100% / 12 * 8);
  }
  .ppi_col-sm-pull-8 {
    right: calc(100% / 12 * 8);
  }
  .ppi_col-sm-push-8 {
    left: calc(100% / 12 * 8);
  }
  .ppi_col-sm-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .ppi_col-sm-9 {
    float: left;
    width: calc(100% / 12 * 9);
  }
  .ppi_col-sm-pull-9 {
    right: calc(100% / 12 * 9);
  }
  .ppi_col-sm-push-9 {
    left: calc(100% / 12 * 9);
  }
  .ppi_col-sm-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .ppi_col-sm-10 {
    float: left;
    width: calc(100% / 12 * 10);
  }
  .ppi_col-sm-pull-10 {
    right: calc(100% / 12 * 10);
  }
  .ppi_col-sm-push-10 {
    left: calc(100% / 12 * 10);
  }
  .ppi_col-sm-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .ppi_col-sm-11 {
    float: left;
    width: calc(100% / 12 * 11);
  }
  .ppi_col-sm-pull-11 {
    right: calc(100% / 12 * 11);
  }
  .ppi_col-sm-push-11 {
    left: calc(100% / 12 * 11);
  }
  .ppi_col-sm-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .ppi_col-sm-12 {
    float: left;
    width: calc(100% / 12 * 12);
  }
  .ppi_col-sm-pull-12 {
    right: calc(100% / 12 * 12);
  }
  .ppi_col-sm-push-12 {
    left: calc(100% / 12 * 12);
  }
  .ppi_col-sm-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
.ppi_col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .ppi_col-md-1 {
    float: left;
    width: calc(100% / 12 * 1);
  }
  .ppi_col-md-pull-1 {
    right: calc(100% / 12 * 1);
  }
  .ppi_col-md-push-1 {
    left: calc(100% / 12 * 1);
  }
  .ppi_col-md-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .ppi_col-md-2 {
    float: left;
    width: calc(100% / 12 * 2);
  }
  .ppi_col-md-pull-2 {
    right: calc(100% / 12 * 2);
  }
  .ppi_col-md-push-2 {
    left: calc(100% / 12 * 2);
  }
  .ppi_col-md-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .ppi_col-md-3 {
    float: left;
    width: calc(100% / 12 * 3);
  }
  .ppi_col-md-pull-3 {
    right: calc(100% / 12 * 3);
  }
  .ppi_col-md-push-3 {
    left: calc(100% / 12 * 3);
  }
  .ppi_col-md-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .ppi_col-md-4 {
    float: left;
    width: calc(100% / 12 * 4);
  }
  .ppi_col-md-pull-4 {
    right: calc(100% / 12 * 4);
  }
  .ppi_col-md-push-4 {
    left: calc(100% / 12 * 4);
  }
  .ppi_col-md-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .ppi_col-md-5 {
    float: left;
    width: calc(100% / 12 * 5);
  }
  .ppi_col-md-pull-5 {
    right: calc(100% / 12 * 5);
  }
  .ppi_col-md-push-5 {
    left: calc(100% / 12 * 5);
  }
  .ppi_col-md-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .ppi_col-md-6 {
    float: left;
    width: calc(100% / 12 * 6);
  }
  .ppi_col-md-pull-6 {
    right: calc(100% / 12 * 6);
  }
  .ppi_col-md-push-6 {
    left: calc(100% / 12 * 6);
  }
  .ppi_col-md-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .ppi_col-md-7 {
    float: left;
    width: calc(100% / 12 * 7);
  }
  .ppi_col-md-pull-7 {
    right: calc(100% / 12 * 7);
  }
  .ppi_col-md-push-7 {
    left: calc(100% / 12 * 7);
  }
  .ppi_col-md-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .ppi_col-md-8 {
    float: left;
    width: calc(100% / 12 * 8);
  }
  .ppi_col-md-pull-8 {
    right: calc(100% / 12 * 8);
  }
  .ppi_col-md-push-8 {
    left: calc(100% / 12 * 8);
  }
  .ppi_col-md-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .ppi_col-md-9 {
    float: left;
    width: calc(100% / 12 * 9);
  }
  .ppi_col-md-pull-9 {
    right: calc(100% / 12 * 9);
  }
  .ppi_col-md-push-9 {
    left: calc(100% / 12 * 9);
  }
  .ppi_col-md-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .ppi_col-md-10 {
    float: left;
    width: calc(100% / 12 * 10);
  }
  .ppi_col-md-pull-10 {
    right: calc(100% / 12 * 10);
  }
  .ppi_col-md-push-10 {
    left: calc(100% / 12 * 10);
  }
  .ppi_col-md-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .ppi_col-md-11 {
    float: left;
    width: calc(100% / 12 * 11);
  }
  .ppi_col-md-pull-11 {
    right: calc(100% / 12 * 11);
  }
  .ppi_col-md-push-11 {
    left: calc(100% / 12 * 11);
  }
  .ppi_col-md-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .ppi_col-md-12 {
    float: left;
    width: calc(100% / 12 * 12);
  }
  .ppi_col-md-pull-12 {
    right: calc(100% / 12 * 12);
  }
  .ppi_col-md-push-12 {
    left: calc(100% / 12 * 12);
  }
  .ppi_col-md-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
.ppi_col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .ppi_col-lg-1 {
    float: left;
    width: calc(100% / 12 * 1);
  }
  .ppi_col-lg-pull-1 {
    right: calc(100% / 12 * 1);
  }
  .ppi_col-lg-push-1 {
    left: calc(100% / 12 * 1);
  }
  .ppi_col-lg-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .ppi_col-lg-2 {
    float: left;
    width: calc(100% / 12 * 2);
  }
  .ppi_col-lg-pull-2 {
    right: calc(100% / 12 * 2);
  }
  .ppi_col-lg-push-2 {
    left: calc(100% / 12 * 2);
  }
  .ppi_col-lg-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .ppi_col-lg-3 {
    float: left;
    width: calc(100% / 12 * 3);
  }
  .ppi_col-lg-pull-3 {
    right: calc(100% / 12 * 3);
  }
  .ppi_col-lg-push-3 {
    left: calc(100% / 12 * 3);
  }
  .ppi_col-lg-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .ppi_col-lg-4 {
    float: left;
    width: calc(100% / 12 * 4);
  }
  .ppi_col-lg-pull-4 {
    right: calc(100% / 12 * 4);
  }
  .ppi_col-lg-push-4 {
    left: calc(100% / 12 * 4);
  }
  .ppi_col-lg-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .ppi_col-lg-5 {
    float: left;
    width: calc(100% / 12 * 5);
  }
  .ppi_col-lg-pull-5 {
    right: calc(100% / 12 * 5);
  }
  .ppi_col-lg-push-5 {
    left: calc(100% / 12 * 5);
  }
  .ppi_col-lg-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .ppi_col-lg-6 {
    float: left;
    width: calc(100% / 12 * 6);
  }
  .ppi_col-lg-pull-6 {
    right: calc(100% / 12 * 6);
  }
  .ppi_col-lg-push-6 {
    left: calc(100% / 12 * 6);
  }
  .ppi_col-lg-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .ppi_col-lg-7 {
    float: left;
    width: calc(100% / 12 * 7);
  }
  .ppi_col-lg-pull-7 {
    right: calc(100% / 12 * 7);
  }
  .ppi_col-lg-push-7 {
    left: calc(100% / 12 * 7);
  }
  .ppi_col-lg-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .ppi_col-lg-8 {
    float: left;
    width: calc(100% / 12 * 8);
  }
  .ppi_col-lg-pull-8 {
    right: calc(100% / 12 * 8);
  }
  .ppi_col-lg-push-8 {
    left: calc(100% / 12 * 8);
  }
  .ppi_col-lg-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .ppi_col-lg-9 {
    float: left;
    width: calc(100% / 12 * 9);
  }
  .ppi_col-lg-pull-9 {
    right: calc(100% / 12 * 9);
  }
  .ppi_col-lg-push-9 {
    left: calc(100% / 12 * 9);
  }
  .ppi_col-lg-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .ppi_col-lg-10 {
    float: left;
    width: calc(100% / 12 * 10);
  }
  .ppi_col-lg-pull-10 {
    right: calc(100% / 12 * 10);
  }
  .ppi_col-lg-push-10 {
    left: calc(100% / 12 * 10);
  }
  .ppi_col-lg-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .ppi_col-lg-11 {
    float: left;
    width: calc(100% / 12 * 11);
  }
  .ppi_col-lg-pull-11 {
    right: calc(100% / 12 * 11);
  }
  .ppi_col-lg-push-11 {
    left: calc(100% / 12 * 11);
  }
  .ppi_col-lg-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .ppi_col-lg-12 {
    float: left;
    width: calc(100% / 12 * 12);
  }
  .ppi_col-lg-pull-12 {
    right: calc(100% / 12 * 12);
  }
  .ppi_col-lg-push-12 {
    left: calc(100% / 12 * 12);
  }
  .ppi_col-lg-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
.ppi_col-xl-1 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-2 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-3 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-4 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-5 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-6 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-7 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-8 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-9 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-10 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-11 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

.ppi_col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .ppi_col-xl-1 {
    float: left;
    width: calc(100% / 12 * 1);
  }
  .ppi_col-xl-pull-1 {
    right: calc(100% / 12 * 1);
  }
  .ppi_col-xl-push-1 {
    left: calc(100% / 12 * 1);
  }
  .ppi_col-xl-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .ppi_col-xl-2 {
    float: left;
    width: calc(100% / 12 * 2);
  }
  .ppi_col-xl-pull-2 {
    right: calc(100% / 12 * 2);
  }
  .ppi_col-xl-push-2 {
    left: calc(100% / 12 * 2);
  }
  .ppi_col-xl-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .ppi_col-xl-3 {
    float: left;
    width: calc(100% / 12 * 3);
  }
  .ppi_col-xl-pull-3 {
    right: calc(100% / 12 * 3);
  }
  .ppi_col-xl-push-3 {
    left: calc(100% / 12 * 3);
  }
  .ppi_col-xl-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .ppi_col-xl-4 {
    float: left;
    width: calc(100% / 12 * 4);
  }
  .ppi_col-xl-pull-4 {
    right: calc(100% / 12 * 4);
  }
  .ppi_col-xl-push-4 {
    left: calc(100% / 12 * 4);
  }
  .ppi_col-xl-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .ppi_col-xl-5 {
    float: left;
    width: calc(100% / 12 * 5);
  }
  .ppi_col-xl-pull-5 {
    right: calc(100% / 12 * 5);
  }
  .ppi_col-xl-push-5 {
    left: calc(100% / 12 * 5);
  }
  .ppi_col-xl-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .ppi_col-xl-6 {
    float: left;
    width: calc(100% / 12 * 6);
  }
  .ppi_col-xl-pull-6 {
    right: calc(100% / 12 * 6);
  }
  .ppi_col-xl-push-6 {
    left: calc(100% / 12 * 6);
  }
  .ppi_col-xl-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .ppi_col-xl-7 {
    float: left;
    width: calc(100% / 12 * 7);
  }
  .ppi_col-xl-pull-7 {
    right: calc(100% / 12 * 7);
  }
  .ppi_col-xl-push-7 {
    left: calc(100% / 12 * 7);
  }
  .ppi_col-xl-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .ppi_col-xl-8 {
    float: left;
    width: calc(100% / 12 * 8);
  }
  .ppi_col-xl-pull-8 {
    right: calc(100% / 12 * 8);
  }
  .ppi_col-xl-push-8 {
    left: calc(100% / 12 * 8);
  }
  .ppi_col-xl-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .ppi_col-xl-9 {
    float: left;
    width: calc(100% / 12 * 9);
  }
  .ppi_col-xl-pull-9 {
    right: calc(100% / 12 * 9);
  }
  .ppi_col-xl-push-9 {
    left: calc(100% / 12 * 9);
  }
  .ppi_col-xl-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .ppi_col-xl-10 {
    float: left;
    width: calc(100% / 12 * 10);
  }
  .ppi_col-xl-pull-10 {
    right: calc(100% / 12 * 10);
  }
  .ppi_col-xl-push-10 {
    left: calc(100% / 12 * 10);
  }
  .ppi_col-xl-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .ppi_col-xl-11 {
    float: left;
    width: calc(100% / 12 * 11);
  }
  .ppi_col-xl-pull-11 {
    right: calc(100% / 12 * 11);
  }
  .ppi_col-xl-push-11 {
    left: calc(100% / 12 * 11);
  }
  .ppi_col-xl-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .ppi_col-xl-12 {
    float: left;
    width: calc(100% / 12 * 12);
  }
  .ppi_col-xl-pull-12 {
    right: calc(100% / 12 * 12);
  }
  .ppi_col-xl-push-12 {
    left: calc(100% / 12 * 12);
  }
  .ppi_col-xl-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
.ppi_row.ppi_row-flex {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* barlow-regular - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../build/assets/fonts/barlow-v12-latin-regular.woff2") format("woff2"), url("../../build/assets/fonts/barlow-v12-latin-regular.woff") format("woff"), url("../../build/assets/fonts/barlow-v12-latin-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../build/assets/fonts/barlow-v12-latin-600.woff2") format("woff2"), url("../../build/assets/fonts/barlow-v12-latin-600.woff") format("woff"), url("../../build/assets/fonts/barlow-v12-latin-600.ttf") format("truetype");
}
/* barlow-800 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../../build/assets/fonts/barlow-v12-latin-800.woff2") format("woff2"), url("../../build/assets/fonts/barlow-v12-latin-800.woff") format("woff"), url("../../build/assets/fonts/barlow-v12-latin-800.ttf") format("truetype");
}
html {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

body, p, ul, li, small {
  color: var(--ppi-text-color, #333333);
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vc_row__dark-bg body, .vc_row__dark-bg p, .vc_row__dark-bg ul, .vc_row__dark-bg li, .vc_row__dark-bg small {
  color: var(--ppi-text-color-light, #FFFFFF);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--ppi-text-color, #333333);
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vc_row__dark-bg h1, .vc_row__dark-bg h2, .vc_row__dark-bg h3, .vc_row__dark-bg h4, .vc_row__dark-bg h5, .vc_row__dark-bg h6, .vc_row__dark-bg .h1, .vc_row__dark-bg .h2, .vc_row__dark-bg .h3, .vc_row__dark-bg .h4, .vc_row__dark-bg .h5, .vc_row__dark-bg .h6 {
  color: var(--ppi-text-color-light, #FFFFFF);
}

strong, b {
  font-weight: 700;
}

p {
  font-size: 1rem;
  margin: 0 0 25px;
}
p:empty {
  display: none;
}

nobr, .nobr {
  white-space: nowrap;
}

small {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

blockquote {
  font-size: 0.9rem;
  font-style: italic;
}

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

.icon--arrow-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}

.icon--arrow-right:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.icon--arrow-up:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}

.icon--arrow-down:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}

.icon--chevron-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.icon--chevron-right:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

.icon--chevron-up:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

.icon--chevron-down:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}

.icon--chevron-small-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}

.icon--chevron-small-right:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
}

.icon--chevron-small-up:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}

.icon--chevron-small-down:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
}

.icon--calendar:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
}

.icon--message:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
}

.icon--delete:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}

.icon--file:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
}

.icon--checkmark:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
}

.icon--close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}

.icon--download:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}

.icon--upload:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
}

.icon--group:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}

.icon--person:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
}

.icon--person-add:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
}

.icon--home:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
}

.icon--globe:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
}

.icon--link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

.icon--location:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
}

.icon--login:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
}

.icon--logout:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
}

.icon--email-sign:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
}

.icon--mail:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
}

.icon--phone:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
}

.icon--map:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
}

.icon--pdf:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.icon--refresh:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e922";
}

.icon--remove:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
}

.icon--add:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.icon--search:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}

.icon--zoom-in:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
}

.icon--zoom-out:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
}

.icon--settings:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
}

.icon--shopping-cart:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
}

.icon--thumb-down:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
}

.icon--thumb-up:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
}

.icon--camera:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92c";
}

.icon--share:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
}

.icon--facebook:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92e";
}

.icon--tiktok:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92f";
}

.icon--twitter:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e930";
}

.icon--instagram:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e931";
}

.icon--whatsapp:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
}

.icon--xing:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e933";
}

.icon--youtube:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e934";
}

.icon--pinterest:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e935";
}

.icon--linkedin:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e936";
}

.icon--notification:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e937";
}

.icon--warning:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e938";
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  background: #F6F6F6;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html.open-layer,
html.open-layer body {
  height: 100%;
  overflow: hidden;
}
html.body-fixed body {
  position: fixed;
  top: var(--temp-scroll-y, 0);
}

.page-wrap {
  background: #FFFFFF;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  grid-template-areas: "header" "main" "footer";
}

.content-wrap {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.header {
  background: #FFFFFF;
  grid-area: header;
  margin: 0 auto;
  max-width: 1920px;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header--sticky {
  position: -webkit-sticky;
  position: sticky;
}
.header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__logo {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
.header__logo img {
  height: 45px;
}
.header__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu ul a {
  color: var(--ppi-text-color, #333333);
  display: block;
}
.header__menu ul a:hover {
  color: var(--ppi-primary-color, #8ac900);
}
.header__menu .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__menu .menu li {
  position: relative;
}
.header__menu .menu > li > a {
  font-weight: 600;
  padding: 1.5rem 1rem;
  position: relative;
}
.header__menu .menu > li > a:after {
  background: var(--ppi-primary-color, #8ac900);
  bottom: 0;
  content: "";
  display: block;
  height: 0.2em;
  left: 1rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  z-index: 100;
}
.header__menu .menu > li .sub-menu {
  background: #F6F6F6;
  font-size: 0.9em;
  left: 50%;
  min-width: 15rem;
  opacity: 0;
  padding: 0.5rem 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0.6rem);
      -ms-transform: translate(-50%, 0.6rem);
          transform: translate(-50%, 0.6rem);
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  z-index: 1;
}
.header__menu .menu > li .sub-menu li a {
  color: var(--ppi-text-color, #333333);
  padding: 0.5em 1em;
}
.header__menu .menu > li .sub-menu li:hover > a, .header__menu .menu > li .sub-menu li.current-menu-item > a, .header__menu .menu > li .sub-menu li.current-menu-parent > a {
  color: var(--ppi-primary-color, #8ac900);
}
.header__menu .menu > li .sub-menu > li.menu-item-has-children:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-rounded-outline-300" !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: inherit;
  position: absolute;
  right: 1em;
  top: 0.4em;
}
.header__menu .menu > li .sub-menu > li.menu-item-has-children a {
  padding-right: 2em;
}
.header__menu .menu > li .sub-menu > li.menu-item-has-children > .sub-menu {
  background: #DDDDDD;
  font-size: 1em;
  left: 0;
  top: -0.5em;
  -webkit-transform: translate(-100%, 1em);
      -ms-transform: translate(-100%, 1em);
          transform: translate(-100%, 1em);
}
.header__menu .menu > li .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.header__menu .menu > li.current-menu-item > a:after, .header__menu .menu > li.current-menu-parent > a:after, .header__menu .menu > li:hover > a:after {
  opacity: 1;
}
.header__menu .menu > li:last-child > .sub-menu {
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, 0.6rem);
      -ms-transform: translate(0, 0.6rem);
          transform: translate(0, 0.6rem);
}
.header__menu .menu > li:hover > a {
  color: var(--ppi-primary-color, #8ac900);
}
.header__menu .menu > li:hover > a:after {
  opacity: 1;
}
.header__menu .menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__menu .menu > li:hover:last-child > .sub-menu {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header__search a {
  color: var(--ppi-text-color, #333333);
  display: block;
  padding: 1.5rem 1rem;
}
.header__search a:hover {
  color: var(--ppi-primary-color, #8ac900);
}
.header .hamburger {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

:where(.wp-site-blocks) > * {
  margin-top: 0;
}

main {
  padding: 50px 0;
  background-color: #f5f5f5;
}

footer {
  background: #3c3732;
}
footer * {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */
