/* Mixins
================================================== */
/* Breakpoints
================================================== */
.circle-intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
.circle-intro .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0em;
  box-sizing: border-box;
  max-width: 77em;
  margin-left: auto;
  margin-right: auto;
}
.circle-intro .logo-symbol {
  margin: 5em auto 0;
  position: relative;
  z-index: 2;
}
.circle-intro .logo-symbol * {
  display: block;
  margin: auto;
}
.circle-intro .logo-symbol > :first-child {
  width: 7em;
  margin-bottom: 0.45em;
}
.circle-intro .logo-symbol > :nth-child(2) {
  width: 7em;
}
.circle-intro .inner {
  position: absolute;
  top: 0;
  left: 0em;
  right: 0em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--color-yellow);
  border-radius: 100%;
}
.circle-intro .inner > * {
  width: calc(90% - 6em);
}
.circle-intro .circle-wrap {
  margin-top: -3em;
  margin-left: -3em;
  margin-right: -3em;
}
.circle-intro .circle {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.circle-intro .bkgd {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
@media (min-width: 1200px) {
  .circle-intro .inner > * {
    width: calc(90% - 0em);
  }
  .circle-intro .content {
    padding: 0 1em;
  }
  .circle-intro .circle-wrap {
    margin-top: 0em;
    margin-left: auto;
    margin-right: auto;
  }
  .circle-intro .logo-symbol {
    margin: 0em auto 0;
    position: absolute;
    right: -7%;
    top: 30%;
  }
  .circle-intro .logo-symbol > :first-child {
    width: 12.25em;
    margin-bottom: 0.45em;
  }
  .circle-intro .logo-symbol > :nth-child(2) {
    width: 10em;
  }
}
@media (min-width: 1200px) {
  .circle-intro .content {
    max-width: 91em;
  }
  .circle-intro .logo-symbol {
    right: -6%;
  }
  .circle-intro .logo-symbol > :first-child {
    width: 14.25em;
  }
  .circle-intro .logo-symbol > :nth-child(2) {
    width: 12em;
  }
}

.instructions {
  text-align: center;
  padding: 2em;
  box-sizing: border-box;
  padding-top: 4em;
  font-size: 0.8em;
}
.instructions .buttons {
  margin: 1.75em auto;
}
.instructions .btn {
  font-size: 1.8em;
  padding: 0.3em;
  border-radius: 100%;
  text-align: center;
  width: 2em;
  height: 2em;
  color: var(--color-yellow);
  background-color: #FFF;
  border-color: #FFF;
  margin: 0.15em;
}
.instructions .btn:focus, .instructions .btn:hover {
  color: var(--color-yellow);
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.instructions h1 {
  margin: 0.5em auto;
  line-height: 0.9;
  font-size: 3.4em;
}
.instructions h1 strong {
  color: #FFF;
}
.instructions p {
  color: #000;
}
.instructions p a {
  font-weight: 400;
}
.instructions p a:focus, .instructions p a:hover {
  font-weight: 600;
}
.instructions p:nth-child(3) {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.instructions p:nth-child(2) {
  max-width: 20em;
  margin-right: auto;
  margin-left: auto;
}
.instructions p:nth-child(3) {
  margin-right: auto;
  margin-left: auto;
  max-width: 11em;
}
.instructions > :first-child {
  margin-top: 0;
}
.instructions > :last-child {
  margin-bottom: 0;
}
@media (min-width: 370px) {
  .instructions {
    font-size: 1em;
  }
}
@media (min-width: 769px) {
  .instructions {
    padding-top: 0em;
  }
  .instructions p {
    font-size: 1.35em;
  }
  .instructions p:nth-child(3) {
    font-size: 1.7em;
  }
  .instructions p:nth-child(2) {
    max-width: 36em;
    margin-right: auto;
    margin-left: auto;
  }
  .instructions p:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }
  .instructions .buttons {
    margin: 3.75em auto;
  }
  .instructions .btn {
    font-size: 5.5em;
  }
  .instructions h1 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  .instructions h1 {
    font-size: 8em;
  }
}

#cookies.circle-intro {
  background-color: rgba(0, 0, 0, 0.85);
}
#cookies.circle-intro .logo-symbol > :first-child {
  filter: invert(1);
}
@media (min-width: 1200px) {
  #cookies.circle-intro .circle {
    width: 62%;
    padding-bottom: 62%;
    margin-left: auto;
    margin-right: auto;
  }
  #cookies.circle-intro .circle-wrap {
    padding-top: 14em;
  }
}

