*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* SCROLLBAR */
/* Chrome & Opera & ... */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: var(--brand-blanck-4);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--brand-purple-4);
  border-radius: 5px;
}

/*Content*/
#main-content{
  padding-top:70px;
}

#main-content.landing--page{
  padding-top:0;
}
#main-content.customer--stories{
  padding-top:0;
}


.content-wrapper {
  margin: 0 auto;
  max-width: 1140px;
/*  padding: 0 30px;*/
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
:root{
/*Colors*/
/* Primary color. Purple colors */  
  --brand-purple-1: #420A7B;
  --brand-purple-2: #7812DE;
  --brand-purple-3: #B689F5;
  --brand-purple-4: #E2D0FB;
  --brand-purple-5: #F0E8FD;
  
/* Primary color. Blue colors */  
  --brand-blue-1: #0AB3C2;
  --brand-blue-2: #18CCDC;
  --brand-blue-3: #5EE1ED;
  --brand-blue-4: #A3EEF5;
  --brand-blue-5: #D1F7FA;

/* Primary color. Yellow colors */  
  --brand-yellow-1: #D68B00;
  --brand-yellow-2: #F8B400;
  --brand-yellow-3: #FFD666;
  --brand-yellow-4: #FFE499;
  --brand-yellow-5: #FFF1CC;

/* Neutral color. Black colors */  
  --brand-black-1: #19042F;
  --brand-black-2: #584B61;
  --brand-black-3: #756581;
  --brand-black-4: #B4A8BD;
  --brand-black-5: #E6E2E9;
  --brand-black-6: #FAF9FA;
  --brand-black-7: #FAF9FA; /*This one should disappear*/
  --brand-white: #ffffff;

/* Secondary color. Green colors */  
  --brand-green-1: #22B47C;
  --brand-green-2: #5CE0AD;
  --brand-green-3: #94EBC9;
  --brand-green-4: #D4F7EA;
  --brand-green-5: #F2FDF9;

/* Secondary color. Red colors */  
  --brand-red-1: #981B1B;
  --brand-red-2: #C32222;
  --brand-red-3: #E46767;
  --brand-red-4: #F7D4D4;
  --brand-red-5: #FDF2F2;

/* Shadow */
  --brand-shadow-10:rgba(25, 4, 47,0.1);
  --brand-shadow-20:rgba(25, 4, 47,0.2);
  
  
/*Buttons*/
/*Button purple */
  --background-button-purple: var(--brand-purple-2);
  --background-button-purple-hover: var(--brand-purple-1);
/*Button Blue */
  --background-button-blue: var(--brand-blue-2);
  --background-button-blue-hover: var(--brand-blue-1);
/*Button White */
  --background-button-white: var(--brand-white);
  --background-button-white-hover: var(--brand-black-1);
/*Button link*/
  --color-button-link: var(--brand-purple-2);
  --background-button-link: transparent;
  
  
/*Fonts*/  
  --brand-font-1: "Inter", sans-serif;/*'Open Sans', sans-serif;*/
  --brand-font-2: "Figtree", sans-serif;/*'Quicksand', sans-serif;*/
}



html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

*@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: 400;
  src: local('slick'), local('slick'), url(https://www.plytix.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.woff) format('woff2');
  font-display: swap;
}

body {
  color: var(--brand-black-1);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 300;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1.2rem;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: var(--brand-purple-2);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: var(--brand-purple-1);
  text-decoration:underline;
}
a:focus{
  color:var(--brand-purple-1);
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--brand-font-2);
  margin: 0.83rem 0 0.83rem;
  line-height:1.5;
}

h1 {
  font-size: 2.33rem;
}

h2 {
  font-size: 1.55rem;
}

h3 {
  font-size: 1.33rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.89rem;
}

