@font-face { 
  font-family: 'Avenir Next';  
  font-display: swap;
  src: url('https://9011683.fs1.hubspotusercontent-na1.net/hubfs/9011683/raw_assets/public/devyser-2022/fonts/AvenirNextLTPro-Regular.otf') format('opentype');
}

@font-face { 
  font-family: 'Avenir Next';
  font-display: swap;
  font-weight: bold;
  src: url('https://9011683.fs1.hubspotusercontent-na1.net/hubfs/9011683/raw_assets/public/devyser-2022/fonts/AvenirNextLTPro-Bold.otf') format('opentype');
}

@font-face { 
  font-family: 'Avenir Next';
  font-display: swap;
  font-style: italic;
  src: url('https://9011683.fs1.hubspotusercontent-na1.net/hubfs/9011683/raw_assets/public/devyser-2022/fonts/AvenirNextLTPro-It.otf') format('opentype');
}

@font-face { 
  font-family: 'Avenir Next';
  font-display: swap;
  font-weight: 100;
  src: url('https://9011683.fs1.hubspotusercontent-na1.net/hubfs/9011683/raw_assets/public/devyser-2022/fonts/avenir-pack/AvenirNext-UltraLight-11.ttf') format('truetype');
}

/* Theme base styles */

/* Generic */

*, *: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;
}

/* Objects */

.title-bar {
    margin-bottom: 1.4rem;
}

.title-bar h3 {
    margin: 0;
}

.hs-responsive-embed-wrapper {
    max-width: none !important;
}

/* Custom sections */

.img-shadow img {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(69,84,104,0.5); 
    box-shadow: 5px 5px 15px 0px rgba(69,84,104,0.5);
}


.pad-image img {
    padding: 100px 0;
}

.relative {
    position: relative;
}

.right-align-img.fifty-five-percent img {
    width: 55%;
}

.right-align-img.forty-percent img {
    width: 40%;
}

.right-align-img {
    position: relative;
}

.right-align-img .video .vid-button {
    left: 70%;
}

.right-align-img .video {
    position: static;
}

.right-align-img video {
    object-fit: cover;
    position: absolute;
    width: 62% !important;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1200px;
}

