.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.small {
  font-size: 16px;
}

.x-small {
  font-size: 14px;
}

.cc-module {
  --bg-colour: #c3d0fc;
  --text-colour: #000;

  position: relative;
  padding: 3rem 0 1rem;
  background: var(--bg-colour);
  color: var(--text-colour);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.cc-module__container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.cc-module__content {
  padding: 0 20px;
}

.cc-module__close {
  --link-underline-colour: #8c8ec1;
  --link-colour: #8c8ec1;

  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: var(--link-colour);
  text-decoration-color: var(--link-underline-colour);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.cc-module__close:hover, .cc-module__close:active {
  text-decoration-line: none;
}

.cc-module__heading {
  margin: 0 0 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.425rem;
}

.cc-module__actions {
  margin: 0 -15px;
}

.cc-module__link {
  color: var(--text-colour);
  text-underline-offset: 0.3em;
}

.cc-module__link:hover, .cc-module__link:active {
  text-decoration-line: none;
}

.cc-module__button {
  --btn-bg: #4d4d4d;
  --btn-colour: #fff;

  display: inline-flex;
  align-content: center;
  padding: 0.25em 1em;
  margin: 0 15px 15px;
  font-size: 1rem;
  background-color: var(--btn-bg);
  color: var(--btn-colour);
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
}

.cc-module__button:hover, .cc-module__button:active {
  --btn-bg: #373737;
}

.cc-module__button--primary {
  --btn-bg: #060;
}

.cc-module__button--primary:hover, .cc-module__button--primary:active {
  --btn-bg: rgb(0, 65, 0);
}

@media (min-width: 992px) {
  .cc-module {
    padding: 2rem 0;
  }

  .cc-module__content {
    display: flex;
    align-items: center;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.wp-block-embed__wrapper::before {
  content: none !important;
}

.embed-fallback__wrapper .embed-fallback p {
  font-size: clamp(0.9rem, 4cqw, 1.15rem);
}

.embed-fallback__wrapper .embed-fallback h2 {
  font-size: clamp(1.25rem, 6cqw, 2rem);
  line-height: 1.2;
}

.embed-fallback__content > * {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.embed-fallback__wrapper > * {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.embed-fallback__wrapper .embed-fallback {
  aspect-ratio: auto;
}

.embed-fallback *:first-child {
  margin-top: 0;
}

.embed-fallback *:last-child {
  margin-bottom: 0;
}

.embed-fallback__wrapper {
  position: relative;
  container-type: inline-size;
}

.embed-fallback__wrapper > * {
  display: none;
}

.embed-fallback__content {
  max-width: 620px;
}

@container (width > 540px) {
  .embed-fallback__wrapper .embed-fallback {
    aspect-ratio: 16 / 9;
  }

  .embed-fallback__wrapper .embed-fallback p {
    font-size: 1.15rem;
  }
  
  .embed-fallback__wrapper .embed-fallback h2 {
    font-size: 2rem;
  }
}

@supports not (container-type: inline-size) {
  @media (min-width: 768px) {
    .embed-fallback__wrapper .embed-fallback {
      aspect-ratio: 16 / 9;
    }
  
    .embed-fallback__wrapper .embed-fallback p {
      font-size: 1.15rem;
    }
    
    .embed-fallback__wrapper .embed-fallback h2 {
      font-size: 2rem;
    }
  }
}
.embed-fallback__wrapper > .embed-fallback {
    opacity: 1;
    display: flex;
    z-index: 1;
    padding: 1.25rem 2rem;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e4e5e6;
    background: #f8f7f5;
}
.embed-fallback__wrapper.embed-active > * {
  display: block;
  position: static !important;
}
.embed-fallback__wrapper.embed-active > .embed-fallback {
  opacity: 0;
  display: none;
}
.embed-fallback__btn {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    text-decoration: none;
    background-color: #004c93;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0.75em 1em;
    line-height: 1.2em;
    cursor: pointer;
    z-index: 1;
    opacity: .9;
    font-size: 0.85em;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: none;
}
.embed-fallback__wrapper a.embed-fallback__btn:hover {
  color: #fff !important;
  background: #0f76d7;
}
.embed-fallback__wrapper.embed-fallback-soundcloud > iframe {
  position: static;
  height: auto;
}
.embed-fallback__wrapper.embed-fallback-soundcloud.embed-active {
  padding-bottom: 0;
  position: static;
  height: auto;
}
