@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://assets.illumina.com/content/dam/illumina-common/fonts/inter/Inter-Regular.woff2") format("woff2"), url("https://assets.illumina.com/content/dam/illumina-common/fonts/inter/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://assets.illumina.com/content/dam/illumina-common/fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("https://assets.illumina.com/content/dam/illumina-common/fonts/inter/Inter-SemiBold.woff") format("woff");
}
.gdpc-link {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  border: 0;
  font-size: 12px;
  border-radius: 0;
  height: auto;
  letter-spacing: -0.011em;
}
.gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) {
  display: block;
  width: auto;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) {
    display: inline-block;
    margin: 0;
  }
  .gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) + .gdpc-link {
    margin-left: 20px;
  }
}
.gdpc-link:hover {
  color: inherit;
}
@media (min-width: 768px) {
  .gdpc-link {
    margin-bottom: 0;
  }
}
.gdpc-dialog {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  color: #444648;
  position: fixed;
  font-family: "Inter", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.011em;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  z-index: 501;
  text-align: left !important;
  -webkit-transform: translate3d(0, 105%, 0);
  -moz-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 520px) {
  .gdpc-dialog {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
.gdpc-dialog * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gdpc-dialog__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .gdpc-dialog__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .gdpc-dialog__container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .gdpc-dialog__container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .gdpc-dialog__container {
    max-width: 1170px;
  }
}
.gdpc-dialog__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gdpc-dialog__left-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .gdpc-dialog__left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
.gdpc-dialog__right-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .gdpc-dialog__right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.gdpc-dialog__headline {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: initial;
  font-family: inherit;
}
.gdpc-dialog__ot-modal-button {
  color: #337ab7;
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
.gdpc-dialog p {
  font-size: 12px;
  margin: 0 0 20px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .gdpc-dialog p {
    line-height: 1.7;
  }
}
.gdpc-dialog p:last-child {
  margin-bottom: 0;
}
.gdpc-dialog a {
  cursor: pointer;
  color: #4E60EE;
  text-decoration: none;
  background-color: transparent;
  height: auto;
  letter-spacing: -0.011em;
  line-height: 1.5;
}
.gdpc-dialog a:hover {
  text-decoration: none;
  color: #4E60EE;
}
.gdpc-dialog button {
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  letter-spacing: -0.011em;
}
.gdpc-dialog button.gdpc-dialog__dismiss-btn {
  text-decoration: none;
  background-color: #0077C8;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: -webkit-linear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #4E60EE;
  transition: 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;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 24px;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.5;
  border-radius: 28px;
  font-weight: normal;
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin-top: 20px;
}
.gdpc-dialog button.gdpc-dialog__dismiss-btn:hover, .gdpc-dialog button.gdpc-dialog__dismiss-btn:active, .gdpc-dialog button.gdpc-dialog__dismiss-btn:focus {
  background: -webkit-linear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
}
.gdpc-dialog button.gdpc-dialog__dismiss-btn:focus {
  outline: none;
  border-color: #005995;
  -webkit-box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
}
.gdpc-dialog button.gdpc-dialog__dismiss-btn:active {
  -webkit-box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  background-color: #4E60EE;
}
@media (min-width: 992px) {
  .gdpc-dialog button.gdpc-dialog__dismiss-btn {
    margin: 0;
  }
}
.gdpc-dialog.slideInUp {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .gdpc-dialog {
    max-height: 83%;
    overflow-y: scroll;
  }
}
.gdpc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.95);
  -webkit-box-shadow: 1px 1px 2px #DDD;
  box-shadow: 1px 1px 2px #DDD;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
}
.gdpc-overlay--visible {
  opacity: 1;
  pointer-events: all;
}
.gdpc-overlay__link {
  display: block;
}
.gdpc-overlay__agree {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
.gdpc-overlay__agree:hover, .gdpc-overlay__agree:focus {
  text-decoration: underline !important;
}
.gdpc-overlay__close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
}
.gdpc-overlay__close:after {
  content: "×";
  font-size: 20px;
  color: #666;
}
.gdpc-overlay h6, .gdpc-overlay p, .gdpc-overlay a, .gdpc-overlay button {
  max-width: 100%;
}
.gdpc-overlay h6 {
  font-size: 14px;
}
.gdpc-overlay p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
}
.gdpc-overlay .btn-link {
  background: transparent;
  outline: none;
  border: none;
}
.gdpc-overlay .btn-link:hover, .gdpc-overlay .btn-link:focus {
  color: #3e7ebe;
  text-decoration: none;
}
.gdpc-overlay-parent {
  min-height: 115px;
}
@media (min-width: 768px) {
  .gdpc-overlay-parent {
    min-height: 225px;
  }
}
@media (min-width: 1200px) {
  .gdpc-overlay-parent {
    min-height: 125px;
  }
}

.gdpc-overlay-parent {
  position: relative;
}

[data-ot-social=true] {
  min-height: 240px;
  width: 100%;
  display: block;
}

.ilmn-global-footer .gdpc-link,
.gdpc-dialog .gdpc-link {
  color: #4E60EE;
}
.ilmn-global-footer .gdpc-link:hover,
.gdpc-dialog .gdpc-link:hover {
  color: #4E60EE;
}