@charset "UTF-8";
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Firefox < 16 */
@-moz-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    transform: translateX(5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Internet Explorer */
@-ms-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -ms-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* Opera < 12.1 */
@-o-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    transform: translateX(5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Firefox < 16 */
@-moz-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    transform: translateX(-5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Internet Explorer */
@-ms-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* Opera < 12.1 */
@-o-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    transform: translateX(-5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

form input, form select {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out; }
  form input:hover, form input:active, form input:focus, form select:hover, form select:active, form select:focus {
    outline: none; }

form.form {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 0 0 !important;
  text-align: left; }
  form.form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  form.form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1; }
  form.form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1; }
  form.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  form.form ul.errors {
    background: #0061A7;
    padding: 5px;
    color: #FFFFFF; }
  form.form .fieldset {
    margin-bottom: 20px; }
    form.form .fieldset.last {
      margin-bottom: 0; }
    form.form .fieldset.with-title .h {
      font-size: 20px;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .43px;
      text-align: left;
      color: #008EC9;
      margin-bottom: 30px;
      text-transform: none; }
    form.form .fieldset.fields-count-1 .form-group.with-label:first-child .form-label {
      display: none; }
  form.form .fields {
    padding: 0;
    /*&.count-3,
	&.count-6 {*/ }
    form.form .fields .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields .col-item.i-1 .form-group,
      form.form .fields .col-item.i-4 .form-group {
        padding-right: 0; }
      form.form .fields .col-item.i-2 .form-group,
      form.form .fields .col-item.i-5 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields .col-item.i-3 .form-group,
      form.form .fields .col-item.i-6 .form-group {
        padding-left: 0; }
    form.form .fields.count-2 .col-item, form.form .fields.count-3 .col-item, form.form .fields.count-4 .col-item, form.form .fields.count-5 .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields.count-2 .col-item.i-1 .form-group,
      form.form .fields.count-2 .col-item.i-3 .form-group, form.form .fields.count-3 .col-item.i-1 .form-group,
      form.form .fields.count-3 .col-item.i-3 .form-group, form.form .fields.count-4 .col-item.i-1 .form-group,
      form.form .fields.count-4 .col-item.i-3 .form-group, form.form .fields.count-5 .col-item.i-1 .form-group,
      form.form .fields.count-5 .col-item.i-3 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields.count-2 .col-item.i-2 .form-group,
      form.form .fields.count-2 .col-item.i-4 .form-group, form.form .fields.count-3 .col-item.i-2 .form-group,
      form.form .fields.count-3 .col-item.i-4 .form-group, form.form .fields.count-4 .col-item.i-2 .form-group,
      form.form .fields.count-4 .col-item.i-4 .form-group, form.form .fields.count-5 .col-item.i-2 .form-group,
      form.form .fields.count-5 .col-item.i-4 .form-group {
        padding-left: 0;
        padding-right: 0; }
  form.form.form-inline .form-group,
  form.form.form-inline .form-label,
  form.form.form-inline .form-field,
  form.form.form-inline .buttons {
    vertical-align: top;
    display: inline-block; }
  form.form.form-inline .form-group {
    white-space: nowrap; }
    form.form.form-inline .form-group .form-field {
      width: 100%; }
      form.form.form-inline .form-group .form-field .form-control {
        width: 100%; }
    form.form.form-inline .form-group.with-label .form-label {
      margin: 0;
      padding-right: 10px; }
    form.form.form-inline .form-group.with-label .form-field {
      width: 80%; }
      form.form.form-inline .form-group.with-label .form-field .form-control {
        width: 100%; }
  form.form .buttons {
    text-align: center; }
    form.form .buttons .btn, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-secondary {
      display: inline-block;
      vertical-align: top; }
      form.form .buttons .btn, form.form .buttons .btn:hover, form.form .buttons .btn:focus, form.form .buttons .btn:active, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active, form.form .buttons .btn.btn-secondary, form.form .buttons .btn.btn-secondary:hover, form.form .buttons .btn.btn-secondary:focus, form.form .buttons .btn.btn-secondary:active {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0; }
    form.form .buttons .btn.btn-primary {
      font-size: 15px;
      font-weight: 300;
      text-decoration: none;
      background: #008EC9;
      border-radius: 25px;
      height: 44px;
      line-height: 41px;
      width: 133px;
      float: right;
      color: #FFFFFF;
      padding: 0;
      cursor: pointer; }
      form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active {
        background: #0061A7;
        border-radius: 25px; }
  form.form .form-group .form-label {
    margin-bottom: 8px; }
    form.form .form-group .form-label label.required:after {
      content: ' *';
      color: #0061A7;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }
    form.form .form-group .form-label em {
      display: block;
      font-size: 12px;
      color: #AAAAAA;
      font-weight: normal;
      font-style: normal; }
  form.form .form-group.form-group-plaintext .form-label, form.form .form-group.form-group-amforms-email .form-label, form.form .form-group.field-subscribetoournewsletter .form-label {
    display: none; }
  form.form .form-group.form-group-radiobuttons {
    margin-top: 20px; }
    form.form .form-group.form-group-radiobuttons .form-label {
      color: #0061A7;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 25px 0; }
    form.form .form-group.form-group-radiobuttons .form-field {
      text-align: center; }
      form.form .form-group.form-group-radiobuttons .form-field div {
        display: inline-block;
        padding-right: 20px; }
        form.form .form-group.form-group-radiobuttons .form-field div label {
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-radiobuttons .form-field div:last-child {
          padding-right: 0; }
  form.form .form-group.form-group-checkboxes {
    margin-top: 20px; }
    form.form .form-group.form-group-checkboxes label {
      font-size: 16px;
      color: #000000; }
    form.form .form-group.form-group-checkboxes .form-field input {
      margin: 0 10px 0 0; }
    form.form .form-group.form-group-checkboxes .form-label {
      display: block;
      margin: 0 0 25px 0;
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-label label {
        color: #0061A7;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
    form.form .form-group.form-group-checkboxes .form-field {
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-field div {
        display: inline-block;
        padding-right: 0;
        width: 51%;
        text-align: left; }
        form.form .form-group.form-group-checkboxes .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-checkboxes .form-field div:last-child {
          padding-right: 0; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-label {
      display: none; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div {
        width: 100%; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div input {
          display: inline-block;
          vertical-align: top;
          margin-top: 4px; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
          display: inline-block;
          vertical-align: top;
          width: 95%; }
    form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field div {
        width: 33.33%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field, form.form .form-group.form-group-checkboxes.field-activity .form-field {
      text-align: left;
      margin-bottom: 30px; }
      form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field div, form.form .form-group.form-group-checkboxes.field-activity .form-field div {
        width: 50%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursregions .form-field div, form.form .form-group.form-group-checkboxes.field-areaofinterest .form-field div {
      width: inherit;
      padding-right: 20px;
      margin-bottom: 10px; }
  form.form .form-group .form-field .form-control,
  form.form .form-group .form-field input,
  form.form .form-group .form-field textarea,
  form.form .form-group .form-field select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF; }
  form.form .form-group .form-field .form-control.text {
    font-family: 'Averta';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    padding-left: 20px; }
    form.form .form-group .form-field .form-control.text:hover, form.form .form-group .form-field .form-control.text:focus {
      border-color: #008EC9; }
  form.form .form-group.form-group-hidden {
    display: none; }
    form.form .form-group.form-group-hidden.with-label {
      display: block; }
  form.form .form-group.form-group-radiobuttons .form-field label input {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  form.form .form-group.form-group-radiobuttons .form-field > div {
    margin-bottom: 10px; }
    form.form .form-group.form-group-radiobuttons .form-field > div:last-child {
      margin-bottom: 0; }
  form.form .form-group.disabled .form-control, form.form .form-group.disabled .form-control.text {
    border: 1px solid #CCCCCC;
    color: #000000; }
    form.form .form-group.disabled .form-control:hover, form.form .form-group.disabled .form-control:focus, form.form .form-group.disabled .form-control.text:hover, form.form .form-group.disabled .form-control.text:focus {
      border: 1px solid #CCCCCC; }
  form.form .form-group.form-group-assets .form-label label {
    color: #0061A7;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0; }
  form.form .form-group.form-group-assets .form-field .custom-file {
    font-family: 'Averta';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    width: 100%;
    position: relative; }
    form.form .form-group.form-group-assets .form-field .custom-file input[type="file"] {
      width: 100%; }
    form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label {
      position: absolute;
      right: 20px;
      top: 6px; }
      form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label:before {
        content: '\e90c';
        font-family: icomoon;
        font-size: 16px;
        color: #0061A7;
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0 10px 0 0; }
  form.form.form-transparent .form-group .form-control, form.form.form-transparent .form-group .form-control.text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF; }
    form.form.form-transparent .form-group .form-control:hover, form.form.form-transparent .form-group .form-control:focus, form.form.form-transparent .form-group .form-control.text:hover, form.form.form-transparent .form-group .form-control.text:focus {
      border-color: #FFFFFF; }
  form.form.form-transparent .form-group .form-control.text {
    padding-left: 0; }
  form.form.form-transparent ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form .form__note {
    font-size: 0px;
    color: transparent;
    text-indent: -9999px; }

.form-back {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  background: #008EC9;
  border-radius: 25px;
  height: 44px;
  line-height: 41px;
  width: 250px;
  float: left;
  color: #FFFFFF !important;
  padding: 0;
  cursor: pointer; }
  .form-back:hover, .form-back:focus, .form-back:active {
    background: #0061A7;
    border-radius: 25px; }

.kint {
  position: relative;
  z-index: 999999999; }

/* =============== PATHS =============== */
/* =============== FONTS =============== */
@font-face {
  font-family: 'Averta';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.eot);
  src: url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.eot) format("embedded-opentype"), url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.woff2) format("woff2"), url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.woff) format("woff"), url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.ttf) format("truetype"), url(/theme/fonts/Averta/averta_regular/IntelligentDesignAvertaRegular.svg#IntelligentDesignAvertaRegular) format("svg"); }

@font-face {
  font-family: 'AvertaRegularItalic';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.eot);
  src: url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.eot) format("embedded-opentype"), url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.woff2) format("woff2"), url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.woff) format("woff"), url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.ttf) format("truetype"), url(/theme/fonts/Averta/averta_regular_italic/IntelligentDesignAvertaRegularItalic.svg#IntelligentDesignAvertaRegularItalic) format("svg"); }

@font-face {
  font-family: 'Averta';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.eot);
  src: url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.eot) format("embedded-opentype"), url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.woff2) format("woff2"), url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.woff) format("woff"), url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.ttf) format("truetype"), url(/theme/fonts/Averta/averta_light/IntelligentDesignAvertaLight.svg#IntelligentDesignAvertaLight) format("svg"); }

@font-face {
  font-family: 'Averta';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.eot);
  src: url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.eot) format("embedded-opentype"), url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.woff2) format("woff2"), url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.woff) format("woff"), url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.ttf) format("truetype"), url(/theme/fonts/Averta/averta_semibold/IntelligentDesignAvertaSemibold.svg#IntelligentDesignAvertaSemibold) format("svg"); }

@font-face {
  font-family: 'Averta';
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.eot);
  src: url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.eot) format("embedded-opentype"), url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.woff2) format("woff2"), url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.woff) format("woff"), url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.ttf) format("truetype"), url(/theme/fonts/Averta/averta_bold/IntelligentDesignAvertaBold.svg#IntelligentDesignAvertaBold) format("svg"); }

.modal {
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999 !important; }
  .modal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0; }
    .modal .modal-body iframe {
      height: 100% !important; }
  .modal .modal-content {
    border-radius: 0; }

.modal-backdrop {
  display: none !important; }

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url(/theme/fonts/icomoon/fonts/icomoon.eot?q43wht);
  src: url(/theme/fonts/icomoon/fonts/icomoon.eot?q43wht#iefix) format("embedded-opentype"), url(/theme/fonts/icomoon/fonts/icomoon.ttf?q43wht) format("truetype"), url(/theme/fonts/icomoon/fonts/icomoon.woff?q43wht) format("woff"), url(/theme/fonts/icomoon/fonts/icomoon.svg?q43wht#icomoon) format("svg"); }

/* =============== GENERIC VARS =============== */
[att^=h], .h {
  font-family: "Averta"; }

@-webkit-keyframes animbase {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  75% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes animbase {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  75% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@keyframes fadeInBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInTopSlide {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTopSlide {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInTopMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTopMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes parallaxImage {
  0% {
    opacity: 0;
    background-position-y: -50px; }
  100% {
    opacity: 1;
    background-position-y: 0; } }

@keyframes parallaxImage {
  0% {
    opacity: 0;
    background-position-y: -50px; }
  100% {
    opacity: 1;
    background-position-y: 0; } }

@-webkit-keyframes videoHomepageAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes videoHomepageAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(89.9%);
    transform: translateX(89.9%); } }

@keyframes sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(89.9%);
    transform: translateX(89.9%); } }

@-webkit-keyframes constructButton {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes constructButton {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes homepageItemContainer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes homepageItemContainer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

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

@keyframes homepageItemContainerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333333;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.bg-pantone1 {
  background-color: #BE5F1F !important; }
  .bg-pantone1, .bg-pantone1 > * {
    color: #ffffff !important; }

.c-pantone1, .c-pantone1.arrow, .redactor-dropdown-pantone1, .redactor-dropdown-pantone1.arrow {
  color: #BE5F1F !important; }

.bg-pantone2 {
  background-color: #60885D !important; }
  .bg-pantone2, .bg-pantone2 > * {
    color: #ffffff !important; }

.c-pantone2, .c-pantone2.arrow, .redactor-dropdown-pantone2, .redactor-dropdown-pantone2.arrow {
  color: #60885D !important; }

.bg-pantone3 {
  background-color: #526D9F !important; }
  .bg-pantone3, .bg-pantone3 > * {
    color: #ffffff !important; }

.c-pantone3, .c-pantone3.arrow, .redactor-dropdown-pantone3, .redactor-dropdown-pantone3.arrow {
  color: #526D9F !important; }

.bg-pantone4 {
  background-color: #962E4C !important; }
  .bg-pantone4, .bg-pantone4 > * {
    color: #ffffff !important; }

.c-pantone4, .c-pantone4.arrow, .redactor-dropdown-pantone4, .redactor-dropdown-pantone4.arrow {
  color: #962E4C !important; }

.bg-pantone5 {
  background-color: #84764E !important; }
  .bg-pantone5, .bg-pantone5 > * {
    color: #ffffff !important; }

.c-pantone5, .c-pantone5.arrow, .redactor-dropdown-pantone5, .redactor-dropdown-pantone5.arrow {
  color: #84764E !important; }

.bg-pantone6 {
  background-color: #9F797C !important; }
  .bg-pantone6, .bg-pantone6 > * {
    color: #ffffff !important; }

.c-pantone6, .c-pantone6.arrow, .redactor-dropdown-pantone6, .redactor-dropdown-pantone6.arrow {
  color: #9F797C !important; }

.bg-pantone7 {
  background-color: #4E433C !important; }
  .bg-pantone7, .bg-pantone7 > * {
    color: #ffffff !important; }

.c-pantone7, .c-pantone7.arrow, .redactor-dropdown-pantone7, .redactor-dropdown-pantone7.arrow {
  color: #4E433C !important; }

.bg-pantone8 {
  background-color: #8A7D70 !important; }
  .bg-pantone8, .bg-pantone8 > * {
    color: #ffffff !important; }

.c-pantone8, .c-pantone8.arrow, .redactor-dropdown-pantone8, .redactor-dropdown-pantone8.arrow {
  color: #8A7D70 !important; }

.bg-pantone9 {
  background-color: #9FAEB8 !important; }
  .bg-pantone9, .bg-pantone9 > * {
    color: #ffffff !important; }

.c-pantone9, .c-pantone9.arrow, .redactor-dropdown-pantone9, .redactor-dropdown-pantone9.arrow {
  color: #9FAEB8 !important; }

.js-ajax-original,
.js-ajax-clone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0; }
  .js-ajax-original.body,
  .js-ajax-clone.body {
    background: #FFFFFF; }

.js-ajax-original {
  opacity: 1; }

.hide {
  display: none; }

ul.inline li {
  display: inline-block;
  vertical-align: top; }
  ul.inline li.has-icon .icon-text {
    display: none; }
  ul.inline li.col-item {
    padding: 0;
    margin: 0;
    float: none; }

ul.grid.text-items.gridtype-colitem .col-item {
  margin-bottom: 40px; }
  ul.grid.text-items.gridtype-colitem .col-item.last-line {
    margin-bottom: 0; }

ul.grid > li {
  display: inline-block;
  vertical-align: top; }
  ul.grid > li .icon-text {
    display: none; }
  ul.grid > li.col-item {
    padding: 0;
    margin: 0;
    float: none; }

ul li.with-triangle-top a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px; }

ul li.with-triangle-bottom a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px; }

ul li.with-triangle-left a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: currentColor; }

ul li.with-triangle-right a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: currentColor; }

.swiper-pager,
.swiper-next,
.swiper-prev,
.pagination li,
#pp-nav li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html.loading, html.loading .body, html.loading #footer {
  background: #FFFFFF; }

.body {
  letter-spacing: 0.4px;
  color: #171717;
  font-size: 15px;
  height: 100%;
  line-height: 140%;
  margin: 0; }

.icon {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.with-icon > a, .with-icon > a:hover {
  text-decoration: none; }

.with-icon > a .icon-text, .with-icon > a .icon {
  display: inline-block;
  vertical-align: top; }

.with-icon > a:hover .icon-text {
  text-decoration: underline; }

.with-icon > a:hover .icon {
  text-decoration: none; }

video {
  max-width: 100%; }

.e-teaser {
  position: relative;
  display: block; }
  .e-teaser.e-teaser-link {
    display: block;
    cursor: pointer;
    text-decoration: none; }
    .e-teaser.e-teaser-link:hover {
      text-decoration: none; }

#header, #footer, .js-main {
  float: left;
  width: 100%;
  position: relative; }

#main > * {
  float: left;
  width: 100%; }

html.backgroundblendmode .blend, html.backgroundblendmode .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .aside-value:after {
  mix-blend-mode: multiply; }

html.no-backgroundblendmode .blend, html.no-backgroundblendmode .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.no-backgroundblendmode .aside-value:after {
  opacity: 0.8; }

/* main */
#main {
  position: relative;
  display: block; }

html.no-scroll {
  overflow: hidden;
  height: 100%; }

.rondAnim {
  display: block; }

.section-about.type-contentpage .rowoftext-first.has-aside.has-aside-quote .field-value .text p {
  font-size: 20px; }

.body.section-about .breadcrumbs .c {
  padding-bottom: 55px; }

.js-info-bubble-close {
  margin: 10px 10px 0 0;
  width: 16px;
  height: 16px; }

[class*='ibani_'] .text,
[class*='ibani_'] .heading,
[class*='ibani_'] .heading .h,
[class*='ibani_'] .linkto-wrapper,
[class*='ibani_'] .linkto-wrapper:hover,
[class*='ibani_'] .linkto-wrapper *, [class*='ibani_'] .e-teaser .text,
[class*='ibani_'] .e-teaser .heading,
[class*='ibani_'] .e-teaser .heading .h,
[class*='ibani_'] .e-teaser .linkto-wrapper,
[class*='ibani_'] .e-teaser .linkto-wrapper:hover,
[class*='ibani_'] .e-teaser .linkto-wrapper * {
  color: #FFFFFF; }

.body.section-content2 .breadcrumbs .c,
.body.section-content3 .breadcrumbs .c {
  padding-bottom: 25px; }

section.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

tent {
  position: relative;
  z-index: 3; }

.sidebar .share,
section.after-content .share {
  margin-bottom: 45px;
  text-align: center; }
  .sidebar .share .title,
  section.after-content .share .title {
    font-size: 17px;
    color: #454545;
    position: relative;
    padding-top: 12px;
    display: block;
    text-transform: uppercase; }
    .sidebar .share .title:before,
    section.after-content .share .title:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 1px;
      background: #979797; }
  .sidebar .share .sharers,
  section.after-content .share .sharers {
    margin-top: 15px; }
    .sidebar .share .sharers li,
    section.after-content .share .sharers li {
      margin: 0 5px; }
      .sidebar .share .sharers li a,
      section.after-content .share .sharers li a {
        display: block;
        width: 39px;
        height: 39px;
        border: 1px solid red;
        border-radius: 50px;
        background: red;
        color: #FFFFFF;
        line-height: 23px;
        text-align: center;
        font-size: 13px;
        -webkit-transition: background 0.2s, color 0.2s;
        -o-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s; }
        .sidebar .share .sharers li a:active, .sidebar .share .sharers li a:focus, .sidebar .share .sharers li a:hover,
        section.after-content .share .sharers li a:active,
        section.after-content .share .sharers li a:focus,
        section.after-content .share .sharers li a:hover {
          background: #FFFFFF;
          color: red;
          text-decoration: none; }
        .sidebar .share .sharers li a .icon,
        section.after-content .share .sharers li a .icon {
          font-size: 23px;
          line-height: 36px; }

@-webkit-keyframes animateBorder {
  0% {
    width: 0%;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    width: 100%; }
  100% {
    width: 30%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animateBorder {
  0% {
    width: 0%;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    width: 100%; }
  100% {
    width: 30%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.popover-colored {
  border: none;
  border-radius: 0px; }
  .popover-colored .popover-header,
  .popover-colored .popover-body {
    padding: 20px 27px; }
  .popover-colored .popover-header {
    padding-bottom: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 190%;
    font-size: 16px;
    margin-bottom: 5px; }
  .popover-colored .popover-body {
    padding-top: 0;
    font-size: 12px;
    line-height: 20px; }
  .popover-colored[x-placement="top"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="top"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="left"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="left"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="right"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="right"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="bottom"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="bottom"] .arrow {
    margin-left: 19px; }

.row.standard .row .row-matrix > .row > * {
  margin: auto; }

.row.standard .row .row-matrix.type-images > .row {
  padding-bottom: 50px; }

.row.standard .row .row-matrix.type-video .video-player {
  width: 80%;
  margin: auto;
  -webkit-box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2); }

.row.standard .row .row-text {
  margin-top: 30px; }

.content-footer-form {
  text-align: center; }
  .content-footer-form .heading {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .content-footer-form .heading p {
      font-size: inherit;
      margin: inherit; }
  .content-footer-form .cta {
    text-align: center;
    margin-top: 75px; }
    .content-footer-form .cta .type-custom {
      display: inline-block;
      margin: 0; }
      .content-footer-form .cta .type-custom a {
        margin: 0 0 5px 0; }
        .content-footer-form .cta .type-custom a .linkto-text {
          -webkit-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          position: relative;
          padding-right: 10px; }
          .content-footer-form .cta .type-custom a .linkto-text:after {
            right: -15px;
            left: inherit; }
        .content-footer-form .cta .type-custom a:hover .linkto-text {
          color: #000000; }
          .content-footer-form .cta .type-custom a:hover .linkto-text:after {
            right: -40px; }
  .content-footer-form .block-1 {
    padding-bottom: 0;
    margin-bottom: 0; }

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

@-webkit-keyframes fadeOutBtm {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

.section-tag section.without-intro .row {
  background: #FFFFFF;
  margin-bottom: 20px; }
  .section-tag section.without-intro .row .row-text {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 100px; }

.popover.popover-colored.bs-popover-left {
  top: 13px !important;
  left: 2px !important; }

.popover.popover-colored.bs-popover-top {
  top: 2px !important; }

.popover.popover-colored.bs-popover-bottom {
  top: -2px !important; }

.body.type-location section.content-header {
  padding-bottom: 0;
  background: none; }
  .body.type-location section.content-header .h {
    margin-left: 0; }
  .body.type-location section.content-header .container {
    max-width: 1170px; }
  .body.type-location section.content-header .block.block-1 {
    padding-left: 0; }
    .body.type-location section.content-header .block.block-1 .h {
      max-width: none;
      width: auto; }
    .body.type-location section.content-header .block.block-1 .tags-list {
      margin: 30px 0 30px 0;
      max-width: 100%; }
      .body.type-location section.content-header .block.block-1 .tags-list li {
        margin-right: 10px; }
        .body.type-location section.content-header .block.block-1 .tags-list li a {
          font-size: 20px;
          line-height: 30px;
          color: #2E2E2E; }
          .body.type-location section.content-header .block.block-1 .tags-list li a:hover {
            text-decoration: underline; }
        .body.type-location section.content-header .block.block-1 .tags-list li:after {
          content: ','; }
        .body.type-location section.content-header .block.block-1 .tags-list li.last:after {
          display: none; }

.body.type-location section.docteur-informations {
  background: #FFF;
  padding-top: 62px;
  padding-bottom: 110px; }
  .body.type-location section.docteur-informations .container {
    max-width: 1170px; }
  .body.type-location section.docteur-informations .linkto-wrapper.type-entry a {
    display: inline-block;
    margin-left: 0;
    padding: 16px 56px 16px 26px;
    background: #1E1E1E;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15); }
    .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span {
      position: relative; }
      .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span i {
        color: #FFFFFF;
        font-size: 27px; }
        .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span i.icon-doc {
          position: absolute;
          top: -6px;
          right: -35px; }
    .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi {
      max-width: inherit;
      min-width: inherit;
      text-align: left; }
      .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi:hover {
        color: #000000; }
        .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi:hover i {
          color: #000000; }
  .body.type-location section.docteur-informations .block-images {
    padding-left: 0; }
  .body.type-location section.docteur-informations .description {
    padding: 60px 0 0 0; }
    .body.type-location section.docteur-informations .description .h {
      margin-bottom: 1em; }
  .body.type-location section.docteur-informations .bloc-wrapper {
    margin-bottom: 30px; }
    .body.type-location section.docteur-informations .bloc-wrapper p {
      font-size: 16px;
      line-height: 23px;
      color: #171717; }
      .body.type-location section.docteur-informations .bloc-wrapper p a {
        color: #171717; }
  .body.type-location section.docteur-informations .map {
    padding-right: 0; }
    .body.type-location section.docteur-informations .map #oh-map-map {
      width: 295px !important;
      height: 267px !important;
      float: right; }
    .body.type-location section.docteur-informations .map .linkto-wrapper {
      width: 295px;
      text-align: center;
      float: right;
      padding-top: 15px; }
      .body.type-location section.docteur-informations .map .linkto-wrapper .itinerary {
        color: #687A86;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase; }
        .body.type-location section.docteur-informations .map .linkto-wrapper .itinerary i {
          font-size: 15px;
          position: relative;
          top: 2px;
          margin: 0 0 0 10px; }

.body.type-location .content-footer-form.with-text.without-media .block-1 {
  padding: 76px 0 0 0;
  text-align: center; }
  .body.type-location .content-footer-form.with-text.without-media .block-1 .h {
    font-size: 50px;
    line-height: 140%;
    margin: 0 0 28px 0; }
  .body.type-location .content-footer-form.with-text.without-media .block-1 .text {
    margin: 19px auto 0 auto;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    max-width: 1030px; }
    .body.type-location .content-footer-form.with-text.without-media .block-1 .text br {
      line-height: normal; }

.body.type-news #main .rowofmedia {
  margin-bottom: 60px; }
  .body.type-news #main .rowofmedia.type-singleimage {
    margin-bottom: 30px; }

.body.type-news #main .rowoftext .row-content {
  padding-left: 90px;
  padding-right: 90px; }

.body.type-otherpages #main .page-title,
.body.type-news #main .page-title {
  margin-top: 15px;
  padding-top: 45px; }
  .body.type-otherpages #main .page-title, .body.type-otherpages #main .page-title .h,
  .body.type-news #main .page-title,
  .body.type-news #main .page-title .h {
    font-size: 55px;
    line-height: 120%; }

.body.type-otherpages #main .page-title {
  margin-bottom: 30px; }

.entry-info {
  font-size: 15px;
  line-height: 120%; }
  .entry-info .pubdate {
    color: #A9A2A9;
    text-transform: uppercase; }
  .entry-info .linked-solution a, .entry-info .linked-solution a span {
    color: red; }
  .entry-info .categories {
    margin-left: 5px; }
    .entry-info .categories.first.last {
      margin-left: 0; }
      .entry-info .categories.first.last .categories-list li.first {
        margin-left: 0; }
    .entry-info .categories.with-children .categories-list li {
      margin-left: 10px; }

.rowoftext.contained.styled, .rowoftext.contained.with-background,
.rowofmedia.contained.styled,
.rowofmedia.contained.with-background,
.gridofitems.contained.styled,
.gridofitems.contained.with-background,
.gridofentryteaser.contained.styled,
.gridofentryteaser.contained.with-background {
  padding-top: 70px;
  padding-bottom: 70px; }

.rowoftext.style-blacktint,
.rowofmedia.style-blacktint,
.gridofitems.style-blacktint,
.gridofentryteaser.style-blacktint {
  background: #333333; }
  .rowoftext.style-blacktint,
  .rowoftext.style-blacktint .text,
  .rowofmedia.style-blacktint,
  .rowofmedia.style-blacktint .text,
  .gridofitems.style-blacktint,
  .gridofitems.style-blacktint .text,
  .gridofentryteaser.style-blacktint,
  .gridofentryteaser.style-blacktint .text {
    color: #FFFFFF; }
  .rowoftext.style-blacktint .heading,
  .rowoftext.style-blacktint .heading .h,
  .rowofmedia.style-blacktint .heading,
  .rowofmedia.style-blacktint .heading .h,
  .gridofitems.style-blacktint .heading,
  .gridofitems.style-blacktint .heading .h,
  .gridofentryteaser.style-blacktint .heading,
  .gridofentryteaser.style-blacktint .heading .h {
    color: red; }

.rowoftext.style-lightgreytint,
.rowofmedia.style-lightgreytint,
.gridofitems.style-lightgreytint,
.gridofentryteaser.style-lightgreytint {
  background: #F1F1F1; }
  .rowoftext.style-lightgreytint,
  .rowoftext.style-lightgreytint .heading,
  .rowoftext.style-lightgreytint .heading .h,
  .rowoftext.style-lightgreytint .text,
  .rowofmedia.style-lightgreytint,
  .rowofmedia.style-lightgreytint .heading,
  .rowofmedia.style-lightgreytint .heading .h,
  .rowofmedia.style-lightgreytint .text,
  .gridofitems.style-lightgreytint,
  .gridofitems.style-lightgreytint .heading,
  .gridofitems.style-lightgreytint .heading .h,
  .gridofitems.style-lightgreytint .text,
  .gridofentryteaser.style-lightgreytint,
  .gridofentryteaser.style-lightgreytint .heading,
  .gridofentryteaser.style-lightgreytint .heading .h,
  .gridofentryteaser.style-lightgreytint .text {
    color: red; }

.rowoftext.style-darkgreytint,
.rowofmedia.style-darkgreytint,
.gridofitems.style-darkgreytint,
.gridofentryteaser.style-darkgreytint {
  background: #757575; }
  .rowoftext.style-darkgreytint,
  .rowoftext.style-darkgreytint .heading,
  .rowoftext.style-darkgreytint .heading .h,
  .rowoftext.style-darkgreytint .text,
  .rowofmedia.style-darkgreytint,
  .rowofmedia.style-darkgreytint .heading,
  .rowofmedia.style-darkgreytint .heading .h,
  .rowofmedia.style-darkgreytint .text,
  .gridofitems.style-darkgreytint,
  .gridofitems.style-darkgreytint .heading,
  .gridofitems.style-darkgreytint .heading .h,
  .gridofitems.style-darkgreytint .text,
  .gridofentryteaser.style-darkgreytint,
  .gridofentryteaser.style-darkgreytint .heading,
  .gridofentryteaser.style-darkgreytint .heading .h,
  .gridofentryteaser.style-darkgreytint .text {
    color: #FFFFFF; }

.rowoftext.style-redtint,
.rowofmedia.style-redtint,
.gridofitems.style-redtint,
.gridofentryteaser.style-redtint {
  background: red; }
  .rowoftext.style-redtint,
  .rowoftext.style-redtint .heading,
  .rowoftext.style-redtint .heading .h,
  .rowoftext.style-redtint .text,
  .rowoftext.style-redtint .text p,
  .rowofmedia.style-redtint,
  .rowofmedia.style-redtint .heading,
  .rowofmedia.style-redtint .heading .h,
  .rowofmedia.style-redtint .text,
  .rowofmedia.style-redtint .text p,
  .gridofitems.style-redtint,
  .gridofitems.style-redtint .heading,
  .gridofitems.style-redtint .heading .h,
  .gridofitems.style-redtint .text,
  .gridofitems.style-redtint .text p,
  .gridofentryteaser.style-redtint,
  .gridofentryteaser.style-redtint .heading,
  .gridofentryteaser.style-redtint .heading .h,
  .gridofentryteaser.style-redtint .text,
  .gridofentryteaser.style-redtint .text p {
    color: #FFFFFF; }

.rowoftext .text, .rowoftext .heading {
  padding: 0; }

.rowoftext .heading {
  color: red; }
  .rowoftext .heading, .rowoftext .heading .h {
    font-size: 58px;
    line-height: 100%; }

.rowoftext.with-title .text {
  margin-top: 15px; }

.rowoftext .subtext {
  margin-top: 15px; }

.rowoftext.contained.aside-align-bottom .field-value .block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.rowoftext.has-aside.font-size-bigger1 .text, .rowoftext.has-aside.font-size-bigger1 .text > * {
  font-size: 25px; }

.rowoftext.has-aside.font-size-bigger2 .text, .rowoftext.has-aside.font-size-bigger2 .text > * {
  font-size: 29px; }

.rowoftext.style-standard .aside-type-image .aside-value:after {
  display: none; }

.rowoftext.style-redtint.without-background .field-value {
  background-size: auto 100%; }
  .rowoftext.style-redtint.without-background .field-value.inversed {
    background-position: right bottom; }

.rowoftext.with-background.style-standard.contained .container {
  padding-left: 0;
  padding-right: 0; }

.rowoftext.with-background.style-standard.contained .row-content {
  background: rgba(215, 215, 215, 0.8);
  padding: 15px 15px; }

.rowoftext.has-aside .field-value .block {
  padding-right: 60px; }
  .rowoftext.has-aside .field-value .block .block-heading {
    margin-bottom: 20px;
    color: red; }
    .rowoftext.has-aside .field-value .block .block-heading, .rowoftext.has-aside .field-value .block .block-heading .h {
      font-size: 58px;
      line-height: 100%; }

.rowoftext.has-aside .inversed .block {
  padding-right: 0px;
  padding-left: 60px; }

.rowoftext.has-aside.without-text .field-value .block .block-heading {
  margin: 15px 0; }

.rowoftext.full-width .field-value .block {
  float: right; }

.rowoftext.full-width .inversed .block {
  float: left; }

.rowoftext .aside-type-quote .aside-value, .rowoftext .aside-type-quote .aside-value p {
  font-size: 24px;
  line-height: 170%; }

.rowoftext .aside-type-list .list {
  background: rgba(215, 215, 215, 0.32);
  padding: 40px 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rowoftext .aside-type-list .list, .rowoftext .aside-type-list .list li {
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase; }
  .rowoftext .aside-type-list .list li {
    margin-bottom: 40px;
    padding: 0 50px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .rowoftext .aside-type-list .list li:before {
      content: '';
      display: block;
      width: 44px;
      height: 44px;
      position: absolute;
      top: -14px;
      left: -22px;
      border: 1px solid #FFFFFF;
      border-radius: 50px;
      -webkit-transform: rotate(-107deg);
      -ms-transform: rotate(-107deg);
      transform: rotate(-107deg);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .rowoftext .aside-type-list .list li:hover {
      color: red; }
      .rowoftext .aside-type-list .list li:hover:before {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg); }
    .rowoftext .aside-type-list .list li.last {
      margin-bottom: 0; }

.rowoftext.style-redtint .aside-type-list.inversed .list {
  float: left; }

.rowoftext.style-redtint .aside-type-list .list {
  float: right;
  background: transparent;
  padding: 0;
  max-width: 100%; }
  .rowoftext.style-redtint .aside-type-list .list li {
    padding-left: 80px;
    font-size: 34px;
    line-height: 120%;
    text-transform: none; }
    .rowoftext.style-redtint .aside-type-list .list li:hover {
      color: #FFFFFF; }
      .rowoftext.style-redtint .aside-type-list .list li:hover:after {
        opacity: 1; }
    .rowoftext.style-redtint .aside-type-list .list li:before {
      display: none; }
    .rowoftext.style-redtint .aside-type-list .list li:after {
      position: absolute;
      top: 7px;
      left: 0px;
      display: block;
      content: '';
      background-size: cover;
      opacity: 0.5;
      width: 51px;
      height: 26px;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }

.rowoftext .aside-type-image.alignment-middle .aside-value {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.rowoftext .aside-type-image.alignment-bottom .aside-value {
  margin-bottom: -70px; }

.rowoftext .aside-type-image .aside-value {
  position: relative;
  z-index: 1; }
  .rowoftext .aside-type-image .aside-value:after {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 7%;
    height: 100%;
    background: red; }

.rowoftext .aside-type-image.inversed .aside-value:after {
  left: auto;
  right: 0; }

.rowoftext.full-width.has-aside .field-value .block, .rowoftext.style-redtint.has-aside .field-value .block, .rowoftext.style-lightgreytint.has-aside .field-value .block, .rowoftext.style-darkgreytint.has-aside .field-value .block, .rowoftext.style-blacktint.has-aside .field-value .block {
  padding: 30px 60px 30px 0px; }

.rowoftext.full-width.has-aside .field-value.inversed .block, .rowoftext.style-redtint.has-aside .field-value.inversed .block, .rowoftext.style-lightgreytint.has-aside .field-value.inversed .block, .rowoftext.style-darkgreytint.has-aside .field-value.inversed .block, .rowoftext.style-blacktint.has-aside .field-value.inversed .block {
  padding: 50px 90px; }

.rowoftext.full-width {
  position: relative;
  overflow: hidden; }
  .rowoftext.full-width .aside-type-image .media {
    height: 100%;
    display: none; }
    .rowoftext.full-width .aside-type-image .media img {
      height: 100%; }
      html.object-fit .rowoftext.full-width .aside-type-image .media img {
        -o-object-fit: cover;
        object-fit: cover; }
      html.no-object-fit .rowoftext.full-width .aside-type-image .media img {
        width: 100%;
        height: auto; }
  html.object-fit .rowoftext.full-width .aside-type-image.alignment-bottom .media img {
    -o-object-position: center bottom;
    object-position: center bottom; }
  html.object-fit .rowoftext.full-width .aside-type-image.alignment-top .media img {
    -o-object-position: center top;
    object-position: center top; }
  .rowoftext.full-width .aside-type-image.processed .media {
    display: block; }

.rowofmedia.with-title .row-heading {
  text-align: center;
  margin-bottom: 30px; }
  .rowofmedia.with-title .row-heading, .rowofmedia.with-title .row-heading .h {
    font-size: 58px;
    line-height: 100%; }
  .rowofmedia.with-title .row-heading .h {
    margin: 0; }

.rowofmedia .container {
  /*.slideshow.full-width {
      transition: opacity 0.2s 0.5s;
      opacity: 0;
    }*/ }
  .rowofmedia .container .video-player {
    width: 80%;
    margin: auto;
    -webkit-box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2); }

.rowofmedia.sr-after-transition {
  /*.container {
      .slideshow.full-width {
        opacity: 1;
      }
    }*/ }

.gridofitems.with-title .row-heading {
  margin-bottom: 30px; }
  .gridofitems.with-title .row-heading, .gridofitems.with-title .row-heading .h {
    font-size: 58px;
    line-height: 100%; }
  .gridofitems.with-title .row-heading .h {
    margin: 0; }

.gridofitems + .gridofitems {
  margin-top: -20px; }

.gridofentryteaser {
  background: #FFFFFF !important; }
  .gridofentryteaser.with-title .row-heading {
    margin-bottom: 30px; }
    .gridofentryteaser.with-title .row-heading, .gridofentryteaser.with-title .row-heading .h {
      font-size: 58px;
      line-height: 100%; }
      .gridofentryteaser.with-title .row-heading, .gridofentryteaser.with-title .row-heading a, .gridofentryteaser.with-title .row-heading .h, .gridofentryteaser.with-title .row-heading .h a {
        color: #FFFFFF; }
    .gridofentryteaser.with-title .row-heading .h {
      margin: 0; }
  .gridofentryteaser.style-redtint .row-heading, .gridofentryteaser.style-redtint .row-heading .h, .gridofentryteaser.style-lightgreytint .row-heading, .gridofentryteaser.style-lightgreytint .row-heading .h, .gridofentryteaser.style-darkgreytint .row-heading, .gridofentryteaser.style-darkgreytint .row-heading .h, .gridofentryteaser.style-blacktint .row-heading, .gridofentryteaser.style-blacktint .row-heading .h {
    color: #FFFFFF; }
  .gridofentryteaser.style-redtint .e-teaser, .gridofentryteaser.style-redtint .e-teaser.e-teaser-link, .gridofentryteaser.style-lightgreytint .e-teaser, .gridofentryteaser.style-lightgreytint .e-teaser.e-teaser-link, .gridofentryteaser.style-darkgreytint .e-teaser, .gridofentryteaser.style-darkgreytint .e-teaser.e-teaser-link, .gridofentryteaser.style-blacktint .e-teaser, .gridofentryteaser.style-blacktint .e-teaser.e-teaser-link {
    color: #FFFFFF; }
  .gridofentryteaser.style-standard .e-teaser:hover, .gridofentryteaser.style-standard .e-teaser.e-teaser-link:hover {
    color: #FFFFFF;
    background-color: red; }

.e-tpl-product {
  text-align: left;
  padding-right: 35px;
  margin-bottom: 30px; }
  .e-tpl-product .hover-teaser-img {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
    .e-tpl-product .hover-teaser-img .hover-teaser-img-block {
      width: 100%;
      height: 100%;
      background: #FF0031; }
  .e-tpl-product .teaser-image-anim:hover {
    color: #FF0031 !important; }
    .e-tpl-product .teaser-image-anim:hover .hover-teaser-img {
      left: 0 !important; }
  .e-tpl-product span {
    display: block;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .e-tpl-product.without-entry-info:hover, .e-tpl-product.without-entry-info:hover span, .e-tpl-product.without-entry-info:hover .heading, .e-tpl-product.without-entry-info:hover .heading .h {
    color: red; }
  .e-tpl-product.with-entry-info .heading {
    margin-top: 4px; }
  .e-tpl-product.with-entry-info .heading:hover, .e-tpl-product.with-entry-info .heading:hover .h {
    color: red; }
  .e-tpl-product .teaser-image {
    display: block;
    position: relative;
    overflow: hidden; }
  .e-tpl-product .entry-info {
    margin: 12px 0 0; }
  .e-tpl-product .heading {
    margin-top: 12px; }
    .e-tpl-product .heading, .e-tpl-product .heading .h {
      font-size: 21px;
      line-height: 120%;
      -webkit-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }

.e-tpl-location1 .type-text .block {
  padding: 45px 40px; }

.e-tpl-location1 .type-text.without-title .title {
  min-height: 1em; }

.e-tpl-location1 .title {
  margin-bottom: 18px; }
  .e-tpl-location1 .title, .e-tpl-location1 .title .h {
    color: red;
    font-size: 22px; }

.e-tpl-location1 .heading {
  margin-bottom: 12px; }
  .e-tpl-location1 .heading, .e-tpl-location1 .heading .h {
    font-size: 18px; }

.e-tpl-location1 .text, .e-tpl-location1 .text p {
  font-size: 16px;
  line-height: 180%; }

.e-tpl-location1 .linkto-wrapper.type-tel {
  margin-top: 15px; }
  .e-tpl-location1 .linkto-wrapper.type-tel, .e-tpl-location1 .linkto-wrapper.type-tel a {
    cursor: text !important; }

.e-tpl-location1 .linkto-wrapper.type-entry {
  margin-top: 5px; }
  .e-tpl-location1 .linkto-wrapper.type-entry:hover, .e-tpl-location1 .linkto-wrapper.type-entry a:hover {
    color: red; }

.e-tpl-location1 .linkto-wrapper:hover, .e-tpl-location1 .linkto-wrapper a:hover {
  text-decoration: none; }

.e-tpl-location1.infoWindow .type-text {
  background: none;
  height: auto;
  margin-top: 20px; }
  .e-tpl-location1.infoWindow .type-text .heading {
    margin-bottom: 5px; }
  .e-tpl-location1.infoWindow .type-text .text {
    line-height: 140%; }
  .e-tpl-location1.infoWindow .type-text .linkto-wrapper {
    margin-top: 5px; }
  .e-tpl-location1.infoWindow .type-text.first {
    margin-top: 0; }
  .e-tpl-location1.infoWindow .type-text.without-title .title {
    display: none; }

.e-tpl-location1.infoWindow .block {
  padding: 0 !important; }

.tpl-textcol1 {
  padding-right: 60px; }
  .tpl-textcol1, .tpl-textcol1 .media, .tpl-textcol1 .heading, .tpl-textcol1 .text {
    display: block; }
  .tpl-textcol1 .media {
    border: 1px solid transparent; }
    .tpl-textcol1 .media img {
      border-radius: 160px; }
  .tpl-textcol1 .heading {
    font-size: 21px;
    color: red;
    text-transform: none; }
  .tpl-textcol1.with-image .heading {
    margin-top: 35px;
    text-transform: uppercase; }
  .tpl-textcol1.with-link .text {
    min-height: 150px; }
  .tpl-textcol1 .text {
    margin-top: 15px; }
    .tpl-textcol1 .text, .tpl-textcol1 .text p, .tpl-textcol1 .text li {
      font-size: 17px; }
    .tpl-textcol1 .text p {
      line-height: 190%; }
    .tpl-textcol1 .text li {
      line-height: 120%;
      margin-bottom: 7px; }
  .tpl-textcol1 .linkto-wrapper {
    margin-top: 15px; }
    .tpl-textcol1 .linkto-wrapper .linkto-text {
      display: inline-block;
      border: 1px solid #FF0031;
      background: transparent;
      border-radius: 45px;
      padding: 8px 30px 7px;
      color: #FF0031;
      text-transform: uppercase;
      font-size: 13px;
      -webkit-transition: background 0.2s, color 0.2s;
      -o-transition: background 0.2s, color 0.2s;
      transition: background 0.2s, color 0.2s; }
      .tpl-textcol1 .linkto-wrapper .linkto-text:hover {
        background: #FF0031;
        color: #FFFFFF; }

.e-tpl-location1 .text, .e-tpl-location1 .text p {
  line-height: 150%; }
  .e-tpl-location1 .text br, .e-tpl-location1 .text p br {
    line-height: 100%; }

.tpl-gridcol1 {
  position: relative;
  overflow: hidden; }
  .tpl-gridcol1.even {
    background: #FFFFFF; }
  .tpl-gridcol1, .tpl-gridcol1 .media, .tpl-gridcol1 .heading, .tpl-gridcol1 .text {
    display: block; }
  .tpl-gridcol1 .media, .tpl-gridcol1 .media img {
    width: 100%;
    height: 100%; }
  html.object-fit .tpl-gridcol1 .media img {
    -o-object-fit: cover;
    object-fit: cover; }
  html.no-object-fit .tpl-gridcol1 .media img {
    width: 100%;
    height: auto; }
  .tpl-gridcol1 .block {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
  .tpl-gridcol1 .blend, .tpl-gridcol1 .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image .tpl-gridcol1 .aside-value:after {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: red; }
  .tpl-gridcol1 .heading {
    position: relative;
    z-index: 3;
    margin-bottom: 2px; }
    .tpl-gridcol1 .heading, .tpl-gridcol1 .heading .h {
      font-size: 18px;
      line-height: 120%; }
  .tpl-gridcol1 .text {
    position: relative;
    z-index: 3; }
    .tpl-gridcol1 .text, .tpl-gridcol1 .text p {
      font-size: 17px;
      line-height: 120%; }

.metrics .metrics-items {
  margin-top: 20px;
  text-align: center; }

.tpl-metric1 {
  text-align: center;
  margin-bottom: 15px; }
  .tpl-metric1 .metric, .tpl-metric1 .text {
    display: inline-block;
    vertical-align: top; }
  .tpl-metric1.char-count-5 .metric {
    padding-top: 44px;
    font-size: 60px; }
  .tpl-metric1.char-count-5 .text {
    margin-top: -13px; }
  .tpl-metric1 .metric {
    font-size: 68px;
    line-height: 120%;
    color: red;
    text-transform: uppercase;
    width: 230px;
    position: relative;
    padding: 35px 0 0;
    overflow: hidden; }
    .tpl-metric1 .metric:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: transparent;
      border: 1px dotted #A9A2A9;
      border-bottom: 0;
      width: 230px;
      height: 230px;
      border-radius: 150px; }
  .tpl-metric1 .text {
    margin: -17px 0 0;
    padding: 20px 20px 0;
    background: #FFF;
    width: 100%;
    position: relative;
    z-index: 2; }
    .tpl-metric1 .text, .tpl-metric1 .text p {
      font-size: 19px;
      line-height: 120%; }

#header.with-background .bg-image, #header.with-background .bg-image > *,
.swiper-slide.with-background .bg-image,
.swiper-slide.with-background .bg-image > *,
.content .row.with-background .bg-image,
.content .row.with-background .bg-image > *,
#pagepiling .section.with-background .bg-image,
#pagepiling .section.with-background .bg-image > *,
.e-tpl-project2.with-background .bg-image,
.e-tpl-project2.with-background .bg-image > * {
  height: 100%;
  width: 100%;
  display: block; }

#header.with-background .bg-image,
.swiper-slide.with-background .bg-image,
.content .row.with-background .bg-image,
#pagepiling .section.with-background .bg-image,
.e-tpl-project2.with-background .bg-image {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden; }
  #header.with-background .bg-image img, #header.with-background .bg-image .blend, #header.with-background .bg-image .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background .bg-image .aside-value:after,
  .swiper-slide.with-background .bg-image img,
  .swiper-slide.with-background .bg-image .blend,
  .swiper-slide.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .swiper-slide.with-background .bg-image .aside-value:after,
  .content .row.with-background .bg-image img,
  .content .row.with-background .bg-image .blend,
  .content .row.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .content .row.with-background .bg-image .aside-value:after,
  #pagepiling .section.with-background .bg-image img,
  #pagepiling .section.with-background .bg-image .blend,
  #pagepiling .section.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image #pagepiling .section.with-background .bg-image .aside-value:after,
  .e-tpl-project2.with-background .bg-image img,
  .e-tpl-project2.with-background .bg-image .blend,
  .e-tpl-project2.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .e-tpl-project2.with-background .bg-image .aside-value:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%; }
  #header.with-background .bg-image img,
  .swiper-slide.with-background .bg-image img,
  .content .row.with-background .bg-image img,
  #pagepiling .section.with-background .bg-image img,
  .e-tpl-project2.with-background .bg-image img {
    opacity: 0.3; }
    html.object-fit #header.with-background .bg-image img, html.object-fit
    .swiper-slide.with-background .bg-image img, html.object-fit
    .content .row.with-background .bg-image img, html.object-fit
    #pagepiling .section.with-background .bg-image img, html.object-fit
    .e-tpl-project2.with-background .bg-image img {
      -o-object-fit: cover;
      object-fit: cover; }
    html.no-object-fit #header.with-background .bg-image img, html.no-object-fit
    .swiper-slide.with-background .bg-image img, html.no-object-fit
    .content .row.with-background .bg-image img, html.no-object-fit
    #pagepiling .section.with-background .bg-image img, html.no-object-fit
    .e-tpl-project2.with-background .bg-image img {
      width: 100%;
      height: auto; }

#header.with-background.style-standard img,
.swiper-slide.with-background.style-standard img,
.content .row.with-background.style-standard img,
#pagepiling .section.with-background.style-standard img,
.e-tpl-project2.with-background.style-standard img {
  opacity: 1; }

#header.with-background.style-redtint .blend, #header.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-redtint .aside-value:after,
.swiper-slide.with-background.style-redtint .blend,
.swiper-slide.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-redtint .aside-value:after,
.content .row.with-background.style-redtint .blend,
.content .row.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-redtint .aside-value:after,
#pagepiling .section.with-background.style-redtint .blend,
#pagepiling .section.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-redtint .aside-value:after,
.e-tpl-project2.with-background.style-redtint .blend,
.e-tpl-project2.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-redtint .aside-value:after {
  background-color: red; }

#header.with-background.style-lightgreytint .blend, #header.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-lightgreytint .aside-value:after,
.swiper-slide.with-background.style-lightgreytint .blend,
.swiper-slide.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-lightgreytint .aside-value:after,
.content .row.with-background.style-lightgreytint .blend,
.content .row.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-lightgreytint .aside-value:after,
#pagepiling .section.with-background.style-lightgreytint .blend,
#pagepiling .section.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-lightgreytint .aside-value:after,
.e-tpl-project2.with-background.style-lightgreytint .blend,
.e-tpl-project2.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-lightgreytint .aside-value:after {
  background-color: #F1F1F1; }

#header.with-background.style-darkgreytint .blend, #header.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-darkgreytint .aside-value:after,
.swiper-slide.with-background.style-darkgreytint .blend,
.swiper-slide.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-darkgreytint .aside-value:after,
.content .row.with-background.style-darkgreytint .blend,
.content .row.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-darkgreytint .aside-value:after,
#pagepiling .section.with-background.style-darkgreytint .blend,
#pagepiling .section.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-darkgreytint .aside-value:after,
.e-tpl-project2.with-background.style-darkgreytint .blend,
.e-tpl-project2.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-darkgreytint .aside-value:after {
  background-color: #D8D8D8; }

#header.with-background.style-blacktint img,
.swiper-slide.with-background.style-blacktint img,
.content .row.with-background.style-blacktint img,
#pagepiling .section.with-background.style-blacktint img,
.e-tpl-project2.with-background.style-blacktint img {
  opacity: 1; }

#header.with-background.style-blacktint .blend, #header.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-blacktint .aside-value:after,
.swiper-slide.with-background.style-blacktint .blend,
.swiper-slide.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-blacktint .aside-value:after,
.content .row.with-background.style-blacktint .blend,
.content .row.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-blacktint .aside-value:after,
#pagepiling .section.with-background.style-blacktint .blend,
#pagepiling .section.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-blacktint .aside-value:after,
.e-tpl-project2.with-background.style-blacktint .blend,
.e-tpl-project2.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-blacktint .aside-value:after {
  opacity: 0.3; }
  html.backgroundblendmode #header.with-background.style-blacktint .blend, html.backgroundblendmode #header.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode #header.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .swiper-slide.with-background.style-blacktint .blend, html.backgroundblendmode .swiper-slide.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .swiper-slide.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .content .row.with-background.style-blacktint .blend, html.backgroundblendmode .content .row.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .content .row.with-background.style-blacktint .aside-value:after, html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .blend, html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .blend, html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .aside-value:after {
    mix-blend-mode: normal; }

.content .row.gridofentryteaser.with-background.style-blacktint .blend, .content .row.gridofentryteaser.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image .content .row.gridofentryteaser.with-background.style-blacktint .aside-value:after,
#pagepiling .section.type-gridofteasers.with-background.style-blacktint .blend,
#pagepiling .section.type-gridofteasers.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.type-gridofteasers.with-background.style-blacktint .aside-value:after {
  opacity: 0.5; }

/*
.body.type-project,
*/
.full-width .slideshow.with-next-prev .swiper-prev {
  margin-left: 15px; }

.full-width .slideshow.with-next-prev .swiper-next {
  margin-right: 15px; }

@media (-webkit-video-playable-inline) {
  div video {
    display: initial; } }

.body.type-listingpage .page-title,
.body.category-page .page-title,
.body.tag-page .page-title {
  margin-top: 15px;
  padding-top: 45px;
  margin-bottom: 30px; }
  .body.type-listingpage .page-title .h,
  .body.category-page .page-title .h,
  .body.tag-page .page-title .h {
    font-size: 55px;
    line-height: 120%; }
  .body.type-listingpage .page-title .linkto-wrapper.view,
  .body.category-page .page-title .linkto-wrapper.view,
  .body.tag-page .page-title .linkto-wrapper.view {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 30px; }
    .body.type-listingpage .page-title .linkto-wrapper.view .linkto-text,
    .body.category-page .page-title .linkto-wrapper.view .linkto-text,
    .body.tag-page .page-title .linkto-wrapper.view .linkto-text {
      display: inline-block;
      border: 1px solid #FF0031;
      background: transparent;
      border-radius: 45px;
      padding: 8px 30px;
      color: #FF0031;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: background 0.1s, color 0.1s;
      -o-transition: background 0.1s, color 0.1s;
      transition: background 0.1s, color 0.1s; }
      .body.type-listingpage .page-title .linkto-wrapper.view .linkto-text:hover,
      .body.category-page .page-title .linkto-wrapper.view .linkto-text:hover,
      .body.tag-page .page-title .linkto-wrapper.view .linkto-text:hover {
        background: #FF0031;
        color: #FFFFFF; }

.body.type-listingpage .page-title-container.with-text,
.body.category-page .page-title-container.with-text,
.body.tag-page .page-title-container.with-text {
  margin-bottom: 30px; }

.body.type-listingpage .page-title-container.with-linkto .page-title .h,
.body.category-page .page-title-container.with-linkto .page-title .h,
.body.tag-page .page-title-container.with-linkto .page-title .h {
  display: inline-block;
  vertical-align: top; }

.body.type-listingpage .entries-listing .listing-container.container, .body.type-listingpage .entries-listing .listing-container .listing-empty,
.body.category-page .entries-listing .listing-container.container,
.body.category-page .entries-listing .listing-container .listing-empty,
.body.tag-page .entries-listing .listing-container.container,
.body.tag-page .entries-listing .listing-container .listing-empty {
  margin-bottom: 60px; }

.body.type-listingpage .entries-listing .listing-container.full-width,
.body.category-page .entries-listing .listing-container.full-width,
.body.tag-page .entries-listing .listing-container.full-width {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px; }

.body.type-listingpage .entries-listing .listing-container.with-pager,
.body.category-page .entries-listing .listing-container.with-pager,
.body.tag-page .entries-listing .listing-container.with-pager {
  margin-bottom: 30px; }

.body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-1, .body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-2,
.body.category-page .entries-listing .listing-container .listing.type-structure.count-1,
.body.category-page .entries-listing .listing-container .listing.type-structure.count-2,
.body.tag-page .entries-listing .listing-container .listing.type-structure.count-1,
.body.tag-page .entries-listing .listing-container .listing.type-structure.count-2 {
  text-align: center; }

.body.type-listingpage .entries-listing .listing-empty,
.body.category-page .entries-listing .listing-empty,
.body.tag-page .entries-listing .listing-empty {
  font-size: 26px;
  line-height: 120%; }

.pagination-container {
  text-align: center;
  margin-bottom: 45px; }

.blockquote {
  margin: 30px 0;
  text-align: center; }
  .blockquote p {
    margin: 0;
    font-family: "Averta";
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0; }
    .blockquote p:before {
      content: '“'; }
    .blockquote p:after {
      content: '”'; }
  .blockquote footer {
    margin: 10px 0;
    font-style: italic; }

.bigslide .row-matrix .row video {
  max-width: 100%;
  height: auto; }

.bigslide .row-matrix .row .heading .h {
  font-size: 50px;
  line-height: 120%; }

.bigslide .row-matrix .row .text, .bigslide .row-matrix .row .cta {
  font-size: 19px;
  line-height: 190%; }
  .bigslide .row-matrix .row .text strong,
  .bigslide .row-matrix .row .text b, .bigslide .row-matrix .row .cta strong,
  .bigslide .row-matrix .row .cta b {
    font-size: inherit;
    line-height: inherit; }

.bigslide .row-matrix .row .block-texts > * {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto; }

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

a {
  text-decoration: none; }

input, textarea {
  margin: 0;
  border: none;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 100%; }

textarea {
  resize: none; }

select {
  margin: 0; }

script {
  display: none !important; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

iframe {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* =============== PAGINATION =============== */
.pagination {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  width: 100%;
  max-width: 400px;
  /*.e-title {
  }*/ }
  .pagination.style-nextprev {
    max-width: 100%; }
  .pagination .page-item > span {
    padding: 0 !important; }
  .pagination .page-item a, .pagination .page-item .a {
    padding: 10px 15px;
    display: block; }
  .pagination .page-item .pagination-item-page {
    padding-left: 20px;
    padding-right: 20px; }
  .pagination .page-item, .pagination .page-item a, .pagination .page-item span {
    text-decoration: none;
    font-size: 20px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    position: relative; }
  .pagination .page-item.disabled, .pagination .page-item.disabled a, .pagination .page-item.disabled span, .pagination .page-item.disabled:hover, .pagination .page-item.disabled:hover a, .pagination .page-item.disabled:hover span {
    cursor: not-allowed;
    color: #CCCCCC; }
  .pagination .page-item:hover, .pagination .page-item:hover a, .pagination .page-item:hover span {
    color: #FF0031; }
  .pagination .page-item.pagination-item-prev .page-item-text a:before, .pagination .page-item.pagination-item-next .page-item-text a:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 2px;
    background: no-repeat center center;
    background-size: 15px 20px; }
  .pagination .page-item.pagination-item-prev {
    padding-left: 10px; }
    .pagination .page-item.pagination-item-prev:hover .page-item-text a:before {
      left: -35px; }
    .pagination .page-item.pagination-item-prev .page-item-text a:before {
      left: -25px;
      -webkit-transition: left 0.2s;
      -o-transition: left 0.2s;
      transition: left 0.2s; }
  .pagination .page-item.pagination-item-next {
    padding-right: 10px; }
    .pagination .page-item.pagination-item-next:hover .page-item-text a:before {
      right: -35px; }
    .pagination .page-item.pagination-item-next .page-item-text a:before {
      right: -25px;
      -webkit-transition: right 0.2s;
      -o-transition: right 0.2s;
      transition: right 0.2s; }
  .pagination .page-item .page-item-text a {
    font-size: 19px; }
  .pagination .page-item .page-item-text:hover {
    background-color: #FFFFFF !important; }
  .pagination .page-item.active, .pagination .page-item.active a, .pagination .page-item.active span {
    background: #0061A7;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .pagination .page-item.active a, .pagination .page-item.active span {
    border: none; }

form input, form select {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out; }
  form input:hover, form input:active, form input:focus, form select:hover, form select:active, form select:focus {
    outline: none; }

form.form {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 0 0 !important;
  text-align: left; }
  form.form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  form.form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1; }
  form.form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1; }
  form.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  form.form ul.errors {
    background: #0061A7;
    padding: 5px;
    color: #FFFFFF; }
  form.form .fieldset {
    margin-bottom: 20px; }
    form.form .fieldset.last {
      margin-bottom: 0; }
    form.form .fieldset.with-title .h {
      font-size: 20px;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .43px;
      text-align: left;
      color: #008EC9;
      margin-bottom: 30px;
      text-transform: none; }
    form.form .fieldset.fields-count-1 .form-group.with-label:first-child .form-label {
      display: none; }
  form.form .fields {
    padding: 0;
    /*&.count-3,
	&.count-6 {*/ }
    form.form .fields .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields .col-item.i-1 .form-group,
      form.form .fields .col-item.i-4 .form-group {
        padding-right: 0; }
      form.form .fields .col-item.i-2 .form-group,
      form.form .fields .col-item.i-5 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields .col-item.i-3 .form-group,
      form.form .fields .col-item.i-6 .form-group {
        padding-left: 0; }
    form.form .fields.count-2 .col-item, form.form .fields.count-3 .col-item, form.form .fields.count-4 .col-item, form.form .fields.count-5 .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields.count-2 .col-item.i-1 .form-group,
      form.form .fields.count-2 .col-item.i-3 .form-group, form.form .fields.count-3 .col-item.i-1 .form-group,
      form.form .fields.count-3 .col-item.i-3 .form-group, form.form .fields.count-4 .col-item.i-1 .form-group,
      form.form .fields.count-4 .col-item.i-3 .form-group, form.form .fields.count-5 .col-item.i-1 .form-group,
      form.form .fields.count-5 .col-item.i-3 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields.count-2 .col-item.i-2 .form-group,
      form.form .fields.count-2 .col-item.i-4 .form-group, form.form .fields.count-3 .col-item.i-2 .form-group,
      form.form .fields.count-3 .col-item.i-4 .form-group, form.form .fields.count-4 .col-item.i-2 .form-group,
      form.form .fields.count-4 .col-item.i-4 .form-group, form.form .fields.count-5 .col-item.i-2 .form-group,
      form.form .fields.count-5 .col-item.i-4 .form-group {
        padding-left: 0;
        padding-right: 0; }
  form.form.form-inline .form-group,
  form.form.form-inline .form-label,
  form.form.form-inline .form-field,
  form.form.form-inline .buttons {
    vertical-align: top;
    display: inline-block; }
  form.form.form-inline .form-group {
    white-space: nowrap; }
    form.form.form-inline .form-group .form-field {
      width: 100%; }
      form.form.form-inline .form-group .form-field .form-control {
        width: 100%; }
    form.form.form-inline .form-group.with-label .form-label {
      margin: 0;
      padding-right: 10px; }
    form.form.form-inline .form-group.with-label .form-field {
      width: 80%; }
      form.form.form-inline .form-group.with-label .form-field .form-control {
        width: 100%; }
  form.form .buttons {
    text-align: center; }
    form.form .buttons .btn, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-secondary {
      display: inline-block;
      vertical-align: top; }
      form.form .buttons .btn, form.form .buttons .btn:hover, form.form .buttons .btn:focus, form.form .buttons .btn:active, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active, form.form .buttons .btn.btn-secondary, form.form .buttons .btn.btn-secondary:hover, form.form .buttons .btn.btn-secondary:focus, form.form .buttons .btn.btn-secondary:active {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0; }
    form.form .buttons .btn.btn-primary {
      font-size: 15px;
      font-weight: 300;
      text-decoration: none;
      background: #008EC9;
      border-radius: 25px;
      height: 44px;
      line-height: 41px;
      width: 133px;
      float: right;
      color: #FFFFFF;
      padding: 0;
      cursor: pointer; }
      form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active {
        background: #0061A7;
        border-radius: 25px; }
  form.form .form-group .form-label {
    margin-bottom: 8px; }
    form.form .form-group .form-label label.required:after {
      content: ' *';
      color: #0061A7;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }
    form.form .form-group .form-label em {
      display: block;
      font-size: 12px;
      color: #AAAAAA;
      font-weight: normal;
      font-style: normal; }
  form.form .form-group.form-group-plaintext .form-label, form.form .form-group.form-group-amforms-email .form-label, form.form .form-group.field-subscribetoournewsletter .form-label {
    display: none; }
  form.form .form-group.form-group-radiobuttons {
    margin-top: 20px; }
    form.form .form-group.form-group-radiobuttons .form-label {
      color: #0061A7;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 25px 0; }
    form.form .form-group.form-group-radiobuttons .form-field {
      text-align: center; }
      form.form .form-group.form-group-radiobuttons .form-field div {
        display: inline-block;
        padding-right: 20px; }
        form.form .form-group.form-group-radiobuttons .form-field div label {
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-radiobuttons .form-field div:last-child {
          padding-right: 0; }
  form.form .form-group.form-group-checkboxes {
    margin-top: 20px; }
    form.form .form-group.form-group-checkboxes label {
      font-size: 16px;
      color: #000000; }
    form.form .form-group.form-group-checkboxes .form-field input {
      margin: 0 10px 0 0; }
    form.form .form-group.form-group-checkboxes .form-label {
      display: block;
      margin: 0 0 25px 0;
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-label label {
        color: #0061A7;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
    form.form .form-group.form-group-checkboxes .form-field {
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-field div {
        display: inline-block;
        padding-right: 0;
        width: 51%;
        text-align: left; }
        form.form .form-group.form-group-checkboxes .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-checkboxes .form-field div:last-child {
          padding-right: 0; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-label {
      display: none; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div {
        width: 100%; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div input {
          display: inline-block;
          vertical-align: top;
          margin-top: 4px; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
          display: inline-block;
          vertical-align: top;
          width: 95%; }
    form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field div {
        width: 33.33%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field, form.form .form-group.form-group-checkboxes.field-activity .form-field {
      text-align: left;
      margin-bottom: 30px; }
      form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field div, form.form .form-group.form-group-checkboxes.field-activity .form-field div {
        width: 50%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursregions .form-field div, form.form .form-group.form-group-checkboxes.field-areaofinterest .form-field div {
      width: inherit;
      padding-right: 20px;
      margin-bottom: 10px; }
  form.form .form-group .form-field .form-control,
  form.form .form-group .form-field input,
  form.form .form-group .form-field textarea,
  form.form .form-group .form-field select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF; }
  form.form .form-group .form-field .form-control.text {
    font-family: 'Averta';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    padding-left: 20px; }
    form.form .form-group .form-field .form-control.text:hover, form.form .form-group .form-field .form-control.text:focus {
      border-color: #008EC9; }
  form.form .form-group.form-group-hidden {
    display: none; }
    form.form .form-group.form-group-hidden.with-label {
      display: block; }
  form.form .form-group.form-group-radiobuttons .form-field label input {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  form.form .form-group.form-group-radiobuttons .form-field > div {
    margin-bottom: 10px; }
    form.form .form-group.form-group-radiobuttons .form-field > div:last-child {
      margin-bottom: 0; }
  form.form .form-group.disabled .form-control, form.form .form-group.disabled .form-control.text {
    border: 1px solid #CCCCCC;
    color: #000000; }
    form.form .form-group.disabled .form-control:hover, form.form .form-group.disabled .form-control:focus, form.form .form-group.disabled .form-control.text:hover, form.form .form-group.disabled .form-control.text:focus {
      border: 1px solid #CCCCCC; }
  form.form .form-group.form-group-assets .form-label label {
    color: #0061A7;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0; }
  form.form .form-group.form-group-assets .form-field .custom-file {
    font-family: 'Averta';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    width: 100%;
    position: relative; }
    form.form .form-group.form-group-assets .form-field .custom-file input[type="file"] {
      width: 100%; }
    form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label {
      position: absolute;
      right: 20px;
      top: 6px; }
      form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label:before {
        content: '\e90c';
        font-family: icomoon;
        font-size: 16px;
        color: #0061A7;
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0 10px 0 0; }
  form.form.form-transparent .form-group .form-control, form.form.form-transparent .form-group .form-control.text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF; }
    form.form.form-transparent .form-group .form-control:hover, form.form.form-transparent .form-group .form-control:focus, form.form.form-transparent .form-group .form-control.text:hover, form.form.form-transparent .form-group .form-control.text:focus {
      border-color: #FFFFFF; }
  form.form.form-transparent .form-group .form-control.text {
    padding-left: 0; }
  form.form.form-transparent ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form .form__note {
    font-size: 0px;
    color: transparent;
    text-indent: -9999px; }

.form-back {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  background: #008EC9;
  border-radius: 25px;
  height: 44px;
  line-height: 41px;
  width: 250px;
  float: left;
  color: #FFFFFF !important;
  padding: 0;
  cursor: pointer; }
  .form-back:hover, .form-back:focus, .form-back:active {
    background: #0061A7;
    border-radius: 25px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 23px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 2px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 46px;
  perspective: 46px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4.6px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4.6px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4.6px, -5.75px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4.6px, -5.75px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4.6px, 5.75px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4.6px, 5.75px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4.6px, -5.75px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4.6px, -5.75px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4.6px, 5.75px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4.6px, 5.75px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
  transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
  transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
    transform: translate3d(0, -16px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -46px;
      top: -46px;
      -webkit-transform: translate3d(46px, 46px, 0) rotate(45deg);
      transform: translate3d(46px, 46px, 0) rotate(45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -46px;
      top: -46px;
      -webkit-transform: translate3d(-46px, 46px, 0) rotate(-45deg);
      transform: translate3d(-46px, 46px, 0) rotate(-45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    -o-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -46px;
      top: 46px;
      -webkit-transform: translate3d(46px, -46px, 0) rotate(-45deg);
      transform: translate3d(46px, -46px, 0) rotate(-45deg);
      -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -46px;
      top: 46px;
      -webkit-transform: translate3d(-46px, -46px, 0) rotate(45deg);
      transform: translate3d(-46px, -46px, 0) rotate(45deg);
      -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.28571px, -6px, 0);
    transform: rotate(-45deg) translate3d(-3.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.28571px, -6px, 0);
    transform: rotate(45deg) translate3d(3.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/*--------------------------------------MEDIA QUERIES---------------------------------------*/
@media (min-width: 1240px) {
  .container {
    max-width: 1170px;
    padding: 0; } }

@media (max-width: 1440px) {
  /* =============== HEADER =============== */
  #header #logo .logo.logo-standard {
    width: 171px;
    height: 111px;
    height: auto; }
  #header .navbar .header-menu-wrapper .header-menu > li {
    margin-right: 0;
    margin-left: 45px; }
    #header .navbar .header-menu-wrapper .header-menu > li.i-1 {
      margin-right: 0;
      margin-left: 0; }
  .content-header .block-2 .h-title {
    font-size: 60px; }
  .page-level-1 .block-1.quick-access {
    padding: 92px 0 0 0; }
  .page-level-2 .block-1.quick-access {
    padding: 92px 0 0 0; }
  .page-level-2 .block-2 .h-title {
    margin-top: 61px; }
  /* =============== SECTION NEWS =============== */
  .categ-group-news .listing-container .col-item:first-child .teaser-image {
    width: 100%;
    max-width: 100%; }
  .categ-group-news .listing-container .col-item:first-child .block {
    width: 100%;
    max-width: 100%; }
  .pp-tooltip {
    display: none !important; }
  .body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-1, .body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-2,
  .body.category-page .entries-listing .listing-container .listing.type-structure.count-1,
  .body.category-page .entries-listing .listing-container .listing.type-structure.count-2,
  .body.tag-page .entries-listing .listing-container .listing.type-structure.count-1,
  .body.tag-page .entries-listing .listing-container .listing.type-structure.count-2 {
    text-align: left; } }

@media (max-width: 1400px) {
  .quickAccess#quickAccess_sidebar {
    display: none; }
  .quickAccess#quickAccess_middle {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .quickAccess#quickAccess_middle .menu-control {
      display: none; }
    .quickAccess#quickAccess_middle li {
      background: #FFFFFF;
      border: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
      .quickAccess#quickAccess_middle li.i-1 {
        margin: 0 10px 0 0; }
      .quickAccess#quickAccess_middle li a {
        padding: 48px 18px 18px;
        width: 145px;
        height: 150px;
        -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        border-radius: 150px; }
      .quickAccess#quickAccess_middle li.last {
        margin: 0 0 0 10px; } }

@media (max-width: 1280px) {
  #quickAccess_sidebar {
    display: none; } }

@media (max-width: 1240px) {
  .container {
    max-width: 100%; }
    .container.container-search-form {
      padding: 0; }
  #header .header-menu {
    margin-left: 0; }
    #header .header-menu li {
      margin: 0 16px; }
  .body.type-project .main .prepend-content {
    margin-top: 430px; }
    .body.type-project .main .prepend-content .page-title .h {
      font-size: 43px; }
    .body.type-project .main .prepend-content .breadcrumbs {
      margin-top: 15px;
      margin-bottom: 25px; }
  .e-tpl-location1 .type-text {
    height: 235px; }
    .e-tpl-location1 .type-text .block {
      padding: 30px 35px; }
      .e-tpl-location1 .type-text .block .title {
        margin-bottom: 16px; }
      .e-tpl-location1 .type-text .block .heading {
        margin-bottom: 10px; }
      .e-tpl-location1 .type-text .block .text, .e-tpl-location1 .type-text .block .text p {
        font-size: 14px;
        line-height: 180%; }
        .e-tpl-location1 .type-text .block .text br, .e-tpl-location1 .type-text .block .text p br {
          line-height: 120%; }
  .rowoftext.style-redtint .aside-type-list .list li {
    font-size: 25px;
    word-wrap: break-word;
    padding-left: 70px; }
    .rowoftext.style-redtint .aside-type-list .list li:after {
      width: 38px;
      height: 20px; }
  .locations-list {
    margin-top: -310px; }
  #pagepiling .section.with-title .block-center .slide-heading {
    margin-bottom: 60px; }
  #pagepiling .section.with-title .block-center .linkto-wrapper {
    margin-top: 30px; }
  #pagepiling .section.type-titlelistlogoscta .block-center .places {
    width: 60%; }
  .e-tpl-project1 .block {
    height: 130px; }
  .nav-menu .main-menu li > a {
    font-size: 45px; }
  .nav-menu .main-menu ul.level-2 li > a {
    font-size: 27px; }
  .nav-menu .secondary-menu {
    margin-top: 40px; }
  #footer .footer-1 .col-item .text br, #footer .footer-1 .col-item .text p br {
    display: none; } }

@media (max-width: 1200px) {
  .container {
    width: 960px; } }

@media (min-width: 1024px) and (max-width: 1240px) {
  /* =============== GRID =============== */
  #main section#generic_wrapper {
    padding-top: 30px; }
  #main section.content-header {
    margin-bottom: 0;
    position: relative; }
    #main section.content-header .c.container {
      padding: 0; }
      #main section.content-header .c.container .block.block-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        #main section.content-header .c.container .block.block-1.quick-access .level-1 li a {
          display: block;
          font-size: 24px;
          color: #0061A7;
          margin-bottom: 0;
          letter-spacing: .16px; }
          #main section.content-header .c.container .block.block-1.quick-access .level-1 li a:before {
            display: none; }
        #main section.content-header .c.container .block.block-1.quick-access .level-2 {
          display: none; }
      #main section.content-header .c.container .block.block-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: left;
        margin-top: 0; }
        #main section.content-header .c.container .block.block-2 .h {
          font-size: 30px;
          line-height: 120%;
          letter-spacing: .34px;
          padding: 0;
          margin: 0;
          text-align: left; }
        #main section.content-header .c.container .block.block-2 .text.text-intro {
          text-align: left;
          font-size: 14px;
          line-height: 132%;
          letter-spacing: .6px;
          font-weight: 600;
          margin: 20px 0 0 0; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info p {
            text-align: left;
            font-size: 14px;
            line-height: 132%;
            letter-spacing: .6px;
            font-weight: 600; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info li {
            margin: 0;
            display: block; }
    #main section.content-header .content-grey {
      padding: 20px 0; }
    #main section.content-header .breadcrumbs {
      margin: 0 0 20px 0;
      padding: 0; }
      #main section.content-header .breadcrumbs .c.container {
        padding: 0;
        width: 100%; }
    #main section.content-header .block-2 {
      min-height: inherit; }
    #main section.content-header .background--header {
      height: auto; }
      #main section.content-header .background--header img {
        width: 100%; }
    #main section.content-header.without-text .c.container .block.block-2 .h.h-title {
      margin: 0; }
    #main section.content-header.header--without-image {
      margin-bottom: 0; }
  body {
    overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important; }
  /* =============== GENERIC STYLES =============== */
  .h.h-block {
    font-size: 26px;
    line-height: 140%; }
  .h.h-subtitle {
    font-size: 20px;
    line-height: 140%; }
  .text h3 {
    line-height: 140%;
    font-weight: 400; }
  .text p {
    font-size: 15px;
    line-height: 150%; }
  .text > p + ul {
    margin-bottom: 45px; }
  .text > * {
    font-size: 15px;
    line-height: 150%; }
    .text > * li {
      font-size: 15px;
      line-height: 150%; }
  .text ul li {
    font-size: 15px;
    line-height: 150%;
    padding-left: 30px; }
    .text ul li:before {
      top: 8px;
      left: 0; }
  /* =============== GRID OVERRIDE =============== */
  #main section.after-content {
    width: 100%; }
  /* =============== HEADER =============== */
  #header {
    max-height: inherit; }
    #header .container {
      padding: 0;
      margin: 0;
      width: 100%; }
    #header #logo {
      width: 26%;
      height: 150px;
      line-height: 150px;
      padding-left: 30px; }
      #header #logo .logo.logo-standard {
        display: inline-block;
        width: 150px; }
      #header #logo .logo.logo-responsive {
        display: block;
        height: auto;
        width: 141px;
        top: 16px;
        left: 30px; }
      #header #logo:before {
        display: none; }
    #header:after {
      display: none; }
    #header #headerContainer {
      width: 74%;
      height: 150px; }
      #header #headerContainer:after {
        display: none; }
      #header #headerContainer #subHeader .block-menu-social {
        left: inherit;
        width: 18.8%;
        text-align: center; }
      #header #headerContainer #subHeader .shortcut--links {
        line-height: normal;
        height: auto;
        width: 48%; }
        #header #headerContainer #subHeader .shortcut--links .emergency {
          width: 50%;
          float: left; }
          #header #headerContainer #subHeader .shortcut--links .emergency a {
            text-align: left;
            line-height: 45px;
            height: 45px;
            padding: 0 0 0 50px;
            border: none; }
            #header #headerContainer #subHeader .shortcut--links .emergency a span {
              font-size: 13px; }
            #header #headerContainer #subHeader .shortcut--links .emergency a:before {
              left: 17px;
              top: 8px; }
        #header #headerContainer #subHeader .shortcut--links .phone {
          background: #0C4E7E;
          width: 50%;
          font-size: 13px;
          padding: 0 0 0 50px;
          line-height: 45px;
          height: 45px; }
          #header #headerContainer #subHeader .shortcut--links .phone:before {
            left: 20px;
            top: 12px; }
          #header #headerContainer #subHeader .shortcut--links .phone a[href^="tel:"] {
            color: #FFFFFF;
            text-decoration: none; }
      #header #headerContainer .navbar {
        background: #008EC9;
        height: 105px; }
        #header #headerContainer .navbar .container {
          height: 100%;
          display: block;
          padding: 0 30px; }
        #header #headerContainer .navbar #mainMegaMenu .megaMenu--items-links {
          -webkit-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 30px;
          column-gap: 30px; }
        #header #headerContainer .navbar #mainMegaMenu .main--item-col {
          margin: 0;
          float: left;
          clear: inherit;
          width: 22%;
          height: 105px;
          text-align: center; }
          #header #headerContainer .navbar #mainMegaMenu .main--item-col .mm--first-level, #header #headerContainer .navbar #mainMegaMenu .main--item-col .search-icon {
            line-height: 130%;
            padding: 24px 0 0 0;
            height: 105px;
            position: relative; }
            #header #headerContainer .navbar #mainMegaMenu .main--item-col .mm--first-level:after, #header #headerContainer .navbar #mainMegaMenu .main--item-col .search-icon:after {
              position: absolute; }
          #header #headerContainer .navbar #mainMegaMenu .main--item-col.search-link {
            width: 11%; }
            #header #headerContainer .navbar #mainMegaMenu .main--item-col.search-link .search-icon {
              position: inherit; }
      #header #headerContainer #hamburger--wrapper {
        display: none; }
    #header .quickAccess {
      display: none; }
  /* =============== HOMEPAGE =============== */
  .page-homepage #main section.content > .row .item--container {
    padding: 0 30px;
    max-width: 690px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .swiper-pager {
    display: none; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-block {
    font-size: 25px;
    margin-bottom: 25px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle {
    font-size: 45px;
    line-height: 110%; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span {
    font-size: 16px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper {
    display: block;
    margin: 0 10px 10px 0; }
  .page-homepage #main section.content > .row.homepageslider .c.container #home-slider-titles .swiper-slide.i-1 .anim-item-4 {
    padding-left: 0; }
  /* =============== CONTENT TYPES =============== */
  section.content-header {
    margin-bottom: 50px; }
    section.content-header .c.container {
      padding: 0; }
      section.content-header .c.container .block.block-1 a {
        margin: 0;
        font-size: 24px; }
      section.content-header .c.container .block.block-2 {
        margin: 0;
        padding: 0; }
        section.content-header .c.container .block.block-2 .h-title {
          font-size: 35px;
          line-height: 115%;
          letter-spacing: .5px;
          margin-bottom: 0; }
        section.content-header .c.container .block.block-2 .text.text-intro {
          max-width: 100%;
          line-height: 150%; }
    section.content-header.without-text .h-title {
      margin-bottom: 0; }
  section.content > .row, .prepend-content > .row {
    background: #FFFFFF; }
    section.content > .row.contentblock.with-title, .prepend-content > .row.contentblock.with-title {
      padding: 50px; }
      section.content > .row.contentblock.with-title .row-with-image .col-img, .prepend-content > .row.contentblock.with-title .row-with-image .col-img {
        width: 190px; }
      section.content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img, .prepend-content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img {
        top: -50px; }
      section.content > .row.contentblock.with-title.with---image .c.container .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.with-title.with---image .c.container .row-with-image.align-image-left .text {
        margin-left: 50px; }
      section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image {
        margin-bottom: -50px; }
        section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text {
          padding-bottom: 50px; }
      section.content > .row.contentblock.with-title.without---image .has-margin .neo-contentBlock-item .row-with-image.align-image-right .text .cta, .prepend-content > .row.contentblock.with-title.without---image .has-margin .neo-contentBlock-item .row-with-image.align-image-right .text .cta {
        padding-left: 50px; }
    section.content > .row.contentblock.without-title .row-with-image .text, .prepend-content > .row.contentblock.without-title .row-with-image .text {
      max-width: 100%;
      max-width: 360px; }
    section.content > .row.contentblock.without-title.with---image, .prepend-content > .row.contentblock.without-title.with---image {
      padding: 0 50px; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .text, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .text {
        padding-top: 0;
        padding-bottom: 0; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .col-img, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .col-img {
        margin-top: -50px; }
    section.content > .row.contentblock.without-title.without---image, .prepend-content > .row.contentblock.without-title.without---image {
      padding: 50px; }
      section.content > .row.contentblock.without-title.without---image .has-no-margin .cta, .prepend-content > .row.contentblock.without-title.without---image .has-no-margin .cta {
        margin: 0; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .cta, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .cta {
      margin: 0; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta {
      padding-left: 50px; }
      section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta .btn-type--asset, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta .btn-type--asset {
        margin-left: -50px; }
    section.content > .row.contentblock.count-items-1.with-title.without---image, .prepend-content > .row.contentblock.count-items-1.with-title.without---image {
      padding-top: 50px; }
      section.content > .row.contentblock.count-items-1.with-title.without---image .has-margin .text .cta, .prepend-content > .row.contentblock.count-items-1.with-title.without---image .has-margin .text .cta {
        margin-left: 50px; }
    section.content > .row.contentblock.count-items-1.with-title.with---image, .prepend-content > .row.contentblock.count-items-1.with-title.with---image {
      padding-top: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside {
        margin-left: -50px;
        margin-top: 50px; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .row-heading-inside {
        margin-left: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .row-heading-inside {
        margin-top: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text {
        padding-top: 50px; }
    section.content > .row.contentblock.without---image .c.container .has-margin .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .text {
      max-width: 100%; }
    section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text {
      max-width: 360px; }
    section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock .c.container h2, .prepend-content > .row.contentblock .c.container h2 {
      margin-bottom: 30px; }
    section.content > .row.contentblock .c.container .cta .btn:before, .prepend-content > .row.contentblock .c.container .cta .btn:before {
      left: -50px; }
    section.content > .row.contentblock .c.container .has-margin .text, .prepend-content > .row.contentblock .c.container .has-margin .text {
      max-width: 360px;
      margin-left: 0; }
    section.content > .row.contentblock .c.container .has-margin .block--inline-links, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links {
      margin: 0 0 0 50px; }
    section.content > .row.contentblock .c.container .has-no-margin .cta, .prepend-content > .row.contentblock .c.container .has-no-margin .cta {
      padding: 0;
      margin: 0 0 0 50px; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-right .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .col-img {
      max-width: 190px;
      margin-right: -50px; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-left .text, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .text {
      margin-left: 0; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-left .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .col-img {
      margin-left: -50px; }
    section.content > .row.contentblock .c.container .has-margin .neo-contentBlock .align-image-left .text, .prepend-content > .row.contentblock .c.container .has-margin .neo-contentBlock .align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock .c.container .neo-contentBlock-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item {
      margin-bottom: 50px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .row-subtext .h-subtitle, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .row-subtext .h-subtitle {
        margin-bottom: 0; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text {
        padding-top: 30px;
        margin-left: 70px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img {
        width: 100%;
        max-width: 100%; }
        section.content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img img {
          left: inherit;
          right: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit;
          width: 100%;
          height: auto; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .h, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .h {
        padding: 0; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item {
        margin: 0 30px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item .col-img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item .col-img {
        width: 173px !important;
        overflow: hidden; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2), .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2) {
        margin: 0 20px; }
    section.content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .text, .prepend-content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .text {
      margin-top: 50px; }
    section.content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .col-img, .prepend-content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .col-img {
      margin-top: 0; }
    section.content > .row.quoteblock, .prepend-content > .row.quoteblock {
      padding: 30px 0 50px 0; }
      section.content > .row.quoteblock .h, .prepend-content > .row.quoteblock .h {
        font-size: 25px;
        line-height: 140%;
        color: #0061A7; }
      section.content > .row.quoteblock + .row:not(.storytimeline), .prepend-content > .row.quoteblock + .row:not(.storytimeline) {
        padding-top: 50px; }
        section.content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image, .prepend-content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image {
          padding-top: 0; }
          section.content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image .row-text-image .text, .prepend-content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image .row-text-image .text {
            padding-top: 50px;
            padding-bottom: 0; }
    section.content > .row.blockpresskit .container .neo-blockPressKit-item, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item {
      width: 47%;
      float: left;
      margin-right: 40px;
      margin-bottom: 40px; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img {
        height: 250px;
        overflow: hidden; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img {
          width: 100%;
          height: auto; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text {
        padding: 30px 30px 0 30px;
        height: 100px; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block {
          font-size: 16px;
          line-height: 140%;
          padding-right: 60px; }
    section.content > .row.blockbottompageshortcuts .c.container .shortcut-item, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item {
      width: 33.33%; }
      section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block {
        bottom: 50px; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after {
          left: 0;
          right: inherit;
          bottom: -20px; }
    section.content > .row.blockbottompageshortcuts .c.container:before, .prepend-content > .row.blockbottompageshortcuts .c.container:before {
      margin: 0 auto 50px auto; }
    section.content > .row.dropdownwithimage.dropdown .row-content, .prepend-content > .row.dropdownwithimage.dropdown .row-content {
      padding: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .subtext .h, .prepend-content > .row.dropdownwithimage.dropdown .row-content .subtext .h {
        padding-right: 190px; }
        section.content > .row.dropdownwithimage.dropdown .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content .subtext .h:before {
          top: inherit !important;
          bottom: -54px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before {
        left: -50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper {
        padding-left: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait {
        padding-right: 190px;
        padding-left: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock {
        width: 190px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
      .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1 {
        padding-right: 190px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before {
      top: inherit !important;
      bottom: -54px !important; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global {
      padding: 50px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait {
      padding-left: 50px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper {
      padding-left: 50px; }
    section.content > .row.contactblock, .prepend-content > .row.contactblock {
      margin-top: 50px;
      padding-bottom: 0; }
      section.content > .row.contactblock .h-block, .prepend-content > .row.contactblock .h-block {
        color: #0061A7; }
    section.content > .row.blockperfumers, .prepend-content > .row.blockperfumers {
      margin: 0;
      padding: 50px; }
    section.content > .row.focus .c.container, .prepend-content > .row.focus .c.container {
      padding: 50px 0 30px 0;
      width: 100%;
      max-width: 100%; }
      section.content > .row.focus .c.container #blockFocus, .prepend-content > .row.focus .c.container #blockFocus {
        width: 100% !important; }
        section.content > .row.focus .c.container #blockFocus .slider-wrapper--block, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block {
          width: 65% !important; }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle {
            position: inherit;
            top: inherit;
            left: inherit;
            margin: 0 0 20px 0; }
            section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle:after, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle:after {
              width: 110px;
              top: inherit;
              bottom: -24px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper {
            width: 100% !important;
            max-height: 350px; }
            section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper li.swiper-slide, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper li.swiper-slide {
              width: 100% !important; }
        section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block {
          margin: 40px 0 0 0;
          width: 32%; }
          section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper {
            width: 100%; }
            section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1 {
              float: left;
              position: relative; }
            section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-2, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-2 {
              float: right; }
  .specific-form {
    padding: 50px;
    margin-top: 30px; }
    .specific-form .c.container {
      padding: 0; }
    .specific-form .text {
      margin-bottom: 30px; }
    .specific-form.active {
      padding-bottom: inherit; }
  /* =============== CONTENT COLUMNS =============== */
  .column--right {
    width: 36%; }
    .column--right.good-right--all.col--without-image {
      top: -30px !important; }
    .column--right.good-right--all.col--with-image {
      top: -30px !important; }
    .column--right.good-right-ods {
      margin: 0 0 30px 0;
      top: -30px; }
    .column--right #contentSidebar--menu {
      padding: 0; }
      .column--right #contentSidebar--menu .item--content-sidebar-links.title {
        margin: 0;
        padding: 0;
        position: static; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title a {
          display: block;
          padding: 20px 60px 20px 30px;
          width: 100%;
          position: relative;
          z-index: 10;
          font-size: 18px; }
          .column--right #contentSidebar--menu .item--content-sidebar-links.title a:after {
            top: 18px !important;
            right: 20px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 300ms all ease-out;
            -o-transition: 300ms all ease-out;
            transition: 300ms all ease-out; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title.is-active a:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .column--right #contentSidebar--menu .nav {
        padding: 20px 30px 20px 30px;
        margin: 0; }
    .column--right #contactService li.h-title {
      margin: 0; }
    .column--right #contactService li .modal .modal-dialog .modal-content .modal-body .close {
      top: 20px;
      right: 20px; }
  .column--left {
    width: 60%;
    padding: 0 !important; }
  #generic_wrapper {
    padding: 0 30px; }
  /* =============== ODS =============== */
  .section-offresdesoins .listing-container #offreDeSoinsListing {
    padding: 0; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin {
      width: 48.33%;
      max-width: 48.33%;
      margin: 0 30px 30px 0; }
      .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin.even {
        margin: 0 0 30px 0; }
      .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .categoryThumb {
        height: 180px;
        line-height: 180px; }
      .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .h-block {
        height: 100px;
        padding: 30px 20px;
        text-align: center;
        font-size: 16px; }
  /* =============== SPECIAL STYLES =============== */
  .page-level-2 .animator {
    display: block; }
  .categories-list {
    margin: 20px 0 0 0; }
    .categories-list li {
      width: 100%;
      text-align: left;
      display: block; }
      .categories-list li.type-link a {
        display: block;
        padding: 0 0 10px 0 !important; }
        .categories-list li.type-link a:after {
          display: none; }
      .categories-list li.type-link.last a {
        padding: 0 !important; }
  .listing-container .grid.listing {
    padding: 0; }
  .page-actualites .listing-container .col-item,
  .page-evenements .listing-container .col-item,
  .page-custom-media .listing-container .col-item,
  .page-association .listing-container .col-item,
  .categ-group-news .listing-container .col-item,
  .categ-group-association .listing-container .col-item,
  .categ-group-documentation .listing-container .col-item {
    width: 100%;
    max-width: 48.33%;
    margin: 0 30px 30px 0 !important; }
    .page-actualites .listing-container .col-item .block,
    .page-evenements .listing-container .col-item .block,
    .page-custom-media .listing-container .col-item .block,
    .page-association .listing-container .col-item .block,
    .categ-group-news .listing-container .col-item .block,
    .categ-group-association .listing-container .col-item .block,
    .categ-group-documentation .listing-container .col-item .block {
      height: auto;
      min-height: inherit;
      max-height: inherit;
      padding: 30px; }
    .page-actualites .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-evenements .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-custom-media .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-news .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-documentation .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper {
      min-height: inherit;
      max-height: inherit;
      line-height: normal;
      padding: 30px 60px 30px 30px; }
    .page-actualites .listing-container .col-item.even,
    .page-evenements .listing-container .col-item.even,
    .page-custom-media .listing-container .col-item.even,
    .page-association .listing-container .col-item.even,
    .categ-group-news .listing-container .col-item.even,
    .categ-group-association .listing-container .col-item.even,
    .categ-group-documentation .listing-container .col-item.even {
      margin: 0 0 30px 0 !important; }
  /* =============== PAGES HUB =============== */
  .page-hub section.content > .row.mediablockwithtext, .page-hub .prepend-content > .row.mediablockwithtext {
    margin: 0; }
    .page-hub section.content > .row.mediablockwithtext .block-images, .page-hub .prepend-content > .row.mediablockwithtext .block-images {
      height: 335px;
      min-height: 335px;
      margin: 0; }
    .page-hub section.content > .row.mediablockwithtext .block-texts, .page-hub .prepend-content > .row.mediablockwithtext .block-texts {
      padding-right: 40px;
      padding-left: 35px; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .h-block, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .h-block {
        font-size: 29px;
        line-height: 120%; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .text, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .text {
        display: none; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .cta, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .cta {
        display: none; }
  .page-hub section.content > .row.mediablockfullwidth .h-block, .page-hub .prepend-content > .row.mediablockfullwidth .h-block {
    font-size: 30px;
    line-height: 120%; }
  .page-hub section.content > .row.mediablockfullwidth .block-texts, .page-hub .prepend-content > .row.mediablockfullwidth .block-texts {
    padding: 50px; }
  /* =============== PAGE LOCATION =============== */
  .page-custom-locations #legend_types {
    display: none; }
  .page-custom-locations .locations-result, .page-custom-locations .locations-result .c > .row > .col-item {
    min-height: 550px; }
  .page-custom-locations .locations-result .map .oh-google-map-canvas {
    min-height: 550px;
    height: 550px; }
  .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .h {
    font-size: 16px !important; }
  .page-custom-locations .results .c.container ul.listing-location li.col-item {
    width: 31.52%; }
    .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .h {
      font-size: 18px; }
    .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .text {
      margin: 0 0 20px 0; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .text p {
        height: 90px; }
  .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group {
    width: 50%; }
  .page-custom-locations #main section.content-header .c.container .region-header.counter .list-inline .list-inline-item {
    width: 42%;
    margin: 0 0 20px 0; }
  .page-custom-locations .infoWindow {
    height: auto; }
    .page-custom-locations .infoWindow.e-section-location .info-box {
      width: 100%;
      padding: 0; }
  .page-custom-locations .c.container {
    padding: 0; }
    .page-custom-locations .c.container .region-header.counter {
      display: none !important; }
  .section-location .single--hospital .c.container {
    padding: 0; }
  .section-location .single--hospital .column--left {
    margin: 0 0 30px 0; }
    .section-location .single--hospital .column--left .location-images {
      height: 320px !important; }
      .section-location .single--hospital .column--left .location-images img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .section-location .single--hospital .column--left .text.bloc--1 {
      padding: 0 30px 0 0; }
  .section-location .single--hospital .column--left,
  .section-location .single--hospital .column--right {
    width: 50%;
    padding: 0 !important; }
  .section-location .single--hospital .description {
    padding: 40px 0 0 0; }
  /* =============== FOOTER =============== */
  .block-sharing {
    left: inherit;
    right: 0;
    display: none; }
  #footer {
    padding: 0;
    height: 200px; }
    #footer .footer-1 {
      padding: 50px 0 0 0; }
      #footer .footer-1 .container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px; }
        #footer .footer-1 .container .row {
          max-width: 100%;
          width: 100%; }
          #footer .footer-1 .container .row .col-item ul.navigation li a {
            font-size: 12px; }
          #footer .footer-1 .container .row .col-item.i-1 img {
            width: 100%;
            height: auto; }
          #footer .footer-1 .container .row .col-item.i-2 {
            max-width: 50%;
            width: 100%;
            padding-right: 0; }
            #footer .footer-1 .container .row .col-item.i-2 a {
              font-size: 12px; }
          #footer .footer-1 .container .row .col-item.i-3 {
            width: 50%;
            max-width: 100%;
            padding: 0;
            -webkit-box-flex: inherit;
            -ms-flex: inherit;
            flex: inherit;
            display: block;
            text-align: right; }
            #footer .footer-1 .container .row .col-item.i-3 ul.navigation li {
              padding: 15px 20px 15px 0; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li a {
                font-size: 12px; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-3 {
                padding-right: 0; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-4 {
                top: -63px; }
      #footer .footer-1 .social-links {
        position: inherit;
        top: inherit;
        right: inherit;
        margin: 20px 0 0 0;
        display: none; }
    #footer .footer-2 {
      margin: 0 0 40px 0; }
      #footer .footer-2 .c.container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px; }
        #footer .footer-2 .c.container .row .col-item {
          text-align: center;
          margin: 0; }
  .row #pantones-titles.swp-understanding-skin .swiper-container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important; }
  .nav-menu .block {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin: 120px 0 0 0;
    height: 100%; }
  .nav-menu .nav-wrapper {
    overflow-y: scroll; }
  .buttons-menu.inline li.type-entry a {
    width: auto; }
  .mobile-langs .actions-menu {
    margin: 30px 0 0 0; }
    .mobile-langs .actions-menu li {
      margin: 0; }
      .mobile-langs .actions-menu li.client {
        display: none; }
      .mobile-langs .actions-menu li a {
        font-family: inherit; }
      .mobile-langs .actions-menu li span {
        font-size: 16px; }
  .body.section-homepage .bigslide {
    margin-top: 0 !important; }
  .body .row.photocompare .row-matrix .row ul.grid {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .body .row.standard .row-matrix.type-videoupload {
    height: auto; }
  .bigslide .row-matrix .row .block-texts .heading .h {
    text-align: center;
    font-size: 40px; }
  .bigslide .row-matrix .row .block-texts .text, .bigslide .row-matrix .row .block-texts .cta {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 150%; }
  .bigslide .row-matrix .row .block-texts .cta a {
    display: block;
    width: 320px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .bigslide .row-matrix .row .block-images {
    text-align: center; }
  .content-header .text > * {
    font-size: 18px;
    line-height: 150%; }
  .page-homepage .skinconditions .block-image {
    height: 350px;
    overflow: hidden; }
  .page-homepage .skinconditions .block-text {
    height: 350px;
    line-height: 350px; }
    .page-homepage .skinconditions .block-text .col-wrapper {
      padding-right: 30px; }
  .linkto-wrapper.style-1 a {
    padding: 10px 20px;
    max-width: 440px;
    width: auto; }
    .linkto-wrapper.style-1 a span {
      padding: 0 !important;
      overflow: visible; }
      .linkto-wrapper.style-1 a span:after {
        right: -20px;
        top: 6px; }
      .linkto-wrapper.style-1 a span:before {
        display: none; }
    .linkto-wrapper.style-1 a:hover span:after {
      width: inherit;
      right: -30px;
      opacity: 0; }
  .content-footer .text p {
    line-height: 150%; }
  .content-header.with-text.with-media video {
    max-width: 100%;
    height: auto; }
  section.content > .row, .prepend-content > .row {
    position: relative;
    z-index: 2; }
    section.content > .row.rowintro,
    .prepend-content > .row.rowintro {
      margin-bottom: 45px; }
      section.content > .row.rowintro .text > *,
      .prepend-content > .row.rowintro .text > * {
        font-size: 18px; }
    section.content > .row .col-item p:last-child,
    .prepend-content > .row .col-item p:last-child {
      margin-bottom: 0; }
    section.content > .row .row-content .row-heading .h br,
    .prepend-content > .row .row-content .row-heading .h br {
      display: none; }
    section.content > .row .row-content .row-heading .sub-heading, section.content > .row .row-content .row-heading .sub-heading p,
    .prepend-content > .row .row-content .row-heading .sub-heading,
    .prepend-content > .row .row-content .row-heading .sub-heading p {
      font-size: 18px;
      line-height: 150%; }
    section.content > .row.contained .row-content,
    .prepend-content > .row.contained .row-content {
      margin: auto; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li.swiper-slide div,
    .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li.swiper-slide div {
      width: 100%; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading,
    .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading {
      background: rgba(255, 255, 255, 0.87);
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 20px 30px; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading h2,
      .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading h2 {
        font-size: 24px;
        color: #094D92; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading p,
      .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading p {
        font-size: 23px; }
    section.content > .row.sliderhome #footer_section_news,
    .prepend-content > .row.sliderhome #footer_section_news {
      margin: 40px 0 0 0;
      padding: 0 30px; }
      section.content > .row.sliderhome #footer_section_news .c.container,
      .prepend-content > .row.sliderhome #footer_section_news .c.container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h {
          font-size: 27px;
          margin: 0 0 20px 0; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item {
          width: 31.25%;
          margin: 0 15px 60px 15px; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child {
            margin: 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image {
            height: 210px; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block {
            bottom: -20px;
            width: 100%;
            max-width: 100%; }
            section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block .h.h-block,
            .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block .h.h-block {
              font-size: 16px; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-1,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-1 {
            margin: 0 15px 60px 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3 {
            margin: 0 0 60px 15px; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta {
          margin: 0; }
    section.content > .row.videohomepage .c.container .h-subtitle,
    .prepend-content > .row.videohomepage .c.container .h-subtitle {
      font-size: 27px;
      margin: 0 0 60px 0;
      padding: 20px 0 0 0; }
    section.content > .row.videohomepage .c.container .cta,
    .prepend-content > .row.videohomepage .c.container .cta {
      position: relative;
      top: inherit;
      right: inherit; }
    section.content > .row.videohomepage .c.container #videoFeatured_block,
    .prepend-content > .row.videohomepage .c.container #videoFeatured_block {
      padding: 0; }
      section.content > .row.videohomepage .c.container #videoFeatured_block li,
      .prepend-content > .row.videohomepage .c.container #videoFeatured_block li {
        margin: 0 0 30px 0;
        height: 170px;
        width: 31.25%;
        float: left; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft {
          position: inherit;
          top: inherit;
          left: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft {
          position: inherit;
          top: inherit;
          left: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter {
          height: 170px;
          margin: 0 0 30px 0; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight {
          position: inherit;
          top: inherit;
          left: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight {
          position: inherit;
          top: inherit;
          left: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li img,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-1,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-1 {
          margin: 0 30px 30px 30px; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-3, section.content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-4,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-3,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.video-featured--item-4 {
          display: none; }
    section.content > .row.focus,
    .prepend-content > .row.focus {
      padding: 0 30px; }
      section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper,
      .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper {
        max-height: 180px; }
        section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide,
        .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide {
          margin: 0; }
          section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus,
          .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus {
            height: 100%; }
          section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading,
          .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading {
            margin: 0; }
            section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait,
            .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait {
              top: inherit;
              bottom: 0;
              padding: 10px 20px;
              height: auto;
              width: 100%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3 {
                font-size: 24px;
                margin: 0; }
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p {
                display: none; }
      section.content > .row.focus .c.container .swiper-slide,
      .prepend-content > .row.focus .c.container .swiper-slide {
        margin: 0; }
        section.content > .row.focus .c.container .swiper-slide img,
        .prepend-content > .row.focus .c.container .swiper-slide img {
          width: 100%;
          height: auto; }
      section.content > .row.focus .c.container .linkto-wrapper--block,
      .prepend-content > .row.focus .c.container .linkto-wrapper--block {
        width: 100%; }
        section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a,
        .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a {
          padding: 0;
          border: none;
          max-width: 100%; }
          section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img,
          .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img {
            width: 100%;
            height: auto; }
        section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child,
        .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child {
          padding: 0; }
  .content-header.without-media {
    padding: 0 !important;
    background: none !important; }
  .content-header .block-1 {
    margin-bottom: 30px; }
    .content-header .block-1 .h {
      text-align: center; }
  .section-location .content-header.with-media {
    padding: 0 !important;
    background: none !important; }
  .row.full-width {
    padding-left: 30px;
    padding-right: 30px; }
  .section-location .content-header.with-media .block-1, .section-location .content-header.with-media .block-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .section-location .content-header.with-media .block-1 {
    padding-left: 30px !important; }
    .section-location .content-header.with-media .block-1 .h {
      text-align: left;
      line-height: normal; }
  .section-location .content-header.with-media .block-2 {
    padding-right: 30px !important; }
  .section-location section.docteur-informations {
    padding-left: 30px;
    padding-right: 30px; }
    .section-location section.docteur-informations .block-images {
      padding-left: 0;
      padding-right: 0; }
      .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a {
        margin-bottom: 30px;
        font-size: 14px;
        letter-spacing: 2.4px; }
        .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a i {
          top: -3px !important; }
        .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a.button--isi {
          display: block;
          max-width: 100%;
          min-width: 100%;
          text-align: center; }
  .last .tpl-yourdoctorwithimage .block-text p {
    line-height: 150%; }
  .section-homepage .row.products .grid .col-item .h {
    font-size: 24px;
    padding-bottom: 10px; }
  .fieldset.your-info legend.h {
    display: none; }
  .row.standard.i-5.last .type-singleimage .row.align-items-center {
    padding-left: 30px;
    padding-right: 30px; }
  .custom-modal-1 .modal-body .block-image .pantones-list {
    top: 19px;
    left: -14.5px; }
    .custom-modal-1 .modal-body .block-image .pantones-list li {
      width: 29px;
      height: 29px;
      margin-bottom: 17px; }
  .slideshow.with-next-prev.swp-skinbar-textures .swiper-next-prev {
    top: 26px; }
  .slideshow.with-next-prev.swp-active-ingredients .swiper-next-prev {
    top: 26px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .twitter-typeahead {
    border-bottom: 1px solid #CED4DA; }
  .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group {
    width: 50%; }
  .page-custom-locations #main section.content-header .c.container .region-header.counter .list-inline .list-inline-item {
    width: 42%;
    margin: 0 0 20px 0; }
  .page-custom-locations .infoWindow {
    height: auto; }
    .page-custom-locations .infoWindow.e-section-location .info-box {
      width: 100%;
      padding: 0; }
  .page-custom-locations .c.container .region-header.counter {
    display: none !important; } }

@media (max-width: 1023px) {
  #main section#generic_wrapper {
    padding-top: 30px; }
  #main section.content-header {
    margin-bottom: 0;
    position: relative; }
    #main section.content-header .c.container {
      padding: 0 30px;
      width: 100%; }
      #main section.content-header .c.container .block.block-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        #main section.content-header .c.container .block.block-1.quick-access .level-1 li a {
          display: block;
          font-size: 24px;
          color: #0061A7;
          margin-bottom: 0;
          letter-spacing: .16px; }
          #main section.content-header .c.container .block.block-1.quick-access .level-1 li a:before {
            display: none; }
        #main section.content-header .c.container .block.block-1.quick-access .level-2 {
          display: none; }
      #main section.content-header .c.container .block.block-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: left;
        margin-top: 0; }
        #main section.content-header .c.container .block.block-2 .h {
          font-size: 30px;
          line-height: 120%;
          letter-spacing: .34px;
          padding: 0;
          margin: 0;
          text-align: left; }
        #main section.content-header .c.container .block.block-2 .text.text-intro {
          text-align: left;
          font-size: 14px;
          line-height: 132%;
          letter-spacing: .6px;
          font-weight: 600;
          margin: 20px 0 0 0; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info p {
            text-align: left;
            font-size: 14px;
            line-height: 132%;
            letter-spacing: .6px;
            font-weight: 600; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info li {
            margin: 0;
            display: block; }
    #main section.content-header .content-grey {
      padding: 20px 0; }
    #main section.content-header .breadcrumbs {
      margin: 0 0 20px 0;
      padding: 0; }
      #main section.content-header .breadcrumbs .c.container {
        padding: 0;
        width: 100%; }
    #main section.content-header .block-2 {
      min-height: inherit; }
    #main section.content-header .background--header {
      height: auto; }
      #main section.content-header .background--header img {
        width: 100%; }
    #main section.content-header.without-text .c.container .block.block-2 .h.h-title {
      margin: 0; }
  body {
    overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important; }
  /* =============== GENERIC STYLES =============== */
  .h.h-block {
    font-size: 26px;
    line-height: 140%; }
  .h.h-subtitle {
    font-size: 20px;
    line-height: 140%; }
  .text h3 {
    line-height: 140%;
    font-weight: 400; }
  .text p {
    font-size: 15px;
    line-height: 150%; }
  .text > p + ul {
    margin-bottom: 45px; }
  .text > * {
    font-size: 15px;
    line-height: 150%; }
    .text > * li {
      font-size: 15px;
      line-height: 150%; }
  .text ul li {
    font-size: 15px;
    line-height: 150%;
    padding-left: 30px; }
    .text ul li:before {
      top: 8px;
      left: 0; }
  .text table {
    width: 100%;
    max-width: 100%; }
    .text table td {
      width: auto !important;
      max-width: inherit;
      min-width: inherit !important; }
      .text table td p {
        font-size: inherit;
        line-height: inherit; }
  /* =============== GRID OVERRIDE =============== */
  #main section.after-content {
    width: 100%; }
  /* =============== HEADER =============== */
  #header {
    max-height: inherit; }
    #header #logo {
      width: 55%;
      height: 150px;
      line-height: 150px;
      padding-left: 30px; }
      #header #logo .logo.logo-standard {
        display: inline-block;
        width: 150px; }
      #header #logo .logo.logo-responsive {
        display: block;
        height: auto;
        width: 141px;
        top: 16px;
        left: 30px; }
      #header #logo:before {
        display: none; }
    #header:after {
      display: none; }
    #header #headerContainer {
      width: 45%; }
      #header #headerContainer:after {
        display: none; }
      #header #headerContainer #subHeader {
        height: auto; }
        #header #headerContainer #subHeader .block-menu-social {
          display: none; }
        #header #headerContainer #subHeader .donation {
          display: none; }
        #header #headerContainer #subHeader .langSwitcher {
          display: none; }
          #header #headerContainer #subHeader .langSwitcher.langSwitcher__mobile {
            display: block; }
        #header #headerContainer #subHeader .shortcut--links {
          line-height: normal;
          height: auto;
          width: 100%; }
          #header #headerContainer #subHeader .shortcut--links .emergency {
            width: 44%;
            float: left; }
            #header #headerContainer #subHeader .shortcut--links .emergency a {
              text-align: left;
              line-height: 39px;
              height: 39px;
              padding: 0 0 0 50px;
              border: none; }
              #header #headerContainer #subHeader .shortcut--links .emergency a span {
                font-size: 13px; }
              #header #headerContainer #subHeader .shortcut--links .emergency a:before {
                left: 17px;
                top: 8px; }
          #header #headerContainer #subHeader .shortcut--links .phone {
            background: #0C4E7E;
            width: 44%;
            font-size: 13px;
            padding: 0 0 0 50px;
            line-height: 39px;
            height: 39px; }
            #header #headerContainer #subHeader .shortcut--links .phone:before {
              left: 20px;
              top: 7px;
              -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
              transform: scale(0.8); }
            #header #headerContainer #subHeader .shortcut--links .phone a[href^="tel:"] {
              color: #FFFFFF;
              text-decoration: none; }
      #header #headerContainer .navbar {
        background: #008EC9;
        height: 111px; }
        #header #headerContainer .navbar .container {
          height: 100%;
          display: block; }
        #header #headerContainer .navbar #mainMegaMenu {
          background: rgba(8, 91, 143, 0.97);
          position: absolute;
          top: 150px;
          left: 0;
          width: 100%;
          z-index: 50;
          padding: 18px 30px 30px 30px;
          opacity: 0;
          visibility: hidden;
          -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
          -webkit-transition: 300ms all ease-out;
          -o-transition: 300ms all ease-out;
          transition: 300ms all ease-out; }
          #header #headerContainer .navbar #mainMegaMenu.is-active {
            opacity: 1;
            visibility: visible; }
          #header #headerContainer .navbar #mainMegaMenu li {
            width: 100%; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col:first-child {
              padding: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level {
              text-align: left;
              line-height: normal;
              padding: 18px 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.27);
              position: relative; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level:before {
                content: '';
                display: block !important;
                position: absolute;
                left: inherit;
                right: 5px;
                top: 27px;
                background: #FFFFFF;
                width: 10px;
                height: 2px;
                opacity: 1;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: 300ms all ease-out;
                -o-transition: 300ms all ease-out;
                transition: 300ms all ease-out; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level:after {
                content: '';
                display: block !important;
                position: absolute;
                left: inherit;
                right: 0;
                top: 33px;
                background: #FFFFFF;
                width: 10px;
                height: 2px;
                -webkit-transition: 300ms all ease-out;
                -o-transition: 300ms all ease-out;
                transition: 300ms all ease-out; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level.is-expand:before {
                opacity: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items {
              position: inherit;
              padding: 0;
              display: none;
              background: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items .container {
                padding: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links {
              width: 100%;
              -webkit-column-count: inherit;
              column-count: inherit;
              -webkit-column-gap: inherit;
              column-gap: inherit;
              padding: 20px 0 20px 0; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li a {
                padding: 0 20px 0 0;
                font-size: 16px;
                margin: 0 0 20px 0; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li a:before {
                  display: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a {
                font-size: 18px;
                margin-bottom: 20px;
                color: #76e2ba; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a:before {
                  content: '';
                  display: block !important;
                  position: absolute;
                  left: inherit;
                  right: 0;
                  top: 14px;
                  background: #5CD1A5;
                  width: 10px;
                  height: 2px;
                  opacity: 1; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a:after {
                  content: '';
                  display: block !important;
                  position: absolute;
                  right: 0;
                  top: 14px;
                  background: #5CD1A5;
                  width: 10px;
                  height: 2px; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a.is-expand:before {
                  opacity: 0; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children .level-2 {
                display: none; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children .level-2 a {
                  color: #FFFFFF;
                  font-size: 16px; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children:hover a {
                opacity: 1; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children > a {
                font-size: 18px;
                margin-bottom: 20px;
                color: #76e2ba; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children .level-2 {
                display: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children:hover a {
                opacity: 1; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li:last-child {
                margin-bottom: 40px; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col.main--item-col-13 .mm--first-level {
              border-bottom: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.search-link {
              display: none; }
          #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col {
            width: 100%;
            margin: 20px 0; }
            #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-title {
              display: none; }
            #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item {
              width: 50%;
              margin: 0;
              display: inline-block; }
              #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item:first-child {
                padding: 0 15px 0 0; }
              #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item:last-child {
                padding: 0 0 0 15px; }
              #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item a {
                width: 100%;
                max-width: 100%; }
      #header #headerContainer #hamburger--wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 38px 0 0 0; }
        #header #headerContainer #hamburger--wrapper .hamburger-box {
          vertical-align: middle; }
        #header #headerContainer #hamburger--wrapper .menu-label {
          display: inline-block;
          padding: 0 0 0 10px; }
    #header .quickAccess {
      display: none; }
  .quickAccess#quickAccess_sidebar {
    display: none; }
  .quickAccess#quickAccess_middle {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .quickAccess#quickAccess_middle .menu-control {
      display: none; }
    .quickAccess#quickAccess_middle li {
      background: #FFFFFF;
      border: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 34px; }
      .quickAccess#quickAccess_middle li.i-3 {
        clear: both; }
      .quickAccess#quickAccess_middle li a {
        padding: 48px 18px 18px;
        width: 145px;
        height: 150px;
        -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        border-radius: 150px; }
  /* =============== HOMEPAGE =============== */
  .page-homepage #main section.content > .row .item--container {
    padding: 0 30px;
    max-width: 690px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .swiper-pager {
    display: none; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-block {
    font-size: 25px;
    margin-bottom: 25px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle {
    font-size: 45px;
    line-height: 110%; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span {
    font-size: 16px; }
  .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper {
    display: block;
    margin: 0 10px 10px 0; }
  .page-homepage #main section.content > .row.homepageslider .c.container #home-slider-titles .swiper-slide.i-1 .anim-item-4 {
    padding-left: 0; }
  /* =============== CONTENT TYPES =============== */
  section.content-header {
    margin-bottom: 50px; }
    section.content-header .c.container {
      padding: 0; }
      section.content-header .c.container .block.block-1 a {
        margin: 0;
        font-size: 24px; }
      section.content-header .c.container .block.block-2 {
        margin: 0;
        padding: 0; }
        section.content-header .c.container .block.block-2 .h-title {
          font-size: 35px;
          line-height: 115%;
          letter-spacing: .5px;
          margin-bottom: 0; }
        section.content-header .c.container .block.block-2 .text.text-intro {
          max-width: 100%;
          line-height: 150%; }
    section.content-header.without-text .h-title {
      margin-bottom: 0; }
  section.content > .row, .prepend-content > .row {
    background: #FFFFFF; }
    section.content > .row.contentblock.with-title, .prepend-content > .row.contentblock.with-title {
      padding: 50px; }
      section.content > .row.contentblock.with-title .row-with-image .col-img, .prepend-content > .row.contentblock.with-title .row-with-image .col-img {
        width: 190px; }
      section.content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img, .prepend-content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img {
        top: -50px; }
      section.content > .row.contentblock.with-title.with---image .c.container .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.with-title.with---image .c.container .row-with-image.align-image-left .text {
        margin-left: 50px; }
      section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image {
        margin-bottom: -50px; }
        section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text {
          padding-bottom: 50px; }
      section.content > .row.contentblock.with-title.without---image .has-margin .neo-contentBlock-item .row-with-image.align-image-right .text .cta, .prepend-content > .row.contentblock.with-title.without---image .has-margin .neo-contentBlock-item .row-with-image.align-image-right .text .cta {
        padding-left: 50px; }
    section.content > .row.contentblock.without-title .row-with-image .text, .prepend-content > .row.contentblock.without-title .row-with-image .text {
      max-width: 100%;
      max-width: 360px; }
    section.content > .row.contentblock.without-title.with---image, .prepend-content > .row.contentblock.without-title.with---image {
      padding: 0 50px; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .text, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .text {
        padding-top: 0;
        padding-bottom: 0; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .col-img, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper.has-no-margin .neo-contentBlock-item-0.row-row_text_image .col-img {
        margin-top: -50px; }
    section.content > .row.contentblock.without-title.without---image, .prepend-content > .row.contentblock.without-title.without---image {
      padding: 50px; }
      section.content > .row.contentblock.without-title.without---image .has-no-margin .cta, .prepend-content > .row.contentblock.without-title.without---image .has-no-margin .cta {
        margin: 0; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .cta, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .cta {
      margin: 0; }
    section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta {
      padding-left: 50px; }
      section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta .btn-type--asset, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .neo-contentBlock-item-0.row-row_text_image .cta .btn-type--asset {
        margin-left: -50px; }
    section.content > .row.contentblock.count-items-1.with-title.without---image, .prepend-content > .row.contentblock.count-items-1.with-title.without---image {
      padding-top: 50px; }
      section.content > .row.contentblock.count-items-1.with-title.without---image .has-margin .text .cta, .prepend-content > .row.contentblock.count-items-1.with-title.without---image .has-margin .text .cta {
        margin-left: 50px; }
    section.content > .row.contentblock.count-items-1.with-title.with---image, .prepend-content > .row.contentblock.count-items-1.with-title.with---image {
      padding-top: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside {
        margin-left: -50px;
        margin-top: 50px; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .row-heading-inside {
        margin-left: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .row-heading-inside {
        margin-top: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text {
        padding-top: 50px; }
    section.content > .row.contentblock.without---image .c.container .has-margin .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .text {
      max-width: 100%; }
    section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text {
      max-width: 360px; }
    section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock .c.container h2, .prepend-content > .row.contentblock .c.container h2 {
      margin-bottom: 30px; }
    section.content > .row.contentblock .c.container .cta .btn:before, .prepend-content > .row.contentblock .c.container .cta .btn:before {
      left: -50px; }
    section.content > .row.contentblock .c.container .has-margin .text, .prepend-content > .row.contentblock .c.container .has-margin .text {
      max-width: 360px;
      margin-left: 0; }
    section.content > .row.contentblock .c.container .has-margin .block--inline-links, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links {
      margin: 0 0 0 50px; }
    section.content > .row.contentblock .c.container .has-no-margin .cta, .prepend-content > .row.contentblock .c.container .has-no-margin .cta {
      padding: 0;
      margin: 0 0 0 50px; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-right .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .col-img {
      max-width: 190px;
      margin-right: -50px; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-left .text, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .text {
      margin-left: 0; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-left .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .col-img {
      margin-left: -50px; }
    section.content > .row.contentblock .c.container .has-margin .neo-contentBlock .align-image-left .text, .prepend-content > .row.contentblock .c.container .has-margin .neo-contentBlock .align-image-left .text {
      margin-left: 50px; }
    section.content > .row.contentblock .c.container .neo-contentBlock-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item {
      margin-bottom: 50px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .row-subtext .h-subtitle, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .row-subtext .h-subtitle {
        margin-bottom: 0; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text {
        padding-top: 30px;
        margin-left: 70px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img {
        width: 100%;
        max-width: 100%; }
        section.content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-row_text_image .align-image-center .col-img img {
          left: inherit;
          right: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit;
          width: 100%;
          height: auto; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .h, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .h {
        padding: 0; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item {
        margin: 0 30px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item .col-img, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item .col-img {
        width: 173px !important;
        overflow: hidden; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2), .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2) {
        margin: 0 20px; }
    section.content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .text, .prepend-content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .text {
      margin-top: 50px; }
    section.content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .col-img, .prepend-content > .row.quoteblock + .contentblock.without-title.with---image .has-no-margin .row-with-image.align-image-right .col-img {
      margin-top: 0; }
    section.content > .row.quoteblock, .prepend-content > .row.quoteblock {
      padding: 30px 0 50px 0; }
      section.content > .row.quoteblock .h, .prepend-content > .row.quoteblock .h {
        font-size: 25px;
        line-height: 140%;
        color: #0061A7; }
      section.content > .row.quoteblock + .row:not(.storytimeline), .prepend-content > .row.quoteblock + .row:not(.storytimeline) {
        padding-top: 50px; }
        section.content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image, .prepend-content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image {
          padding-top: 0; }
          section.content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image .row-text-image .text, .prepend-content > .row.quoteblock + .row:not(.storytimeline).count-items-1.with---image .row-text-image .text {
            padding-top: 50px;
            padding-bottom: 0; }
    section.content > .row.blockpresskit .container .neo-blockPressKit-item, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item {
      width: 47%;
      float: left;
      margin-right: 40px;
      margin-bottom: 40px; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img {
        height: 250px;
        overflow: hidden; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img {
          width: 100%;
          height: auto; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text {
        padding: 30px 30px 0 30px;
        height: 100px; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block {
          font-size: 16px;
          line-height: 140%;
          padding-right: 60px; }
    section.content > .row.blockbottompageshortcuts .c.container .shortcut-item, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item {
      width: 33.33%; }
      section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block {
        bottom: 50px; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after {
          left: 0;
          right: inherit;
          bottom: -20px; }
    section.content > .row.blockbottompageshortcuts .c.container:before, .prepend-content > .row.blockbottompageshortcuts .c.container:before {
      margin: 0 auto 50px auto; }
    section.content > .row.dropdownwithimage.dropdown .row-content, .prepend-content > .row.dropdownwithimage.dropdown .row-content {
      padding: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .subtext .h, .prepend-content > .row.dropdownwithimage.dropdown .row-content .subtext .h {
        padding-right: 190px; }
        section.content > .row.dropdownwithimage.dropdown .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content .subtext .h:before {
          top: inherit !important;
          bottom: -54px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before {
        left: -50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper {
        padding-left: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait {
        padding-right: 190px;
        padding-left: 50px; }
      section.content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock {
        width: 190px; }
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
      section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
      .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1 {
        padding-right: 190px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before {
      top: inherit !important;
      bottom: -54px !important; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global {
      padding: 50px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait {
      padding-left: 50px; }
    section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper {
      padding-left: 50px; }
    section.content > .row.contactblock, .prepend-content > .row.contactblock {
      margin-top: 50px;
      padding-bottom: 0; }
      section.content > .row.contactblock .h-block, .prepend-content > .row.contactblock .h-block {
        color: #0061A7; }
    section.content > .row.blockperfumers, .prepend-content > .row.blockperfumers {
      margin: 0;
      padding: 50px; }
    section.content > .row.focus .c.container, .prepend-content > .row.focus .c.container {
      padding: 50px 0 30px 0;
      width: 100%;
      max-width: 100%; }
      section.content > .row.focus .c.container #blockFocus, .prepend-content > .row.focus .c.container #blockFocus {
        width: 100% !important; }
        section.content > .row.focus .c.container #blockFocus .slider-wrapper--block, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block {
          width: 100% !important; }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle {
            position: inherit;
            top: inherit;
            left: inherit;
            margin: 0 0 20px 0; }
            section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle:after, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .h.h-subtitle:after {
              width: 110px;
              top: inherit;
              bottom: -24px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper {
            width: 100% !important;
            max-height: 350px; }
            section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper li.swiper-slide, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .swiper-wrapper li.swiper-slide {
              width: 100% !important; }
        section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block {
          margin: 30px 0 0 0; }
          section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper {
            width: 50%;
            height: 130px; }
            section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1 {
              float: left;
              padding: 0 15px 0 0;
              position: relative; }
              section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1 img, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1 img {
                position: absolute;
                bottom: 0; }
            section.content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-2, .prepend-content > .row.focus .c.container #blockFocus .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-2 {
              float: right;
              padding: 0 0 0 15px; }
  .specific-form {
    padding: 50px;
    margin-top: 30px; }
    .specific-form .c.container {
      padding: 0; }
    .specific-form .text {
      margin-bottom: 30px; }
    .specific-form.active {
      padding-bottom: inherit; }
  /* =============== CONTENT COLUMNS =============== */
  .column--right {
    width: 100%; }
    .column--right.good-right--all.col--without-image, .column--right.good-right--all.col--with-image {
      top: -30px !important; }
    .column--right.good-right-ods {
      margin: 0 0 30px 0;
      top: 0 !important; }
    .column--right #contentSidebar--menu {
      padding: 0; }
      .column--right #contentSidebar--menu .item--content-sidebar-links.title {
        margin: 0;
        padding: 0;
        position: static; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title a {
          display: block;
          padding: 20px 60px 20px 30px;
          width: 100%;
          position: relative;
          z-index: 10;
          font-size: 18px; }
          .column--right #contentSidebar--menu .item--content-sidebar-links.title a:after {
            top: 18px !important;
            right: 20px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 300ms all ease-out;
            -o-transition: 300ms all ease-out;
            transition: 300ms all ease-out; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title.is-active a:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .column--right #contentSidebar--menu .nav {
        padding: 20px 30px 20px 30px;
        display: none;
        margin: 0; }
    .column--right #contactService li.h-title {
      margin: 0; }
    .column--right #contactService li .modal .modal-dialog .modal-content .modal-body .close {
      top: 20px;
      right: 20px; }
  .column--left {
    width: 100%;
    padding: 0 !important; }
  #generic_wrapper {
    padding: 0 30px; }
  /* =============== ODS =============== */
  .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin {
    width: 47.88%;
    max-width: 47.88%;
    margin: 0 30px 30px 0; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin.even {
      margin: 0 0 30px 0; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .categoryThumb {
      height: 180px;
      line-height: 180px; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .h-block {
      height: 110px;
      padding: 30px 20px;
      text-align: center;
      font-size: 16px; }
  /* =============== SPECIAL STYLES =============== */
  .page-level-2 .animator {
    display: block; }
  .categories-list {
    margin: 20px 0 0 0; }
    .categories-list li {
      width: 100%;
      text-align: left;
      display: block; }
      .categories-list li.type-link a {
        display: block;
        padding: 0 0 10px 0 !important; }
        .categories-list li.type-link a:after {
          display: none; }
      .categories-list li.type-link.last a {
        padding: 0 !important; }
  .listing-container .grid.listing {
    padding: 0 30px; }
  .page-actualites .listing-container .col-item,
  .page-evenements .listing-container .col-item,
  .page-custom-media .listing-container .col-item,
  .page-association .listing-container .col-item,
  .categ-group-news .listing-container .col-item,
  .categ-group-association .listing-container .col-item,
  .categ-group-documentation .listing-container .col-item {
    width: 100%;
    max-width: 47.88%;
    margin: 0 30px 30px 0 !important; }
    .page-actualites .listing-container .col-item.even,
    .page-evenements .listing-container .col-item.even,
    .page-custom-media .listing-container .col-item.even,
    .page-association .listing-container .col-item.even,
    .categ-group-news .listing-container .col-item.even,
    .categ-group-association .listing-container .col-item.even,
    .categ-group-documentation .listing-container .col-item.even {
      margin: 0 0 30px 0 !important; }
    .page-actualites .listing-container .col-item .block,
    .page-evenements .listing-container .col-item .block,
    .page-custom-media .listing-container .col-item .block,
    .page-association .listing-container .col-item .block,
    .categ-group-news .listing-container .col-item .block,
    .categ-group-association .listing-container .col-item .block,
    .categ-group-documentation .listing-container .col-item .block {
      height: auto;
      min-height: inherit;
      max-height: inherit;
      padding: 30px; }
    .page-actualites .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-evenements .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-custom-media .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-news .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-documentation .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper {
      min-height: inherit;
      max-height: inherit;
      line-height: normal;
      padding: 30px 60px 30px 30px; }
  /* =============== PAGES HUB =============== */
  .page-hub section.content > .row.mediablockwithtext, .page-hub .prepend-content > .row.mediablockwithtext {
    margin: 0; }
    .page-hub section.content > .row.mediablockwithtext .block-images, .page-hub .prepend-content > .row.mediablockwithtext .block-images {
      height: 335px;
      min-height: 335px;
      margin: 0; }
    .page-hub section.content > .row.mediablockwithtext .block-texts, .page-hub .prepend-content > .row.mediablockwithtext .block-texts {
      padding-right: 40px;
      padding-left: 35px; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .h-block, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .h-block {
        font-size: 29px;
        line-height: 120%; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .text, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .text {
        display: none; }
      .page-hub section.content > .row.mediablockwithtext .block-texts .cta, .page-hub .prepend-content > .row.mediablockwithtext .block-texts .cta {
        display: none; }
  .page-hub section.content > .row.mediablockfullwidth .h-block, .page-hub .prepend-content > .row.mediablockfullwidth .h-block {
    font-size: 30px;
    line-height: 120%; }
  .page-hub section.content > .row.mediablockfullwidth .block-texts, .page-hub .prepend-content > .row.mediablockfullwidth .block-texts {
    padding: 50px; }
  /* =============== PAGE LOCATION =============== */
  .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .h {
    font-size: 16px !important; }
  .page-custom-locations #legend_types {
    display: none; }
  .page-custom-locations .locations-result, .page-custom-locations .locations-result .c > .row > .col-item {
    min-height: 550px;
    margin-bottom: 15px; }
  .page-custom-locations .locations-result .map .oh-google-map-canvas {
    min-height: 550px;
    height: 550px; }
  .page-custom-locations .c.container {
    padding: 0 30px; }
    .page-custom-locations .c.container .region-header.counter {
      display: none !important; }
  .page-custom-locations .results .c.container {
    padding: 0; }
    .page-custom-locations .results .c.container ul.listing-location li.col-item {
      width: 47.88%;
      max-width: 100%;
      margin: 0 30px 30px 0 !important; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item.even {
        margin: 0 0 30px 0 !important; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item.i-6 {
        clear: inherit; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .h {
        font-size: 18px; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .text {
        margin: 0 0 20px 0; }
        .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .info-box .text p {
          height: 90px; }
      .page-custom-locations .results .c.container ul.listing-location li.col-item .e-teaser .location-images img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group {
    width: 50%; }
  .page-custom-locations #main section.content-header .c.container .region-header.counter .list-inline .list-inline-item {
    width: 42%;
    margin: 0 0 20px 0; }
  .page-custom-locations .infoWindow {
    height: 100% !important; }
    .page-custom-locations .infoWindow.e-section-location .info-box {
      width: 100%;
      padding: 0; }
  .section-location .single--hospital .column--left {
    margin: 0 0 30px 0; }
    .section-location .single--hospital .column--left .location-images {
      height: 320px !important; }
      .section-location .single--hospital .column--left .location-images img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .section-location .single--hospital .column--left .text.bloc--1 {
      padding: 0 30px 0 0; }
  .section-location .single--hospital .column--left,
  .section-location .single--hospital .column--right {
    width: 50%;
    padding: 0 !important; }
  .section-location .single--hospital .description {
    padding: 40px 0 0 0; }
  /* =============== FOOTER =============== */
  .block-sharing {
    display: none; }
  #footer {
    padding: 0;
    height: 200px; }
    #footer .footer-1 {
      padding: 50px 0 0 0; }
      #footer .footer-1 .container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px; }
        #footer .footer-1 .container .row {
          max-width: 100%;
          width: 100%; }
          #footer .footer-1 .container .row .col-item ul.navigation li a {
            font-size: 12px; }
          #footer .footer-1 .container .row .col-item.i-1 img {
            width: 100%;
            height: auto; }
          #footer .footer-1 .container .row .col-item.i-2 {
            max-width: 50%;
            width: 100%;
            padding-right: 0; }
            #footer .footer-1 .container .row .col-item.i-2 a {
              font-size: 12px; }
          #footer .footer-1 .container .row .col-item.i-3 {
            width: 50%;
            max-width: 100%;
            padding: 0;
            -webkit-box-flex: inherit;
            -ms-flex: inherit;
            flex: inherit;
            display: block;
            text-align: right; }
            #footer .footer-1 .container .row .col-item.i-3 ul.navigation li {
              padding: 15px 20px 15px 0; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li a {
                font-size: 12px; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-3 {
                padding-right: 0; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-4 {
                top: -63px; }
      #footer .footer-1 .social-links {
        position: inherit;
        top: inherit;
        right: inherit;
        margin: 20px 0 0 0;
        display: none; }
    #footer .footer-2 {
      margin: 0 0 40px 0; }
      #footer .footer-2 .c.container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px; }
        #footer .footer-2 .c.container .row .col-item {
          text-align: center;
          margin: 0; }
  .row #pantones-titles.swp-understanding-skin .swiper-container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important; }
  .nav-menu .block {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin: 120px 0 0 0;
    height: 100%; }
  .nav-menu .nav-wrapper {
    overflow-y: scroll; }
  .buttons-menu.inline li.type-entry a {
    width: auto; }
  .mobile-langs .actions-menu {
    margin: 30px 0 0 0; }
    .mobile-langs .actions-menu li {
      margin: 0; }
      .mobile-langs .actions-menu li.client {
        display: none; }
      .mobile-langs .actions-menu li a {
        font-family: inherit; }
      .mobile-langs .actions-menu li span {
        font-size: 16px; }
  .body.section-homepage .bigslide {
    margin-top: 0 !important; }
  .body .row.photocompare .row-matrix .row ul.grid {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .body .row.standard .row-matrix.type-videoupload {
    height: auto; }
  .bigslide .row-matrix .row .block-texts .heading .h {
    text-align: center;
    font-size: 40px; }
  .bigslide .row-matrix .row .block-texts .text, .bigslide .row-matrix .row .block-texts .cta {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 150%; }
  .bigslide .row-matrix .row .block-texts .cta a {
    display: block;
    width: 320px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .bigslide .row-matrix .row .block-images {
    text-align: center; }
  .content-header .text > * {
    font-size: 18px;
    line-height: 150%; }
  .page-homepage .skinconditions .block-image {
    height: 350px;
    overflow: hidden; }
  .page-homepage .skinconditions .block-text {
    height: 350px;
    line-height: 350px; }
    .page-homepage .skinconditions .block-text .col-wrapper {
      padding-right: 30px; }
  .linkto-wrapper.style-1 a {
    padding: 10px 20px;
    max-width: 440px;
    width: auto; }
    .linkto-wrapper.style-1 a span {
      padding: 0 !important;
      overflow: visible; }
      .linkto-wrapper.style-1 a span:after {
        right: -20px;
        top: 6px; }
      .linkto-wrapper.style-1 a span:before {
        display: none; }
    .linkto-wrapper.style-1 a:hover span:after {
      width: inherit;
      right: -30px;
      opacity: 0; }
  .content-footer .text p {
    line-height: 150%; }
  .content-header.with-text.with-media video {
    max-width: 100%;
    height: auto; }
  section.content > .row, .prepend-content > .row {
    position: relative;
    z-index: 2; }
    section.content > .row.rowintro,
    .prepend-content > .row.rowintro {
      margin-bottom: 45px; }
      section.content > .row.rowintro .text > *,
      .prepend-content > .row.rowintro .text > * {
        font-size: 18px; }
    section.content > .row .col-item p:last-child,
    .prepend-content > .row .col-item p:last-child {
      margin-bottom: 0; }
    section.content > .row .row-content .row-heading .h br,
    .prepend-content > .row .row-content .row-heading .h br {
      display: none; }
    section.content > .row .row-content .row-heading .sub-heading, section.content > .row .row-content .row-heading .sub-heading p,
    .prepend-content > .row .row-content .row-heading .sub-heading,
    .prepend-content > .row .row-content .row-heading .sub-heading p {
      font-size: 18px;
      line-height: 150%; }
    section.content > .row.contained .row-content,
    .prepend-content > .row.contained .row-content {
      margin: auto; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li.swiper-slide div,
    .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li.swiper-slide div {
      width: 100%; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading,
    .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading {
      background: rgba(255, 255, 255, 0.87);
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 20px 30px; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading h2,
      .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading h2 {
        font-size: 24px;
        color: #094D92; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading p,
      .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper li .row-heading p {
        font-size: 23px; }
    section.content > .row.sliderhome #footer_section_news,
    .prepend-content > .row.sliderhome #footer_section_news {
      margin: 40px 0 0 0;
      padding: 0 30px; }
      section.content > .row.sliderhome #footer_section_news .c.container,
      .prepend-content > .row.sliderhome #footer_section_news .c.container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h {
          font-size: 27px;
          margin: 0 0 20px 0; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item {
          width: 48%;
          margin: 0 0 60px 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child {
            margin: 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image {
            height: 210px; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block {
            bottom: -20px;
            width: 100%;
            max-width: 100%; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-1,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-1 {
            float: left; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-2,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-2 {
            float: right; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3 {
            display: none; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta {
          margin: 0; }
    section.content > .row.videohomepage .c.container .h-subtitle,
    .prepend-content > .row.videohomepage .c.container .h-subtitle {
      font-size: 27px;
      margin: 0 0 60px 0;
      padding: 20px 0 0 0; }
    section.content > .row.videohomepage .c.container .cta,
    .prepend-content > .row.videohomepage .c.container .cta {
      position: relative;
      top: inherit;
      right: inherit; }
    section.content > .row.videohomepage .c.container #videoFeatured_block,
    .prepend-content > .row.videohomepage .c.container #videoFeatured_block {
      padding: 0 30px; }
      section.content > .row.videohomepage .c.container #videoFeatured_block li,
      .prepend-content > .row.videohomepage .c.container #videoFeatured_block li {
        margin: 0 0 30px 0;
        height: 170px; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft {
          width: 48%;
          position: inherit;
          float: left; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft {
          width: 48%;
          position: inherit;
          float: right; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter {
          display: none; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight {
          width: 48%;
          position: inherit;
          float: left; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight {
          width: 48%;
          position: inherit;
          float: right; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li img,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    section.content > .row.focus,
    .prepend-content > .row.focus {
      padding: 0 30px; }
      section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper,
      .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper {
        max-height: 180px; }
        section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide,
        .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide {
          margin: 0; }
          section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus,
          .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus {
            height: 100%; }
          section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading,
          .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading {
            margin: 0; }
            section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait,
            .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait {
              top: inherit;
              bottom: 0;
              padding: 10px 20px;
              height: auto;
              width: 100%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3 {
                font-size: 24px;
                margin: 0; }
              section.content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p,
              .prepend-content > .row.focus .c.container .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p {
                display: none; }
      section.content > .row.focus .c.container .swiper-slide,
      .prepend-content > .row.focus .c.container .swiper-slide {
        margin: 0; }
        section.content > .row.focus .c.container .swiper-slide img,
        .prepend-content > .row.focus .c.container .swiper-slide img {
          width: 100%;
          height: auto; }
      section.content > .row.focus .c.container .linkto-wrapper--block,
      .prepend-content > .row.focus .c.container .linkto-wrapper--block {
        width: 100%; }
        section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a,
        .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a {
          padding: 0;
          border: none;
          max-width: 100%; }
          section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img,
          .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img {
            width: 100%;
            height: auto; }
        section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child,
        .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child {
          padding: 0; }
  .content-header.without-media {
    padding: 0 !important;
    background: none !important; }
  .content-header .block-1 {
    margin-bottom: 30px; }
    .content-header .block-1 .h {
      text-align: center; }
  .row.full-width {
    padding-left: 30px;
    padding-right: 30px; }
  .section-location .content-header.with-media {
    padding: 0 !important;
    background: none !important; }
    .section-location .content-header.with-media .block-1, .section-location .content-header.with-media .block-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .section-location .content-header.with-media .block-1 {
      padding-left: 30px !important; }
      .section-location .content-header.with-media .block-1 .h {
        text-align: left;
        line-height: normal; }
    .section-location .content-header.with-media .block-2 {
      padding-right: 30px !important; }
  .section-location section.docteur-informations {
    padding-left: 30px;
    padding-right: 30px; }
    .section-location section.docteur-informations .block-images {
      padding-left: 0;
      padding-right: 0; }
      .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a {
        margin-bottom: 30px;
        font-size: 14px;
        letter-spacing: 2.4px; }
        .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a i {
          top: -3px !important; }
        .section-location section.docteur-informations .block-images .linkto-wrapper.type-entry a.button--isi {
          display: block;
          max-width: 100%;
          min-width: 100%;
          text-align: center; }
  .last .tpl-yourdoctorwithimage .block-text p {
    line-height: 150%; }
  .section-homepage .row.products .grid .col-item .h {
    font-size: 24px;
    padding-bottom: 10px; }
  .fieldset.your-info legend.h {
    display: none; }
  form.form .buttons.button-submit .btn,
  form.form-inline .buttons.button-submit .btn {
    margin-top: 20px;
    display: block;
    min-width: 100%;
    max-width: 100%; }
  .row.standard.i-5.last .type-singleimage .row.align-items-center {
    padding-left: 30px;
    padding-right: 30px; }
  .custom-modal-1 .modal-body .block-image .pantones-list {
    top: 19px;
    left: -14.5px; }
    .custom-modal-1 .modal-body .block-image .pantones-list li {
      width: 29px;
      height: 29px;
      margin-bottom: 17px; }
  .slideshow.with-next-prev.swp-skinbar-textures .swiper-next-prev {
    top: 26px; }
  .slideshow.with-next-prev.swp-active-ingredients .swiper-next-prev {
    top: 26px; } }

@media (max-width: 930px) {
  .page-custom-locations .locations-result .locations-list-heading {
    display: none; }
  .section-location .single--hospital .column--left {
    margin: 0 0 30px 0; }
    .section-location .single--hospital .column--left .location-images {
      height: 320px !important; }
      .section-location .single--hospital .column--left .location-images img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .section-location .single--hospital .column--left .text.bloc--1 ul li {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding: 0 30px 0 20px; }
  .section-location .single--hospital .column--left,
  .section-location .single--hospital .column--right {
    width: 100%;
    padding: 0 !important; }
  .section-location .single--hospital .description {
    padding: 40px 0 0 0; }
  .searchForm--bloc input[type="search"], .searchForm--bloc input[type="submit"] {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 768px) {
  .eventsessionsbloc .neo-blockSession--wrapper .neo-blockSession .block--intervenant-wrapper .block--intervenant .col--video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px 0; }
  .eventsessionsbloc .neo-blockSession--wrapper .neo-blockSession .block--intervenant-wrapper .block--intervenant .col--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 40px 0; } }

@media (max-width: 667px) {
  table {
    width: 100%;
    max-width: 100%; }
    table th {
      display: block;
      width: 100%; }
    table td {
      display: block;
      width: 100% !important;
      max-width: inherit;
      min-width: inherit !important; }
      table td p {
        font-size: inherit;
        line-height: inherit; }
  body {
    background: #FFFFFF;
    display: block; }
  #main section,
  .content-header .container {
    max-width: 100%;
    width: 100%; }
  .container {
    width: 100%; }
  /* =============== HEADER =============== */
  #header {
    max-height: inherit; }
    #header #logo {
      width: 54%;
      height: 150px;
      line-height: 150px; }
      #header #logo .logo.logo-standard {
        display: inline-block;
        width: 150px; }
      #header #logo .logo.logo-responsive {
        display: block;
        height: auto;
        width: 141px;
        top: 16px;
        left: 30px; }
      #header #logo:before {
        display: none; }
    #header:after {
      display: none; }
    #header #headerContainer {
      width: 46%; }
      #header #headerContainer:after {
        display: none; }
      #header #headerContainer #subHeader {
        height: auto; }
        #header #headerContainer #subHeader .block-menu-social {
          display: none; }
        #header #headerContainer #subHeader .donation {
          display: none; }
        #header #headerContainer #subHeader .shortcut--links {
          line-height: normal;
          height: auto; }
          #header #headerContainer #subHeader .shortcut--links .emergency {
            width: 75%;
            float: left; }
            #header #headerContainer #subHeader .shortcut--links .emergency a {
              text-align: left;
              line-height: 39px;
              height: 39px;
              padding: 0 0 0 50px;
              border: none; }
              #header #headerContainer #subHeader .shortcut--links .emergency a span {
                font-size: 13px; }
              #header #headerContainer #subHeader .shortcut--links .emergency a:before {
                left: 17px;
                top: 8px; }
          #header #headerContainer #subHeader .shortcut--links .langSwitcher__mobile {
            width: 25%;
            float: left; }
            #header #headerContainer #subHeader .shortcut--links .langSwitcher__mobile ul .type-lang.current:after {
              content: '';
              display: inline-block;
              vertical-align: baseline;
              height: 0;
              width: 0;
              border-color: transparent;
              border-style: solid;
              border-width: 3px;
              border-top-color: #818181; }
          #header #headerContainer #subHeader .shortcut--links .phone {
            background: #0C4E7E;
            width: 100%;
            font-size: 13px;
            padding: 0 0 0 50px;
            line-height: 35px;
            height: 35px; }
            #header #headerContainer #subHeader .shortcut--links .phone:before {
              left: 20px;
              top: 7px;
              -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
              transform: scale(0.8); }
            #header #headerContainer #subHeader .shortcut--links .phone a[href^="tel:"] {
              color: #FFFFFF;
              text-decoration: none; }
      #header #headerContainer .navbar {
        background: #008EC9;
        height: 77px; }
        #header #headerContainer .navbar .container {
          height: 100%;
          display: block; }
        #header #headerContainer .navbar #mainMegaMenu {
          position: absolute;
          top: 150px;
          left: 0;
          width: 100%;
          z-index: 50;
          padding: 18px 30px 30px 30px;
          opacity: 0;
          visibility: hidden;
          -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
          -webkit-transition: 300ms all ease-out;
          -o-transition: 300ms all ease-out;
          transition: 300ms all ease-out; }
          #header #headerContainer .navbar #mainMegaMenu.is-active {
            opacity: 1;
            visibility: visible; }
          #header #headerContainer .navbar #mainMegaMenu li {
            width: 100%; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col:first-child {
              padding: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level {
              text-align: left;
              line-height: normal;
              padding: 18px 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.27);
              position: relative; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level:before {
                content: '';
                display: block !important;
                position: absolute;
                left: inherit;
                right: 5px;
                top: 27px;
                background: #FFFFFF;
                width: 10px;
                height: 2px;
                opacity: 1;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: 300ms all ease-out;
                -o-transition: 300ms all ease-out;
                transition: 300ms all ease-out; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level:after {
                content: '';
                display: block !important;
                position: absolute;
                left: inherit;
                right: 0;
                top: 33px;
                background: #FFFFFF;
                width: 10px;
                height: 2px;
                -webkit-transition: 300ms all ease-out;
                -o-transition: 300ms all ease-out;
                transition: 300ms all ease-out; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .mm--first-level.is-expand:before {
                opacity: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items {
              position: inherit;
              padding: 0;
              display: none;
              background: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items .container {
                padding: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links {
              width: 100%;
              -webkit-column-count: inherit;
              column-count: inherit;
              -webkit-column-gap: inherit;
              column-gap: inherit;
              padding: 20px 0 20px 0; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li a {
                padding: 0 20px 0 0;
                font-size: 16px;
                margin: 0 0 20px 0; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li a:before {
                  display: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a {
                font-size: 18px;
                margin-bottom: 20px;
                color: #76e2ba; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a:before {
                  content: '';
                  display: block !important;
                  position: absolute;
                  left: inherit;
                  right: 0;
                  top: 14px;
                  background: #5CD1A5;
                  width: 10px;
                  height: 2px;
                  opacity: 1; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a:after {
                  content: '';
                  display: block !important;
                  position: absolute;
                  right: 0;
                  top: 14px;
                  background: #5CD1A5;
                  width: 10px;
                  height: 2px; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children > a.is-expand:before {
                  opacity: 0; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children .level-2 {
                display: none; }
                #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children .level-2 a {
                  color: #FFFFFF;
                  font-size: 16px; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.has-children:hover a {
                opacity: 1; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children > a {
                font-size: 18px;
                margin-bottom: 20px;
                color: #76e2ba; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children .level-2 {
                display: none; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li.no-children:hover a {
                opacity: 1; }
              #header #headerContainer .navbar #mainMegaMenu li.main--item-col .megaMenu--items-links li:last-child {
                margin-bottom: 40px; }
            #header #headerContainer .navbar #mainMegaMenu li.main--item-col.main--item-col-13 .mm--first-level {
              border-bottom: 0; }
            #header #headerContainer .navbar #mainMegaMenu li.search-link {
              display: none; }
          #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col {
            margin-bottom: 0; }
            #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item {
              width: 100%;
              padding: 0;
              margin: 0 0 15px 0; }
              #header #headerContainer .navbar #mainMegaMenu .mmColumnMedias--col .col-item:last-child {
                padding: 0;
                margin: 0; }
      #header #headerContainer #hamburger--wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 15px 0 0 0; }
        #header #headerContainer #hamburger--wrapper .menu-label {
          display: block;
          padding: 8px 0 0 0; }
    #header .quickAccess {
      display: none; }
  .quickAccess#quickAccess_sidebar {
    display: none; }
  .quickAccess#quickAccess_middle {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .quickAccess#quickAccess_middle .menu-control {
      display: none; }
    .quickAccess#quickAccess_middle li {
      background: #FFFFFF;
      border: none;
      display: inline-block !important;
      vertical-align: top; }
      .quickAccess#quickAccess_middle li.i-5 {
        display: inline-block; }
      .quickAccess#quickAccess_middle li.i-1, .quickAccess#quickAccess_middle li.i-3, .quickAccess#quickAccess_middle li.i-5 {
        margin: 0 10px 10px 0; }
      .quickAccess#quickAccess_middle li.i-2, .quickAccess#quickAccess_middle li.i-4, .quickAccess#quickAccess_middle li.i-6 {
        margin: 0 0 10px 0; }
      .quickAccess#quickAccess_middle li a {
        padding: 48px 18px 18px;
        width: 145px;
        height: 150px;
        -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03);
        border-radius: 150px; }
  #sidebar {
    width: 100%;
    background: transparent;
    overflow-y: scroll; }
    #sidebar #mobile_menu {
      display: block;
      margin: 0 0 0 40px; }
      #sidebar #mobile_menu .mobile-menu-wrapper ul.level-2 {
        margin-right: -30px; }
    #sidebar #icons_preview {
      display: none; }
  /* =============== CONTENT COLUMNS =============== */
  .column--right {
    width: 100%; }
    .column--right.good-right--all.col--without-image, .column--right.good-right--all.col--with-image {
      top: -30px !important; }
    .column--right.good-right-ods {
      margin: 0 0 30px 0; }
    .column--right #contentSidebar--menu {
      padding: 0; }
      .column--right #contentSidebar--menu .item--content-sidebar-links.title {
        margin: 0;
        padding: 0;
        position: static; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title a {
          display: block;
          padding: 20px 60px 20px 30px;
          width: 100%;
          position: relative;
          z-index: 10; }
          .column--right #contentSidebar--menu .item--content-sidebar-links.title a:after {
            top: 18px !important;
            right: 20px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 300ms all ease-out;
            -o-transition: 300ms all ease-out;
            transition: 300ms all ease-out; }
        .column--right #contentSidebar--menu .item--content-sidebar-links.title.is-active a:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .column--right #contentSidebar--menu .nav {
        padding: 20px 30px 20px 30px;
        display: none;
        margin: 0; }
    .column--right #contactService {
      padding: 20px 30px; }
      .column--right #contactService .h-title {
        margin: 0; }
      .column--right #contactService li .modal .modal-dialog .modal-content .modal-body .close {
        top: 20px;
        right: 20px; }
  .column--left {
    width: 100%;
    padding: 0 !important; }
  #generic_wrapper {
    padding: 0 30px; }
  /* =============== ODS =============== */
  .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .categoryThumb {
      height: 180px;
      line-height: 180px; }
    .section-offresdesoins .listing-container #offreDeSoinsListing li.item--type-offre-de-soin .h-block {
      height: auto;
      padding: 30px;
      text-align: center; }
  /* =============== SPECIAL STYLES =============== */
  .page-level-2 .animator {
    display: block; }
  .categories-list {
    margin: 20px 0 0 0; }
    .categories-list li {
      width: 100%;
      text-align: left;
      display: block; }
      .categories-list li.type-link a {
        display: block;
        padding: 0 0 10px 0 !important; }
        .categories-list li.type-link a:after {
          display: none; }
      .categories-list li.type-link.last a {
        padding: 0 !important; }
  .listing-container .grid.listing {
    padding: 0 30px; }
  .page-actualites .listing-container .col-item,
  .page-evenements .listing-container .col-item,
  .page-custom-media .listing-container .col-item,
  .page-association .listing-container .col-item,
  .categ-group-news .listing-container .col-item,
  .categ-group-association .listing-container .col-item,
  .categ-group-documentation .listing-container .col-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0; }
    .page-actualites .listing-container .col-item .block,
    .page-evenements .listing-container .col-item .block,
    .page-custom-media .listing-container .col-item .block,
    .page-association .listing-container .col-item .block,
    .categ-group-news .listing-container .col-item .block,
    .categ-group-association .listing-container .col-item .block,
    .categ-group-documentation .listing-container .col-item .block {
      height: auto;
      min-height: inherit;
      max-height: inherit;
      padding: 30px; }
    .page-actualites .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-evenements .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-custom-media .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .page-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-news .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-association .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper,
    .categ-group-documentation .listing-container .col-item .e-tpl-espacePresse .block.bl--wrapper {
      min-height: inherit;
      max-height: inherit;
      line-height: normal;
      padding: 30px 60px 30px 30px; }
    .page-actualites .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .page-evenements .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .page-custom-media .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .page-association .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .categ-group-news .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .categ-group-association .listing-container .col-item .e-tpl-documentation .block.bl--wrapper,
    .categ-group-documentation .listing-container .col-item .e-tpl-documentation .block.bl--wrapper {
      min-height: inherit;
      line-height: normal;
      padding: 20px 60px 20px 30px; }
  /* =============== CONTENT TYPES =============== */
  #main section.content-header {
    margin-bottom: 0;
    position: relative; }
    #main section.content-header .c.container {
      padding: 0 30px; }
      #main section.content-header .c.container .block.block-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        #main section.content-header .c.container .block.block-1.quick-access .level-1 li a {
          display: block;
          font-size: 24px;
          color: #0061A7;
          margin-bottom: 0;
          letter-spacing: .16px; }
          #main section.content-header .c.container .block.block-1.quick-access .level-1 li a:before {
            display: none; }
        #main section.content-header .c.container .block.block-1.quick-access .level-2 {
          display: none; }
      #main section.content-header .c.container .block.block-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: left;
        margin-top: 0; }
        #main section.content-header .c.container .block.block-2 .h {
          font-size: 30px;
          line-height: 120%;
          letter-spacing: .34px;
          padding: 0;
          margin: 0;
          text-align: left; }
        #main section.content-header .c.container .block.block-2 .text.text-intro {
          text-align: left;
          font-size: 14px;
          line-height: 132%;
          letter-spacing: .6px;
          font-weight: 600;
          margin: 20px 0 0 0; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info p {
            text-align: left;
            font-size: 14px;
            line-height: 132%;
            letter-spacing: .6px;
            font-weight: 600; }
          #main section.content-header .c.container .block.block-2 .text.text-intro .entry-info li {
            margin: 0;
            display: block; }
    #main section.content-header .content-grey {
      padding: 40px 0; }
    #main section.content-header .breadcrumbs {
      display: none; }
      #main section.content-header .breadcrumbs .c.container {
        padding: 0; }
    #main section.content-header .block-2 {
      min-height: inherit; }
    #main section.content-header .background--header {
      height: auto; }
      #main section.content-header .background--header img {
        width: 100%; }
    #main section.content-header.without-text .c.container .block.block-2 .h.h-title {
      margin: 0; }
  #main section.content > .row.mediablockwithtext {
    margin-bottom: 0; }
    #main section.content > .row.mediablockwithtext .block-texts {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0 !important;
      padding: 30px !important;
      text-align: center; }
      #main section.content > .row.mediablockwithtext .block-texts .h {
        margin: 0; }
      #main section.content > .row.mediablockwithtext .block-texts .cta {
        display: none; }
    #main section.content > .row.mediablockwithtext .block-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      height: 375px;
      min-height: 375px;
      max-height: 375px; }
  #main section.content > .row .row-content .row-heading .h br {
    display: block; }
  section.content > .row, .prepend-content > .row {
    margin-bottom: 0;
    background: #FFFFFF; }
    section.content > .row.contentblock.with-title, .prepend-content > .row.contentblock.with-title {
      padding: 30px; }
      section.content > .row.contentblock.with-title .row-with-image .text, .prepend-content > .row.contentblock.with-title .row-with-image .text {
        width: 100%; }
      section.content > .row.contentblock.with-title .row-with-image .col-img img, .prepend-content > .row.contentblock.with-title .row-with-image .col-img img {
        left: inherit;
        right: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 100%;
        height: auto; }
      section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text {
        padding-bottom: 30px; }
    section.content > .row.contentblock.without-title.with---image, .prepend-content > .row.contentblock.without-title.with---image {
      padding: 0 30px; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper .neo-contentBlock-item:first-child .text, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-wrapper .neo-contentBlock-item:first-child .text {
        padding-top: 0; }
      section.content > .row.contentblock.without-title.with---image .text, .prepend-content > .row.contentblock.without-title.with---image .text {
        padding-top: 0;
        width: 100%; }
    section.content > .row.contentblock.without-title.without---image, .prepend-content > .row.contentblock.without-title.without---image {
      padding: 30px; }
      section.content > .row.contentblock.without-title.without---image.count-items-1.i-2 .has-no-margin .text, .prepend-content > .row.contentblock.without-title.without---image.count-items-1.i-2 .has-no-margin .text {
        margin-top: -30px; }
      section.content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without-title.without---image .c.container .has-no-margin .row-with-image.align-image-left .text {
        margin-left: 0; }
    section.content > .row.contentblock.without-title .row-with-image .col-img, .prepend-content > .row.contentblock.without-title .row-with-image .col-img {
      width: 100%;
      float: none; }
      section.content > .row.contentblock.without-title .row-with-image .col-img img, .prepend-content > .row.contentblock.without-title .row-with-image .col-img img {
        width: 100%;
        height: auto; }
    section.content > .row.contentblock.without-title .row-with-image .text, .prepend-content > .row.contentblock.without-title .row-with-image .text {
      padding-bottom: 40px; }
      section.content > .row.contentblock.without-title .row-with-image .text p:last-child, .prepend-content > .row.contentblock.without-title .row-with-image .text p:last-child {
        margin-bottom: 0; }
    section.content > .row.contentblock.without-title .row-with-image.align-image-right .col-img, .prepend-content > .row.contentblock.without-title .row-with-image.align-image-right .col-img {
      margin: 0 !important;
      float: none; }
    section.content > .row.contentblock.without-title .row-with-image.align-image-left .col-img, .prepend-content > .row.contentblock.without-title .row-with-image.align-image-left .col-img {
      margin: 0 !important;
      float: none; }
    section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image .text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0; }
      section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image .col-img, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image .col-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
        section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image .col-img.order-sm-1, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image .col-img.order-sm-1 {
          margin-bottom: 30px; }
      section.content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text, .prepend-content > .row.contentblock.without---image .c.container .has-margin .row-with-image.align-image-left .text {
        margin-left: 0; }
    section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .text, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-top: 20px; }
      section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .col-img, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .col-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
        section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .col-img.order-sm-1, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image .col-img.order-sm-1 {
          margin-bottom: 30px; }
      section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
        section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex .text, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex .text {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%;
          margin-left: 0; }
        section.content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex .col-img, .prepend-content > .row.contentblock.without---image .c.container .has-no-margin .row-text-image.d-flex .col-img {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%; }
    section.content > .row.contentblock.with---image.count-items-1 .neo-contentBlock-item.custom-padding-bottom, .prepend-content > .row.contentblock.with---image.count-items-1 .neo-contentBlock-item.custom-padding-bottom {
      padding-bottom: 0; }
    section.content > .row.contentblock .c.container .row-content .row-heading, .prepend-content > .row.contentblock .c.container .row-content .row-heading {
      margin-bottom: 0; }
    section.content > .row.contentblock .c.container .neo-contentBlock-item:last-of-type .row-heading-inside, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item:last-of-type .row-heading-inside {
      margin-top: 20px; }
    section.content > .row.contentblock .c.container .row-blockKeyFigures.neo-contentBlock-item .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item, .prepend-content > .row.contentblock .c.container .row-blockKeyFigures.neo-contentBlock-item .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item {
      margin: 0 0 20px 0; }
    section.content > .row.contentblock .c.container .row-blockKeyFigures.neo-contentBlock-item .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2), .prepend-content > .row.contentblock .c.container .row-blockKeyFigures.neo-contentBlock-item .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2) {
      margin: 40px 0; }
    section.content > .row.contentblock .c.container .row-blockKeyFigures .h-block, .prepend-content > .row.contentblock .c.container .row-blockKeyFigures .h-block {
      padding: 0; }
    section.content > .row.contentblock .c.container .h.h-block, .prepend-content > .row.contentblock .c.container .h.h-block {
      margin-bottom: 20px; }
    section.content > .row.contentblock .c.container .has-margin h3, .prepend-content > .row.contentblock .c.container .has-margin h3 {
      padding-left: 30px; }
    section.content > .row.contentblock .c.container .has-margin .text, .prepend-content > .row.contentblock .c.container .has-margin .text {
      margin-left: 0; }
    section.content > .row.contentblock .c.container .has-margin .block--inline-links, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links {
      margin: 0 0 0 30px; }
      section.content > .row.contentblock .c.container .has-margin .block--inline-links .cta a:before, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links .cta a:before {
        left: -30px; }
      section.content > .row.contentblock .c.container .has-margin .block--inline-links .cta a.btn-type--asset:before, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links .cta a.btn-type--asset:before {
        left: inherit; }
    section.content > .row.contentblock .c.container .has-no-margin .cta, .prepend-content > .row.contentblock .c.container .has-no-margin .cta {
      padding: 0 0 0 30px; }
      section.content > .row.contentblock .c.container .has-no-margin .cta .btn, .prepend-content > .row.contentblock .c.container .has-no-margin .cta .btn {
        white-space: normal;
        line-height: 120%; }
        section.content > .row.contentblock .c.container .has-no-margin .cta .btn:before, .prepend-content > .row.contentblock .c.container .has-no-margin .cta .btn:before {
          left: -30px;
          top: 0; }
        section.content > .row.contentblock .c.container .has-no-margin .cta .btn:after, .prepend-content > .row.contentblock .c.container .has-no-margin .cta .btn:after {
          display: none; }
        section.content > .row.contentblock .c.container .has-no-margin .cta .btn.btn-type--asset:before, .prepend-content > .row.contentblock .c.container .has-no-margin .cta .btn.btn-type--asset:before {
          left: inherit; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-left .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .col-img {
      width: 100%;
      max-width: 100%;
      margin-left: 0; }
    section.content > .row.contentblock .c.container .row-with-image.align-image-right .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .col-img {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-top: 30px;
      margin-bottom: 30px; }
    section.content > .row.contentblock .c.container .neo-contentBlock-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item {
      margin-bottom: 55px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item .dropdown-simple .text {
        margin-left: 30px; }
    section.content > .row.contentblock .c.container .cta .btn, .prepend-content > .row.contentblock .c.container .cta .btn {
      white-space: normal; }
      section.content > .row.contentblock .c.container .cta .btn:after, .prepend-content > .row.contentblock .c.container .cta .btn:after {
        display: none; }
    section.content > .row.contentblock.count-items-1.with-title.without---image, .prepend-content > .row.contentblock.count-items-1.with-title.without---image {
      padding: 30px; }
    section.content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside {
      margin-left: 0;
      margin-bottom: 20px; }
    section.content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .has-margin .neo-contentBlock-item-0.row-row_text_image .text {
      padding-top: 0; }
    section.content > .row.contentblock.count-items-1.i-1.with-title.with---image.first .has-margin .neo-contentBlock-item-0 .h, .prepend-content > .row.contentblock.count-items-1.i-1.with-title.with---image.first .has-margin .neo-contentBlock-item-0 .h {
      padding-top: 30px; }
    section.content > .row.mediablockwithtext .block-images, .prepend-content > .row.mediablockwithtext .block-images {
      min-height: 405px;
      max-height: 405px;
      height: 405px; }
      section.content > .row.mediablockwithtext .block-images:before, .prepend-content > .row.mediablockwithtext .block-images:before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(/theme/images/icon-play-button.svg);
        z-index: 80;
        opacity: 0;
        -webkit-transition: 800ms all ease-out;
        -o-transition: 800ms all ease-out;
        transition: 800ms all ease-out;
        -webkit-animation-name: fadeInBlock;
        animation-name: fadeInBlock;
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4000ms;
        animation-delay: 4000ms; }
    section.content > .row.quoteblock, .prepend-content > .row.quoteblock {
      opacity: 1;
      padding: 40px 0;
      color: #0061A7; }
      section.content > .row.quoteblock h2, .prepend-content > .row.quoteblock h2 {
        font-size: 30px; }
      section.content > .row.quoteblock .h, .prepend-content > .row.quoteblock .h {
        font-size: 30px;
        line-height: 130%; }
        section.content > .row.quoteblock .h br, .prepend-content > .row.quoteblock .h br {
          display: none; }
      section.content > .row.quoteblock + .row:not(.storytimeline), .prepend-content > .row.quoteblock + .row:not(.storytimeline) {
        padding-top: 30px; }
    section.content > .row.dropdownwithimage .c.container, .prepend-content > .row.dropdownwithimage .c.container {
      width: 100%; }
      section.content > .row.dropdownwithimage .c.container .row-content, .prepend-content > .row.dropdownwithimage .c.container .row-content {
        padding: 370px 30px 30px 30px; }
    section.content > .row.dropdownwithimage.dropdown .row-content > .subtext .h:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content > .subtext .h:before {
      top: 0;
      left: inherit;
      right: 0; }
    section.content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock {
      position: absolute;
      top: 0;
      right: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      min-height: 330px;
      max-height: 330px;
      height: 330px;
      width: 340px; }
    section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait {
      padding-left: 0;
      padding-right: 50px;
      position: inherit; }
    section.content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper {
      padding-left: 0; }
    section.content > .row.dropdownwithimage.dropdown .row-content .text-extrait,
    section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
    section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1, .prepend-content > .row.dropdownwithimage.dropdown .row-content .text-extrait,
    .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
    .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1 {
      padding-right: 50px; }
    section.content > .row.dropdownwithimage.active #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.active #dropdownImageBlock {
      height: 330px !important;
      background-position: center center !important; }
    section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content {
      padding: 30px; }
      section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .subtext .h, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .subtext .h {
        padding: 0 40px 0 0; }
        section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .subtext .h:before {
          top: 0;
          left: inherit;
          right: 0; }
      section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global {
        padding: 30px 0 30px 0; }
        section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global #dropdownContentsWrapper .text-extrait {
          width: 100%;
          padding: 0 30px 0 0; }
        section.content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global #dropdownContentsWrapper #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .c.container .row-content .dropdown-global #dropdownContentsWrapper #dropdownWithImage__wrapper {
          padding: 0 30px 0 0; }
    section.content > .row.blockbottompageshortcuts, .prepend-content > .row.blockbottompageshortcuts {
      padding: 0; }
      section.content > .row.blockbottompageshortcuts .c.container .shortcut-item, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item {
        width: 100%; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block {
          font-size: 36px; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item img, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item img {
          width: 100%;
          height: auto; }
      section.content > .row.blockbottompageshortcuts .shortcut-item-2, .prepend-content > .row.blockbottompageshortcuts .shortcut-item-2 {
        margin: 30px 0; }
    section.content > .row.contactblock, .prepend-content > .row.contactblock {
      margin-top: 0px;
      padding: 30px; }
      section.content > .row.contactblock .h-block, .prepend-content > .row.contactblock .h-block {
        color: #0061A7;
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 25px 0;
        text-transform: none; }
      section.content > .row.contactblock .btn i, .prepend-content > .row.contactblock .btn i {
        font-size: 12px; }
    section.content > .row.fullwidthmedia, .prepend-content > .row.fullwidthmedia {
      padding: 30px; }
      section.content > .row.fullwidthmedia .image-legend, .prepend-content > .row.fullwidthmedia .image-legend {
        text-align: center;
        bottom: -32px; }
    section.content > .row.blockperfumers, .prepend-content > .row.blockperfumers {
      margin: 0;
      padding: 0 60px; }
      section.content > .row.blockperfumers .container .slideshow .swiper-slide, .prepend-content > .row.blockperfumers .container .slideshow .swiper-slide {
        padding: 0; }
      section.content > .row.blockperfumers .container .h-subtitle strong, .prepend-content > .row.blockperfumers .container .h-subtitle strong {
        margin: 20px 0 10px 0; }
    section.content > .row.blockpresskit .container .neo-blockPressKit-item, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item {
      width: 100%;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      padding: 0 30px; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img {
        height: 250px;
        overflow: hidden; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img {
          width: 100%;
          height: auto; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text {
        padding: 30px;
        height: inherit; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block {
          font-size: 16px;
          line-height: 140%;
          padding-right: 60px; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block img, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block img {
      height: 255px; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .pagination1.swiper-pagination-bullets, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .pagination1.swiper-pagination-bullets {
      display: none; }
    section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait {
      background: rgba(255, 255, 255, 0.87);
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 20px 30px; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h1, section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h2, section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h3, section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h4, section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h5, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h1, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h2, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h3, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h4, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait h5 {
        font-size: 22px; }
      section.content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait p, .prepend-content > .row.sliderhome #sliderHome .slideshow.with-next-prev .swiper-container .swiper-wrapper .swiper-slide .slider--block .c.container .text-extrait p {
        font-size: 18px;
        text-align: left; }
    section.content > .row.sliderhome #footer_section_news,
    .prepend-content > .row.sliderhome #footer_section_news {
      margin: 40px 0 0 0;
      padding: 0 30px; }
      section.content > .row.sliderhome #footer_section_news .c.container,
      .prepend-content > .row.sliderhome #footer_section_news .c.container {
        margin-bottom: 60px; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.title.h {
          font-size: 27px;
          margin: 0 0 20px 0; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item {
          width: 100%;
          margin: 0 0 60px 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item:last-child {
            margin: 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .teaser-image {
            height: 210px; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item .block {
            bottom: -20px;
            width: 100%;
            max-width: 100%; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3,
          .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews li.news-item.news-item-3 {
            display: block; }
        section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta,
        .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta {
          margin: 0; }
          section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a, .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a {
            position: inherit;
            bottom: inherit;
            right: inherit; }
            section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a .linkto-text, .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a .linkto-text {
              position: relative;
              left: inherit;
              bottom: inherit; }
              section.content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a .linkto-text:before, .prepend-content > .row.sliderhome #footer_section_news .c.container #footerNews .row-cta .linkto-wrapper a .linkto-text:before {
                bottom: 10px; }
    section.content > .row.videohomepage .c.container .h-subtitle,
    .prepend-content > .row.videohomepage .c.container .h-subtitle {
      font-size: 27px;
      margin: 0 0 60px 0;
      padding: 20px 0 0 0; }
    section.content > .row.videohomepage .c.container .cta,
    .prepend-content > .row.videohomepage .c.container .cta {
      position: relative;
      top: inherit;
      right: inherit; }
    section.content > .row.videohomepage .c.container #videoFeatured_block,
    .prepend-content > .row.videohomepage .c.container #videoFeatured_block {
      padding: 0 30px; }
      section.content > .row.videohomepage .c.container #videoFeatured_block li,
      .prepend-content > .row.videohomepage .c.container #videoFeatured_block li {
        margin: 0 0 30px 0;
        width: 100% !important;
        height: 170px; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopLeft {
          position: inherit;
          top: inherit;
          left: inherit;
          width: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomLeft {
          position: inherit;
          bottom: inherit;
          left: inherit;
          width: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionCenter {
          margin: 0 0 30px 0;
          height: 170px;
          display: block; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionTopRight {
          position: inherit;
          bottom: inherit;
          right: inherit;
          width: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li.positionBottomRight {
          position: inherit;
          bottom: inherit;
          right: inherit;
          width: inherit; }
        section.content > .row.videohomepage .c.container #videoFeatured_block li img,
        .prepend-content > .row.videohomepage .c.container #videoFeatured_block li img {
          width: 100%;
          height: auto; }
    section.content > .row.focus,
    .prepend-content > .row.focus {
      padding: 0 30px; }
      section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper {
        max-height: 180px; }
        section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide {
          margin: 0; }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .linkto-wrapper a.btn.btn--focus {
            height: 100%; }
          section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading {
            margin: 0; }
            section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait {
              top: inherit;
              bottom: 0;
              padding: 10px 20px;
              height: auto;
              width: 100%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
              section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h2,
              .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait h3 {
                font-size: 24px;
                margin: 0; }
              section.content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p, .prepend-content > .row.focus .c.container #blockFocus .slider-wrapper--block .slideshow.swiper-processed .swiper-wrapper li.swiper-slide .row-heading .text-extrait p {
                display: none; }
      section.content > .row.focus .c.container .swiper-slide,
      .prepend-content > .row.focus .c.container .swiper-slide {
        margin: 0; }
        section.content > .row.focus .c.container .swiper-slide img,
        .prepend-content > .row.focus .c.container .swiper-slide img {
          width: 100%;
          height: auto; }
      section.content > .row.focus .c.container .linkto-wrapper--block,
      .prepend-content > .row.focus .c.container .linkto-wrapper--block {
        width: 100%;
        margin: 0; }
        section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper, .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper {
          width: 100% !important;
          padding: 0 !important; }
          section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1, .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper.linkto-wrapper--item-1 {
            height: inherit;
            margin: 0 0 30px 0; }
          section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a,
          .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a {
            padding: 0;
            border: none;
            max-width: 100%; }
            section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img,
            .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper a img {
              width: 100%;
              height: auto; }
          section.content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child,
          .prepend-content > .row.focus .c.container .linkto-wrapper--block .linkto-wrapper:last-child {
            padding: 0; }
  .blockdropdownsimple .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .h.h-subtitle {
    padding: 15px 20px 15px 50px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
    height: inherit; }
  .blockdropdownsimple .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: inherit;
    left: 10px; }
  .blockdropdownsimple .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .icon-arrow {
    display: none; }
  .blockdropdownsimple .row-blockDropdownSimple .dropdown-simple-subitem .text {
    padding-top: 30px; }
  .blockdropdownsimple .row-blockDropdownSimple .dropdown-simple-subitem .dropdownGlobalWrapper {
    padding: 10px 0 0 25px; }
  .blockinlinelinks .cta .linkto-wrapper a.btn-type--asset {
    word-break: normal;
    line-height: 120%;
    white-space: normal; }
  .eventsessionsbloc .block--intervenant-wrapper .block--intervenant {
    margin: 0 0 30px 0; }
    .eventsessionsbloc .block--intervenant-wrapper .block--intervenant .col--video {
      padding: 0;
      margin: 0 0 30px 0; }
    .eventsessionsbloc .block--intervenant-wrapper .block--intervenant .col--text {
      padding: 0;
      margin: 0 0 40px 0; }
  .media-controls .play {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6); }
  .page-hub section.content > .row.mediablockwithtext {
    display: block; }
    .page-hub section.content > .row.mediablockwithtext .block-images {
      min-height: 375px;
      max-height: 375px;
      height: 375px; }
      .page-hub section.content > .row.mediablockwithtext .block-images:after {
        top: 47.5%;
        left: 47.56%; }
    .page-hub section.content > .row.mediablockwithtext .block-texts .text {
      display: block; }
  /* =============== SECTIONS CONTACT =============== */
  .type-formpages #main section.content-header {
    max-height: inherit;
    height: 200px;
    min-height: inherit; }
  .type-formpages section.content.without-intro > .row.first.last.first {
    padding: 30px; }
    .type-formpages section.content.without-intro > .row.first.last.first .c.container form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
      width: 92.70% !important; }
  /* =============== FORMS =============== */
  form.form .form-group.form-group-checkboxes .form-field div {
    width: 100% !important; }
  form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field div {
    width: 100% !important; }
  /* =============== HOMEPAGE =============== */
  .page-homepage #main section.content.content > .row .item--container, .page-homepage #main .prepend-content.content > .row .item--container {
    padding: 0 30px; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide .item--container, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide .item--container {
    margin-top: -10px; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .logo-standard, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .logo-standard {
    top: 26px;
    left: 30px;
    width: 130px;
    position: absolute;
    display: block; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 {
    padding-left: 0; }
    .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info {
      width: 70%;
      margin: 0;
      height: auto; }
      .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info span, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info span {
        white-space: normal;
        max-width: inherit;
        width: 100%; }
      .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info:after, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info:after {
        right: -20px; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-5, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-5 {
    display: none !important; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide #footerLastBlockNews, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide #footerLastBlockNews {
    padding: 100px 0 40px 0; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide #socialWall, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide #socialWall {
    padding: 0 30px; }
    .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide #socialWall .h-block, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide #socialWall .h-block {
      font-size: 30px; }
  .page-homepage #main section.content.content > .row.homepageslider #home-slider-titles .swiper-slide .anim-item-3, .page-homepage #main .prepend-content.content > .row.homepageslider #home-slider-titles .swiper-slide .anim-item-3 {
    width: 100%; }
  .page-homepage #main section.content.content > .row.homepageslider .c.container .swiper-pager, .page-homepage #main .prepend-content.content > .row.homepageslider .c.container .swiper-pager {
    display: none; }
  .page-homepage #main section.content.content > .row.homepageslider .c.container .homepage-slider-item .h-block, .page-homepage #main .prepend-content.content > .row.homepageslider .c.container .homepage-slider-item .h-block {
    font-size: 25px;
    margin-bottom: 25px; }
  .page-homepage #main section.content.content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle, .page-homepage #main .prepend-content.content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle {
    font-size: 30px; }
  .page-homepage #main section.content.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span, .page-homepage #main .prepend-content.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span {
    font-size: 16px; }
  .page-homepage #main section.content.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper, .page-homepage #main .prepend-content.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper {
    display: block;
    margin: 0 10px 10px 0; }
  .page-homepage #main section.content.content > .row video.homepage-video-bg, .page-homepage #main .prepend-content.content > .row video.homepage-video-bg {
    display: none; }
  .page-homepage #main section.content.content > .row video.homepage-video-srcset, .page-homepage #main .prepend-content.content > .row video.homepage-video-srcset {
    display: block; }
  .page-homepage #main section.content.content > .row #socialWall .c.container, .page-homepage #main .prepend-content.content > .row #socialWall .c.container {
    padding: 0; }
  .page-homepage #main section.content .swiper-pager, .page-homepage #main .prepend-content .swiper-pager {
    display: none; }
  /* =============== PAGE LOCATION =============== */
  .page-custom-locations #main section.content-header {
    height: auto !important; }
    .page-custom-locations #main section.content-header .content-grey {
      margin-bottom: 0;
      padding-bottom: 0; }
    .page-custom-locations #main section.content-header .c.container .block.block-2 .h-title {
      text-align: center; }
    .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form {
      margin: 20px 0 20px 0; }
      .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group {
        width: 100%; }
        .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group .form-group-select {
          width: 100%; }
        .page-custom-locations #main section.content-header .c.container .block.block-2 .locations-search .locations-form .form-group span.twitter-typeahead .tt-menu .e-teaser .h {
          font-size: 17px;
          line-height: 120%; }
    .page-custom-locations #main section.content-header .c.container .region-header {
      display: none !important; }
  .page-custom-locations .c.container {
    padding: 0 30px; }
  .page-custom-locations .locations-search .form-group input#location-q {
    border: 1px solid #D6D6D6 !important;
    min-width: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .page-custom-locations .locations-search .form-group.form-group-select {
    border-radius: 0;
    border: none;
    margin: 10px 0 0 0; }
  .page-custom-locations .locations-result, .page-custom-locations .locations-result .c > .row > .col-item {
    min-height: 470px; }
  .page-custom-locations .locations-result .map .oh-google-map-canvas {
    height: 300px;
    min-height: 300px; }
  .page-custom-locations .locations-result .locations-list-heading {
    display: none; }
  .page-custom-locations .results.col.col-item {
    padding: 0; }
    .page-custom-locations .results.col.col-item .c.container {
      padding: 0 30px; }
      .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0 !important; }
        .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item .e-teaser .info-box .h {
          padding: 25px; }
        .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item .e-teaser .info-box .text {
          padding: 0 40px 0 60px; }
          .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item .e-teaser .info-box .text p {
            height: auto;
            text-align: left; }
        .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item .e-teaser .info-box .location-contact {
          margin: 10px 0 0 0; }
        .page-custom-locations .results.col.col-item .c.container ul.listing-location li.col-item .e-teaser .info-box .row-cta {
          padding: 20px 25px 0 0; }
  .page-custom-locations .infoWindow {
    height: auto; }
    .page-custom-locations .infoWindow.e-section-location .info-box {
      width: 100%;
      min-width: 200px;
      padding: 20px; }
      .page-custom-locations .infoWindow.e-section-location .info-box .h, .page-custom-locations .infoWindow.e-section-location .info-box .text {
        padding: 0; }
    .page-custom-locations .infoWindow.e-section-location .location_images_wrapper {
      display: none; }
  .section-location .single--hospital .column--left {
    margin: 0 0 30px 0; }
    .section-location .single--hospital .column--left .text.bloc--1 ul li {
      width: 100%; }
    .section-location .single--hospital .column--left .location-images {
      height: 320px !important; }
      .section-location .single--hospital .column--left .location-images img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
  .section-location .single--hospital .column--left,
  .section-location .single--hospital .column--right {
    width: 100%;
    padding: 0 !important; }
  .section-location .single--hospital .description {
    padding: 40px 0 0 0; }
  /* =============== FOOTER =============== */
  .block-sharing {
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -89px;
    padding: 0; }
    .block-sharing .title {
      color: #0061A7; }
  #footer {
    padding: 90px 0 40px 0;
    height: auto; }
    #footer .footer-1 {
      padding: 0;
      margin-bottom: 30px; }
      #footer .footer-1 h5 {
        margin: 0 0 30px 0; }
      #footer .footer-1 .social-links {
        position: inherit;
        right: inherit;
        top: inherit; }
      #footer .footer-1 .container {
        padding: 0 30px; }
        #footer .footer-1 .container .row {
          width: 100%; }
          #footer .footer-1 .container .row .col-item {
            max-width: 100% !important;
            width: 100% !important;
            padding: 0;
            -webkit-box-flex: inherit;
            -ms-flex: inherit;
            flex: inherit;
            text-align: center; }
            #footer .footer-1 .container .row .col-item.i-1 {
              margin: 0 0 30px 0; }
              #footer .footer-1 .container .row .col-item.i-1 #logo_footer a {
                display: block;
                text-align: center; }
                #footer .footer-1 .container .row .col-item.i-1 #logo_footer a img {
                  display: inline-block;
                  max-width: 50%; }
            #footer .footer-1 .container .row .col-item.i-2 {
              margin: 0 0 30px 0; }
            #footer .footer-1 .container .row .col-item.i-3 {
              position: static;
              text-align: center; }
              #footer .footer-1 .container .row .col-item.i-3 ul.navigation li {
                display: inline-block;
                padding: 0;
                margin: 0 20px 20px 0; }
                #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-3 {
                  margin-right: 0; }
                #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-4 {
                  width: 100%;
                  position: absolute;
                  top: -90px;
                  right: inherit;
                  left: 50%;
                  -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
                  margin: 0; }
                  #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-4 a {
                    position: relative; }
                    #footer .footer-1 .container .row .col-item.i-3 ul.navigation li.i-4 a i {
                      top: -8px;
                      left: 17px; }
              #footer .footer-1 .container .row .col-item.i-3 .social-links {
                margin: 20px 0 0 0; }
    #footer .footer-2 {
      margin: 0; }
      #footer .footer-2 .c.container {
        max-width: 100%;
        padding: 0 30px;
        text-align: center; }
        #footer .footer-2 .c.container .row .col-item {
          text-align: center; }
  .prepend-content > .row .row-content .row-heading .h br {
    display: block; }
  #top-page {
    right: 30px;
    bottom: 30px; }
    #top-page .linkto-wrapper {
      background: #000000; }
      #top-page .linkto-wrapper:hover {
        background: #000000; }
      #top-page .linkto-wrapper, #top-page .linkto-wrapper a {
        color: #FFFFFF; }
      #top-page .linkto-wrapper a {
        font-size: 11px;
        padding: 5px; }
  /* =============== SECTION NEWS =============== */
  .page-actualites .listing-container #listing_news,
  .categ-group-news .listing-container #listing_news,
  .type-news .listing-container #listing_news,
  .type-legacy .listing-container #listing_news {
    padding: 30px 30px 0 30px; }
    .page-actualites .listing-container #listing_news .col-item,
    .categ-group-news .listing-container #listing_news .col-item,
    .type-news .listing-container #listing_news .col-item,
    .type-legacy .listing-container #listing_news .col-item {
      width: 100%;
      max-width: 100%;
      background: #FFFFFF;
      margin-bottom: 20px; }
      .page-actualites .listing-container #listing_news .col-item .teaser-image,
      .categ-group-news .listing-container #listing_news .col-item .teaser-image,
      .type-news .listing-container #listing_news .col-item .teaser-image,
      .type-legacy .listing-container #listing_news .col-item .teaser-image {
        float: left;
        width: 100%;
        max-width: 100%;
        height: 250px; }
        .page-actualites .listing-container #listing_news .col-item .teaser-image img,
        .categ-group-news .listing-container #listing_news .col-item .teaser-image img,
        .type-news .listing-container #listing_news .col-item .teaser-image img,
        .type-legacy .listing-container #listing_news .col-item .teaser-image img {
          height: 100%; }
        .page-actualites .listing-container #listing_news .col-item .teaser-image .entry-info,
        .categ-group-news .listing-container #listing_news .col-item .teaser-image .entry-info,
        .type-news .listing-container #listing_news .col-item .teaser-image .entry-info,
        .type-legacy .listing-container #listing_news .col-item .teaser-image .entry-info {
          width: 80px;
          height: 80px;
          line-height: 80px; }
          .page-actualites .listing-container #listing_news .col-item .teaser-image .entry-info p,
          .categ-group-news .listing-container #listing_news .col-item .teaser-image .entry-info p,
          .type-news .listing-container #listing_news .col-item .teaser-image .entry-info p,
          .type-legacy .listing-container #listing_news .col-item .teaser-image .entry-info p {
            font-size: 14px;
            line-height: 140%; }
      .page-actualites .listing-container #listing_news .col-item .block,
      .categ-group-news .listing-container #listing_news .col-item .block,
      .type-news .listing-container #listing_news .col-item .block,
      .type-legacy .listing-container #listing_news .col-item .block {
        float: left;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: inherit;
        padding: 30px; }
        .page-actualites .listing-container #listing_news .col-item .block a,
        .categ-group-news .listing-container #listing_news .col-item .block a,
        .type-news .listing-container #listing_news .col-item .block a,
        .type-legacy .listing-container #listing_news .col-item .block a {
          margin: 0;
          font-size: 17px;
          line-height: 120%; }
      .page-actualites .listing-container #listing_news .col-item.odd,
      .categ-group-news .listing-container #listing_news .col-item.odd,
      .type-news .listing-container #listing_news .col-item.odd,
      .type-legacy .listing-container #listing_news .col-item.odd {
        float: left; }
      .page-actualites .listing-container #listing_news .col-item.even,
      .categ-group-news .listing-container #listing_news .col-item.even,
      .type-news .listing-container #listing_news .col-item.even,
      .type-legacy .listing-container #listing_news .col-item.even {
        float: left; }
      .page-actualites .listing-container #listing_news .col-item:first-child,
      .categ-group-news .listing-container #listing_news .col-item:first-child,
      .type-news .listing-container #listing_news .col-item:first-child,
      .type-legacy .listing-container #listing_news .col-item:first-child {
        width: 100%; }
        .page-actualites .listing-container #listing_news .col-item:first-child .teaser-image,
        .categ-group-news .listing-container #listing_news .col-item:first-child .teaser-image,
        .type-news .listing-container #listing_news .col-item:first-child .teaser-image,
        .type-legacy .listing-container #listing_news .col-item:first-child .teaser-image {
          width: 100%;
          max-width: 100%; }
        .page-actualites .listing-container #listing_news .col-item:first-child .block,
        .categ-group-news .listing-container #listing_news .col-item:first-child .block,
        .type-news .listing-container #listing_news .col-item:first-child .block,
        .type-legacy .listing-container #listing_news .col-item:first-child .block {
          width: 100%;
          max-width: 100%;
          height: auto;
          min-height: inherit;
          padding: 30px; }
  .section-news.type-legacy .fullwidthmedia {
    padding: 30px 30px 0 30px; }
    .section-news.type-legacy .fullwidthmedia img {
      width: 100%; }
  .section-news.type-legacy .entry-info {
    padding: 0 30px 0 30px; }
    .section-news.type-legacy .entry-info .categories {
      margin: 10px 0 0 0;
      max-height: inherit; }
      .section-news.type-legacy .entry-info .categories li {
        margin: 0;
        width: 100%; }
  .section-news.type-legacy .container-fluid.c.content .text {
    padding: 0; }
  .section-news.type-news .fullwidthmedia {
    padding: 30px 30px 0 30px; }
    .section-news.type-news .fullwidthmedia img {
      width: 100%; }
  .section-news.type-news .entry-info {
    padding: 0 30px 0 30px; }
    .section-news.type-news .entry-info .categories {
      margin: 10px 0 0 0;
      max-height: inherit;
      width: 100%; }
      .section-news.type-news .entry-info .categories li {
        margin: 0;
        width: 100%; }
  .section-news.type-news .container-fluid.c.content .text {
    padding: 0; }
  .section-news.type-news .news-count-items-0 {
    padding: 0 30px; }
  .section-news.type-news h1 {
    padding-top: 30px; }
  /* =============== FORMS =============== */
  form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
    width: 90%; } }
