html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gotham/GothamPro.eot");
  src: url("../fonts/gotham/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamPro.woff") format("woff"), url("../fonts/gotham/GothamPro.ttf") format("truetype"), url("../fonts/gotham/GothamPro.svg") format("svg"); }

@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gotham/GothamPro-Medium.eot");
  src: url("../fonts/gotham/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamPro-Medium.woff") format("woff"), url("../fonts/gotham/GothamPro-Medium.ttf") format("truetype"), url("../fonts/gotham/GothamPro-Medium.svg") format("svg"); }

@font-face {
  font-family: "Gotham Pro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/gotham/GothamPro-Bold.eot");
  src: url("../fonts/gotham/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamPro-Bold.woff") format("woff"), url("../fonts/gotham/GothamPro-Bold.ttf") format("truetype"), url("../fonts/gotham/GothamPro-Bold.svg") format("svg"); }

@font-face {
  font-family: "my-icons";
  src: url("../fonts/my-icons/my-icons.eot");
  src: url("../fonts/my-icons/my-icons.eot?#iefix") format("eot"), url("../fonts/my-icons/my-icons.woff2") format("woff2"), url("../fonts/my-icons/my-icons.woff") format("woff"), url("../fonts/my-icons/my-icons.ttf") format("truetype"), url("../fonts/my-icons/my-icons.svg#my-icons") format("svg"); }

.icon:before {
  font-family: "my-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-arrow-left-small:before {
  content: "\E001"; }

.icon-arrow-right-small:before {
  content: "\E002"; }

.icon-arrow-right:before {
  content: "\E003"; }

.icon-email:before {
  content: "\E004"; }

