/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

figure {
  margin: 0;
  line-height: 0
}

:focus-visible {
  outline: none
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.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%;
  -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%;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  }

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

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

  .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%;
    -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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    -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%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.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;
  }
}

.position-relative {
  position: relative
}

.link-mask, .link-mask-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3 !important
}

.border-radius {
  border-radius: 20px
}

.no-padding-top .dnd-section {
  padding-top: 0
}

.flex-center, .flex-center .breadcrumbs {
  display: flex;
  justify-content: center;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.dnd-section.section-hero {
  margin-top: -122px;
  padding: 152px 60px 90px;
  position: relative
}

.dnd-section.section-hero.section-hero--green {
  background: url(https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk%20newsletter.svg),linear-gradient(0,#78C4BF,#78C4BF); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat
}

@media (max-width: 767px) {
  .dnd-section.section-hero {
    text-align: center !important
  }

  .dnd-section.section-hero {
    min-height: calc(100vh - 70px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dnd-section.section-hero .video-button {
    justify-content: center
  }

  .dnd-section.section-hero .breadcrumbs-container {
    justify-content: center
  }
}



.section-hero * {
  z-index: 2
}

@media (max-width: 1268px) {
  .dnd-section.section-hero {
    margin-top: 0;
  }
}

.section-cta .span4 {
  z-index: 2;
  display: block
}

.section-cta .span4 * {
  color: #fff
}

.section-cta {
  position: relative
}

.section-cta .span4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #78c4bf;
  width: 40%;
  height: 100%;
  z-index: -1;
  border-radius: 0 50px 50px 0 
}

.section-newsletter, .section-contatti {
  background: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk%20newsletter.svg"), linear-gradient(0deg, #78C4BF, #78C4BF);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.section-newsletter .hs_tipologia_contatto ul {
  display: flex;
  justify-content: center
}

.section-newsletter .hs_tipologia_contatto ul li:not(:first-child) {
  margin-left: 20px;
}

.section-newsletter .hs_tipologia_contatto > label {
  display: none
}

.section-newsletter .hs_tipologia_contatto li {
  background: #fff;
  padding: 14px 30px 14px 14px;
  border-radius: 40px;
  border: 5px solid #a0d5d2;
  box-shadow: inset 0 0 0px 2px #78C4BF;
}

.section-newsletter .hs_tipologia_contatto li label {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #78C4BF;
  cursor: pointer
}

.section-newsletter .hs_tipologia_contatto li label input {
  display: none
}

.section-newsletter .hs_tipologia_contatto li label input + span {
  display: flex;
  align-items: center;
  justify-content: center
}

.section-newsletter .hs_tipologia_contatto li label input + span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #78C4BF;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 15px
}

.section-newsletter .hs_tipologia_contatto li label input:checked + span::before {
  background: #78C4BF;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

.section-newsletter form:not(.active) > *:not(:first-child),
.section-contatti form:not(.active) > *:not(:first-child) {
  display: none
}

.section-newsletter form.active,
.section-contatti form.active {
  position: relative;
  z-index: 2;
  padding: 0 60px 60px
}

.section-newsletter form.active::after,
.section-contatti form.active::after {
  content: "";
  width: 100%;
  height:  calc(100% - 45px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 30px
}

.section-newsletter form.active .actions, 
.section-contatti form.active .actions {
  text-align: center
}

.section-contatti .hs_tipologia_richiesta {
  position: relative
}

.section-contatti .hs_tipologia_richiesta > label {
  display: none
}

.section-contatti .hs_tipologia_richiesta select {
  background: #fff;
  border: 5px solid #a0d5d2;
  box-shadow: inset 0 0 0px 2px #78c4bf;
  border-radius: 35px;
  font-size: 20px;
  color: #78C4BF;
  font-weight: 600;
  outline: none;
  width: 100% !important;
  appearance: none;
  padding: 16px 40px
}

.section-contatti .hs_tipologia_richiesta::after {
  content: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/dropdown.svg");
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  pointer-events: none
}

@media (max-width: 767px) {
  .section-newsletter .hs_tipologia_contatto li {
    padding: 10px 14px 10px 10px;
  }

  .section-newsletter .hs_tipologia_contatto li label {
    font-size: 16px;
    line-height: 24px;
  }

  .section-newsletter .hs_tipologia_contatto li label input + span::before {
    width: 24px;
    height: 24px;
    margin-right: 10px
  } 

  .section-newsletter form.active,
  .section-contatti form.active {
    padding: 0 20px 20px;
    width: calc(100% + 44px);
    transform: translate(-22px)
  }

  .section-stampa .span7 {
    border-bottom: 1px solid #EEEEEE
  }
}

@media (min-width: 768px) {
  .section-cta .span4 .h1 {
    margin-bottom: 130px
  }

  .section-contatti form {
    padding: 0 60px
  }
}

@media (max-width: 767px) {
  .dnd-section.section-cta .span4 {
    position: relative;
    padding: 50px;
    margin-top: 300px;
    transform: translateY(50px)
  }

  .dnd-section.section-cta .span4::after {
    border-radius: 50px 0 0 50px;
    width: calc(100% + 44px);
    transform: translate(-22px)
  }
}
.body-wrapper {
  overflow-x: hidden
}

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

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

/*.dnd-section .dnd-column {
padding: 0 22px;
}*/

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

.body-container--title {
  background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.body-container--title-2 {
  background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk.svg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
} 

@media (min-width: 768px) { 
  .body-container--title {
    margin-top: -122px;
    padding: 222px 0px 160px
  }

  .body-container--title-2 .dnd-section:nth-child(1) .span4,
  .body-container--title-2 .dnd-section:nth-child(2) .span4:nth-child(2),
  .body-container--title-2 .dnd-section:nth-child(3) .span4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 28%;
    height: 0;
  }

  .body-container--title-2 .dnd-section:nth-child(1) .span4 {
    background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/circle%2001.svg");
  }

  .body-container--title-2 .dnd-section:nth-child(2) .span4:nth-child(2) {
    background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/circle%2002.svg");
  }

  .body-container--title-2 .dnd-section:nth-child(3) .span4 {
    background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/circle%2003.svg");
  }

  .body-container--title-2 .dnd-section:nth-child(1) .span4 > div,
  .body-container--title-2 .dnd-section:nth-child(2) .span4:nth-child(2) > div,
  .body-container--title-2 .dnd-section:nth-child(3) .span4 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .body-container--title-2 .dnd-section:nth-child(1) .span4 p:last-child,
  .body-container--title-2 .dnd-section:nth-child(2) .span4:nth-child(2) p:last-child,
  .body-container--title-2 .dnd-section:nth-child(3) .span4 p:last-child {
    margin-bottom: 0
  }
}

@media (max-width: 767px) {
  .body-container--title {
    padding: 45px 0
  } 
}

@media (max-width: 1268px) {
  .body-container--title {
    margin-top: 0;
  }
}

.body-container--contacts.section-contatti {
  background: unset
}

.body--contacts, .green-pattern {
  background: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk%20newsletter.svg"), linear-gradient(0deg, #78C4BF, #78C4BF);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.body--contacts .footer {
  border-top: 1px solid #fff;
  background: unset;
}

.body--contacts .footer p,
.body--contacts .footer .footer__left {
  filter: brightness(0) invert(1);
}

.body--contacts .footer__socials * {
  color: #fff
}

.body--contacts .header__ctas--desktop > div:last-child a {
  background: #fff;
  color: #78C4BF;
  border-color: #fff
}

.body--farmacie, .body--farmacia, .body--blog {
  background-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/background-farmacie.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.6;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1.4rem;
  line-height: 1.3
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #78C4BF;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.header--small {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .4px;
  position: relative;
}

@media (max-width: 767px) {
  .header--small {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: .4px
  }
  
  .size--30 {
    font-size: 23px
  }
}

@media (min-width: 768px) {
  .size--30 {
    font-size: 30px
  }
  
  .size--20 {
    font-size: 20px
  }
}



#hs-eu-cookie-confirmation-inner {
  font-family: Dosis, sans-serif;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 15px !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  color: #78C4BF !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a {
  border-radius: 25px !important
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

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

.button {
  display: inline-flex;
  align-items: center
}

.button__icon {
  margin-left: 20px;
}

.button__icon--white * {
  stroke: #fff
}

.button.button--white {
  background-color: white;
  color: #78C4BF
}

.button.button--white:hover svg *,
.button.button--white:focus svg *,
.button.button--white:active svg * {
  stroke: #fff
} 

.cta_button.link-mask {
  opacity: 0
}

.button.button--link,
.button.button--link:hover,
.button.button--link:focus,
.button.button--link:active {
  background: unset;
  border: none;
  color: #78C4BF;
  padding: 0;
}

.button.button--link svg {
  margin-left: 20px
}

.button.button--bordered {
  background: unset;
  color: #78C4BF
}

.get-current-location-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px
}

.get-current-location-button svg {
  margin-right: 10px
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 select,
form textarea {
  display: inline-block;
  font-size: 1rem;
  padding: 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid;
  font-weight: 500
}

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

form .hs-input {
  width: 100% !important
}

form .actions {
  margin-top: 20px
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

form .hs-form-booleancheckbox input {
  display: none
}

form .hs-form-booleancheckbox input + span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #2E2E2E;
  border-radius: 2px;
  left: -20px;
  top: 5px;
  flex: 0 0 auto;
}

form .hs-form-booleancheckbox input:checked + span::before {
  background: #2E2E2E;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline-flex;
}

form .legal-consent-container .hs-form-booleancheckbox-display p {
  display: block
}

.hs-form-field > label {
  font-size: 1rem;
  font-weight: 500
}

.hs-form-radio input {
  display: none
}

.hs-form-radio input + span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 8px;
  top: 2px;
  position: relative
}

.hs-form-radio input:checked + span::before {
  background: #2e2e2e;
  box-shadow: inset 0 0 0px 3px #fff;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Libraries */

.progressive {
  overflow: hidden;
  position: relative;
}

.progressive__img {
  width: 100%;
  height: 100%;
  transform: translateZ(0)
}

.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1)
}

.progressive--is-loaded {
  filter: blur(20px);
  animation: a .5s both;
  transform: scale(1)
}

@keyframes a {
  0% {
    filter: blur(20px)
  }
  to {
    filter: blur(0)
  }
}
.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:flex;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**************************\
Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999
}

.modal--video .modal__container {
  width: 1000px;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 100%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #78C4BF;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #78C4BF;
  color: #fff;
}



/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 32px 18px;
}

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

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__right {
  font-size: 15px
}

