@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.upr-block {
  position: relative;
}
@media (min-width: 1400px) {
  .upr-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: -40px;
    border-left: 2px dashed #ccc;
  }
}
.upr-block .upr-block-title {
  position: relative;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .upr-block .upr-block-title {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .upr-block .upr-block-title:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -80px;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.upr-block-news .upr-block-title:before {
  background-image: url("../../assets/upr-icons/news.svg");
}
.upr-block-news .col-md-4 {
  overflow: scroll;
  max-height: 500px;
}

.upr-block-other .upr-block-title:before {
  background-image: url("../../assets/upr-icons/documents.svg");
}

.upr-block-session .upr-block-title:before {
  background-image: url("../../assets/upr-icons/pressession.svg");
}

.upr-block-state .upr-block-title:before {
  background-image: url("../../assets/upr-icons/state.svg");
}

.upr-block-timeline .upr-block-title:before {
  background-image: url("../../assets/upr-icons/timeline.svg");
  background-position: 23px center;
}

.card {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
}
.card figure.media {
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
}
.card figure.media .blazy, .card figure.media .blazy .media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card figure.media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .actions {
  margin-top: 1rem;
}
.card .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .card .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.card .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.card .actions a:focus, .card .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.card .actions a.disabled, .card .actions a:disabled {
  opacity: 0.65;
}
.card .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card .actions a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.card .actions a:focus, .card .actions a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.card .actions a.disabled, .card .actions a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.card .actions a:not(:disabled):not(.disabled):active, .card .actions a:not(:disabled):not(.disabled).active, .show > .card .actions a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.card .actions a:not(:disabled):not(.disabled):active:focus, .card .actions a:not(:disabled):not(.disabled).active:focus, .show > .card .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.card.white {
  background: #fff;
  color: #515151;
}
.card.white .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .card.white .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.card.white .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.card.white .actions a:focus, .card.white .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.card.white .actions a.disabled, .card.white .actions a:disabled {
  opacity: 0.65;
}
.card.white .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card.white .actions a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.card.white .actions a:focus, .card.white .actions a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.card.white .actions a.disabled, .card.white .actions a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.card.white .actions a:not(:disabled):not(.disabled):active, .card.white .actions a:not(:disabled):not(.disabled).active, .show > .card.white .actions a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.card.white .actions a:not(:disabled):not(.disabled):active:focus, .card.white .actions a:not(:disabled):not(.disabled).active:focus, .show > .card.white .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.card.primary {
  background: #484ac3;
  color: #fff;
}
.card.primary .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .card.primary .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.card.primary .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.card.primary .actions a:focus, .card.primary .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.card.primary .actions a.disabled, .card.primary .actions a:disabled {
  opacity: 0.65;
}
.card.primary .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card.primary .actions a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.card.primary .actions a:focus, .card.primary .actions a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.card.primary .actions a.disabled, .card.primary .actions a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.card.primary .actions a:not(:disabled):not(.disabled):active, .card.primary .actions a:not(:disabled):not(.disabled).active, .show > .card.primary .actions a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.card.primary .actions a:not(:disabled):not(.disabled):active:focus, .card.primary .actions a:not(:disabled):not(.disabled).active:focus, .show > .card.primary .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.card.secondary {
  background: #f2f2f2;
}

.eu-cookie-compliance-content .agree-button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .eu-cookie-compliance-content .agree-button {
    -webkit-transition: none;
    transition: none;
  }
}
.eu-cookie-compliance-content .agree-button:hover {
  color: #212529;
  text-decoration: none;
}
.eu-cookie-compliance-content .agree-button:focus, .eu-cookie-compliance-content .agree-button.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.eu-cookie-compliance-content .agree-button.disabled, .eu-cookie-compliance-content .agree-button:disabled {
  opacity: 0.65;
}
.eu-cookie-compliance-content .agree-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.eu-cookie-compliance-content .agree-button:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
}
.eu-cookie-compliance-content .agree-button:focus, .eu-cookie-compliance-content .agree-button.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.eu-cookie-compliance-content .agree-button.disabled, .eu-cookie-compliance-content .agree-button:disabled {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f1f1f1;
}
.eu-cookie-compliance-content .agree-button:not(:disabled):not(.disabled):active, .eu-cookie-compliance-content .agree-button:not(:disabled):not(.disabled).active, .show > .eu-cookie-compliance-content .agree-button.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d1d1d1;
}
.eu-cookie-compliance-content .agree-button:not(:disabled):not(.disabled):active:focus, .eu-cookie-compliance-content .agree-button:not(:disabled):not(.disabled).active:focus, .show > .eu-cookie-compliance-content .agree-button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.eu-cookie-compliance-content .decline-button {
  border: none;
  background: none;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.node--type-upr-country-profile .image .field--name-field-country-map img {
  background-color: #000;
  mix-blend-mode: difference;
}
.node--type-upr-country-profile .field--name-field-n-description {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 3em;
}
.node--type-upr-country-profile.node--view-mode-teaser {
  text-align: center;
}
.node--type-upr-country-profile.node--view-mode-full .accordion {
  margin-bottom: 0;
}

.country-profile-teaser h1 {
  margin-bottom: 0;
}
.country-profile-teaser .next-review {
  margin-bottom: 1rem;
  font-weight: 700;
}
.country-profile-teaser .country-links a {
  padding-right: 50px;
  background-image: url("../../assets/picto/arrow-external-white.svg") !important;
  background-position: calc(100% - 20px) 50% !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  text-align: left;
}

.view-display-id-session_docs h2 {
  color: #515151;
}
.view-display-id-session_docs h4 {
  color: #111;
  font-size: 18px;
}
.view-display-id-session_docs .view-grouping.level-2 {
  margin: 10px 0;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2 {
  padding: 20px 30px;
  background: #f1f1f1;
  cursor: pointer;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2:hover {
  background: #ececec;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2:before {
  float: right;
  display: block;
  content: " ";
  height: 34px;
  width: 20px;
  background: url("../../assets/picto/arrow.svg") no-repeat center;
  background-size: contain;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2 .title {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #484ac3;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-header.level-2 .description {
  line-height: 1.3;
}
.view-display-id-session_docs .view-grouping.level-2 .view-grouping-content {
  padding: 1px 30px;
  background: #f1f1f1;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group {
  display: block;
  background: #fff;
  padding: 20px 20px 15px 20px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .view-display-id-session_docs .view-grouping.level-2 .content-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .group-title {
  margin: 0;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: inherit;
  color: #111;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .view-display-id-session_docs .view-grouping.level-2 .content-group .group-title {
    margin-bottom: 0;
  }
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .group-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../assets/document/types/pdf.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: none;
  padding: 0 20px;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .item a {
  color: #515151;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .item:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  right: -10px;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background: #515151;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .item:last-child:after {
  display: none;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .views-row .views-field {
  margin: auto;
  line-height: 1.1;
  border-left: 1px solid #d0d0d0;
  padding: 0 15px;
}
.view-display-id-session_docs .view-grouping.level-2 .content-group .views-row a {
  color: inherit;
}

.download-files .field--name-field-ph-wysiwyg-text,
.download-files .field--name-field-n-description,
.field--name-field-ph-document-items .field--name-field-ph-wysiwyg-text,
.field--name-field-ph-document-items .field--name-field-n-description,
.paragraph--type--upr-pt-doclist .field--name-field-ph-wysiwyg-text,
.paragraph--type--upr-pt-doclist .field--name-field-n-description {
  margin-bottom: 2rem;
}
.download-files .field-content a,
.field--name-field-ph-document-items .field-content a,
.paragraph--type--upr-pt-doclist .field-content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 12px 60px 12px 20px;
  background: #f1f1f1 url("../../assets/picto/download.svg") calc(100% - 20px) 50% no-repeat !important;
  background-size: 18px !important;
  color: #515151;
  text-decoration: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: calc(0.25rem - 1px);
}
.download-files .field-content a:before,
.field--name-field-ph-document-items .field-content a:before,
.paragraph--type--upr-pt-doclist .field-content a:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.download-files .field-content a:hover, .download-files .field-content a:focus,
.field--name-field-ph-document-items .field-content a:hover,
.field--name-field-ph-document-items .field-content a:focus,
.paragraph--type--upr-pt-doclist .field-content a:hover,
.paragraph--type--upr-pt-doclist .field-content a:focus {
  -webkit-box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.download-files .field-content.application-pdf a:before, .download-files .field-content.type-pdf a:before, .download-files .field-content.type-PDF a:before,
.field--name-field-ph-document-items .field-content.application-pdf a:before,
.field--name-field-ph-document-items .field-content.type-pdf a:before,
.field--name-field-ph-document-items .field-content.type-PDF a:before,
.paragraph--type--upr-pt-doclist .field-content.application-pdf a:before,
.paragraph--type--upr-pt-doclist .field-content.type-pdf a:before,
.paragraph--type--upr-pt-doclist .field-content.type-PDF a:before {
  background: url("../../assets/document/types/pdf.svg") no-repeat center;
  background-size: contain;
}
.download-files .field-content.type-txt a:before,
.field--name-field-ph-document-items .field-content.type-txt a:before,
.paragraph--type--upr-pt-doclist .field-content.type-txt a:before {
  background: url("../../assets/document/types/txt.svg") no-repeat center;
  background-size: contain;
}
.download-files .field-content.type-odt a:before,
.field--name-field-ph-document-items .field-content.type-odt a:before,
.paragraph--type--upr-pt-doclist .field-content.type-odt a:before {
  background: url("../../assets/document/types/odt.svg") no-repeat center;
  background-size: contain;
}
.download-files .field-content.type-doc a:before, .download-files .field-content.type-docx a:before,
.field--name-field-ph-document-items .field-content.type-doc a:before,
.field--name-field-ph-document-items .field-content.type-docx a:before,
.paragraph--type--upr-pt-doclist .field-content.type-doc a:before,
.paragraph--type--upr-pt-doclist .field-content.type-docx a:before {
  background: url("../../assets/document/types/doc.svg") no-repeat center;
  background-size: contain;
}
.download-files .field-content.type-xls a:before, .download-files .field-content.type-xlsx a:before,
.field--name-field-ph-document-items .field-content.type-xls a:before,
.field--name-field-ph-document-items .field-content.type-xlsx a:before,
.paragraph--type--upr-pt-doclist .field-content.type-xls a:before,
.paragraph--type--upr-pt-doclist .field-content.type-xlsx a:before {
  background: url("../../assets/document/types/xls.svg") no-repeat center;
  background-size: contain;
}
.download-files .field-content.type-ppt a:before, .download-files .field-content.type-pptx a:before,
.field--name-field-ph-document-items .field-content.type-ppt a:before,
.field--name-field-ph-document-items .field-content.type-pptx a:before,
.paragraph--type--upr-pt-doclist .field-content.type-ppt a:before,
.paragraph--type--upr-pt-doclist .field-content.type-pptx a:before {
  background: url("../../assets/document/types/ppt.svg") no-repeat center;
  background-size: contain;
}
.download-files.bg-light .field-content a,
.field--name-field-ph-document-items.bg-light .field-content a,
.paragraph--type--upr-pt-doclist.bg-light .field-content a {
  background-color: #fff !important;
}

.primary .download-files .field-content a,
.primary .field--name-field-ph-document-items .field-content a,
.primary .paragraph--type--upr-pt-doclist .field-content a,
.secondary .download-files .field-content a,
.secondary .field--name-field-ph-document-items .field-content a,
.secondary .paragraph--type--upr-pt-doclist .field-content a {
  background-color: #fff !important;
}

.view-fact-sheets .content-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 700px) {
  .view-fact-sheets .content-group {
    display: block;
  }
}
.view-fact-sheets .views-exposed-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 14px;
}
@media (max-width: 700px) {
  .view-fact-sheets .views-exposed-form .container {
    display: block;
  }
}
.view-fact-sheets .views-exposed-form .container .form-text {
  margin-top: 0px;
}
.view-fact-sheets .views-exposed-form .container .form-actions {
  margin-top: auto;
  margin-bottom: 1em;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
  line-height: 1.3;
  height: calc(1.3em + 1.35rem + 2px);
  padding: 0.675rem 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit {
    -webkit-transition: none;
    transition: none;
  }
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:hover {
  color: #212529;
  text-decoration: none;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:focus, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.disabled, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:disabled {
  opacity: 0.65;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:focus, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.disabled, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:not(:disabled):not(.disabled):active, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:not(:disabled):not(.disabled).active, .show > .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:not(:disabled):not(.disabled):active:focus, .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit:not(:disabled):not(.disabled).active:focus, .show > .view-fact-sheets .views-exposed-form .container .form-actions input.form-submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.view-fact-sheets .views-row {
  color: #111;
  background: #f1f1f1;
  margin-bottom: 20px;
  padding: 12px 20px 12px 20px;
}
.view-fact-sheets .views-row .type {
  margin-bottom: 15px;
}
.view-fact-sheets .views-row .type span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background: #484ac3;
  color: white;
  padding: 5px;
}
.view-fact-sheets .views-row .title {
  font-weight: bold;
  font-size: 16px;
}
.view-fact-sheets .views-row .title a {
  color: inherit;
}
.view-fact-sheets .views-row .title a:hover {
  color: #484ac3;
}
.view-fact-sheets .views-row .title .file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-fact-sheets .views-row .title .file a:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.view-fact-sheets .views-row .title .file.application-pdf a:before, .view-fact-sheets .views-row .title .file.type-pdf a:before, .view-fact-sheets .views-row .title .file.type-PDF a:before {
  background: url("../../assets/document/types/pdf.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .title .file.type-txt a:before {
  background: url("../../assets/document/types/txt.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .title .file.type-odt a:before {
  background: url("../../assets/document/types/odt.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .title .file.type-doc a:before, .view-fact-sheets .views-row .title .file.type-docx a:before {
  background: url("../../assets/document/types/doc.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .title .file.type-xls a:before, .view-fact-sheets .views-row .title .file.type-xlsx a:before {
  background: url("../../assets/document/types/xls.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .title .file.type-ppt a:before, .view-fact-sheets .views-row .title .file.type-pptx a:before {
  background: url("../../assets/document/types/ppt.svg") no-repeat center;
  background-size: contain;
}
.view-fact-sheets .views-row .excerpt {
  margin-top: 10px;
}
.view-fact-sheets .views-row .bottom, .view-fact-sheets .views-row .top {
  margin-top: 10px;
  font-size: 14px;
}
.view-fact-sheets .views-row .bottom .separator, .view-fact-sheets .views-row .top .separator {
  margin: 0 10px;
  font-weight: bold;
}
.view-fact-sheets .views-row .top {
  margin-bottom: 10px;
}
.view-fact-sheets .views-row .media--bundle--image {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .view-fact-sheets .views-row .media--bundle--image {
    margin-top: 0;
  }
}
.view-fact-sheets .views-row .media--bundle--image img {
  width: 100%;
}

#footer a {
  color: inherit;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: none;
}
#footer .donate-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
#footer .privacy-link a {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  display: inline-block;
}
#footer .privacy-link a::before {
  content: "";
  display: inline-block;
  background: url("../../assets/picto/arrow-right.svg") no-repeat center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#footer .privacy-link a::before {
  background-image: url("../../assets/picto/arrow-right-white.svg");
}
#footer svg g {
  fill: white;
}
#footer .field--name-field-ss-address {
  line-height: 1.3;
}
#footer .field--name-field-ss-address .arrow {
  font-weight: normal;
}
#footer .field--name-field-ss-address .arrow::before {
  background-image: url("../../assets/picto/arrow-right-white.svg");
}
#footer .donors a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
  font-size: 0.8em;
}
@media (prefers-reduced-motion: reduce) {
  #footer .donors a {
    -webkit-transition: none;
    transition: none;
  }
}
#footer .donors a:hover {
  color: #212529;
  text-decoration: none;
}
#footer .donors a:focus, #footer .donors a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
#footer .donors a.disabled, #footer .donors a:disabled {
  opacity: 0.65;
}
#footer .donors a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#footer .donors a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
#footer .donors a:focus, #footer .donors a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
#footer .donors a.disabled, #footer .donors a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
#footer .donors a:not(:disabled):not(.disabled):active, #footer .donors a:not(:disabled):not(.disabled).active, .show > #footer .donors a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
#footer .donors a:not(:disabled):not(.disabled):active:focus, #footer .donors a:not(:disabled):not(.disabled).active:focus, .show > #footer .donors a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}

.path-news #footer {
  margin-top: 80px;
}

.field--name-field-ss-newsletter-block {
  position: relative;
  max-width: 420px;
  padding-right: 120px;
}
.field--name-field-ss-newsletter-block input.button.form-submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (prefers-reduced-motion: reduce) {
  .field--name-field-ss-newsletter-block input.button.form-submit {
    -webkit-transition: none;
    transition: none;
  }
}
.field--name-field-ss-newsletter-block input.button.form-submit:hover {
  color: #212529;
  text-decoration: none;
}
.field--name-field-ss-newsletter-block input.button.form-submit:focus, .field--name-field-ss-newsletter-block input.button.form-submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.field--name-field-ss-newsletter-block input.button.form-submit.disabled, .field--name-field-ss-newsletter-block input.button.form-submit:disabled {
  opacity: 0.65;
}
.field--name-field-ss-newsletter-block input.button.form-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.field--name-field-ss-newsletter-block input.button.form-submit:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.field--name-field-ss-newsletter-block input.button.form-submit:focus, .field--name-field-ss-newsletter-block input.button.form-submit.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.field--name-field-ss-newsletter-block input.button.form-submit.disabled, .field--name-field-ss-newsletter-block input.button.form-submit:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.field--name-field-ss-newsletter-block input.button.form-submit:not(:disabled):not(.disabled):active, .field--name-field-ss-newsletter-block input.button.form-submit:not(:disabled):not(.disabled).active, .show > .field--name-field-ss-newsletter-block input.button.form-submit.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.field--name-field-ss-newsletter-block input.button.form-submit:not(:disabled):not(.disabled):active:focus, .field--name-field-ss-newsletter-block input.button.form-submit:not(:disabled):not(.disabled).active:focus, .show > .field--name-field-ss-newsletter-block input.button.form-submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

html {
  font-size: 1rem;
}

body {
  color: #515151;
  max-width: 100%;
  overflow-x: hidden;
}

.container .container {
  padding: 0;
}
.container img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

h1,
.h1 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 25px;
  }
}

h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
  margin: 1em 0;
  color: #484ac3;
  font-weight: 700;
}
h2.light,
h3.light,
h4.light,
h5.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light {
  color: #515151;
  font-weight: 400;
}

h6 {
  margin: 1.2em 0;
  color: #000;
  font-weight: 700;
}

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

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

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

blockquote {
  margin: 1em 0;
  padding: 0 0 0 1.5rem;
  border-left: 3px solid #484ac3;
}
.primary blockquote {
  border-color: #f1f1f1;
}
.secondary blockquote {
  border-color: #484ac3;
}

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

ol {
  padding-left: 1em;
}

.field--type-text-long p .btn, .field--type-text-long table .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.field--type-text-long p .btn:hover, .field--type-text-long table .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.field--type-text-long p .btn:focus, .field--type-text-long p .btn.focus, .field--type-text-long table .btn:focus, .field--type-text-long table .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.field--type-text-long p .btn.disabled, .field--type-text-long p .btn:disabled, .field--type-text-long table .btn.disabled, .field--type-text-long table .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.field--type-text-long p .btn:not(:disabled):not(.disabled):active, .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .field--type-text-long p .btn.dropdown-toggle, .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .field--type-text-long table .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .field--type-text-long p .btn.dropdown-toggle:focus, .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .field--type-text-long p .btn, .nobackground .field--type-text-long table .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .field--type-text-long p .btn:hover, .nobackground .field--type-text-long table .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.nobackground .field--type-text-long p .btn:focus, .nobackground .field--type-text-long p .btn.focus, .nobackground .field--type-text-long table .btn:focus, .nobackground .field--type-text-long table .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .field--type-text-long p .btn.disabled, .nobackground .field--type-text-long p .btn:disabled, .nobackground .field--type-text-long table .btn.disabled, .nobackground .field--type-text-long table .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .field--type-text-long p .btn:not(:disabled):not(.disabled):active, .nobackground .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .nobackground .field--type-text-long p .btn.dropdown-toggle, .nobackground .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .nobackground .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .nobackground .field--type-text-long table .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.nobackground .field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .nobackground .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .field--type-text-long p .btn.dropdown-toggle:focus, .nobackground .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .nobackground .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .field--type-text-long p .btn, .primary .field--type-text-long table .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .field--type-text-long p .btn:hover, .primary .field--type-text-long table .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.primary .field--type-text-long p .btn:focus, .primary .field--type-text-long p .btn.focus, .primary .field--type-text-long table .btn:focus, .primary .field--type-text-long table .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .field--type-text-long p .btn.disabled, .primary .field--type-text-long p .btn:disabled, .primary .field--type-text-long table .btn.disabled, .primary .field--type-text-long table .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .field--type-text-long p .btn:not(:disabled):not(.disabled):active, .primary .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .primary .field--type-text-long p .btn.dropdown-toggle, .primary .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .primary .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .primary .field--type-text-long table .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.primary .field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .primary .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .field--type-text-long p .btn.dropdown-toggle:focus, .primary .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .primary .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .field--type-text-long p .btn, .secondary .field--type-text-long table .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .field--type-text-long p .btn:hover, .secondary .field--type-text-long table .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.secondary .field--type-text-long p .btn:focus, .secondary .field--type-text-long p .btn.focus, .secondary .field--type-text-long table .btn:focus, .secondary .field--type-text-long table .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .field--type-text-long p .btn.disabled, .secondary .field--type-text-long p .btn:disabled, .secondary .field--type-text-long table .btn.disabled, .secondary .field--type-text-long table .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .field--type-text-long p .btn:not(:disabled):not(.disabled):active, .secondary .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .secondary .field--type-text-long p .btn.dropdown-toggle, .secondary .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .secondary .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .secondary .field--type-text-long table .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.secondary .field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .secondary .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .field--type-text-long p .btn.dropdown-toggle:focus, .secondary .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .secondary .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .field--type-text-long p .btn, .light .field--type-text-long table .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .field--type-text-long p .btn:hover, .light .field--type-text-long table .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .field--type-text-long p .btn:focus, .light .field--type-text-long p .btn.focus, .light .field--type-text-long table .btn:focus, .light .field--type-text-long table .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .field--type-text-long p .btn.disabled, .light .field--type-text-long p .btn:disabled, .light .field--type-text-long table .btn.disabled, .light .field--type-text-long table .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .field--type-text-long p .btn:not(:disabled):not(.disabled):active, .light .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .light .field--type-text-long p .btn.dropdown-toggle, .light .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .light .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .light .field--type-text-long table .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .light .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .light .field--type-text-long p .btn.dropdown-toggle:focus, .light .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .light .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .light .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .field--type-text-long p .btn, .dark .field--type-text-long table .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .field--type-text-long p .btn:hover, .dark .field--type-text-long table .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.dark .field--type-text-long p .btn:focus, .dark .field--type-text-long p .btn.focus, .dark .field--type-text-long table .btn:focus, .dark .field--type-text-long table .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .field--type-text-long p .btn.disabled, .dark .field--type-text-long p .btn:disabled, .dark .field--type-text-long table .btn.disabled, .dark .field--type-text-long table .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .field--type-text-long p .btn:not(:disabled):not(.disabled):active, .dark .field--type-text-long p .btn:not(:disabled):not(.disabled).active, .show > .dark .field--type-text-long p .btn.dropdown-toggle, .dark .field--type-text-long table .btn:not(:disabled):not(.disabled):active, .dark .field--type-text-long table .btn:not(:disabled):not(.disabled).active, .show > .dark .field--type-text-long table .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.dark .field--type-text-long p .btn:not(:disabled):not(.disabled):active:focus, .dark .field--type-text-long p .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .field--type-text-long p .btn.dropdown-toggle:focus, .dark .field--type-text-long table .btn:not(:disabled):not(.disabled):active:focus, .dark .field--type-text-long table .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .field--type-text-long table .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.field--type-text-long p .arrow, .field--type-text-long table .arrow {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  display: inline-block;
}
.field--type-text-long p .arrow::before, .field--type-text-long table .arrow::before {
  content: "";
  display: inline-block;
  background: url("../../assets/picto/arrow-right.svg") no-repeat center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.field--type-text-long p.intro, .field--type-text-long table.intro {
  font-weight: bold;
}
.field--type-text-long p.highlight, .field--type-text-long table.highlight {
  padding: 15px;
  background: #484ac3;
  color: white;
}
.field--type-text-long p.highlight .none, .field--type-text-long table.highlight .none {
  color: inherit;
}
.nobackground .field--type-text-long p.highlight, .nobackground .field--type-text-long table.highlight {
  background: #484ac3;
}
.nobackground .field--type-text-long p.highlight .btn, .nobackground .field--type-text-long table.highlight .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.nobackground .field--type-text-long p.highlight .btn:hover, .nobackground .field--type-text-long table.highlight .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.nobackground .field--type-text-long p.highlight .btn:focus, .nobackground .field--type-text-long p.highlight .btn.focus, .nobackground .field--type-text-long table.highlight .btn:focus, .nobackground .field--type-text-long table.highlight .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.nobackground .field--type-text-long p.highlight .btn.disabled, .nobackground .field--type-text-long p.highlight .btn:disabled, .nobackground .field--type-text-long table.highlight .btn.disabled, .nobackground .field--type-text-long table.highlight .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.nobackground .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active, .nobackground .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active, .show > .nobackground .field--type-text-long p.highlight .btn.dropdown-toggle, .nobackground .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active, .nobackground .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active, .show > .nobackground .field--type-text-long table.highlight .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.nobackground .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active:focus, .nobackground .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .field--type-text-long p.highlight .btn.dropdown-toggle:focus, .nobackground .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active:focus, .nobackground .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .field--type-text-long table.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.nobackground .field--type-text-long p.highlight .arrow::before, .nobackground .field--type-text-long table.highlight .arrow::before {
  background-image: url("../../assets/picto/arrow-right-white.svg");
}
.primary .field--type-text-long p.highlight, .primary .field--type-text-long table.highlight {
  background: #f1f1f1;
  color: #111;
}
.primary .field--type-text-long p.highlight .btn, .primary .field--type-text-long table.highlight .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.primary .field--type-text-long p.highlight .btn:hover, .primary .field--type-text-long table.highlight .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.primary .field--type-text-long p.highlight .btn:focus, .primary .field--type-text-long p.highlight .btn.focus, .primary .field--type-text-long table.highlight .btn:focus, .primary .field--type-text-long table.highlight .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .field--type-text-long p.highlight .btn.disabled, .primary .field--type-text-long p.highlight .btn:disabled, .primary .field--type-text-long table.highlight .btn.disabled, .primary .field--type-text-long table.highlight .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.primary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active, .primary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active, .show > .primary .field--type-text-long p.highlight .btn.dropdown-toggle, .primary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active, .primary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active, .show > .primary .field--type-text-long table.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.primary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active:focus, .primary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .field--type-text-long p.highlight .btn.dropdown-toggle:focus, .primary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active:focus, .primary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .field--type-text-long table.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.secondary .field--type-text-long p.highlight, .secondary .field--type-text-long table.highlight {
  background: #f1f1f1;
  color: #111;
}
.secondary .field--type-text-long p.highlight .btn, .secondary .field--type-text-long table.highlight .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.secondary .field--type-text-long p.highlight .btn:hover, .secondary .field--type-text-long table.highlight .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.secondary .field--type-text-long p.highlight .btn:focus, .secondary .field--type-text-long p.highlight .btn.focus, .secondary .field--type-text-long table.highlight .btn:focus, .secondary .field--type-text-long table.highlight .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.secondary .field--type-text-long p.highlight .btn.disabled, .secondary .field--type-text-long p.highlight .btn:disabled, .secondary .field--type-text-long table.highlight .btn.disabled, .secondary .field--type-text-long table.highlight .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.secondary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active, .secondary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active, .show > .secondary .field--type-text-long p.highlight .btn.dropdown-toggle, .secondary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active, .secondary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active, .show > .secondary .field--type-text-long table.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.secondary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active:focus, .secondary .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .field--type-text-long p.highlight .btn.dropdown-toggle:focus, .secondary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active:focus, .secondary .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .field--type-text-long table.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .field--type-text-long p.highlight, .light .field--type-text-long table.highlight {
  background: #484ac3;
}
.light .field--type-text-long p.highlight .btn, .light .field--type-text-long table.highlight .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.light .field--type-text-long p.highlight .btn:hover, .light .field--type-text-long table.highlight .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.light .field--type-text-long p.highlight .btn:focus, .light .field--type-text-long p.highlight .btn.focus, .light .field--type-text-long table.highlight .btn:focus, .light .field--type-text-long table.highlight .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .field--type-text-long p.highlight .btn.disabled, .light .field--type-text-long p.highlight .btn:disabled, .light .field--type-text-long table.highlight .btn.disabled, .light .field--type-text-long table.highlight .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.light .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active, .light .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active, .show > .light .field--type-text-long p.highlight .btn.dropdown-toggle, .light .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active, .light .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active, .show > .light .field--type-text-long table.highlight .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.light .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active:focus, .light .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .light .field--type-text-long p.highlight .btn.dropdown-toggle:focus, .light .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active:focus, .light .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .light .field--type-text-long table.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .field--type-text-long p.highlight, .dark .field--type-text-long table.highlight {
  background: #f1f1f1;
  color: #111;
}
.dark .field--type-text-long p.highlight .btn, .dark .field--type-text-long table.highlight .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.dark .field--type-text-long p.highlight .btn:hover, .dark .field--type-text-long table.highlight .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.dark .field--type-text-long p.highlight .btn:focus, .dark .field--type-text-long p.highlight .btn.focus, .dark .field--type-text-long table.highlight .btn:focus, .dark .field--type-text-long table.highlight .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .field--type-text-long p.highlight .btn.disabled, .dark .field--type-text-long p.highlight .btn:disabled, .dark .field--type-text-long table.highlight .btn.disabled, .dark .field--type-text-long table.highlight .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.dark .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active, .dark .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active, .show > .dark .field--type-text-long p.highlight .btn.dropdown-toggle, .dark .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active, .dark .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active, .show > .dark .field--type-text-long table.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.dark .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled):active:focus, .dark .field--type-text-long p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .field--type-text-long p.highlight .btn.dropdown-toggle:focus, .dark .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled):active:focus, .dark .field--type-text-long table.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .field--type-text-long table.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}