.cookies-message h1 {
  font-size: 6em;
}
.cookies-message h1 strong {
  color: #FFF;
}
.cookies-message .buttons {
  margin: 1.75em auto;
}
.cookies-message .btn {
  text-transform: none;
  border: none;
  font-size: 2.25em;
  padding: 0;
  color: #FFF;
}
.cookies-message .btn i {
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 100%;
  margin: 0.5em auto;
  display: block;
  background: #fff;
  margin-bottom: 0;
  position: relative;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.cookies-message .btn i:after {
  content: "";
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/chevron-down.svg) no-repeat center;
  background-size: 1em;
  filter: invert(98%) sepia(99%) saturate(7484%) hue-rotate(347deg) brightness(90%) contrast(110%);
}
.cookies-message .btn:focus, .cookies-message .btn:hover {
  background: transparent;
}
.cookies-message .btn:focus i, .cookies-message .btn:hover i {
  background: #000;
}

.cookies-message {
  text-align: center;
  font-size: 0.8em;
}
.cookies-message > :first-child {
  margin-top: 0;
}
.cookies-message > :last-child {
  margin-bottom: 0;
}
.cookies-message .text-button {
  position: relative;
  z-index: 2;
  max-width: 36em;
  padding-top: 4em;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.cookies-message .text-button > :first-child {
  margin-top: 0;
}
.cookies-message .text-button > :last-child {
  margin-bottom: 0;
}
.cookies-message .text-button p {
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
.cookies-message .buttons {
  margin: 1.75em auto;
}
.cookies-message .btn {
  text-transform: none;
  border: none;
  font-size: 3.25em;
  padding: 0;
  color: #FFF;
}
.cookies-message .btn i {
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 100%;
  margin: 0.5em auto;
  display: block;
  background: #fff;
  margin-bottom: 0;
  position: relative;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.cookies-message .btn i:after {
  content: "";
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/chevron-down.svg) no-repeat center;
  background-size: 1em;
  filter: invert(98%) sepia(99%) saturate(7484%) hue-rotate(347deg) brightness(90%) contrast(110%);
}
.cookies-message .btn:focus, .cookies-message .btn:hover {
  background: transparent;
}
.cookies-message .btn:focus i, .cookies-message .btn:hover i {
  background: #000;
}
.cookies-message h1 {
  margin: 0.5em auto;
  line-height: 0.9;
  font-size: 3.4em;
}
.cookies-message h1 strong {
  color: #FFF;
}
.cookies-message p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.8;
}
.cookies-message p a {
  font-weight: 400;
}
.cookies-message p a:focus, .cookies-message p a:hover {
  font-weight: 600;
}
.cookies-message p:nth-child(3) {
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (min-width: 370px) {
  .cookies-message {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .cookies-message .buttons {
    margin-top: 0;
  }
  .cookies-message .btn {
    font-size: 1.75em;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cookies-message .btn span {
    width: 100%;
    font-size: 0.8em;
    margin-top: 0.5em;
  }
}
@media (min-width: 769px) {
  .cookies-message h1 {
    font-size: 5.8em;
  }
  .cookies-message .buttons {
    margin: 1.75em auto;
  }
}

.cookiesunaccepted {
  overflow: hidden;
}
.cookiesunaccepted #cookies {
  opacity: 1;
  pointer-events: auto;
}

#cookies {
  opacity: 0;
  pointer-events: none;
}