@font-face {
  font-family: "Visual";
  font-style: normal;
  font-weight: normal;
  src: url("/static/main/bundles/fonts/visualregularwebfont.D_JpAgGN.woff2") format("woff2"), url("/static/main/bundles/fonts/visualregularwebfont.W7NP1okb.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.CFV9ls4I.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.T08DAGm7.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.BigpBNas.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.DccoVREC.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-sans-v8-latin-regular.Cou7vqrc.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DbrwNGuE.eot"); /* IE9 Compat Modes */
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DbrwNGuE.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DL9Jk0XV.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.mE-JXoec.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.AW-HsfRn.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-sans-v8-latin-600.DrxPzLPF.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.DuGO7sZq.eot"); /* IE9 Compat Modes */
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.DuGO7sZq.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.B7N1j9GF.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.Bg4GrIqT.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.BsLASRVQ.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-mono-v6-latin-regular.C9TZJFEp.svg#IBMPlexMono") format("svg"); /* Legacy iOS */
}
/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
nav ul, nav ol {
  list-style-type: none;
}

.box-centered-content {
  display: flex;
  justify-content: center;
}

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

.mb-xl2 {
  margin-bottom: 1.5rem;
}

.content-box {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #979797;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 640px) {
  .content-box {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}
.content-box {
  font-size: 0.9375rem;
  color: #131313;
  line-height: 1.3333333333em;
  font-weight: 400;
}
.content-box {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .content-box {
    font-size: calc(12px + 3 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .content-box {
    font-size: 15px;
  }
}

.text-h1 {
  font-family: Visual, IBM Plex Sans, sans-serif;
  font-size: 1.75rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
  font-size: 4rem;
}

.text-h1-large {
  font-size: 2.5rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
}
.text-h1-large {
  font-size: 28px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h1-large {
    font-size: calc(28px + 12 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h1-large {
    font-size: 40px;
  }
}

.text-h2 {
  font-family: Visual, IBM Plex Sans, sans-serif;
  font-size: 1.375rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
}
.text-h2 {
  font-size: 14px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h2 {
    font-size: calc(14px + 8 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h2 {
    font-size: 22px;
  }
}

.text-h3 {
  font-size: 1rem;
  color: #131313;
  line-height: 1.25em;
  font-weight: 600;
}
.text-h3 {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h3 {
    font-size: calc(12px + 4 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h3 {
    font-size: 16px;
  }
}

.text-p {
  font-size: 0.9375rem;
  color: #131313;
  line-height: 1.3333333333em;
  font-weight: 400;
}
.text-p {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-p {
    font-size: calc(12px + 3 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-p {
    font-size: 15px;
  }
}

body {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #08166B;
}

b, strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4,
.h1, .h2, .h3 {
  font-weight: normal;
  font-family: Visual, sans-serif;
  color: #001dcb;
  margin-bottom: 0;
  margin-top: 0;
}

h1, .h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 64px;
    line-height: 64px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 48px;
    line-height: 50px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

p {
  margin-bottom: 28px;
}

small {
  font-size: 12px;
  line-height: 18px;
}

.intro {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
  font-family: IBM Plex Mono, monospace;
}
@media (min-width: 768px) {
  .intro {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1280px) {
  .intro {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

.lead {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}

.small, .box-text {
  font-size: 14px;
  line-height: 22px;
}

.text-link {
  color: #001dcb;
  text-decoration: underline;
}
.text-link:hover {
  color: #08166B;
}
.text-link:active, .text-link:focus {
  color: #08166B;
}

p a:not([class]) {
  color: #001dcb;
  text-decoration: underline;
}
p a:not([class]):hover {
  color: #08166B;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-blue {
  color: #001dcb !important;
}

.text-dark-blue {
  color: #08166B !important;
}

.text-lighter-blue {
  color: rgb(242, 244, 253) !important;
}

.text-red {
  color: #FF7664 !important;
}

.text-light-red {
  color: #FFE4E0 !important;
}

.text-mint {
  color: #00E6C0 !important;
}

.text-light-mint {
  color: #E6FDF9 !important;
}

.text-lila {
  color: #CD88FF !important;
}

.text-light-lila {
  color: #FFE8F7 !important;
}

.text-yellow {
  color: #FFFF2B !important;
}

.text-light-yellow {
  color: #FFFFCA !important;
}

.text-pink {
  color: #FF8BD7 !important;
}

.text-violet {
  color: #dcbef5 !important;
}

.text-beige {
  color: #FFC65A !important;
}

:root {
  --cw-blue: #001dcb;
  --cw-font-family-base: IBM Plex Sans, sans-serif;
  --cw-font-family-heading: Visual, sans-serif;
  --cw-form-bg: #E5E8FA;
  --cw-lighter-blue: rgb(242, 244, 253);
  --cw-red: #FF7664;
}

.btn, .btn-outline-beige, .btn-beige, .btn-outline-violet, .btn-violet, .btn-outline-pink, .btn-pink, .btn-outline-light-yellow, .btn-light-yellow, .btn-outline-yellow, .btn-yellow, .btn-outline-light-lila, .btn-light-lila, .btn-outline-lila, .btn-lila, .btn-outline-light-mint, .btn-light-mint, .btn-outline-mint, .btn-mint, .btn-outline-light-red, .btn-light-red, .btn-outline-red, .btn-red, .btn-outline-lighter-blue, .btn-lighter-blue, .btn-outline-dark-blue, .btn-dark-blue, .btn-outline-blue, .btn-blue, .btn-disabled, .btn-number, .btn-round, .btn-primary, .btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Visual, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
  padding: 0.125rem 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.btn:hover, .btn-outline-beige:hover, .btn-beige:hover, .btn-outline-violet:hover, .btn-violet:hover, .btn-outline-pink:hover, .btn-pink:hover, .btn-outline-light-yellow:hover, .btn-light-yellow:hover, .btn-outline-yellow:hover, .btn-yellow:hover, .btn-outline-light-lila:hover, .btn-light-lila:hover, .btn-outline-lila:hover, .btn-lila:hover, .btn-outline-light-mint:hover, .btn-light-mint:hover, .btn-outline-mint:hover, .btn-mint:hover, .btn-outline-light-red:hover, .btn-light-red:hover, .btn-outline-red:hover, .btn-red:hover, .btn-outline-lighter-blue:hover, .btn-lighter-blue:hover, .btn-outline-dark-blue:hover, .btn-dark-blue:hover, .btn-outline-blue:hover, .btn-blue:hover, .btn-disabled:hover, .btn-number:hover, .btn-round:hover, .btn-primary:hover, .btn-small:hover {
  color: #fff;
  background: #001dcb;
}
.btn:active, .btn-outline-beige:active, .btn-beige:active, .btn-outline-violet:active, .btn-violet:active, .btn-outline-pink:active, .btn-pink:active, .btn-outline-light-yellow:active, .btn-light-yellow:active, .btn-outline-yellow:active, .btn-yellow:active, .btn-outline-light-lila:active, .btn-light-lila:active, .btn-outline-lila:active, .btn-lila:active, .btn-outline-light-mint:active, .btn-light-mint:active, .btn-outline-mint:active, .btn-mint:active, .btn-outline-light-red:active, .btn-light-red:active, .btn-outline-red:active, .btn-red:active, .btn-outline-lighter-blue:active, .btn-lighter-blue:active, .btn-outline-dark-blue:active, .btn-dark-blue:active, .btn-outline-blue:active, .btn-blue:active, .btn-disabled:active, .btn-number:active, .btn-round:active, .btn-primary:active, .btn-small:active {
  color: #fff;
  background: #08166B;
  border-color: #08166B;
}
.btn:disabled, .btn-outline-beige:disabled, .btn-beige:disabled, .btn-outline-violet:disabled, .btn-violet:disabled, .btn-outline-pink:disabled, .btn-pink:disabled, .btn-outline-light-yellow:disabled, .btn-light-yellow:disabled, .btn-outline-yellow:disabled, .btn-yellow:disabled, .btn-outline-light-lila:disabled, .btn-light-lila:disabled, .btn-outline-lila:disabled, .btn-lila:disabled, .btn-outline-light-mint:disabled, .btn-light-mint:disabled, .btn-outline-mint:disabled, .btn-mint:disabled, .btn-outline-light-red:disabled, .btn-light-red:disabled, .btn-outline-red:disabled, .btn-red:disabled, .btn-outline-lighter-blue:disabled, .btn-lighter-blue:disabled, .btn-outline-dark-blue:disabled, .btn-dark-blue:disabled, .btn-outline-blue:disabled, .btn-blue:disabled, .btn-disabled:disabled, .btn-number:disabled, .btn-round:disabled, .btn-primary:disabled, .btn-small:disabled, .btn.disabled, .disabled.btn-outline-beige, .disabled.btn-beige, .disabled.btn-outline-violet, .disabled.btn-violet, .disabled.btn-outline-pink, .disabled.btn-pink, .disabled.btn-outline-light-yellow, .disabled.btn-light-yellow, .disabled.btn-outline-yellow, .disabled.btn-yellow, .disabled.btn-outline-light-lila, .disabled.btn-light-lila, .disabled.btn-outline-lila, .disabled.btn-lila, .disabled.btn-outline-light-mint, .disabled.btn-light-mint, .disabled.btn-outline-mint, .disabled.btn-mint, .disabled.btn-outline-light-red, .disabled.btn-light-red, .disabled.btn-outline-red, .disabled.btn-red, .disabled.btn-outline-lighter-blue, .disabled.btn-lighter-blue, .disabled.btn-outline-dark-blue, .disabled.btn-dark-blue, .disabled.btn-outline-blue, .disabled.btn-blue, .disabled.btn-disabled, .disabled.btn-number, .disabled.btn-round, .disabled.btn-primary, .disabled.btn-small {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-small {
  font-size: 0.875rem;
  padding: 0.125rem 1rem;
}

.btn-xsmall {
  font-family: Visual, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 16px;
  border-radius: 14px;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
}
.btn-xsmall:hover {
  background: #001dcb;
  color: #fff;
}

.btn-primary {
  background: #001dcb;
  color: #fff;
}
.btn-primary:hover {
  background: #08166B;
  border-color: #08166B;
}

.btn-round {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
}

.btn-number {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-number {
    height: 56px;
    width: 56px;
  }
}
.btn-number.current {
  background: #001dcb;
  color: #fff;
}

.btn-full {
  display: flex;
  justify-content: center;
}

.btn-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-outline-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-outline-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-dark-blue {
  border-color: #08166B;
  color: #08166B;
}
.btn-dark-blue:hover {
  background: #08166B;
  color: #fff;
}

.btn-outline-dark-blue {
  border-color: #08166B;
  color: #08166B;
}
.btn-outline-dark-blue:hover {
  background: #08166B;
  color: #fff;
}

.btn-lighter-blue {
  border-color: rgb(242, 244, 253);
  color: rgb(242, 244, 253);
}
.btn-lighter-blue:hover {
  background: rgb(242, 244, 253);
  color: #fff;
}

.btn-outline-lighter-blue {
  border-color: rgb(242, 244, 253);
  color: rgb(242, 244, 253);
}
.btn-outline-lighter-blue:hover {
  background: rgb(242, 244, 253);
  color: #fff;
}

.btn-red {
  border-color: #FF7664;
  color: #FF7664;
}
.btn-red:hover {
  background: #FF7664;
  color: #fff;
}

.btn-outline-red {
  border-color: #FF7664;
  color: #FF7664;
}
.btn-outline-red:hover {
  background: #FF7664;
  color: #fff;
}

.btn-light-red {
  border-color: #FFE4E0;
  color: #FFE4E0;
}
.btn-light-red:hover {
  background: #FFE4E0;
  color: #fff;
}

.btn-outline-light-red {
  border-color: #FFE4E0;
  color: #FFE4E0;
}
.btn-outline-light-red:hover {
  background: #FFE4E0;
  color: #fff;
}

.btn-mint {
  border-color: #00E6C0;
  color: #00E6C0;
}
.btn-mint:hover {
  background: #00E6C0;
  color: #fff;
}

.btn-outline-mint {
  border-color: #00E6C0;
  color: #00E6C0;
}
.btn-outline-mint:hover {
  background: #00E6C0;
  color: #fff;
}

.btn-light-mint {
  border-color: #E6FDF9;
  color: #E6FDF9;
}
.btn-light-mint:hover {
  background: #E6FDF9;
  color: #fff;
}

.btn-outline-light-mint {
  border-color: #E6FDF9;
  color: #E6FDF9;
}
.btn-outline-light-mint:hover {
  background: #E6FDF9;
  color: #fff;
}

.btn-lila {
  border-color: #CD88FF;
  color: #CD88FF;
}
.btn-lila:hover {
  background: #CD88FF;
  color: #fff;
}

.btn-outline-lila {
  border-color: #CD88FF;
  color: #CD88FF;
}
.btn-outline-lila:hover {
  background: #CD88FF;
  color: #fff;
}

.btn-light-lila {
  border-color: #FFE8F7;
  color: #FFE8F7;
}
.btn-light-lila:hover {
  background: #FFE8F7;
  color: #fff;
}

.btn-outline-light-lila {
  border-color: #FFE8F7;
  color: #FFE8F7;
}
.btn-outline-light-lila:hover {
  background: #FFE8F7;
  color: #fff;
}

.btn-yellow {
  border-color: #FFFF2B;
  color: #FFFF2B;
}
.btn-yellow:hover {
  background: #FFFF2B;
  color: #fff;
}

.btn-outline-yellow {
  border-color: #FFFF2B;
  color: #FFFF2B;
}
.btn-outline-yellow:hover {
  background: #FFFF2B;
  color: #fff;
}

.btn-light-yellow {
  border-color: #FFFFCA;
  color: #FFFFCA;
}
.btn-light-yellow:hover {
  background: #FFFFCA;
  color: #fff;
}

.btn-outline-light-yellow {
  border-color: #FFFFCA;
  color: #FFFFCA;
}
.btn-outline-light-yellow:hover {
  background: #FFFFCA;
  color: #fff;
}

.btn-pink {
  border-color: #FF8BD7;
  color: #FF8BD7;
}
.btn-pink:hover {
  background: #FF8BD7;
  color: #fff;
}

.btn-outline-pink {
  border-color: #FF8BD7;
  color: #FF8BD7;
}
.btn-outline-pink:hover {
  background: #FF8BD7;
  color: #fff;
}

.btn-violet {
  border-color: #dcbef5;
  color: #dcbef5;
}
.btn-violet:hover {
  background: #dcbef5;
  color: #fff;
}

.btn-outline-violet {
  border-color: #dcbef5;
  color: #dcbef5;
}
.btn-outline-violet:hover {
  background: #dcbef5;
  color: #fff;
}

.btn-beige {
  border-color: #FFC65A;
  color: #FFC65A;
}
.btn-beige:hover {
  background: #FFC65A;
  color: #fff;
}

.btn-outline-beige {
  border-color: #FFC65A;
  color: #FFC65A;
}
.btn-outline-beige:hover {
  background: #FFC65A;
  color: #fff;
}

.badge, .badge-outline-beige, .badge-beige, .badge-outline-violet, .badge-violet, .badge-outline-pink, .badge-pink, .badge-outline-light-yellow, .badge-light-yellow, .badge-outline-yellow, .badge-yellow, .badge-outline-light-lila, .badge-light-lila, .badge-outline-lila, .badge-lila, .badge-outline-light-mint, .badge-light-mint, .badge-outline-mint, .badge-mint, .badge-outline-light-red, .badge-light-red, .badge-outline-red, .badge-red, .badge-outline-lighter-blue, .badge-lighter-blue, .badge-outline-dark-blue, .badge-dark-blue, .badge-outline-blue, .badge-blue, .badge-region {
  display: inline-block;
  padding: 4px 16px 6px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin: 5px;
  border-radius: 3px;
  color: #08166B;
}

.badge-region {
  position: relative;
  top: -2px;
  margin-left: 0;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #001dcb;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.badge-blue {
  background-color: #001dcb;
}

.badge-outline-blue {
  background-color: #fff;
  border: 1px solid #001dcb;
}

.badge-dark-blue {
  background-color: #08166B;
}

.badge-outline-dark-blue {
  background-color: #fff;
  border: 1px solid #08166B;
}

.badge-lighter-blue {
  background-color: rgb(242, 244, 253);
}

.badge-outline-lighter-blue {
  background-color: #fff;
  border: 1px solid rgb(242, 244, 253);
}

.badge-red {
  background-color: #FF7664;
}

.badge-outline-red {
  background-color: #fff;
  border: 1px solid #FF7664;
}

.badge-light-red {
  background-color: #FFE4E0;
}

.badge-outline-light-red {
  background-color: #fff;
  border: 1px solid #FFE4E0;
}

.badge-mint {
  background-color: #00E6C0;
}

.badge-outline-mint {
  background-color: #fff;
  border: 1px solid #00E6C0;
}

.badge-light-mint {
  background-color: #E6FDF9;
}

.badge-outline-light-mint {
  background-color: #fff;
  border: 1px solid #E6FDF9;
}

.badge-lila {
  background-color: #CD88FF;
}

.badge-outline-lila {
  background-color: #fff;
  border: 1px solid #CD88FF;
}

.badge-light-lila {
  background-color: #FFE8F7;
}

.badge-outline-light-lila {
  background-color: #fff;
  border: 1px solid #FFE8F7;
}

.badge-yellow {
  background-color: #FFFF2B;
}

.badge-outline-yellow {
  background-color: #fff;
  border: 1px solid #FFFF2B;
}

.badge-light-yellow {
  background-color: #FFFFCA;
}

.badge-outline-light-yellow {
  background-color: #fff;
  border: 1px solid #FFFFCA;
}

.badge-pink {
  background-color: #FF8BD7;
}

.badge-outline-pink {
  background-color: #fff;
  border: 1px solid #FF8BD7;
}

.badge-violet {
  background-color: #dcbef5;
}

.badge-outline-violet {
  background-color: #fff;
  border: 1px solid #dcbef5;
}

.badge-beige {
  background-color: #FFC65A;
}

.badge-outline-beige {
  background-color: #fff;
  border: 1px solid #FFC65A;
}

.card {
  height: 100%;
  border: 1px solid #ccc;
}
.card a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card a:hover {
  text-decoration: none;
}
.card a h4 {
  color: #001dcb;
}
.card a p {
  color: #08166B;
}
.card .card-img {
  flex: 0 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-img img {
  max-width: 90%;
  max-height: 110px;
  height: auto;
  width: auto;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 16px 15px 0;
}
.card .card-body h4 {
  margin-bottom: 8px;
  color: #001dcb;
}
.card .card-body p {
  color: #08166B;
  padding: 0;
  margin: 0;
}
.card .card-footer {
  flex: 0 0 auto;
  background: transparent;
  padding: 0 15px 16px;
  border-top: 0;
  text-align: right;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.form-row [class*=col-] {
  width: 100%;
}
@media (min-width: 768px) {
  .form-row .col-lg-6, .form-row .col-md-6 {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .form-row .col-lg-3, .form-row .col-md-3 {
    flex: 0 0 calc(25% - 18px);
  }
}

.form-group {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 24px;
  }
}
.form-group > label {
  position: absolute;
  left: 10px;
  top: 14px;
  pointer-events: none;
  color: #001dcb;
  font-size: 1rem;
  line-height: 1.25;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .form-group > label {
    left: 14px;
  }
}
.form-group input:not([type=checkbox]):not([type=radio]):not(:-moz-placeholder) ~ label, .form-group textarea:not(:-moz-placeholder) ~ label {
  transform: translateY(-9px) scale(0.65);
}
.form-group input:not([type=checkbox]):not([type=radio]):focus ~ label,
.form-group input:not([type=checkbox]):not([type=radio]):not(:placeholder-shown) ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label {
  transform: translateY(-9px) scale(0.65);
}
.form-group select ~ label,
.form-group input[type=datetime-local] ~ label,
.form-group input[type=date] ~ label,
.form-group input[type=time] ~ label {
  transform: translateY(-9px) scale(0.65);
}
.form-group ul.errorlist {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  font-size: 0.875rem;
  color: #FF7664;
}
.form-group.form-group-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 4px;
}
.form-group.form-group-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #001dcb;
}
.form-group.form-group-checkbox > label {
  position: static;
  transform: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #001dcb;
}

.form-step {
  background: var(--cw-form-bg);
  color: #001dcb;
  border-radius: 1.5rem;
  padding: 40px 40px 16px;
}
.form-step + .form-step {
  margin-top: 4rem;
}
.form-step fieldset + fieldset {
  border-top: 1px solid #001dcb;
  padding-top: 1.5rem;
}
.form-step .explanation {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.form-step .form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
}
.form-step .form-check .form-check-input {
  float: none;
  margin: 2px 0;
  flex-shrink: 0;
}
.form-step .form-check .form-check-label {
  font-size: 20px;
  line-height: 28px;
}
.form-step .form-check.form-check-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.form-step .is-invalid {
  border: 2px solid #FF7664 !important;
}
.form-step .form_event_text-col p:last-child {
  margin-bottom: 0;
}
.form-step .form_event_text-col .lead {
  font-size: 20px;
  line-height: 28px;
}
.form-step .accept-conditions .form-check-label {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .form-step .form-row.allowance {
    flex-wrap: nowrap;
  }
}
.form-step .form-row.allowance .form_event_text-col {
  flex: 1 1 auto;
}
.form-step .form-row.allowance .form_event_radio {
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  padding-top: 0;
}

.form-step-header {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .form-step-header {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.form-control {
  width: 100%;
  border: 1px solid #001dcb;
  border-radius: 0;
  padding: 22px 10px 6px;
  font-size: 1rem;
  line-height: 1.5;
  height: 56px;
  color: #001dcb;
  background-color: #fff;
  box-sizing: border-box;
  font-family: IBM Plex Sans, sans-serif;
}
@media (min-width: 768px) {
  .form-control {
    padding: 22px 14px 6px;
    font-size: 1.0625rem;
  }
}
.form-control:focus {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}
.form-control::-moz-placeholder {
  color: transparent;
}
.form-control::placeholder {
  color: transparent;
}
.form-control[readonly] {
  background-color: #f9f9f9;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23001dcb' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
  padding-top: 28px;
  resize: vertical;
}

input[type=checkbox].form-control,
input[type=radio].form-control {
  width: auto;
  height: auto;
  border: revert;
  padding: revert;
  background: transparent;
  box-shadow: none;
  font-size: revert;
  line-height: revert;
  accent-color: #001dcb;
}

div.form-control {
  height: auto;
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
div.form-control > label {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
div.form-control:has(.custom-form-field-wrapper input:not(:-moz-placeholder)) > label, div.form-control:has(.custom-form-field-wrapper textarea:not(:-moz-placeholder)) > label {
  transform: translateY(-9px) scale(0.65);
}
div.form-control:has(.custom-form-field-wrapper input:focus) > label, div.form-control:has(.custom-form-field-wrapper input:not(:placeholder-shown)) > label, div.form-control:has(.custom-form-field-wrapper textarea:focus) > label, div.form-control:has(.custom-form-field-wrapper textarea:not(:placeholder-shown)) > label {
  transform: translateY(-9px) scale(0.65);
}
div.form-control:has(.custom-form-select-wrapper) > label, div.form-control:has(input[type=datetime-local]) > label, div.form-control:has(input[type=date]) > label, div.form-control:has(input[type=time]) > label {
  transform: translateY(-9px) scale(0.65);
}
div.form-control .custom-form-select-wrapper select {
  width: 100%;
  height: 56px;
  border: 1px solid #001dcb;
  border-radius: 0;
  padding: 22px 36px 6px 14px;
  font-size: 1rem;
  color: #001dcb;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: IBM Plex Sans, sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23001dcb' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
div.form-control .custom-form-select-wrapper select:focus {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}
div.form-control label.custom-form-checkbox {
  position: static;
  transform: none;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  white-space: normal;
}
div.form-control label.custom-form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: revert;
  padding: revert;
  background: transparent;
  box-shadow: none;
  accent-color: #001dcb;
}

.form-field {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-field {
    margin-bottom: 24px;
  }
}
.form-field label {
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
  color: #001dcb;
  font-size: 20px;
  line-height: 20px;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
}
@media (min-width: 768px) {
  .form-field label {
    left: 14px;
  }
}
.form-field input:not(:-moz-placeholder) + label, .form-field input:not(:-moz-placeholder) ~ label, .form-field textarea:not(:-moz-placeholder) + label, .form-field textarea:not(:-moz-placeholder) ~ label {
  transform: translateY(-5px) scale(0.65);
}
.form-field input:focus + label, .form-field input:focus ~ label,
.form-field input:not(:placeholder-shown) + label,
.form-field input:not(:placeholder-shown) ~ label,
.form-field textarea:focus + label,
.form-field textarea:focus ~ label,
.form-field textarea:not(:placeholder-shown) + label,
.form-field textarea:not(:placeholder-shown) ~ label,
.form-field select:focus + label,
.form-field select:focus ~ label {
  transform: translateY(-5px) scale(0.65);
}
.form-field.has-error label {
  color: #FF7664;
}
.form-field.has-error .form-control {
  border-color: #FF7664;
}

.login-form div.form-control .custom-form-field-wrapper {
  position: relative;
}
.login-form div.form-control .custom-form-field-wrapper input {
  padding-right: 44px;
}

.login-form-actions {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.form_event,
.form_event_row {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form_event,
  .form_event_row {
    margin-bottom: 24px;
  }
}
.form_event label,
.form_event_row label {
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  z-index: 1;
  color: #001dcb;
  font-size: 20px;
  line-height: 20px;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
}
@media (min-width: 768px) {
  .form_event label,
  .form_event_row label {
    left: 30px;
  }
}
.form_event .custom-form-select-wrapper,
.form_event_row .custom-form-select-wrapper {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.form_event .custom-form-select-wrapper select,
.form_event .select2-container,
.form_event_row .custom-form-select-wrapper select,
.form_event_row .select2-container {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.form_event input:not(:-moz-placeholder) + label, .form_event input:not(:-moz-placeholder) ~ label, .form_event textarea:not(:-moz-placeholder) + label, .form_event textarea:not(:-moz-placeholder) ~ label, .form_event_row input:not(:-moz-placeholder) + label, .form_event_row input:not(:-moz-placeholder) ~ label, .form_event_row textarea:not(:-moz-placeholder) + label, .form_event_row textarea:not(:-moz-placeholder) ~ label {
  transform: translateY(-5px) scale(0.65);
}
.form_event input:focus + label, .form_event input:focus ~ label,
.form_event input:not(:placeholder-shown) + label,
.form_event input:not(:placeholder-shown) ~ label,
.form_event textarea:focus + label,
.form_event textarea:focus ~ label,
.form_event textarea:not(:placeholder-shown) + label,
.form_event textarea:not(:placeholder-shown) ~ label,
.form_event select:focus + label,
.form_event select:focus ~ label,
.form_event select.selected-value + label,
.form_event select.selected-value ~ label,
.form_event_row input:focus + label,
.form_event_row input:focus ~ label,
.form_event_row input:not(:placeholder-shown) + label,
.form_event_row input:not(:placeholder-shown) ~ label,
.form_event_row textarea:focus + label,
.form_event_row textarea:focus ~ label,
.form_event_row textarea:not(:placeholder-shown) + label,
.form_event_row textarea:not(:placeholder-shown) ~ label,
.form_event_row select:focus + label,
.form_event_row select:focus ~ label,
.form_event_row select.selected-value + label,
.form_event_row select.selected-value ~ label {
  transform: translateY(-5px) scale(0.65);
}
.form_event textarea:not(:-moz-placeholder) ~ label, .form_event_row textarea:not(:-moz-placeholder) ~ label {
  background-color: #fff;
}
.form_event textarea:not(:placeholder-shown) ~ label,
.form_event_row textarea:not(:placeholder-shown) ~ label {
  background-color: #fff;
}

.form_event_radio,
.form_event_checkbox {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form_event_radio,
  .form_event_checkbox {
    margin-bottom: 24px;
  }
}

.form_event_buttons {
  margin-bottom: 16px;
  text-align: center;
}
.form_event_buttons .btn-mint {
  margin: 0 20px 16px;
}

.required-fields {
  padding: 0.5rem 0 0;
  font-size: 14px;
  line-height: 19.2px;
}

.privacy-text {
  padding-top: 20px;
  font-size: 12px;
  line-height: 18px;
}

.img-preview-thumbnail {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form_event_image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form_event_image .custom-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.form_event_image .img-preview-thumbnail {
  margin-bottom: 12px;
}
.form_event_image label.btn {
  position: static;
  pointer-events: auto;
  transform: none;
  font-size: 1rem;
  cursor: pointer;
  color: #001dcb;
  top: auto;
  left: auto;
}

#page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1000;
}
#page-header .codeweek-hub-logo {
  position: fixed;
  z-index: 11000;
  top: 12px;
  left: 12px;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
@media (min-width: 768px) {
  #page-header .codeweek-hub-logo {
    top: 15px;
    left: 20px;
    padding: 15px 20px 15px 30px;
    border-radius: 50px;
    transition: padding 0.15s ease-in-out;
  }
}
#page-header .codeweek-hub-logo a {
  display: block;
  color: var(--cw-blue);
}
#page-header .codeweek-hub-logo a:hover {
  color: var(--cw-blue);
}
#page-header .codeweek-hub-logo svg {
  stroke: currentColor;
  fill: currentColor;
  width: auto;
  height: 35px;
}
@media (min-width: 768px) {
  #page-header .codeweek-hub-logo svg {
    height: 60px;
    transition: height 0.15s ease-in-out;
  }
}
#page-header .mainnav-trigger-wrap {
  display: block;
  position: fixed;
  top: 16px;
  right: 12px;
  z-index: 11000;
}
#page-header .mainnav-trigger-wrap button {
  background: #001dcb;
  border: 0;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#page-header .mainnav-trigger-wrap button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease-in-out;
}
#page-header .mainnav-trigger-wrap button:hover svg {
  transform: rotate(225deg);
}
@media (min-width: 768px) {
  #page-header .mainnav-trigger-wrap {
    top: 20px;
    right: 20px;
  }
  #page-header .mainnav-trigger-wrap button {
    width: 50px;
    height: 50px;
  }
  #page-header .mainnav-trigger-wrap button svg {
    width: 32px;
    height: 32px;
  }
}

#mainnav-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  flex-direction: column;
}
#mainnav-overlay .nav-wrapper {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#mainnav-overlay .nav-wrapper nav {
  width: 100%;
}
#mainnav-overlay .nav-wrapper nav + nav {
  padding: 20px 0 0;
}
#mainnav-overlay .nav-wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnav-overlay .nav-wrapper nav li {
  text-align: center;
  padding: 4px;
}
#mainnav-overlay .nav-wrapper nav li a {
  color: var(--nav-item-color);
  background-color: var(--nav-item-bg-color);
  border: 1px solid var(--nav-item-bg-color);
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
  font-family: Visual, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mainnav-overlay .nav-wrapper nav li a {
    padding: 11px 40px;
    border-radius: 40px;
    font-size: 48px;
    line-height: 58px;
  }
}
#mainnav-overlay .nav-wrapper nav li a:hover {
  color: #fff;
}

.mainnav-open {
  overflow: hidden;
}
.mainnav-open #mainnav-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}
.mainnav-open #page-header .mainnav-trigger-wrap button svg {
  transform: rotate(135deg);
}

.main-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.main-navi .nav-item a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.main-navi .nav-item.active a {
  font-weight: 600;
}

.nav-item-blue {
  --nav-item-bg-color: #001dcb;
  --nav-item-color: var(--cw-blue);
}

.nav-item-dark-blue {
  --nav-item-bg-color: #08166B;
  --nav-item-color: var(--cw-blue);
}

.nav-item-lighter-blue {
  --nav-item-bg-color: rgb(242, 244, 253);
  --nav-item-color: var(--cw-blue);
}

.nav-item-red {
  --nav-item-bg-color: #FF7664;
  --nav-item-color: var(--cw-blue);
}

.nav-item-light-red {
  --nav-item-bg-color: #FFE4E0;
  --nav-item-color: var(--cw-blue);
}

.nav-item-mint {
  --nav-item-bg-color: #00E6C0;
  --nav-item-color: var(--cw-blue);
}

.nav-item-light-mint {
  --nav-item-bg-color: #E6FDF9;
  --nav-item-color: var(--cw-blue);
}

.nav-item-lila {
  --nav-item-bg-color: #CD88FF;
  --nav-item-color: var(--cw-blue);
}

.nav-item-light-lila {
  --nav-item-bg-color: #FFE8F7;
  --nav-item-color: var(--cw-blue);
}

.nav-item-yellow {
  --nav-item-bg-color: #FFFF2B;
  --nav-item-color: var(--cw-blue);
}

.nav-item-light-yellow {
  --nav-item-bg-color: #FFFFCA;
  --nav-item-color: var(--cw-blue);
}

.nav-item-pink {
  --nav-item-bg-color: #FF8BD7;
  --nav-item-color: var(--cw-blue);
}

.nav-item-violet {
  --nav-item-bg-color: #dcbef5;
  --nav-item-color: var(--cw-blue);
}

.nav-item-beige {
  --nav-item-bg-color: #FFC65A;
  --nav-item-color: var(--cw-blue);
}

.nav-item-blue {
  --nav-item-color: #fff;
}

#page-footer {
  background: #08166B;
  color: #fff;
}
#page-footer .footer-section-meta {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  #page-footer .footer-section-meta {
    padding: 80px 40px;
  }
}
#page-footer .footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}
#page-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
#page-footer .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
#page-footer .footer-nav a:hover {
  text-decoration: underline;
}