h6 {
  font-size: 0.77rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 8px solid var(--brand-blue-2);
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: var(--brand-black-6);
  border: none;
  color: var(--brand-black-6);
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

/*:focus {
  outline: auto;
  outline-color: #EAAFA0;
}

.disable-focus-styles :focus {
  outline: none;
}*/

/*Selection of text*/
*::-moz-selection { background-color: var(--brand-purple-3);}
*::selection { background-color: var(--brand-purple-3); }

@media(max-width:767px){
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height:1.3;
  }
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  h3 {
    font-size: 1.33rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.89rem;
  }

  h6 {
    font-size: 0.77rem;
  }
}
/*General style*/
button,
.button,
.button-negative,
.button-white,
.button-mb-center,
.button-negative-mb-center,
.button-purple-empty{
  border-radius: .5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.12rem;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin: .25rem 0;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  font-family: var(--brand-font-2);
}


/*Blue button and its status*/
button,.button, .button-mb-center {
  background-color: var(--background-button-blue);
  border: 1px solid var(--background-button-blue);
  color: var(--brand-black-1);
}
button:hover,
.button:hover,
.button-mb-center:hover{
  background-color: var(--background-button-blue-hover);
  border-color: var(--background-button-blue-hover);
  color: var(--brand-black-1);
  text-decoration: none;  
}
button:active,
.button:active,
.button-mb-center:active{
  background-color: var(--brand-purple-1);
  border-color: var(--brand-purple-1);
  color: var(--brand-black-1);
  text-decoration: none;
}

/*Focus button*/
button:focus,
.button:focus,
.button-negative:focus,
.button-white:focus,
.button-mb-center:focus,
.button-negative-mb-center:focus{
  background-color: var(--brand-white);
  border-color: var(--brand-black-1);
  text-decoration: none;
  color:var(--brand-black-1);
}

/*Disabled button*/
button:disabled,
.button:disabled,
.button-negative:disabled,
.button-white:disabled,
.button-mb-center:disabled,
.button-negative-mb-center:disabled,
.button-purple-empty:disabled{
  background-color: var(--brand-white);
  border-color: var(--brand-black-4);
  color: var(--brand-black-4);
}

/*Purple button*/
.button-negative, 
.button-negative-mb-center {
  background-color: var(--background-button-purple);
  border: 1px solid var(--background-button-purple);
  color: var(--brand-white);
}
.button-negative:hover, 
.button-negative-mb-center:hover{
  background-color: var(--background-button-purple-hover);
  border-color: var(--background-button-purple-hover);
  color: var(--brand-white);
  text-decoration: none;  
}
.button-negative:active,
.button-negative-mb-center:active {
  background-color: var(--background-button-purple-hover);
  border-color: var(--background-button-purple-hover);
  color: var(--brand-white);
  text-decoration: none;
}

/*White button*/
.button-white {
  background-color: var(--brand-white);
  border: 1px solid var(--brand-white);
  color: var(--brand-black-1);
}
.button-white:hover{
  background-color: var(--brand-black-1);
  border-color: var(--brand-black-1);
  color: var(--brand-white);
  text-decoration: none;  
}
.button-white:active {
  background-color: var(--brand-white);
  border-color: var(--brand-white);
  color: var(--brand-black-1);
  text-decoration: none;
}

/*Button transparent - Not sure if this is still in use*/
.button-purple-empty {
  background-color: var(--brand-white);
  border: 1px solid var(--brand-purple-2);
  color: var(--brand-purple-2);
}
.button-purple-empty:hover{
  background-color: var(--brand-white);
  border-color: var(--brand-purple-1);
  color: var(--brand-purple-1);
  text-decoration: none;  
}
.button-purple-empty:focus {
  background-color: var(--brand-white);
  border-color: var(--brand-purple-2);
  color: var(--brand-purple-2);
  text-decoration: none;
}
.button-purple-empty:active {
  background-color: var(--brand-white);
  border-color: var(--brand-purple-2);
  color: var(--brand-purple-2);
  text-decoration: none;
}