.block-page-title-block {
  padding: 60px 0;
  background: #484ac3;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .block-page-title-block {
    margin-bottom: 6rem;
  }
}
.block-page-title-block h1 {
  color: white;
}

.block-page-title-block h1::before,
h2.field--name-field-ph-row-title::before {
  content: "";
  float: left;
  width: 50px;
  height: 58px;
  margin-right: 30px;
  margin-top: -10px;
  background-size: contain;
  display: none;
}
.block-page-title-block h1.picto-doc1::before, .doc1 .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-doc1::before,
.doc1 h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/documents.svg") no-repeat center;
  width: 67px;
  height: 66px;
  display: block;
}
.doc1.secondary .block-page-title-block h1::before, .doc1.white .block-page-title-block h1::before,
.doc1.secondary h2.field--name-field-ph-row-title::before,
.doc1.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/documents-dark.svg");
}
.block-page-title-block h1.picto-doc2::before, .doc2 .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-doc2::before,
.doc2 h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/factsheet.svg") no-repeat center;
  width: 46px;
  height: 60px;
  display: block;
}
.doc2.secondary .block-page-title-block h1::before, .doc2.white .block-page-title-block h1::before,
.doc2.secondary h2.field--name-field-ph-row-title::before,
.doc2.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/factsheet-dark.svg");
}
.block-page-title-block h1.picto-doc3::before, .doc3 .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-doc3::before,
.doc3 h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/news.svg") no-repeat center;
  display: block;
}
.doc3.secondary .block-page-title-block h1::before, .doc3.white .block-page-title-block h1::before,
.doc3.secondary h2.field--name-field-ph-row-title::before,
.doc3.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/news-dark.svg");
}
.block-page-title-block h1.picto-building::before, .building .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-building::before,
.building h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/state.svg") no-repeat center;
  width: 68px;
  height: 68px;
  display: block;
}
.building.secondary .block-page-title-block h1::before, .building.white .block-page-title-block h1::before,
.building.secondary h2.field--name-field-ph-row-title::before,
.building.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/state-dark.svg");
}
.block-page-title-block h1.picto-hands::before, .hands .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hands::before,
.hands h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/civil-society.svg") no-repeat center;
  height: 70px;
  width: 70px;
  display: block;
}
.hands.secondary .block-page-title-block h1::before, .hands.white .block-page-title-block h1::before,
.hands.secondary h2.field--name-field-ph-row-title::before,
.hands.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/civil-society-dark.svg");
}
.block-page-title-block h1.picto-puzzle::before, .puzzle .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-puzzle::before,
.puzzle h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/resources.svg") no-repeat center;
  width: 55px;
  height: 70px;
  display: block;
}
.block-page-title-block h1.picto-sdg-icon::before, .sdg-icon .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-sdg-icon::before,
.sdg-icon h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/sdg-logo.svg") no-repeat center;
  width: 110px;
  height: 110px;
  display: block;
}
.block-page-title-block h1.picto-glossary-icon::before, .glossary-icon .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-glossary-icon::before,
.glossary-icon h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/glossary.svg") no-repeat center;
  width: 55px;
  height: 70px;
  display: block;
}
.block-page-title-block h1.picto-video-icon::before, .video-icon .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-video-icon::before,
.video-icon h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/video-library.svg") no-repeat center;
  width: 55px;
  height: 70px;
  display: block;
}
.puzzle.secondary .block-page-title-block h1::before, .puzzle.white .block-page-title-block h1::before,
.puzzle.secondary h2.field--name-field-ph-row-title::before,
.puzzle.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/resources-dark.svg");
}
.block-page-title-block h1.picto-hourglass::before, .hourglass .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hourglass::before,
.hourglass h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/timeline.svg") no-repeat center;
  width: 42px;
  height: 70px;
  display: block;
}
.hourglass.secondary .block-page-title-block h1::before, .hourglass.white .block-page-title-block h1::before,
.hourglass.secondary h2.field--name-field-ph-row-title::before,
.hourglass.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/timeline-dark.svg");
}
.block-page-title-block h1.picto-meeting::before, .meeting .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-meeting::before,
.meeting h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/pressession.svg") no-repeat center;
  width: 70px;
  height: 65px;
  display: block;
}
.meeting.secondary .block-page-title-block h1::before, .meeting.white .block-page-title-block h1::before,
.meeting.secondary h2.field--name-field-ph-row-title::before,
.meeting.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/pressession-dark.svg");
}
.block-page-title-block h1.picto-magnifier::before, .magnifier .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-magnifier::before,
.magnifier h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/search.svg") no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
}
.magnifier.secondary .block-page-title-block h1::before, .magnifier.white .block-page-title-block h1::before,
.magnifier.secondary h2.field--name-field-ph-row-title::before,
.magnifier.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/search-dark.svg");
}
.block-page-title-block h1.picto-lecture::before, .lecture .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-lecture::before,
.lecture h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/lecture.svg") no-repeat center;
  width: 60px;
  height: 60px;
  display: block;
}
.lecture.secondary .block-page-title-block h1::before, .lecture.white .block-page-title-block h1::before,
.lecture.secondary h2.field--name-field-ph-row-title::before,
.lecture.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/lecture-dark.svg");
}
.block-page-title-block h1.picto-coworking::before, .coworking .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-coworking::before,
.coworking h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/coworking.svg") no-repeat center;
  width: 65px;
  height: 65px;
  display: block;
}
.coworking.secondary .block-page-title-block h1::before, .coworking.white .block-page-title-block h1::before,
.coworking.secondary h2.field--name-field-ph-row-title::before,
.coworking.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/coworking-dark.svg");
}
.block-page-title-block h1.picto-digital-communication::before, .digital-communication .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-digital-communication::before,
.digital-communication h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/digital-communication.svg") no-repeat center;
  width: 66px;
  height: 66px;
  display: block;
}
.digital-communication.secondary .block-page-title-block h1::before, .digital-communication.white .block-page-title-block h1::before,
.digital-communication.secondary h2.field--name-field-ph-row-title::before,
.digital-communication.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/digital-communication-dark.svg");
}
.block-page-title-block h1.picto-heart-hands::before, .heart-hands .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-heart-hands::before,
.heart-hands h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/heart-hands.svg") no-repeat center;
  width: 83px;
  height: 71px;
  display: block;
}
.heart-hands.secondary .block-page-title-block h1::before, .heart-hands.white .block-page-title-block h1::before,
.heart-hands.secondary h2.field--name-field-ph-row-title::before,
.heart-hands.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/heart-hands-dark.svg");
}
.block-page-title-block h1.picto-hand-money::before, .hand-money .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hand-money::before,
.hand-money h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/hand-money.svg") no-repeat center;
  width: 88px;
  height: 70px;
  display: block;
}
.hand-money.secondary .block-page-title-block h1::before, .hand-money.white .block-page-title-block h1::before,
.hand-money.secondary h2.field--name-field-ph-row-title::before,
.hand-money.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/hand-money-dark.svg");
}
.block-page-title-block h1.picto-balloons::before, .balloons .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-balloons::before,
.balloons h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/balloons.svg") no-repeat center;
  width: 72px;
  height: 70px;
  display: block;
}
.balloons.secondary .block-page-title-block h1::before, .balloons.white .block-page-title-block h1::before,
.balloons.secondary h2.field--name-field-ph-row-title::before,
.balloons.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/balloons-dark.svg");
}
.block-page-title-block h1.picto-hand-bulb::before, .hand-bulb .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hand-bulb::before,
.hand-bulb h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/hand-bulb.svg") no-repeat center;
  width: 72px;
  height: 70px;
  display: block;
}
.hand-bulb.secondary .block-page-title-block h1::before, .hand-bulb.white .block-page-title-block h1::before,
.hand-bulb.secondary h2.field--name-field-ph-row-title::before,
.hand-bulb.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/hand-bulb-dark.svg");
}
.block-page-title-block h1.picto-hand-sprout::before, .hand-sprout .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hand-sprout::before,
.hand-sprout h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/hand-sprout.svg") no-repeat center;
  width: 88px;
  height: 70px;
  display: block;
}
.hand-sprout.secondary .block-page-title-block h1::before, .hand-sprout.white .block-page-title-block h1::before,
.hand-sprout.secondary h2.field--name-field-ph-row-title::before,
.hand-sprout.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/hand-sprout-dark.svg");
}
.block-page-title-block h1.picto-money-bag::before, .money-bag .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-money-bag::before,
.money-bag h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/money-bag.svg") no-repeat center;
  width: 51px;
  height: 70px;
  display: block;
}
.money-bag.secondary .block-page-title-block h1::before, .money-bag.white .block-page-title-block h1::before,
.money-bag.secondary h2.field--name-field-ph-row-title::before,
.money-bag.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/money-bag-dark.svg");
}
.block-page-title-block h1.picto-house::before, .house .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-house::before,
.house h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/house.svg") no-repeat center;
  width: 78px;
  height: 70px;
  display: block;
}
.house.secondary .block-page-title-block h1::before, .house.white .block-page-title-block h1::before,
.house.secondary h2.field--name-field-ph-row-title::before,
.house.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/house-dark.svg");
}
.block-page-title-block h1.picto-hands-circle::before, .hands-circle .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-hands-circle::before,
.hands-circle h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/hands-circle.svg") no-repeat center;
  width: 70px;
  height: 70px;
  display: block;
}
.hands-circle.secondary .block-page-title-block h1::before, .hands-circle.white .block-page-title-block h1::before,
.hands-circle.secondary h2.field--name-field-ph-row-title::before,
.hands-circle.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/hands-circle-dark.svg");
}
.block-page-title-block h1.picto-round-table::before, .round-table .block-page-title-block h1::before,
h2.field--name-field-ph-row-title.picto-round-table::before,
.round-table h2.field--name-field-ph-row-title::before {
  background: url("../../assets/upr-icons/round-table.svg") no-repeat center;
  width: 60px;
  height: 60px;
  display: block;
}
.round-table.secondary .block-page-title-block h1::before, .round-table.white .block-page-title-block h1::before,
.round-table.secondary h2.field--name-field-ph-row-title::before,
.round-table.white h2.field--name-field-ph-row-title::before {
  background-image: url("../../assets/upr-icons/round-table-dark.svg");
}

.pager {
  list-style: none;
  text-align: center;
}
.pager .pager__item::before {
  display: none;
}
.pager .pager__item .button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .pager .pager__item .button {
    -webkit-transition: none;
    transition: none;
  }
}
.pager .pager__item .button:hover {
  color: #212529;
  text-decoration: none;
}
.pager .pager__item .button:focus, .pager .pager__item .button.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.pager .pager__item .button.disabled, .pager .pager__item .button:disabled {
  opacity: 0.65;
}
.pager .pager__item .button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pager .pager__item .button:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.pager .pager__item .button:focus, .pager .pager__item .button.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.pager .pager__item .button.disabled, .pager .pager__item .button:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.pager .pager__item .button:not(:disabled):not(.disabled):active, .pager .pager__item .button:not(:disabled):not(.disabled).active, .show > .pager .pager__item .button.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.pager .pager__item .button:not(:disabled):not(.disabled):active:focus, .pager .pager__item .button:not(:disabled):not(.disabled).active:focus, .show > .pager .pager__item .button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.pager .pager__item.is-active {
  font-weight: bold;
}

.more-link {
  margin-bottom: 2rem;
  text-align: center;
}
.more-link a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .more-link a {
    -webkit-transition: none;
    transition: none;
  }
}
.more-link a:hover {
  color: #212529;
  text-decoration: none;
}
.more-link a:focus, .more-link a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.more-link a.disabled, .more-link a:disabled {
  opacity: 0.65;
}
.more-link a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.more-link a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.more-link a:focus, .more-link a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.more-link a.disabled, .more-link a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.more-link a:not(:disabled):not(.disabled):active, .more-link a:not(:disabled):not(.disabled).active, .show > .more-link a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.more-link a:not(:disabled):not(.disabled):active:focus, .more-link a:not(:disabled):not(.disabled).active:focus, .show > .more-link a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}

section {
  padding: 1.5rem 0;
}
section.bg-light {
  background: #f1f1f1;
}

.field--name-field-ph-embed-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  padding-bottom: 28px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
          box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
  border-radius: 8px;
}
.field--name-field-ph-embed-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.paragraph .container > h4 {
  margin-top: 0;
}

.pager__items {
  margin: 30px 0;
}
.pager__items .pager__item {
  display: inline-block;
  margin: 0 5px;
}
.pager__items .pager__item a {
  padding: 5px 8px;
  border-radius: 5px;
  color: #111;
}
.pager__items .pager__item a:hover {
  background: #f1f1f1;
  color: inherit;
  text-decoration: none;
}

.modal-dialog .modal-title {
  margin: 0;
  font-size: 22px;
}

figure.media {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
figure.media img {
  margin-bottom: 0.5em;
}
figure.media .field--name-field-m-caption,
figure.media .field--name-field-m-copyright {
  font-size: 0.9em;
  width: 100%;
  font-style: italic;
}

#header {
  border-bottom: 11px solid #f1f1f1;
  position: relative;
}
#header .container {
  position: relative;
}
#header .navbar-toggler {
  display: none;
}
#header .site-branding__logo a img {
  width: 100px;
}
#header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  #header .header-top {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  #header .header-top > div {
    margin-left: 30px;
  }
}
#header .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-top-right > div {
  margin-left: 30px;
}
#header .header-top-right .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-top-right .language-switcher .language-selector a.language-link {
  margin-left: 4px;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .header-top-right .language-switcher .language-selector a.language-link:hover, #header .header-top-right .language-switcher .language-selector a.language-link:focus {
  background-color: #f1f1f1;
}
#header .header-top-right .language-switcher .language-selector a.language-link.active.is-active {
  color: white;
  background-color: #484ac3;
}
#header #block-secondarynavigation {
  padding: 0;
}
#header #block-secondarynavigation .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header #block-secondarynavigation .navbar-nav li {
  margin-left: 5px;
}
@media (min-width: 992px) {
  #header #block-secondarynavigation .navbar-nav li {
    margin-left: 30px;
  }
}
#header #block-secondarynavigation .navbar-nav li:nth-child(5) {
  display: none;
}
#header #block-secondarynavigation .navbar-nav a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #484ac3;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (min-width: 992px) {
  #header #block-secondarynavigation .navbar-nav a {
    width: auto;
    text-indent: 0;
    padding: 0 17px 0 48px;
    background-position: 16px 9px;
  }
}
#header #block-secondarynavigation .navbar-nav li:nth-child(1) a {
  background-image: url("../../assets/picto/UPR_e-Hub_logo_white.svg");
}
#header #block-secondarynavigation .navbar-nav li:nth-child(2) a {
  background-image: url("../../assets/picto/presession.svg");
}
#header #block-secondarynavigation .navbar-nav li:nth-child(3) a {
  background-image: url("../../assets/picto/database-white.svg");
}
#header #block-secondarynavigation .navbar-nav li:nth-child(5) a {
  background-image: url("../../assets/picto/profil-white.svg");
}
#header #block-secondarynavigation .navbar-nav li:nth-child(5) a {
  background-image: url("../../assets/picto/profil-white.svg");
}
#header #dropdownMenuLangButton {
  border-color: #d0d0d0;
  color: #111;
  position: relative;
  padding: 11px 45px 9px 15px;
}
#header #dropdownMenuLangButton::after {
  border: none;
  border-left: 1px solid #d0d0d0;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url("../../assets/picto/arrow.svg") no-repeat center;
  background-size: 10px;
}
#header .search-link a {
  position: relative;
  top: 8px;
  display: block;
  width: 23px;
  height: 25px;
  background: url("../../assets/picto/search.svg") no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: 900px;
}

.homepage-access {
  padding: 1rem 0;
  background: #484ac3;
  color: #fff;
}
@media (min-width: 576px) {
  .homepage-access {
    padding: 2rem 0;
  }
}
.homepage-access h2 {
  position: relative;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 1400px) {
  .homepage-access h2:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -80px;
    width: 50px;
    height: 50px;
    background: #fff;
    background: url("../../assets/upr-icons/access.svg") no-repeat center;
    background-size: contain;
  }
}
.homepage-access .upr-homepage-navigation .select2-container {
  width: 300px;
}
.homepage-access .upr-homepage-navigation .container {
  display: block;
}
@media (min-width: 992px) {
  .homepage-access .upr-homepage-navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-access .upr-homepage-navigation label {
  display: block;
}
@media (min-width: 992px) {
  .homepage-access .upr-homepage-navigation .form-group {
    margin-left: 30px;
  }
}

.homepage-teaser {
  min-height: 300px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  .homepage-teaser {
    min-height: 420px;
  }
}
.homepage-teaser .header-text {
  position: relative;
  max-width: 500px;
  margin: 20px 0;
  padding: 20px 25px;
  background: rgba(72, 74, 195, 0.9);
  color: #fff;
}
@media (min-width: 576px) {
  .homepage-teaser .header-text {
    padding: 40px 50px;
  }
}
.homepage-teaser .header-text h2 {
  margin: 0 0 1rem 0;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 576px) {
  .homepage-teaser .header-text h2 {
    font-size: 36px;
  }
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .homepage-teaser .header-text .field--name-field-ss-hp-header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .homepage-teaser .header-text .field--name-field-ss-hp-header-links a {
    -webkit-transition: none;
    transition: none;
  }
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:hover {
  color: #212529;
  text-decoration: none;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:focus, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a.disabled, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a:disabled {
  opacity: 0.65;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:focus, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a.disabled, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:not(:disabled):not(.disabled):active, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a:not(:disabled):not(.disabled).active, .show > .homepage-teaser .header-text .field--name-field-ss-hp-header-links a.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.homepage-teaser .header-text .field--name-field-ss-hp-header-links a:not(:disabled):not(.disabled):active:focus, .homepage-teaser .header-text .field--name-field-ss-hp-header-links a:not(:disabled):not(.disabled).active:focus, .show > .homepage-teaser .header-text .field--name-field-ss-hp-header-links a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.key-documents {
  margin-bottom: 40px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 992px) {
  .key-documents {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.key-documents .item {
  width: 100%;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

#block-mainnavigation, #block-mainnavigation--2 {
  position: unset;
  padding: 0;
}
#block-mainnavigation .wrapper, #block-mainnavigation--2 .wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #block-mainnavigation .wrapper, #block-mainnavigation--2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #block-mainnavigation .wrapper .right, #block-mainnavigation--2 .wrapper .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#block-mainnavigation .wrapper .left, #block-mainnavigation--2 .wrapper .left {
  min-width: 300px;
  margin-right: 100px;
}
#block-mainnavigation .menu-item--expanded .wrapper, #block-mainnavigation--2 .menu-item--expanded .wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #block-mainnavigation form, #block-mainnavigation--2 form {
    padding-bottom: 20px;
  }
}
#block-mainnavigation select,
#block-mainnavigation .form-item, #block-mainnavigation--2 select,
#block-mainnavigation--2 .form-item {
  width: 100%;
  margin-bottom: 20px;
}
#block-mainnavigation .chosen-container, #block-mainnavigation--2 .chosen-container {
  width: 100% !important;
}
#block-mainnavigation label, #block-mainnavigation--2 label {
  display: block;
  margin-bottom: 15px;
  color: #484ac3;
  font-weight: 700;
}
#block-mainnavigation .menu-level-0, #block-mainnavigation--2 .menu-level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #block-mainnavigation .menu-level-0, #block-mainnavigation--2 .menu-level-0 {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
  }
}
#block-mainnavigation .menu-level-0 [class*=col-], #block-mainnavigation--2 .menu-level-0 [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
#block-mainnavigation .menu-level-0 > li > span, #block-mainnavigation .menu-level-0 > li > a, #block-mainnavigation--2 .menu-level-0 > li > span, #block-mainnavigation--2 .menu-level-0 > li > a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #block-mainnavigation .menu-level-0 > li > span, #block-mainnavigation .menu-level-0 > li > a, #block-mainnavigation--2 .menu-level-0 > li > span, #block-mainnavigation--2 .menu-level-0 > li > a {
    margin-left: 48.5px;
    font-size: 16px;
  }
}
#block-mainnavigation .menu-level-0 > li > a, #block-mainnavigation--2 .menu-level-0 > li > a {
  text-decoration: none;
  color: #515151;
}
#block-mainnavigation .menu-level-0 > li > a:hover, #block-mainnavigation--2 .menu-level-0 > li > a:hover {
  color: #515151;
}
#block-mainnavigation .menu-level-0 > li > .menu_link_content, #block-mainnavigation--2 .menu-level-0 > li > .menu_link_content {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 90%;
  left: 0;
  padding: 0;
  background: white;
  -webkit-transition: top ease 200ms;
  transition: top ease 200ms;
}
#block-mainnavigation .menu-level-0 > li > .menu_link_content:before, #block-mainnavigation--2 .menu-level-0 > li > .menu_link_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  background: white;
  -webkit-box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.15);
}
#block-mainnavigation .menu-level-0 > li > .menu_link_content > .container, #block-mainnavigation--2 .menu-level-0 > li > .menu_link_content > .container {
  padding-left: 40px;
  padding-right: 40px;
}
#block-mainnavigation .menu-level-0 > li > .menu_link_content > .container .menu, #block-mainnavigation--2 .menu-level-0 > li > .menu_link_content > .container .menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
#block-mainnavigation .menu-level-0 > li.menu-item--active-trail > span, #block-mainnavigation--2 .menu-level-0 > li.menu-item--active-trail > span {
  border-color: #484ac3;
}
#block-mainnavigation .menu-level-0 > li.expand > span, #block-mainnavigation--2 .menu-level-0 > li.expand > span {
  border-color: #484ac3;
}
#block-mainnavigation .menu-level-0 > li.expand > .menu_link_content, #block-mainnavigation--2 .menu-level-0 > li.expand > .menu_link_content {
  top: 100%;
  visibility: visible;
}
#block-mainnavigation .menu-level-1, #block-mainnavigation--2 .menu-level-1 {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #block-mainnavigation .menu-level-1, #block-mainnavigation--2 .menu-level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #block-mainnavigation .menu-level-1 li, #block-mainnavigation--2 .menu-level-1 li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 25px;
  }
}
#block-mainnavigation .menu-level-1 a, #block-mainnavigation .menu-level-1 span, #block-mainnavigation--2 .menu-level-1 a, #block-mainnavigation--2 .menu-level-1 span {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #484ac3;
}
#block-mainnavigation .menu-level-2, #block-mainnavigation--2 .menu-level-2 {
  margin: 12px 0 25px;
}
#block-mainnavigation .menu-level-2 li, #block-mainnavigation--2 .menu-level-2 li {
  margin-bottom: 0;
}
#block-mainnavigation .menu-level-2 li a, #block-mainnavigation--2 .menu-level-2 li a {
  font-weight: normal;
  color: #515151;
}

