/* reset.css */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: 500;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#html-body {
  background: #FFF5D1 !important;
}
/* Hide default scrollbar */
body {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
/* Hide default scrollbar in Chrome/Safari/Webkit */
body::-webkit-scrollbar {
  display: none;
}
/* Create custom scrollbar container */
body {
  position: relative;
}
/* Add custom scrollbar */
body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 40px;
  /* Increased from 4px to move it more inward */
  width: 8px;
  height: 100vh;
  pointer-events: none;
}
/* Custom scrollbar handle */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 4px;
}
/* Firefox specific styles */
* {
  scrollbar-width: thin;
  scrollbar-color: red transparent;
}
@font-face {
  font-family: "gerstner_programmregular";
  src: url(../fonts/prog.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 1.65rem;
  font-family: "gerstner_programmregular", "Helvetica", "Arial", sans-serif;
  line-height: 120%;
}
.text-responsive {
  font-size: calc(16px + 0.5vw);
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
@media (max-width: 576px) {
  .text-xs {
    font-size: 0.7rem;
  }
  .text-sm {
    font-size: 0.8rem;
  }
  .text-base {
    font-size: 0.9rem;
  }
  .text-lg {
    font-size: 1rem;
  }
  .text-xl {
    font-size: 1.125rem;
  }
  .text-2xl {
    font-size: 1.25rem;
  }
  .text-3xl {
    font-size: 1.5rem;
  }
  .text-4xl {
    font-size: 1.875rem;
  }
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}
.top-nav-item {
  text-decoration: none;
  color: red;
  margin-left: 0.5rem;
  font-weight: bold;
}
.red {
  color: red;
}
.darkblue {
  color: darkblue;
}
p {
  margin-bottom: 1rem;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
#content a {
  text-decoration: none;
  color: inherit;
}
p small {
  font-size: 80%;
  line-height: initial;
  /* Tighter line height */
}
.bold {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid;
}
.p-xs {
  padding: 8px;
}
.m-xs {
  margin: 8px;
}
.pt-xs {
  padding-top: 8px;
}
.pr-xs {
  padding-right: 8px;
}
.pb-xs {
  padding-bottom: 8px;
}
.pl-xs {
  padding-left: 8px;
}
.mt-xs {
  margin-top: 8px;
}
.mr-xs {
  margin-right: 8px;
}
.mb-xs {
  margin-bottom: 8px;
}
.ml-xs {
  margin-left: 8px;
}
.px-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mx-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.my-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-sm {
  padding: 16px;
}
.m-sm {
  margin: 16px;
}
.pt-sm {
  padding-top: 16px;
}
.pr-sm {
  padding-right: 16px;
}
.pb-sm {
  padding-bottom: 16px;
}
.pl-sm {
  padding-left: 16px;
}
.mt-sm {
  margin-top: 16px;
}
.mr-sm {
  margin-right: 16px;
}
.mb-sm {
  margin-bottom: 16px;
}
.ml-sm {
  margin-left: 16px;
}
.px-sm {
  padding-left: 16px;
  padding-right: 16px;
}
.py-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mx-sm {
  margin-left: 16px;
  margin-right: 16px;
}
.my-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-md {
  padding: 24px;
}
.m-md {
  margin: 24px;
}
.pt-md {
  padding-top: 24px;
}
.pr-md {
  padding-right: 24px;
}
.pb-md {
  padding-bottom: 24px;
}
.pl-md {
  padding-left: 24px;
}
.mt-md {
  margin-top: 24px;
}
.mr-md {
  margin-right: 24px;
}
.mb-md {
  margin-bottom: 24px;
}
.ml-md {
  margin-left: 24px;
}
.px-md {
  padding-left: 24px;
  padding-right: 24px;
}
.py-md {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mx-md {
  margin-left: 24px;
  margin-right: 24px;
}
.my-md {
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-lg {
  padding: 32px;
}
.m-lg {
  margin: 32px;
}
.pt-lg {
  padding-top: 32px;
}
.pr-lg {
  padding-right: 32px;
}
.pb-lg {
  padding-bottom: 32px;
}
.pl-lg {
  padding-left: 32px;
}
.mt-lg {
  margin-top: 32px;
}
.mr-lg {
  margin-right: 32px;
}
.mb-lg {
  margin-bottom: 32px;
}
.ml-lg {
  margin-left: 32px;
}
.px-lg {
  padding-left: 32px;
  padding-right: 32px;
}
.py-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.mx-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.my-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-xl {
  padding: 48px;
}
.m-xl {
  margin: 48px;
}
.pt-xl {
  padding-top: 48px;
}
.pr-xl {
  padding-right: 48px;
}
.pb-xl {
  padding-bottom: 48px;
}
.pl-xl {
  padding-left: 48px;
}
.mt-xl {
  margin-top: 48px;
}
.mr-xl {
  margin-right: 48px;
}
.mb-xl {
  margin-bottom: 48px;
}
.ml-xl {
  margin-left: 48px;
}
.px-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mx-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.my-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.p-2xl {
  padding: 64px;
}
.m-2xl {
  margin: 64px;
}
.pt-2xl {
  padding-top: 64px;
}
.pr-2xl {
  padding-right: 64px;
}
.pb-2xl {
  padding-bottom: 64px;
}
.pl-2xl {
  padding-left: 64px;
}
.mt-2xl {
  margin-top: 64px;
}
.mr-2xl {
  margin-right: 64px;
}
.mb-2xl {
  margin-bottom: 64px;
}
.ml-2xl {
  margin-left: 64px;
}
.px-2xl {
  padding-left: 64px;
  padding-right: 64px;
}
.py-2xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mx-2xl {
  margin-left: 64px;
  margin-right: 64px;
}
.my-2xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.p-3xl {
  padding: 80px;
}
.m-3xl {
  margin: 80px;
}
.pt-3xl {
  padding-top: 80px;
}
.pr-3xl {
  padding-right: 80px;
}
.pb-3xl {
  padding-bottom: 80px;
}
.pl-3xl {
  padding-left: 80px;
}
.mt-3xl {
  margin-top: 80px;
}
.mr-3xl {
  margin-right: 80px;
}
.mb-3xl {
  margin-bottom: 80px;
}
.ml-3xl {
  margin-left: 80px;
}
.px-3xl {
  padding-left: 80px;
  padding-right: 80px;
}
.py-3xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mx-3xl {
  margin-left: 80px;
  margin-right: 80px;
}
.my-3xl {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-4xl {
  padding: 96px;
}
.m-4xl {
  margin: 96px;
}
.pt-4xl {
  padding-top: 96px;
}
.pr-4xl {
  padding-right: 96px;
}
.pb-4xl {
  padding-bottom: 96px;
}
.pl-4xl {
  padding-left: 96px;
}
.mt-4xl {
  margin-top: 96px;
}
.mr-4xl {
  margin-right: 96px;
}
.mb-4xl {
  margin-bottom: 96px;
}
.ml-4xl {
  margin-left: 96px;
}
.px-4xl {
  padding-left: 96px;
  padding-right: 96px;
}
.py-4xl {
  padding-top: 96px;
  padding-bottom: 96px;
}
.mx-4xl {
  margin-left: 96px;
  margin-right: 96px;
}
.my-4xl {
  margin-top: 96px;
  margin-bottom: 96px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: auto;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.w-25 {
  width: 25%;
}
.max-w-25 {
  max-width: 25%;
}
.min-w-25 {
  min-width: 25%;
}
.w-33 {
  width: 33.333%;
}
.max-w-33 {
  max-width: 33.333%;
}
.min-w-33 {
  min-width: 33.333%;
}
.w-50 {
  width: 50%;
}
.max-w-50 {
  max-width: 50%;
}
.min-w-50 {
  min-width: 50%;
}
.w-66 {
  width: 66.666%;
}
.max-w-66 {
  max-width: 66.666%;
}
.min-w-66 {
  min-width: 66.666%;
}
.w-75 {
  width: 75%;
}
.max-w-75 {
  max-width: 75%;
}
.min-w-75 {
  min-width: 75%;
}
.w-100 {
  width: 100%;
}
.max-w-100 {
  max-width: 100%;
}
.min-w-100 {
  min-width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-screen {
  max-width: 100vw;
}
.min-w-screen {
  min-width: 100vw;
}
.w-auto {
  width: auto;
}
.max-w-auto {
  max-width: auto;
}
.min-w-auto {
  min-width: auto;
}
.h-25 {
  height: 25%;
}
.max-h-25 {
  max-height: 25%;
}
.min-h-25 {
  min-height: 25%;
}
.h-50 {
  height: 50%;
}
.max-h-50 {
  max-height: 50%;
}
.min-h-50 {
  min-height: 50%;
}
.h-75 {
  height: 75%;
}
.max-h-75 {
  max-height: 75%;
}
.min-h-75 {
  min-height: 75%;
}
.h-100 {
  height: 100%;
}
.max-h-100 {
  max-height: 100%;
}
.min-h-100 {
  min-height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.h-auto {
  height: auto;
}
.max-h-auto {
  max-height: auto;
}
.min-h-auto {
  min-height: auto;
}
.w-px-100 {
  width: 100px;
}
.max-w-px-100 {
  max-width: 100px;
}
.min-w-px-100 {
  min-width: 100px;
}
.w-px-200 {
  width: 200px;
}
.max-w-px-200 {
  max-width: 200px;
}
.min-w-px-200 {
  min-width: 200px;
}
.w-px-300 {
  width: 300px;
}
.max-w-px-300 {
  max-width: 300px;
}
.min-w-px-300 {
  min-width: 300px;
}
.w-px-400 {
  width: 400px;
}
.max-w-px-400 {
  max-width: 400px;
}
.min-w-px-400 {
  min-width: 400px;
}
.w-px-500 {
  width: 500px;
}
.max-w-px-500 {
  max-width: 500px;
}
.min-w-px-500 {
  min-width: 500px;
}
.w-px-600 {
  width: 600px;
}
.max-w-px-600 {
  max-width: 600px;
}
.min-w-px-600 {
  min-width: 600px;
}
.w-px-800 {
  width: 800px;
}
.max-w-px-800 {
  max-width: 800px;
}
.min-w-px-800 {
  min-width: 800px;
}
.w-px-1000 {
  width: 1000px;
}
.max-w-px-1000 {
  max-width: 1000px;
}
.min-w-px-1000 {
  min-width: 1000px;
}
.w-responsive-sm {
  width: 50vw;
}
.w-responsive-md {
  width: 75vw;
}
.w-responsive-lg {
  width: 90vw;
}
.h-responsive-sm {
  height: 25vh;
}
.h-responsive-md {
  height: 50vh;
}
.h-responsive-lg {
  height: 75vh;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1200px;
  }
}
.aspect-square {
  aspect-ratio: 1;
}
.aspect-video {
  aspect-ratio: 1.7777777778;
}
.aspect-portrait {
  aspect-ratio: 0.75;
}
@media (max-width: 576px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 576px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}
@media (max-width: 576px) {
  div.max-w-75 {
    max-width: 100% !important;
  }
  h1.center-block, p.center-block {
    margin-left: 0px;
    font-size: 1.3rem;
  }
  .border-l-lg, .border-r-lg {
    border-right-width: 0px !important;
    border-left-width: 0px !important;
  }
  p[href^="http"] {
    word-break: break-all;
  }
  #content p {
    font-size: 0.7rem;
    line-height: 0.9rem;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 4;
  }
}
@media (max-height: 576px) and (orientation: landscape) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  div.max-w-75 {
    max-width: 100% !important;
  }
  #topnav {
    display: block;
  }
  h1.center-block, p.center-block {
    margin-left: 0px;
    font-size: 1.3rem;
  }
  .border-l-lg, .border-r-lg {
    border-right-width: 0px !important;
    border-left-width: 0px !important;
  }
  p[href^="http"] {
    word-break: break-all;
  }
  #content p {
    font-size: 0.8rem;
    line-height: 1rem;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 4;
  }
}
a.read-more-link, a.show-less-link {
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.border-none {
  border-width: 0;
  border-style: solid;
}
.border-t-none {
  border-top-width: 0;
  border-top-style: solid;
}
.border-r-none {
  border-right-width: 0;
  border-right-style: solid;
}
.border-b-none {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.border-l-none {
  border-left-width: 0;
  border-left-style: solid;
}
.border-thin, .border-basic {
  border-width: 1px;
  border-style: solid;
}
.border-t-thin {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-r-thin {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-b-thin {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-l-thin {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-base, .border-focus {
  border-width: 2px;
  border-style: solid;
}
.border-t-base {
  border-top-width: 2px;
  border-top-style: solid;
}
.border-r-base {
  border-right-width: 2px;
  border-right-style: solid;
}
.border-b-base {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.border-l-base {
  border-left-width: 2px;
  border-left-style: solid;
}
.border-md {
  border-width: 3px;
  border-style: solid;
}
.border-t-md {
  border-top-width: 3px;
  border-top-style: solid;
}
.border-r-md {
  border-right-width: 3px;
  border-right-style: solid;
}
.border-b-md {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.border-l-md {
  border-left-width: 3px;
  border-left-style: solid;
}
.border-lg {
  border-width: 4px;
  border-style: solid;
}
.border-t-lg {
  border-top-width: 4px;
  border-top-style: solid;
}
.border-r-lg {
  border-right-width: 4px;
  border-right-style: solid;
}
.border-b-lg {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.border-l-lg {
  border-left-width: 4px;
  border-left-style: solid;
}
.border-xl {
  border-width: 6px;
  border-style: solid;
}
.border-t-xl {
  border-top-width: 6px;
  border-top-style: solid;
}
.border-r-xl {
  border-right-width: 6px;
  border-right-style: solid;
}
.border-b-xl {
  border-bottom-width: 6px;
  border-bottom-style: solid;
}
.border-l-xl {
  border-left-width: 6px;
  border-left-style: solid;
}
.border-solid, .border-basic, .border-focus {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-groove {
  border-style: groove;
}
.rounded-none {
  border-radius: 0;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-base {
  border-radius: 0.25rem;
}
.rounded-tl-base {
  border-top-left-radius: 0.25rem;
}
.rounded-tr-base {
  border-top-right-radius: 0.25rem;
}
.rounded-br-base {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bl-base {
  border-bottom-left-radius: 0.25rem;
}
.rounded-t-base {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-r-base {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-b-base {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-l-base {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 1rem;
}
.rounded-tl-xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 1rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 1rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-r-xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-b-xl {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-l-xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-full {
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border-primary, .border-focus {
  border-color: #007bff;
}
.border-secondary {
  border-color: #6c757d;
}
.border-success {
  border-color: #28a745;
}
.border-error {
  border-color: #dc3545;
}
.border-transparent {
  border-color: transparent;
}
.border-current {
  border-color: currentColor;
}
.border-black {
  border-color: #000;
}
.border-white {
  border-color: #fff;
}
.border-none {
  border: none;
}
.border-reset {
  border-color: inherit;
}
.border-basic {
  border-color: rgba(0, 0, 0, 0.1);
}
.bubble-link {
  text-decoration: none;
  display: block;
  width: 100%;
}
.bubble {
  background: red;
  margin-bottom: clamp(0.1rem, 0.7vw, 0.2rem);
  /* More responsive border radius using clamp */
  border-top-left-radius: clamp(1rem, 3vw, 1.6rem);
  border-bottom-left-radius: clamp(1rem, 3vw, 1.6rem);
  border-top-right-radius: clamp(1.2rem, 3vw, 2rem);
  border-bottom-right-radius: clamp(1.2rem, 3vw, 2rem);
  /* Responsive padding that scales with viewport but stays within reasonable bounds */
  padding: clamp(1rem, 3vw, 2rem);
  padding-top: clamp(0.8rem, 2.5vw, 1.5rem);
  /* Fluid typography using clamp */
  font-size: clamp(1.2rem, 4vw, 2.5rem);
  color: #FFF5D1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left center;
}
.bubble:hover {
  background: darkblue;
  transform: scale(0.8);
}
/* Additional breakpoint adjustments if needed */
@media (max-width: 768px) {
  .bubble {
    /* Adjust padding for better touch targets on mobile */
    padding: clamp(0.8rem, 4vw, 1.5rem);
    /* Slightly larger text for better readability */
    font-size: clamp(1.1rem, 5vw, 2rem);
  }
}
/* Small screen adjustments */
@media (max-width: 480px) {
  .bubble {
    /* More compact on very small screens */
    padding: clamp(0.6rem, 3vw, 1rem);
    margin-bottom: 0.2rem;
    /* Ensure text stays readable */
    font-size: clamp(1rem, 4.5vw, 1.8rem);
  }
}
.multiply {
  mix-blend-mode: multiply;
}
.multiply:hover {
  mix-blend-mode: normal;
}