/*Button link*/
.button-link{
  color: var(--brand-purple-2);
  cursor: pointer;
  display: inline-block;
  font-family: font-family: var(--brand-font-2);
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin: 4px 0;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}
.button-link:disabled {
  border-color: var(--brand-black-4);
  color: var(--brand-black-4);
}
.button-link:hover{
  text-decoration:underline;
  border-color: var(--brand-purple-1);
  color: var(--brand-purple-1);
}
.button-link:focus {
  border-color: var(--brand-purple-1);
  color: var(--brand-purple-1);
  text-decoration: none;
}
.button-link:active {
  border-color: var(--brand-purple-1);
  color: var(--brand-purple-1);
  text-decoration: none;
}


@media(max-width:768px){
  .button-mb-center, .button-negative-mb-center{display:block;margin:0 auto;max-width: fit-content;}
}
/* Form */

form {
  font-family: 'Quicksand', sans-serif;
}

/* Labels */

form label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: var(--brand-black-1);
  display: block;
  font-size: 0.889rem;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
  width: auto;
}
form fieldset:first-child label{padding-top: 0;}

/* Help text - legends */

form legend {
  color: var(var(--brand-black-3));
  font-size: 0.75rem;
  padding-bottom:.5rem;
}


/* Inputs */
.field{margin-bottom:0!important;}
.input {position: relative;}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea,
.hs-form-field textarea{
  background-color: #fff;
  border: 0;
  border:1px solid ;
  border-radius: 0.5rem;
  color: var(--brand-black-1);
  display: inline-block;
  font-size: 0.875rem;
  padding: .7rem 1rem;
  width: 100%!important;
  cursor:pointer;
  line-height:150%;
  max-width:100%;
  height:auto;
  font-family:'Open Sans', sans-serif
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  border:1px solid var(--brand-black-1);
  background-color: var(--brand-yellow-5) !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border:1px solid var(--brand-purple-2);
  background-color: var(--brand-white);
  outline-width: 0;
}


input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=tel]:focus-visible,
input[type=number]:focus-visible,
input[type=file]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border:1px solid var(--brand-purple-2)!important;
  background-color: var(--brand-white)!important;
}


/*Select option*/
form select{
  display: block;
	font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  color: var(--brand-black-1);
	line-height: 1.3;
	padding: 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--brand-white);
	background-image: url('https://www.plytix.com/hubfs/1%20-%20Plytix%20Web/Icons/caret-down-solid.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
form select::-ms-expand {
	display: none;
}
form select:hover {
  border-color: var(--brand-purple-1);
}
form select:focus {
  outline: none;
}
form select option {
	font-weight:normal;
}

fieldset {
  max-width: 100% !important;
  border:0;
}

::-webkit-input-placeholder {
  color: var(--brand-black-4);
}

::-moz-placeholder {
  color: var(--brand-black-4);
}

:-ms-input-placeholder {
  color: var(--brand-black-4);
}

:-moz-placeholder {
  color: var(--brand-black-4);
}

::placeholder {
  color: var(--brand-black-4);
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list label{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.785rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
  margin-top:5px;
}
.hs-form-radio{display: block;}
.hs-form-radio input[type="radio"]{display:none}
.hs-form-radio:hover label, .hs-form-radio:hover .hs-form-radio label {color: var(--brand-purple-2);}
.hs-form-radio label.hs-form-radio-display span{
  background-color: var(--brand-white);
  border:1px solid ;
  padding: 10px 20px;
  border-radius: 6px;
}
.hs-form-radio label.hs-form-radio-display span:hover{
  background-color:var(--brand-purple-2); 
  color:var(--brand-white);
}
.hs-form-radio input[type="radio"]:checked + span{
  background-color:var(--brand-purple-2); 
  color:var(--brand-white);
}
.hs-form-radio-display{padding:.2rem 0;margin:0;}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--brand-black-5);
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--brand-white);
}

