html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}

.hs-cookies {
  color: #4d6470;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.hs-cookies a {
  color: #1d6de2;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, color 0.25s;
}

.hs-cookies a:hover {
  color: #1258bd;
}

.hs-cookies__banner {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  bottom: -800px;
  box-shadow: 0px 8px 17px 0px #003b6b1a, 0px -1px 17px 0px #003b6b1a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: 1.25rem;
  left: 32px;
  padding: 3.5rem 2.5rem 2.5rem;
  position: fixed;
  right: 1.25rem;
  right: 32px;
  transition: 200ms ease-in-out;
  z-index: 100000;
}

@media (min-width: 720px) {
  .hs-cookies__banner {
    flex-direction: row;
    gap: 24px;
    left: max(calc((112 / 1216) * 100%), 50% - 1216/2 * 1px);
    padding: 2.5rem 4.5rem 2.5rem 2.5rem;
    right: max(calc((112 / 1216) * 100%), 50% - 1216/2 * 1px);
  }
}

.hs-cookies__banner--visible {
  bottom: 1.25rem;
}

.hs-cookies-banner__content {
  flex: 1 1 fit-content;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 720px) {
  .hs-cookies-banner__content {
    padding-bottom: 0;
    padding-right: 0.5rem;
    text-align: left;
  }
}

.hs-cookies-banner__heading {
  display: none;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.hs-cookies-banner__copy {
  font-size: 16px;
  line-height: 1.3;
}

.hs-cookies-banner__copy a {
  text-decoration: underline;
}

.hs-cookies-banner__actions {
  display: contents;
}

@media (min-width: 720px) {
  .hs-cookies-banner__actions {
    display: flex;
    flex: 1 0 max-content;
    flex-direction: column;
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .hs-cookies-banner__actions {
    display: contents;
  }
}

a.hs-cookies__action {
  border-radius: 6px;
  cursor: pointer;
  flex: 1 0 max-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.hs-cookies a.hs-cookies__action--accept:hover {
  background: #334e5c;
  color: #fff;
}

a.hs-cookies__action--decline {
  border: 3px solid #002133;
  color: #002133;
  padding: 9px 24px;
}

.hs-cookies a.hs-cookies__action--decline:hover,
.hs-cookies[lang="chr"] .hs-cookies-content__actions a.hs-cookies__action--decline:hover {
  border-color: #596f7a;
  color: #596f7a;
}

.hs-cookies[lang="chr"] a.hs-cookies__action--decline {
  border: none;
}

.hs-cookies a.hs-cookies__action--accept {
  background-color: #002133;
  color: #fff;
}

@media (min-width: 960px) {
  a.hs-cookies__action--accept {
    order: 1;
  }
}

.hs-cookies-banner__close {
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: background 0.25s;
}

.hs-cookies-banner__close:hover {
  background: #f5f7f9;
}

.hs-cookies-banner__close:hover path {
  fill: #003b6b;
}

.hs-cookies__content {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 8px 17px 0px #003b6b1a, 0px -1px 17px 0px #003b6b1a;
  max-width: 481px;
  overflow: auto;
  padding: 48px 32px;
  position: fixed;
  right: -800px;
  top: 0;
  transition: 200ms ease-in-out;
  width: 100%;
  z-index: 100000;
}

@media (min-width: 720px) {
  .hs-cookies__content {
    padding: 72px 56px;
  }
}

.hs-cookies__content--visible {
  right: 0;
}

.hs-cookies__content--visible .hs-cookies-save__container {
  right: 0;
}

.hs-cookies-block {
  border-bottom: 1px solid #e6ebf0;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.hs-cookies-block h2 {
  color: #002133;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px;
}

.hs-cookies-content__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

a.hs-cookies__action--decline,
.hs-cookies[lang="chr"] a.hs-cookies__action--decline {
  border: 3px solid #002133;
  order: 2;
}

.hs-cookies-category {
  margin-bottom: 32px;
  position: relative;
}

.hs-cookies-category__header {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 27px;
  margin-bottom: 8px;
}

.hs-cookies-category__title {
  color: #002133;
}

.hs-cookies-category__copy p {
  margin: 0;
}

.hs-cookies-expire-notice {
  color: #7a8c98;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.hs-cookies-pill {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
}

.hs-cookies-pill a {
  text-decoration: none !important;
}

.hs-cookies-pill--text {
  color: #7a8c98;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.hs-cookies-pill__button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c3ccd4;
  color: #647488;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  width: 48px;
}

.hs-cookies-pill__button:first-child {
  border-radius: 6px 0 0 6px;
}

.hs-cookies-pill__button:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}

.hs-cookies .hs-cookies-pill__button--active,
.hs-cookies .hs-cookies-pill__button:hover {
  background-color: #1d6de2;
  border-color: #1d6de2;
  color: #fff;
}

.hs-cookies-content__close {
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transition: background 0.25s;
}

.hs-cookies-content__close:hover {
  background: #f5f7f9;
}

.hs-cookies-content__close:hover path {
  fill: #003b6b;
}

.hs-cookies-save__container {
  background: #fff;
  bottom: 0;
  height: 112px;
  max-width: 481px;
  padding: 32px 56px;
  position: fixed;
  right: -800px;
  transition: 200ms ease-in-out;
  width: 100%;
}

.hs-cookies__optout {
  background-color: #fff;
  border-radius: 1rem;
  bottom: -800px;
  box-shadow: 0px 8px 17px 0px #003b6b1a, 0px -1px 17px 0px #003b6b1a;
  left: 1.25rem;
  max-width: 481px;
  padding: 2.5rem;
  position: fixed;
  right: 1.25rem;
  transition: 200ms ease-in-out;
  z-index: 100001;
}

@media (min-width: 720px) {
  .hs-cookies__optout {
    left: auto;
    right: 1.25rem;
  }
}

.hs-cookies__optout--visible {
  bottom: 1.25rem;
}

.hs-cookies__optout-heading {
  color: #002133;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.hs-cookies__optout-copy {
  margin-bottom: 24px;
}

.hs-cookies__optout-dismiss {
  display: inline-block;
}