@media (max-width: 1268px) {
  .header__container {
    padding: 14px 22px;
  }

  .header__column {
    position: relative;
    width: 100%;
    display: flex
  }

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

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

  .header__ctas--desktop {
    display: none
  }
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  overflow: hidden;
}

@media (max-width: 1268px) {
  .header__logo {
    margin: 0 auto;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

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

@media (min-width: 1269px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }

  .header__right {
    display: flex;
    align-items: center;
    gap: 24px
  }

  .header__ctas--mobile {
    display: none
  }

  .header-white .header[data-scroll="in"] .header__logo,
  .header-white .header[data-scroll="in"] .header__column,
  .header-white .header[data-scroll="in"] .header__ctas > div:first-child {
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 1268px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.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 {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.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: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 1268px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .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;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header {  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 400ms cubic-bezier(.25,.37,.17,.96); 
  z-index: 99
}

/* When header is not in viewport we hide it */
.header[data-scroll="out"] {
  transform: translatey(-100%);
  background: white
}

/* When moving up and header we show it */
[data-scroll-dir-y="-1"] .header {
  transform: translatey(0);

}

.header-spacer {
  height: 122px
}

/* Mobile toggles */

@media (max-width: 1268px) {

  .header-spacer {
    height: 70px
  }

  .header {
    background: #fff;
    height: 70px
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #FFFFFF;
    display: block;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: -22px;
    top: 56px;
    z-index: 2;
    padding: 24px;
    width: 100vw;
  }

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

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

  .header__navigation--toggle {
    height: 42px;
    width: 42px;
    border: 1px solid #78C4BF;
    border-radius: 50%;
  }

  .header__navigation--toggle {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .header--toggle__inner span:not(:last-child) {
    margin-bottom: 4px
  }

  .header__navigation--toggle span {
    height: 1px;
    width: 15px;
    background: #78C4BF;
    display: block
  }

  .header__navigation--toggle.open span:nth-child(2) {
    display: none;
  }

  .header__navigation--toggle.open span {
    margin: 0;
    width: 19px
  }

  .header__navigation--toggle.open span:nth-child(1) {
    transform: rotate(-45deg);
  }

  .header__navigation--toggle.open span:nth-child(3) {
    transform: rotate(45deg)
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .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";
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media (min-width: 768px) {
  .footer__row {
    display: flex;
    justify-content: space-between;
  }

  .footer__headquarters {
    display: flex;
  }

  .footer__headquarters > div {
    flex: 1;
  }

  .footer__headquarters > div:not(:first-child) {
    margin-right: 30px
  }

  .footer__top .footer__right {
    display: flex;
    justify-content: flex-end;
    min-width: 400px
  }
}

.footer {
  border-top: 1px solid #78C4BF;
}

.footer * {
  font-size: 14px
}

.footer p {
  margin-bottom: 12px
}

.footer a {
  color: #2a2a2a
}

.footer a,
.footer a:hover,
.footer a:focus {
  font-weight: 500;
}

.footer__headquarters p {
  font-size: 17px;
  font-weight: 600
}

.footer__row {
  padding: 50px 0
}

@media (max-width: 767px) {
  .footer {
    background: #EBF6F6
  }

  .footer__row {
    padding: 30px 0
  }

  .footer__top .footer__right {
    display: flex;
    justify-content: space-between;
    max-width: 90%
  }
  
  .footer__headquarters {
    margin-bottom: 30px
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 1268px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 500;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 1268px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1268px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 0;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }

  .header__ctas {
    margin-top: 30px;
  }

  .header__ctas div {
    margin-bottom: .35rem;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1269px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1268px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 1269px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }
  
  .menu__child-toggle-icon svg {
    width: 12px
  }
}

@media (max-width: 1268px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 37px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
    display: flex;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
    align-items: center
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.4s;
  }
}
/* Menu and simple menu */

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

/* 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 {
  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;
}

@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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.swiper-button-next:after, .swiper-button-prev:after {
  opacity: 0
}

.slider {
  position: relative
}

.slider__content {
  margin-top: 20px;
}

.slider__content p {
  font-size: 13px;
  letter-spacing: .93px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 16px
}

.slider__content h4 {
  margin-bottom: 4px
}

.slider .swiper-button-next, .slider .swiper-button-prev {
  width: 57px;
  height: 57px
}

.slider .swiper-button-next.swiper-button-disabled, .slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0
}

.slider .swiper-slide {
  width: auto
}

.slider--farmacie .slider__content {
  margin-top: 15px
}

.slider--farmacie .slider__slide {
  max-width: 336px;
}

.slider--servizi .slider__slide {
  width: 216px;
}

.slider--servizi .slider__card {
  min-height: 200px;
  width: 100%;
  display: grid;
  place-items: center;
  border: 1px solid #ECECEC;
  border-radius: 20px
} 

.slider--servizi .slider__card img {
  height: 100px;
  width: auto;
}

.slider--servizi .slider__title {
  text-align: center;
  font-weight: 600;
  margin-top: 20px
}

.slider__product {
  background-color: #F8F8F8;
  min-height: 283px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden
}

.slider__product > * {
  z-index: 2
}

.slider__product::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--bg-start), var(--bg-end));
  display: block;
  position: absolute;
  mask-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk%20newsletter.svg");
  mask-size: cover;
  mask-position: center center;
  -webkit-mask-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/pattern%20bk%20newsletter.svg");
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  z-index: 1
} 

@media (min-width: 768px) {
  .slider--prodotti, .slider--farmacie {
    overflow: hidden;
  }

  .slider--farmacie h4 {
    font-size: 20px;
  }

  .slider__product {
    min-height: 448px;
  }

  .slider--comunicati-stampa {
    overflow: hidden
  }
}

.slider--comunicati-stampa .slider__card {
  border: 1px solid #ECECEC;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 68px 20px 20px
}

.slider--comunicati-stampa .slider__card p {
  margin: 0;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500
}

.slider--comunicati-stampa .slider__title {
  text-align: center;
  margin-top: 10px;
  font-weight: 500
}



.slider__background-image {
  background-image: linear-gradient(0deg, rgb(46 46 46 / .63), rgb(46 46 46 / .63)), var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 30px;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider__background-image * {
  filter: brightness(0) invert(1)
}

.slider__background-image .video-button__label {
  font-size: 15px
}

.slider--plus-club-salute .slider__content {
  padding: 20px 30px;
  margin: 0
}

.slider--plus-club-salute .slider__content p {
  margin-bottom: 15px;
  text-transform: unset;
  font-size: 1rem;
  line-height: 30px
}

@media (min-width: 768px) {
  .slider--plus-club-salute .swiper-button-next, .slider--plus-club-salute .swiper-button-prev,
  .slider--servizi  .swiper-button-next, .slider--servizi .swiper-button-prev {
    position: absolute;
    top: -100px
  }

  .slider--plus-club-salute .swiper-button-prev,
  .slider--servizi .swiper-button-prev {
    right: 65px;
    left: unset
  }

  .slider--plus-club-salute__title {
    margin-bottom: 66px
  }

  .slider__mobile-read-more {
    display: none
  }
}

@media (max-width: 767px) {
  .slider--plus-club-salute__title {
    text-align: center
  }

  .slider--plus-club-salute .slider__wrapper {
    display: flex;
    flex-direction: column
  }

  .slider--plus-club-salute .slider__wrapper > div:not(:last-child) {
    margin-bottom: 40px
  }

  .slider__slide--mobile-hidden {
    display: none;
  }

  .slider__mobile-read-more {
    justify-content: center;
    width: 100%
  }

  .slider--servizi .slider__slide {
    width: auto;
  }

  .slider--servizi .slider__card {
    min-height: 141px;
    width: auto
  } 
}



.slider--grid > div {
  display: grid;
  grid-gap: 24px
}

@media (max-width: 767px) {
  .slider--grid > div {
    grid-template-columns: repeat(2, 1fr);
  }   
}

@media (min-width: 768px) and (max-width: 1000px) {
  .slider--mobile-slider > div, .slider--grid > div {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1001px) {
  .slider--mobile-slider > div, .slider--grid > div {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .slider--mobile-slider .swiper-slide {
    margin-right: 0 !important
  }

  .slider--mobile-slider > div {
    display: grid;
    grid-gap: 90px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.video-button {
  display: flex;
  align-items: center;
}

.video-button__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .57px;
  font-size: 17px;
  line-height: 21px;
  margin-left: 20px;
  color: #fff
} 

/* MEDIABOX */

/*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }

  .mediabox-close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }

  .mediabox-close {
    bottom: 262px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.video-banner {
  padding: 230px 22px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden
}

.video-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  z-index: 2
}

.video-banner__title {
  color: #fff
}

.video-banner::after {
  content: "";
  background: rgb(46 46 46 / .4);
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1
}

@media (min-width: 768px) {
  .video-banner__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .video-banner {
    padding: 100px 22px;
  }

  .video-banner .video-button__label {
    font-size: 15px
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.cta-banner {
  border-radius: 30px;
  padding: 50px 60px;
  position: relative
}

.cta-banner.cta-banner--white {
  border: 2px solid #78C4BF;
  background-color: #fff
}

.cta-banner--green {
  background-color: #78C4BF;
  overflow: hidden
}

.cta-banner--green .cta-banner__image {
  position: absolute;
  width: 50%;
  right: 0
}

.cta-banner--background-image {
  overflow: hidden
}

.cta-banner--white .button svg *,
.cta-banner--background-image .button svg * {
  stroke: #fff
}

.cta-banner.cta-banner--background-image::after {
  content: "";
  background: rgb(46 46 46 / .4);
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1
}

.cta-banner.cta-banner--background-image .cta-banner__inner {
  z-index: 2;
  position: relative
}

@media (max-width: 767px) {
  .cta-banner {
    padding: 35px 
  }

  .cta-banner--white, .cta-banner--green {
    padding: 35px 35px 130px
  }

  .cta-banner--white .cta-banner__image {
    position: absolute;
    top: -39px;
    width: 100px;
    right: 10px;
  }

  .cta-banner--white h3 {
    width: 65%
  }

  .cta-banner--background-image {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
  }
}

@media (min-width: 768px) {
  .section-multi-column-content .span6 div {
    height: 100%
  }

  .cta-banner--green .cta-banner__image {
    position: absolute;
    width: 60%;
    right: -70px;
    bottom: -40%;
  }

  .cta-banner--background-image {
    min-height: 600px;
    height: 100%;
    display: table;
    width: 100%;
  }

  .cta-banner--background-image .span8 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
  }

  .cta-banner--background-image div {
    height: 100%
  }
  
  .cta-banner .span4 {
    text-align: center
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.store-locator-button form {
  display: flex;
}

.store-locator-button:not(.store-locator-button--minimal) .v-select {
  margin-right: 25px
}

.store-locator-button__intro-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px
}

.store-locator-button form .v-select {
  flex: 1
}

.vs__dropdown-toggle {
  border: 2px solid #78C4BF;
  border-radius: 32px;
  padding: 12px 25px
}

.vs__dropdown-toggle input::placeholder {
  color: #78C4BF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .33px;
  font-weight: 500
}

.vs__dropdown-toggle input:focus::placeholder {
  opacity: .3
}

.v-select svg {
  fill: #78C4BF
}

.vs__dropdown-menu {
  border-color: #78C4BF;
  border-width: 2px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px
}

.vs__selected-options {
  flex-wrap: nowrap;
}

.vs__selected-options span {
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.store-locator-button--minimal {
  position: relative
}

.store-locator-button--minimal .vs__dropdown-toggle {
  border: 1px solid rgb(151 151 151 / .3);
  border-radius: 0;
  padding: 20px 70px 20px 26px
}

.store-locator-button--minimal .vs__dropdown-toggle input::placeholder {
  color: #2E2E2E;
  text-transform: unset;
  font-size: 1rem;
  letter-spacing: .24px;
  font-weight: 500
}

.store-locator-button--minimal .v-select svg {
  fill: #2E2E2E
}

.store-locator-button--minimal .store-locator-button__search {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-40%)
}

.store-locator-button--minimal .vs__dropdown-menu {
  border-color: rgb(151 151 151 / .3);
  border-width: 1px;
  border-radius: 0
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.accordion {
  border-radius: 15px
}

.accordion * {
  color: #fff
}

.accordion__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  cursor: pointer;
  user-select: none
}

.accordion__name {
  padding: 60px;
}

.accordion__name h3 {
  margin: 0;
  color: #fff
}

.accordion__title {
  margin: 0
}

.accordion__arrow > span {
  display: flex;
  align-items: center
}

.accordion__arrow svg {
  height: 32px;
}

.accordion__arrow svg * {
  stroke: #fff
}

.accordion__content {
  display: none;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  padding: 0 60px;
}

.accordion__inner-wrapper *:last-child {
  margin-bottom: 50px
}

@media (max-width: 767px) {
  .accordion__content {
    padding: 0 24px;
  }

  .accordion__name, .accordion__head  {
    padding: 24px;
  }

  .accordion__inner-wrapper *:last-child {
    margin-bottom: 24px
  }
}

.accordion__inner-wrapper {
  margin-top: 20px;
}

.accordion  .accordion__item {
  border-top: 1px solid #62B4AE
}

.accordion__item.active .accordion__content {
  display: block
}

.accordion__item.active .accordion__arrow {
  transform: rotate(-45deg)
}

.accordion__arrow {
  transition: transform .3s ease-in-out
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.anchor-menu {
  position: absolute;
  top: 142px;
  right: 48px;
  height: calc(100% - 182px);
}

.anchor-menu--scroll {
  position: fixed
}

.anchor-menu__list {
  list-style: none;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.anchor-menu__item {
  font-size: 15px;
  text-align: right;
  font-weight: 600;
}

.anchor-menu__item--active {
  flex: 1
}

.anchor-menu__count {
  margin-left: 20px;
}

.anchor-menu__list > .anchor-menu__item:not(:last-child) {
  margin-bottom: 30px
}

.anchor-menu__link {
  color: #2a2a2a
}

.anchor-menu__link--highlight,
.anchor-menu__link--highlight:hover {
  background: #78C4BF;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px
}

@media (max-width: 767px) {
  
  
  .anchor-menu__item {
    display: none
  } 

  .anchor-menu__item:last-child .anchor-menu__count {
    display: none
  }

  .anchor-menu__list {
    justify-content: end;
    align-items: center
  }

  .anchor-menu {
    position: fixed;
    left: 50%;
    right: unset;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset;
  }

  .anchor-menu__link--highlight {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);

  }
}

@media (min-width: 768px) {
  .anchor-menu--scroll {
    animation: enterLeft 1s ease-in-out
  }

  @keyframes enterLeft {
    0% {
      right: -600px
    }
    100% {
      right: 48px
    }
  }

  .anchor-menu:not(.anchor-menu--scroll) *{
    color: #fff
  }

  .anchor-menu:not(.anchor-menu--scroll) .anchor-menu__link--highlight {
    background: unset;
    border: 1px solid #78C4BF
  }

  .anchor-menu:not(.anchor-menu--scroll) .anchor-menu__list .anchor-menu__item:first-child {
    flex: 1
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.focus-list__content {
  padding: 80px 60px;
}

.focus-list__content *, .focus-list__content .h1 {
  color: #fff
}

.focus-list .span6 {
  background: #78C4BF;
}

.focus-list ul {
  list-style-image: url("https://25102566.fs1.hubspotusercontent-eu1.net/hubfs/25102566/focus-list-icon.svg");
  padding-left: 1.5rem
}

.focus-list ul li {
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .focus-list {
    width: calc(100% + 44px);
    transform: translate(-22px);
    margin-bottom: 50px
  }
  .focus-list .span6 {
    border-radius: 50px 0 0 50px;
    margin-top: 300px;
    margin-bottom: -50px
  }

  .focus-list__content {
    padding: 50px 22px;
  }
}

@media (min-width: 768px) {
  .focus-list {
    border-radius: 20px;
    overflow: hidden
  }

  .focus-list .span6 {
    border-radius: 20px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.social-links {
  list-style: none;
  padding-left: 0
}

.social-links > li:not(:first-child) {
  margin-top: 12px
}

.social-links__link {
  display: flex;
  align-items: center
}

.social-links__label {
  margin-left: 12px
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.breadcrumbs-wrapper {
  padding: 8px 0
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs > .breadcrumbs__item:not(:last-child)::after {
  content: ">";
  margin-right: .25rem
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.logo-grid {
  display: grid;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
  grid-gap: 60px;
  text-align: center
}

.logo-grid__item {
  align-self: center;
  justify-self: center;
}

.logo-grid__title {
  margin: 12px 0 0;
}

@media (max-width: 1000px) {
  .logo-grid {
    grid-template-columns: repeat(var(--items-per-row-tablet), 1fr);
    grid-gap: 40px;
  }
}

@media (max-width: 767px) {
  .logo-grid {
    grid-template-columns: repeat(var(--items-per-row-mobile), 1fr);
    grid-gap: 20px;
  } 
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blog-posts figure {
  aspect-ratio: 2 / 3;
} 

.blog-posts figure img {
  object-fit: cover
}

.blog-posts a {
  color: #2a2a2a
}

.blog-posts__post-tag {
  font-size: 13px;
  letter-spacing: .93px;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .blog-posts--style-1 .blog-posts__image-link,
  .blog-posts--style-1 .blog-posts__content {
    width: 50%;
  }
  .blog-posts--style-1 .slider__slide {
    display: flex;
    align-items: center
  }

  .blog-posts--style-1 .blog-posts__content {
    margin-left: 43px
  }

  .blog-posts--style-2 .blog-posts__divider {
    display: block;
    left: 0;
    position: relative;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: -5px
  }

  .blog-posts--style-1 .blog-posts__divider {
    position: relative;
    left: -70%;
    width: 100%;
    z-index: -1
  }
}

@media (max-width: 767px) {
  .blog-posts__divider {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -15px
  } 
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.iframe-full-width {
  width: 100% !important
}