.fn-date-picker td.is-today .pika-button {
  color: var(--brand-purple-1);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--brand-purple-1);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--brand-blue-1) !important;
  border-radius: 0 !important;
  color: var(--brand-white);
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Popup form */
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-preview-wrapper{display:flex!important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-preview-wrapper h4{text-align:left!important;}
.leadinModal{z-index:9999999!important;box-shadow:0px 0px 8px var(--brand-black-1);}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.785rem;
  margin: 0 0 1.4rem;
  font-weight: 300;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.inputs-list>li.hs-form-booleancheckbox{
  margin:0;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
.legal-consent-container .hs-form-booleancheckbox-display > p{
  font-size: 0.785rem;
  margin-left: 1rem !important;
  font-weight: 300;
}
.legal-consent-container .hs-form-booleancheckbox-display > span{
  font-size: 0.785rem;
  margin-left: 1rem !important;
  font-weight: 300;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.785rem;
  margin-left: 0rem !important;
  font-weight: 300;
}

/* Validation */

.hs-form-required {
  color: #EB483F;
  display:none;
}

.hs-input.invalid.error {
  border-color: #D1322A;
}

.hs-error-msg {
  color: #D1322A;
  margin-top: 0.35rem;
}

/* Submit button */
.actions{padding:0!important;}
form input[type=submit],
form .hs-button {
  background-color: var(--brand-purple-1);
  border: 1px solid var(--brand-purple-1);
  border-radius: 0.5rem;
  color: var(--brand-white);
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin: 0.889rem 0;
  padding: .8rem 1rem;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--brand-purple-2)!important;
  border-color: var(--brand-purple-2)!important;

  color: var(--brand-white)!important;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--brand-purple-2);
  border-color: var(--brand-purple-2);

  color: var(--brand-white);
}

/* Captcha */
.grecaptcha-badge { visibility: hidden; }
.hs_recaptcha {height:0;}

@media(max-width:768px){
  .hs-form-radio label.hs-form-radio-display span{padding:10px 5px;}
}
img{
  max-width: 100%;
  height: auto;
}

@media(max-width:950px){
  iframe{width: 100%;}
}

@media(max-width:768px){
  .dnd-module > div{
    max-width:700px;
    width:100%;
  }
  .body-container-wrapper img{
    width:100%!important;
    height:auto;
  }

}
/* Table */
table {
  border: 0;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: normal;
}
table p{margin:0;}

tbody + tbody {
  border-top: 2px solid var(--brand-black-5);
}

/* Table Cells */
th,
td {
  border-bottom: 1px solid var(--brand-black-5);
  padding: 0.75rem;
  vertical-align: middle;
}

/* Table Header */
thead th,
thead td {
  background-color:;
  border-bottom: 2px solid var(--brand-purple-1);
  color: var(--brand-purple-1);
  font-weight:500;
  vertical-align: middle;
}
thead th p,
thead td p{
  font-size:1.1rem;
  font-weight:bolder!important;
}
/* Header container */

/*Hubspot Chat*/
#hubspot-messages-iframe-container{z-index:55555555!important;}

