@charset "UTF-8";
/* ==========================================================================
### App
========================================================================== */
/* ==========================================================================
### Variables
========================================================================== */
/* ### Colors ordered by importance
========================================================================== */
/* ### Colors rgba
========================================================================== */
/* ### Fonts
========================================================================== */
/* ### Easing Map Get Function
========================================================================== */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #d6007f;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #b8006d;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button, form.webform-client-form .form-actions .webform-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d6007f;
  color: #fefefe;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions [data-whatinput='mouse'] .webform-submit {
  outline: 0;
}

.button:hover, form.webform-client-form .form-actions .webform-submit:hover, .button:focus, form.webform-client-form .form-actions .webform-submit:focus {
  background-color: #b6006c;
  color: #fefefe;
}

.button.tiny, form.webform-client-form .form-actions .tiny.webform-submit {
  font-size: 0.6rem;
}

.button.small, form.webform-client-form .form-actions .small.webform-submit {
  font-size: 0.75rem;
}

.button.large, form.webform-client-form .form-actions .large.webform-submit {
  font-size: 1.25rem;
}

.button.expanded, form.webform-client-form .form-actions .expanded.webform-submit {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary, form.webform-client-form .form-actions .primary.webform-submit {
  background-color: #d6007f;
  color: #fefefe;
}

.button.primary:hover, form.webform-client-form .form-actions .primary.webform-submit:hover, .button.primary:focus, form.webform-client-form .form-actions .primary.webform-submit:focus {
  background-color: #ab0066;
  color: #fefefe;
}

.button.secondary, form.webform-client-form .form-actions .secondary.webform-submit {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, form.webform-client-form .form-actions .secondary.webform-submit:hover, .button.secondary:focus, form.webform-client-form .form-actions .secondary.webform-submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, form.webform-client-form .form-actions .success.webform-submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, form.webform-client-form .form-actions .success.webform-submit:hover, .button.success:focus, form.webform-client-form .form-actions .success.webform-submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, form.webform-client-form .form-actions .warning.webform-submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, form.webform-client-form .form-actions .warning.webform-submit:hover, .button.warning:focus, form.webform-client-form .form-actions .warning.webform-submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, form.webform-client-form .form-actions .alert.webform-submit {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, form.webform-client-form .form-actions .alert.webform-submit:hover, .button.alert:focus, form.webform-client-form .form-actions .alert.webform-submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled, form.webform-client-form .form-actions .disabled.webform-submit, .button[disabled], form.webform-client-form .form-actions [disabled].webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, form.webform-client-form .form-actions .disabled.webform-submit, .button.disabled:hover, form.webform-client-form .form-actions .disabled.webform-submit:hover, .button.disabled:focus, form.webform-client-form .form-actions .disabled.webform-submit:focus, .button[disabled], form.webform-client-form .form-actions [disabled].webform-submit, .button[disabled]:hover, form.webform-client-form .form-actions [disabled].webform-submit:hover, .button[disabled]:focus, form.webform-client-form .form-actions [disabled].webform-submit:focus {
  background-color: #d6007f;
  color: #fefefe;
}

.button.disabled.primary, form.webform-client-form .form-actions .disabled.primary.webform-submit, .button[disabled].primary, form.webform-client-form .form-actions [disabled].primary.webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, form.webform-client-form .form-actions .disabled.primary.webform-submit, .button.disabled.primary:hover, form.webform-client-form .form-actions .disabled.primary.webform-submit:hover, .button.disabled.primary:focus, form.webform-client-form .form-actions .disabled.primary.webform-submit:focus, .button[disabled].primary, form.webform-client-form .form-actions [disabled].primary.webform-submit, .button[disabled].primary:hover, form.webform-client-form .form-actions [disabled].primary.webform-submit:hover, .button[disabled].primary:focus, form.webform-client-form .form-actions [disabled].primary.webform-submit:focus {
  background-color: #d6007f;
  color: #fefefe;
}

.button.disabled.secondary, form.webform-client-form .form-actions .disabled.secondary.webform-submit, .button[disabled].secondary, form.webform-client-form .form-actions [disabled].secondary.webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, form.webform-client-form .form-actions .disabled.secondary.webform-submit, .button.disabled.secondary:hover, form.webform-client-form .form-actions .disabled.secondary.webform-submit:hover, .button.disabled.secondary:focus, form.webform-client-form .form-actions .disabled.secondary.webform-submit:focus, .button[disabled].secondary, form.webform-client-form .form-actions [disabled].secondary.webform-submit, .button[disabled].secondary:hover, form.webform-client-form .form-actions [disabled].secondary.webform-submit:hover, .button[disabled].secondary:focus, form.webform-client-form .form-actions [disabled].secondary.webform-submit:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, form.webform-client-form .form-actions .disabled.success.webform-submit, .button[disabled].success, form.webform-client-form .form-actions [disabled].success.webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, form.webform-client-form .form-actions .disabled.success.webform-submit, .button.disabled.success:hover, form.webform-client-form .form-actions .disabled.success.webform-submit:hover, .button.disabled.success:focus, form.webform-client-form .form-actions .disabled.success.webform-submit:focus, .button[disabled].success, form.webform-client-form .form-actions [disabled].success.webform-submit, .button[disabled].success:hover, form.webform-client-form .form-actions [disabled].success.webform-submit:hover, .button[disabled].success:focus, form.webform-client-form .form-actions [disabled].success.webform-submit:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, form.webform-client-form .form-actions .disabled.warning.webform-submit, .button[disabled].warning, form.webform-client-form .form-actions [disabled].warning.webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, form.webform-client-form .form-actions .disabled.warning.webform-submit, .button.disabled.warning:hover, form.webform-client-form .form-actions .disabled.warning.webform-submit:hover, .button.disabled.warning:focus, form.webform-client-form .form-actions .disabled.warning.webform-submit:focus, .button[disabled].warning, form.webform-client-form .form-actions [disabled].warning.webform-submit, .button[disabled].warning:hover, form.webform-client-form .form-actions [disabled].warning.webform-submit:hover, .button[disabled].warning:focus, form.webform-client-form .form-actions [disabled].warning.webform-submit:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, form.webform-client-form .form-actions .disabled.alert.webform-submit, .button[disabled].alert, form.webform-client-form .form-actions [disabled].alert.webform-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, form.webform-client-form .form-actions .disabled.alert.webform-submit, .button.disabled.alert:hover, form.webform-client-form .form-actions .disabled.alert.webform-submit:hover, .button.disabled.alert:focus, form.webform-client-form .form-actions .disabled.alert.webform-submit:focus, .button[disabled].alert, form.webform-client-form .form-actions [disabled].alert.webform-submit, .button[disabled].alert:hover, form.webform-client-form .form-actions [disabled].alert.webform-submit:hover, .button[disabled].alert:focus, form.webform-client-form .form-actions [disabled].alert.webform-submit:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow, form.webform-client-form .form-actions .hollow.webform-submit {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.hollow, form.webform-client-form .form-actions .hollow.webform-submit, .button.hollow:hover, form.webform-client-form .form-actions .hollow.webform-submit:hover, .button.hollow:focus, form.webform-client-form .form-actions .hollow.webform-submit:focus {
  background-color: transparent;
}

.button.hollow.disabled, form.webform-client-form .form-actions .hollow.disabled.webform-submit, .button.hollow.disabled:hover, form.webform-client-form .form-actions .hollow.disabled.webform-submit:hover, .button.hollow.disabled:focus, form.webform-client-form .form-actions .hollow.disabled.webform-submit:focus, .button.hollow[disabled], form.webform-client-form .form-actions .hollow[disabled].webform-submit, .button.hollow[disabled]:hover, form.webform-client-form .form-actions .hollow[disabled].webform-submit:hover, .button.hollow[disabled]:focus, form.webform-client-form .form-actions .hollow[disabled].webform-submit:focus {
  background-color: transparent;
}

.button.hollow:hover, form.webform-client-form .form-actions .hollow.webform-submit:hover, .button.hollow:focus, form.webform-client-form .form-actions .hollow.webform-submit:focus {
  border-color: #6b0040;
  color: #6b0040;
}

.button.hollow:hover.disabled, form.webform-client-form .form-actions .hollow.webform-submit:hover.disabled, .button.hollow:hover[disabled], form.webform-client-form .form-actions .hollow.webform-submit:hover[disabled], .button.hollow:focus.disabled, form.webform-client-form .form-actions .hollow.webform-submit:focus.disabled, .button.hollow:focus[disabled], form.webform-client-form .form-actions .hollow.webform-submit:focus[disabled] {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.hollow.primary, form.webform-client-form .form-actions .hollow.primary.webform-submit {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.hollow.primary:hover, form.webform-client-form .form-actions .hollow.primary.webform-submit:hover, .button.hollow.primary:focus, form.webform-client-form .form-actions .hollow.primary.webform-submit:focus {
  border-color: #6b0040;
  color: #6b0040;
}

.button.hollow.primary:hover.disabled, form.webform-client-form .form-actions .hollow.primary.webform-submit:hover.disabled, .button.hollow.primary:hover[disabled], form.webform-client-form .form-actions .hollow.primary.webform-submit:hover[disabled], .button.hollow.primary:focus.disabled, form.webform-client-form .form-actions .hollow.primary.webform-submit:focus.disabled, .button.hollow.primary:focus[disabled], form.webform-client-form .form-actions .hollow.primary.webform-submit:focus[disabled] {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.hollow.secondary, form.webform-client-form .form-actions .hollow.secondary.webform-submit {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, form.webform-client-form .form-actions .hollow.secondary.webform-submit:hover, .button.hollow.secondary:focus, form.webform-client-form .form-actions .hollow.secondary.webform-submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled, form.webform-client-form .form-actions .hollow.secondary.webform-submit:hover.disabled, .button.hollow.secondary:hover[disabled], form.webform-client-form .form-actions .hollow.secondary.webform-submit:hover[disabled], .button.hollow.secondary:focus.disabled, form.webform-client-form .form-actions .hollow.secondary.webform-submit:focus.disabled, .button.hollow.secondary:focus[disabled], form.webform-client-form .form-actions .hollow.secondary.webform-submit:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success, form.webform-client-form .form-actions .hollow.success.webform-submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, form.webform-client-form .form-actions .hollow.success.webform-submit:hover, .button.hollow.success:focus, form.webform-client-form .form-actions .hollow.success.webform-submit:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, form.webform-client-form .form-actions .hollow.success.webform-submit:hover.disabled, .button.hollow.success:hover[disabled], form.webform-client-form .form-actions .hollow.success.webform-submit:hover[disabled], .button.hollow.success:focus.disabled, form.webform-client-form .form-actions .hollow.success.webform-submit:focus.disabled, .button.hollow.success:focus[disabled], form.webform-client-form .form-actions .hollow.success.webform-submit:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning, form.webform-client-form .form-actions .hollow.warning.webform-submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, form.webform-client-form .form-actions .hollow.warning.webform-submit:hover, .button.hollow.warning:focus, form.webform-client-form .form-actions .hollow.warning.webform-submit:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, form.webform-client-form .form-actions .hollow.warning.webform-submit:hover.disabled, .button.hollow.warning:hover[disabled], form.webform-client-form .form-actions .hollow.warning.webform-submit:hover[disabled], .button.hollow.warning:focus.disabled, form.webform-client-form .form-actions .hollow.warning.webform-submit:focus.disabled, .button.hollow.warning:focus[disabled], form.webform-client-form .form-actions .hollow.warning.webform-submit:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert, form.webform-client-form .form-actions .hollow.alert.webform-submit {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, form.webform-client-form .form-actions .hollow.alert.webform-submit:hover, .button.hollow.alert:focus, form.webform-client-form .form-actions .hollow.alert.webform-submit:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled, form.webform-client-form .form-actions .hollow.alert.webform-submit:hover.disabled, .button.hollow.alert:hover[disabled], form.webform-client-form .form-actions .hollow.alert.webform-submit:hover[disabled], .button.hollow.alert:focus.disabled, form.webform-client-form .form-actions .hollow.alert.webform-submit:focus.disabled, .button.hollow.alert:focus[disabled], form.webform-client-form .form-actions .hollow.alert.webform-submit:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear, form.webform-client-form .form-actions .clear.webform-submit {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.clear, form.webform-client-form .form-actions .clear.webform-submit, .button.clear:hover, form.webform-client-form .form-actions .clear.webform-submit:hover, .button.clear:focus, form.webform-client-form .form-actions .clear.webform-submit:focus {
  background-color: transparent;
}

.button.clear.disabled, form.webform-client-form .form-actions .clear.disabled.webform-submit, .button.clear.disabled:hover, form.webform-client-form .form-actions .clear.disabled.webform-submit:hover, .button.clear.disabled:focus, form.webform-client-form .form-actions .clear.disabled.webform-submit:focus, .button.clear[disabled], form.webform-client-form .form-actions .clear[disabled].webform-submit, .button.clear[disabled]:hover, form.webform-client-form .form-actions .clear[disabled].webform-submit:hover, .button.clear[disabled]:focus, form.webform-client-form .form-actions .clear[disabled].webform-submit:focus {
  background-color: transparent;
}

.button.clear:hover, form.webform-client-form .form-actions .clear.webform-submit:hover, .button.clear:focus, form.webform-client-form .form-actions .clear.webform-submit:focus {
  border-color: #6b0040;
  color: #6b0040;
}

.button.clear:hover.disabled, form.webform-client-form .form-actions .clear.webform-submit:hover.disabled, .button.clear:hover[disabled], form.webform-client-form .form-actions .clear.webform-submit:hover[disabled], .button.clear:focus.disabled, form.webform-client-form .form-actions .clear.webform-submit:focus.disabled, .button.clear:focus[disabled], form.webform-client-form .form-actions .clear.webform-submit:focus[disabled] {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.clear, form.webform-client-form .form-actions .clear.webform-submit, .button.clear.disabled, form.webform-client-form .form-actions .clear.disabled.webform-submit, .button.clear[disabled], form.webform-client-form .form-actions .clear[disabled].webform-submit, .button.clear:hover, form.webform-client-form .form-actions .clear.webform-submit:hover, .button.clear:hover.disabled, form.webform-client-form .form-actions .clear.webform-submit:hover.disabled, .button.clear:hover[disabled], form.webform-client-form .form-actions .clear.webform-submit:hover[disabled], .button.clear:focus, form.webform-client-form .form-actions .clear.webform-submit:focus, .button.clear:focus.disabled, form.webform-client-form .form-actions .clear.webform-submit:focus.disabled, .button.clear:focus[disabled], form.webform-client-form .form-actions .clear.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary, form.webform-client-form .form-actions .clear.primary.webform-submit {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.clear.primary:hover, form.webform-client-form .form-actions .clear.primary.webform-submit:hover, .button.clear.primary:focus, form.webform-client-form .form-actions .clear.primary.webform-submit:focus {
  border-color: #6b0040;
  color: #6b0040;
}

.button.clear.primary:hover.disabled, form.webform-client-form .form-actions .clear.primary.webform-submit:hover.disabled, .button.clear.primary:hover[disabled], form.webform-client-form .form-actions .clear.primary.webform-submit:hover[disabled], .button.clear.primary:focus.disabled, form.webform-client-form .form-actions .clear.primary.webform-submit:focus.disabled, .button.clear.primary:focus[disabled], form.webform-client-form .form-actions .clear.primary.webform-submit:focus[disabled] {
  border: 1px solid #d6007f;
  color: #d6007f;
}

.button.clear.primary, form.webform-client-form .form-actions .clear.primary.webform-submit, .button.clear.primary.disabled, form.webform-client-form .form-actions .clear.primary.disabled.webform-submit, .button.clear.primary[disabled], form.webform-client-form .form-actions .clear.primary[disabled].webform-submit, .button.clear.primary:hover, form.webform-client-form .form-actions .clear.primary.webform-submit:hover, .button.clear.primary:hover.disabled, form.webform-client-form .form-actions .clear.primary.webform-submit:hover.disabled, .button.clear.primary:hover[disabled], form.webform-client-form .form-actions .clear.primary.webform-submit:hover[disabled], .button.clear.primary:focus, form.webform-client-form .form-actions .clear.primary.webform-submit:focus, .button.clear.primary:focus.disabled, form.webform-client-form .form-actions .clear.primary.webform-submit:focus.disabled, .button.clear.primary:focus[disabled], form.webform-client-form .form-actions .clear.primary.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary, form.webform-client-form .form-actions .clear.secondary.webform-submit {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover, form.webform-client-form .form-actions .clear.secondary.webform-submit:hover, .button.clear.secondary:focus, form.webform-client-form .form-actions .clear.secondary.webform-submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled, form.webform-client-form .form-actions .clear.secondary.webform-submit:hover.disabled, .button.clear.secondary:hover[disabled], form.webform-client-form .form-actions .clear.secondary.webform-submit:hover[disabled], .button.clear.secondary:focus.disabled, form.webform-client-form .form-actions .clear.secondary.webform-submit:focus.disabled, .button.clear.secondary:focus[disabled], form.webform-client-form .form-actions .clear.secondary.webform-submit:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, form.webform-client-form .form-actions .clear.secondary.webform-submit, .button.clear.secondary.disabled, form.webform-client-form .form-actions .clear.secondary.disabled.webform-submit, .button.clear.secondary[disabled], form.webform-client-form .form-actions .clear.secondary[disabled].webform-submit, .button.clear.secondary:hover, form.webform-client-form .form-actions .clear.secondary.webform-submit:hover, .button.clear.secondary:hover.disabled, form.webform-client-form .form-actions .clear.secondary.webform-submit:hover.disabled, .button.clear.secondary:hover[disabled], form.webform-client-form .form-actions .clear.secondary.webform-submit:hover[disabled], .button.clear.secondary:focus, form.webform-client-form .form-actions .clear.secondary.webform-submit:focus, .button.clear.secondary:focus.disabled, form.webform-client-form .form-actions .clear.secondary.webform-submit:focus.disabled, .button.clear.secondary:focus[disabled], form.webform-client-form .form-actions .clear.secondary.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.success, form.webform-client-form .form-actions .clear.success.webform-submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, form.webform-client-form .form-actions .clear.success.webform-submit:hover, .button.clear.success:focus, form.webform-client-form .form-actions .clear.success.webform-submit:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, form.webform-client-form .form-actions .clear.success.webform-submit:hover.disabled, .button.clear.success:hover[disabled], form.webform-client-form .form-actions .clear.success.webform-submit:hover[disabled], .button.clear.success:focus.disabled, form.webform-client-form .form-actions .clear.success.webform-submit:focus.disabled, .button.clear.success:focus[disabled], form.webform-client-form .form-actions .clear.success.webform-submit:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, form.webform-client-form .form-actions .clear.success.webform-submit, .button.clear.success.disabled, form.webform-client-form .form-actions .clear.success.disabled.webform-submit, .button.clear.success[disabled], form.webform-client-form .form-actions .clear.success[disabled].webform-submit, .button.clear.success:hover, form.webform-client-form .form-actions .clear.success.webform-submit:hover, .button.clear.success:hover.disabled, form.webform-client-form .form-actions .clear.success.webform-submit:hover.disabled, .button.clear.success:hover[disabled], form.webform-client-form .form-actions .clear.success.webform-submit:hover[disabled], .button.clear.success:focus, form.webform-client-form .form-actions .clear.success.webform-submit:focus, .button.clear.success:focus.disabled, form.webform-client-form .form-actions .clear.success.webform-submit:focus.disabled, .button.clear.success:focus[disabled], form.webform-client-form .form-actions .clear.success.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning, form.webform-client-form .form-actions .clear.warning.webform-submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, form.webform-client-form .form-actions .clear.warning.webform-submit:hover, .button.clear.warning:focus, form.webform-client-form .form-actions .clear.warning.webform-submit:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, form.webform-client-form .form-actions .clear.warning.webform-submit:hover.disabled, .button.clear.warning:hover[disabled], form.webform-client-form .form-actions .clear.warning.webform-submit:hover[disabled], .button.clear.warning:focus.disabled, form.webform-client-form .form-actions .clear.warning.webform-submit:focus.disabled, .button.clear.warning:focus[disabled], form.webform-client-form .form-actions .clear.warning.webform-submit:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, form.webform-client-form .form-actions .clear.warning.webform-submit, .button.clear.warning.disabled, form.webform-client-form .form-actions .clear.warning.disabled.webform-submit, .button.clear.warning[disabled], form.webform-client-form .form-actions .clear.warning[disabled].webform-submit, .button.clear.warning:hover, form.webform-client-form .form-actions .clear.warning.webform-submit:hover, .button.clear.warning:hover.disabled, form.webform-client-form .form-actions .clear.warning.webform-submit:hover.disabled, .button.clear.warning:hover[disabled], form.webform-client-form .form-actions .clear.warning.webform-submit:hover[disabled], .button.clear.warning:focus, form.webform-client-form .form-actions .clear.warning.webform-submit:focus, .button.clear.warning:focus.disabled, form.webform-client-form .form-actions .clear.warning.webform-submit:focus.disabled, .button.clear.warning:focus[disabled], form.webform-client-form .form-actions .clear.warning.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert, form.webform-client-form .form-actions .clear.alert.webform-submit {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover, form.webform-client-form .form-actions .clear.alert.webform-submit:hover, .button.clear.alert:focus, form.webform-client-form .form-actions .clear.alert.webform-submit:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled, form.webform-client-form .form-actions .clear.alert.webform-submit:hover.disabled, .button.clear.alert:hover[disabled], form.webform-client-form .form-actions .clear.alert.webform-submit:hover[disabled], .button.clear.alert:focus.disabled, form.webform-client-form .form-actions .clear.alert.webform-submit:focus.disabled, .button.clear.alert:focus[disabled], form.webform-client-form .form-actions .clear.alert.webform-submit:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, form.webform-client-form .form-actions .clear.alert.webform-submit, .button.clear.alert.disabled, form.webform-client-form .form-actions .clear.alert.disabled.webform-submit, .button.clear.alert[disabled], form.webform-client-form .form-actions .clear.alert[disabled].webform-submit, .button.clear.alert:hover, form.webform-client-form .form-actions .clear.alert.webform-submit:hover, .button.clear.alert:hover.disabled, form.webform-client-form .form-actions .clear.alert.webform-submit:hover.disabled, .button.clear.alert:hover[disabled], form.webform-client-form .form-actions .clear.alert.webform-submit:hover[disabled], .button.clear.alert:focus, form.webform-client-form .form-actions .clear.alert.webform-submit:focus, .button.clear.alert:focus.disabled, form.webform-client-form .form-actions .clear.alert.webform-submit:focus.disabled, .button.clear.alert:focus[disabled], form.webform-client-form .form-actions .clear.alert.webform-submit:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after, form.webform-client-form .form-actions .dropdown.webform-submit::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, form.webform-client-form .form-actions .dropdown.hollow.webform-submit::after {
  border-top-color: #d6007f;
}

.button.dropdown.hollow.primary::after, form.webform-client-form .form-actions .dropdown.hollow.primary.webform-submit::after {
  border-top-color: #d6007f;
}

.button.dropdown.hollow.secondary::after, form.webform-client-form .form-actions .dropdown.hollow.secondary.webform-submit::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, form.webform-client-form .form-actions .dropdown.hollow.success.webform-submit::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, form.webform-client-form .form-actions .dropdown.hollow.warning.webform-submit::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, form.webform-client-form .form-actions .dropdown.hollow.alert.webform-submit::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after, form.webform-client-form .form-actions .arrow-only.webform-submit::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, form.webform-client-form .form-actions a.webform-submit:hover, a.button:focus, form.webform-client-form .form-actions a.webform-submit:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #d6007f;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #d6007f transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #d6007f transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #d6007f;
  color: #fefefe;
}

.badge.primary {
  background: #d6007f;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #d6007f;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button, .button-group form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group .webform-submit {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child, .button-group form.webform-client-form .form-actions .webform-submit:last-child, form.webform-client-form .form-actions .button-group .webform-submit:last-child {
  margin-right: 0;
}

.button-group.tiny .button, .button-group.tiny form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.tiny .webform-submit {
  font-size: 0.6rem;
}

.button-group.small .button, .button-group.small form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.small .webform-submit {
  font-size: 0.75rem;
}

.button-group.large .button, .button-group.large form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.large .webform-submit {
  font-size: 1.25rem;
}

.button-group.expanded .button, .button-group.expanded form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.expanded .webform-submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button, .button-group.primary form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.primary .webform-submit {
  background-color: #d6007f;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions .button-group.primary .webform-submit:hover, .button-group.primary .button:focus, .button-group.primary form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions .button-group.primary .webform-submit:focus {
  background-color: #ab0066;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.secondary .webform-submit {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions .button-group.secondary .webform-submit:hover, .button-group.secondary .button:focus, .button-group.secondary form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions .button-group.secondary .webform-submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.success .webform-submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions .button-group.success .webform-submit:hover, .button-group.success .button:focus, .button-group.success form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions .button-group.success .webform-submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.warning .webform-submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions .button-group.warning .webform-submit:hover, .button-group.warning .button:focus, .button-group.warning form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions .button-group.warning .webform-submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.alert .webform-submit {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions .button-group.alert .webform-submit:hover, .button-group.alert .button:focus, .button-group.alert form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions .button-group.alert .webform-submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked .webform-submit, .button-group.stacked-for-small .button, .button-group.stacked-for-small form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked-for-small .webform-submit, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked-for-medium .webform-submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked form.webform-client-form .form-actions .webform-submit:last-child, form.webform-client-form .form-actions .button-group.stacked .webform-submit:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small form.webform-client-form .form-actions .webform-submit:last-child, form.webform-client-form .form-actions .button-group.stacked-for-small .webform-submit:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium form.webform-client-form .form-actions .webform-submit:last-child, form.webform-client-form .form-actions .button-group.stacked-for-medium .webform-submit:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked-for-small .webform-submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked-for-medium .webform-submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .button-group.stacked-for-small.expanded .webform-submit {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #ffd3ed;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button,
.menu form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions
.menu .webform-submit {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #d6007f;
  color: #fefefe;
}

.menu .active > a {
  background: #d6007f;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #d6007f;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #d6007f;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #d6007f transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #d6007f transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #d6007f transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #d6007f;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #d6007f transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #d6007f;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #d6007f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d6007f transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d6007f;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #d6007f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d6007f transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d6007f;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #d6007f transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #d6007f;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #d6007f;
  color: #fefefe;
}

.label.primary {
  background: #d6007f;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #d6007f;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #d6007f;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #d6007f;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #d6007f;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #b6006c;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #d6007f;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #d6007f;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #cb0079;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #d6007f;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #b8006d;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #d6007f;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(214, 0, 127, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button, .top-bar form.webform-client-form .form-actions input.webform-submit, form.webform-client-form .form-actions .top-bar input.webform-submit {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

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

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ==========================================================================
### Mixins
========================================================================== */
/**
* Font Glyphs
*/
/**
* Fluid container
* @type {[type]}
*/
/**
* Border Radius
*/
/**
* Visually Hidden
*/
/**
* Shadows
* @type {[type]}
*/
/**
* Page standard standard styles
* used in front and in TinyMCE Editor
*/
/**
* Block SHADOW
*/
/**
* LISTE flèches
*/
/**
* Fluid Container (fullwidth)
* same behavior that `@include flex-grid-row($size: 90rem)`
*/
/**
* Tri-blocs
*/
/* ==========================================================================
### Fonts
========================================================================== */
@font-face {
  font-family: "bloxaphte";
  src: url(/app/themes/bloxaphte/dist/fonts/bloxaphte.eot);
  src: url(/app/themes/bloxaphte/dist/fonts/bloxaphte.eot?#iefix) format("embedded-opentype"), url(/app/themes/bloxaphte/dist/fonts/bloxaphte.woff) format("woff"), url(/app/themes/bloxaphte/dist/fonts/bloxaphte.ttf) format("truetype"), url(/app/themes/bloxaphte/dist/fonts/bloxaphte.svg#bloxaphte) format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-line-bottom:before {
  content: "a";
}

.icon-arrow-line-left:before, .swiper-button-prev::before,
.swiper-button-next::before {
  content: "b";
}

.icon-arrow-line-right:before, .accordion .accordion-item .accordion-title::before, .swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before, .liste.module ul li::before, .page .main__page__content > .wrapper ul:not(.gform_fields) li::before {
  content: "c";
}

.icon-arrow-line-top:before, #wpfront-scroll-top-container::before {
  content: "d";
}

.icon-check:before, .single-produit .wrapper .content .texte ul li::before {
  content: "e";
}

.icon-download:before, .single-produit .visuel a::before {
  content: "f";
}

/* ==========================================================================
### Global styles
========================================================================== */
body {
  padding-top: 4.625rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@media print, screen and (min-width: 40em) {
  body {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  body {
    padding-top: 6.375rem;
  }
}

/*
  font-family: 'Montserrat', sans-serif; 300:light, 400:regular, 700:bold
  font-family: 'Merriweather', serif; 300:light
  font-family: 'Amatic SC', cursive; 700:bold
*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* ### Helpers
========================================================================== */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */
}

.visually-hidden--focusable:active, .visually-hidden--focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  color: #d6007f;
}

small {
  font-size: 73%;
}

.wave,
.wave-fixed {
  position: absolute;
  left: 0;
  width: 162.5rem;
  height: 3.75rem;
  content: '';
  background-repeat: repeat-x;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .wave,
  .wave-fixed {
    height: 12.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .wave,
  .wave-fixed {
    width: 400rem;
  }
}

.wave--up,
.wave-fixed--up {
  background-image: url(/app/themes/bloxaphte/dist/img/wave_top.svg);
  background-position: center bottom;
}

.wave--up.blue,
.wave-fixed--up.blue {
  background-image: url(/app/themes/bloxaphte/dist/img/wave_top_blue.svg);
  background-position: center bottom;
}

.wave--up.wave--top,
.wave-fixed--up.wave--top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0 !important;
}

.wave--down,
.wave-fixed--down {
  background-image: url(/app/themes/bloxaphte/dist/img/wave_bottom.svg);
  background-position: center top;
}

.wave--down.blue,
.wave-fixed--down.blue {
  background-image: url(/app/themes/bloxaphte/dist/img/wave_bottom_blue.svg);
  background-position: center top;
}

.wave--top,
.wave-fixed--top {
  top: -2.8125rem;
}

@media print, screen and (min-width: 64em) {
  .wave--top,
  .wave-fixed--top {
    top: -1.375rem;
  }
}

.wave--top.blue,
.wave-fixed--top.blue {
  top: -9.0625rem;
}

@media print, screen and (min-width: 64em) {
  .wave--top.blue,
  .wave-fixed--top.blue {
    top: -2.625rem;
  }
}

.wave--bottom,
.wave-fixed--bottom {
  bottom: 0;
}

.wave--anim,
.wave-fixed--anim {
  -webkit-animation-duration: 9s;
  -webkit-animation-name: wave;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.36, 0.45, 0.63, 0.53);
  -ms-animation-duration: 9s;
  -ms-animation-name: wave;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: cubic-bezier(0.36, 0.45, 0.63, 0.53);
  animation-duration: 9s;
  animation-name: wave;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.36, 0.45, 0.63, 0.53);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.wave-fixed {
  width: 101%;
  background-repeat: no-repeat;
  background-size: 103% auto;
}

@media print, screen and (min-width: 40em) {
  .wave-fixed {
    width: 101%;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1600px, 0, 0);
    transform: translate3d(-1600px, 0, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1600px, 0, 0);
    transform: translate3d(-1600px, 0, 0);
  }
}

@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: translate3d(900px, 0, 0);
    transform: translate3d(900px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
}

@keyframes wave2 {
  0% {
    -webkit-transform: translate3d(900px, 0, 0);
    transform: translate3d(900px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
}

.pink {
  color: #d6007f;
}

.blue {
  color: #0d47a1;
}

.green {
  color: #43a047;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

/* Scroll to top */
#wpfront-scroll-top-container {
  opacity: 1;
  width: 3.75rem;
  height: 3.75rem;
  background: #d6007f;
  border-radius: 50%;
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#wpfront-scroll-top-container::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

#wpfront-scroll-top-container::before {
  left: 50%;
  top: 50%;
  font-size: 1.375rem;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#wpfront-scroll-top-container:hover {
  opacity: 0.7;
}

#wpfront-scroll-top-container img {
  display: none;
}

/* ==========================================================================
  accordion.scss
========================================================================== */
.accordion {
  margin: auto;
  margin-bottom: 2.5rem;
  text-align: left;
  background-color: transparent;
}

@media print, screen and (min-width: 40em) {
  .accordion {
    margin-bottom: 3.75rem;
  }
}

.accordion .accordion-item {
  position: relative;
  overflow: hidden;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.accordion .accordion-item::before {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .accordion .accordion-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: white;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .accordion .accordion-item:hover::after, .accordion .accordion-item:focus::after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.accordion .accordion-item:last-child:not(.is-active) > .accordion-title {
  border: none;
}

.accordion .accordion-item .accordion-title {
  cursor: pointer;
  padding: 1rem 2.875rem 1rem 0;
  font-family: "Merriweather";
  font-size: 1rem;
  line-height: 1.3125rem;
  border: none;
}

.accordion .accordion-item .accordion-title::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

@media print, screen and (min-width: 40em) {
  .accordion .accordion-item .accordion-title {
    padding: 1.625rem 2.875rem 1.625rem 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.accordion .accordion-item .accordion-title::before {
  top: 1.5rem;
  right: 0.25rem;
  font-size: 1.25rem;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 40em) {
  .accordion .accordion-item .accordion-title::before {
    right: 0.9375rem;
  }
}

.accordion .accordion-item .accordion-title:hover {
  background-color: transparent;
}

.accordion .accordion-item .accordion-title:focus {
  background-color: transparent;
}

.accordion .accordion-item .accordion-content {
  font-weight: 300;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}

.accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
* BLOCKS
*/
.bloc_pages {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.5625rem 0 0 0;
  border-top: 0.0625rem solid #e5e5e5;
}

@media print, screen and (min-width: 40em) {
  .bloc_pages {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bloc_pages .titres {
  margin-bottom: 3.6875rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .bloc_pages .titres {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.bloc_pages .titres .pink,
.bloc_pages .titres .green {
  font-weight: 700;
  text-transform: uppercase;
}

.pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
}

.pages .item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.6875rem;
  font-weight: 300;
  border-radius: 1.1875rem;
  box-shadow: 0 0.4375rem 1.3125rem 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 40em) {
  .pages .item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    min-height: 27.1875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .pages .item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.pages .item a {
  display: block;
  height: 100%;
  color: #0d47a1;
}

.pages .item a .image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 10.875rem;
}

.pages .item a .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pages .item a .block-txt {
  display: block;
  margin-bottom: 2.25rem;
  padding: 5%;
  padding-bottom: 4.375rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .pages .item a .block-txt {
    padding: 2.6875rem 2.25rem 4.375rem;
  }
}

.pages .item a .block-txt .title {
  display: block;
  margin: 0 0 0.8125rem 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #d6007f;
  font-weight: 400;
  text-align: left;
}

.pages .item a .block-txt .texte {
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.pages .item a .block-txt .button, .pages .item a .block-txt form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .pages .item a .block-txt .webform-submit {
  position: absolute;
  left: 50%;
  bottom: 2.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==========================================================================
  buttons.scss
========================================================================== */
.button, form.webform-client-form .form-actions .webform-submit {
  background: #d6007f;
  box-shadow: inset 0 0 0 -0.125rem #ad0067;
  color: #ffffff;
  padding: 1.25rem 2.5625rem;
  margin: 0;
  border-radius: 0.1875rem;
  font-family: 'Montserrat';
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  border-radius: 4.125rem;
  transition: box-shadow 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.4s;
}

@media print, screen and (min-width: 40em) {
  .button, form.webform-client-form .form-actions .webform-submit {
    font-size: 1rem;
    padding: 1.5625rem 3.25rem;
  }
}

#cookie-notice .button:hover, #cookie-notice form.webform-client-form .form-actions .webform-submit:hover, form.webform-client-form .form-actions #cookie-notice .webform-submit:hover, #cookie-notice .button:focus, #cookie-notice form.webform-client-form .form-actions .webform-submit:focus, form.webform-client-form .form-actions #cookie-notice .webform-submit:focus {
  box-shadow: none !important;
}

.button:hover, form.webform-client-form .form-actions .webform-submit:hover, .button:focus, form.webform-client-form .form-actions .webform-submit:focus {
  background-color: #d6007f;
  box-shadow: inset 18.75rem 0 0 0 #ad0067;
}

.button.outlined, form.webform-client-form .form-actions .outlined.webform-submit {
  background: none;
  color: #d6007f;
  /*box-shadow: inset 0 0 0 0 $color-main, inset rem-calc(0 0 0 1) rgba(214, 0, 127, 0.2);*/
  box-shadow: inset 0 0 0 0 #d6007f, inset 0 0 0 0.125rem #d6007f;
  transition: box-shadow 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.button.outlined:hover, form.webform-client-form .form-actions .outlined.webform-submit:hover, .button.outlined:focus, form.webform-client-form .form-actions .outlined.webform-submit:focus {
  color: #ffffff;
  box-shadow: inset 18.75rem 0 0 0 #d6007f, inset 0 0 0 0.125rem #222;
}

.button.outlined.white, form.webform-client-form .form-actions .outlined.white.webform-submit {
  background: none;
  color: #ffffff;
  box-shadow: inset 0 0 0 -0.125rem #FFFFFF, inset 0 0 0 0.125rem #ffffff;
}

.button.outlined.white:hover, form.webform-client-form .form-actions .outlined.white.webform-submit:hover, .button.outlined.white:focus, form.webform-client-form .form-actions .outlined.white.webform-submit:focus {
  color: #222;
  box-shadow: inset 18.75rem 0 0 0 #FFFFFF, inset 0 0 0 0.125rem #ffffff;
}

.button.mini, form.webform-client-form .form-actions .mini.webform-submit {
  padding: 1rem 1.5625rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .button.mini, form.webform-client-form .form-actions .mini.webform-submit {
    padding: 1rem 2rem;
  }
}

.button.large, form.webform-client-form .form-actions .large.webform-submit {
  padding: 0.75rem 4.375rem;
  font-size: 1rem;
}

.button.alt, form.webform-client-form .form-actions .alt.webform-submit {
  background-color: #0d47a1;
  box-shadow: inset 0 0 0 -0.125rem #0a367b;
}

.button.alt:hover, form.webform-client-form .form-actions .alt.webform-submit:hover, .button.alt:focus, form.webform-client-form .form-actions .alt.webform-submit:focus {
  background-color: #0d47a1;
  box-shadow: inset 18.75rem 0 0 0 #0a367b;
}

.button.alt2, form.webform-client-form .form-actions .alt2.webform-submit {
  background-color: #763c8f;
  box-shadow: inset 0 0 0 -0.125rem #5e3072;
}

.button.alt2:hover, form.webform-client-form .form-actions .alt2.webform-submit:hover, .button.alt2:focus, form.webform-client-form .form-actions .alt2.webform-submit:focus {
  background-color: #763c8f;
  box-shadow: inset 18.75rem 0 0 0 #5e3072;
}

.button.white, form.webform-client-form .form-actions .white.webform-submit {
  background: #ffffff;
  color: #222;
}

.button.white:hover, form.webform-client-form .form-actions .white.webform-submit:hover, .button.white:focus, form.webform-client-form .form-actions .white.webform-submit:focus {
  color: #ffffff;
}

.button.txtcolor-main, form.webform-client-form .form-actions .txtcolor-main.webform-submit {
  color: #0d47a1;
}

.button.txtcolor-alt, form.webform-client-form .form-actions .txtcolor-alt.webform-submit {
  color: #0d47a1;
  box-shadow: inset 0 0 0 -0.125rem #09306d;
}

.button.txtcolor-alt:hover, form.webform-client-form .form-actions .txtcolor-alt.webform-submit:hover, .button.txtcolor-alt:focus, form.webform-client-form .form-actions .txtcolor-alt.webform-submit:focus {
  background-color: #FFFFFF;
  box-shadow: inset 18.75rem 0 0 0 #09306d;
}

.button.txtcolor-alt2, form.webform-client-form .form-actions .txtcolor-alt2.webform-submit {
  color: #763c8f;
}

/**
* Dropdown Menu SCSS
*/
.menu-item-has-children > .sub-menu {
  display: none;
}

.menu-item-has-children.is-active > .sub-menu {
  display: block;
}

/* ==========================================================================
### Forms
========================================================================== */
.page-template-page-form .sidebar {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #616161;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-form .sidebar {
    width: 18.75rem;
    margin-right: 7.0625rem;
  }
}

.page-template-page-form .sidebar em strong {
  color: #0d47a1;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4375rem;
}

.page-template-page-form .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-bottom: 5.625rem;
}

.page-template-page-form .content .accroche {
  max-width: 100%;
  padding: 0;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  color: #d6007f;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-form .content .accroche {
    font-size: 2.0625rem;
    line-height: 2.4375rem;
  }
}

.page-template-page-form .content .accroche::before {
  display: none;
}

/*
 ============= Formulaire Global =============
*/
label {
  color: #424242;
}

.gfield_required {
  color: #d6007f;
}

[type="name"],
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  padding: 0 1.3125rem;
  width: 100%;
  max-width: 38.75rem;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #757575;
  background: #FFFFFF;
  border-radius: 0.125rem;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e0e0e0;
  transition: box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[type="name"]:focus,
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  background: #fafafa;
  outline: none;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e8e8e8;
}

@media print, screen and (min-width: 40em) {
  [type="name"],
  [type="color"],
  [type="date"],
  [type="datetime-local"],
  [type="datetime"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  textarea {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  [type="name"],
  [type="color"],
  [type="date"],
  [type="datetime-local"],
  [type="datetime"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  textarea {
    font-size: 1rem;
  }
}

textarea {
  height: 9.4375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

textarea:focus {
  outline: none;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 0.0625rem #e8e8e8;
}

button, input, optgroup, select, textarea {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, Arial, sans-serif;
}

select {
  display: block;
  width: 100%;
  max-width: 38.75rem;
  padding: 0 0.75rem;
  padding-right: 3.4375rem;
  font-size: 0.875rem;
  font-weight: 300;
  height: 3.125rem;
  color: #757575;
  background: #ffffff url(/app/themes/bloxaphte/dist/img/arrow_line_bottom_grey.svg) no-repeat 90% center;
  background-size: 1.125rem;
  border-radius: 0.125rem;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e0e0e0;
  transition: box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  background: #fafafa url(/app/themes/bloxaphte/dist/img/arrow_line_bottom_pink.svg) no-repeat 90% center;
  background-size: 1.125rem;
  outline: none;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e8e8e8;
}

@media print, screen and (min-width: 40em) {
  select {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  select {
    font-size: 1rem;
  }
}

select option {
  font-size: 0.9375rem;
}

select[multiple] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0.75rem;
  background-image: none;
  height: auto;
}

select[multiple] option {
  padding: 0.1875rem 0;
}

form.webform-client-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  max-width: 35.625rem;
}

form.webform-client-form .webform-component {
  margin-bottom: 1.5625rem;
}

form.webform-client-form .webform-component > .form-item-label {
  display: block;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}

@media print, screen and (min-width: 40em) {
  form.webform-client-form .webform-component > .form-item-label {
    font-size: 1.125rem;
  }
}

form.webform-client-form .webform-component-radios .form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

form.webform-client-form .webform-component-radios .form-radios .form-type-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
  margin-bottom: 0.25rem;
}

form.webform-client-form .webform-component-radios .form-radios .form-type-radio .form-item-content {
  margin-right: 0.5rem;
}

form.webform-client-form .webform-component-radios .form-radios .form-type-radio .form-item-label {
  padding-top: 0.125rem;
}

form.webform-client-form .webform-component-radios .form-radios .form-type-radio label {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1;
}

form.webform-client-form .webform-component-checkboxes .form-type-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3125rem;
}

form.webform-client-form .webform-component-checkboxes .form-type-checkbox .form-item-content {
  margin-right: 0.5rem;
}

form.webform-client-form .webform-component-checkboxes .form-type-checkbox .form-item-label {
  padding-top: 0.125rem;
}

form.webform-client-form .webform-component-checkboxes .form-type-checkbox label {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1;
}

form.webform-client-form .webform-component-number {
  position: relative;
}

form.webform-client-form .webform-component-number .form-number {
  padding-right: 35px;
}

form.webform-client-form .webform-component-number .field-suffix {
  position: absolute;
  right: 16px;
  bottom: 12px;
}

form.webform-client-form .form-managed-file {
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  border-radius: 0.125rem;
  box-shadow: inset 0 0 0 0.0625rem #e0e0e0;
}

form.webform-client-form .form-managed-file .form-submit {
  padding: 8px 16px;
  border: none;
  background: #e5e5e5;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
  margin-left: 1rem;
}

form.webform-client-form fieldset {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1.5625rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
}

form.webform-client-form fieldset legend {
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffffff;
}

form.webform-client-form fieldset legend a, form.webform-client-form fieldset legend span {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: none;
}

form.webform-client-form .form-actions {
  text-align: center;
}

form.webform-client-form .form-actions .webform-submit {
  transition: background 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

form.webform-client-form .form-actions .webform-submit:hover {
  background-color: #222;
}

.gform_wrapper .gfield_required {
  color: #d6007f;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea.medium,
.gform_wrapper .top_label select.medium {
  font-size: 0.875rem;
}

.gform_wrapper .top_label input.medium {
  width: 100%;
}

.gform_wrapper .top_label select.medium {
  width: auto;
  min-width: 11.875rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 1.3125rem;
}

.gform_wrapper.gf_browser_chrome select {
  padding: 0 1.3125rem;
}

/**
* OTHER PRODUCTS
*/
.bloc_autres_produits {
  position: relative;
  overflow: hidden;
  margin-top: -12.5rem;
  margin-top: 0;
  margin-top: 0.625rem;
  padding: 10% 0 7%;
  background-color: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .bloc_autres_produits {
    margin-top: -6.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .bloc_autres_produits {
    margin-top: -12.5rem;
  }
}

.single-produit .bloc_autres_produits {
  margin-top: 0;
}

.bloc_autres_produits .titres {
  position: relative;
  margin: 0 0 1.875rem 0;
  padding: 0 0 1.0625rem 0;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #0d47a1;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .bloc_autres_produits .titres {
    margin-bottom: 4.25rem;
    padding-bottom: 1.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .bloc_autres_produits .titres {
    margin-bottom: 2.5rem;
    padding-bottom: 1.75rem;
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.bloc_autres_produits .titres::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 3.4375rem;
  height: 0.125rem;
  background: #0d47a1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bloc_autres_produits .produits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.bloc_autres_produits .produits .produit {
  /*margin: rem-calc(0 29 44 29); possible quand 3 produits uniquement */
  margin: 0 1rem 2.75rem 1rem;
}

@media print, screen and (min-width: 64em) {
  .bloc_autres_produits .produits .produit {
    margin-bottom: 0;
  }
}

.bloc_autres_produits .produits .produit a .visuel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin: 0 0 1.0625rem 0;
}

@media print, screen and (min-width: 64em) {
  .bloc_autres_produits .produits .produit a .visuel {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .bloc_autres_produits .produits .produit a .visuel {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 12.625rem;
    margin-bottom: 2.0625rem;
  }
}

.bloc_autres_produits .produits .produit a .visuel img {
  /*max-width: 100%;*/
  max-width: 16.875rem;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 39.9375em) {
  .bloc_autres_produits .produits .produit a .visuel img {
    max-height: 12.625rem;
  }
}

.single-produit .bloc_autres_produits .produits .produit a .visuel img {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .bloc_autres_produits .produits .produit a:hover .visuel img {
    margin-bottom: 0.9375rem;
  }
}

.bloc_autres_produits .produits .produit .titre {
  font-size: 1.125rem;
  font-weight: 300;
}

.bloc_autres_produits .produits .produit .titre .pink {
  font-weight: 700;
}

/* ==========================================================================
### Pagination
========================================================================== */
/**
* Responsive Menu SCSS
*/
.responsive-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transition: visibility 0.5s;
}

.responsive-menu .drilldown a {
  color: #0d47a1;
}

.responsive-menu .drilldown a:hover {
  color: #09306d;
}

.responsive-menu .menu .active > a {
  color: #d6007f;
  background-color: transparent;
}

.nav-open .responsive-menu {
  visibility: visible;
  transition: visibility 0s;
}

.responsive-menu ul {
  margin: 0;
}

.responsive-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: inherit;
  height: inherit;
  max-width: 18.75rem;
  background: #fff;
  padding-top: 4.375rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s;
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-open .responsive-menu__content {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  transition: opacity 0.2s, visibility 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s;
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.responsive-menu__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  transition: opacity 0.2s, visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s;
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-open .responsive-menu__btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  transition: opacity 0.2s, visibility 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s;
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.responsive-menu__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility 0.3s;
  pointer-events: none;
}

.nav-open .responsive-menu__backdrop {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility 0s;
}

.responsive-menu .is-drilldown-submenu {
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.responsive-menu .is-drilldown-submenu.is-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.responsive-menu .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition-duration: .4s;
}

/**
 * Search Component SCSS
 */
.search-module__display {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30vh;
  max-height: 12.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.search-module__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #d6007f;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.search-module__container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 40em) {
  .search-module__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.search-module__content {
  width: 100%;
}

.search-module__open button {
  margin: 0;
}

.search-module__close {
  position: absolute;
  top: 0;
  right: 0;
}

.search-module__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.search-module__label, .search-module__field, .search-module__submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-module__field {
  width: auto;
}

/* ==========================================================================
### Swiper
========================================================================== */
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.0625rem solid #d6007f;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  left: 40%;
  top: 50%;
  width: 0.9375rem;
  height: 1.5rem;
  font-size: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
  left: 45%;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #FFFFFF;
}

.swiper-pagination-bullet::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  background: #bdbdbd;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d6007f;
}

.swiper-pagination-bullet-active::before {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ==========================================================================
### Table
========================================================================== */
.header:not(.header--home) {
  box-shadow: 0 0.4375rem 0.75rem 0 rgba(0, 0, 0, 0.07);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  background: #FFFFFF;
}

.header--home {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16.25rem;
  background: url(/app/themes/bloxaphte/dist/img/bg_gradient_home.png) no-repeat center top;
  background-size: cover;
}

@media print, screen and (min-width: 40em) {
  .header--home {
    height: 30vh;
  }
}

@media print, screen and (min-width: 64em) {
  .header--home {
    height: 44vh;
  }
}

.header--home::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 120%;
  height: 9.375rem;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
  border-radius: 1500px / 50%;
}

.header--home .wrapper {
  width: 100%;
}

.header--home #visu-deco-home {
  position: absolute;
  left: 58%;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  height: 102%;
  width: 68.75rem;
  background: url(/app/themes/bloxaphte/dist/img/visuel_sourire_et_maux_de_bouche.png) no-repeat center top;
  background-position: center bottom;
  background-size: auto 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 40em) {
  .header--home #visu-deco-home {
    left: 75%;
  }
}

@media screen and (max-width: 39.9375em) {
  .header--home .wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.header--home .wrapper #block-txt-home {
  position: relative;
  z-index: 1;
  max-width: 19.4375rem;
}

@media screen and (max-width: 39.9375em) {
  .header--home .wrapper #block-txt-home {
    display: none;
    margin-top: -3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .header--home .wrapper #block-txt-home {
    max-width: 25.25rem;
    margin-bottom: 3.4375rem;
    padding-left: 1.375rem;
  }
}

.header--home h1 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #0d47a1;
  font-size: 1.875rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 64em) {
  .header--home h1 {
    font-size: 2.5rem;
    line-height: 2.6875rem;
    margin-bottom: 2.3125rem;
  }
}

.header--home h1 span {
  display: block;
}

.header--home h1 .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #d6007f;
}

.header--home ul {
  font-size: 0.9375rem;
  color: #d6007f;
}

@media print, screen and (min-width: 64em) {
  .header--home ul {
    font-size: 1.125rem;
  }
}

.header--home ul li {
  margin-bottom: 0.1875rem;
  color: #0d47a1;
}

@media print, screen and (min-width: 64em) {
  .header--home ul li {
    margin-bottom: 0.375rem;
  }
}

.header__container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .header__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  min-height: 4.6875rem;
  margin: 0;
  padding: 0;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .header__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.header__logo {
  width: calc(50% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .header__logo {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.header__nav .menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 63.9375em) {
  .header__nav .menu {
    display: none !important;
  }
}

.header__nav ul.dropdown.menu {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

.header__nav ul.dropdown.menu li.active a {
  color: #d6007f;
  background: transparent;
}

.header__nav ul.dropdown.menu li a {
  color: #0d47a1;
  transition: color 0.25s;
}

.header__nav ul.dropdown.menu li a:hover {
  color: #d6007f;
}

@media print, screen and (min-width: 40em) {
  .header__nav ul.dropdown.menu li a {
    font-size: 0.875rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

.header__responsive-btn--open {
  outline: none;
}

@media print, screen and (min-width: 64em) {
  .header__responsive-btn--open {
    display: none !important;
  }
}

.header__responsive-btn .title-menu {
  display: block;
  margin-right: 2.0625rem;
  font-size: 0.9375rem;
  color: #d6007f;
  text-transform: uppercase;
  text-align: right;
}

@media print, screen and (min-width: 64em) {
  .header__responsive-btn .title-menu {
    display: none;
  }
}

.header__responsive-btn--open,
.responsive-menu__btn {
  outline: none;
  position: absolute;
  left: auto;
  right: 0.9375rem;
  top: 1.25rem;
  display: inline-block;
  /*width: rem-calc(36);*/
  width: 6.875rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: transparent;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  transition: background-color .2s .25s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0.125rem;
}

.header__responsive-btn--open .responsive-menu__btn,
.responsive-menu__btn .responsive-menu__btn {
  right: 0.3125rem;
}

.header__responsive-btn--open:hover, .header__responsive-btn--open:focus,
.responsive-menu__btn:hover,
.responsive-menu__btn:focus {
  background-color: transparent;
  box-shadow: none;
}

.header__responsive-btn--open span,
.responsive-menu__btn span {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  /*left: .3125rem;*/
  margin-top: 0;
  display: block;
  text-indent: -10000px;
  background: #d6007f;
  width: 1.5625rem;
  height: 0.1875rem;
  transition: background-color .2s ease-in .25;
  border-radius: .25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-open .header__responsive-btn--open span, .nav-open
.responsive-menu__btn span {
  background-color: transparent;
}

.header__responsive-btn--open span::before, .header__responsive-btn--open span::after,
.responsive-menu__btn span::before,
.responsive-menu__btn span::after {
  position: absolute;
  display: block;
  content: "";
  text-indent: 0;
  background-color: #d6007f;
  width: 1.5625rem;
  height: 0.1875rem;
  border-radius: 0.25rem;
}

.header__responsive-btn--open span::before,
.responsive-menu__btn span::before {
  top: -.5rem;
}

.nav-open .header__responsive-btn--open span::before, .nav-open
.responsive-menu__btn span::before {
  top: -5rem;
  left: -5rem;
  -webkit-transform: translate3d(5rem, 5rem, 0) rotate(45deg);
          transform: translate3d(5rem, 5rem, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header__responsive-btn--open span::after,
.responsive-menu__btn span::after {
  top: .5rem;
}

.nav-open .header__responsive-btn--open span::after, .nav-open
.responsive-menu__btn span::after {
  top: -5rem;
  right: -5rem;
  -webkit-transform: translate3d(-5rem, 5rem, 0) rotate(-45deg);
          transform: translate3d(-5rem, 5rem, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.responsive-menu__btn {
  right: 1.875rem;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.75rem;
  margin-bottom: 2.75rem;
  padding-bottom: 2.5%;
  background: #FFFFFF url(/app/themes/bloxaphte/dist/img/bg_duplik_header.jpg) repeat-x left top;
  background-size: auto 122%;
}

@media screen and (max-width: 39.9375em) {
  .page-header {
    margin-bottom: 1.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .page-header {
    height: 18.125rem;
  }
}

.page-header::before {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -1%;
  content: '';
  width: 102%;
  height: 4.375rem;
  background: url(/app/themes/bloxaphte/dist/img/wave_top.svg) repeat-x center top;
  background-size: cover;
}

@media screen and (max-width: 39.9375em) {
  .page-header::before {
    height: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-header::before {
    background-size: 110% auto;
  }
}

.page-header.bloxgel {
  background: #FFFFFF url(/app/themes/bloxaphte/dist/img/bg_duplik_header_bloxgel.jpg) repeat-x left top;
  background-size: auto 122%;
}

.page-header.bloxgel::after {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 15%;
  content: '';
  width: 17.8125rem;
  height: 6.3125rem;
  background: url(/app/themes/bloxaphte/dist/img/deco_bloxgel.png) no-repeat center center;
}

@media screen and (max-width: 39.9375em) {
  .page-header.bloxgel::after {
    left: 5%;
    bottom: -1.3125rem;
    width: 11.25rem;
    background-size: contain;
  }
}

.page-header .content-title {
  text-align: center;
  /*margin-top: rem-calc(30);
    margin-bottom: rem-calc(30);*/
  /*@include breakpoint(small only) {
      margin-top: rem-calc(55);
      margin-bottom: rem-calc(75);
    }*/
}

.page-header .content-title h1 {
  color: #0d47a1;
}

@media screen and (max-width: 39.9375em) {
  .page-header .content-title h1 {
    margin-bottom: 1.0625rem;
  }
}

.page-header .content-title h1 .pink {
  color: #d6007f;
  font-weight: 700;
}

.page-header .content-title .vignette {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: -3.25rem;
  display: block;
  width: 8.4375rem;
  height: 8.4375rem;
  text-indent: -625rem;
  background: transparent url(/app/themes/bloxaphte/dist/img/vignette-sans-sucre-et-sans-alcool.png) no-repeat left top;
}

@media print, screen and (min-width: 40em) {
  .page-header .content-title .vignette {
    bottom: 0;
    right: 3%;
  }
}

@media print, screen and (min-width: 64em) {
  .page-header .content-title .vignette {
    right: 21%;
  }
}

.post-type-archive-faq .page-header,
.page-template-page-sommaire .page-header,
.produit-template-page-sommaire-produit .page-header,
.page-template-page-form .page-header {
  overflow: hidden;
  height: 40vh;
  max-height: 22.1875rem;
  margin-bottom: 3.625rem;
  padding-bottom: 0;
  background: #FFFFFF url(/app/themes/bloxaphte/dist/img/bg_duplik_header.jpg) repeat-x left top;
  background-size: auto;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .page-header,
  .page-template-page-sommaire .page-header,
  .produit-template-page-sommaire-produit .page-header,
  .page-template-page-form .page-header {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .post-type-archive-faq .page-header,
  .page-template-page-sommaire .page-header,
  .produit-template-page-sommaire-produit .page-header,
  .page-template-page-form .page-header {
    height: auto;
    max-height: 81.25rem;
    padding-bottom: 17.5rem;
    background-size: auto 100%;
  }
}

.post-type-archive-faq .page-header::before,
.page-template-page-sommaire .page-header::before,
.produit-template-page-sommaire-produit .page-header::before,
.page-template-page-form .page-header::before {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -4.6875rem;
  left: 0;
  content: '';
  width: 100%;
  height: 6.9375rem;
  background: url(/app/themes/bloxaphte/dist/img/wave_top.svg) repeat-x center top;
  /* "top" pour la page contact */
  background-size: 110% auto;
}

@media screen and (max-width: 39.9375em) {
  .post-type-archive-faq .page-header::before,
  .page-template-page-sommaire .page-header::before,
  .produit-template-page-sommaire-produit .page-header::before,
  .page-template-page-form .page-header::before {
    bottom: 0;
    background-position: center bottom;
  }
}

.post-type-archive-faq .page-header::after,
.page-template-page-sommaire .page-header::after,
.produit-template-page-sommaire-produit .page-header::after,
.page-template-page-form .page-header::after {
  display: block;
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 0;
  content: '';
  width: 100%;
  height: 15.625rem;
  background: transparent url(/app/themes/bloxaphte/dist/img/femme-avec-des-maux-de-bouche.png) no-repeat center bottom;
  background-size: contain;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .page-header::after,
  .page-template-page-sommaire .page-header::after,
  .produit-template-page-sommaire-produit .page-header::after,
  .page-template-page-form .page-header::after {
    right: 2vw;
    width: 45%;
    height: 100%;
    background-position: right bottom;
    background-size: contain;
  }
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .page-header::after,
  .page-template-page-sommaire .page-header::after,
  .produit-template-page-sommaire-produit .page-header::after,
  .page-template-page-form .page-header::after {
    right: 5vw;
    width: 31.875rem;
    background-position: right 30%;
    background-size: auto 155%;
  }
}

.post-type-archive-faq .page-header .wrapper,
.page-template-page-sommaire .page-header .wrapper,
.produit-template-page-sommaire-produit .page-header .wrapper,
.page-template-page-form .page-header .wrapper {
  z-index: 2;
}

.post-type-archive-faq .page-header .content-title,
.page-template-page-sommaire .page-header .content-title,
.produit-template-page-sommaire-produit .page-header .content-title,
.page-template-page-form .page-header .content-title {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .page-header .content-title,
  .page-template-page-sommaire .page-header .content-title,
  .produit-template-page-sommaire-produit .page-header .content-title,
  .page-template-page-form .page-header .content-title {
    margin-top: -0.9375rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .page-header .content-title,
  .page-template-page-sommaire .page-header .content-title,
  .produit-template-page-sommaire-produit .page-header .content-title,
  .page-template-page-form .page-header .content-title {
    max-width: 31.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.post-type-archive-faq .page-header .content-title H1,
.page-template-page-sommaire .page-header .content-title H1,
.produit-template-page-sommaire-produit .page-header .content-title H1,
.page-template-page-form .page-header .content-title H1 {
  color: #d6007f;
}

.post-type-archive-faq .page-header::after {
  background-image: url(/app/themes/bloxaphte/dist/img/femme-foire-aux-questions-bloxaphte.png);
  background-position: center 30%;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .page-header::after {
    background-position: 90% 30%;
  }
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .page-header::after {
    background-position: left 30%;
    background-size: auto 119%;
  }
}

@media screen and (max-width: 39.9375em) {
  .produit-template-page-sommaire-produit .page-header {
    padding-top: 7%;
    padding-bottom: 19%;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .page-header {
    margin-bottom: 1.25rem;
  }
}

.produit-template-page-sommaire-produit .page-header::after {
  background-image: url(/app/themes/bloxaphte/dist/img/maux-de-bouches.png);
  background-position: center 22%;
  background-size: 76% auto;
}

@media screen and (max-width: 39.9375em) {
  .produit-template-page-sommaire-produit .page-header::after {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .page-header::after {
    width: 45%;
    right: 0;
    background-image: url(/app/themes/bloxaphte/dist/img/visuel-sourire-et-maux-de-bouche.png);
    background-position: left 30%;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .produit-template-page-sommaire-produit .page-header::after {
    left: 48%;
    right: auto;
    width: 49.6875rem;
    background-position: left 30%;
    background-size: auto 131%;
  }
}

.page-id-247 .page-header::after {
  background-image: url(/app/themes/bloxaphte/dist/img/bg_rose-de-damas.png);
  background-position: center center;
  background-size: auto 70%;
}

@media print, screen and (min-width: 40em) {
  .page-id-247 .page-header::after {
    width: 45%;
    right: 0;
    background-position: left center;
    background-size: auto 80%;
  }
}

@media print, screen and (min-width: 64em) {
  .page-id-247 .page-header::after {
    left: 56%;
    right: auto;
    width: 50%;
    background-size: auto 87%;
  }
}

.page-template-page-form .page-header::after {
  background-image: url(/app/themes/bloxaphte/dist/img/contact-standardiste-bloxaphte.png);
  background-position: center 30%;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-form .page-header::after {
    width: 45%;
    right: 0;
    background-position: left 30%;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .page-template-page-form .page-header::after {
    width: 49.6875rem;
    max-width: 45%;
    background-position: left 13%;
    background-size: auto 130%;
  }
}

/* ==========================================================================
### Footer
========================================================================== */
.footer {
  overflow: hidden;
  border-top: #e5e5e5 1px solid;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 1.25rem;
  border: none;
  border-bottom: #e5e5e5 1px solid;
}

@media screen and (min-width: 75em) {
  .footer__content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    padding-top: 1.5625rem;
    padding-bottom: 2.3125rem;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  .footer__content {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.footer__content .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.3125rem;
}

@media screen and (max-width: 39.9375em) {
  .footer__nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 75em) {
  .footer__nav {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.footer__nav .menu {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  /*@include menu-direction(vertical);*/
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav .menu li {
  position: relative;
  margin-bottom: 0.6875rem;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .footer__nav .menu li {
    font-size: 0.6875rem;
    line-height: 1.0625rem;
  }
}

.footer__nav .menu li::after {
  position: relative;
  display: inline-block;
  margin: 0 0.3125rem 0 0.3125rem;
  content: '\2022';
  font-size: 0.9375rem;
  color: #757575;
}

@media print, screen and (min-width: 40em) {
  .footer__nav .menu li::after {
    margin: 0 1.25rem 0 1.25rem;
  }
}

.footer__nav .menu li:last-child::after {
  width: 0.0625rem;
  margin: 0 0;
  color: #FFFFFF;
}

@media print, screen and (min-width: 40em) {
  .footer__nav .menu li {
    margin-bottom: 0;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    text-align: left;
  }
}

.footer__nav .menu li.active a {
  background: transparent;
}

.footer__nav .menu li a {
  display: inline-block;
  padding: 0;
  color: #757575;
  transition: color 0.3s;
}

.footer__nav .menu li a:hover {
  color: #d6007f;
}

.footer__logo {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 2.0625rem;
  text-align: center;
}

.footer__logo img {
  max-width: 12.4375rem;
  height: 1rem;
}

@media screen and (min-width: 75em) {
  .footer__logo {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.footer__credits {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.3125rem;
  text-align: center;
}

@media screen and (min-width: 75em) {
  .footer__credits {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
    text-align: right;
  }
}

.footer__credits .logo_choosit {
  display: inline-block;
  width: 3.75rem;
  height: 0.9375rem;
  padding-left: 3.75rem;
  overflow: hidden;
  position: relative;
  background: transparent url(/app/themes/bloxaphte/dist/assets/logo-choosit-footer.svg) 0 0 no-repeat;
  background-size: 3.75rem 1.875rem;
}

.footer__credits .logo_choosit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: transparent url(/app/themes/bloxaphte/dist/assets/logo-choosit-footer.svg) 0 -15px no-repeat;
  background-size: 3.75rem 1.875rem;
  transition: width .1s ease-out;
}

.footer__credits .logo_choosit:hover::before {
  width: 100%;
}

.footer__paratexte {
  padding: 2.5rem 0 0 0;
  font-weight: 300;
  color: #757575;
}

/* ==========================================================================
### SubFooter
========================================================================== */
.sub_footer {
  position: relative;
  margin-top: 4.5%;
  padding-bottom: 7%;
  background-color: #0d47a1;
}

@media print, screen and (min-width: 40em) {
  .sub_footer {
    padding-bottom: 5rem;
  }
}

.sub_footer .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub_footer .wrapper .content-txt {
  padding: 1.5625rem 1.875rem 1.5625rem 7.5rem;
  text-align: left;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sub_footer .wrapper .content-txt {
    padding: 2.8125rem 1.875rem 13.75rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .sub_footer .wrapper .content-txt {
    padding: 0 1.875rem 0 12.8125rem;
  }
}

@media screen and (min-width: 75em) {
  .sub_footer .wrapper .content-txt {
    padding: 0 1.875rem 0 15.9375rem;
  }
}

.sub_footer .wrapper .content-txt .title {
  margin: 0 0 0.625rem 0;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #d6007f;
  font-weight: 700;
  transition: color 0.2s;
}

@media print, screen and (min-width: 40em) {
  .sub_footer .wrapper .content-txt .title {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
  }
}

.sub_footer .wrapper .content-txt .text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  transition: color 0.2s;
}

@media print, screen and (min-width: 40em) {
  .sub_footer .wrapper .content-txt .text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.sub_footer .wrapper a {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.125rem;
  background-color: #FFFFFF;
  border-radius: 1.1875rem;
  box-shadow: 0 0.4375rem 1.3125rem 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 40em) {
  .sub_footer .wrapper a {
    position: relative;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    min-height: 11rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .sub_footer .wrapper a {
    width: calc(50% - 4.375rem);
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
  }
}

.sub_footer .wrapper a:hover {
  box-shadow: 0 0.0625rem 1.375rem 0.1875rem rgba(3, 30, 70, 0.75);
}

.sub_footer .faq,
.sub_footer .maux,
.sub_footer .plantes,
.sub_footer .contact {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  height: 100%;
  color: #0d47a1;
  font-weight: 300;
}

@media print, screen and (min-width: 64em) {
  .sub_footer .faq,
  .sub_footer .maux,
  .sub_footer .plantes,
  .sub_footer .contact {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub_footer .faq::before,
.sub_footer .maux::before,
.sub_footer .plantes::before,
.sub_footer .contact::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 6.875rem;
  height: 100%;
  background: url(/app/themes/bloxaphte/dist/img/bg_block_faq.jpg) no-repeat center bottom;
  background-size: 80% auto;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sub_footer .faq::before,
  .sub_footer .maux::before,
  .sub_footer .plantes::before,
  .sub_footer .contact::before {
    width: 100%;
    height: 11.875rem;
    background-size: contain;
  }
}

@media print, screen and (min-width: 64em) {
  .sub_footer .faq::before,
  .sub_footer .maux::before,
  .sub_footer .plantes::before,
  .sub_footer .contact::before {
    width: 12.5rem;
    background-size: auto;
  }
}

@media screen and (min-width: 75em) {
  .sub_footer .faq::before,
  .sub_footer .maux::before,
  .sub_footer .plantes::before,
  .sub_footer .contact::before {
    width: 15.625rem;
    background-size: auto;
  }
}

.sub_footer .maux::before {
  background: url(/app/themes/bloxaphte/dist/img/bg_block_mauxdebouche.jpg) no-repeat center bottom;
  background-size: 80% auto;
}

@media print, screen and (min-width: 40em) {
  .sub_footer .maux::before {
    background-size: contain;
  }
}

@media print, screen and (min-width: 64em) {
  .sub_footer .maux::before {
    background-size: auto;
  }
}

.sub_footer .plantes::before {
  background: url(/app/themes/bloxaphte/dist/img/bg_block_puissancedesplantes.jpg) no-repeat center center;
  background-size: 80% auto;
}

@media print, screen and (min-width: 40em) {
  .sub_footer .plantes::before {
    background-size: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .sub_footer .plantes::before {
    background-size: auto;
  }
}

.sub_footer .contact::before {
  background: url(/app/themes/bloxaphte/dist/img/contact-standardiste-bloxaphte.png) no-repeat center bottom;
  background-size: contain;
}

@media print, screen and (min-width: 64em) {
  .sub_footer .contact::before {
    background-size: auto 103%;
  }
}

.main__content {
  /*@include xy-grid-container;*/
  overflow: hidden;
}

.wrapper {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.wrapper-content {
  /*padding-bottom: 13%;

    @include breakpoint(medium) {
      padding-bottom: rem-calc(150);
    }

    @include breakpoint(large) {
      padding-bottom: rem-calc(202);
    }*/
}

h1 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #d6007f;
  margin: 0 0 1.375rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

h2 {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #d6007f;
  margin: 2.5rem 0 1.375rem;
  clear: both;
}

@media print, screen and (min-width: 40em) {
  h2 {
    margin: 2.5rem 0 1.5625rem;
    font-size: 2.0625rem;
    line-height: 2.75rem;
  }
}

h3 {
  position: relative;
  width: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 2.0625rem 0 2.25rem 0;
  padding: 0 0 1.5625rem 0;
  font-size: 1.4375rem;
  font-weight: 300;
  color: #0d47a1;
}

@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 3.4375rem;
  height: 0.125rem;
  background-color: #0d47a1;
}

h4 {
  width: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0.9375rem 0 1.6875rem 0;
  font-size: 1.375rem;
  color: #d6007f;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.chapo {
  /*overflow: hidden;
    max-height: rem-calc(190);*/
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #0d47a1;
  font-weight: 300;
}

@media print, screen and (min-width: 40em) {
  .chapo {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.img-left,
.img-right,
.img-full {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .img-left {
    float: left;
    max-width: 23.125rem;
    margin-left: -10%;
    margin-right: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .img-right {
    float: right;
    max-width: 23.125rem;
    margin-right: -10%;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .img-full {
    display: block;
    width: 120%;
    margin-left: -10%;
    max-width: none;
  }
}

.intro {
  opacity: 0.7;
  margin-bottom: 2.375rem;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #757575;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .intro {
    margin-bottom: 4.25rem;
    font-size: 1.4375rem;
    line-height: 2.1875rem;
  }
}

ol {
  counter-reset: comment-list;
  text-align: left;
}

ol li {
  position: relative;
  list-style-type: none;
  counter-increment: comment-list;
  /* on incrémente le compteur à chaque nouveau li */
  padding: 1.4375rem 0 1.4375rem 0;
  border-bottom: 0.0625rem solid #f5f5f5;
}

ol li::before {
  float: left;
  display: inline-block;
  content: counter(comment-list) ".";
  /* on affiche le compteur */
  padding: 0;
  margin: 0.125rem 1.3125rem 0 0;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #d6007f;
}

ol li div {
  overflow: hidden;
}

p {
  margin-bottom: 1.875rem;
  line-height: inherit;
}

/* ==========================================================================
### FAQ
========================================================================== */
.post-type-archive-faq .wrapper.flex {
  padding-top: 3rem;
  padding-bottom: 3.9375rem;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .wrapper.flex {
    padding-top: 4.25rem;
    padding-bottom: 6.4375rem;
  }
}

.post-type-archive-faq .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.0625rem;
  margin-right: 5%;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.375rem;
        -ms-flex: 0 0 14.375rem;
            flex: 0 0 14.375rem;
    max-width: 14.375rem;
    margin-right: 8%;
  }
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.8125rem;
        -ms-flex: 0 0 20.8125rem;
            flex: 0 0 20.8125rem;
    max-width: 20.8125rem;
    margin-right: 5rem;
  }
}

.post-type-archive-faq .sidebar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 2.0625rem 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .sidebar ul {
    margin: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .sidebar ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.post-type-archive-faq .sidebar ul li.active a {
  color: #FFFFFF;
  background-color: #0d47a1;
}

.post-type-archive-faq .sidebar ul li a {
  display: block;
  margin: 0 0.25rem 0.5rem;
  padding: 0.125rem 0.5625rem;
  font-size: 0.75rem;
  color: #0d47a1;
  background: #ededed;
  border-radius: 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq .sidebar ul li a {
    display: block;
    margin: 0 0 0.75rem 0;
    padding: 1.0625rem 0.9375rem 1.0625rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    border-radius: 0.9375rem;
    box-shadow: 0 0.1875rem 1.8125rem 0 rgba(0, 0, 0, 0.12);
    background: transparent;
    transition: color 0.2s, background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .sidebar ul li a {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}

.post-type-archive-faq .sidebar ul li a:hover, .post-type-archive-faq .sidebar ul li a.active {
  color: #FFFFFF;
  background-color: #0d47a1;
}

.post-type-archive-faq .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.post-type-archive-faq H2 {
  margin-top: 0.6875rem;
  margin-bottom: 1.4375rem;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #d6007f;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .post-type-archive-faq H2 {
    margin-top: -4.1875rem;
    margin-bottom: 1.8125rem;
    font-size: 2.0625rem;
    line-height: 2.375rem;
    text-align: left;
  }
}

.post-type-archive-faq .accordion {
  display: block;
  border: none;
}

.post-type-archive-faq .accordion .accordion-item {
  border-bottom: 0.0625rem solid #e5e5e5;
}

.post-type-archive-faq .accordion .accordion-item::after {
  display: none;
}

.post-type-archive-faq .accordion .accordion-item:last-child .accordion-title,
.post-type-archive-faq .accordion .accordion-item:last-child .accordion-content {
  border: none !important;
}

.post-type-archive-faq .accordion .accordion-item .accordion-title {
  padding: 1rem 2.375rem 1rem 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #0d47a1;
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .accordion .accordion-item .accordion-title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.post-type-archive-faq .accordion .accordion-item .accordion-title::before {
  top: 1.625rem;
  right: 0.6875rem;
  font-size: 1.125rem;
  color: #0d47a1;
}

@media print, screen and (min-width: 64em) {
  .post-type-archive-faq .accordion .accordion-item .accordion-title::before {
    top: 1.75rem;
    font-size: 1.5rem;
  }
}

.post-type-archive-faq .accordion .accordion-item .accordion-content {
  padding: 0.625rem 0 0.0625rem 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #757575;
}

/* ==========================================================================
### Homepage
========================================================================== */
.slideshow {
  margin-top: -6.6875rem;
}

@media print, screen and (min-width: 40em) {
  .slideshow {
    margin-top: -8.4375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .slideshow .diaporama__slider {
    padding-top: 0;
  }
}

.slideshow .diaporama__slider .swiper-wrapper {
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slideshow .diaporama__slider .swiper-wrapper .swiper-slide {
  text-align: center;
}

.slideshow .diaporama__slider .swiper-wrapper .swiper-slide a .image {
  display: inline-block;
  margin: auto;
  margin-bottom: 1.875rem;
}

.slideshow .diaporama__slider .swiper-wrapper .swiper-slide a .image img {
  max-height: 18.75rem;
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .slideshow .diaporama__slider .swiper-wrapper .swiper-slide a .image img {
    max-width: 21.875rem;
    max-height: 11.25rem;
    width: auto;
    height: auto;
  }
}

.slideshow .diaporama__slider .swiper-wrapper .swiper-slide a .title {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 300;
  color: #0d47a1;
}

.slideshow .diaporama__slider .swiper-wrapper .swiper-slide a .title .pink {
  font-weight: 700;
  color: #d6007f;
}

.slideshow .diaporama__slider .swiper-button-prev,
.slideshow .diaporama__slider .swiper-button-next {
  top: 1.375rem;
}

@media print, screen and (min-width: 40em) {
  .slideshow .diaporama__slider .swiper-button-prev,
  .slideshow .diaporama__slider .swiper-button-next {
    top: 7.5625rem;
  }
}

.slideshow .diaporama__slider .swiper-button-prev:hover,
.slideshow .diaporama__slider .swiper-button-next:hover {
  background-color: #d6007f;
}

.slideshow .diaporama__slider .swiper-button-prev:hover::before,
.slideshow .diaporama__slider .swiper-button-next:hover::before {
  color: #FFFFFF;
}

@media screen and (max-width: 39.9375em) {
  .slideshow .diaporama__slider .swiper-button-prev,
  .slideshow .diaporama__slider .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .slideshow .diaporama__slider .swiper-button-prev {
    left: 38%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 39.9375em) {
  .slideshow .diaporama__slider .swiper-button-next {
    right: 38%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/* BLOC Bloxgel Poussées Dentaires */
.wrapper-bloxgel {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3.75rem;
  font-weight: 300;
  color: #763c8f;
  background: #ede7f6;
}

@media print, screen and (min-width: 64em) {
  .wrapper-bloxgel {
    padding-bottom: 4.8125rem;
  }
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel {
    padding: 11.875rem 0 12.1875rem;
  }
}

.home .wrapper-bloxgel {
  padding: 7rem 0 10.3125rem;
}

@media print, screen and (min-width: 64em) {
  .home .wrapper-bloxgel {
    padding: 11.875rem 0 12.1875rem;
  }
}

.wrapper-bloxgel .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper {
    text-align: left;
  }
}

.wrapper-bloxgel .wrapper .left {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper .left {
    width: 48%;
  }
}

.wrapper-bloxgel .wrapper .left::before {
  position: relative;
  display: block;
  content: '';
  width: 90%;
  height: 14.6875rem;
  margin: auto;
  background: transparent url(/app/themes/bloxaphte/dist/img/visuel-premieres-dents.png) no-repeat left top;
  background-size: 100% auto;
}

@media print, screen and (min-width: 40em) {
  .wrapper-bloxgel .wrapper .left::before {
    height: 30.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .wrapper-bloxgel .wrapper .left::before {
    background-position: center center;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper .left::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 42.8125rem;
    height: 31.375rem;
    margin: 0;
    background-size: 100% auto;
  }
}

.wrapper-bloxgel .wrapper .right {
  width: 100%;
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper .right {
    width: 44%;
  }
}

.wrapper-bloxgel .wrapper .right #logo-bloxgel {
  max-width: 15.8125rem;
  height: 4.25rem;
  margin-bottom: 1.1875rem;
}

.wrapper-bloxgel .wrapper .right H2 {
  margin-top: 0;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-family: "Amatic SC";
  color: #763c8f;
  text-transform: lowercase;
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper .right H2 {
    font-size: 3.0625rem;
    line-height: 3.0625rem;
  }
}

.wrapper-bloxgel .wrapper .right #product-bloxgel {
  display: block;
  margin-top: 0.4375rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 75em) {
  .wrapper-bloxgel .wrapper .right #product-bloxgel {
    margin: 0.4375rem 0 2.6875rem -1.875rem;
  }
}

/* BLOC "Comment soulager la douleur et favoriser la cicatrisation ? "*/
.sommaire {
  padding-bottom: 2.5rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .sommaire {
    padding-bottom: 5.9375rem;
  }
}

.sommaire .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .sommaire .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sommaire .block-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .sommaire .block-txt {
    margin-bottom: 3.4375rem;
  }
}

.sommaire .block-txt .content-txt {
  max-width: 36.25rem;
  margin: auto;
  font-weight: 300;
  color: #757575;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .sommaire .block-txt .content-txt H2 {
    margin-top: 0;
  }
}

.sommaire .block-shadow {
  box-shadow: 0 0.4375rem 1.3125rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 2.6875rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-align: center;
  color: #979797;
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 40em) {
  .sommaire .block-shadow {
    width: 47%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .sommaire .block-shadow {
    text-align: left;
    padding: 2.6875rem 1.25rem 0.625rem 2.375rem;
  }
}

.sommaire .block-shadow:hover {
  box-shadow: 0 0.1875rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
}

.sommaire .block-shadow h3 {
  margin: 0 0 0.6875rem 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 500;
}

.sommaire .block-shadow h3::before {
  display: none;
}

.sommaire .block-shadow h3 .pink,
.sommaire .block-shadow h3 .green {
  display: block;
  font-size: 1.5625rem;
  text-transform: uppercase;
}

.sommaire .block-shadow .block-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: auto;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .sommaire .block-shadow .block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.25rem;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
    max-width: 11.25rem;
    margin-right: 1.75rem;
  }
}

.sommaire .block-shadow .block-img img#acide-hyaluronique {
  margin-top: -0.5rem;
}

.sommaire .block-shadow .block-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media print, screen and (min-width: 64em) {
  .sommaire .block-shadow .block-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}

/**
* BLOC Combattre les maux de la bouche ?
*/
.liste.module {
  font-weight: 300;
  background: #f5f5f5;
}

.liste.module h2 {
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  text-align: left;
}

@media print, screen and (min-width: 64em) {
  .liste.module h2 {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
  }
}

.liste.module h2 span {
  display: block;
}

.liste.module .module__container {
  padding-top: 3.125rem;
  padding-bottom: 0;
  color: #757575;
}

@media print, screen and (min-width: 64em) {
  .liste.module .module__container {
    padding-top: 5.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .liste.module .module__container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.liste.module ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.8125rem 0 2.5625rem 0;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .liste.module ul {
    margin-left: 1.625rem;
  }
}

.liste.module ul li {
  position: relative;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem 0;
  padding-left: 1.75rem;
  font-weight: 400;
}

.liste.module ul li::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

.liste.module ul li::before {
  left: 0;
  top: 0.25rem;
  font-size: 1.0625rem;
  transition: left 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.liste.module ul li a {
  color: #0d47a1;
}

.liste.module ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .liste.module ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}

.liste.module ul li a {
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.liste.module ul li:hover::before {
  left: 0.3125rem;
}

.liste.module ul li:hover a {
  color: #d6007f;
}

.liste.module ul li img {
  max-width: 2.0625rem;
  max-height: 2.0625rem;
  width: auto;
  height: auto;
}

.liste.module .module__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.liste.module .module__content .module__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 3.125rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .liste.module .module__content .module__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    padding-bottom: 5.3125rem;
    text-align: left;
  }
}

.liste.module .module__content .module__body p {
  text-align: left;
}

.liste.module .module__content img {
  margin-left: auto;
  margin-right: auto;
}

/**
* BLOC FAQ
*/
.block-faq {
  position: relative;
  overflow: hidden;
  margin-bottom: -0.0625rem;
  padding: 3.75rem 0 8.125rem;
  color: #FFFFFF;
  background: #0d47a1;
}

@media print, screen and (min-width: 64em) {
  .block-faq {
    padding-top: 6.0625rem;
    padding-bottom: 13%;
  }
}

.block-faq::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}

.block-faq .wrapper {
  text-align: center;
}

.block-faq .wrapper H2 {
  margin-top: 0;
  color: #FFFFFF;
}

.block-faq .accordion {
  max-width: 49.375rem;
}

.block-faq .accordion li .accordion-title {
  color: #FFFFFF;
}

.block-faq .accordion li .accordion-title::before {
  color: #FFFFFF;
}

.block-faq .accordion li .accordion-content {
  color: #FFFFFF;
}

.block-faq .accordion li .accordion-content a {
  color: #FFFFFF;
  text-decoration: underline;
}

.block-faq .accordion li .accordion-content a:hover {
  text-decoration: none;
}

/* ==========================================================================
### PRODUCT
========================================================================== */
.single-produit .wrapper .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #757575;
}

@media print, screen and (min-width: 40em) {
  .single-produit .wrapper .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.8125rem;
        -ms-flex: 0 0 32.8125rem;
            flex: 0 0 32.8125rem;
    max-width: 32.8125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .single-produit .wrapper .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.75rem;
        -ms-flex: 0 0 38.75rem;
            flex: 0 0 38.75rem;
    max-width: 38.75rem;
  }
}

.single-produit .wrapper .content .texte {
  margin-bottom: 2.75rem;
}

.single-produit .wrapper .content .texte ul {
  list-style: none;
}

.single-produit .wrapper .content .texte ul li {
  position: relative;
  display: block;
  margin: 0.5625rem;
  font-size: 1rem;
  color: #0d47a1;
}

.single-produit .wrapper .content .texte ul li::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

.single-produit .wrapper .content .texte ul li::before {
  position: relative;
  top: 0.375rem;
  font-size: 1.25rem;
  margin: 0 1.0625rem 0 0;
}

.single-produit .wrapper .content .accordion {
  border-top: 0.0625rem solid #e5e5e5;
}

.single-produit .wrapper .content .accordion .accordion-item {
  border-color: #e5e5e5;
}

.single-produit .wrapper .content .accordion .accordion-item::after, .single-produit .wrapper .content .accordion .accordion-item:focus::after {
  display: none;
}

.single-produit .wrapper .content .accordion .accordion-item .accordion-title {
  padding: 1.375rem 2.5rem 1.375rem 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #0d47a1;
  font-weight: 700;
  border: none;
}

.single-produit .wrapper .content .accordion .accordion-item .accordion-title::before {
  top: 1.875rem;
  color: #0d47a1;
}

.single-produit .wrapper .content .accordion .accordion-item .accordion-content {
  padding: 0;
  color: #757575;
  line-height: 1.5rem;
  border: none;
}

.single-produit .wrapper .content .accordion .accordion-item .accordion-content ul {
  margin: 0 0 1.875rem 2.9375rem;
}

.single-produit .wrapper .content .accordion .accordion-item .accordion-content ul li {
  margin-bottom: 0.4375rem;
}

.single-produit .visuel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-align: center;
  margin: 0 0 7% 0;
  padding: 0 3% 0 0;
}

.single-produit .visuel img {
  margin: 0 0 2.1875rem 0;
}

.single-produit .visuel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  text-align: left;
  color: #0d47a1;
}

.single-produit .visuel a::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

@media print, screen and (min-width: 64em) {
  .single-produit .visuel a {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.single-produit .visuel a::before {
  position: relative;
  margin: 0.625rem 0.5rem 0.625rem 0;
  font-size: 1.375rem;
  color: #0d47a1;
}

@media print, screen and (min-width: 64em) {
  .single-produit .visuel a::before {
    font-size: 2.375rem;
    margin-right: 1.25rem;
  }
}

.single-produit .visuel a:hover {
  color: #d6007f;
}

.single-produit .visuel a:hover::before {
  color: #d6007f;
}

.single-produit .block-plantes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 2rem 0;
  padding: 0 0 1.3125rem 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}

@media print, screen and (min-width: 40em) {
  .single-produit .block-plantes {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.single-produit .block-plantes .plantes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 1.0625rem;
  padding: 0 0.5625rem;
  border-right: 0.0625rem solid #e5e5e5;
}

@media print, screen and (min-width: 40em) {
  .single-produit .block-plantes .plantes {
    margin-bottom: 0;
    padding: 0 0.4375rem 0 0.4375rem;
  }
}

.single-produit .block-plantes .plantes:last-child {
  border: none;
}

.single-produit .block-plantes .plantes img {
  max-height: 1.875rem;
  height: auto;
  width: auto !important;
  margin: 0 0.4375rem 0 0;
}

@media print, screen and (min-width: 40em) {
  .single-produit .block-plantes .plantes img {
    max-height: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .single-produit .block-plantes .plantes img {
    max-height: 1.875rem;
  }
}

.single-produit .block-plantes .plantes .title {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #d6007f;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 40em) {
  .single-produit .block-plantes .plantes .title {
    max-width: 5.625rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    letter-spacing: -0.01875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .single-produit .block-plantes .plantes .title {
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}

.single-produit .block-plantes .plantes:hover .title {
  color: #0d47a1;
}

/* ==========================================================================
### Page standard
========================================================================== */
.module__container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .module__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .module__container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.module__title {
  font-size: 1.75rem;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .module__title {
    font-size: 2.5rem;
  }
}

.module__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main__page__content {
  overflow: hidden;
}

.main__page__content > .wrapper {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .main__page__content > .wrapper {
    margin-bottom: 12.5rem;
  }
}

.page-template-page-sommaire .main__page__content > .wrapper {
  margin-bottom: 2.0625rem;
}

@media print, screen and (min-width: 40em) {
  .page-template-page-sommaire .main__page__content > .wrapper {
    margin-bottom: 8.125rem;
  }
}

@media screen and (min-width: 75em) {
  .page-template-page-sommaire .main__page__content > .wrapper {
    margin-bottom: 15.625rem;
  }
}

.page-child .main__page__content > .wrapper {
  max-width: 62rem;
  text-align: center;
}

.page-child .main__page__content > .wrapper .content {
  max-width: 51.25rem;
  margin: auto !important;
  text-align: left;
  color: #979797;
}

.page .main__page__content > .wrapper ul:not(.gform_fields) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.8125rem 0 2.5625rem 0;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .page .main__page__content > .wrapper ul:not(.gform_fields) {
    margin-left: 1.625rem;
  }
}

.page .main__page__content > .wrapper ul:not(.gform_fields) li {
  position: relative;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem 0;
  padding-left: 1.75rem;
  font-weight: 400;
}

.page .main__page__content > .wrapper ul:not(.gform_fields) li::before {
  position: absolute;
  z-index: 1;
  font-family: "bloxaphte" !important;
  /*content: attr(data-icon);*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #d6007f;
}

.page .main__page__content > .wrapper ul:not(.gform_fields) li::before {
  left: 0;
  top: 0.25rem;
  font-size: 1.0625rem;
  transition: left 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page .main__page__content > .wrapper ul:not(.gform_fields) li a {
  color: #0d47a1;
}

.single-produit .main__page__content > .wrapper {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .single-produit .main__page__content > .wrapper {
    margin-bottom: 1.5625rem;
  }
}

.block-intro-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 3rem 0;
  text-align: left;
  border-bottom: 0.0625rem solid #e5e5e5;
}

@media screen and (max-width: 39.9375em) {
  .block-intro-txt-img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.block-intro-txt-img .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 25rem;
  margin: 0 1.6875rem 1.6875rem 0;
}

@media screen and (max-width: 39.9375em) {
  .block-intro-txt-img .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .block-intro-txt-img .image {
    margin-bottom: 3.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .block-intro-txt-img .image {
    margin-right: 2.875rem;
  }
}

.block-intro-txt-img .image img {
  max-width: 20.625rem;
  max-height: 34.375rem;
  width: auto;
  height: auto;
  box-shadow: 0 0.4375rem 1.3125rem 0 rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 39.9375em) {
  .block-intro-txt-img .image img {
    margin: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .block-intro-txt-img .image img {
    max-width: 25rem;
  }
}

.block-intro-txt-img .chapo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  color: #222;
}

@media print, screen and (min-width: 64em) {
  .block-intro-txt-img .chapo {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.block-color-alt {
  float: none;
  margin: auto;
  margin-bottom: 1.875rem;
  padding: 1.0625rem 1.25rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #0d47a1;
  border-radius: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .block-color-alt {
    float: right;
    display: inline-block;
    min-width: 21.25rem;
    margin: 0 0 2.5rem 3.75rem;
    padding: 1.5625rem 2.5rem;
  }
}

.block-recette-grandmere {
  width: 36.125rem;
  max-width: 100%;
  margin: auto;
  margin-top: 0.6875rem;
  padding: 23.125rem 4.375rem 2.6875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 300;
  color: #6d6d6d;
  background: #f5f5f5 url(/app/themes/bloxaphte/dist/img/bg_recette_de_grandmere.png) no-repeat center 2.0625rem;
  border-radius: 0.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .block-recette-grandmere {
    padding: 15.625rem 1.875rem 2.1875rem;
    background-size: 14.375rem auto;
  }
}

.block-recette-grandmere strong,
.block-recette-grandmere b {
  font-weight: 700;
}

.block-recette-grandmere em strong {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
}

.block-recette-grandmere a {
  display: block;
  color: #0d47a1;
  text-decoration: underline;
}

.digits {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

.digits .module__container {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .digits .module__container {
    padding-top: 2.0625rem;
  }
}

.digits__content {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 2.25rem;
}

@media print, screen and (min-width: 64em) {
  .digits__content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.digits__item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.3125rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .digits__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.digits__item__number {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #d6007f;
  font-weight: 700;
}

@media print, screen and (min-width: 64em) {
  .digits__item__number {
    font-size: 2.8125rem;
    line-height: 2.5rem;
    margin-bottom: 1.125rem;
  }
}

.digits__item__title {
  display: block;
  max-width: 20.25rem;
  margin: auto;
  margin-bottom: 0.625rem;
  font-family: "Merriweather";
  font-size: 0.875rem;
  line-height: 1.4375rem;
  font-weight: 400;
  color: #757575;
}

@media print, screen and (min-width: 64em) {
  .digits__item__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.digits__item__legend {
  margin-bottom: 0;
}

.digits__footer {
  text-align: center;
}

.digits__footer h3 {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #979797;
  font-weight: 300;
}

.digits__footer h3::before {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .interlocuteur__content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .interlocuteur__content {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .interlocuteur__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .interlocuteur__infos {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: calc(8.33333% + 0.625rem);
  }
}

.accordion {
  width: 100%;
}

.accordion-title {
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  .box-image-text__content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .box-image-text__content {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.box-image-text__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .box-image-text__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.box-image-text__img {
  margin-bottom: 0.625rem;
}

.box-image-text__title {
  margin-bottom: 0.625rem;
}

/* ==========================================================================
### Sommaire
========================================================================== */
.accroche {
  position: relative;
  max-width: 39.375rem;
  margin: auto;
  margin-bottom: 5%;
  padding-bottom: 1.625rem;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
  color: #0d47a1;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .accroche {
    /*margin-bottom: rem-calc(70);*/
    margin-bottom: 1.875rem;
  }
}

.accroche::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  width: 3.3125rem;
  height: 0.125rem;
  background-color: #0d47a1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.childs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
}

.childs .item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.6875rem;
  font-weight: 300;
  border-radius: 1.1875rem;
  box-shadow: 0 0.4375rem 1.3125rem 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print, screen and (min-width: 40em) {
  .childs .item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    min-height: 27.1875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .childs .item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.childs .item:hover {
  box-shadow: 0 0.1875rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
}

.childs .item a {
  display: block;
  cursor: pointer;
  height: 100%;
  color: #0d47a1;
}

.childs .item a .image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 10.875rem;
}

.childs .item a .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 202% !important;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.childs .item a .block-txt {
  display: block;
  margin-bottom: 2.25rem;
  padding: 5%;
  padding-bottom: 4.375rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .childs .item a .block-txt {
    padding: 2.6875rem 2.25rem 4.375rem;
  }
}

.childs .item a .block-txt .title {
  display: block;
  margin: 0 0 0.8125rem 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #d6007f;
  font-weight: 400;
  text-align: left;
}

.childs .item a .block-txt .texte {
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.childs .item a .block-txt .button, .childs .item a .block-txt form.webform-client-form .form-actions .webform-submit, form.webform-client-form .form-actions .childs .item a .block-txt .webform-submit {
  position: absolute;
  left: 50%;
  bottom: 2.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.produit-template-page-sommaire-produit .childs-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .produit-template-page-sommaire-produit .childs-products {
    margin-top: 2.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .childs-products {
    margin-bottom: 0;
  }
}

.produit-template-page-sommaire-produit .childs-products .item {
  margin: 0 1.8125rem 3.4375rem 1.8125rem;
}

@media print, screen and (min-width: 64em) {
  .produit-template-page-sommaire-produit .childs-products .item {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .childs-products .item {
    margin-bottom: 2.5rem;
  }
}

.produit-template-page-sommaire-produit .childs-products .item a .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 18.75rem;
  height: auto;
  margin: 0 0 1.0625rem 0;
}

@media print, screen and (min-width: 64em) {
  .produit-template-page-sommaire-produit .childs-products .item a .image {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .childs-products .item a .image {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 11.25rem;
    margin-bottom: 2.0625rem;
  }
}

.produit-template-page-sommaire-produit .childs-products .item a .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 39.9375em) {
  .produit-template-page-sommaire-produit .childs-products .item a .image img {
    max-height: 12.625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .produit-template-page-sommaire-produit .childs-products .item a:hover .image img {
    margin-bottom: 0.9375rem;
  }
}

.produit-template-page-sommaire-produit .childs-products .item .title {
  font-size: 1.125rem;
  font-weight: 300;
  color: #0d47a1;
}

.produit-template-page-sommaire-produit .childs-products .item .title .pink {
  font-weight: 700;
}

/*# sourceMappingURL=app.css.map*/

.pum-theme-theme-par-defaut{
  background:url('img/background-web.jpg');
  background-repeat: repeat;
}