.node--type-ino-news.node--view-mode-teaser, .node--type-ino-news.node--view-mode-teaser-full-width {
  position: relative;
  margin-bottom: 30px;
}
.node--type-ino-news.node--view-mode-teaser .news-date, .node--type-ino-news.node--view-mode-teaser-full-width .news-date {
  margin-top: 20px;
  font-size: 18px;
  color: #111;
}
.node--type-ino-news.node--view-mode-teaser h2, .node--type-ino-news.node--view-mode-teaser-full-width h2 {
  margin-top: 5px;
  font-weight: normal;
  color: #111;
}
@media (max-width: 767.98px) {
  .node--type-ino-news.node--view-mode-teaser h2, .node--type-ino-news.node--view-mode-teaser-full-width h2 {
    font-size: 22px;
  }
}
.node--type-ino-news.node--view-mode-teaser h2 a, .node--type-ino-news.node--view-mode-teaser-full-width h2 a {
  color: inherit;
  text-decoration: none;
}
.node--type-ino-news.node--view-mode-teaser h2 a:hover, .node--type-ino-news.node--view-mode-teaser-full-width h2 a:hover {
  color: #484ac3;
}
.node--type-ino-news.node--view-mode-teaser h2::after, .node--type-ino-news.node--view-mode-teaser-full-width h2::after {
  content: "";
  margin-top: 15px;
  display: block;
  width: 64px;
  border-bottom: 3px solid #484ac3;
}
.node--type-ino-news.node--view-mode-teaser {
  margin-bottom: 80px;
}
.paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser .news-date, .paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser-full-width .news-date {
  color: #f1f1f1;
}
.paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser h2 a, .paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser-full-width h2 a {
  color: #f1f1f1;
}
.paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser h2 a:hover, .paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser-full-width h2 a:hover {
  color: #ececec;
}
.paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser h2::after, .paragraph-layout.primary .node--type-ino-news.node--view-mode-teaser-full-width h2::after {
  border-bottom: 3px solid #f1f1f1;
}

.path-news .block-page-title-block h1::before {
  background: url("../../assets/upr-icons/news.svg") no-repeat center;
}

.node--type-ino-news.node--view-mode-full {
  position: relative;
}
.node--type-ino-news.node--view-mode-full .page-title-block {
  padding-top: 4px;
  padding-bottom: 65px;
  margin-bottom: 40px;
  position: relative;
}
.node--type-ino-news.node--view-mode-full .page-title-block.bg-image {
  background-size: cover;
}
.node--type-ino-news.node--view-mode-full .page-title-block.bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #484ac3;
  opacity: 0.9;
}
.node--type-ino-news.node--view-mode-full .page-title-block h1 {
  font-size: 50px;
}
.node--type-ino-news.node--view-mode-full .page-title-block .container {
  position: relative;
  z-index: 1;
}
.node--type-ino-news.node--view-mode-full .page-title-block .container::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 10px;
  left: -160px;
  width: 142px;
  height: 164px;
  background: url("../../assets/upr-icons/news.svg") no-repeat center;
  background-size: contain;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .node--type-ino-news.node--view-mode-full .page-title-block .container::before {
    display: block;
  }
}
.node--type-ino-news.node--view-mode-full .page-title-block .container .news-page-link a {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding: 2px 0;
  line-height: 40px;
}
.node--type-ino-news.node--view-mode-full .page-title-block .container .news-page-link a:hover {
  border: none;
  text-decoration: none;
}
.node--type-ino-news.node--view-mode-full .page-title-block .container .date {
  display: block;
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .node--type-ino-news.node--view-mode-full .page-title-block .container .date {
    padding-top: 30px;
  }
}
.node--type-ino-news.node--view-mode-full .page-title-block .container .date:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 30px;
  background: url(../../assets/picto/dash-light.svg);
}
.node--type-ino-news.node--view-mode-full .field--name-field-n-main-picture {
  margin-top: -80px;
  margin-bottom: 60px;
}
.node--type-ino-news.node--view-mode-full .field--name-field-n-country-ref span.field__item::after,
.node--type-ino-news.node--view-mode-full .field--name-field-n-session-ref span.field__item::after {
  content: ",";
}
.node--type-ino-news.node--view-mode-full .field--name-field-n-country-ref span.field__item:last-child::after,
.node--type-ino-news.node--view-mode-full .field--name-field-n-session-ref span.field__item:last-child::after {
  content: "";
}

.node--type-ino-page .block-page-title-block > .container {
  max-width: 800px;
}
.node--type-ino-page.has-main-picture .block-page-title-block {
  padding-bottom: 140px;
  margin-bottom: 0;
}
.node--type-ino-page.has-main-picture .page-main-picture figure.media {
  margin-top: -90px;
  margin-bottom: 60px;
}
.node--type-ino-page.node--view-mode-teaser-full-width h2 {
  margin-top: 0;
}

@media (min-width: 576px) {
  .field--name-field-ph-wysiwyg-text,
  .field--name-field-ph-card-summary {
    text-align: justify;
  }
}
.field--name-field-ph-wysiwyg-text > *:first-child,
.field--name-field-ph-card-summary > *:first-child {
  margin-top: 0;
}
.field--name-field-ph-wysiwyg-text h3, .field--name-field-ph-wysiwyg-text h4, .field--name-field-ph-wysiwyg-text h5,
.field--name-field-ph-card-summary h3,
.field--name-field-ph-card-summary h4,
.field--name-field-ph-card-summary h5 {
  color: #000;
}
.field--name-field-ph-wysiwyg-text p,
.field--name-field-ph-card-summary p {
  line-height: 1.6;
  font-size: 16px;
}
.field--name-field-ph-wysiwyg-text ul,
.field--name-field-ph-card-summary ul {
  list-style: disc;
  line-height: 1.6;
  padding-left: 20px;
  font-size: 16px;
}
.field--name-field-ph-wysiwyg-text p + ul,
.field--name-field-ph-wysiwyg-text p + ol,
.field--name-field-ph-card-summary p + ul,
.field--name-field-ph-card-summary p + ol {
  margin-top: 1em;
}
.field--name-field-ph-wysiwyg-text ol,
.field--name-field-ph-card-summary ol {
  padding-left: 40px;
  line-height: 1.6;
  font-size: 16px;
}
.field--name-field-ph-wysiwyg-text table,
.field--name-field-ph-card-summary table {
  width: 100%;
}
.field--name-field-ph-wysiwyg-text table tr td,
.field--name-field-ph-card-summary table tr td {
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
}
.field--name-field-ph-wysiwyg-text table tr td:first-child,
.field--name-field-ph-card-summary table tr td:first-child {
  border-left: none;
  width: 30%;
}
.field--name-field-ph-wysiwyg-text table tr td:nth-child(2),
.field--name-field-ph-card-summary table tr td:nth-child(2) {
  width: 20%;
}
.field--name-field-ph-wysiwyg-text table tr td:last-child,
.field--name-field-ph-card-summary table tr td:last-child {
  border-right: none;
}
.field--name-field-ph-wysiwyg-text table tr:last-child td,
.field--name-field-ph-card-summary table tr:last-child td {
  border-bottom: none;
}
.field--name-field-ph-wysiwyg-text table tr:first-child td,
.field--name-field-ph-card-summary table tr:first-child td {
  border-top: none;
}

