<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* breakpoints */
.privacy-warning {
  display: block;
  padding: 40px 24px 24px;
  background: #fff;
  color: #303030;
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 656px;
}

.privacy-warning .component-content {
  position: relative;
  height: auto;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}

.privacy-warning a {
  color: #FFFFFF;
}

.privacy-warning a:hover, .privacy-warning a:focus {
  color: #FFFFFF;
}

.privacy-warning .close {
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #158473;
  padding: 8px 16px;
  background: unset;
  border: none;
}

.privacy-warning .close .fa-times:before {
  display: none !important;
}

.privacy-warning .close :after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #158473;
  font-size: 21px;
  font-style: normal;
}

.privacy-warning .close :active::after, .privacy-warning .close :focus:active::after {
  color: #086154;
  background-color: unset;
  text-decoration: none;
}

.privacy-warning .close:hover i.fa-times {
  text-decoration: underline;
}

.privacy-warning .close:focus i.fa-times {
  background-color: #158473;
}

.privacy-warning .close:focus ::after {
  color: #fff;
}

.privacy-warning .learnMore {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.privacy-warning .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.privacy-warning .submit button {
  font-size: 13px;
  font-size: 1.3rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  text-decoration: none;
  font-weight: bold;
  background: #FFFFFF;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
  text-align: center;
}

.privacy-warning .info {
  padding-bottom: 14px;
  text-align: center;
}

.privacy-warning .info .privacy-title {
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 16px;
  display: block;
}

.privacy-warning .info p {
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 10px;
}

.privacy-warning .info a {
  font-family: effra, sans-serif;
  font-weight: 400;
  color: #158473;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.privacy-warning .info a:hover {
  text-decoration: underline;
}

.privacy-warning .info a:active, .privacy-warning .info a:focus:active {
  color: #086154;
  background-color: unset;
  text-decoration: none;
}

.privacy-warning .info a:focus {
  background-color: unset;
  border: 2px solid #158473;
  padding: 4px;
}

.privacy-warning .submit button {
  padding: 12px 24px;
  color: #fff;
  background-color: #158473;
  border-color: #158473;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: unset;
  line-height: 18px;
}

.privacy-warning .submit button:hover {
  background-color: #167767;
  border-color: #167767;
}

.privacy-warning .submit button:focus {
  background-color: #7AFDE9;
  border-color: #086154;
  color: #086154;
}

.privacy-overlay {
  position: fixed;
  background: unset;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  opacity: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: unset;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .privacy-overlay {
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .privacy-warning {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .privacy-warning {
    width: 90%;
  }
}
</pre></body></html>