.icon-house:before {
  content: "\E005"; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  width: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 0em;
  color: #16202B;
  margin: 0px;
  width: 100%;
  background: #ffffff; }

.site__container {
  position: relative; }
  @media screen and (max-width: 500px) {
    .site__container {
      padding: 0; } }

.wrapper {
  margin: auto;
  z-index: 2;
  width: 820px; }
  .wrapper--header, .wrapper--footer {
    width: auto;
    max-width: 1400px; }

section {
  position: relative;
  z-index: 2; }

button {
  cursor: pointer; }

a:not(.header__step__link), .link {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #06ABBD;
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  a:not(.header__step__link):focus, a:not(.header__step__link):hover, .link:focus, .link:hover {
    cursor: pointer;
    color: #047e8c; }
  a:not(.header__step__link).danger, .link.danger {
    color: #BD0630; }
    a:not(.header__step__link).danger:focus, a:not(.header__step__link).danger:hover, .link.danger:focus, .link.danger:hover {
      color: #8c0423; }
  a:not(.header__step__link) .icon-arrow-left-small, .link .icon-arrow-left-small {
    position: absolute;
    font-size: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px; }

img {
  display: block;
  width: 100%; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

.hidden {
  display: none; }

.icon {
  line-height: 1; }

.underline {
  text-decoration: underline; }
  .underline:focus, .underline:hover {
    text-decoration: underline; }

::-moz-selection {
  background-color: #20293B;
  color: #ffffff; }

::selection {
  background-color: #20293B;
  color: #ffffff; }

img::-moz-selection {
  background-color: transparent;
  color: transparent; }

img::selection {
  background-color: transparent;
  color: transparent; }

.btn {
  display: inline-block;
  cursor: pointer;
  min-width: 250px;
  position: relative;
  border: none;
  outline: none;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 15px;
  text-align: center;
  font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #06ABBD;
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn:focus, .btn:hover {
    cursor: pointer;
    color: #ffffff;
    background: #047e8c; }

button {
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none; }

form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  position: relative;
  display: inline-block;
  width: 100%; }

textarea {
  resize: vertical;
  border: none;
  outline: none;
  font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 190px;
  padding: 20px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: block;
  border: 1px solid rgba(22, 32, 43, 0.15); }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input[type="text"], input[type="email"] {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(22, 32, 43, 0.15);
  color: #16202B;
  min-height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    color: #16202B; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #16202B; }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder {
    color: #16202B; }
  input[type="text"]::placeholder, input[type="email"]::placeholder {
    color: #16202B; }

input[type="submit"], .submit {
  cursor: pointer;
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  min-width: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 25px; }

table {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

tr {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #EFF2F5;
  color: #16202B;
  height: 50px;
  font-size: 11px;
  font-weight: 400; }
  tr:last-child {
    border-bottom: none; }

td {
  vertical-align: middle; }
  td.first {
    width: 140px;
    padding-right: 30px;
    padding-left: 30px; }
    td.first .link {
      font-size: 14px;
      line-height: 14px;
      text-decoration: underline;
      display: inline-block; }
      td.first .link:focus, td.first .link:hover {
        text-decoration: underline; }
  td.last {
    font-size: 14px;
    line-height: 14px;
    color: #BD0630; }

.wysiwyg b, .wysiwyg strong {
  font-weight: 600; }

.wysiwyg i, .wysiwyg em {
  font-style: italic; }

.wysiwyg a {
  cursor: pointer;
  text-decoration: underline; }
  .wysiwyg a:focus, .wysiwyg a:hover {
    text-decoration: underline; }

.wysiwyg p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
  color: #16202B;
  font-weight: 400; }

.wysiwyg p:last-child {
  margin-bottom: 0; }

.wysiwyg figure {
  display: block;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px; }
  .wysiwyg figure figcaption {
    font-size: 12px;
    position: relative;
    display: block; }
  .wysiwyg figure img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wysiwyg figure.align-left {
    float: left;
    margin-right: 20px; }
  .wysiwyg figure.align-right {
    float: right;
    margin-left: 20px; }
  .wysiwyg figure.align-center img {
    margin: 0 auto; }

.header {
  position: relative; }
  .header__top {
    background: #ffffff;
    min-height: 140px; }
    .header__top .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 140px; }
      @media screen and (max-width: 1420px) {
        .header__top .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
    .header__top__imgContainer {
      min-width: 266px; }
    .header__top__img.irisxtract {
      width: 266px; }
    .header__top__img.iris {
      width: 180px;
      margin-left: auto; }
    .header__top__title {
      font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 26px;
      line-height: 26px; }
  .header__stepsContainer {
    background: #20293B; }
  .header__steps {
    max-width: 1640px;
    margin: auto;
    position: relative;
    background: #20293B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__steps:last-child {
      border-right: none; }
    .header__steps > li:first-child:after {
      left: -1000px; }
  .header__step {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    height: 60px;
    text-transform: uppercase;
    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;
    border-right: 1px solid rgba(233, 234, 233, 0.1); }
    .header__step:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: #06ABBD;
      opacity: 0; }
    .header__step .icon {
      color: #ffffff;
      opacity: .2;
      font-size: 9px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -18px; }
    .header__step__position {
      margin-right: 10px;
      color: #ffffff;
      opacity: .3;
      font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.3px;
      line-height: 12px; }
    .header__step__title {
      color: #ffffff;
      opacity: .3;
      font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.3px;
      line-height: 12px; }
    .header__step__line {
      color: #ffffff;
      opacity: .3; }
    .header__step.current:after {
      opacity: 1; }
    .header__step.current .icon {
      opacity: 1; }
    .header__step.current .header__step__position {
      opacity: 1;
      color: #06ABBD; }
    .header__step.current .header__step__title {
      opacity: 1; }
    .header__step.visited:after {
      opacity: 1;
      right: -1px; }
    .header__step.visited .icon {
      opacity: 1; }
    .header__step.visited .header__step__position {
      opacity: 1;
      color: #ffffff; }
    .header__step.visited .header__step__title {
      opacity: 1; }

main {
  background: #EFF2F5;
  min-height: calc(100vh - 275px);
  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;
  width: auto;
  position: relative; }
  main section {
    margin-top: 50px;
    margin-bottom: 50px; }
    main section .maintitle {
      font-family: "Gotham Pro", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: 400;
      text-align: center;
      margin-bottom: 40px; }
      main section .maintitle b, main section .maintitle strong {
        font-weight: 600; }
      main section .maintitle--spacing {
        margin-top: 75px; }
    main section .serial {
      font-size: 16px;
      line-height: 16px;
      width: 100%;
      border: 1px solid rgba(22, 32, 43, 0.15);
      min-height: 50px;
      padding: 20px 35px;
      text-align: center; }
      main section .serial span:last-child {
        margin-bottom: 0; }
      main section .serial--left {
        text-align: left;
        padding: 30px 35px; }
      main section .serial__content {
        display: block;
        margin-bottom: 15px; }
    main section .text {
      text-align: center;
      font-size: 12px;
      line-height: 12px;
      margin-top: 16px; }
      main section .text--red {
        color: #BD0630; }
      main section .text--important {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
        margin-top: 0; }
      main section .text--spacing {
        margin-top: 40px; }
    main section .buttonsContainer {
      margin-top: 75px;
      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; }
      main section .buttonsContainer--small {
        margin-top: 20px; }
      main section .buttonsContainer .link {
        text-decoration: underline;
        padding-left: 10px; }
        main section .buttonsContainer .link:focus, main section .buttonsContainer .link:hover {
          text-decoration: underline; }
      main section .buttonsContainer .submit {
        display: inline-block;
        margin: 0;
        margin-left: 20px; }
        main section .buttonsContainer .submit .icon-arrow-right-small {
          margin-left: 10px; }
          main section .buttonsContainer .submit .icon-arrow-right-small:before {
            vertical-align: middle; }
    main section .submit .icon-arrow-right-small {
      margin-left: 8px; }
    main section .listing > li:last-child {
      border-bottom: none; }
    main section .listing__elt {
      padding: 30px;
      background: #ffffff;
      border-bottom: 2px solid #EFF2F5; }
      main section .listing__elt > span:last-child {
        margin-bottom: 0; }
    main section .listing__title {
      font-size: 14px;
      line-height: 14px;
      font-weight: 600;
      margin-bottom: 15px; }
    main section .listing__content {
      display: block;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 10px; }
      main section .listing__content--red {
        color: #BD0630; }
      main section .listing__content .info {
        opacity: .5; }
    main section .linksContainer {
      margin-top: 80px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      main section .linksContainer--spacing {
        margin-top: 40px; }
      main section .linksContainer > a:last-child {
        margin-bottom: 0; }
      main section .linksContainer .link {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 15px;
        text-decoration: underline; }
        main section .linksContainer .link:focus, main section .linksContainer .link:hover {
          text-decoration: underline; }
        main section .linksContainer .link .icon {
          display: inline-block;
          font-size: 11px;
          margin-right: 5px; }
          main section .linksContainer .link .icon:before {
            vertical-align: middle; }
    main section .actionsContainer {
      margin-top: 80px;
      text-align: center;
      font-size: 12px;
      line-height: 12px; }
      main section .actionsContainer * {
        font-size: 12px;
        line-height: 12px; }
      main section .actionsContainer .link {
        text-decoration: underline;
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block; }
        main section .actionsContainer .link:focus, main section .actionsContainer .link:hover {
          text-decoration: underline; }
    main section .emergency {
      background: #BD0630;
      padding: 30px;
      color: #ffffff;
      margin-bottom: 40px; }
      main section .emergency__title {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin-bottom: 15px; }
      main section .emergency__content {
        font-size: 14px;
        line-height: 14px; }

.footer {
  background: #ffffff; }
  .footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 74px; }
    @media screen and (max-width: 1420px) {
      .footer .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  .footer__mainContainer {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400; }
    .footer__mainContainer .link {
      text-decoration: underline;
      display: inline-block; }
      .footer__mainContainer .link:focus, .footer__mainContainer .link:hover {
        text-decoration: underline; }
    .footer__mainContainer .btn {
      margin-left: 10px;
      color: #ffffff;
      -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .footer__mainContainer .btn:focus, .footer__mainContainer .btn:hover {
        color: #ffffff; }
      .footer__mainContainer .btn .icon {
        display: inline-block;
        font-size: 8px; }
        .footer__mainContainer .btn .icon:before {
          vertical-align: middle; }
  .footer__logo {
    width: 90px; }