/*Cookies announcement*/
#hs-eu-cookie-confirmation{
  background-color:rgba(120, 18, 222, .1)!important;
  display:flex;
  align-items:baseline;
  width:100%!important;
  height:100%!important;
  padding:100px;
  transform:none!important;
  -webkit-transform:none;
  max-width:100%!important;
  max-height:100%!important;
  inset:unset!important
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  background:var(--brand-white)!important;
  display:flex;
  flex-direction:column;
  align-items:baseline;
  justify-content:center;
  border-radius:10px;
  max-width:400px!important;
  padding:30px!important;
  margin:3rem auto;
}
#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{box-shadow:rgb(25, 4, 47 / 25%) 0px 1px 48px!important;}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
  width:100%;
  color:var(--brand-black-1)!important;
}
div#hs-eu-policy-wording:before{
    content: '';
    width: 120px;
    background-image: url(https://www.plytix.com/hubfs/1%20-%20Plytix%20Web/Images/Cookies-consent-image.svg);
    height: 120px;
    display: block;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  color:var(--brand-black-1)!important;
  font-size:1rem!important;
  line-height:1.5!important;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a{color:var(--brand-purple-2);}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{text-decoration:underline!important;}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a{
  font-size:0.875rem!important;
  /*color:#fff!important;*/
  font-size:1rem;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:hover{
  font-size:0.875rem!important;
  color:var(--brand-white)!important;
  font-size:1rem;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:hover{
  background-color:var(--brand-purple-2)!important;
  border:1px solid var(--brand-purple-2)!important;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{width:100%;}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button{
  padding: 10px 15px;
  background: transparent;
  border: 1px solid var(--brand-purple-1)!important;
  border-radius:6px;
  margin-bottom: 10px;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button:hover{
  text-decoration:none!important;
}
#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  margin-right: none;
  background-color: var(--brand-purple-2)!important;
  color: var(--brand-white)!important;
  font-size: 1rem;
  text-align: center;
}
#hs-eu-cookie-confirmation #hs-eu-opt-in-buttons #hs-eu-decline-button{display:none!important;}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active{
  border-left:5px solid var(--brand-black-6)!important;
}
/*body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label{
  background:var(--brand-black-6)!important;
  border:1px solid var(--brand-black-6)!important;
}*/
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description{
  border:1px solid var(--brand-black-6)!important;
}

@media(max-width:1024px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    flex-direction:column;
  }
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    width:100%;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    font-size:1rem!important;
    line-height:1.5!impotant;
  }
}
@media(max-width:768px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    margin:24px!important;
  }
}
@media screen and (max-width: 480px){
  #hs-eu-cookie-confirmation{
    padding:100px 30px;
  }
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    flex-direction:column;
  }
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    width:100%;
  }
  div#hs-eu-policy-wording:before{
    margin:0 auto;
  }
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    font-size:1rem!important;
    line-height:1.5!impotant;
    text-align:center!important;
  } 
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button{
    display:block!important;
    font-size:0.875rem!important;
  }

}


/*Sticky menu*/
#sticky__menu{
  position: fixed;
  z-index: 222222;
  transition: ease-in;
}
/*----*/
html {
  scroll-behavior: smooth;
}

header {
  background-color: var(--brand-white);
  width: 100%; 
  box-shadow: 0px 0px 6px rgba(25, 4, 47,0.1);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height:70px;
  align-items: center;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  width: 100%;
}

.header__row-1 {
  padding-top: 0px;
}

/*.header__row-1 .header__navigation{width:90%;}*/

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0;
  /*max-width: 120px;*/
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
  margin:0;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 5px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: var(--brand-white);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
  padding-top:16px;
}