.tab-navigation {
  border: 0;
  padding: 0;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1280px) {
  .tab-navigation {
    margin-bottom: 48px;
    gap: 12px;
  }
}
.tab-navigation .nav-item button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Visual, sans-serif;
  font-size: 1rem;
  line-height: 2.125rem;
  padding: 0.125rem 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tab-navigation .nav-item button:hover, .tab-navigation .nav-item button.active {
  background: #001dcb;
  color: #fff;
}

.tab-pane-content-text {
  margin-bottom: 44px;
}
@media (min-width: 1280px) {
  .tab-pane-content-text {
    margin-bottom: 64px;
  }
}
.tab-pane-content-text a {
  font-style: normal;
}

.event-list-wrap {
  max-width: 860px;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-item {
  background-color: var(--cw-form-bg);
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .event-item {
    padding: 1.5rem 2rem;
  }
}
.event-item h4 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0 4px;
}
.event-item h4 a {
  color: #001dcb;
  text-decoration: none;
}
.event-item h4 a:hover {
  text-decoration: underline;
}
.event-item p.event-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  color: #08166B;
}

.event-item-infos {
  flex: 1;
  min-width: 0;
}

.event-item-status {
  flex-shrink: 0;
}
.event-item-status .badge {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 3px 12px 4px;
  border-radius: 1.25rem;
  margin: 0;
  white-space: nowrap;
}