.search-page {
  margin-bottom: 60px;
}
.search-page h1::before {
  content: "";
  display: block;
  float: left;
  background: url("../../assets/upr-icons/search.svg") no-repeat center;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-size: contain;
}
.search-page .view-header {
  display: none;
}
@media (min-width: 768px) {
  .scrolled .search-page .view-filters {
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
  }
  .scrolled .search-page .view-filters .count {
    font-size: 14px;
    margin: 0;
  }
}
.search-page .filters-label::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url("../../assets/picto/arrow.svg") no-repeat center;
  background-size: 12px;
  margin-right: 15px;
  vertical-align: bottom;
}
.search-page .filters-label.is-open::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .search-page .filters-label {
    display: none;
  }
}
.search-page .filters-container {
  display: none;
}
@media (min-width: 768px) {
  .search-page .filters-container {
    display: block;
  }
}
.search-page .views-exposed-form > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-page .views-exposed-form > .container .form-item-keywords {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-page .views-exposed-form > .container .form-item-keywords label {
  font-size: 18px;
  color: #484ac3;
  font-weight: bold;
}
.search-page .views-exposed-form > .container .form-actions {
  margin-top: auto;
  margin-bottom: 1em;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
  line-height: 1.3;
  height: calc(1.3em + 1.35rem + 2px);
  padding: 0.675rem 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .search-page .views-exposed-form > .container .form-actions input.form-submit {
    -webkit-transition: none;
    transition: none;
  }
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:hover {
  color: #212529;
  text-decoration: none;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:focus, .search-page .views-exposed-form > .container .form-actions input.form-submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.search-page .views-exposed-form > .container .form-actions input.form-submit.disabled, .search-page .views-exposed-form > .container .form-actions input.form-submit:disabled {
  opacity: 0.65;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:focus, .search-page .views-exposed-form > .container .form-actions input.form-submit.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.search-page .views-exposed-form > .container .form-actions input.form-submit.disabled, .search-page .views-exposed-form > .container .form-actions input.form-submit:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:not(:disabled):not(.disabled):active, .search-page .views-exposed-form > .container .form-actions input.form-submit:not(:disabled):not(.disabled).active, .show > .search-page .views-exposed-form > .container .form-actions input.form-submit.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.search-page .views-exposed-form > .container .form-actions input.form-submit:not(:disabled):not(.disabled):active:focus, .search-page .views-exposed-form > .container .form-actions input.form-submit:not(:disabled):not(.disabled).active:focus, .show > .search-page .views-exposed-form > .container .form-actions input.form-submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.search-page .views-exposed-form .filters {
  width: 100%;
}
.search-page .views-exposed-form .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.search-page .views-exposed-form .first-row .facets-views-plugin {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
  width: 100px;
}
@media (max-width: 1400px) {
  .search-page .views-exposed-form .first-row .facets-views-plugin {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media (max-width: 1000px) {
  .search-page .views-exposed-form .first-row .facets-views-plugin {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media (max-width: 700px) {
  .search-page .views-exposed-form .first-row .facets-views-plugin {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.search-page .views-exposed-form .first-row .facets-views-plugin .select2 {
  width: 100%;
}
.search-page .views-exposed-form .second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.search-page .views-exposed-form .second-row .facets-views-plugin {
  width: 180px;
}
@media (max-width: 1400px) {
  .search-page .views-exposed-form .second-row .facets-views-plugin {
    width: calc(50% - 7px);
  }
}
@media (max-width: 700px) {
  .search-page .views-exposed-form .second-row .facets-views-plugin {
    width: 100%;
  }
}
.search-page .views-exposed-form .second-row .facets-views-plugin .select2 {
  width: 100%;
}
.search-page .views-exposed-form .second-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 853px;
          flex: 1 0 853px;
}
@media (max-width: 1400px) {
  .search-page .views-exposed-form .second-row .form-group {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    width: calc(50% - 7px);
  }
}
@media (max-width: 700px) {
  .search-page .views-exposed-form .second-row .form-group {
    width: 100%;
  }
}
.search-page .views-exposed-form .second-row .form-group input {
  margin: 0;
}
.search-page .views-exposed-form .second-row .form-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
}
@media (max-width: 1400px) {
  .search-page .views-exposed-form .second-row .form-actions {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
}
@media (max-width: 700px) {
  .search-page .views-exposed-form .second-row .form-actions {
    width: 100%;
  }
}
.search-page .views-exposed-form .second-row .form-actions input {
  width: 100%;
}

.block-facets-ajax {
  margin-top: 42px;
}
.block-facets-ajax h2 {
  font-size: 18px;
}
.block-facets-ajax:first-child {
  margin-top: 0;
}
.block-facets-ajax:first-child h2 {
  margin-top: 0;
}
.block-facets-ajax .facets-widget-checkbox .facet-item {
  margin-bottom: 15px;
}
.block-facets-ajax .facets-widget-checkbox .facet-item label {
  margin-left: 10px;
  display: inline;
  position: relative;
  top: -1px;
}
.block-facets-ajax .facets-widget-checkbox .facet-item.facet-item--expanded ul {
  padding-left: 20px;
  margin-top: 15px;
}

.view-search .views-row {
  color: #111;
}
.view-search .views-row .type {
  margin-bottom: 15px;
}
.view-search .views-row .type span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background: #484ac3;
  color: white;
  padding: 5px;
}
.view-search .views-row .title {
  font-weight: bold;
  font-size: 16px;
}
.view-search .views-row .title a {
  color: inherit;
}
.view-search .views-row .title a:hover {
  color: #484ac3;
}
.view-search .views-row .title .file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-search .views-row .title .file a:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.view-search .views-row .title .file.application-pdf a:before, .view-search .views-row .title .file.type-pdf a:before, .view-search .views-row .title .file.type-PDF a:before {
  background: url("../../assets/document/types/pdf.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .title .file.type-txt a:before {
  background: url("../../assets/document/types/txt.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .title .file.type-odt a:before {
  background: url("../../assets/document/types/odt.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .title .file.type-doc a:before, .view-search .views-row .title .file.type-docx a:before {
  background: url("../../assets/document/types/doc.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .title .file.type-xls a:before, .view-search .views-row .title .file.type-xlsx a:before {
  background: url("../../assets/document/types/xls.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .title .file.type-ppt a:before, .view-search .views-row .title .file.type-pptx a:before {
  background: url("../../assets/document/types/ppt.svg") no-repeat center;
  background-size: contain;
}
.view-search .views-row .excerpt {
  margin-top: 10px;
}
.view-search .views-row .bottom, .view-search .views-row .top {
  margin-top: 10px;
  font-size: 14px;
}
.view-search .views-row .bottom .separator, .view-search .views-row .top .separator {
  margin: 0 10px;
  font-weight: bold;
}
.view-search .views-row .top {
  margin-bottom: 10px;
}
.view-search .views-row .media--bundle--image {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .view-search .views-row .media--bundle--image {
    margin-top: 0;
  }
}
.view-search .views-row .media--bundle--image img {
  width: 100%;
}

.select2-container {
  min-width: 150px;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  width: 99.99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: calc(1.3em + 1.35rem + 2px);
  padding: 0.675rem 1.8rem 0.675rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  overflow: hidden;
  height: calc(1.3em + 1.35rem + 2px);
}

.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--focus .select2-selection--single .select2-selection__rendered {
  border-color: #484ac3;
}

.select2-selection__arrow {
  top: 9px !important;
  right: 6px !important;
  background: url("../../assets/picto/arrow.svg") no-repeat center;
  background-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.session-teaser {
  padding: 4rem 0;
  background: #484ac3;
  color: #fff;
}
.session-teaser h1,
.session-teaser h2,
.session-teaser a {
  color: #fff;
}
.session-teaser h2 {
  font-weight: 300;
}
.session-teaser .view-session-docs .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.session-items {
  margin-bottom: 40px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 992px) {
  .session-items {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.session-items .item {
  width: 100%;
  margin-bottom: 6px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

ul.nav-tabs {
  margin-bottom: 50px;
  border-bottom: 1px solid #d0d0d0 !important;
  -ms-flex-wrap: initial !important;
      flex-wrap: initial !important;
}
ul.nav-tabs li a {
  border: none !important;
  border-bottom: 4px solid transparent !important;
  color: inherit !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin-bottom: -2px !important;
  -webkit-transition: border-bottom-color 0.5s ease-in-out !important;
  transition: border-bottom-color 0.5s ease-in-out !important;
}
@media (min-width: 992px) {
  ul.nav-tabs li a {
    font-size: 20px !important;
  }
}
ul.nav-tabs li a.active {
  border-bottom: 4px solid #484ac3 !important;
  font-weight: 700 !important;
}
ul.nav-tabs li a:hover {
  border-bottom: 4px solid #484ac3 !important;
}

.timeline .countries {
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline .country-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 25px;
  background: #f1f1f1;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .timeline .country-name {
    height: 80px;
  }
}
.timeline .country-name:hover {
  background: #ececec;
}
.timeline .country-name.active {
  background: #676683;
  color: #fff;
}
.timeline .country-inner {
  margin-bottom: 20px;
  padding: 30px 0;
}
.timeline .country-inner .field--name-field-n-description {
  margin-bottom: 1.5em;
}
.timeline .country-inner .country-link a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .timeline .country-inner .country-link a {
    -webkit-transition: none;
    transition: none;
  }
}
.timeline .country-inner .country-link a:hover {
  color: #212529;
  text-decoration: none;
}
.timeline .country-inner .country-link a:focus, .timeline .country-inner .country-link a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.timeline .country-inner .country-link a.disabled, .timeline .country-inner .country-link a:disabled {
  opacity: 0.65;
}
.timeline .country-inner .country-link a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.timeline .country-inner .country-link a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.timeline .country-inner .country-link a:focus, .timeline .country-inner .country-link a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.timeline .country-inner .country-link a.disabled, .timeline .country-inner .country-link a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.timeline .country-inner .country-link a:not(:disabled):not(.disabled):active, .timeline .country-inner .country-link a:not(:disabled):not(.disabled).active, .show > .timeline .country-inner .country-link a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.timeline .country-inner .country-link a:not(:disabled):not(.disabled):active:focus, .timeline .country-inner .country-link a:not(:disabled):not(.disabled).active:focus, .show > .timeline .country-inner .country-link a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}

@media (min-width: 992px) {
  .timeline .countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.3%;
    margin-right: -0.3%;
  }
  .timeline .countries .country-wrapper {
    width: 16.0666666667%;
    margin: 0.3%;
  }
  .timeline .countries .country-wrapper .country-content {
    display: none;
  }
  .timeline .countries .country-wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timeline .countries .country-wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .timeline .countries .country-wrapper:nth-child(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .timeline .countries .country-wrapper:nth-child(4) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .timeline .countries .country-wrapper:nth-child(5) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .timeline .countries .country-wrapper:nth-child(6) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .timeline .countries .country-wrapper:nth-child(7) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .timeline .countries .country-wrapper:nth-child(8) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .timeline .countries .country-wrapper:nth-child(9) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .timeline .countries .country-wrapper:nth-child(10) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .timeline .countries .country-wrapper:nth-child(11) {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .timeline .countries .country-wrapper:nth-child(12) {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .timeline .countries .country-wrapper:nth-child(13) {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26;
  }
  .timeline .countries .country-wrapper:nth-child(14) {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28;
  }
  .timeline .countries .country-wrapper:nth-child(15) {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .timeline .countries .country-wrapper:nth-child(16) {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32;
  }
  .timeline .countries .country-wrapper:nth-child(17) {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34;
  }
  .timeline .countries .country-wrapper:nth-child(18) {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36;
  }
  .timeline .countries .country-wrapper:nth-child(19) {
    -webkit-box-ordinal-group: 39;
        -ms-flex-order: 38;
            order: 38;
  }
  .timeline .countries .country-wrapper:nth-child(20) {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
  .timeline .countries .country-wrapper:nth-child(21) {
    -webkit-box-ordinal-group: 43;
        -ms-flex-order: 42;
            order: 42;
  }
  .timeline .countries .country-wrapper:nth-child(22) {
    -webkit-box-ordinal-group: 45;
        -ms-flex-order: 44;
            order: 44;
  }
  .timeline .countries .country-wrapper:nth-child(23) {
    -webkit-box-ordinal-group: 47;
        -ms-flex-order: 46;
            order: 46;
  }
  .timeline .countries .country-wrapper:nth-child(24) {
    -webkit-box-ordinal-group: 49;
        -ms-flex-order: 48;
            order: 48;
  }
  .timeline .countries .country-wrapper:nth-child(25) {
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
  }
  .timeline .countries .country-wrapper:nth-child(26) {
    -webkit-box-ordinal-group: 53;
        -ms-flex-order: 52;
            order: 52;
  }
  .timeline .countries .country-wrapper:nth-child(27) {
    -webkit-box-ordinal-group: 55;
        -ms-flex-order: 54;
            order: 54;
  }
  .timeline .countries .country-wrapper:nth-child(28) {
    -webkit-box-ordinal-group: 57;
        -ms-flex-order: 56;
            order: 56;
  }
  .timeline .countries .country-wrapper:nth-child(29) {
    -webkit-box-ordinal-group: 59;
        -ms-flex-order: 58;
            order: 58;
  }
  .timeline .countries .country-wrapper:nth-child(30) {
    -webkit-box-ordinal-group: 61;
        -ms-flex-order: 60;
            order: 60;
  }
  .timeline .countries .country-wrapper:nth-child(31) {
    -webkit-box-ordinal-group: 63;
        -ms-flex-order: 62;
            order: 62;
  }
  .timeline .countries .country-wrapper:nth-child(32) {
    -webkit-box-ordinal-group: 65;
        -ms-flex-order: 64;
            order: 64;
  }
  .timeline .countries .country-wrapper:nth-child(33) {
    -webkit-box-ordinal-group: 67;
        -ms-flex-order: 66;
            order: 66;
  }
  .timeline .countries .country-wrapper:nth-child(34) {
    -webkit-box-ordinal-group: 69;
        -ms-flex-order: 68;
            order: 68;
  }
  .timeline .countries .country-wrapper:nth-child(35) {
    -webkit-box-ordinal-group: 71;
        -ms-flex-order: 70;
            order: 70;
  }
  .timeline .countries .country-wrapper:nth-child(36) {
    -webkit-box-ordinal-group: 73;
        -ms-flex-order: 72;
            order: 72;
  }
  .timeline .countries .country-wrapper:nth-child(37) {
    -webkit-box-ordinal-group: 75;
        -ms-flex-order: 74;
            order: 74;
  }
  .timeline .countries .country-wrapper:nth-child(38) {
    -webkit-box-ordinal-group: 77;
        -ms-flex-order: 76;
            order: 76;
  }
  .timeline .countries .country-wrapper:nth-child(39) {
    -webkit-box-ordinal-group: 79;
        -ms-flex-order: 78;
            order: 78;
  }
  .timeline .countries .country-wrapper:nth-child(40) {
    -webkit-box-ordinal-group: 81;
        -ms-flex-order: 80;
            order: 80;
  }
  .timeline .countries .country-wrapper:nth-child(41) {
    -webkit-box-ordinal-group: 83;
        -ms-flex-order: 82;
            order: 82;
  }
  .timeline .countries .country-wrapper:nth-child(42) {
    -webkit-box-ordinal-group: 85;
        -ms-flex-order: 84;
            order: 84;
  }
  .timeline .countries .country-wrapper:nth-child(43) {
    -webkit-box-ordinal-group: 87;
        -ms-flex-order: 86;
            order: 86;
  }
  .timeline .countries .country-wrapper:nth-child(44) {
    -webkit-box-ordinal-group: 89;
        -ms-flex-order: 88;
            order: 88;
  }
  .timeline .countries .country-wrapper:nth-child(45) {
    -webkit-box-ordinal-group: 91;
        -ms-flex-order: 90;
            order: 90;
  }
  .timeline .countries .country-wrapper:nth-child(46) {
    -webkit-box-ordinal-group: 93;
        -ms-flex-order: 92;
            order: 92;
  }
  .timeline .countries .country-wrapper:nth-child(47) {
    -webkit-box-ordinal-group: 95;
        -ms-flex-order: 94;
            order: 94;
  }
  .timeline .countries .country-wrapper:nth-child(48) {
    -webkit-box-ordinal-group: 97;
        -ms-flex-order: 96;
            order: 96;
  }
  .timeline .countries .country-wrapper:nth-child(49) {
    -webkit-box-ordinal-group: 99;
        -ms-flex-order: 98;
            order: 98;
  }
  .timeline .countries .country-wrapper:nth-child(50) {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
  .timeline .countries .country-wrapper:nth-child(51) {
    -webkit-box-ordinal-group: 103;
        -ms-flex-order: 102;
            order: 102;
  }
  .timeline .countries .country-wrapper:nth-child(52) {
    -webkit-box-ordinal-group: 105;
        -ms-flex-order: 104;
            order: 104;
  }
  .timeline .countries .country-wrapper:nth-child(53) {
    -webkit-box-ordinal-group: 107;
        -ms-flex-order: 106;
            order: 106;
  }
  .timeline .countries .country-wrapper:nth-child(54) {
    -webkit-box-ordinal-group: 109;
        -ms-flex-order: 108;
            order: 108;
  }
  .timeline .countries .country-wrapper:nth-child(55) {
    -webkit-box-ordinal-group: 111;
        -ms-flex-order: 110;
            order: 110;
  }
  .timeline .countries .country-wrapper:nth-child(56) {
    -webkit-box-ordinal-group: 113;
        -ms-flex-order: 112;
            order: 112;
  }
  .timeline .countries .country-wrapper:nth-child(57) {
    -webkit-box-ordinal-group: 115;
        -ms-flex-order: 114;
            order: 114;
  }
  .timeline .countries .country-wrapper:nth-child(58) {
    -webkit-box-ordinal-group: 117;
        -ms-flex-order: 116;
            order: 116;
  }
  .timeline .countries .country-wrapper:nth-child(59) {
    -webkit-box-ordinal-group: 119;
        -ms-flex-order: 118;
            order: 118;
  }
  .timeline .countries .country-wrapper:nth-child(60) {
    -webkit-box-ordinal-group: 121;
        -ms-flex-order: 120;
            order: 120;
  }
  .timeline .countries .country-wrapper:nth-child(61) {
    -webkit-box-ordinal-group: 123;
        -ms-flex-order: 122;
            order: 122;
  }
  .timeline .countries .country-wrapper:nth-child(62) {
    -webkit-box-ordinal-group: 125;
        -ms-flex-order: 124;
            order: 124;
  }
  .timeline .countries .country-wrapper:nth-child(63) {
    -webkit-box-ordinal-group: 127;
        -ms-flex-order: 126;
            order: 126;
  }
  .timeline .countries .country-wrapper:nth-child(64) {
    -webkit-box-ordinal-group: 129;
        -ms-flex-order: 128;
            order: 128;
  }
  .timeline .countries .country-wrapper:nth-child(65) {
    -webkit-box-ordinal-group: 131;
        -ms-flex-order: 130;
            order: 130;
  }
  .timeline .countries .country-wrapper:nth-child(66) {
    -webkit-box-ordinal-group: 133;
        -ms-flex-order: 132;
            order: 132;
  }
  .timeline .countries .country-wrapper:nth-child(67) {
    -webkit-box-ordinal-group: 135;
        -ms-flex-order: 134;
            order: 134;
  }
  .timeline .countries .country-wrapper:nth-child(68) {
    -webkit-box-ordinal-group: 137;
        -ms-flex-order: 136;
            order: 136;
  }
  .timeline .countries .country-wrapper:nth-child(69) {
    -webkit-box-ordinal-group: 139;
        -ms-flex-order: 138;
            order: 138;
  }
  .timeline .countries .country-wrapper:nth-child(70) {
    -webkit-box-ordinal-group: 141;
        -ms-flex-order: 140;
            order: 140;
  }
  .timeline .countries .country-wrapper:nth-child(71) {
    -webkit-box-ordinal-group: 143;
        -ms-flex-order: 142;
            order: 142;
  }
  .timeline .countries .country-wrapper:nth-child(72) {
    -webkit-box-ordinal-group: 145;
        -ms-flex-order: 144;
            order: 144;
  }
  .timeline .countries .country-wrapper:nth-child(73) {
    -webkit-box-ordinal-group: 147;
        -ms-flex-order: 146;
            order: 146;
  }
  .timeline .countries .country-wrapper:nth-child(74) {
    -webkit-box-ordinal-group: 149;
        -ms-flex-order: 148;
            order: 148;
  }
  .timeline .countries .country-wrapper:nth-child(75) {
    -webkit-box-ordinal-group: 151;
        -ms-flex-order: 150;
            order: 150;
  }
  .timeline .countries .country-wrapper:nth-child(76) {
    -webkit-box-ordinal-group: 153;
        -ms-flex-order: 152;
            order: 152;
  }
  .timeline .countries .country-wrapper:nth-child(77) {
    -webkit-box-ordinal-group: 155;
        -ms-flex-order: 154;
            order: 154;
  }
  .timeline .countries .country-wrapper:nth-child(78) {
    -webkit-box-ordinal-group: 157;
        -ms-flex-order: 156;
            order: 156;
  }
  .timeline .countries .country-wrapper:nth-child(79) {
    -webkit-box-ordinal-group: 159;
        -ms-flex-order: 158;
            order: 158;
  }
  .timeline .countries .country-wrapper:nth-child(80) {
    -webkit-box-ordinal-group: 161;
        -ms-flex-order: 160;
            order: 160;
  }
  .timeline .countries .country-wrapper:nth-child(81) {
    -webkit-box-ordinal-group: 163;
        -ms-flex-order: 162;
            order: 162;
  }
  .timeline .countries .country-wrapper:nth-child(82) {
    -webkit-box-ordinal-group: 165;
        -ms-flex-order: 164;
            order: 164;
  }
  .timeline .countries .country-wrapper:nth-child(83) {
    -webkit-box-ordinal-group: 167;
        -ms-flex-order: 166;
            order: 166;
  }
  .timeline .countries .country-wrapper:nth-child(84) {
    -webkit-box-ordinal-group: 169;
        -ms-flex-order: 168;
            order: 168;
  }
  .timeline .countries .country-wrapper:nth-child(85) {
    -webkit-box-ordinal-group: 171;
        -ms-flex-order: 170;
            order: 170;
  }
  .timeline .countries .country-wrapper:nth-child(86) {
    -webkit-box-ordinal-group: 173;
        -ms-flex-order: 172;
            order: 172;
  }
  .timeline .countries .country-wrapper:nth-child(87) {
    -webkit-box-ordinal-group: 175;
        -ms-flex-order: 174;
            order: 174;
  }
  .timeline .countries .country-wrapper:nth-child(88) {
    -webkit-box-ordinal-group: 177;
        -ms-flex-order: 176;
            order: 176;
  }
  .timeline .countries .country-wrapper:nth-child(89) {
    -webkit-box-ordinal-group: 179;
        -ms-flex-order: 178;
            order: 178;
  }
  .timeline .countries .country-wrapper:nth-child(90) {
    -webkit-box-ordinal-group: 181;
        -ms-flex-order: 180;
            order: 180;
  }
  .timeline .countries .country-wrapper:nth-child(91) {
    -webkit-box-ordinal-group: 183;
        -ms-flex-order: 182;
            order: 182;
  }
  .timeline .countries .country-wrapper:nth-child(92) {
    -webkit-box-ordinal-group: 185;
        -ms-flex-order: 184;
            order: 184;
  }
  .timeline .countries .country-wrapper:nth-child(93) {
    -webkit-box-ordinal-group: 187;
        -ms-flex-order: 186;
            order: 186;
  }
  .timeline .countries .country-wrapper:nth-child(94) {
    -webkit-box-ordinal-group: 189;
        -ms-flex-order: 188;
            order: 188;
  }
  .timeline .countries .country-wrapper:nth-child(95) {
    -webkit-box-ordinal-group: 191;
        -ms-flex-order: 190;
            order: 190;
  }
  .timeline .countries .country-wrapper:nth-child(96) {
    -webkit-box-ordinal-group: 193;
        -ms-flex-order: 192;
            order: 192;
  }
  .timeline .countries .country-wrapper:nth-child(97) {
    -webkit-box-ordinal-group: 195;
        -ms-flex-order: 194;
            order: 194;
  }
  .timeline .countries .country-wrapper:nth-child(98) {
    -webkit-box-ordinal-group: 197;
        -ms-flex-order: 196;
            order: 196;
  }
  .timeline .countries .country-wrapper:nth-child(99) {
    -webkit-box-ordinal-group: 199;
        -ms-flex-order: 198;
            order: 198;
  }
  .timeline .country-name {
    margin-bottom: 0;
  }
  .timeline .countries-popup {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .timeline .countries-popup .country-content {
    display: block !important;
  }
}

.timeline.with-phases .timeline-container {
  margin-bottom: 120px;
}
.timeline.with-phases .timeline-wrapper:before, .timeline.with-phases .timeline-wrapper:after {
  display: none;
}
.timeline.with-phases .timeline-wrapper .line-wrapper:after {
  display: none;
}
.timeline.with-phases .milestone:last-child:before, .timeline.with-phases .milestone:first-child:before {
  display: none;
}
.timeline.with-phases .milestone:last-child:after {
  left: 2px;
}
.timeline.with-phases .timeline-phase {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: -140px;
  width: 130px;
}
.timeline.with-phases .timeline-phase:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 1px;
  width: 70px;
  background: #829697;
}
.timeline.with-phases .timeline-phase:last-child:after {
  display: none;
}
.timeline.with-phases .timeline-phase[data-start="0"] {
  top: 0%;
}
.timeline.with-phases .timeline-phase[data-end="0"] {
  bottom: 100%;
}
.timeline.with-phases .timeline-phase[data-start="1"] {
  top: 1%;
}
.timeline.with-phases .timeline-phase[data-end="1"] {
  bottom: 99%;
}
.timeline.with-phases .timeline-phase[data-start="2"] {
  top: 2%;
}
.timeline.with-phases .timeline-phase[data-end="2"] {
  bottom: 98%;
}
.timeline.with-phases .timeline-phase[data-start="3"] {
  top: 3%;
}
.timeline.with-phases .timeline-phase[data-end="3"] {
  bottom: 97%;
}
.timeline.with-phases .timeline-phase[data-start="4"] {
  top: 4%;
}
.timeline.with-phases .timeline-phase[data-end="4"] {
  bottom: 96%;
}
.timeline.with-phases .timeline-phase[data-start="5"] {
  top: 5%;
}
.timeline.with-phases .timeline-phase[data-end="5"] {
  bottom: 95%;
}
.timeline.with-phases .timeline-phase[data-start="6"] {
  top: 6%;
}
.timeline.with-phases .timeline-phase[data-end="6"] {
  bottom: 94%;
}
.timeline.with-phases .timeline-phase[data-start="7"] {
  top: 7%;
}
.timeline.with-phases .timeline-phase[data-end="7"] {
  bottom: 93%;
}
.timeline.with-phases .timeline-phase[data-start="8"] {
  top: 8%;
}
.timeline.with-phases .timeline-phase[data-end="8"] {
  bottom: 92%;
}
.timeline.with-phases .timeline-phase[data-start="9"] {
  top: 9%;
}
.timeline.with-phases .timeline-phase[data-end="9"] {
  bottom: 91%;
}
.timeline.with-phases .timeline-phase[data-start="10"] {
  top: 10%;
}
.timeline.with-phases .timeline-phase[data-end="10"] {
  bottom: 90%;
}
.timeline.with-phases .timeline-phase[data-start="11"] {
  top: 11%;
}
.timeline.with-phases .timeline-phase[data-end="11"] {
  bottom: 89%;
}
.timeline.with-phases .timeline-phase[data-start="12"] {
  top: 12%;
}
.timeline.with-phases .timeline-phase[data-end="12"] {
  bottom: 88%;
}
.timeline.with-phases .timeline-phase[data-start="13"] {
  top: 13%;
}
.timeline.with-phases .timeline-phase[data-end="13"] {
  bottom: 87%;
}
.timeline.with-phases .timeline-phase[data-start="14"] {
  top: 14%;
}
.timeline.with-phases .timeline-phase[data-end="14"] {
  bottom: 86%;
}
.timeline.with-phases .timeline-phase[data-start="15"] {
  top: 15%;
}
.timeline.with-phases .timeline-phase[data-end="15"] {
  bottom: 85%;
}
.timeline.with-phases .timeline-phase[data-start="16"] {
  top: 16%;
}
.timeline.with-phases .timeline-phase[data-end="16"] {
  bottom: 84%;
}
.timeline.with-phases .timeline-phase[data-start="17"] {
  top: 17%;
}
.timeline.with-phases .timeline-phase[data-end="17"] {
  bottom: 83%;
}
.timeline.with-phases .timeline-phase[data-start="18"] {
  top: 18%;
}
.timeline.with-phases .timeline-phase[data-end="18"] {
  bottom: 82%;
}
.timeline.with-phases .timeline-phase[data-start="19"] {
  top: 19%;
}
.timeline.with-phases .timeline-phase[data-end="19"] {
  bottom: 81%;
}
.timeline.with-phases .timeline-phase[data-start="20"] {
  top: 20%;
}
.timeline.with-phases .timeline-phase[data-end="20"] {
  bottom: 80%;
}
.timeline.with-phases .timeline-phase[data-start="21"] {
  top: 21%;
}
.timeline.with-phases .timeline-phase[data-end="21"] {
  bottom: 79%;
}
.timeline.with-phases .timeline-phase[data-start="22"] {
  top: 22%;
}
.timeline.with-phases .timeline-phase[data-end="22"] {
  bottom: 78%;
}
.timeline.with-phases .timeline-phase[data-start="23"] {
  top: 23%;
}
.timeline.with-phases .timeline-phase[data-end="23"] {
  bottom: 77%;
}
.timeline.with-phases .timeline-phase[data-start="24"] {
  top: 24%;
}
.timeline.with-phases .timeline-phase[data-end="24"] {
  bottom: 76%;
}
.timeline.with-phases .timeline-phase[data-start="25"] {
  top: 25%;
}
.timeline.with-phases .timeline-phase[data-end="25"] {
  bottom: 75%;
}
.timeline.with-phases .timeline-phase[data-start="26"] {
  top: 26%;
}
.timeline.with-phases .timeline-phase[data-end="26"] {
  bottom: 74%;
}
.timeline.with-phases .timeline-phase[data-start="27"] {
  top: 27%;
}
.timeline.with-phases .timeline-phase[data-end="27"] {
  bottom: 73%;
}
.timeline.with-phases .timeline-phase[data-start="28"] {
  top: 28%;
}
.timeline.with-phases .timeline-phase[data-end="28"] {
  bottom: 72%;
}
.timeline.with-phases .timeline-phase[data-start="29"] {
  top: 29%;
}
.timeline.with-phases .timeline-phase[data-end="29"] {
  bottom: 71%;
}
.timeline.with-phases .timeline-phase[data-start="30"] {
  top: 30%;
}
.timeline.with-phases .timeline-phase[data-end="30"] {
  bottom: 70%;
}
.timeline.with-phases .timeline-phase[data-start="31"] {
  top: 31%;
}
.timeline.with-phases .timeline-phase[data-end="31"] {
  bottom: 69%;
}
.timeline.with-phases .timeline-phase[data-start="32"] {
  top: 32%;
}
.timeline.with-phases .timeline-phase[data-end="32"] {
  bottom: 68%;
}
.timeline.with-phases .timeline-phase[data-start="33"] {
  top: 33%;
}
.timeline.with-phases .timeline-phase[data-end="33"] {
  bottom: 67%;
}
.timeline.with-phases .timeline-phase[data-start="34"] {
  top: 34%;
}
.timeline.with-phases .timeline-phase[data-end="34"] {
  bottom: 66%;
}
.timeline.with-phases .timeline-phase[data-start="35"] {
  top: 35%;
}
.timeline.with-phases .timeline-phase[data-end="35"] {
  bottom: 65%;
}
.timeline.with-phases .timeline-phase[data-start="36"] {
  top: 36%;
}
.timeline.with-phases .timeline-phase[data-end="36"] {
  bottom: 64%;
}
.timeline.with-phases .timeline-phase[data-start="37"] {
  top: 37%;
}
.timeline.with-phases .timeline-phase[data-end="37"] {
  bottom: 63%;
}
.timeline.with-phases .timeline-phase[data-start="38"] {
  top: 38%;
}
.timeline.with-phases .timeline-phase[data-end="38"] {
  bottom: 62%;
}
.timeline.with-phases .timeline-phase[data-start="39"] {
  top: 39%;
}
.timeline.with-phases .timeline-phase[data-end="39"] {
  bottom: 61%;
}
.timeline.with-phases .timeline-phase[data-start="40"] {
  top: 40%;
}
.timeline.with-phases .timeline-phase[data-end="40"] {
  bottom: 60%;
}
.timeline.with-phases .timeline-phase[data-start="41"] {
  top: 41%;
}
.timeline.with-phases .timeline-phase[data-end="41"] {
  bottom: 59%;
}
.timeline.with-phases .timeline-phase[data-start="42"] {
  top: 42%;
}
.timeline.with-phases .timeline-phase[data-end="42"] {
  bottom: 58%;
}
.timeline.with-phases .timeline-phase[data-start="43"] {
  top: 43%;
}
.timeline.with-phases .timeline-phase[data-end="43"] {
  bottom: 57%;
}
.timeline.with-phases .timeline-phase[data-start="44"] {
  top: 44%;
}
.timeline.with-phases .timeline-phase[data-end="44"] {
  bottom: 56%;
}
.timeline.with-phases .timeline-phase[data-start="45"] {
  top: 45%;
}
.timeline.with-phases .timeline-phase[data-end="45"] {
  bottom: 55%;
}
.timeline.with-phases .timeline-phase[data-start="46"] {
  top: 46%;
}
.timeline.with-phases .timeline-phase[data-end="46"] {
  bottom: 54%;
}
.timeline.with-phases .timeline-phase[data-start="47"] {
  top: 47%;
}
.timeline.with-phases .timeline-phase[data-end="47"] {
  bottom: 53%;
}
.timeline.with-phases .timeline-phase[data-start="48"] {
  top: 48%;
}
.timeline.with-phases .timeline-phase[data-end="48"] {
  bottom: 52%;
}
.timeline.with-phases .timeline-phase[data-start="49"] {
  top: 49%;
}
.timeline.with-phases .timeline-phase[data-end="49"] {
  bottom: 51%;
}
.timeline.with-phases .timeline-phase[data-start="50"] {
  top: 50%;
}
.timeline.with-phases .timeline-phase[data-end="50"] {
  bottom: 50%;
}
.timeline.with-phases .timeline-phase[data-start="51"] {
  top: 51%;
}
.timeline.with-phases .timeline-phase[data-end="51"] {
  bottom: 49%;
}
.timeline.with-phases .timeline-phase[data-start="52"] {
  top: 52%;
}
.timeline.with-phases .timeline-phase[data-end="52"] {
  bottom: 48%;
}
.timeline.with-phases .timeline-phase[data-start="53"] {
  top: 53%;
}
.timeline.with-phases .timeline-phase[data-end="53"] {
  bottom: 47%;
}
.timeline.with-phases .timeline-phase[data-start="54"] {
  top: 54%;
}
.timeline.with-phases .timeline-phase[data-end="54"] {
  bottom: 46%;
}
.timeline.with-phases .timeline-phase[data-start="55"] {
  top: 55%;
}
.timeline.with-phases .timeline-phase[data-end="55"] {
  bottom: 45%;
}
.timeline.with-phases .timeline-phase[data-start="56"] {
  top: 56%;
}
.timeline.with-phases .timeline-phase[data-end="56"] {
  bottom: 44%;
}
.timeline.with-phases .timeline-phase[data-start="57"] {
  top: 57%;
}
.timeline.with-phases .timeline-phase[data-end="57"] {
  bottom: 43%;
}
.timeline.with-phases .timeline-phase[data-start="58"] {
  top: 58%;
}
.timeline.with-phases .timeline-phase[data-end="58"] {
  bottom: 42%;
}
.timeline.with-phases .timeline-phase[data-start="59"] {
  top: 59%;
}
.timeline.with-phases .timeline-phase[data-end="59"] {
  bottom: 41%;
}
.timeline.with-phases .timeline-phase[data-start="60"] {
  top: 60%;
}
.timeline.with-phases .timeline-phase[data-end="60"] {
  bottom: 40%;
}
.timeline.with-phases .timeline-phase[data-start="61"] {
  top: 61%;
}
.timeline.with-phases .timeline-phase[data-end="61"] {
  bottom: 39%;
}
.timeline.with-phases .timeline-phase[data-start="62"] {
  top: 62%;
}
.timeline.with-phases .timeline-phase[data-end="62"] {
  bottom: 38%;
}
.timeline.with-phases .timeline-phase[data-start="63"] {
  top: 63%;
}
.timeline.with-phases .timeline-phase[data-end="63"] {
  bottom: 37%;
}
.timeline.with-phases .timeline-phase[data-start="64"] {
  top: 64%;
}
.timeline.with-phases .timeline-phase[data-end="64"] {
  bottom: 36%;
}
.timeline.with-phases .timeline-phase[data-start="65"] {
  top: 65%;
}
.timeline.with-phases .timeline-phase[data-end="65"] {
  bottom: 35%;
}
.timeline.with-phases .timeline-phase[data-start="66"] {
  top: 66%;
}
.timeline.with-phases .timeline-phase[data-end="66"] {
  bottom: 34%;
}
.timeline.with-phases .timeline-phase[data-start="67"] {
  top: 67%;
}
.timeline.with-phases .timeline-phase[data-end="67"] {
  bottom: 33%;
}
.timeline.with-phases .timeline-phase[data-start="68"] {
  top: 68%;
}
.timeline.with-phases .timeline-phase[data-end="68"] {
  bottom: 32%;
}
.timeline.with-phases .timeline-phase[data-start="69"] {
  top: 69%;
}
.timeline.with-phases .timeline-phase[data-end="69"] {
  bottom: 31%;
}
.timeline.with-phases .timeline-phase[data-start="70"] {
  top: 70%;
}
.timeline.with-phases .timeline-phase[data-end="70"] {
  bottom: 30%;
}
.timeline.with-phases .timeline-phase[data-start="71"] {
  top: 71%;
}
.timeline.with-phases .timeline-phase[data-end="71"] {
  bottom: 29%;
}
.timeline.with-phases .timeline-phase[data-start="72"] {
  top: 72%;
}
.timeline.with-phases .timeline-phase[data-end="72"] {
  bottom: 28%;
}
.timeline.with-phases .timeline-phase[data-start="73"] {
  top: 73%;
}
.timeline.with-phases .timeline-phase[data-end="73"] {
  bottom: 27%;
}
.timeline.with-phases .timeline-phase[data-start="74"] {
  top: 74%;
}
.timeline.with-phases .timeline-phase[data-end="74"] {
  bottom: 26%;
}
.timeline.with-phases .timeline-phase[data-start="75"] {
  top: 75%;
}
.timeline.with-phases .timeline-phase[data-end="75"] {
  bottom: 25%;
}
.timeline.with-phases .timeline-phase[data-start="76"] {
  top: 76%;
}
.timeline.with-phases .timeline-phase[data-end="76"] {
  bottom: 24%;
}
.timeline.with-phases .timeline-phase[data-start="77"] {
  top: 77%;
}
.timeline.with-phases .timeline-phase[data-end="77"] {
  bottom: 23%;
}
.timeline.with-phases .timeline-phase[data-start="78"] {
  top: 78%;
}
.timeline.with-phases .timeline-phase[data-end="78"] {
  bottom: 22%;
}
.timeline.with-phases .timeline-phase[data-start="79"] {
  top: 79%;
}
.timeline.with-phases .timeline-phase[data-end="79"] {
  bottom: 21%;
}
.timeline.with-phases .timeline-phase[data-start="80"] {
  top: 80%;
}
.timeline.with-phases .timeline-phase[data-end="80"] {
  bottom: 20%;
}
.timeline.with-phases .timeline-phase[data-start="81"] {
  top: 81%;
}
.timeline.with-phases .timeline-phase[data-end="81"] {
  bottom: 19%;
}
.timeline.with-phases .timeline-phase[data-start="82"] {
  top: 82%;
}
.timeline.with-phases .timeline-phase[data-end="82"] {
  bottom: 18%;
}
.timeline.with-phases .timeline-phase[data-start="83"] {
  top: 83%;
}
.timeline.with-phases .timeline-phase[data-end="83"] {
  bottom: 17%;
}
.timeline.with-phases .timeline-phase[data-start="84"] {
  top: 84%;
}
.timeline.with-phases .timeline-phase[data-end="84"] {
  bottom: 16%;
}
.timeline.with-phases .timeline-phase[data-start="85"] {
  top: 85%;
}
.timeline.with-phases .timeline-phase[data-end="85"] {
  bottom: 15%;
}
.timeline.with-phases .timeline-phase[data-start="86"] {
  top: 86%;
}
.timeline.with-phases .timeline-phase[data-end="86"] {
  bottom: 14%;
}
.timeline.with-phases .timeline-phase[data-start="87"] {
  top: 87%;
}
.timeline.with-phases .timeline-phase[data-end="87"] {
  bottom: 13%;
}
.timeline.with-phases .timeline-phase[data-start="88"] {
  top: 88%;
}
.timeline.with-phases .timeline-phase[data-end="88"] {
  bottom: 12%;
}
.timeline.with-phases .timeline-phase[data-start="89"] {
  top: 89%;
}
.timeline.with-phases .timeline-phase[data-end="89"] {
  bottom: 11%;
}
.timeline.with-phases .timeline-phase[data-start="90"] {
  top: 90%;
}
.timeline.with-phases .timeline-phase[data-end="90"] {
  bottom: 10%;
}
.timeline.with-phases .timeline-phase[data-start="91"] {
  top: 91%;
}
.timeline.with-phases .timeline-phase[data-end="91"] {
  bottom: 9%;
}
.timeline.with-phases .timeline-phase[data-start="92"] {
  top: 92%;
}
.timeline.with-phases .timeline-phase[data-end="92"] {
  bottom: 8%;
}
.timeline.with-phases .timeline-phase[data-start="93"] {
  top: 93%;
}
.timeline.with-phases .timeline-phase[data-end="93"] {
  bottom: 7%;
}
.timeline.with-phases .timeline-phase[data-start="94"] {
  top: 94%;
}
.timeline.with-phases .timeline-phase[data-end="94"] {
  bottom: 6%;
}
.timeline.with-phases .timeline-phase[data-start="95"] {
  top: 95%;
}
.timeline.with-phases .timeline-phase[data-end="95"] {
  bottom: 5%;
}
.timeline.with-phases .timeline-phase[data-start="96"] {
  top: 96%;
}
.timeline.with-phases .timeline-phase[data-end="96"] {
  bottom: 4%;
}
.timeline.with-phases .timeline-phase[data-start="97"] {
  top: 97%;
}
.timeline.with-phases .timeline-phase[data-end="97"] {
  bottom: 3%;
}
.timeline.with-phases .timeline-phase[data-start="98"] {
  top: 98%;
}
.timeline.with-phases .timeline-phase[data-end="98"] {
  bottom: 2%;
}
.timeline.with-phases .timeline-phase[data-start="99"] {
  top: 99%;
}
.timeline.with-phases .timeline-phase[data-end="99"] {
  bottom: 1%;
}
.timeline.with-phases .timeline-phase[data-start="100"] {
  top: 100%;
}
.timeline.with-phases .timeline-phase[data-end="100"] {
  bottom: 0%;
}
.timeline.with-phases .timeline-phase .timeline-phase-info {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  border-radius: 50%;
  background: #484ac3;
  color: #fff;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}
.timeline.with-phases .timeline-phase .timeline-phase-title {
  font-size: 12px;
  text-align: right;
  font-weight: 700;
}

.timeline-phase-tooltip {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline-phase-tooltip .mask {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.timeline-phase-tooltip .wrapper {
  position: relative;
  z-index: 1;
  top: -20px;
  width: 500px;
  max-width: 90vw;
  padding: 40px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: left;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.timeline-phase-tooltip .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("../../assets/picto/close.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}
.timeline-phase-tooltip .btn-close:hover, .timeline-phase-tooltip .btn-close:focus {
  opacity: 0.7;
}
.timeline-phase-tooltip.visible {
  visibility: visible;
  opacity: 1;
}
.timeline-phase-tooltip.visible .wrapper {
  top: 0;
}
.timeline-phase-tooltip.visible .mask {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .timeline.with-phases .timeline-phases {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .timeline.with-phases .timeline-phase {
    position: absolute;
    display: block;
    text-align: center;
    width: auto;
    height: 100px;
  }
  .timeline.with-phases .timeline-phase:after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    bottom: auto;
    right: 0;
    width: 2px;
    height: 25px;
    background: white;
  }
  .timeline.with-phases .timeline-phase[data-start="0"] {
    top: auto;
    left: 0%;
  }
  .timeline.with-phases .timeline-phase[data-end="0"] {
    bottom: auto;
    right: 100%;
  }
  .timeline.with-phases .timeline-phase[data-start="1"] {
    top: auto;
    left: 1%;
  }
  .timeline.with-phases .timeline-phase[data-end="1"] {
    bottom: auto;
    right: 99%;
  }
  .timeline.with-phases .timeline-phase[data-start="2"] {
    top: auto;
    left: 2%;
  }
  .timeline.with-phases .timeline-phase[data-end="2"] {
    bottom: auto;
    right: 98%;
  }
  .timeline.with-phases .timeline-phase[data-start="3"] {
    top: auto;
    left: 3%;
  }
  .timeline.with-phases .timeline-phase[data-end="3"] {
    bottom: auto;
    right: 97%;
  }
  .timeline.with-phases .timeline-phase[data-start="4"] {
    top: auto;
    left: 4%;
  }
  .timeline.with-phases .timeline-phase[data-end="4"] {
    bottom: auto;
    right: 96%;
  }
  .timeline.with-phases .timeline-phase[data-start="5"] {
    top: auto;
    left: 5%;
  }
  .timeline.with-phases .timeline-phase[data-end="5"] {
    bottom: auto;
    right: 95%;
  }
  .timeline.with-phases .timeline-phase[data-start="6"] {
    top: auto;
    left: 6%;
  }
  .timeline.with-phases .timeline-phase[data-end="6"] {
    bottom: auto;
    right: 94%;
  }
  .timeline.with-phases .timeline-phase[data-start="7"] {
    top: auto;
    left: 7%;
  }
  .timeline.with-phases .timeline-phase[data-end="7"] {
    bottom: auto;
    right: 93%;
  }
  .timeline.with-phases .timeline-phase[data-start="8"] {
    top: auto;
    left: 8%;
  }
  .timeline.with-phases .timeline-phase[data-end="8"] {
    bottom: auto;
    right: 92%;
  }
  .timeline.with-phases .timeline-phase[data-start="9"] {
    top: auto;
    left: 9%;
  }
  .timeline.with-phases .timeline-phase[data-end="9"] {
    bottom: auto;
    right: 91%;
  }
  .timeline.with-phases .timeline-phase[data-start="10"] {
    top: auto;
    left: 10%;
  }
  .timeline.with-phases .timeline-phase[data-end="10"] {
    bottom: auto;
    right: 90%;
  }
  .timeline.with-phases .timeline-phase[data-start="11"] {
    top: auto;
    left: 11%;
  }
  .timeline.with-phases .timeline-phase[data-end="11"] {
    bottom: auto;
    right: 89%;
  }
  .timeline.with-phases .timeline-phase[data-start="12"] {
    top: auto;
    left: 12%;
  }
  .timeline.with-phases .timeline-phase[data-end="12"] {
    bottom: auto;
    right: 88%;
  }
  .timeline.with-phases .timeline-phase[data-start="13"] {
    top: auto;
    left: 13%;
  }
  .timeline.with-phases .timeline-phase[data-end="13"] {
    bottom: auto;
    right: 87%;
  }
  .timeline.with-phases .timeline-phase[data-start="14"] {
    top: auto;
    left: 14%;
  }
  .timeline.with-phases .timeline-phase[data-end="14"] {
    bottom: auto;
    right: 86%;
  }
  .timeline.with-phases .timeline-phase[data-start="15"] {
    top: auto;
    left: 15%;
  }
  .timeline.with-phases .timeline-phase[data-end="15"] {
    bottom: auto;
    right: 85%;
  }
  .timeline.with-phases .timeline-phase[data-start="16"] {
    top: auto;
    left: 16%;
  }
  .timeline.with-phases .timeline-phase[data-end="16"] {
    bottom: auto;
    right: 84%;
  }
  .timeline.with-phases .timeline-phase[data-start="17"] {
    top: auto;
    left: 17%;
  }
  .timeline.with-phases .timeline-phase[data-end="17"] {
    bottom: auto;
    right: 83%;
  }
  .timeline.with-phases .timeline-phase[data-start="18"] {
    top: auto;
    left: 18%;
  }
  .timeline.with-phases .timeline-phase[data-end="18"] {
    bottom: auto;
    right: 82%;
  }
  .timeline.with-phases .timeline-phase[data-start="19"] {
    top: auto;
    left: 19%;
  }
  .timeline.with-phases .timeline-phase[data-end="19"] {
    bottom: auto;
    right: 81%;
  }
  .timeline.with-phases .timeline-phase[data-start="20"] {
    top: auto;
    left: 20%;
  }
  .timeline.with-phases .timeline-phase[data-end="20"] {
    bottom: auto;
    right: 80%;
  }
  .timeline.with-phases .timeline-phase[data-start="21"] {
    top: auto;
    left: 21%;
  }
  .timeline.with-phases .timeline-phase[data-end="21"] {
    bottom: auto;
    right: 79%;
  }
  .timeline.with-phases .timeline-phase[data-start="22"] {
    top: auto;
    left: 22%;
  }
  .timeline.with-phases .timeline-phase[data-end="22"] {
    bottom: auto;
    right: 78%;
  }
  .timeline.with-phases .timeline-phase[data-start="23"] {
    top: auto;
    left: 23%;
  }
  .timeline.with-phases .timeline-phase[data-end="23"] {
    bottom: auto;
    right: 77%;
  }
  .timeline.with-phases .timeline-phase[data-start="24"] {
    top: auto;
    left: 24%;
  }
  .timeline.with-phases .timeline-phase[data-end="24"] {
    bottom: auto;
    right: 76%;
  }
  .timeline.with-phases .timeline-phase[data-start="25"] {
    top: auto;
    left: 25%;
  }
  .timeline.with-phases .timeline-phase[data-end="25"] {
    bottom: auto;
    right: 75%;
  }
  .timeline.with-phases .timeline-phase[data-start="26"] {
    top: auto;
    left: 26%;
  }
  .timeline.with-phases .timeline-phase[data-end="26"] {
    bottom: auto;
    right: 74%;
  }
  .timeline.with-phases .timeline-phase[data-start="27"] {
    top: auto;
    left: 27%;
  }
  .timeline.with-phases .timeline-phase[data-end="27"] {
    bottom: auto;
    right: 73%;
  }
  .timeline.with-phases .timeline-phase[data-start="28"] {
    top: auto;
    left: 28%;
  }
  .timeline.with-phases .timeline-phase[data-end="28"] {
    bottom: auto;
    right: 72%;
  }
  .timeline.with-phases .timeline-phase[data-start="29"] {
    top: auto;
    left: 29%;
  }
  .timeline.with-phases .timeline-phase[data-end="29"] {
    bottom: auto;
    right: 71%;
  }
  .timeline.with-phases .timeline-phase[data-start="30"] {
    top: auto;
    left: 30%;
  }
  .timeline.with-phases .timeline-phase[data-end="30"] {
    bottom: auto;
    right: 70%;
  }
  .timeline.with-phases .timeline-phase[data-start="31"] {
    top: auto;
    left: 31%;
  }
  .timeline.with-phases .timeline-phase[data-end="31"] {
    bottom: auto;
    right: 69%;
  }
  .timeline.with-phases .timeline-phase[data-start="32"] {
    top: auto;
    left: 32%;
  }
  .timeline.with-phases .timeline-phase[data-end="32"] {
    bottom: auto;
    right: 68%;
  }
  .timeline.with-phases .timeline-phase[data-start="33"] {
    top: auto;
    left: 33%;
  }
  .timeline.with-phases .timeline-phase[data-end="33"] {
    bottom: auto;
    right: 67%;
  }
  .timeline.with-phases .timeline-phase[data-start="34"] {
    top: auto;
    left: 34%;
  }
  .timeline.with-phases .timeline-phase[data-end="34"] {
    bottom: auto;
    right: 66%;
  }
  .timeline.with-phases .timeline-phase[data-start="35"] {
    top: auto;
    left: 35%;
  }
  .timeline.with-phases .timeline-phase[data-end="35"] {
    bottom: auto;
    right: 65%;
  }
  .timeline.with-phases .timeline-phase[data-start="36"] {
    top: auto;
    left: 36%;
  }
  .timeline.with-phases .timeline-phase[data-end="36"] {
    bottom: auto;
    right: 64%;
  }
  .timeline.with-phases .timeline-phase[data-start="37"] {
    top: auto;
    left: 37%;
  }
  .timeline.with-phases .timeline-phase[data-end="37"] {
    bottom: auto;
    right: 63%;
  }
  .timeline.with-phases .timeline-phase[data-start="38"] {
    top: auto;
    left: 38%;
  }
  .timeline.with-phases .timeline-phase[data-end="38"] {
    bottom: auto;
    right: 62%;
  }
  .timeline.with-phases .timeline-phase[data-start="39"] {
    top: auto;
    left: 39%;
  }
  .timeline.with-phases .timeline-phase[data-end="39"] {
    bottom: auto;
    right: 61%;
  }
  .timeline.with-phases .timeline-phase[data-start="40"] {
    top: auto;
    left: 40%;
  }
  .timeline.with-phases .timeline-phase[data-end="40"] {
    bottom: auto;
    right: 60%;
  }
  .timeline.with-phases .timeline-phase[data-start="41"] {
    top: auto;
    left: 41%;
  }
  .timeline.with-phases .timeline-phase[data-end="41"] {
    bottom: auto;
    right: 59%;
  }
  .timeline.with-phases .timeline-phase[data-start="42"] {
    top: auto;
    left: 42%;
  }
  .timeline.with-phases .timeline-phase[data-end="42"] {
    bottom: auto;
    right: 58%;
  }
  .timeline.with-phases .timeline-phase[data-start="43"] {
    top: auto;
    left: 43%;
  }
  .timeline.with-phases .timeline-phase[data-end="43"] {
    bottom: auto;
    right: 57%;
  }
  .timeline.with-phases .timeline-phase[data-start="44"] {
    top: auto;
    left: 44%;
  }
  .timeline.with-phases .timeline-phase[data-end="44"] {
    bottom: auto;
    right: 56%;
  }
  .timeline.with-phases .timeline-phase[data-start="45"] {
    top: auto;
    left: 45%;
  }
  .timeline.with-phases .timeline-phase[data-end="45"] {
    bottom: auto;
    right: 55%;
  }
  .timeline.with-phases .timeline-phase[data-start="46"] {
    top: auto;
    left: 46%;
  }
  .timeline.with-phases .timeline-phase[data-end="46"] {
    bottom: auto;
    right: 54%;
  }
  .timeline.with-phases .timeline-phase[data-start="47"] {
    top: auto;
    left: 47%;
  }
  .timeline.with-phases .timeline-phase[data-end="47"] {
    bottom: auto;
    right: 53%;
  }
  .timeline.with-phases .timeline-phase[data-start="48"] {
    top: auto;
    left: 48%;
  }
  .timeline.with-phases .timeline-phase[data-end="48"] {
    bottom: auto;
    right: 52%;
  }
  .timeline.with-phases .timeline-phase[data-start="49"] {
    top: auto;
    left: 49%;
  }
  .timeline.with-phases .timeline-phase[data-end="49"] {
    bottom: auto;
    right: 51%;
  }
  .timeline.with-phases .timeline-phase[data-start="50"] {
    top: auto;
    left: 50%;
  }
  .timeline.with-phases .timeline-phase[data-end="50"] {
    bottom: auto;
    right: 50%;
  }
  .timeline.with-phases .timeline-phase[data-start="51"] {
    top: auto;
    left: 51%;
  }
  .timeline.with-phases .timeline-phase[data-end="51"] {
    bottom: auto;
    right: 49%;
  }
  .timeline.with-phases .timeline-phase[data-start="52"] {
    top: auto;
    left: 52%;
  }
  .timeline.with-phases .timeline-phase[data-end="52"] {
    bottom: auto;
    right: 48%;
  }
  .timeline.with-phases .timeline-phase[data-start="53"] {
    top: auto;
    left: 53%;
  }
  .timeline.with-phases .timeline-phase[data-end="53"] {
    bottom: auto;
    right: 47%;
  }
  .timeline.with-phases .timeline-phase[data-start="54"] {
    top: auto;
    left: 54%;
  }
  .timeline.with-phases .timeline-phase[data-end="54"] {
    bottom: auto;
    right: 46%;
  }
  .timeline.with-phases .timeline-phase[data-start="55"] {
    top: auto;
    left: 55%;
  }
  .timeline.with-phases .timeline-phase[data-end="55"] {
    bottom: auto;
    right: 45%;
  }
  .timeline.with-phases .timeline-phase[data-start="56"] {
    top: auto;
    left: 56%;
  }
  .timeline.with-phases .timeline-phase[data-end="56"] {
    bottom: auto;
    right: 44%;
  }
  .timeline.with-phases .timeline-phase[data-start="57"] {
    top: auto;
    left: 57%;
  }
  .timeline.with-phases .timeline-phase[data-end="57"] {
    bottom: auto;
    right: 43%;
  }
  .timeline.with-phases .timeline-phase[data-start="58"] {
    top: auto;
    left: 58%;
  }
  .timeline.with-phases .timeline-phase[data-end="58"] {
    bottom: auto;
    right: 42%;
  }
  .timeline.with-phases .timeline-phase[data-start="59"] {
    top: auto;
    left: 59%;
  }
  .timeline.with-phases .timeline-phase[data-end="59"] {
    bottom: auto;
    right: 41%;
  }
  .timeline.with-phases .timeline-phase[data-start="60"] {
    top: auto;
    left: 60%;
  }
  .timeline.with-phases .timeline-phase[data-end="60"] {
    bottom: auto;
    right: 40%;
  }
  .timeline.with-phases .timeline-phase[data-start="61"] {
    top: auto;
    left: 61%;
  }
  .timeline.with-phases .timeline-phase[data-end="61"] {
    bottom: auto;
    right: 39%;
  }
  .timeline.with-phases .timeline-phase[data-start="62"] {
    top: auto;
    left: 62%;
  }
  .timeline.with-phases .timeline-phase[data-end="62"] {
    bottom: auto;
    right: 38%;
  }
  .timeline.with-phases .timeline-phase[data-start="63"] {
    top: auto;
    left: 63%;
  }
  .timeline.with-phases .timeline-phase[data-end="63"] {
    bottom: auto;
    right: 37%;
  }
  .timeline.with-phases .timeline-phase[data-start="64"] {
    top: auto;
    left: 64%;
  }
  .timeline.with-phases .timeline-phase[data-end="64"] {
    bottom: auto;
    right: 36%;
  }
  .timeline.with-phases .timeline-phase[data-start="65"] {
    top: auto;
    left: 65%;
  }
  .timeline.with-phases .timeline-phase[data-end="65"] {
    bottom: auto;
    right: 35%;
  }
  .timeline.with-phases .timeline-phase[data-start="66"] {
    top: auto;
    left: 66%;
  }
  .timeline.with-phases .timeline-phase[data-end="66"] {
    bottom: auto;
    right: 34%;
  }
  .timeline.with-phases .timeline-phase[data-start="67"] {
    top: auto;
    left: 67%;
  }
  .timeline.with-phases .timeline-phase[data-end="67"] {
    bottom: auto;
    right: 33%;
  }
  .timeline.with-phases .timeline-phase[data-start="68"] {
    top: auto;
    left: 68%;
  }
  .timeline.with-phases .timeline-phase[data-end="68"] {
    bottom: auto;
    right: 32%;
  }
  .timeline.with-phases .timeline-phase[data-start="69"] {
    top: auto;
    left: 69%;
  }
  .timeline.with-phases .timeline-phase[data-end="69"] {
    bottom: auto;
    right: 31%;
  }
  .timeline.with-phases .timeline-phase[data-start="70"] {
    top: auto;
    left: 70%;
  }
  .timeline.with-phases .timeline-phase[data-end="70"] {
    bottom: auto;
    right: 30%;
  }
  .timeline.with-phases .timeline-phase[data-start="71"] {
    top: auto;
    left: 71%;
  }
  .timeline.with-phases .timeline-phase[data-end="71"] {
    bottom: auto;
    right: 29%;
  }
  .timeline.with-phases .timeline-phase[data-start="72"] {
    top: auto;
    left: 72%;
  }
  .timeline.with-phases .timeline-phase[data-end="72"] {
    bottom: auto;
    right: 28%;
  }
  .timeline.with-phases .timeline-phase[data-start="73"] {
    top: auto;
    left: 73%;
  }
  .timeline.with-phases .timeline-phase[data-end="73"] {
    bottom: auto;
    right: 27%;
  }
  .timeline.with-phases .timeline-phase[data-start="74"] {
    top: auto;
    left: 74%;
  }
  .timeline.with-phases .timeline-phase[data-end="74"] {
    bottom: auto;
    right: 26%;
  }
  .timeline.with-phases .timeline-phase[data-start="75"] {
    top: auto;
    left: 75%;
  }
  .timeline.with-phases .timeline-phase[data-end="75"] {
    bottom: auto;
    right: 25%;
  }
  .timeline.with-phases .timeline-phase[data-start="76"] {
    top: auto;
    left: 76%;
  }
  .timeline.with-phases .timeline-phase[data-end="76"] {
    bottom: auto;
    right: 24%;
  }
  .timeline.with-phases .timeline-phase[data-start="77"] {
    top: auto;
    left: 77%;
  }
  .timeline.with-phases .timeline-phase[data-end="77"] {
    bottom: auto;
    right: 23%;
  }
  .timeline.with-phases .timeline-phase[data-start="78"] {
    top: auto;
    left: 78%;
  }
  .timeline.with-phases .timeline-phase[data-end="78"] {
    bottom: auto;
    right: 22%;
  }
  .timeline.with-phases .timeline-phase[data-start="79"] {
    top: auto;
    left: 79%;
  }
  .timeline.with-phases .timeline-phase[data-end="79"] {
    bottom: auto;
    right: 21%;
  }
  .timeline.with-phases .timeline-phase[data-start="80"] {
    top: auto;
    left: 80%;
  }
  .timeline.with-phases .timeline-phase[data-end="80"] {
    bottom: auto;
    right: 20%;
  }
  .timeline.with-phases .timeline-phase[data-start="81"] {
    top: auto;
    left: 81%;
  }
  .timeline.with-phases .timeline-phase[data-end="81"] {
    bottom: auto;
    right: 19%;
  }
  .timeline.with-phases .timeline-phase[data-start="82"] {
    top: auto;
    left: 82%;
  }
  .timeline.with-phases .timeline-phase[data-end="82"] {
    bottom: auto;
    right: 18%;
  }
  .timeline.with-phases .timeline-phase[data-start="83"] {
    top: auto;
    left: 83%;
  }
  .timeline.with-phases .timeline-phase[data-end="83"] {
    bottom: auto;
    right: 17%;
  }
  .timeline.with-phases .timeline-phase[data-start="84"] {
    top: auto;
    left: 84%;
  }
  .timeline.with-phases .timeline-phase[data-end="84"] {
    bottom: auto;
    right: 16%;
  }
  .timeline.with-phases .timeline-phase[data-start="85"] {
    top: auto;
    left: 85%;
  }
  .timeline.with-phases .timeline-phase[data-end="85"] {
    bottom: auto;
    right: 15%;
  }
  .timeline.with-phases .timeline-phase[data-start="86"] {
    top: auto;
    left: 86%;
  }
  .timeline.with-phases .timeline-phase[data-end="86"] {
    bottom: auto;
    right: 14%;
  }
  .timeline.with-phases .timeline-phase[data-start="87"] {
    top: auto;
    left: 87%;
  }
  .timeline.with-phases .timeline-phase[data-end="87"] {
    bottom: auto;
    right: 13%;
  }
  .timeline.with-phases .timeline-phase[data-start="88"] {
    top: auto;
    left: 88%;
  }
  .timeline.with-phases .timeline-phase[data-end="88"] {
    bottom: auto;
    right: 12%;
  }
  .timeline.with-phases .timeline-phase[data-start="89"] {
    top: auto;
    left: 89%;
  }
  .timeline.with-phases .timeline-phase[data-end="89"] {
    bottom: auto;
    right: 11%;
  }
  .timeline.with-phases .timeline-phase[data-start="90"] {
    top: auto;
    left: 90%;
  }
  .timeline.with-phases .timeline-phase[data-end="90"] {
    bottom: auto;
    right: 10%;
  }
  .timeline.with-phases .timeline-phase[data-start="91"] {
    top: auto;
    left: 91%;
  }
  .timeline.with-phases .timeline-phase[data-end="91"] {
    bottom: auto;
    right: 9%;
  }
  .timeline.with-phases .timeline-phase[data-start="92"] {
    top: auto;
    left: 92%;
  }
  .timeline.with-phases .timeline-phase[data-end="92"] {
    bottom: auto;
    right: 8%;
  }
  .timeline.with-phases .timeline-phase[data-start="93"] {
    top: auto;
    left: 93%;
  }
  .timeline.with-phases .timeline-phase[data-end="93"] {
    bottom: auto;
    right: 7%;
  }
  .timeline.with-phases .timeline-phase[data-start="94"] {
    top: auto;
    left: 94%;
  }
  .timeline.with-phases .timeline-phase[data-end="94"] {
    bottom: auto;
    right: 6%;
  }
  .timeline.with-phases .timeline-phase[data-start="95"] {
    top: auto;
    left: 95%;
  }
  .timeline.with-phases .timeline-phase[data-end="95"] {
    bottom: auto;
    right: 5%;
  }
  .timeline.with-phases .timeline-phase[data-start="96"] {
    top: auto;
    left: 96%;
  }
  .timeline.with-phases .timeline-phase[data-end="96"] {
    bottom: auto;
    right: 4%;
  }
  .timeline.with-phases .timeline-phase[data-start="97"] {
    top: auto;
    left: 97%;
  }
  .timeline.with-phases .timeline-phase[data-end="97"] {
    bottom: auto;
    right: 3%;
  }
  .timeline.with-phases .timeline-phase[data-start="98"] {
    top: auto;
    left: 98%;
  }
  .timeline.with-phases .timeline-phase[data-end="98"] {
    bottom: auto;
    right: 2%;
  }
  .timeline.with-phases .timeline-phase[data-start="99"] {
    top: auto;
    left: 99%;
  }
  .timeline.with-phases .timeline-phase[data-end="99"] {
    bottom: auto;
    right: 1%;
  }
  .timeline.with-phases .timeline-phase[data-start="100"] {
    top: auto;
    left: 100%;
  }
  .timeline.with-phases .timeline-phase[data-end="100"] {
    bottom: auto;
    right: 0%;
  }
  .timeline.with-phases .timeline-phase .timeline-phase-title {
    padding: 20px;
    text-align: center;
    font-size: 14px;
  }
}

.timeline .timeline-container {
  position: relative;
  padding-left: 130px;
}
.timeline .timeline-wrapper {
  position: relative;
  margin: 20px 0 40px;
}
.timeline .timeline-wrapper:before, .timeline .timeline-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 35px;
  height: 1px;
  background: #000;
}
.timeline .timeline-wrapper:before {
  top: 0;
}
.timeline .timeline-wrapper:after {
  bottom: 0;
}
.timeline .timeline-wrapper .line-wrapper {
  position: relative;
  height: 600px;
  width: 25px;
  background-color: #768486;
  background-size: 25px 25px;
  background-image: linear-gradient(-45deg, #707e7e 25%, transparent 25%, transparent 50%, #707e7e 50%, #707e7e 75%, transparent 75%, transparent);
}
.timeline .timeline-wrapper .line-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-size: 100% 8.3333333333%;
  background-image: linear-gradient(to bottom, #000 0, transparent 1px, transparent);
}
.timeline .timeline-wrapper .current-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #36b99d;
  background-size: 25px 25px;
  background-image: linear-gradient(-45deg, #33ad92 25%, transparent 25%, transparent 50%, #33ad92 50%, #33ad92 75%, transparent 75%, transparent);
}
.timeline .timeline-wrapper .current-position[data-pos="0"] {
  height: 0%;
}
.timeline .timeline-wrapper .current-position[data-pos="1"] {
  height: 1%;
}
.timeline .timeline-wrapper .current-position[data-pos="2"] {
  height: 2%;
}
.timeline .timeline-wrapper .current-position[data-pos="3"] {
  height: 3%;
}
.timeline .timeline-wrapper .current-position[data-pos="4"] {
  height: 4%;
}
.timeline .timeline-wrapper .current-position[data-pos="5"] {
  height: 5%;
}
.timeline .timeline-wrapper .current-position[data-pos="6"] {
  height: 6%;
}
.timeline .timeline-wrapper .current-position[data-pos="7"] {
  height: 7%;
}
.timeline .timeline-wrapper .current-position[data-pos="8"] {
  height: 8%;
}
.timeline .timeline-wrapper .current-position[data-pos="9"] {
  height: 9%;
}
.timeline .timeline-wrapper .current-position[data-pos="10"] {
  height: 10%;
}
.timeline .timeline-wrapper .current-position[data-pos="11"] {
  height: 11%;
}
.timeline .timeline-wrapper .current-position[data-pos="12"] {
  height: 12%;
}
.timeline .timeline-wrapper .current-position[data-pos="13"] {
  height: 13%;
}
.timeline .timeline-wrapper .current-position[data-pos="14"] {
  height: 14%;
}
.timeline .timeline-wrapper .current-position[data-pos="15"] {
  height: 15%;
}
.timeline .timeline-wrapper .current-position[data-pos="16"] {
  height: 16%;
}
.timeline .timeline-wrapper .current-position[data-pos="17"] {
  height: 17%;
}
.timeline .timeline-wrapper .current-position[data-pos="18"] {
  height: 18%;
}
.timeline .timeline-wrapper .current-position[data-pos="19"] {
  height: 19%;
}
.timeline .timeline-wrapper .current-position[data-pos="20"] {
  height: 20%;
}
.timeline .timeline-wrapper .current-position[data-pos="21"] {
  height: 21%;
}
.timeline .timeline-wrapper .current-position[data-pos="22"] {
  height: 22%;
}
.timeline .timeline-wrapper .current-position[data-pos="23"] {
  height: 23%;
}
.timeline .timeline-wrapper .current-position[data-pos="24"] {
  height: 24%;
}
.timeline .timeline-wrapper .current-position[data-pos="25"] {
  height: 25%;
}
.timeline .timeline-wrapper .current-position[data-pos="26"] {
  height: 26%;
}
.timeline .timeline-wrapper .current-position[data-pos="27"] {
  height: 27%;
}
.timeline .timeline-wrapper .current-position[data-pos="28"] {
  height: 28%;
}
.timeline .timeline-wrapper .current-position[data-pos="29"] {
  height: 29%;
}
.timeline .timeline-wrapper .current-position[data-pos="30"] {
  height: 30%;
}
.timeline .timeline-wrapper .current-position[data-pos="31"] {
  height: 31%;
}
.timeline .timeline-wrapper .current-position[data-pos="32"] {
  height: 32%;
}
.timeline .timeline-wrapper .current-position[data-pos="33"] {
  height: 33%;
}
.timeline .timeline-wrapper .current-position[data-pos="34"] {
  height: 34%;
}
.timeline .timeline-wrapper .current-position[data-pos="35"] {
  height: 35%;
}
.timeline .timeline-wrapper .current-position[data-pos="36"] {
  height: 36%;
}
.timeline .timeline-wrapper .current-position[data-pos="37"] {
  height: 37%;
}
.timeline .timeline-wrapper .current-position[data-pos="38"] {
  height: 38%;
}
.timeline .timeline-wrapper .current-position[data-pos="39"] {
  height: 39%;
}
.timeline .timeline-wrapper .current-position[data-pos="40"] {
  height: 40%;
}
.timeline .timeline-wrapper .current-position[data-pos="41"] {
  height: 41%;
}
.timeline .timeline-wrapper .current-position[data-pos="42"] {
  height: 42%;
}
.timeline .timeline-wrapper .current-position[data-pos="43"] {
  height: 43%;
}
.timeline .timeline-wrapper .current-position[data-pos="44"] {
  height: 44%;
}
.timeline .timeline-wrapper .current-position[data-pos="45"] {
  height: 45%;
}
.timeline .timeline-wrapper .current-position[data-pos="46"] {
  height: 46%;
}
.timeline .timeline-wrapper .current-position[data-pos="47"] {
  height: 47%;
}
.timeline .timeline-wrapper .current-position[data-pos="48"] {
  height: 48%;
}
.timeline .timeline-wrapper .current-position[data-pos="49"] {
  height: 49%;
}
.timeline .timeline-wrapper .current-position[data-pos="50"] {
  height: 50%;
}
.timeline .timeline-wrapper .current-position[data-pos="51"] {
  height: 51%;
}
.timeline .timeline-wrapper .current-position[data-pos="52"] {
  height: 52%;
}
.timeline .timeline-wrapper .current-position[data-pos="53"] {
  height: 53%;
}
.timeline .timeline-wrapper .current-position[data-pos="54"] {
  height: 54%;
}
.timeline .timeline-wrapper .current-position[data-pos="55"] {
  height: 55%;
}
.timeline .timeline-wrapper .current-position[data-pos="56"] {
  height: 56%;
}
.timeline .timeline-wrapper .current-position[data-pos="57"] {
  height: 57%;
}
.timeline .timeline-wrapper .current-position[data-pos="58"] {
  height: 58%;
}
.timeline .timeline-wrapper .current-position[data-pos="59"] {
  height: 59%;
}
.timeline .timeline-wrapper .current-position[data-pos="60"] {
  height: 60%;
}
.timeline .timeline-wrapper .current-position[data-pos="61"] {
  height: 61%;
}
.timeline .timeline-wrapper .current-position[data-pos="62"] {
  height: 62%;
}
.timeline .timeline-wrapper .current-position[data-pos="63"] {
  height: 63%;
}
.timeline .timeline-wrapper .current-position[data-pos="64"] {
  height: 64%;
}
.timeline .timeline-wrapper .current-position[data-pos="65"] {
  height: 65%;
}
.timeline .timeline-wrapper .current-position[data-pos="66"] {
  height: 66%;
}
.timeline .timeline-wrapper .current-position[data-pos="67"] {
  height: 67%;
}
.timeline .timeline-wrapper .current-position[data-pos="68"] {
  height: 68%;
}
.timeline .timeline-wrapper .current-position[data-pos="69"] {
  height: 69%;
}
.timeline .timeline-wrapper .current-position[data-pos="70"] {
  height: 70%;
}
.timeline .timeline-wrapper .current-position[data-pos="71"] {
  height: 71%;
}
.timeline .timeline-wrapper .current-position[data-pos="72"] {
  height: 72%;
}
.timeline .timeline-wrapper .current-position[data-pos="73"] {
  height: 73%;
}
.timeline .timeline-wrapper .current-position[data-pos="74"] {
  height: 74%;
}
.timeline .timeline-wrapper .current-position[data-pos="75"] {
  height: 75%;
}
.timeline .timeline-wrapper .current-position[data-pos="76"] {
  height: 76%;
}
.timeline .timeline-wrapper .current-position[data-pos="77"] {
  height: 77%;
}
.timeline .timeline-wrapper .current-position[data-pos="78"] {
  height: 78%;
}
.timeline .timeline-wrapper .current-position[data-pos="79"] {
  height: 79%;
}
.timeline .timeline-wrapper .current-position[data-pos="80"] {
  height: 80%;
}
.timeline .timeline-wrapper .current-position[data-pos="81"] {
  height: 81%;
}
.timeline .timeline-wrapper .current-position[data-pos="82"] {
  height: 82%;
}
.timeline .timeline-wrapper .current-position[data-pos="83"] {
  height: 83%;
}
.timeline .timeline-wrapper .current-position[data-pos="84"] {
  height: 84%;
}
.timeline .timeline-wrapper .current-position[data-pos="85"] {
  height: 85%;
}
.timeline .timeline-wrapper .current-position[data-pos="86"] {
  height: 86%;
}
.timeline .timeline-wrapper .current-position[data-pos="87"] {
  height: 87%;
}
.timeline .timeline-wrapper .current-position[data-pos="88"] {
  height: 88%;
}
.timeline .timeline-wrapper .current-position[data-pos="89"] {
  height: 89%;
}
.timeline .timeline-wrapper .current-position[data-pos="90"] {
  height: 90%;
}
.timeline .timeline-wrapper .current-position[data-pos="91"] {
  height: 91%;
}
.timeline .timeline-wrapper .current-position[data-pos="92"] {
  height: 92%;
}
.timeline .timeline-wrapper .current-position[data-pos="93"] {
  height: 93%;
}
.timeline .timeline-wrapper .current-position[data-pos="94"] {
  height: 94%;
}
.timeline .timeline-wrapper .current-position[data-pos="95"] {
  height: 95%;
}
.timeline .timeline-wrapper .current-position[data-pos="96"] {
  height: 96%;
}
.timeline .timeline-wrapper .current-position[data-pos="97"] {
  height: 97%;
}
.timeline .timeline-wrapper .current-position[data-pos="98"] {
  height: 98%;
}
.timeline .timeline-wrapper .current-position[data-pos="99"] {
  height: 99%;
}
.timeline .timeline-wrapper .current-position[data-pos="100"] {
  height: 100%;
}
.timeline .timeline-wrapper .milestone {
  display: block;
  z-index: 2;
  max-height: 100px;
  position: absolute;
  left: 17px;
  padding: 5px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 15px;
}
.timeline .timeline-wrapper .milestone .milestone-title {
  position: relative;
  display: inline-block;
  top: -15px;
  padding: 0 4px;
  background: #fff;
  font-weight: 700;
}
.timeline .timeline-wrapper .milestone .milestone-date {
  position: relative;
  display: inline-block;
  top: -15px;
  padding: 0 4px 4px 4px;
  background: #fff;
  font-style: italic;
}
.timeline .timeline-wrapper .milestone:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #d8d8d8;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 4px #fff, 0px 4px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 0px 4px #fff, 0px 4px 3px 2px rgba(0, 0, 0, 0.3);
}
.timeline .timeline-wrapper .milestone:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8px;
  width: 30px;
  height: 1px;
  background: #878787;
}
.timeline .timeline-wrapper .milestone:last-child .milestone-title,
.timeline .timeline-wrapper .milestone:last-child .milestone-date {
  top: 0;
}
.timeline .timeline-wrapper .milestone:last-child:after {
  top: -1px;
}
.timeline .timeline-wrapper .milestone[data-pos="0"] {
  top: 0%;
}
.timeline .timeline-wrapper .milestone[data-pos="1"] {
  top: 1%;
}
.timeline .timeline-wrapper .milestone[data-pos="2"] {
  top: 2%;
}
.timeline .timeline-wrapper .milestone[data-pos="3"] {
  top: 3%;
}
.timeline .timeline-wrapper .milestone[data-pos="4"] {
  top: 4%;
}
.timeline .timeline-wrapper .milestone[data-pos="5"] {
  top: 5%;
}
.timeline .timeline-wrapper .milestone[data-pos="6"] {
  top: 6%;
}
.timeline .timeline-wrapper .milestone[data-pos="7"] {
  top: 7%;
}
.timeline .timeline-wrapper .milestone[data-pos="8"] {
  top: 8%;
}
.timeline .timeline-wrapper .milestone[data-pos="9"] {
  top: 9%;
}
.timeline .timeline-wrapper .milestone[data-pos="10"] {
  top: 10%;
}
.timeline .timeline-wrapper .milestone[data-pos="11"] {
  top: 11%;
}
.timeline .timeline-wrapper .milestone[data-pos="12"] {
  top: 12%;
}
.timeline .timeline-wrapper .milestone[data-pos="13"] {
  top: 13%;
}
.timeline .timeline-wrapper .milestone[data-pos="14"] {
  top: 14%;
}
.timeline .timeline-wrapper .milestone[data-pos="15"] {
  top: 15%;
}
.timeline .timeline-wrapper .milestone[data-pos="16"] {
  top: 16%;
}
.timeline .timeline-wrapper .milestone[data-pos="17"] {
  top: 17%;
}
.timeline .timeline-wrapper .milestone[data-pos="18"] {
  top: 18%;
}
.timeline .timeline-wrapper .milestone[data-pos="19"] {
  top: 19%;
}
.timeline .timeline-wrapper .milestone[data-pos="20"] {
  top: 20%;
}
.timeline .timeline-wrapper .milestone[data-pos="21"] {
  top: 21%;
}
.timeline .timeline-wrapper .milestone[data-pos="22"] {
  top: 22%;
}
.timeline .timeline-wrapper .milestone[data-pos="23"] {
  top: 23%;
}
.timeline .timeline-wrapper .milestone[data-pos="24"] {
  top: 24%;
}
.timeline .timeline-wrapper .milestone[data-pos="25"] {
  top: 25%;
}
.timeline .timeline-wrapper .milestone[data-pos="26"] {
  top: 26%;
}
.timeline .timeline-wrapper .milestone[data-pos="27"] {
  top: 27%;
}
.timeline .timeline-wrapper .milestone[data-pos="28"] {
  top: 28%;
}
.timeline .timeline-wrapper .milestone[data-pos="29"] {
  top: 29%;
}
.timeline .timeline-wrapper .milestone[data-pos="30"] {
  top: 30%;
}
.timeline .timeline-wrapper .milestone[data-pos="31"] {
  top: 31%;
}
.timeline .timeline-wrapper .milestone[data-pos="32"] {
  top: 32%;
}
.timeline .timeline-wrapper .milestone[data-pos="33"] {
  top: 33%;
}
.timeline .timeline-wrapper .milestone[data-pos="34"] {
  top: 34%;
}
.timeline .timeline-wrapper .milestone[data-pos="35"] {
  top: 35%;
}
.timeline .timeline-wrapper .milestone[data-pos="36"] {
  top: 36%;
}
.timeline .timeline-wrapper .milestone[data-pos="37"] {
  top: 37%;
}
.timeline .timeline-wrapper .milestone[data-pos="38"] {
  top: 38%;
}
.timeline .timeline-wrapper .milestone[data-pos="39"] {
  top: 39%;
}
.timeline .timeline-wrapper .milestone[data-pos="40"] {
  top: 40%;
}
.timeline .timeline-wrapper .milestone[data-pos="41"] {
  top: 41%;
}
.timeline .timeline-wrapper .milestone[data-pos="42"] {
  top: 42%;
}
.timeline .timeline-wrapper .milestone[data-pos="43"] {
  top: 43%;
}
.timeline .timeline-wrapper .milestone[data-pos="44"] {
  top: 44%;
}
.timeline .timeline-wrapper .milestone[data-pos="45"] {
  top: 45%;
}
.timeline .timeline-wrapper .milestone[data-pos="46"] {
  top: 46%;
}
.timeline .timeline-wrapper .milestone[data-pos="47"] {
  top: 47%;
}
.timeline .timeline-wrapper .milestone[data-pos="48"] {
  top: 48%;
}
.timeline .timeline-wrapper .milestone[data-pos="49"] {
  top: 49%;
}
.timeline .timeline-wrapper .milestone[data-pos="50"] {
  top: 50%;
}
.timeline .timeline-wrapper .milestone[data-pos="51"] {
  top: 51%;
}
.timeline .timeline-wrapper .milestone[data-pos="52"] {
  top: 52%;
}
.timeline .timeline-wrapper .milestone[data-pos="53"] {
  top: 53%;
}
.timeline .timeline-wrapper .milestone[data-pos="54"] {
  top: 54%;
}
.timeline .timeline-wrapper .milestone[data-pos="55"] {
  top: 55%;
}
.timeline .timeline-wrapper .milestone[data-pos="56"] {
  top: 56%;
}
.timeline .timeline-wrapper .milestone[data-pos="57"] {
  top: 57%;
}
.timeline .timeline-wrapper .milestone[data-pos="58"] {
  top: 58%;
}
.timeline .timeline-wrapper .milestone[data-pos="59"] {
  top: 59%;
}
.timeline .timeline-wrapper .milestone[data-pos="60"] {
  top: 60%;
}
.timeline .timeline-wrapper .milestone[data-pos="61"] {
  top: 61%;
}
.timeline .timeline-wrapper .milestone[data-pos="62"] {
  top: 62%;
}
.timeline .timeline-wrapper .milestone[data-pos="63"] {
  top: 63%;
}
.timeline .timeline-wrapper .milestone[data-pos="64"] {
  top: 64%;
}
.timeline .timeline-wrapper .milestone[data-pos="65"] {
  top: 65%;
}
.timeline .timeline-wrapper .milestone[data-pos="66"] {
  top: 66%;
}
.timeline .timeline-wrapper .milestone[data-pos="67"] {
  top: 67%;
}
.timeline .timeline-wrapper .milestone[data-pos="68"] {
  top: 68%;
}
.timeline .timeline-wrapper .milestone[data-pos="69"] {
  top: 69%;
}
.timeline .timeline-wrapper .milestone[data-pos="70"] {
  top: 70%;
}
.timeline .timeline-wrapper .milestone[data-pos="71"] {
  top: 71%;
}
.timeline .timeline-wrapper .milestone[data-pos="72"] {
  top: 72%;
}
.timeline .timeline-wrapper .milestone[data-pos="73"] {
  top: 73%;
}
.timeline .timeline-wrapper .milestone[data-pos="74"] {
  top: 74%;
}
.timeline .timeline-wrapper .milestone[data-pos="75"] {
  top: 75%;
}
.timeline .timeline-wrapper .milestone[data-pos="76"] {
  top: 76%;
}
.timeline .timeline-wrapper .milestone[data-pos="77"] {
  top: 77%;
}
.timeline .timeline-wrapper .milestone[data-pos="78"] {
  top: 78%;
}
.timeline .timeline-wrapper .milestone[data-pos="79"] {
  top: 79%;
}
.timeline .timeline-wrapper .milestone[data-pos="80"] {
  top: 80%;
}
.timeline .timeline-wrapper .milestone[data-pos="81"] {
  top: 81%;
}
.timeline .timeline-wrapper .milestone[data-pos="82"] {
  top: 82%;
}
.timeline .timeline-wrapper .milestone[data-pos="83"] {
  top: 83%;
}
.timeline .timeline-wrapper .milestone[data-pos="84"] {
  top: 84%;
}
.timeline .timeline-wrapper .milestone[data-pos="85"] {
  top: 85%;
}
.timeline .timeline-wrapper .milestone[data-pos="86"] {
  top: 86%;
}
.timeline .timeline-wrapper .milestone[data-pos="87"] {
  top: 87%;
}
.timeline .timeline-wrapper .milestone[data-pos="88"] {
  top: 88%;
}
.timeline .timeline-wrapper .milestone[data-pos="89"] {
  top: 89%;
}
.timeline .timeline-wrapper .milestone[data-pos="90"] {
  top: 90%;
}
.timeline .timeline-wrapper .milestone[data-pos="91"] {
  top: 91%;
}
.timeline .timeline-wrapper .milestone[data-pos="92"] {
  top: 92%;
}
.timeline .timeline-wrapper .milestone[data-pos="93"] {
  top: 93%;
}
.timeline .timeline-wrapper .milestone[data-pos="94"] {
  top: 94%;
}
.timeline .timeline-wrapper .milestone[data-pos="95"] {
  top: 95%;
}
.timeline .timeline-wrapper .milestone[data-pos="96"] {
  top: 96%;
}
.timeline .timeline-wrapper .milestone[data-pos="97"] {
  top: 97%;
}
.timeline .timeline-wrapper .milestone[data-pos="98"] {
  top: 98%;
}
.timeline .timeline-wrapper .milestone[data-pos="99"] {
  top: 99%;
}
.timeline .timeline-wrapper .milestone[data-pos="100"] {
  top: 100%;
}

@media (min-width: 992px) {
  .timeline .timeline-container {
    padding-left: 0;
  }
  .timeline .timeline-wrapper {
    width: 100%;
    min-height: 100px;
    padding-top: 150px;
  }
  .timeline .timeline-wrapper:before, .timeline .timeline-wrapper:after {
    bottom: 0;
    width: 1px;
    height: 35px;
  }
  .timeline .timeline-wrapper:before {
    top: auto;
    bottom: 0;
    left: -1px;
  }
  .timeline .timeline-wrapper:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .timeline .timeline-wrapper .line-wrapper {
    width: 100%;
    height: 25px;
  }
  .timeline .timeline-wrapper .line-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 8.3333333333%;
    background-image: linear-gradient(-90deg, #000 0, transparent 1px);
  }
  .timeline .timeline-wrapper .current-position {
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
  }
  .timeline .timeline-wrapper .current-position[data-pos="0"] {
    width: 0%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="1"] {
    width: 1%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="2"] {
    width: 2%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="3"] {
    width: 3%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="4"] {
    width: 4%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="5"] {
    width: 5%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="6"] {
    width: 6%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="7"] {
    width: 7%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="8"] {
    width: 8%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="9"] {
    width: 9%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="10"] {
    width: 10%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="11"] {
    width: 11%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="12"] {
    width: 12%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="13"] {
    width: 13%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="14"] {
    width: 14%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="15"] {
    width: 15%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="16"] {
    width: 16%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="17"] {
    width: 17%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="18"] {
    width: 18%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="19"] {
    width: 19%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="20"] {
    width: 20%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="21"] {
    width: 21%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="22"] {
    width: 22%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="23"] {
    width: 23%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="24"] {
    width: 24%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="25"] {
    width: 25%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="26"] {
    width: 26%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="27"] {
    width: 27%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="28"] {
    width: 28%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="29"] {
    width: 29%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="30"] {
    width: 30%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="31"] {
    width: 31%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="32"] {
    width: 32%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="33"] {
    width: 33%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="34"] {
    width: 34%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="35"] {
    width: 35%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="36"] {
    width: 36%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="37"] {
    width: 37%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="38"] {
    width: 38%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="39"] {
    width: 39%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="40"] {
    width: 40%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="41"] {
    width: 41%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="42"] {
    width: 42%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="43"] {
    width: 43%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="44"] {
    width: 44%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="45"] {
    width: 45%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="46"] {
    width: 46%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="47"] {
    width: 47%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="48"] {
    width: 48%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="49"] {
    width: 49%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="50"] {
    width: 50%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="51"] {
    width: 51%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="52"] {
    width: 52%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="53"] {
    width: 53%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="54"] {
    width: 54%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="55"] {
    width: 55%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="56"] {
    width: 56%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="57"] {
    width: 57%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="58"] {
    width: 58%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="59"] {
    width: 59%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="60"] {
    width: 60%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="61"] {
    width: 61%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="62"] {
    width: 62%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="63"] {
    width: 63%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="64"] {
    width: 64%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="65"] {
    width: 65%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="66"] {
    width: 66%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="67"] {
    width: 67%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="68"] {
    width: 68%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="69"] {
    width: 69%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="70"] {
    width: 70%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="71"] {
    width: 71%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="72"] {
    width: 72%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="73"] {
    width: 73%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="74"] {
    width: 74%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="75"] {
    width: 75%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="76"] {
    width: 76%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="77"] {
    width: 77%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="78"] {
    width: 78%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="79"] {
    width: 79%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="80"] {
    width: 80%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="81"] {
    width: 81%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="82"] {
    width: 82%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="83"] {
    width: 83%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="84"] {
    width: 84%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="85"] {
    width: 85%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="86"] {
    width: 86%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="87"] {
    width: 87%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="88"] {
    width: 88%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="89"] {
    width: 89%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="90"] {
    width: 90%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="91"] {
    width: 91%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="92"] {
    width: 92%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="93"] {
    width: 93%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="94"] {
    width: 94%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="95"] {
    width: 95%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="96"] {
    width: 96%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="97"] {
    width: 97%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="98"] {
    width: 98%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="99"] {
    width: 99%;
  }
  .timeline .timeline-wrapper .current-position[data-pos="100"] {
    width: 100%;
  }
  .timeline .timeline-wrapper .milestone {
    max-width: 150px;
    max-height: 100%;
    bottom: 17px;
    padding: 5px;
    margin-left: 0;
  }
  .timeline .timeline-wrapper .milestone .milestone-title,
  .timeline .timeline-wrapper .milestone .milestone-date {
    display: block;
    top: 0;
  }
  .timeline .timeline-wrapper .milestone:before {
    top: auto;
    bottom: 0;
  }
  .timeline .timeline-wrapper .milestone:after {
    left: 3px;
    width: 1px;
    height: 100px;
    top: auto;
    position: relative;
  }
  .timeline .timeline-wrapper .milestone:nth-child(2):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(4):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(6):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(8):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(10):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(12):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(14):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(16):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(18):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(20):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(22):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(24):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(26):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(28):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(30):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(32):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(34):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(36):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(38):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(40):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(42):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(44):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(46):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(48):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(50):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(52):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(54):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(56):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(58):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(60):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(62):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(64):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(66):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(68):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(70):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(72):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(74):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(76):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(78):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(80):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(82):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(84):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(86):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(88):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(90):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(92):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(94):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(96):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(98):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(100):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(102):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(104):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(106):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(108):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(110):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(112):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(114):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(116):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(118):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(120):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(122):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(124):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(126):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(128):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(130):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(132):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(134):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(136):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(138):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(140):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(142):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(144):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(146):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(148):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(150):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(152):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(154):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(156):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(158):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(160):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(162):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(164):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(166):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(168):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(170):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(172):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(174):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(176):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(178):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(180):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(182):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(184):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(186):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(188):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(190):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(192):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(194):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(196):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone:nth-child(198):after {
    height: 30px;
  }
  .timeline .timeline-wrapper .milestone[data-pos="0"] {
    top: auto;
    left: 0%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="1"] {
    top: auto;
    left: 1%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="2"] {
    top: auto;
    left: 2%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="3"] {
    top: auto;
    left: 3%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="4"] {
    top: auto;
    left: 4%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="5"] {
    top: auto;
    left: 5%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="6"] {
    top: auto;
    left: 6%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="7"] {
    top: auto;
    left: 7%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="8"] {
    top: auto;
    left: 8%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="9"] {
    top: auto;
    left: 9%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="10"] {
    top: auto;
    left: 10%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="11"] {
    top: auto;
    left: 11%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="12"] {
    top: auto;
    left: 12%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="13"] {
    top: auto;
    left: 13%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="14"] {
    top: auto;
    left: 14%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="15"] {
    top: auto;
    left: 15%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="16"] {
    top: auto;
    left: 16%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="17"] {
    top: auto;
    left: 17%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="18"] {
    top: auto;
    left: 18%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="19"] {
    top: auto;
    left: 19%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="20"] {
    top: auto;
    left: 20%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="21"] {
    top: auto;
    left: 21%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="22"] {
    top: auto;
    left: 22%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="23"] {
    top: auto;
    left: 23%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="24"] {
    top: auto;
    left: 24%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="25"] {
    top: auto;
    left: 25%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="26"] {
    top: auto;
    left: 26%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="27"] {
    top: auto;
    left: 27%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="28"] {
    top: auto;
    left: 28%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="29"] {
    top: auto;
    left: 29%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="30"] {
    top: auto;
    left: 30%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="31"] {
    top: auto;
    left: 31%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="32"] {
    top: auto;
    left: 32%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="33"] {
    top: auto;
    left: 33%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="34"] {
    top: auto;
    left: 34%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="35"] {
    top: auto;
    left: 35%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="36"] {
    top: auto;
    left: 36%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="37"] {
    top: auto;
    left: 37%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="38"] {
    top: auto;
    left: 38%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="39"] {
    top: auto;
    left: 39%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="40"] {
    top: auto;
    left: 40%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="41"] {
    top: auto;
    left: 41%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="42"] {
    top: auto;
    left: 42%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="43"] {
    top: auto;
    left: 43%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="44"] {
    top: auto;
    left: 44%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="45"] {
    top: auto;
    left: 45%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="46"] {
    top: auto;
    left: 46%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="47"] {
    top: auto;
    left: 47%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="48"] {
    top: auto;
    left: 48%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="49"] {
    top: auto;
    left: 49%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="50"] {
    top: auto;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="51"] {
    top: auto;
    left: 51%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="52"] {
    top: auto;
    left: 52%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="53"] {
    top: auto;
    left: 53%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="54"] {
    top: auto;
    left: 54%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="55"] {
    top: auto;
    left: 55%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="56"] {
    top: auto;
    left: 56%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="57"] {
    top: auto;
    left: 57%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="58"] {
    top: auto;
    left: 58%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="59"] {
    top: auto;
    left: 59%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="60"] {
    top: auto;
    left: 60%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="61"] {
    top: auto;
    left: 61%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="62"] {
    top: auto;
    left: 62%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="63"] {
    top: auto;
    left: 63%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="64"] {
    top: auto;
    left: 64%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="65"] {
    top: auto;
    left: 65%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="66"] {
    top: auto;
    left: 66%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="67"] {
    top: auto;
    left: 67%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="68"] {
    top: auto;
    left: 68%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="69"] {
    top: auto;
    left: 69%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="70"] {
    top: auto;
    left: 70%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="71"] {
    top: auto;
    left: 71%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="72"] {
    top: auto;
    left: 72%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="73"] {
    top: auto;
    left: 73%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="74"] {
    top: auto;
    left: 74%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="75"] {
    top: auto;
    left: 75%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="76"] {
    top: auto;
    left: 76%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="77"] {
    top: auto;
    left: 77%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="78"] {
    top: auto;
    left: 78%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="79"] {
    top: auto;
    left: 79%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="80"] {
    top: auto;
    left: 80%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="81"] {
    top: auto;
    left: 81%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="82"] {
    top: auto;
    left: 82%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="83"] {
    top: auto;
    left: 83%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="84"] {
    top: auto;
    left: 84%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="85"] {
    top: auto;
    left: 85%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="86"] {
    top: auto;
    left: 86%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="87"] {
    top: auto;
    left: 87%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="88"] {
    top: auto;
    left: 88%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="89"] {
    top: auto;
    left: 89%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="90"] {
    top: auto;
    left: 90%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="91"] {
    top: auto;
    left: 91%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="92"] {
    top: auto;
    left: 92%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="93"] {
    top: auto;
    left: 93%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="94"] {
    top: auto;
    left: 94%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="95"] {
    top: auto;
    left: 95%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="96"] {
    top: auto;
    left: 96%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="97"] {
    top: auto;
    left: 97%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="98"] {
    top: auto;
    left: 98%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="99"] {
    top: auto;
    left: 99%;
    margin-left: -8px;
    margin-top: 0;
  }
  .timeline .timeline-wrapper .milestone[data-pos="100"] {
    top: auto;
    left: 100%;
    margin-left: -8px;
    margin-top: 0;
  }
}

.twitter-timeline {
  height: 500px !important;
}

.user-login-form label, .user-form label {
  font-weight: bold;
  color: #484ac3;
}
.user-login-form .description, .user-login-form .password-strength, .user-login-form .password-confirm-message, .user-form .description, .user-form .password-strength, .user-form .password-confirm-message {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.user-login-form input.form-submit, .user-form input.form-submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
  margin-bottom: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .user-login-form input.form-submit, .user-form input.form-submit {
    -webkit-transition: none;
    transition: none;
  }
}
.user-login-form input.form-submit:hover, .user-form input.form-submit:hover {
  color: #212529;
  text-decoration: none;
}
.user-login-form input.form-submit:focus, .user-login-form input.form-submit.focus, .user-form input.form-submit:focus, .user-form input.form-submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.user-login-form input.form-submit.disabled, .user-login-form input.form-submit:disabled, .user-form input.form-submit.disabled, .user-form input.form-submit:disabled {
  opacity: 0.65;
}
.user-login-form input.form-submit:not(:disabled):not(.disabled), .user-form input.form-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.user-login-form input.form-submit:hover, .user-form input.form-submit:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.user-login-form input.form-submit:focus, .user-login-form input.form-submit.focus, .user-form input.form-submit:focus, .user-form input.form-submit.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.user-login-form input.form-submit.disabled, .user-login-form input.form-submit:disabled, .user-form input.form-submit.disabled, .user-form input.form-submit:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.user-login-form input.form-submit:not(:disabled):not(.disabled):active, .user-login-form input.form-submit:not(:disabled):not(.disabled).active, .show > .user-login-form input.form-submit.dropdown-toggle, .user-form input.form-submit:not(:disabled):not(.disabled):active, .user-form input.form-submit:not(:disabled):not(.disabled).active, .show > .user-form input.form-submit.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.user-login-form input.form-submit:not(:disabled):not(.disabled):active:focus, .user-login-form input.form-submit:not(:disabled):not(.disabled).active:focus, .show > .user-login-form input.form-submit.dropdown-toggle:focus, .user-form input.form-submit:not(:disabled):not(.disabled):active:focus, .user-form input.form-submit:not(:disabled):not(.disabled).active:focus, .show > .user-form input.form-submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.user-login-form .more-links a, .user-form .more-links a {
  display: block;
  margin-top: 10px;
}

.user-pass-reset {
  margin-top: 60px;
}
.user-pass-reset input.form-submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
  margin: 30px 0 60px;
}
@media (prefers-reduced-motion: reduce) {
  .user-pass-reset input.form-submit {
    -webkit-transition: none;
    transition: none;
  }
}
.user-pass-reset input.form-submit:hover {
  color: #212529;
  text-decoration: none;
}
.user-pass-reset input.form-submit:focus, .user-pass-reset input.form-submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.user-pass-reset input.form-submit.disabled, .user-pass-reset input.form-submit:disabled {
  opacity: 0.65;
}
.user-pass-reset input.form-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.user-pass-reset input.form-submit:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.user-pass-reset input.form-submit:focus, .user-pass-reset input.form-submit.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.user-pass-reset input.form-submit.disabled, .user-pass-reset input.form-submit:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.user-pass-reset input.form-submit:not(:disabled):not(.disabled):active, .user-pass-reset input.form-submit:not(:disabled):not(.disabled).active, .show > .user-pass-reset input.form-submit.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.user-pass-reset input.form-submit:not(:disabled):not(.disabled):active:focus, .user-pass-reset input.form-submit:not(:disabled):not(.disabled).active:focus, .show > .user-pass-reset input.form-submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}

.user-form {
  max-width: 500px;
}
.user-form details {
  margin: 30px 0;
}

.profile .field__label {
  font-weight: bold;
  color: #484ac3;
}

.field--name-field-media-oembed-video {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.remote-video, .media--type-remote-video {
  position: relative;
  margin-bottom: 1em;
}
.remote-video .media__icon--play, .media--type-remote-video .media__icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url("../../assets/upr-icons/play.svg") center center;
  background-size: cover;
}
.remote-video .field--name-name, .media--type-remote-video .field--name-name {
  font-weight: bold;
  margin-top: 0.5em;
}

.accordion {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .accordion {
    margin-bottom: 6rem;
  }
}
.accordion .paragraph--type--ino-pt-accitem {
  border-radius: 0;
  border: none;
  margin-bottom: 10px !important;
}
.accordion .paragraph--type--ino-pt-accitem .card-header {
  padding: 0;
  border: none;
}
.accordion .paragraph--type--ino-pt-accitem .card-header h1,
.accordion .paragraph--type--ino-pt-accitem .card-header h2,
.accordion .paragraph--type--ino-pt-accitem .card-header h3,
.accordion .paragraph--type--ino-pt-accitem .card-header h4,
.accordion .paragraph--type--ino-pt-accitem .card-header h5,
.accordion .paragraph--type--ino-pt-accitem .card-header h6 {
  margin: 0;
}
.accordion .paragraph--type--ino-pt-accitem .card-header .btn {
  padding: 20px 30px;
  background: #f1f1f1;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #484ac3;
}
.accordion .paragraph--type--ino-pt-accitem .card-header .btn:focus, .accordion .paragraph--type--ino-pt-accitem .card-header .btn:hover {
  background: #ececec;
  text-decoration: none;
}
.accordion .paragraph--type--ino-pt-accitem .accitem-body > .card-body {
  border: 1px solid #f1f1f1;
  padding: 30px 0;
}
.accordion .paragraph--type--ino-pt-accitem .accitem-body > .card-body .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.accordion .paragraph--type--ino-pt-accitem .accitem-body > .card-body .container .container {
  padding: 0;
}
.accordion .paragraph--type--ino-pt-accitem .accitem-body > .card-body .field--name-field-ph-accitem-content > .field__item:last-child > .paragraph-layout {
  margin-bottom: 0;
}

.paragraph--type--ino-pt-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.paragraph--type--ino-pt-card .card-body .field--name-field-ph-card-summary {
  text-align: left;
}

.paragraph.primary .card,
.paragraph.secondary .card {
  border: none;
}
.paragraph.primary .card-title,
.paragraph.secondary .card-title {
  color: #484ac3;
}

@media (min-width: 992px) {
  .paragraph.equalize [class*=col-],
  .paragraph.equalize .field > .field__item,
  .paragraph.equalize .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  .paragraph.equalize [class*=col-] > *,
  .paragraph.equalize .field > .field__item > *,
  .paragraph.equalize .container > * {
    width: 100%;
  }
}
.card.primary .card-title {
  color: #fff;
}

.card.secondary {
  background: #f2f2f2;
}

h1.card-title,
h2.card-title,
h3.card-title,
h4.card-title,
h5.card-title,
h6.card-title {
  margin-top: 0;
}

@media (min-width: 992px) {
  .paragraph--type--ino-pt-one-column .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .paragraph--type--ino-pt-one-column .card .field--name-field-ph-card-image {
    width: 33%;
  }
  .paragraph--type--ino-pt-one-column .card .card-body {
    width: 67%;
  }
}

.paragraph--type--ino-pt-one-column,
.paragraph--type--ino-pt-two-column,
.paragraph--type--ino-pt-three-column,
.ino-tabs, .accordion {
  clear: both;
}
.paragraph--type--ino-pt-one-column > .container,
.paragraph--type--ino-pt-one-column > .paragraph--type--ino-pt-accitem,
.paragraph--type--ino-pt-two-column > .container,
.paragraph--type--ino-pt-two-column > .paragraph--type--ino-pt-accitem,
.paragraph--type--ino-pt-three-column > .container,
.paragraph--type--ino-pt-three-column > .paragraph--type--ino-pt-accitem,
.ino-tabs > .container,
.ino-tabs > .paragraph--type--ino-pt-accitem, .accordion > .container,
.accordion > .paragraph--type--ino-pt-accitem {
  max-width: 800px;
  margin: auto;
}
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-one-column > .container,
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-one-column > .paragraph--type--ino-pt-accitem,
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-two-column > .container,
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-two-column > .paragraph--type--ino-pt-accitem,
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-three-column > .container,
.node--view-mode-full.node--type-ino-news .paragraph--type--ino-pt-three-column > .paragraph--type--ino-pt-accitem,
.node--view-mode-full.node--type-ino-news .ino-tabs > .container,
.node--view-mode-full.node--type-ino-news .ino-tabs > .paragraph--type--ino-pt-accitem, .node--view-mode-full.node--type-ino-news .accordion > .container,
.node--view-mode-full.node--type-ino-news .accordion > .paragraph--type--ino-pt-accitem {
  max-width: 1186px;
}
.paragraph--type--ino-pt-one-column h2.field--name-field-ph-row-title,
.paragraph--type--ino-pt-two-column h2.field--name-field-ph-row-title,
.paragraph--type--ino-pt-three-column h2.field--name-field-ph-row-title,
.ino-tabs h2.field--name-field-ph-row-title, .accordion h2.field--name-field-ph-row-title {
  width: 100%;
  margin-bottom: 2em;
}
.paragraph--type--ino-pt-one-column.no-picto h2.field--name-field-ph-row-title,
.paragraph--type--ino-pt-two-column.no-picto h2.field--name-field-ph-row-title,
.paragraph--type--ino-pt-three-column.no-picto h2.field--name-field-ph-row-title,
.ino-tabs.no-picto h2.field--name-field-ph-row-title, .accordion.no-picto h2.field--name-field-ph-row-title {
  margin-bottom: 1em;
}
.paragraph--type--ino-pt-one-column.white,
.paragraph--type--ino-pt-two-column.white,
.paragraph--type--ino-pt-three-column.white,
.ino-tabs.white, .accordion.white {
  background: #fff;
  color: #515151;
}
.paragraph--type--ino-pt-one-column.white-dash,
.paragraph--type--ino-pt-two-column.white-dash,
.paragraph--type--ino-pt-three-column.white-dash,
.ino-tabs.white-dash, .accordion.white-dash {
  background: #fff;
  color: #515151;
}
.paragraph--type--ino-pt-one-column.white-dash:after,
.paragraph--type--ino-pt-two-column.white-dash:after,
.paragraph--type--ino-pt-three-column.white-dash:after,
.ino-tabs.white-dash:after, .accordion.white-dash:after {
  content: "";
  display: block;
  height: 1px;
  background: url(../../assets/picto/dash-dark.svg);
}
.paragraph--type--ino-pt-one-column.primary, .paragraph--type--ino-pt-one-column.secondary,
.paragraph--type--ino-pt-two-column.primary,
.paragraph--type--ino-pt-two-column.secondary,
.paragraph--type--ino-pt-three-column.primary,
.paragraph--type--ino-pt-three-column.secondary,
.ino-tabs.primary,
.ino-tabs.secondary, .accordion.primary, .accordion.secondary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-one-column.primary, .paragraph--type--ino-pt-one-column.secondary,
  .paragraph--type--ino-pt-two-column.primary,
  .paragraph--type--ino-pt-two-column.secondary,
  .paragraph--type--ino-pt-three-column.primary,
  .paragraph--type--ino-pt-three-column.secondary,
  .ino-tabs.primary,
  .ino-tabs.secondary, .accordion.primary, .accordion.secondary {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.paragraph--type--ino-pt-one-column.primary h1,
.paragraph--type--ino-pt-one-column.primary h2,
.paragraph--type--ino-pt-one-column.primary h3,
.paragraph--type--ino-pt-one-column.primary h4,
.paragraph--type--ino-pt-one-column.primary h5,
.paragraph--type--ino-pt-one-column.primary h6,
.paragraph--type--ino-pt-one-column.primary .field--name-field-title, .paragraph--type--ino-pt-one-column.secondary h1,
.paragraph--type--ino-pt-one-column.secondary h2,
.paragraph--type--ino-pt-one-column.secondary h3,
.paragraph--type--ino-pt-one-column.secondary h4,
.paragraph--type--ino-pt-one-column.secondary h5,
.paragraph--type--ino-pt-one-column.secondary h6,
.paragraph--type--ino-pt-one-column.secondary .field--name-field-title,
.paragraph--type--ino-pt-two-column.primary h1,
.paragraph--type--ino-pt-two-column.primary h2,
.paragraph--type--ino-pt-two-column.primary h3,
.paragraph--type--ino-pt-two-column.primary h4,
.paragraph--type--ino-pt-two-column.primary h5,
.paragraph--type--ino-pt-two-column.primary h6,
.paragraph--type--ino-pt-two-column.primary .field--name-field-title,
.paragraph--type--ino-pt-two-column.secondary h1,
.paragraph--type--ino-pt-two-column.secondary h2,
.paragraph--type--ino-pt-two-column.secondary h3,
.paragraph--type--ino-pt-two-column.secondary h4,
.paragraph--type--ino-pt-two-column.secondary h5,
.paragraph--type--ino-pt-two-column.secondary h6,
.paragraph--type--ino-pt-two-column.secondary .field--name-field-title,
.paragraph--type--ino-pt-three-column.primary h1,
.paragraph--type--ino-pt-three-column.primary h2,
.paragraph--type--ino-pt-three-column.primary h3,
.paragraph--type--ino-pt-three-column.primary h4,
.paragraph--type--ino-pt-three-column.primary h5,
.paragraph--type--ino-pt-three-column.primary h6,
.paragraph--type--ino-pt-three-column.primary .field--name-field-title,
.paragraph--type--ino-pt-three-column.secondary h1,
.paragraph--type--ino-pt-three-column.secondary h2,
.paragraph--type--ino-pt-three-column.secondary h3,
.paragraph--type--ino-pt-three-column.secondary h4,
.paragraph--type--ino-pt-three-column.secondary h5,
.paragraph--type--ino-pt-three-column.secondary h6,
.paragraph--type--ino-pt-three-column.secondary .field--name-field-title,
.ino-tabs.primary h1,
.ino-tabs.primary h2,
.ino-tabs.primary h3,
.ino-tabs.primary h4,
.ino-tabs.primary h5,
.ino-tabs.primary h6,
.ino-tabs.primary .field--name-field-title,
.ino-tabs.secondary h1,
.ino-tabs.secondary h2,
.ino-tabs.secondary h3,
.ino-tabs.secondary h4,
.ino-tabs.secondary h5,
.ino-tabs.secondary h6,
.ino-tabs.secondary .field--name-field-title, .accordion.primary h1,
.accordion.primary h2,
.accordion.primary h3,
.accordion.primary h4,
.accordion.primary h5,
.accordion.primary h6,
.accordion.primary .field--name-field-title, .accordion.secondary h1,
.accordion.secondary h2,
.accordion.secondary h3,
.accordion.secondary h4,
.accordion.secondary h5,
.accordion.secondary h6,
.accordion.secondary .field--name-field-title {
  margin-top: 0;
}
.paragraph--type--ino-pt-one-column.primary,
.paragraph--type--ino-pt-two-column.primary,
.paragraph--type--ino-pt-three-column.primary,
.ino-tabs.primary, .accordion.primary {
  background: #484ac3;
  color: #fff;
}
.paragraph--type--ino-pt-one-column.primary h1,
.paragraph--type--ino-pt-one-column.primary h2,
.paragraph--type--ino-pt-one-column.primary h3,
.paragraph--type--ino-pt-one-column.primary h4,
.paragraph--type--ino-pt-one-column.primary h5,
.paragraph--type--ino-pt-one-column.primary h6,
.paragraph--type--ino-pt-one-column.primary .field--name-field-title,
.paragraph--type--ino-pt-two-column.primary h1,
.paragraph--type--ino-pt-two-column.primary h2,
.paragraph--type--ino-pt-two-column.primary h3,
.paragraph--type--ino-pt-two-column.primary h4,
.paragraph--type--ino-pt-two-column.primary h5,
.paragraph--type--ino-pt-two-column.primary h6,
.paragraph--type--ino-pt-two-column.primary .field--name-field-title,
.paragraph--type--ino-pt-three-column.primary h1,
.paragraph--type--ino-pt-three-column.primary h2,
.paragraph--type--ino-pt-three-column.primary h3,
.paragraph--type--ino-pt-three-column.primary h4,
.paragraph--type--ino-pt-three-column.primary h5,
.paragraph--type--ino-pt-three-column.primary h6,
.paragraph--type--ino-pt-three-column.primary .field--name-field-title,
.ino-tabs.primary h1,
.ino-tabs.primary h2,
.ino-tabs.primary h3,
.ino-tabs.primary h4,
.ino-tabs.primary h5,
.ino-tabs.primary h6,
.ino-tabs.primary .field--name-field-title, .accordion.primary h1,
.accordion.primary h2,
.accordion.primary h3,
.accordion.primary h4,
.accordion.primary h5,
.accordion.primary h6,
.accordion.primary .field--name-field-title {
  color: #fff;
}
.paragraph--type--ino-pt-one-column.secondary,
.paragraph--type--ino-pt-two-column.secondary,
.paragraph--type--ino-pt-three-column.secondary,
.ino-tabs.secondary, .accordion.secondary {
  background: #f2f2f2;
}
.paragraph--type--ino-pt-one-column.no-spacing,
.paragraph--type--ino-pt-two-column.no-spacing,
.paragraph--type--ino-pt-three-column.no-spacing,
.ino-tabs.no-spacing, .accordion.no-spacing {
  margin-bottom: 0;
}
.paragraph--type--ino-pt-one-column.spacing-small,
.paragraph--type--ino-pt-two-column.spacing-small,
.paragraph--type--ino-pt-three-column.spacing-small,
.ino-tabs.spacing-small, .accordion.spacing-small {
  margin-bottom: 1rem;
}
.paragraph--type--ino-pt-one-column.spacing-small:after,
.paragraph--type--ino-pt-two-column.spacing-small:after,
.paragraph--type--ino-pt-three-column.spacing-small:after,
.ino-tabs.spacing-small:after, .accordion.spacing-small:after {
  margin-top: 1rem;
}
.paragraph--type--ino-pt-one-column.spacing-medium,
.paragraph--type--ino-pt-two-column.spacing-medium,
.paragraph--type--ino-pt-three-column.spacing-medium,
.ino-tabs.spacing-medium, .accordion.spacing-medium {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-one-column.spacing-medium,
  .paragraph--type--ino-pt-two-column.spacing-medium,
  .paragraph--type--ino-pt-three-column.spacing-medium,
  .ino-tabs.spacing-medium, .accordion.spacing-medium {
    margin-bottom: 3rem;
  }
}
.paragraph--type--ino-pt-one-column.spacing-medium:after,
.paragraph--type--ino-pt-two-column.spacing-medium:after,
.paragraph--type--ino-pt-three-column.spacing-medium:after,
.ino-tabs.spacing-medium:after, .accordion.spacing-medium:after {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-one-column.spacing-medium:after,
  .paragraph--type--ino-pt-two-column.spacing-medium:after,
  .paragraph--type--ino-pt-three-column.spacing-medium:after,
  .ino-tabs.spacing-medium:after, .accordion.spacing-medium:after {
    margin-top: 3rem;
  }
}
.paragraph--type--ino-pt-one-column.spacing-large,
.paragraph--type--ino-pt-two-column.spacing-large,
.paragraph--type--ino-pt-three-column.spacing-large,
.ino-tabs.spacing-large, .accordion.spacing-large {
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-one-column.spacing-large,
  .paragraph--type--ino-pt-two-column.spacing-large,
  .paragraph--type--ino-pt-three-column.spacing-large,
  .ino-tabs.spacing-large, .accordion.spacing-large {
    margin-bottom: 6rem;
  }
}
.paragraph--type--ino-pt-one-column.spacing-large:after,
.paragraph--type--ino-pt-two-column.spacing-large:after,
.paragraph--type--ino-pt-three-column.spacing-large:after,
.ino-tabs.spacing-large:after, .accordion.spacing-large:after {
  margin-top: 4rem;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-one-column.spacing-large:after,
  .paragraph--type--ino-pt-two-column.spacing-large:after,
  .paragraph--type--ino-pt-three-column.spacing-large:after,
  .ino-tabs.spacing-large:after, .accordion.spacing-large:after {
    margin-top: 6rem;
  }
}

.paragraph--type--ino-pt-two-column.align-middle > .container > .row,
.paragraph--type--ino-pt-three-column.align-middle > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field--name-field-ph-layout-one-column > .field__item:first-child .paragraph--type--ino-pt-media,
.field--name-field-ph-layout-two-column > .field__item:first-child .paragraph--type--ino-pt-media,
.field--name-field-ph-layout-three-column > .field__item:first-child .paragraph--type--ino-pt-media {
  margin-top: 0;
}

.paragraph--type--ino-pt-document {
  padding: 5px 0;
}
.nobackground .paragraph--type--ino-pt-document .file a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .nobackground .paragraph--type--ino-pt-document .file a {
    -webkit-transition: none;
    transition: none;
  }
}
.nobackground .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  text-decoration: none;
}
.nobackground .paragraph--type--ino-pt-document .file a:focus, .nobackground .paragraph--type--ino-pt-document .file a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.nobackground .paragraph--type--ino-pt-document .file a.disabled, .nobackground .paragraph--type--ino-pt-document .file a:disabled {
  opacity: 0.65;
}
.nobackground .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.nobackground .paragraph--type--ino-pt-document .file a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.nobackground .paragraph--type--ino-pt-document .file a:focus, .nobackground .paragraph--type--ino-pt-document .file a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-document .file a.disabled, .nobackground .paragraph--type--ino-pt-document .file a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active, .nobackground .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active, .show > .nobackground .paragraph--type--ino-pt-document .file a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.nobackground .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active:focus, .nobackground .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active:focus, .show > .nobackground .paragraph--type--ino-pt-document .file a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .paragraph--type--ino-pt-document .file a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .primary .paragraph--type--ino-pt-document .file a {
    -webkit-transition: none;
    transition: none;
  }
}
.primary .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  text-decoration: none;
}
.primary .paragraph--type--ino-pt-document .file a:focus, .primary .paragraph--type--ino-pt-document .file a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.primary .paragraph--type--ino-pt-document .file a.disabled, .primary .paragraph--type--ino-pt-document .file a:disabled {
  opacity: 0.65;
}
.primary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.primary .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.primary .paragraph--type--ino-pt-document .file a:focus, .primary .paragraph--type--ino-pt-document .file a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .paragraph--type--ino-pt-document .file a.disabled, .primary .paragraph--type--ino-pt-document .file a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-document .file a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.primary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-document .file a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-document .file a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .secondary .paragraph--type--ino-pt-document .file a {
    -webkit-transition: none;
    transition: none;
  }
}
.secondary .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  text-decoration: none;
}
.secondary .paragraph--type--ino-pt-document .file a:focus, .secondary .paragraph--type--ino-pt-document .file a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.secondary .paragraph--type--ino-pt-document .file a.disabled, .secondary .paragraph--type--ino-pt-document .file a:disabled {
  opacity: 0.65;
}
.secondary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.secondary .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.secondary .paragraph--type--ino-pt-document .file a:focus, .secondary .paragraph--type--ino-pt-document .file a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-document .file a.disabled, .secondary .paragraph--type--ino-pt-document .file a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-document .file a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.secondary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-document .file a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .paragraph--type--ino-pt-document .file a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #111;
  border-color: #111;
}
@media (prefers-reduced-motion: reduce) {
  .light .paragraph--type--ino-pt-document .file a {
    -webkit-transition: none;
    transition: none;
  }
}
.light .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  text-decoration: none;
}
.light .paragraph--type--ino-pt-document .file a:focus, .light .paragraph--type--ino-pt-document .file a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.light .paragraph--type--ino-pt-document .file a.disabled, .light .paragraph--type--ino-pt-document .file a:disabled {
  opacity: 0.65;
}
.light .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.light .paragraph--type--ino-pt-document .file a:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-document .file a:focus, .light .paragraph--type--ino-pt-document .file a.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .paragraph--type--ino-pt-document .file a.disabled, .light .paragraph--type--ino-pt-document .file a:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active, .light .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active, .show > .light .paragraph--type--ino-pt-document .file a.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active:focus, .light .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active:focus, .show > .light .paragraph--type--ino-pt-document .file a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .paragraph--type--ino-pt-document .file a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .dark .paragraph--type--ino-pt-document .file a {
    -webkit-transition: none;
    transition: none;
  }
}
.dark .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  text-decoration: none;
}
.dark .paragraph--type--ino-pt-document .file a:focus, .dark .paragraph--type--ino-pt-document .file a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.dark .paragraph--type--ino-pt-document .file a.disabled, .dark .paragraph--type--ino-pt-document .file a:disabled {
  opacity: 0.65;
}
.dark .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.dark .paragraph--type--ino-pt-document .file a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.dark .paragraph--type--ino-pt-document .file a:focus, .dark .paragraph--type--ino-pt-document .file a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .paragraph--type--ino-pt-document .file a.disabled, .dark .paragraph--type--ino-pt-document .file a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active, .dark .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active, .show > .dark .paragraph--type--ino-pt-document .file a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.dark .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled):active:focus, .dark .paragraph--type--ino-pt-document .file a:not(:disabled):not(.disabled).active:focus, .show > .dark .paragraph--type--ino-pt-document .file a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}

.paragraph--type--ino-pt-gallery .row .media {
  margin-bottom: 1rem;
}
.paragraph--type--ino-pt-gallery .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../assets/picto/arrow-right-white.svg");
  background-size: 20px;
}
.paragraph--type--ino-pt-gallery .slick-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--ino-pt-gallery .slick-next {
  right: 10px;
}
.paragraph--type--ino-pt-gallery .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.paragraph--type--ino-pt-gallery .slick-dots li {
  display: inline-block;
  margin: 0;
}
.paragraph--type--ino-pt-gallery .slick-dots li.slick-active button {
  background: #fff;
}
.paragraph--type--ino-pt-gallery .slick-dots button {
  margin: 0 4px;
  border: none;
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
}
.paragraph--type--ino-pt-gallery .swiper-container {
  height: 500px;
  background: #e9ecef;
}
.paragraph--type--ino-pt-gallery .swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.paragraph--type--ino-pt-gallery .photoswipe .photoswipe-wrapper {
  background: #e9ecef;
}
.paragraph--type--ino-pt-gallery .photoswipe .photoswipe-wrapper img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.paragraph--type--ino-pt-gallery.ino-text-left .photoswipe .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type--ino-pt-gallery.ino-text-center .photoswipe .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--ino-pt-gallery.ino-text-right .photoswipe .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.paragraph--type--ino-pt-keym {
  padding: 20px 0;
  text-align: center;
  -webkit-perspective: 600px;
          perspective: 600px;
}
.paragraph--type--ino-pt-keym .media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--ino-pt-keym .h5 {
  margin-bottom: 15px;
}
.paragraph--type--ino-pt-keym .ino-pt-keym-amount {
  color: #484ac3;
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  margin: 0 4px;
  color: #484ac3;
  font-size: 20px;
  font-weight: 300;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-basic,
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-flip,
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-circle {
  opacity: 0;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-flip {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-circle .media {
  width: 32px;
  height: 32px;
  margin: auto;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-circle .media img {
  width: 100%;
  height: auto;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-circle .ino-pt-keym-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 164px;
  height: 164px;
  margin: auto;
}
.paragraph--type--ino-pt-keym .layout--ino-pt-keym-circle .ino-pt-keym-desc {
  padding: 0 20px;
}
.paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(0, 0, 0, 0.1);
}
.paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #484ac3;
  stroke-dasharray: 496.3716392672, 496.3716392672;
  stroke-dashoffset: 480;
  -webkit-transition: 0.75s stroke-dashoffset ease-in-out;
  transition: 0.75s stroke-dashoffset ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.nobackground .paragraph--type--ino-pt-keym .h5 {
  color: #111;
}
.nobackground .paragraph--type--ino-pt-keym .ino-pt-keym-amount, .nobackground .paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(72, 74, 195, 0.3);
}
.nobackground .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #484ac3;
}
.primary .paragraph--type--ino-pt-keym .h5, .primary .paragraph--type--ino-pt-keym .ino-pt-keym-amount, .primary .paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  color: #fff;
}
.primary .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(255, 255, 255, 0.3);
}
.primary .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #fff;
}
.secondary .paragraph--type--ino-pt-keym .h5, .secondary .paragraph--type--ino-pt-keym .ino-pt-keym-amount, .secondary .paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  color: #fff;
}
.secondary .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(255, 255, 255, 0.3);
}
.secondary .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #fff;
}
.light .paragraph--type--ino-pt-keym .h5 {
  color: #111;
}
.light .paragraph--type--ino-pt-keym .ino-pt-keym-amount, .light .paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  color: #484ac3;
}
.light .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(72, 74, 195, 0.3);
}
.light .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #484ac3;
}
.dark .paragraph--type--ino-pt-keym .h5, .dark .paragraph--type--ino-pt-keym .ino-pt-keym-amount, .dark .paragraph--type--ino-pt-keym .ino-pt-keym-unit {
  color: #fff;
}
.dark .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-bg {
  stroke: rgba(255, 255, 255, 0.3);
}
.dark .paragraph--type--ino-pt-keym .ino-pt-keym-progress-ring .ino-pt-keym-progress-ring-circle {
  stroke: #fff;
}

