/* BakerBuilder: Global styles */
:root{
  --bb-color-0: #144c8c;
  --bb-color-1: #8ab9ee;
}
.bb-root{
  background: #cd1818;
  display: block;
}
.bb-450c9aa277{
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.bb-e5f08c9021{
  background: #cccccc;
}
.bb-fbb7b9e446{
  color: #ffffff;
}
.bb-6c643e620b{
  color: #ffffff;
}
.bb-3df67aa98e{
  min-width: 0;
  flex: 1 1 0;
}
.bb-6d37fb74ef{
  margin: 0px;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 368px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.bb-e806410dc3{
  min-width: 0;
  flex: 1 1 0;
}
.bb-2a00dc19a2{
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 396px;
  height: auto;
  object-fit: fill;
  aspect-ratio: 1 / 1;
}

/* BakerBuilder: Structural base */
.bb-columns{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:12px;width:100%;}
.bb-columns>.bb-column,.bb-columns>.bb-col{flex:1 1 0;min-width:0;}

/* Base */
body{margin:0;font-family:system-ui,Segoe UI,Arial,sans-serif;}
.bb-placeholder{opacity:.65;font-size:12px;padding:10px;border:1px dashed rgba(0,0,0,.15)}