.event-item-action {
  flex-shrink: 0;
}

.event-detail-wrap {
  max-width: 900px;
}

.event-status-action {
  margin-bottom: 2.5rem;
}
.event-status-action p.intro {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.event-action {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.event-preview {
  background-color: var(--cw-form-bg);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .event-preview {
    padding: 2.5rem 3rem;
  }
}
.event-preview h3 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
}

.programm-detail section {
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .programm-detail section {
    width: 75%;
    margin: 0 auto;
  }
}
.programm-detail header {
  display: flex;
  font-size: 0.75rem;
  padding: 16px;
}
@media (min-width: 1024px) {
  .programm-detail header {
    font-size: 1rem;
    padding: 16px 60px 16px 32px;
  }
}
.programm-detail main {
  flex: 1;
  padding: 0 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .programm-detail main {
    padding: 0 2rem 1.5rem;
  }
}
.programm-detail main h1 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.programm-detail main p {
  margin-bottom: 1.5rem;
}
.programm-detail .event-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.programm-detail .event-meta {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
  color: #001dcb;
  flex-wrap: wrap;
  white-space: nowrap;
  align-items: center;
}
.programm-detail .event-meta .btn {
  font-size: 0.875rem;
  padding: 2px 14px;
}
.programm-detail .event-photo {
  width: 100%;
  height: auto;
}
.programm-detail .event-themes,
.programm-detail .event-tags {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.programm-detail .event-themes li,
.programm-detail .event-tags li {
  display: inline-block;
  margin: 0 5px;
  color: #001dcb;
  font-size: 12px;
  line-height: 18px;
}
.programm-detail .event-themes:has(+ .event-tags) {
  margin-bottom: 0.5rem;
}
.programm-detail .event-infos-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .programm-detail .event-infos-wrap {
    flex-direction: row;
  }
}
.programm-detail .event-infos,
.programm-detail .event-address {
  width: 100%;
  background: #E6FDF9;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: 8px;
}
.programm-detail .event-infos dl,
.programm-detail .event-address dl {
  flex: 1 1 auto;
  margin-bottom: 0.25em;
}
.programm-detail .event-infos dt,
.programm-detail .event-address dt {
  float: left;
  margin-right: 5px;
}
.programm-detail .event-infos > *:last-child,
.programm-detail .event-address > *:last-child {
  margin-bottom: 0;
}
.programm-detail .backlink {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #001dcb;
}
.programm-detail .backlink a {
  color: #001dcb;
  text-decoration: underline;
}
.programm-detail .backlink a:hover {
  color: #08166B;
}

.preview-no-photo {
  font-size: 1.25rem;
  display: flex;
  place-content: center;
  background-color: var(--cw-form-bg);
  padding: 3rem 2rem;
  color: #08166B;
}

/* Minimal baseline styles. Expand as you build out Pattern Lab components. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

hr {
  border: 0;
}