.paragraph--type--ino-pt-list .h4 {
  color: #000;
  margin-bottom: 3rem;
}
.paragraph--type--ino-pt-list .view-content {
  margin-top: 3rem;
}
.paragraph--type--ino-pt-list .slick {
  margin-left: 30px;
  margin-right: 30px;
}
.paragraph--type--ino-pt-list .slick .slide {
  padding: 15px;
}
.paragraph--type--ino-pt-list .slick .slick-arrow::before {
  color: #484ac3;
}
.primary .paragraph--type--ino-pt-list .slick .slick-arrow::before {
  color: #f2f2f2;
}
.paragraph--type--ino-pt-list .slick .slick-next {
  right: -45px;
}
.paragraph--type--ino-pt-list .slick .slick-prev {
  left: -45px;
}
.paragraph--type--ino-pt-list.carousel .field--name-field-title {
  padding-left: 45px;
}
.paragraph--type--ino-pt-list > .container > .actions {
  text-align: center;
}
.paragraph--type--ino-pt-list > .container > .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--type--ino-pt-list > .container > .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.paragraph--type--ino-pt-list > .container > .actions a:focus, .paragraph--type--ino-pt-list > .container > .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.paragraph--type--ino-pt-list > .container > .actions a.disabled, .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  opacity: 0.65;
}
.paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.paragraph--type--ino-pt-list > .container > .actions a:focus, .paragraph--type--ino-pt-list > .container > .actions a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-list > .container > .actions a.disabled, .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .nobackground .paragraph--type--ino-pt-list > .container > .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:focus, .nobackground .paragraph--type--ino-pt-list > .container > .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a.disabled, .nobackground .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  opacity: 0.65;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:focus, .nobackground .paragraph--type--ino-pt-list > .container > .actions a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a.disabled, .nobackground .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active, .nobackground .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active, .show > .nobackground .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.nobackground .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active:focus, .nobackground .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active:focus, .show > .nobackground .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .paragraph--type--ino-pt-list > .container > .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .primary .paragraph--type--ino-pt-list > .container > .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:focus, .primary .paragraph--type--ino-pt-list > .container > .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.primary .paragraph--type--ino-pt-list > .container > .actions a.disabled, .primary .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  opacity: 0.65;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:focus, .primary .paragraph--type--ino-pt-list > .container > .actions a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .paragraph--type--ino-pt-list > .container > .actions a.disabled, .primary .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.primary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .secondary .paragraph--type--ino-pt-list > .container > .actions a {
    -webkit-transition: none;
    transition: none;
  }
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #212529;
  text-decoration: none;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:focus, .secondary .paragraph--type--ino-pt-list > .container > .actions a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a.disabled, .secondary .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  opacity: 0.65;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:focus, .secondary .paragraph--type--ino-pt-list > .container > .actions a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a.disabled, .secondary .paragraph--type--ino-pt-list > .container > .actions a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.secondary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-list > .container > .actions a:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-list > .container > .actions a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}