.right-align-img img:not(.hs-mce-draggable) {
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.forty-sixty-percent.right-align-img img:not(.hs-mce-draggable) {
      height: 100% !important;
    object-fit: cover;
    position: absolute;
    width: 57%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.negative-margin-img.bottom img {
    height: 110% !important;
    transform: translateY(-45.5%) !important;
}

.negative-margin-img img {
    height: 110% !important;
    transform: translateY(-54.5%) !important;
}

@media screen and (max-width: 767px) {
    .bg-image-mob.dnd-section.row-fluid-wrapper {
        background-image: url("https://9011683.fs1.hubspotusercontent-na1.net/hubfs/9011683/devyser-2022/parent-diagnostic-bg-mob.png") !important;
    }

    .dissapear-mob img {
        display: none;
    }

    .pad-image img {
        padding: 0;
    }

    .flip-mob .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }

    .negative-margin-img img,
    .negative-margin-img.bottom img {
        height: auto !important;
        transform: none !important;
    }

    .right-align-img .video .play-button {
        left: 50%;
    }

    .right-align-img .video {
        position: relative;
    }

    .right-align-img video {
        width: 100% !important;
        position: static;
        transform: none;
    }

    .right-align-img.full-width-mob img {
        width: calc(100% + 40px ) !important;
        margin-left: -20px !important;
    }

    .right-align-img img,
    .right-align-img.fifty-five-percent img  {
        position: static !important;
        transform: none !important;
        max-width: none !important;
        width: calc(100% + 20px ) !important;
    }

    .right-align-img .hs_cos_wrapper_type_linked_image {
        display: flex;
    }

    .hide-mob img {
        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 ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

.small {
  font-size: 15px;
}

.testimonial {
  font-size: 30px;
}

p.stat {
  font-size: 115px;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .testimonial {
    font-size: 24px;
  }

  p.stat {
    font-size: 85px;
  }
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem 0.7rem 0.7rem 0;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  background: rgb(252,234,119);
  background: linear-gradient(135deg, rgba(252,234,119,1) 0%, rgba(255,203,115,1) 100%);
  padding: 2.5em 3em;
  font-size: 30px !important;
  margin: 0 !important;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* CTAs */

a.cta_button.black:hover,
a.cta-button.black:hover {
  color: #fff;
  background-color: #000;
}

a.cta_button.black,
a.cta-button.black {
  color: #000;
  border: 1px solid #000;
}

a.cta_button.text:hover {
  text-decoration: none;
}

a.cta_button.text {
  border: none;
  padding: 0;
  text-decoration: underline;
}

a.cta-button.transparent:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none !important;
}

a.cta-button.transparent {
  font-size: 15px;
  padding: 8px 22px 7px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a.cta_button,
a.cta-button {
  text-decoration: none;
  color: #fff;
  padding: 8px 22px 7px;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}

a.cta_button:not(.text):hover,
a.cta-button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  a.cta_button:not(.text),
  a.cta-button {
    display: flex;
    justify-content: center;
  }
}

/* Filter buttons */

button.filter a {
  text-decoration: none;
}

button.filter {
  background-color: transparent;
  font-weight: initial;
  padding: 15px 22px !important;
  margin: 0 7px 7px 0;
}

button.filter:hover a {
  color: #fff;
}

button.filter:hover,
button.filer:focus {
  font-weight: normal;
  background-color: #000;
  color: #fff;
}

button.active.filter a {
  color: #fff;
}

button.active.filter {
  background-color: #000;
  color: #fff;
}

button.filter.link a {
  padding: 15px 22px;
}

button.filter.link {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .filters-desktop {
    display: none;
  }
}

/* Show more button */

button.show-more:hover,
button.show-more:focus {
  text-decoration: underline;
  background-color: transparent;
  color: #000;
  border: none;
  font-weight: initial;
}

button.show-more {
  border: none;
  background-color: transparent;
  font-weight: initial;
}

/* Listing pagination */

.isotope-pager {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
  justify-content: center;
}

.isotope-pager a.active,
.isotope-pager a:hover {
  font-weight: bold !important;
}

.isotope-pager a {
  font-size: 15px;
  text-decoration: none;
  margin: 0 .3em;
}

/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Isotope mobile filter */

.mob-select {
  display: none;
}

@media screen and (max-width: 767px)  {
  .mob-select {
    display: block;
  }

  .mob-select select {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
    padding: 0.3rem 0.5rem;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
  }
}

/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
  padding: 0;
  border: 0;
}

form fieldset.form-columns-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}

form fieldset.form-columns-2 > div {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px)  {
  
  form fieldset.form-columns-2 > div {
    width: 100%;
  }
  
}

/* Form fields - checkbox/radio */

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

form .inputs-list.inputs-list--row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list.inputs-list--row > li {
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

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

form input[type='checkbox'] {
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  color:black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  position: relative;
  left: 0;
  top: -2px;
}

.light form input[type='checkbox']:checked {
  background: #fff !important;
}

form input[type='checkbox']:checked {
  background: #000 !important;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

form .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 15px;
}

/* Validation */

form .hs-form-required {
  color: #000;
}

form .hs-input.error {
  border-color: #000;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #000;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

body.menu-active header.header.white {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  header.header .header-row-0-padding {
    padding: 25px 20px !important;
  }
}


/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

p.blog-tag.small {
  margin-bottom: 1.2em;
}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 1rem 0 0;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 164px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

:root{
   --dvysr-icon-back: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.70508 12.7832L3.41016 7.50391L8.71484 2.20312L8.01172 1.5L2 7.5L8 13.4883L8.70508 12.7832Z" fill="black"/></svg>');
        
}
.bg-white{
  background:#fff;
}
img{
  max-width:100%;
}
.backlink-wrapper a:before {
    display: inline-block;
    position: relative;
    top: 0.1em;
    left: 0em;
    content: '';
    width: 15px;
    height: 15px;
    background-image: var(--dvysr-icon-back);
}.d-grid {


  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

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

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

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

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.w-100{
    width: 100%;
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Custom swiper styling */

.swiper {
  overflow: visible !important;
}

.swiper-scrollbar {
  width: 300px;
  height: 1px;
  background-color: #000 !important;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  background-color: #000 !important;
  top: -3px;
  cursor: grab;
  border-radius: 0;
}

@media screen and (max-width: 767px) {

  .swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .swiper .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

}

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */
.pt-0{
  padding-top: 0 !important;
}
.header__container nav.header__menu li.link.active {
  text-decoration: underline;
}

.header__container nav.header__menu li.link {
  margin: 1em;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.header__container nav.header__menu li.link a {
  font-weight: bold;
  text-decoration: none;
}

.header__container nav.header__menu li.link:hover {
  text-decoration: underline;
}

.header__container .header__bottom .header__button-col .header__button {
  background-color: transparent;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}

.header__container .header__bottom .header__button-col .header__button:hover {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.header__container .search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -6px;
  display: inline-block;
  height: auto;
  padding: 5px 20px;
  color: #000;
  background-color: transparent;
  background-image: url("https://assets-global.website-files.com/5fd3828de27ae9b264202e64/6076e29873bfd0e4347e184d_go.svg");
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  width: 20px;
}

.header__container .search svg {
  cursor: pointer;
}

.header__container .search,
header.header-update .header__container .search {
  text-decoration: none;
  margin-right: 40px;
}

.header__container .header__bottom .submenus.open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -50%;
  padding: 80px 20px 140px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}

.header__container .header__bottom .submenus li.sublink {
  margin: 10px 0;
  transition: 0.2s ease-in-out;
}

.header__container .header__bottom .submenus li.sublink:hover {
  transform: scale(1.1);
}

.header__container .header__bottom .submenus li.sublink.show a {
  opacity: 1;
  font-size: 30px;
}

.header__container .header__bottom .submenus li.subsublink.show a {
  opacity: 1;
  font-size: 0.8rem;
}

.header__container .header__bottom .submenus li.subsublink a {
  opacity: 0;
  transition: 0.35s ease-in-out;
  font-size: 0.4rem;
}

.header__container .header__bottom .submenus li.sublink a {
  text-decoration: none;
  opacity: 0;
  transition: 0.35s ease-in-out;
  font-size: 28px;
}

.header__container .header__bottom .submenus li.sublink a:hover {
  text-decoration: underline;
}

.header__container .header__bottom .submenus li.close {
  cursor: pointer;
}

.header__container .header__bottom .submenus .submenu.active {
  display: flex;
}

.header__container .header__bottom .submenus .submenu.d-grid.active {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.header__container
  .header__bottom
  .submenus
  .submenu.d-grid.active
  li.close.sublink {
  grid-column-start: 1;
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.header__container .header__bottom .submenus .submenu.d-grid.active li a:hover {
  text-decoration: underline;
}

.header__container .header__bottom .submenus .submenu.d-grid.active li a {
  text-decoration: none;
  font-size: 0.8rem;
}

.header__container
  .header__bottom
  .submenus
  .submenu.d-grid.active
  li.title.subsublink
  a {
  font-weight: bold;
}

.header__container .header__bottom .submenus .submenu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__container input[type="text"] {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}

.header__container input[type="text"]::placeholder {
  color: #000;
}

.header__container input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.header__container input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.header__container input[type="text"]:focus {
  outline: none;
}

.header__container .header__top ul.top-links li a {
  font-size: 13px;
  margin-left: 1em;
  text-decoration: none;
}

.header__container .header__top ul.top-links li a:hover {
  text-decoration: underline;
}

.header__container .header__bottom .submenus .submenu.mobile,
.header__container .header__menu-container--mobile {
  display: none;
}

body:not(.menu-active) header.header {
  transition: transform 0.5s;
  transform: translate(0, 0);
}

body.hasScrolledDown.hasScrolledPastNav header.header {
  transform: translate(0, -100%);
}

.video {
  position: relative;
  cursor: pointer;
}

.video:hover .vid-button.closed {
  display: none;
}

.video:hover .vid-button {
  display: block;
  opacity: 1;
}

.video .vid-button {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

.video video {
  width: 100%;
}

.card-repeater {
  flex-wrap: wrap;
}

.card-repeater .card {
  width: calc((100% / 3) - 10px);
  border: 1px solid #000;
  padding: 1.5em 2em;
  margin: 6px 0;
}

.card-repeater .card p {
  margin: 0.6rem 0 0;
}

.products-slider .title {
  margin-bottom: 1.5em;
}

.products-slider .product a {
  text-decoration: none;
}

.products-slider h3 {
  margin: 0;
}

.products-slider .product .img-wrap {
  display: flex;
  position: relative;
  margin-bottom: 0.2em;
  overflow: hidden;
}

.products-slider .product img {
  height: 100% !important;
  width: 100%;
  transition: 0.26s ease-in-out;
}

.products-slider .product a:hover img {
  transform: scale(1.2);
}

.products-slider .product a:hover p:first-of-type {
  text-decoration: underline;
}

.products-slider .product p:first-of-type {
  margin: 1.4rem 0 0.3rem;
}

.products-slider .product p:last-of-type {
  margin: 0 0 0.5em;
}

.featured-content .left {
  width: 50%;
}

.featured-content .right {
  width: 40%;
}

.featured-content .left a:hover {
  text-decoration: none;
}

.featured-content .left a:hover .img-wrap::before {
  opacity: 0.2;
}

.featured-content .left a span.small {
  text-decoration: underline;
}

.featured-content .left a,
.featured-content .left a:focus {
  text-decoration: none;
}

.featured-content .left p:first-of-type {
  margin-top: 1.8rem;
}

.featured-content a:hover p.testimonial {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.featured-content p {
  margin: 0 0 0.8rem;
}

.featured-content .left .img-wrap {
  display: flex;
  position: relative;
}

.featured-content .left .img-wrap::before {
  background-image: linear-gradient(90deg, #fee776, #ffce92);
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  width: 100%;
}

.featured-content .right .page:not(:first-of-type) {
  border-top: 1px solid #000;
  padding-top: 2em;
}

.featured-content .right .page {
  margin-bottom: 2em;
}

.featured-content .right .page a {
  text-decoration: none;
}

.featured-content .right .page a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* Accordion */

.accordion {
  padding: 0;
  margin-bottom: 1.4rem;
}

.accordion::after {
  display: block;
  content: "";
  width: 100%;
  background-color: #000;
  height: 1px;
  margin-top: 15px;
}

.accordion p {
  margin: 0;
}

/* Accordion title and content */

.accordion__summary p.testimonial {
  margin: 0;
}

.accordion__summary {
  cursor: pointer;
  list-style-type: none;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

details.accordion[open] .accordion__content {
  opacity: 1;
}

.accordion__content {
  padding: 1em 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
  padding: 2.1rem;
}

/* Accordion icons */

.accordion__summary:before {
  margin-right: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary::after {
  content: "\25BC";
}

.accordion--plus .accordion__summary:after {
  content: "\002B";
}

/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:after {
  content: "\25B2";
}

.accordion--plus[open] .accordion__summary:after {
  content: "\2212";
}

.awards-slider .title {
  margin-bottom: 3em;
}

.awards-slider h3 {
  margin: 0;
}

.awards-slider .award {
  cursor: grab;
}

.awards-slider .award img {
  margin-bottom: 0.5em;
}

.blog-cta {
  padding: 100px 0;
}

.blog-cta .bottom .left {
  width: 30%;
}

.blog-cta .bottom .right {
  width: 65%;
}

.distributors {
  margin: 0 -5px;
}

.distributors .distributor.active {
  display: block;
}

.distributors .distributor {
  width: calc((100% / 4) - 10px);
  margin: 6px 5px;
  border: 1px solid #000;
  padding: 1.7em 2em;
  min-height: 200px;
  display: none;
}

.distributors .distributor p {
  margin: 0 0 0.6rem 0;
}

.distributors .distributor a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.distributors .distributor a {
  font-size: 15px;
}

.distributors .distributor a:hover {
  text-decoration: none;
}

.distributor_active {
  background-color: #000;
  color: #fff;
}

.distributor_active a {
  color: #fff;
}

.distributor_active a:hover {
  color: #fff;
}

#map {
  height: 700px;
  margin-top: -200px;
  padding: 0 10px;
}
#map_overlay {
  position: relative;
}
#map_overlay #map_gradient {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(119deg, #ffce92 0%, #e4bce0 100%) 0%
    0% no-repeat padding-box;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.gm-style div[role="button"]:hover::after {
  opacity: 1;
}

.gm-style div[role="button"]::after {
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  width: 27px;
  z-index: 9999999999;
  height: 27px;
  border-radius: 100%;
  background-color: #000;
  top: 0;
  transition: 0.3s ease-in-out;
}

.tabber .tab-titles {
  width: 22%;
}

.tabber .tabs {
  width: 75%;
}

.tabber .tab-titles p {
  cursor: pointer;
  position: relative;
}

.tabber .tab-titles p.active {
  font-weight: bold;
}

.tabber .tabs .tab:not(.hidden) {
  display: flex;
}

.tabber .tabs .tab .downloads {
  width: 100%;
}

.tabber .tabs .tab .downloads .download:last-of-type {
  border-bottom: 1px solid #000;
}

.tabber .tabs .tab .downloads .download {
  border-top: 1px solid #000;
  padding: 1.2em 0;
}

.tabber .tab .downloads .download p,
.tabber .tab .downloads .download a {
  margin: 0;
}

.tabber .tab .downloads .download a:hover {
  text-decoration: none;
}

.tabber .tabs .tab .downloads .download .col-1 {
  width: 45%;
}

.tabber .tabs .tab .downloads .download .col-2 {
  width: 25%;
}

.tabber .tabs .tab .downloads .download .col-3 {
  width: 15%;
}

.tabber .tab-titles .download.mobile {
  display: none;
}

.tabber form input {
  margin-bottom: 2em;
  font-size: 15px;
}

.tabber form button {
  background: #fff;
  margin-bottom: 1rem;
  transition: 0.2s ease-in-out;
}

.tabber form button:hover {
  background-color: #000;
  color: #fff;
}

.tabber .downloads .col {
  width: 45%;
}

.tabber .downloads .col img {
  width: 100%;
}

.tabber .download-links a {
  margin: 0.5rem 0;
}

section.featured-post .img-wrap {
  display: flex;
  position: relative;
  margin-top: -250px;
}

section.featured-post .img-wrap::before {
  background-image: linear-gradient(90deg, #ffce92, #e4bce0);
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}

section.featured-post img {
  height: 600px;
  object-fit: cover;
  position: relative;
}

section.featured-post a:hover {
  text-decoration: none !important;
}

section.featured-post a:hover h2 {
  text-decoration: underline;
}

section.featured-post a:hover .img-wrap::before {
  opacity: 0.2;
}

section.featured-post a {
  text-decoration: none;
}

section.featured-post h2 {
  font-weight: normal;
  margin: 0 0 1rem 0;
}

section.featured-post p.small:first-of-type {
  margin: 2.5em 0 1em;
}

section.featured-post p.link {
  text-decoration: underline;
}

.management {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.management .manager {
  height: 384px;
  padding: 1.3em;
  transition: 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.management .manager::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.management .manager:hover::before {
  transform: scale(1.2);
}

.management .manager__content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.management .manager p.name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.management .manager p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

.management .manager:hover {
  background-size: 110%;
}

.management .manager:hover .linkedin-icon {
  border-bottom: 2px solid #fff;
}

.management .manager .linkedin-icon {
  transition: 0.2s ease-in-out;
  border-color: #fff;
}

.offices {
  margin: 0 -5px;
}

.offices .office {
  width: calc((100% / 3) - 10px);
  margin: 6px 5px;
  border: 1px solid #000;
  padding: 1.7em 2em;
}

.offices .office p {
  margin: 0 0 0.6rem 0;
}

.offices .office address {
  font-style: normal;
  font-size: 15px;
}

.offices .office a {
  font-size: 15px;
  margin: 2em 0 0 0;
}

.offices .office a:hover {
  text-decoration: none;
}

.product-details .row {
  width: 100%;
  margin-bottom: 1em;
}

.product-details .row:not(:first-of-type) {
  border-top: 1px solid #000;
  padding-top: 2em;
}

.product-details .row p {
  margin: 0 0 0.6rem;
}

.product-details .row .col-1,
.product-details .row .col-3,
.product-details .row .col-4 {
  width: 15%;
}

.product-details .row .col-2 {
  width: 50%;
}

.publication-listing {
  margin: 0 -5px;
}

.publication-listing .publication {
  width: calc((100% / 4) - 10px);
  margin: 0 5px 1.5em;
}

.publication-listing .publication:hover .img-wrap::before {
  opacity: 0.15;
}

.publication-listing .publication .img-wrap {
  position: relative;
  display: flex;
  height: 360px;
}

.publication-listing .publication .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #e4bce0, #697acd);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.publication-listing .publication img {
  width: auto;
  transition: 0.2s;
  height: 100%;
  object-fit: cover;
}

.publication-listing .publication p:first-of-type {
  margin: 1.6em 0 0;
}

.publication-listing .publication p:last-of-type {
  margin: 0 0 1em;
}

.publication-listing .publication p.link-text {
  text-decoration: underline;
}

.publication-listing .publication a:hover p.link-text {
  text-decoration: none;
}

.publication-listing .publication a {
  text-decoration: none;
}

.publication-filters {
  margin-bottom: 3.2em;
}

.publication-listing {
  margin: 0 -5px;
}

.publication-listing .publication {
  width: calc((100% / 4) - 10px);
  margin: 0 5px 1.5em;
}

.publication-listing .publication:hover .img-wrap::before {
  opacity: 0.15;
}

.publication-listing .publication .img-wrap {
  position: relative;
  display: flex;
}

.publication-listing .publication .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #e4bce0, #697acd);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.publication-listing .publication img {
  width: auto;
  height: 100%;
  transition: 0.26s ease-in-out;
}

.publication-listing .publication p:first-of-type {
  margin: 1.2rem 0 0.2rem;
}

.publication-listing .publication p:last-of-type {
  margin: 0 0 1em;
}

.publication-listing .publication p.link-text {
  text-decoration: underline;
}

.publication-listing .publication a:hover p.link-text {
  text-decoration: none;
}

.publication-listing .publication a {
  text-decoration: none;
}

.publication-search-wrapper {
  position: relative;
}

input.publication-search {
  width: 100%;
  padding: 0.5rem 1.2rem;
  background: transparent;
  border: 1px solid #000;
}

.publication-search-wrapper svg {
  position: absolute;
  right: 1.2rem;
  top: 12px;
}

.related-content .page {
  width: 32%;
}

.related-content .page img {
  margin-bottom: 1em;
}

.related-content .page h3 {
  margin: 0 0 1em;
}

.statistics .statistic .feature {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.statistics .statistic .description {
  min-height: 85px;
}

.statistics .statistic .feature img {
  height: 115px !important;
  width: fit-content;
}
.statistics .statistic {
  gap: 20px;
}
.statistics .statistic p {
  margin: 0;
}

.statistics .statistic p.stat {
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 1350px) {
  .statistics .statistic .description {
    min-height: auto;
  }

  .statistics .statistic {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 992px) {
  .card-repeater .card {
    width: calc((100% / 2) - 10px);
  }

  .distributors .distributor {
    width: calc((100% / 2) - 10px);
    min-height: auto;
  }

  .offices .office {
    width: calc((100% / 2) - 10px);
  }

  .publication-listing .publication {
    width: calc((100% / 3) - 10px);
  }

  .publication-listing .publication {
    width: calc((100% / 3) - 10px);
  }

  .management {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1070px) {
  .header__container .header__bottom .submenus .submenu.d-grid.active {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  nav.mobile.open {
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .header__container .header__bottom .submenus.open {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }
  .header__container .header__menu--desktop,
  .header__container .header__top {
    display: none;
  }

  .header__container .header__menu-container--mobile {
    display: block;
  }

  .header__container .header__menu-container--mobile .mob-menu-button {
    cursor: pointer;
  }

  .header__container .header__bottom .submenus.open {
    height: auto;
    display: block;
  }

  .header__container .header__bottom .submenus .submenu.active {
    display: block;
    margin-top: 2em;
  }

  .header__container .submenu.mobile ul.menu {
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 0.6em;
  }

  .header__container .submenu.mobile ul.menu a:not(.sublink) {
    font-weight: bold;
    text-decoration: none;
  }

  .header__container .submenu.mobile ul.menu a:not(.sublink):hover {
    text-decoration: underline;
  }

  .header__container .submenu.mobile ul.menu:not(.closed) span.category,
  .header__container .submenu.mobile ul.menu span.category:hover {
    text-decoration: underline;
  }

  .header__container .submenu.mobile ul.menu.closed li {
    display: none;
  }

  .header__container .submenu.mobile ul.menu li {
    margin: 0.5rem 0;
  }

  .header__container .submenu.mobile ul.menu li a:hover {
    text-decoration: underline;
  }

  .header__container .submenu.mobile ul.menu li a {
    text-decoration: none;
  }

  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    > div
    > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .header__container .submenu.mobile ul.menu li.contains-children a {
    font-size: 20px;
  }

  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    ul.hidden,
  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    ul.hidden
    li {
    display: block;
    visibility: unset;
  }

  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    ul.hidden
    li {
    padding-left: 15px;
  }

  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    ul.hidden
    li:first-of-type {
    padding-top: 15px;
  }

  .header__container .submenu.mobile ul.menu li.contains-children span::after {
    content: "+";
    display: block;
  }

  .header__container
    .submenu.mobile
    ul.menu
    li.contains-children.open
    span::after {
    content: "-";
  }

  .header__container .submenu.mobile ul.menu li.contains-children span {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-right: 0;
  }

  .header__container .submenu.mobile .search-form {
    display: none;
  }

  .header__container input[type="text"] {
    font-size: 24px;
    font-weight: normal;
  }

  .header__container .submenu.mobile ul.secondary-links li a:hover {
    text-decoration: underline;
  }

  .header__container .submenu.mobile ul.secondary-links li a {
    text-decoration: none;
  }

  .header__container .submenu.mobile ul.secondary-links li {
    margin: 0.5rem 0;
  }

  .header__container .submenu.mobile ul.secondary-links {
    margin: 3em 0 0 0;
  }

  .header__container .submenu.mobile ul.secondary-links li.sublink-menu {
    display: flex;
    flex-direction: column;
  }

  .header__container .submenu.mobile ul.secondary-links li.closed a.sublinks {
    display: none;
  }

  .header__container .submenu.mobile ul.secondary-links li a.sublinks {
    display: block;
    font-size: 15px;
    margin: 8px 0 3px;
  }

  .header__container .header__menu-container--mobile .mob-menu-button .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__container .header__menu-container--mobile .mob-menu-button .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__container .header__menu-container--mobile .mob-menu-button .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .header__container .header__menu-container--mobile .mob-menu-button .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__container
    .header__menu-container--mobile
    .mob-menu-button.opened
    .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .header__container
    .header__menu-container--mobile
    .mob-menu-button.opened
    .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .header__container
    .header__menu-container--mobile
    .mob-menu-button.opened
    .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .card-repeater .card {
    width: 100%;
  }

  .products-slider .product img {
    width: 100%;
  }

  .featured-content {
    flex-direction: column;
  }

  .featured-content .left,
  .featured-content .right {
    width: 100%;
  }

  .featured-content .left {
    margin-bottom: 2em;
  }

  .featured-content .right .page {
    border-top: 1px solid #000 !important;
    padding-top: 2em !important;
  }

  .accordion {
    position: relative;
    padding-bottom: 50px;
  }

  .accordion__summary:after {
    position: absolute;
    bottom: 10px;
  }

  .accordion::after {
    position: absolute;
    bottom: 0;
  }

  .awards-slider .award img {
    width: 100%;
  }

  .blog-cta .bottom {
    flex-direction: column;
  }

  .blog-cta .bottom .left,
  .blog-cta .bottom .right {
    width: 100%;
  }

  .distributors .distributor {
    width: 100%;
  }

  .management {
    grid-template-columns: 1fr;
  }

  .management .manager__content a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .tabber {
    flex-direction: column;
  }

  .tabber .tabs .tab {
    flex-direction: column-reverse;
  }

  .tabber .tabs .tab .downloads.desktop {
    display: none;
  }

  .tabber .tab-titles .open .download.mobile {
    display: block;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #000;
  }

  .tabber .tab-titles .open .download.mobile .col {
    margin-bottom: 2em;
  }

  .tabber .tab-titles {
    width: 100%;
  }

  .tabber .tab-titles p {
    padding: 10px 0;
    margin: 0 0 0.5rem;
  }

  .tabber .tab-titles .open p.tabber-title::after {
    content: "-";
  }

  .tabber .tab-titles p.tabber-title::after {
    display: block;
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
  }

  .tabber form button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  section.featured-post img {
    height: 200px;
  }

  section.featured-post .img-wrap {
    margin-top: -150px;
  }

  .management .manager {
    width: 100%;
    padding: 1.3em 1.3em 1.6em;
  }

  .offices .office {
    width: 100%;
  }

  .product-details .row {
    flex-direction: column;
  }

  .product-details .row p {
    margin: 0 0 0.3rem;
    display: block;
  }

  .product-details .row .col-1,
  .product-details .row .col-2,
  .product-details .row .col-3,
  .product-details .row .col-4 {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .publication-listing .publication {
    width: calc((100% / 2) - 10px);
  }

  .publication-listing .publication {
    width: calc((100% / 2) - 10px);
  }

  .publication-listing .mob-select {
    margin-bottom: 2em;
  }

  .related-content {
    flex-direction: column;
  }

  .related-content .page {
    width: 100%;
    margin-bottom: 2em;
  }

  .related-content .page img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .publication-listing .publication {
    width: 100%;
  }

  .publication-listing .publication {
    width: 100%;
  }
}
@media(min-width:768px){
    .hero-form{
        background: linear-gradient(90deg, transparent 50%, #ffffff 50%);
    }
}

@media(max-width:767px){
    .hero-form .span6:nth-of-type(2){
        background:#fff;
        position: relative;
    }
    .hero-form .span6:nth-of-type(2):after{
        content: "";
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: -1;
    }
}