.header__language-switcher .lang_switcher_class .globe_class{
  background-image: url(https://www.plytix.com/hubfs/1%20-%20Plytix%20Web/Icons/languague-switcher-icon.svg);
  width:25px;
  height:25px;
  margin-top:6px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 1px solid var(--brand-black-6);
  border-radius: 6px;
  background-color:var(--brand-white);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: var(--brand-black-1);
  display: block;
  font-family: var(--brand-font-2);
  font-size: 0.8rem;
  left: 0;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
  width:150px;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: var(--brand-black-6);
  left: 122px;
  top: -23px;
}

.header__language-switcher .lang_list_class:after {
  left: 122px;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
 /* border-bottom-color: #EBEAEB;*/
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 0.875rem;
  padding: 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover a {
  color: var(--brand-purle-2);
}

.header__language-switcher .lang_list_class li a {
  color: var(--brand-black-1);
  line-height:1.5;
}

.header__language-switcher .lang_list_class li a:hover {
  color: var(--brand-purple-2);
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

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

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */


@media (max-width: 767px) {
  #hs-eu-cookie-confirmation{
    bottom:0px;
    position:fixed!important;
    top:unset!important;
  }
  div#hs-eu-cookie-confirmation{z-index:999999!important;}
  #hubspot-messages-iframe-container{z-index:2222222!important;}
  
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 20px 0;
    height:70px;
    position:relative;
  }
  .header__logo img {
    margin:2% 0;
  }
  .header__container form {
    max-width: 100%;
  }

  .header .header__logo {
    margin: 3px auto;
  }
  .header--no-navigation .header__logo{
    margin: 12px auto 2px;
    width: 100%;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header__row-1 .header__navigation{width:100%;}

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: var(--brand-white);
    display: block;
    height: calc(150vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 2;
    padding: 0 10px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }
  .header__language-switcher--toggle.open{
    margin-top:0px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: -10px;
  }

  /*.header__column {
    position: relative;
  }*/

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
  }

  .header__navigation--toggle {
    background-image: url(https://www.plytix.com/hubfs/1%20-%20Plytix%20Web/Icons/burguer-menu.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-top:0px;
  }

  /*.header__navigation--toggle:after {
    content: "Menu";
  }*/


  .header__language-switcher--toggle {
    background-image: url(https://www.plytix.com/hubfs/1%20-%20Plytix%20Web/Icons/languague-switcher-icon.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    margin-top:-1px;
    float:left;
    left:-60px;
  }

 /* .header__language-switcher--toggle:after {
    content: "Language";
  }*/

  .header__language-switcher {
    border-top: 2px solid var(--brand-black-6);
  }
  .header__language-switcher--label{
    display:block;
  }
  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left:calc(100% - 100px);
    opacity: 1;
    padding: 0;
    visibility: visible;
    width:100%;
    position:relative;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    border-radius:0px;
    border-bottom:2px solid var(--brand-black-6);
    width:100%;
  }
  .header__language-switcher .lang_list_class li a{
    font-weight:bold;
    padding:7px;
    line-height:1.5;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .lang_switcher_class .globe_class,
  .header__language-switcher .globe_class {
    background-image: none;
    width:auto;
    height:auto;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  /*.header__close--toggle.show {
    display: block;
  }*/
}
footer {
  padding:0;  
  font-family: 'Quicksand', sans-serif;
}
footer a{
  text-decoration: none;
  color:var(--brand-black-1);
}
footer a:hover{
  text-decoration: none;
  color:var(--brand-purple-2); 
}
.footer ul li a:hover{
  color:var(--brand-purple-2);
  border-bottom: 2px solid var(--brand-purple-2);
}
.footer__container.content-wrapper {
  padding: 1.6rem 1.6rem;
  border-top:0.1rem solid var(--brand-black-6);
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

/*Subscription - Communication preferences*/
#email-prefs-form .item{background-color: var(--brand-black-7);border-radius:10px; padding:30px 30px 10px;margin:10px 0;}
#email-prefs-form span.fakelabel{font-weight:500;}


@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: var(--brand-black-4);
  content: attr(data-error);
  font-family: var(--brand-font-2);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: var(--brand-blue-5);
  border: 1.5px solid var(--brand-blue-2);
  border-radius: 6px;
  color: var(--brand-blue-1); 
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: var(--brand-white);
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions{
  border:1px solid var(--brand-black-1)!important;
}
.hs-search-results {
  margin-top: 1.4rem;
}
#results-for{padding:.5rem;}
ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}
.hs-search-field__suggestions li a{
  padding:.5rem!important;
}
ul.hs-search-results__listing li a{
  font-family:var(--brand-font-2);
  color:var(--brand-purple-2);
  text-decoration: none;
}

.hs-search-results__title {
  color: var(--brand-black-2);
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: var(--brand-purple-2);
  font-weight:300;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}