.paragraph--type--ino-pt-media {
  margin: 2em 0;
}
.paragraph--type--ino-pt-media .media {
  display: block;
  margin: 0;
}
.paragraph--type--ino-pt-media .media img {
  width: 100%;
  height: auto;
}
.paragraph--type--ino-pt-media figcaption {
  margin-top: 0.5em;
  font-weight: bold;
}
.paragraph--type--ino-pt-media.width-small .field--name-field-ph-media-reference {
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type--ino-pt-media.width-small .field--name-field-ph-media-reference {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .paragraph--type--ino-pt-media.width-small.ino-text-right .field--name-field-ph-media-reference {
    float: right;
    margin-left: 30px;
  }
  .paragraph--type--ino-pt-media.width-small.ino-text-left .field--name-field-ph-media-reference {
    float: left;
    margin-right: 30px;
  }
  .paragraph--type--ino-pt-media.width-small.ino-text-center .field--name-field-ph-media-reference {
    margin: 0 auto;
  }
}
.paragraph--type--ino-pt-media.width-medium .field--name-field-ph-media-reference {
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph--type--ino-pt-media.width-medium .field--name-field-ph-media-reference {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 768px) {
  .paragraph--type--ino-pt-media.width-medium.ino-text-right .field--name-field-ph-media-reference {
    float: right;
    margin-left: 30px;
  }
  .paragraph--type--ino-pt-media.width-medium.ino-text-left .field--name-field-ph-media-reference {
    float: left;
    margin-right: 30px;
  }
  .paragraph--type--ino-pt-media.width-medium.ino-text-center .field--name-field-ph-media-reference {
    margin: 0 auto;
  }
}
.paragraph--type--ino-pt-media.width-full .field--name-field-ph-media-reference {
  width: 100%;
}

.field--name-field-ph-layout-one-column > .field__item:nth-child(3n) .paragraph--type--ino-pt-media.width-small.ino-text-left .field--name-field-ph-media-reference {
  margin-right: 0;
}
.field--name-field-ph-layout-one-column > .field__item:nth-child(2n) .paragraph--type--ino-pt-media.width-medium.ino-text-left .field--name-field-ph-media-reference {
  margin-right: 0;
}

.paragraph--type--ino-pt-title .title-pt-img {
  display: none;
}

.paragraph--type--ino-pt-title {
  overflow: hidden;
  /*primary*/
  /*secondary*/
  /*dark*/
  /*light*/
  /*imageheight*/
  /*with image*/
}
.paragraph--type--ino-pt-title .title-pt-background {
  position: relative;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.paragraph--type--ino-pt-title .title-pt-img {
  display: none;
}
.paragraph--type--ino-pt-title .title-pt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.paragraph--type--ino-pt-title .title-pt-title {
  font-size: 22px;
  margin: 0 0 2rem;
  padding: 0;
}
@media (min-width: 576px) {
  .paragraph--type--ino-pt-title .title-pt-title {
    font-size: 36px;
  }
}
.paragraph--type--ino-pt-title .title-pt-title .field--name-field-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.paragraph--type--ino-pt-title .title-pt-body {
  max-width: 800px;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.paragraph--type--ino-pt-title .btn a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .paragraph--type--ino-pt-title .btn a {
    -webkit-transition: none;
    transition: none;
  }
}
.paragraph--type--ino-pt-title .btn a:hover {
  color: #212529;
  text-decoration: none;
}
.paragraph--type--ino-pt-title .btn a:focus, .paragraph--type--ino-pt-title .btn a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.paragraph--type--ino-pt-title .btn a.disabled, .paragraph--type--ino-pt-title .btn a:disabled {
  opacity: 0.65;
}
.paragraph--type--ino-pt-title .btn a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.paragraph--type--ino-pt-title .btn a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.paragraph--type--ino-pt-title .btn a:focus, .paragraph--type--ino-pt-title .btn a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title .btn a.disabled, .paragraph--type--ino-pt-title .btn a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title .btn a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.paragraph--type--ino-pt-title .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title.primary, .primary .paragraph--type--ino-pt-title {
  background: #484ac3;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper, .primary .paragraph--type--ino-pt-title .title-pt-wrapper {
  color: white;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h1,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h2,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h3,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h4,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h5,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper h6,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper a,
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .field--name-field-title, .primary .paragraph--type--ino-pt-title .title-pt-wrapper h1,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper h2,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper h3,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper h4,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper h5,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper h6,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper a,
.primary .paragraph--type--ino-pt-title .title-pt-wrapper .field--name-field-title {
  color: white;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper blockquote, .primary .paragraph--type--ino-pt-title .title-pt-wrapper blockquote {
  border-color: white;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:hover, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:focus, .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a.focus, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:focus, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a.disabled, .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:disabled, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.disabled, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a.dropdown-toggle, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title.primary .title-pt-wrapper .btn a.dropdown-toggle:focus, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-title.secondary, .secondary .paragraph--type--ino-pt-title {
  background: #f2f2f2;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper {
  color: #515151;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h1,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h2,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h3,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h4,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h5,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper h6,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper a,
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .field--name-field-title, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper h1,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper h2,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper h3,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper h4,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper h5,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper h6,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper a,
.secondary .paragraph--type--ino-pt-title .title-pt-wrapper .field--name-field-title {
  color: #484ac3;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper blockquote, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper blockquote {
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:hover, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:focus, .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a.focus, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:focus, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a.disabled, .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:disabled, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.disabled, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a.dropdown-toggle, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title.secondary .title-pt-wrapper .btn a.dropdown-toggle:focus, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title.dark, .dark .paragraph--type--ino-pt-title {
  background: #111;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper, .dark .paragraph--type--ino-pt-title .title-pt-wrapper {
  color: #f1f1f1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h1,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h2,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h3,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h4,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h5,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper h6,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper a,
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .field--name-field-title, .dark .paragraph--type--ino-pt-title .title-pt-wrapper h1,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper h2,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper h3,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper h4,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper h5,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper h6,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper a,
.dark .paragraph--type--ino-pt-title .title-pt-wrapper .field--name-field-title {
  color: #f1f1f1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper blockquote, .dark .paragraph--type--ino-pt-title .title-pt-wrapper blockquote {
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:hover, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:focus, .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a.focus, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:focus, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a.disabled, .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:disabled, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.disabled, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a.dropdown-toggle, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title.dark .title-pt-wrapper .btn a.dropdown-toggle:focus, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .dark .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-title.light, .light .paragraph--type--ino-pt-title {
  background: #f1f1f1;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper, .light .paragraph--type--ino-pt-title .title-pt-wrapper {
  color: #111;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper h1,
.paragraph--type--ino-pt-title.light .title-pt-wrapper h2,
.paragraph--type--ino-pt-title.light .title-pt-wrapper h3,
.paragraph--type--ino-pt-title.light .title-pt-wrapper h4,
.paragraph--type--ino-pt-title.light .title-pt-wrapper h5,
.paragraph--type--ino-pt-title.light .title-pt-wrapper h6,
.paragraph--type--ino-pt-title.light .title-pt-wrapper a,
.paragraph--type--ino-pt-title.light .title-pt-wrapper .field--name-field-title, .light .paragraph--type--ino-pt-title .title-pt-wrapper h1,
.light .paragraph--type--ino-pt-title .title-pt-wrapper h2,
.light .paragraph--type--ino-pt-title .title-pt-wrapper h3,
.light .paragraph--type--ino-pt-title .title-pt-wrapper h4,
.light .paragraph--type--ino-pt-title .title-pt-wrapper h5,
.light .paragraph--type--ino-pt-title .title-pt-wrapper h6,
.light .paragraph--type--ino-pt-title .title-pt-wrapper a,
.light .paragraph--type--ino-pt-title .title-pt-wrapper .field--name-field-title {
  color: #111;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper blockquote, .light .paragraph--type--ino-pt-title .title-pt-wrapper blockquote {
  border-color: #111;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:hover, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:focus, .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a.focus, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:focus, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a.disabled, .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:disabled, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.disabled, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a.dropdown-toggle, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title.light .title-pt-wrapper .btn a.dropdown-toggle:focus, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .light .paragraph--type--ino-pt-title .title-pt-wrapper .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-title.title-only.nobackground .title-pt-background {
  padding: 0;
  background: none;
}
.paragraph--type--ino-pt-title.title-only.nobackground .title-pt-wrapper {
  display: block;
  position: relative;
  height: auto;
}
.paragraph--type--ino-pt-title.title-only.nobackground .title-pt-title {
  margin: 0 0 2rem 0;
  padding: 0;
}
.paragraph--type--ino-pt-title.title-only.nobackground .title-pt-title .field--name-field-title {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.paragraph--type--ino-pt-title.no-body .withImage .title-pt-title {
  margin: 0 0 0.5rem 0;
}
.paragraph--type--ino-pt-title.imageheight .title-pt-background {
  height: auto;
  min-height: 300px;
  padding: 0;
}
.paragraph--type--ino-pt-title.imageheight .title-pt-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.paragraph--type--ino-pt-title.imageheight .title-pt-img {
  display: block;
  visibility: hidden;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper {
  color: white;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h1,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h2,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h3,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h4,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h5,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper h6,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper a,
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .field--name-field-title {
  color: white;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper blockquote {
  border-color: white;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:focus, .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a.disabled, .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-title .withImage.title-pt-wrapper .btn a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}

.nobackground .paragraph--type--ino-pt-webform .webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
@media (prefers-reduced-motion: reduce) {
  .nobackground .paragraph--type--ino-pt-webform .webform-button--submit {
    -webkit-transition: none;
    transition: none;
  }
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  text-decoration: none;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:focus, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  opacity: 0.65;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:focus, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active, .show > .nobackground .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.nobackground .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active:focus, .nobackground .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active:focus, .show > .nobackground .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .primary .paragraph--type--ino-pt-webform .webform-button--submit {
    -webkit-transition: none;
    transition: none;
  }
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  text-decoration: none;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:focus, .primary .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .primary .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  opacity: 0.65;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:focus, .primary .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .primary .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.primary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .secondary .paragraph--type--ino-pt-webform .webform-button--submit {
    -webkit-transition: none;
    transition: none;
  }
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  text-decoration: none;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:focus, .secondary .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .secondary .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  opacity: 0.65;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:focus, .secondary .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .secondary .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.secondary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .paragraph--type--ino-pt-webform .webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #111;
  border-color: #111;
}
@media (prefers-reduced-motion: reduce) {
  .light .paragraph--type--ino-pt-webform .webform-button--submit {
    -webkit-transition: none;
    transition: none;
  }
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  text-decoration: none;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:focus, .light .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.light .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .light .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  opacity: 0.65;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:focus, .light .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .light .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active, .light .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active, .show > .light .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active:focus, .light .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active:focus, .show > .light .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: transparent;
  color: #212529;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.675rem 1.25rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
@media (prefers-reduced-motion: reduce) {
  .dark .paragraph--type--ino-pt-webform .webform-button--submit {
    -webkit-transition: none;
    transition: none;
  }
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  text-decoration: none;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:focus, .dark .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(72, 74, 195, 0.25);
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .dark .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  opacity: 0.65;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:focus, .dark .paragraph--type--ino-pt-webform .webform-button--submit.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit.disabled, .dark .paragraph--type--ino-pt-webform .webform-button--submit:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active, .dark .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active, .show > .dark .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.dark .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled):active:focus, .dark .paragraph--type--ino-pt-webform .webform-button--submit:not(:disabled):not(.disabled).active:focus, .show > .dark .paragraph--type--ino-pt-webform .webform-button--submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}

.paragraph--type--ino-pt-wysiwyg p .none {
  color: inherit;
  text-decoration: underline;
}
.paragraph--type--ino-pt-wysiwyg p .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.paragraph--type--ino-pt-wysiwyg p .btn:focus, .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.paragraph--type--ino-pt-wysiwyg p .btn.disabled, .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn:focus, .nobackground .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn.disabled, .nobackground .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .nobackground .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .nobackground .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .nobackground .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn:focus, .primary .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn.disabled, .primary .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.primary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn:focus, .secondary .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn.disabled, .secondary .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.secondary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .paragraph--type--ino-pt-wysiwyg p .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-wysiwyg p .btn:focus, .light .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .paragraph--type--ino-pt-wysiwyg p .btn.disabled, .light .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.light .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .light .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .light .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.light .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .light .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .light .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn:focus, .dark .paragraph--type--ino-pt-wysiwyg p .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn.disabled, .dark .paragraph--type--ino-pt-wysiwyg p .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active, .dark .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active, .show > .dark .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.dark .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled):active:focus, .dark .paragraph--type--ino-pt-wysiwyg p .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .paragraph--type--ino-pt-wysiwyg p .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.paragraph--type--ino-pt-wysiwyg p.lead {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}
.paragraph--type--ino-pt-wysiwyg p.bridge {
  font-size: 20px;
  font-weight: normal;
}
.paragraph--type--ino-pt-wysiwyg p.intro {
  font-weight: bold;
}
.paragraph--type--ino-pt-wysiwyg p.highlight {
  padding: 15px;
  background: #484ac3;
  color: white;
}
.paragraph--type--ino-pt-wysiwyg p.highlight .none {
  color: inherit;
  text-decoration: underline;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight {
  background: #484ac3;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:focus, .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn.disabled, .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active, .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active, .show > .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active:focus, .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .nobackground .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight {
  background: #f1f1f1;
  color: #111;
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:hover {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:focus, .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.focus {
  color: #fff;
  background-color: #383aac;
  border-color: #3537a3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.disabled, .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:disabled {
  color: #fff;
  background-color: #484ac3;
  border-color: #484ac3;
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active, .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active, .show > .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: #3537a3;
  border-color: #323499;
}
.primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active:focus, .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .primary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 101, 204, 0.5);
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight {
  background: #f1f1f1;
  color: #111;
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:focus, .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.disabled, .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active, .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active, .show > .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active:focus, .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .secondary .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight {
  background: #484ac3;
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:focus, .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn.focus {
  color: #212529;
  background-color: #dedede;
  border-color: #d8d8d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn.disabled, .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:disabled {
  color: #212529;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active, .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active, .show > .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d1d1d1;
}
.light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active:focus, .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .light .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 210, 211, 0.5);
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight {
  background: #f1f1f1;
  color: #111;
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:focus, .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn.disabled, .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active, .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active, .show > .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled):active:focus, .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn:not(:disabled):not(.disabled).active:focus, .show > .dark .paragraph--type--ino-pt-wysiwyg p.highlight .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.paragraph--type--ino-pt-wysiwyg blockquote {
  color: #000;
  margin: 0;
  clear: both;
  border: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .paragraph--type--ino-pt-wysiwyg blockquote {
    margin: 15px 0;
  }
}
.paragraph--type--ino-pt-wysiwyg blockquote p {
  font-size: 20px;
  font-weight: 500;
}
.paragraph--type--ino-pt-wysiwyg blockquote::before {
  content: "〞";
  display: block;
  font-size: 120px;
  height: 80px;
  margin-left: -7px;
  margin-top: -15px;
}
.paragraph--type--ino-pt-wysiwyg.primary {
  background-color: #484ac3;
  padding: 20px 25px;
  color: #fff;
}
.paragraph--type--ino-pt-wysiwyg.primary blockquote {
  color: #fff;
}
.paragraph--type--ino-pt-wysiwyg.primary blockquote p {
  color: #fff;
}
.paragraph--type--ino-pt-wysiwyg.secondary {
  background-color: #f2f2f2;
  padding: 20px 25px;
  color: #000;
}

.paragraph--type--upr-slideshow {
  background: #f2f2f2;
  margin-top: 30px;
}
.paragraph--type--upr-slideshow .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--upr-slideshow .slick-list {
  margin-top: -15px;
}
.paragraph--type--upr-slideshow .slick-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../assets/upr-icons/chevron-right.svg) no-repeat center center;
  background-size: 21px;
  margin: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .paragraph--type--upr-slideshow .slick-arrow {
    margin: 15px;
  }
}
.paragraph--type--upr-slideshow .slick-arrow:hover {
  opacity: 0.5;
}
.paragraph--type--upr-slideshow .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--upr-slideshow .paragraph--type--upr-slideshow-item .media--type-flag {
  float: left;
  margin-right: 10px;
}
.paragraph--type--upr-slideshow .paragraph--type--upr-slideshow-item .media--type-flag img {
  height: 74px;
  width: auto;
}
.paragraph--type--upr-slideshow .paragraph--type--upr-slideshow-item .field--name-field-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 24px 0 40px;
}
.paragraph--type--upr-slideshow .slideshow-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #EAE5E5;
  margin-top: 15px;
}
.paragraph--type--upr-slideshow .slideshow-toolbar img {
  height: 48px;
  width: auto;
}
.paragraph--type--upr-slideshow .slideshow-toolbar .thumbnail {
  margin: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paragraph--type--upr-slideshow .slideshow-toolbar .thumbnail:hover {
  cursor: pointer;
}
.paragraph--type--upr-slideshow .slideshow-toolbar .thumbnail .media--type-flag img {
  border-radius: 50%;
  height: 48px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paragraph--type--upr-slideshow .slideshow-toolbar .thumbnail.active .media--type-flag img {
  -webkit-box-shadow: 0px 0px 0px 5px #484ac3;
          box-shadow: 0px 0px 0px 5px #484ac3;
}