@charset "UTF-8";
thead, tbody, tfoot, tr, td, th {
  border-width: inherit;
}

body:has(#panel) {
  height: unset !important;
}

body:has(#panel) main {
  padding-top: 7.813rem;
}

@media (max-width: 768px) {
  main {
    margin-bottom: 0;
  }
}
body:has(#panel) #smooth-wrapper {
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  inset: 0;
  width: unset !important;
  overflow: unset !important;
  will-change: unset !important;
}

#panel span {
  color: white;
}

#panel {
  z-index: 1200;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.text-black {
  color: black !important;
}

.sm_intext p {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  font-family: "houschka-pro", sans-serif;
}

em {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 7.813rem;
}

main a {
  color: #E81035;
  display: inline-block;
}
main a:hover {
  color: #E81035;
  text-decoration: underline;
}

html:has(body.no-scroll) {
  overflow: hidden;
  touch-action: none;
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 767.98px), (prefers-reduced-motion: reduce) {
  #smooth-wrapper {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
  #smooth-content {
    min-height: auto !important;
  }
}
textarea {
  overflow: hidden;
  resize: none;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, p, span, li {
  color: #141414;
  font-family: "houschka-pro", sans-serif;
}

h1 {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1025;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .nav-header {
    height: auto;
    border-bottom: 2px solid #E5E5E5;
  }
}
.nav-header__container {
  max-width: 1200px;
  margin-inline: auto;
}
.nav-header__container a:has(.nav-header__brand-img) {
  width: 5.75rem;
  height: 3.7rem;
  position: relative;
  z-index: 10;
}
.nav-header__container a:has(.nav-header__brand-img) .nav-header__brand-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .nav-header__container {
    display: flex;
    flex-direction: row;
  }
}
.nav-header__top {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media (max-width: 1235px) {
  .nav-header__top {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.nav-header__top .nav-header__container {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
@media (max-width: 768px) {
  .nav-header__top .nav-header__container {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
.nav-header__top a {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .nav-header__top a {
    gap: 0.5rem;
  }
}
.nav-header__top a:hover {
  text-decoration: underline;
}
.nav-header__top a img {
  width: 1.375rem;
  height: auto;
}
@media (max-width: 768px) {
  .nav-header__top a img {
    width: 1rem;
    height: auto;
  }
}
.nav-header__top a p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 768px) {
  .nav-header__top a p {
    font-size: 0.75rem;
  }
}
.nav-header__top a div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.nav-header__top a div span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 768px) {
  .nav-header__top a div span {
    font-size: 0.75rem;
  }
}
.nav-header__top a div small {
  margin-left: 0;
  margin-top: -0.25rem;
  font-size: 0.75rem;
  color: #5E5F5F;
}
@media (max-width: 768px) {
  .nav-header__top a div small {
    font-size: 0.563rem;
  }
}
.nav-header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.4rem;
}
.nav-header__contacts {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .nav-header__contacts {
    gap: 1rem;
  }
}
.nav-header a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.nav-header a svg {
  color: #E81035;
  flex-shrink: 0;
}
.nav-header a-note {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #5E5F5F;
}
.nav-header__search {
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  max-width: 23.688rem;
  background-color: #F6F6F6;
  color: #5E5F5F;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.nav-header__search label {
  width: 100%;
}
@media (max-width: 830px) {
  .nav-header__search {
    position: absolute;
    z-index: 2;
    overflow: unset;
    top: 0.8rem;
    right: 0;
    background-color: transparent;
    width: 30px;
  }
  .nav-header__search:has(.is-open) {
    width: calc(100% - 1.9rem);
  }
}
.nav-header__search-input {
  border: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  background-color: #F6F6F6;
  color: #5E5F5F;
  width: 100%;
  font-weight: 600;
  line-height: 110%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 830px) {
  .nav-header__search-input {
    width: 1px;
    height: 1.6rem;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;
    right: 30px;
    padding: 0;
    font-size: 1rem;
  }
  .nav-header__search-input.is-open {
    width: 102%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
  }
}
.nav-header__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.nav-header__search-input:focus {
  outline: none;
}
.nav-header__search-btn {
  background: #F7C7C8;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding: 0.35rem 0.5rem;
}
.nav-header__search-btn svg {
  color: #141414;
  transition: 0.3s ease-in-out;
}
.nav-header__search-btn:hover {
  background: rgb(242.5375, 167.7625, 169.3203125);
}
.nav-header__search-btn:hover svg {
  color: #FFFFFF;
}
@media (max-width: 830px) {
  .nav-header__search-btn {
    border-radius: 4px;
  }
  .nav-header__search-btn.is-open {
    border-radius: 0 4px 4px 0;
  }
}
.nav-header__nav {
  background: #FFFFFF;
  padding: 0;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1235px) {
  .nav-header__nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.nav-header__nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-header__brand-img {
  height: 3rem;
  width: auto;
}

.nav {
  margin-left: 3.5rem;
}
.nav__list {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav a.nav__link {
  position: relative;
  font-weight: 700;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav a.nav__link:hover, .nav a.nav__link:focus {
  color: #E81035;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav .nav__item {
    margin-bottom: 2rem;
  }
}
.nav .nav__item--has-dropdown {
  position: relative;
  margin-bottom: 0;
}
.nav .nav__item--has-dropdown > .nav__link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.18rem solid #E81035;
  border-right: 0.18rem solid #E81035;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
@media (max-width: 1030px) {
  .nav .nav__item--has-dropdown > .nav__link::after {
    width: 0.68rem;
    height: 0.68rem;
    border-bottom-width: 0.24rem;
    border-right-width: 0.24rem;
  }
}
.nav__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  min-width: 10.625rem;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.05);
  padding: 0.6rem 0;
  list-style: none;
  z-index: 50;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 1031px) {
  .nav__dropdown {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    pointer-events: none;
  }
}
.nav__dropdown .nav__dropdown-link {
  display: block;
  font-size: 1.125rem;
  color: #141414;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.nav__dropdown .nav__dropdown-link:hover {
  background: #F6F6F6;
  border-radius: 0.375rem;
}

.button {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border-radius: 50rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.button:hover {
  text-decoration: none;
}
.button--primary {
  background: #E81035;
  color: #FFFFFF !important;
}
.button--primary:hover, .button--primary:focus {
  background: rgb(198.6032258065, 13.6967741935, 45.3705645161);
}

@media (max-width: 1024px) {
  .nav-header__nav-inner {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .nav {
    margin-left: 0;
    width: 100%;
  }
  .nav__list {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
.nav-header__toggle {
  display: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  z-index: 60;
}
.nav-header__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #141414;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.nav-header__toggle span:not(:last-child) {
  margin-bottom: 0.3rem;
}
.nav-header__toggle.is-open span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.nav-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-header__toggle.is-open span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

@media (max-width: 1030px) {
  .nav-header__toggle {
    display: block;
    z-index: 70;
  }
  .nav__item--has-dropdown.is-open > .nav__link::after {
    transform: rotate(225deg);
  }
  .nav {
    position: fixed;
    top: 7.813rem;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0 1.5rem;
    transition: 0.3s ease-in-out;
    border-top: 2px solid #E5E5E5;
  }
  .nav .nav__item.is-open .nav__dropdown {
    pointer-events: auto;
    gap: 1rem;
  }
  .nav .nav__link {
    font-size: 1.4rem;
    justify-content: center;
  }
  .nav.is-open {
    height: calc(100dvh - 7.813rem);
    padding: 3.5rem 1.5rem;
    z-index: 1000;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    justify-content: start;
    align-items: center;
  }
  .nav__item--has-dropdown > .nav__dropdown {
    position: static;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    margin-top: 0.5rem;
    pointer-events: none;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .nav__item--has-dropdown > .nav__dropdown .nav__dropdown-link {
    background-color: transparent;
    display: block;
    padding: 0.45rem 1rem;
    font-size: 1rem;
    color: #141414;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .nav .nav__item--has-dropdown.is-open > .nav__dropdown {
    pointer-events: auto;
    max-height: fit-content;
  }
  .nav-header__cta {
    display: none !important;
  }
}
@media (hover: hover) and (min-width: 1031px) {
  .nav__item:hover > .nav__link::after {
    transform: rotate(225deg);
  }
}
@media (min-width: 1031px) {
  .nav__item a:hover {
    cursor: pointer;
  }
  .nav__item--has-dropdown {
    position: static;
  }
  .nav__dropdown {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.75rem);
    transform: translateX(-20%) translateY(-7%);
    max-height: none !important;
    overflow: visible;
    width: auto;
    height: auto;
    gap: 0.85rem 6rem;
    padding: 2rem 2.5rem;
    background: #FFFFFF;
    border: 1px solid #5E5F5F;
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(20, 20, 20, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, max-content);
  }
  .nav__item--has-dropdown:hover > .nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-20%) translateY(1%);
  }
  .nav__dropdown-link {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.25rem 0.75rem;
  }
  .nav__dropdown-link:hover {
    text-decoration: none;
  }
  .nav__link {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    z-index: 1000;
  }
  .nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #E81035;
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }
  .nav__item--has-dropdown:hover > .nav__link::before,
  .nav__item--has-dropdown:focus-within > .nav__link::before,
  .nav__item--has-dropdown.active > .nav__link::before,
  .nav__item.active > .nav__link::before {
    transform: scaleX(1);
  }
  .nav__link[aria-current=page]::before {
    transform: scaleX(1);
  }
  .nav__dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -3.5rem;
    height: 3.5rem;
    z-index: 10;
  }
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 40;
  top: 0 !important;
}
@media (prefers-reduced-transparency: reduce) {
  .nav-backdrop {
    backdrop-filter: none;
    opacity: 1;
  }
}

body.show-nav-backdrop .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.nav__item:has(.nav__link.active) .nav__link::before {
  transform: scaleX(1);
}

.nav__item:has(.nav__dropdown-link.active) .nav__link::before {
  transform: scaleX(1);
}

@media (max-width: 1030px) {
  .nav__item:has(.nav__link.active) .nav__link::before,
  .nav__item:has(.nav__dropdown-link.active) .nav__link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    width: 80%;
    height: 2px;
    background: #E81035;
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .nav__item--has-dropdown .nav__link.active {
    color: #E81035 !important;
  }
}

.nav__dropdown-link.active {
  color: #E81035 !important;
}

.footer {
  padding: 3rem 0 2rem;
  background: #FFFFFF;
  font-size: 0.9375rem;
  overflow: hidden;
}
.footer__top {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer__top {
    margin-bottom: 2rem;
  }
}
.footer__center {
  margin-bottom: 3rem;
}
.footer__brand {
  width: 5.688rem;
  height: auto;
}
@media (max-width: 768px) {
  .footer__brand {
    width: 4.688rem;
  }
}
.footer__cta {
  white-space: nowrap;
}
.footer h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #141414;
  line-height: 120%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__list, .footer ul, .footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #5E5F5F;
}
.footer__contact div {
  max-width: 9.75rem;
  display: flex;
  flex-direction: column;
  color: #141414;
  justify-content: center;
}
.footer__contact div a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #141414;
  line-height: 1.4;
}
.footer__contact div small {
  margin-top: 0;
  color: #141414;
  line-height: 0.85rem;
}
.footer__contact + .footer__contact {
  margin-top: 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #141414 !important;
}
.footer__contact + .footer__contact img {
  margin-top: 0;
}
.footer__contact + .footer__contact a {
  color: #141414;
}
.footer__contact img {
  width: 1.375rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.footer__contact a, .footer__contact strong {
  color: #141414;
}
.footer__contact small {
  color: #5E5F5F;
  font-size: 0.75rem;
}
.footer .quick-links ul, .footer .about-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer ul a {
  color: #5E5F5F;
  font-weight: 500;
  line-height: 110%;
  transition: 0.3s ease-in-out;
  font-size: 0.875rem;
}
.footer ul a:hover {
  color: #E81035;
  text-decoration: underline;
}
.footer__socials ul, .footer__socials .sm_intext ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 0;
}
.footer__socials ul a, .footer__socials .sm_intext ul a {
  color: #5E5F5F;
  display: inline-block;
  width: 1.125rem;
  transition: 0.3s ease-in-out;
}
.footer__socials ul a img, .footer__socials .sm_intext ul a img {
  width: 100%;
  height: auto;
}
.footer__socials ul a:hover, .footer__socials .sm_intext ul a:hover {
  opacity: 0.7;
}
.footer__legal ul, .footer__legal .sm_intext ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer__legal ul a, .footer__legal .sm_intext ul a {
  color: #5E5F5F;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.footer__legal ul a:hover, .footer__legal .sm_intext ul a:hover {
  color: #E81035;
  text-decoration: underline;
}
.footer__copy p {
  color: #5E5F5F;
  font-size: 0.875rem;
}
.footer__copy p a {
  display: inline-block;
  color: #5E5F5F;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer__copy p a:hover {
  color: #ec6608;
}

main {
  flex: 1;
  background: #F6F6F6;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  section {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .section--no-gap {
    padding: 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 4rem;
  }
}
.hero .container {
  overflow: visible;
}
.hero h1 {
  font-weight: 700;
  font-size: 4.25rem;
  margin-bottom: 0;
  z-index: 4;
  position: relative;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero h1 {
    text-align: start;
    font-size: 3rem;
  }
}
.hero__svg {
  width: 100%;
  height: auto;
  display: block;
}
.hero h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  z-index: 4;
  max-width: 30rem;
  position: relative;
  margin-bottom: 4rem;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero h2 {
    text-align: start;
    font-size: 1.5rem;
  }
}
.hero p {
  max-width: 40ch;
  font-size: 1.125rem;
  z-index: 4;
  line-height: 130%;
  position: relative;
  margin-bottom: 0;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero p {
    font-size: 1rem;
    text-align: start;
  }
}
.hero__image {
  min-height: 40rem;
  position: relative;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero__image {
    min-height: 20rem;
  }
}
.hero__image .hero__svg {
  position: absolute;
  pointer-events: none;
  user-select: none;
  display: block;
  top: 0;
  width: 775px;
  height: 100%;
  z-index: 3;
  object-fit: contain;
  object-position: center;
  max-width: unset;
}
@media (max-width: 1415px) {
  .hero__image .hero__svg {
    width: 700px;
  }
}
@media (max-width: 1300px) {
  .hero__image .hero__svg {
    width: 650px;
  }
}
@media (max-width: 768px) {
  .hero__image .hero__svg {
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    width: 108%;
    height: auto;
  }
}
.hero .hero__sun {
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 5rem;
  left: 17.5rem;
  width: 3rem;
  height: 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
  filter: drop-shadow(0 0 18px rgba(250, 215, 110, 0.35));
  will-change: width, height, top, filter;
  max-width: none;
}
@media (max-width: 1300px) {
  .hero .hero__sun {
    top: 6rem;
    left: 14.5rem;
    width: 3rem;
    height: 2.75rem;
  }
}
@media (max-width: 768px) {
  .hero .hero__sun {
    top: 4rem;
    left: 10.5rem;
    width: 3rem;
    height: 2.75rem;
  }
}
.hero__cloud {
  position: absolute;
  pointer-events: auto;
  cursor: unset;
  will-change: transform, opacity;
  opacity: 0.9;
  transform: translateZ(0);
  filter: drop-shadow(0 2px 4px rgba(20, 20, 20, 0.05)) blur(0.3px);
}
.hero__cloud svg {
  width: 100%;
  height: auto;
  fill: #FFFFFF;
}

.request-slider {
  position: relative;
  max-width: 83.875rem !important;
  width: 100%;
  padding: 0 !important;
  margin: 4rem auto 1rem;
}
.request-slider .container {
  width: 100%;
  max-width: 83.875rem !important;
  margin: 0;
  padding: 0 !important;
}
.request-slider .request-tabs {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 70rem;
  width: 100%;
  padding: 0;
  border: 1px solid #5E5F5F;
  border-radius: 3rem;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 5;
}
@media (max-width: 768px) {
  .request-slider .request-tabs {
    flex-direction: column;
    width: 85%;
    max-width: none;
    top: -3%;
    border-radius: 1.75rem;
  }
  .request-slider .request-tabs button, .request-slider .request-tabs p {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
}
.request-slider .request-tabs .request-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: calc(100% - 4px);
  background: #5E5F5F;
  border-radius: 3rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.request-slider .request-tab {
  flex: 1 1 0;
  position: relative;
  padding: 1.25rem;
  border: 0;
  background: transparent;
  color: #141414;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.3s ease-in-out;
  line-height: 120%;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .request-slider .request-tab div {
    display: block;
  }
}
.request-slider .request-tab p {
  font-weight: 700;
  font-size: 1.25rem;
}
.request-slider .request-tab::before {
  content: "";
  position: absolute;
  border-radius: 4rem;
  background: #E5E5E5;
  opacity: 0.25 !important;
  color: #FFFFFF;
  transition: opacity 0.25s ease-in-out;
  z-index: -1;
}
.request-slider .request-tab::after {
  content: "";
  position: absolute;
  background: #E5E5E5;
  text-decoration: none;
  border-radius: 4rem;
  cursor: pointer;
  top: 4px;
  left: 4px;
  width: calc(100% - 2 * 4px);
  height: calc(100% - 2 * 4px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.request-slider .request-tab:hover:not(.is-active)::after {
  opacity: 1;
}
.request-slider .request-tab:hover:not(.is-active)::before, .request-slider .request-tab:focus-visible:not(.is-active)::before {
  opacity: 1;
}
.request-slider .request-tab.is-lit {
  color: #FFFFFF !important;
}
.request-slider .request-tab.is-lit p {
  color: #FFFFFF !important;
}
.request-slider .request-tab.is-active {
  color: #141414;
}
.request-slider .request-slides {
  position: relative;
  overflow: hidden;
}
.request-slider .request-slide {
  background: var(--clr);
  border-radius: 0.75rem;
  padding: 4rem 5rem 3rem;
  display: none;
}
.request-slider .request-slide.is-active {
  display: block;
}
.request-slider .request-slide:nth-child(1) {
  background-color: #F7C7C8;
}
.request-slider .request-slide:nth-child(2) {
  background-color: #B2EAEA;
}
.request-slider .request-slide:nth-child(3) {
  background-color: #FFEEA7;
}
@media (max-width: 991px) {
  .request-slider .request-slide {
    padding: 4.5rem 1.5rem 2.5rem;
    border-radius: 0;
  }
}
.request-slider .request-photo {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1335px) {
  .request-slider .request-photo {
    width: 28rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.request-slider .request-photo .sm_intext, .request-slider .request-photo p {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1335px) {
  .request-slider .request-photo .sm_intext, .request-slider .request-photo p {
    width: 28rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.request-slider .request-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.request-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .request-slider ul {
    gap: 2.5rem;
  }
}
.request-slider ul h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 110%;
}
.request-slider ul p {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.request-slider ul a {
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  line-height: 120%;
  gap: 0.35rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-top: 0.5rem;
}
.request-slider ul a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .request-slider ul a {
    font-size: 1rem;
    text-decoration: underline;
    display: block;
    width: 100%;
    text-align: end;
  }
}
.request-slider ul a::after {
  content: "";
  width: 1.1875rem;
  height: 0.813rem;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url(/media/static/icons/icon-arrow-right--bold.svg) no-repeat center/contain;
  mask: url(/media/static/icons/icon-arrow-right--bold.svg) no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
  margin-left: 0.35rem;
  color: #141414;
}
.request-slider ul a:hover::after {
  transform: translateX(0.2rem);
}
.request-slider ul .request-headlink {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  justify-content: space-between;
  flex: 1;
}
.request-slider ul .request-headlink h4 {
  margin: 0;
}
.request-slider ul .request-headlink__arrow {
  width: 1.1875rem;
  height: 0.813rem;
  background-color: currentColor;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .request-slider ul .request-headlink__arrow {
    width: 1.5rem;
    height: 1rem;
    margin-right: 0.25rem;
  }
}
.request-slider ul .request-headlink:hover .request-headlink__arrow {
  transform: translateX(0.2rem);
}
.request-slider .request-slides span {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.request-slider .request-slides span img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media (max-width: 767px) {
  .request-slider .request-slides {
    margin-top: 7rem;
  }
  .request-slider .request-slides div {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
  .request-slider .request-slides div span {
    width: 3.125rem;
    height: 3.125rem;
    flex: none;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .request-slider .request-slides div span img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .request-slider .request-slides .request-slide {
    padding: 1.5rem 1.25rem 3rem;
  }
  .request-slider .request-slides .request-slide > div {
    max-width: 100vw;
    margin: 0 auto;
  }
  .request-slider .request-slides .request-photo {
    display: none;
  }
  .request-slider .request-slides .row > [class*=col-] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__drop {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: radial-gradient(circle at 30% 30%, white 0%, #B2EAEA 45%, rgb(117.8928571429, 217.6071428571, 217.6071428571) 70%, rgb(77.8214285714, 206.6785714286, 206.6785714286) 100%);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.9), 0 0 3px rgba(77.8214285714, 206.6785714286, 206.6785714286, 0.35);
  pointer-events: none;
  will-change: transform, opacity;
}

@media (max-width: 768px) {
  .navbar-nav {
    display: flex;
    align-items: center;
  }
}

nav.navbar {
  background: #FFFFFF;
  transition: 0.3s ease-in-out;
}
nav.navbar .nav-item {
  position: relative;
  font-weight: 700;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
nav.navbar .nav-item:hover {
  color: #E81035;
  text-decoration: none;
}

.nav-link {
  color: #141414;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.nav-link:hover {
  text-decoration: none;
  color: #E81035;
}

.bb-cta {
  font-size: 1.125rem;
}

.navbar-nav .nav-link.active {
  color: #E81035;
}

.homepage h1 {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .homepage h1 {
    font-size: 3rem;
  }
}
.homepage h1 + p {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .homepage h1 + p {
    font-size: 1.25rem;
  }
}

.bb-header {
  position: relative;
  overflow: hidden;
}

.bb-header__cloud {
  position: absolute;
  width: auto;
  height: auto;
  pointer-events: auto;
  cursor: pointer;
}

.bb-header > div {
  position: relative;
  z-index: 10;
}

.hero__cloud {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
  will-change: transform, opacity;
}

.hero__cloud svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: white;
}

.bb-header.hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.bb-header-picture img {
  object-fit: contain;
}

.navbar-toggler {
  border: none !important;
  background: transparent !important;
  padding: 0.5rem;
  position: relative;
  width: 40px;
  height: 32px;
  z-index: 1000;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler span {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 3px;
  background-color: #000;
  transition: all 0.35s ease-in-out;
  border-radius: 2px;
  width: 32px;
}

.navbar-toggler span {
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggler::before {
  top: 6px;
}

.navbar-toggler::after {
  bottom: 6px;
}

.navbar-toggler.active::before {
  transform: rotate(45deg);
  top: 14px;
}

.navbar-toggler.active::after {
  transform: rotate(-45deg);
  bottom: 15px;
}

.navbar-toggler.active span {
  transform: scale(0);
}

.bb-section {
  scroll-margin-top: 150px !important;
}
@media (max-width: 768px) {
  .bb-section {
    scroll-margin-top: 32px !important;
  }
}

.request-tabs {
  --tab-gap: 6px;
  --border: #0e0e0e;
  --bg: #fff;
  --chip: #41e29e;
  --chip-ink: #0e0e0e;
  --chip-gap: 4px;
  position: relative;
  display: flex;
  width: min(1160px, 92vw);
  margin: -6rem auto -2rem;
  padding: 0.375rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--bg);
  z-index: 20;
}
@media (max-width: 768px) {
  .request-tabs {
    margin-top: -9rem;
  }
}

@media (max-width: 768px) {
  .request-tabs {
    --chip-gap: 5px;
  }
}
@media (min-width: 769px) {
  .request-tabs {
    position: sticky;
    top: 24px;
  }
}
.request-tabs .request-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 9999px;
  background: #76E2A9;
  z-index: 0;
}

.request-tab {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--chip-ink);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1rem 1.25rem;
  white-space: nowrap;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .request-tab {
    display: flex;
    justify-content: center !important;
  }
}

.request-tab::after {
  content: "";
  position: absolute;
  inset: var(--chip-gap);
  border-radius: 9999px;
  background: rgba(229, 229, 229, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: -1;
}

.request-tab:hover:not(.is-active)::after {
  opacity: 1;
}

.request-tab.is-active::after,
.request-tab.is-active:hover::after {
  opacity: 0;
}

.request-tab:hover:not(.is-active) {
  background: rgba(229, 229, 229, 0.6);
}

.request-tab.is-active,
.request-tab.is-active:hover {
  background: transparent;
}

.request-tab span {
  color: #141414;
  font-weight: 600;
  font-size: 1rem;
}

.request-tab i {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .request-tabs {
    flex-direction: column;
    padding: 0.3125rem;
    border-radius: 24px;
    width: min(640px, 92vw);
  }
  .request-tab {
    font-size: 1rem;
    padding: 0.9rem 0.9rem;
  }
}
#bb-logos, #bb-colors, #bb-fonts, #bb-usecase, #bb-lockedsection {
  scroll-margin-top: 96px;
}

#bb-logos .bb-section-heading {
  margin-bottom: 1.25rem;
}
#bb-logos .row.g-3 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
#bb-logos .bb-section-heading .bb-download--large {
  background: #B2EAEA;
  color: #141414;
  border-radius: 999rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  display: flex;
  gap: 0.5rem;
}
#bb-logos .bb-section-heading .bb-download--large:hover {
  background: #c7e8eb;
  color: #084c55;
  text-decoration: none;
}
#bb-logos a:has(h2 + img) img {
  transition: 0.2s ease-in-out;
}
#bb-logos a:has(h2 + img):hover {
  color: #141414;
}
#bb-logos a:has(h2 + img):hover img {
  margin-left: 0.25rem;
}
#bb-logos .bb-logo {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  border-radius: 16px;
  min-height: 15rem;
  padding: 1rem 1rem 2rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease-in-out;
}
#bb-logos .bb-logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.08);
  border-color: rgba(20, 20, 20, 0.1);
}
#bb-logos .bb-logo--small {
  min-height: 15rem;
}
#bb-logos .bb-logo-small-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
#bb-logos .bb-tag {
  background: #E5E5E5;
  color: #141414;
  border-radius: 999rem;
  padding: 0.35rem 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}
#bb-logos .bb-tag p {
  font-weight: 500;
  font-size: 0.875rem;
}
#bb-logos .bb-download--small {
  width: auto;
  display: flex;
  height: 2.25rem;
  gap: 0.5rem;
  border-radius: 999rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  place-items: center;
  background: #B2EAEA;
  color: #141414;
  transition: 0.3s ease-in-out;
}
#bb-logos .bb-download--small i {
  font-size: 1.125rem;
  line-height: 1;
}
#bb-logos .bb-download--small:hover {
  text-decoration: none;
  background-color: rgb(202.0428571429, 240.5571428571, 240.5571428571);
}
#bb-logos .bb-logo-image {
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  aspect-ratio: 16/9;
}
#bb-logos .bb-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 100px;
}

.bb-cta {
  background-color: #E81035;
  color: #FFFFFF;
  border-radius: 999rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.bb-cta:hover {
  background: #c70e2d;
  text-decoration: none;
}

#bb-colors .bb-section-heading .bb-section-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#bb-colors .bb-section-heading .bb-section-heading-title h2 {
  margin: 0;
}
#bb-colors a:has(h2 + img) img {
  transition: 0.2s ease-in-out;
}
#bb-colors a:has(h2 + img):hover {
  color: #141414;
}
#bb-colors a:has(h2 + img):hover img {
  margin-left: 0.25rem;
}
#bb-colors .bb-text-heading p {
  font-size: 20px;
  font-weight: 600;
}
#bb-colors .negative-margin {
  margin-top: -4rem;
}
#bb-colors .bb-color-chip {
  --bb-color-chip-background: #fff;
  background: var(--bb-color-chip-background);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  border-radius: 12px;
  padding: 0.75rem;
  display: flex;
  align-items: stretch;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease-in-out;
}
#bb-colors .bb-color-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.08);
  border-color: rgba(20, 20, 20, 0.1);
}
#bb-colors .bb-color-chip-showcase {
  background: var(--bb-color-chip-background);
  border-radius: 12px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#bb-colors .bb-color-chip-showcase .bb-tag {
  background: #FFFFFF;
  color: #141414;
  border-radius: 999rem;
  padding: 0.35rem 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  width: max-content;
}
#bb-colors .bb-color-chip-showcase .bb-tag p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
#bb-colors .bb-color-chip-showcase-group {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 0;
  margin-top: 0;
  flex-direction: column;
}
#bb-colors .bb-color-chip-showcase-group p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
#bb-colors .bb-color-chip-showcase-group .bb-copy {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
#bb-colors .bb-color-chip-showcase-group .bb-copy strong {
  font-weight: 600;
  font-size: 1rem;
}
#bb-colors .bb-color-chip--medium {
  min-height: 13.125rem;
}
#bb-colors .bb-color-chip--small {
  min-height: 8.75rem;
}
#bb-colors .bb-color-chip--small .bb-color-chip-showcase p, #bb-colors .bb-color-chip--small .bb-color-chip-showcase strong {
  color: #141414 !important;
}
#bb-colors .bb-color-chip--small .bb-copy {
  color: #141414;
}
#bb-colors .bb-color-chip .bb-color-chip-showcase .bb-tag {
  background: #FFFFFF;
  color: #141414;
}
#bb-colors .bb-color-chip .bb-color-chip-showcase .bb-tag p, #bb-colors .bb-color-chip .bb-color-chip-showcase .bb-tag strong {
  color: #141414;
}
#bb-colors .bb-color-chip .bb-color-chip-showcase p, #bb-colors .bb-color-chip .bb-color-chip-showcase strong {
  color: #FFFFFF;
}
#bb-colors .row.g-3 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
#bb-colors .bb-cta {
  margin-top: 1.25rem;
}
@media (max-width: 991.98px) {
  #bb-colors .bb-color-chip--medium {
    min-height: 12.5rem;
  }
}
@media (max-width: 575.98px) {
  #bb-colors .bb-color-chip {
    padding: 0.625rem;
  }
  #bb-colors .bb-color-chip--medium {
    min-height: 11rem;
  }
  #bb-colors .bb-color-chip--small {
    min-height: 8rem;
  }
  #bb-colors .bb-color-chip-showcase {
    padding: 0.875rem;
  }
}

#bb-fonts .bb-section-heading .bb-section-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#bb-fonts .bb-section-heading .bb-section-heading-title h2 {
  margin: 0;
}
#bb-fonts .bb-section-heading .bb-download--large {
  background: #B2EAEA;
  color: #141414;
  border-radius: 999rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#bb-fonts .bb-section-heading .bb-download--large:hover {
  background: rgb(202.0428571429, 240.5571428571, 240.5571428571);
  color: #084c55;
  text-decoration: none;
}
#bb-fonts .bb-text-heading p {
  font-weight: 600;
  font-size: 1.25rem;
}
#bb-fonts .bb-font {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease-in-out;
}
#bb-fonts a:has(h2 + img) img {
  transition: 0.2s ease-in-out;
}
#bb-fonts a:has(h2 + img):hover {
  color: #141414;
}
#bb-fonts a:has(h2 + img):hover img {
  margin-left: 0.25rem;
}
#bb-fonts .bb-font-showcase {
  background: #B2EAEA;
  padding: 1.25rem 1.25rem 1.75rem;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#bb-fonts .bb-font-showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
#bb-fonts .bb-font-showcase-header .bb-tag {
  background: #FFFFFF;
  color: #141414;
  border-radius: 999rem;
  padding: 0.35rem 0.75rem;
  line-height: 1;
}
#bb-fonts .bb-font-showcase-header .bb-tag p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
#bb-fonts .bb-font-showcase-header .bb-download--small {
  width: fit-content;
  height: 2.25rem;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  gap: 0.5rem;
  border-radius: 999rem;
  place-items: center;
  background: #FFFFFF;
  color: #141414;
  border: 1px solid rgba(20, 20, 20, 0.08);
  transition: 0.15s ease, background-color 0.15s ease, color 0.15s ease-in-out;
}
#bb-fonts .bb-font-showcase-header .bb-download--small:hover {
  background: #f4f4f4;
  gap: 0.75rem;
  text-decoration: none;
}
#bb-fonts .bb-font-showcase-header .bb-download--small img {
  width: 1.125rem;
  height: 1.125rem;
}
#bb-fonts .bb-font-showcase-type {
  text-align: center;
  color: #141414;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  min-height: 9.5rem;
  font-family: var(--bb-font-family, "houschka-pro", sans-serif);
}
#bb-fonts .bb-font-showcase-type .font-name p {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(2.1rem, 2.6vw + 1rem, 3rem);
  line-height: 1.05;
}
#bb-fonts .bb-font-showcase-type .font-weight p {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2vw + 0.75rem, 1.75rem);
  line-height: 1.05;
}
#bb-fonts .bb-font-selector {
  background: #fff;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  padding: 0.75rem 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 16px 16px;
}
#bb-fonts .bb-font-selector p {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #141414;
}
#bb-fonts .bb-font-selector-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#bb-fonts .bb-font-selector .bb-selector {
  appearance: none;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #141414;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999rem;
  cursor: pointer;
  min-width: 3.125rem;
  line-height: 1;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
#bb-fonts .bb-font-selector .bb-selector:hover {
  background: rgba(229, 229, 229, 0.45);
}
#bb-fonts .bb-font-selector .bb-selector:active {
  transform: translateY(1px);
}
#bb-fonts .bb-font-selector .bb-selector.active {
  background: #B2EAEA;
  border-color: transparent;
}
#bb-fonts .bb-font-showcase-type {
  --bb-weight: 700;
}
#bb-fonts .bb-font-showcase-type .font-name p,
#bb-fonts .bb-font-showcase-type .font-weight p {
  font-weight: var(--bb-weight) !important;
}
#bb-fonts .bb-cta {
  margin-top: 1.25rem;
}
@media (max-width: 991.98px) {
  .bb-font-showcase #bb-fonts-type {
    min-height: 8.75rem;
  }
}
@media (max-width: 575.98px) {
  #bb-fonts .bb-font {
    border-radius: 12px;
  }
  #bb-fonts .bb-font-showcase {
    border-radius: 12px 12px 0 0;
    padding: 1rem 0.875rem 1.25rem;
  }
  #bb-fonts .bb-font-selector {
    padding: 0.65rem 0.75rem;
    border-radius: 0 0 12px 12px;
  }
  #bb-fonts .bb-font-showcase-type {
    min-height: 7.5rem;
  }
}

#bb-usecase a:has(h2 + img) img {
  transition: 0.2s ease-in-out;
}
#bb-usecase a:has(h2 + img):hover {
  color: #141414;
}
#bb-usecase a:has(h2 + img):hover img {
  margin-left: 0.25rem;
}
#bb-usecase .bb-image img {
  aspect-ratio: 16/12;
  border-radius: 12px;
}

#bb-lockedsection {
  position: relative;
}

.bb-locked-sections {
  position: relative;
  min-height: 28rem;
}
.bb-locked-sections.is-unlocked .bb-locked-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-2px);
}
.bb-locked-sections h2 {
  z-index: 1000;
}

.bb-locked-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding-top: 0.5rem;
}
.bb-locked-title i {
  font-size: 1.25rem;
  line-height: 1;
}

.bb-locked-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(255, 238, 167, 0.82);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.bb-locked-overlay .container-xl {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-content: center;
  row-gap: 0.875rem;
  height: 100%;
  padding: clamp(12px, 3vw, 28px);
}
.bb-locked-overlay .bb-locked-title {
  justify-self: start;
  margin-bottom: 0.25rem;
}

.bb-locked-lead {
  margin: 0.25rem 0 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #141414;
}

.bb-locked-form {
  width: min(640px, 92vw);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 2px solid #E81035;
  border-radius: 999rem;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.08);
}
.bb-locked-form input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0.9rem 1.1rem;
  font-size: 1rem;
  color: #141414;
}
.bb-locked-form input::placeholder {
  color: rgba(20, 20, 20, 0.45);
}
.bb-locked-form .bb-locked-sections-visibility-icon {
  width: 40px;
  height: 40px;
  margin-right: 0.35rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #E81035;
  color: #FFFFFF;
  transition: transform 0.1s ease, filter 0.2s ease;
}
.bb-locked-form .bb-locked-sections-visibility-icon:hover {
  filter: brightness(1.02);
}
.bb-locked-form .bb-locked-sections-visibility-icon:active {
  transform: translateY(1px);
}
.bb-locked-form .bb-locked-sections-visibility-icon i {
  pointer-events: none;
}
.bb-locked-form .bb-locked-submit {
  border: 0;
  height: 40px;
  padding: 0 1rem;
  margin-right: 0.35rem;
  border-radius: 999rem;
  background: #E81035;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.1s ease;
}
.bb-locked-form .bb-locked-submit:hover {
  background: rgb(198.6032258065, 13.6967741935, 45.3705645161);
}
.bb-locked-form .bb-locked-submit:active {
  transform: translateY(1px);
}

.bb-locked-help small {
  color: #141414;
}
.bb-locked-help small a {
  color: #141414;
  text-decoration: underline;
  font-weight: 600;
}

.bb-locked-sections-grid {
  filter: blur(0.25px) saturate(0.98);
}

@media (max-width: 575.98px) {
  .bb-locked-form {
    border-width: 2px;
  }
  .bb-locked-form input {
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
  }
  .bb-locked-form .bb-locked-submit {
    height: 38px;
    padding: 0 0.9rem;
  }
  .bb-locked-form .bb-locked-sections-visibility-icon {
    height: 38px;
    width: 38px;
  }
}
.site-footer {
  background: #FFFFFF;
  border-top: 1px solid #E5E5E5;
  padding: 1rem 0;
}
.site-footer .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-footer .footer__cta {
  white-space: nowrap;
  width: fit-content;
}
@media (max-width: 768px) {
  .site-footer .footer__cta {
    margin: 1rem auto 1rem;
  }
}
.site-footer .footer__copy {
  margin: 0;
  color: #5E5F5F;
  font-size: 0.875rem;
  text-align: right;
}
.site-footer .footer__copy a {
  color: #141414;
  font-weight: 700;
  text-decoration: none;
}
.site-footer .footer__copy a:hover {
  color: #ec6608;
}
@media (max-width: 575.98px) {
  .site-footer .container-xl {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .site-footer .footer__copy {
    text-align: center;
  }
}

#bb-lockedsection,
.bb-locked-sections,
.bb-locked-overlay {
  overflow-x: clip;
}

.bb-locked-overlay .container-xl {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(12px, 4vw, 24px);
  padding-right: clamp(12px, 4vw, 24px);
}

.bb-locked-form {
  width: 100%;
  max-width: min(640px, 92vw);
}

@media (max-width: 430px) {
  .bb-locked-title {
    font-size: 1.375rem;
  }
  .bb-locked-lead {
    font-size: 1.05rem;
  }
}
@media (max-width: 420px) {
  .bb-locked-form {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    border-radius: 16px;
  }
  .bb-locked-form input {
    padding-right: 3.25rem;
  }
  .bb-locked-form .bb-locked-sections-visibility-icon {
    position: absolute;
    right: 0.4rem;
    top: 26%;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .bb-locked-form .bb-locked-submit {
    margin: 0rem 0.35rem 0.35rem;
  }
}
@media (max-width: 350px) {
  .bb-locked-form input {
    padding: 0.7rem 0.9rem 0.7rem 1.1rem;
  }
  .bb-locked-form .bb-locked-sections-visibility-icon,
  .bb-locked-form .bb-locked-submit {
    height: 36px;
  }
}
.logomanual-page .bb-cta {
  display: flex;
  width: fit-content;
  color: #141414;
  background-color: #B2EAEA;
  gap: 0.5rem;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.logomanual-page .bb-cta:hover {
  background-color: rgb(202.0428571429, 240.5571428571, 240.5571428571);
  text-decoration: none;
}
.logomanual-page .bb-page-heading ul li a {
  display: flex;
  gap: 0.75rem;
}
.logomanual-page .bb-page-heading ul li a img {
  width: 1.375rem;
}
.logomanual-page .bb-page-heading ul li a:hover {
  gap: 1rem;
}

@media (max-width: 768px) {
  main.logomanual-page {
    gap: 4rem;
  }
}

.logomanual-page h1 {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .logomanual-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .logomanual-page nav {
    margin-top: 3rem;
  }
}
.logomanual-page #bb-logotypes .row.g-3 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
.logomanual-page #bb-logotypes .bb-logo {
  background: #fff !important;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  border-radius: 16px;
  padding: 1rem 1rem 1rem;
  min-height: 18rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.logomanual-page #bb-logotypes .bb-logo-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.5rem;
}
.logomanual-page #bb-logotypes .bb-logo-header strong {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
.logomanual-page #bb-logotypes .bb-logo-header .bb-logo-header-height p {
  margin: 0;
  font-size: 0.875rem;
  color: #5E5F5F;
  font-weight: 600;
}
.logomanual-page #bb-logotypes .bb-logo-header .bb-logo-header-height p .bb-logo-header-digital, .logomanual-page #bb-logotypes .bb-logo-header .bb-logo-header-height p .bb-logo-header-print {
  margin-left: 0.6rem;
}
.logomanual-page #bb-logotypes .bb-logo-image {
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  margin: 0.25rem 0 1rem;
}
.logomanual-page #bb-logotypes .bb-logo-image img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: contain;
  max-width: 13rem;
}
@media (max-width: 575.98px) {
  .logomanual-page #bb-logotypes .bb-logo-image img {
    max-width: 10rem;
    margin: 2rem 1rem 1rem;
  }
}
.logomanual-page #bb-logotypes .bb-logo-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.logomanual-page #bb-logotypes .bb-logo-download-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.logomanual-page #bb-logotypes .bb-logo-download-formats .bb-download.bb-download--outline {
  border: 1px solid #E5E5E5 !important;
  background: transparent;
  color: #141414 !important;
  padding: 0.35rem 0.6rem;
  line-height: 1;
  border-radius: 999rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.logomanual-page #bb-logotypes .bb-logo-download-formats .bb-download.bb-download--outline:hover {
  background: #B2EAEA;
  text-decoration: none;
}
.logomanual-page #bb-logotypes .bb-logo-download > .bb-download {
  background: #B2EAEA !important;
  color: #141414 !important;
  border-radius: 999rem;
  padding: 0.5rem 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.logomanual-page #bb-logotypes .bb-logo-download > .bb-download i {
  font-size: 1.125rem;
  line-height: 1;
  margin-left: 0;
}
.logomanual-page #bb-logotypes .bb-logo-download > .bb-download:hover {
  background: #c7e8eb !important;
  color: #084c55 !important;
  text-decoration: none;
}
.logomanual-page #bb-logotypes .bb-logo--small {
  min-height: 15rem;
}
.logomanual-page #bb-safezone .bb-text-heading p {
  font-size: 1.125rem;
  font-weight: 600;
}
.logomanual-page #bb-safezone .bb-image {
  height: 100%;
  max-height: 27.75rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .logomanual-page #bb-safezone .bb-image {
    max-height: none;
    height: unset;
  }
}
.logomanual-page #bb-safezone .bb-image img {
  height: 100%;
  width: 100%;
  max-height: 27.75rem;
  border-radius: 0.75rem;
  object-fit: cover;
  aspect-ratio: unset;
}
.logomanual-page #bb-construction .bb-text-heading p {
  font-size: 1.125rem;
  font-weight: 600;
}
.logomanual-page #bb-construction .bb-image {
  height: 100%;
  max-height: 27.75rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .logomanual-page #bb-construction .bb-image {
    max-height: none;
    height: unset;
  }
}
.logomanual-page #bb-construction .bb-image img {
  height: 100%;
  width: 100%;
  max-height: 27.75rem;
  border-radius: 0.75rem;
  object-fit: cover;
  aspect-ratio: unset;
}
.logomanual-page #bb-right-use .bb-text-heading p {
  font-size: 1.125rem;
  font-weight: 600;
}
.logomanual-page #bb-right-use .bb-image {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .logomanual-page #bb-right-use .bb-image {
    max-height: none;
    height: unset;
  }
}
.logomanual-page #bb-right-use .bb-image img {
  height: 100%;
  width: 100%;
  max-height: 22rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: unset;
  object-position: bottom;
  object-fit: cover;
}
.logomanual-page #bb-wrong-use .bb-text-heading p {
  font-size: 1.125rem;
  font-weight: 600;
}
.logomanual-page #bb-wrong-use .bb-image {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .logomanual-page #bb-wrong-use .bb-image {
    max-height: none;
    height: unset;
  }
}
.logomanual-page #bb-wrong-use .bb-image img {
  height: 100%;
  width: 100%;
  max-height: 22rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: unset;
  object-fit: cover;
}

.colors-page .bb-cta {
  display: flex;
  width: fit-content;
  color: #141414;
  background-color: #B2EAEA;
  gap: 0.5rem;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.colors-page .bb-cta:hover {
  background-color: rgb(202.0428571429, 240.5571428571, 240.5571428571);
  text-decoration: none;
}
.colors-page .text-heading {
  font-size: 1.125rem;
  font-weight: 600;
}
.colors-page .bb-page-heading ul li a {
  display: flex;
  gap: 0.75rem;
}
.colors-page .bb-page-heading ul li a img {
  width: 1.375rem;
}
.colors-page .bb-page-heading ul li a:hover {
  gap: 1rem;
}

@media (max-width: 768px) {
  main.colors-page {
    gap: 4rem;
  }
}

.colors-page h1 {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .colors-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .colors-page nav {
    margin-top: 3rem;
  }
}

.font-page .bb-cta {
  display: flex;
  width: fit-content;
  color: #141414;
  background-color: #B2EAEA;
  gap: 0.5rem;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.font-page .bb-cta:hover {
  background-color: rgb(202.0428571429, 240.5571428571, 240.5571428571);
  text-decoration: none;
}
.font-page .text-heading {
  font-size: 1.125rem;
  font-weight: 600;
}
.font-page .bb-page-heading ul li a {
  display: flex;
  gap: 0.75rem;
}
.font-page .bb-page-heading ul li a img {
  width: 1.375rem;
}
.font-page .bb-page-heading ul li a:hover {
  gap: 1rem;
}

@media (max-width: 768px) {
  main.font-page {
    gap: 4rem;
  }
}

.font-page h1 {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .font-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .font-page nav {
    margin-top: 3rem;
  }
}

#bb-contrastcheck {
  margin-bottom: 6rem;
}
#bb-contrastcheck a {
  background-color: #E81035;
  color: white;
  font-weight: 500;
}
#bb-contrastcheck a:hover {
  background-color: #c70e2d;
  text-decoration: none;
}

/* Styl karty přesně jako na screenshotu */
.bb-color-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .bb-color-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .bb-color-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .bb-color-grid {
    grid-template-columns: 1fr;
  }
}

.bb-color-card {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.bb-color-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.08);
  border-color: rgba(20, 20, 20, 0.1);
}

.bb-color-card {
  position: relative;
}

.bb-color-swatch {
  background: var(--swatch);
  height: 8.25rem;
  border-radius: 12px 12px 0 0;
}

.bb-color-meta {
  padding: 1rem;
  background: #fff;
}
.bb-color-meta h3 {
  font-size: 1rem;
  margin: 0.25rem 0 0.5rem;
  position: absolute;
  top: 6.25rem;
  color: white;
  font-weight: 300;
}
.bb-color-meta dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 0.25rem;
}
.bb-color-meta dl div {
  display: contents;
}
.bb-color-meta dl dt {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #141414;
}
.bb-color-meta dl dd {
  margin: 0;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #141414;
  text-align: right;
}

#bb-secondarycolors .bb-color-meta h3 {
  color: #141414;
}

.bb-font {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  overflow: hidden;
  font-family: var(--bb-font-family, "houschka-pro", sans-serif);
}

.bb-font-showcase {
  position: relative;
  background: #B2EAEA;
  border-radius: 12px 12px 0 0;
  padding: 2.25rem 1.25rem 1.75rem;
  min-height: 140px;
  display: grid;
  place-items: center;
}

.bb-font-download {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.bb-font-download i {
  font-size: 1rem;
  line-height: 1;
  color: #141414;
}

.bb-font-showcase-type {
  text-align: center;
  color: #141414;
}

.bb-font-showcase-header {
  width: 100%;
}

.bb-font-showcase-type .font-name p {
  margin: 0;
  font-weight: 700;
  font-size: 2.25rem;
}

.bb-font-showcase-type .font-weight p {
  margin: 0.15rem 0 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.bb-font-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-top: 1px solid #E5E5E5;
  background: #fff;
}

.bb-font-row-label {
  margin: 0;
  font-size: 0.9375rem;
  color: #141414;
  font-weight: 600;
}

.bb-chip {
  appearance: none;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #141414;
  border-radius: 999rem;
  padding: 0.35rem 0.8rem;
  min-width: 48px;
  line-height: 1;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.15s;
}

.bb-chip:hover {
  background: #F3F3F3;
}

.bb-chip.is-active {
  background: #B2EAEA;
  border-color: transparent;
}

.bb-font-sample {
  align-items: flex-start;
}

.bb-font-download {
  width: fit-content;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999rem;
  padding: 0 0.75rem;
  transition: 0.3s ease-in-out;
}
.bb-font-download:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.bb-font-characters p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  color: #141414;
}
@media (max-width: 575.98px) {
  .bb-font-characters p {
    font-size: 0.875rem;
  }
}

#bb-primaryfont .bb-font-showcase, #bb-secondaryfont .bb-font-showcase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 16.313rem;
}
#bb-primaryfont .bb-font-showcase .bb-font-showcase-type, #bb-secondaryfont .bb-font-showcase .bb-font-showcase-type {
  margin: 0;
}
#bb-primaryfont .bb-font-showcase .font-name p, #bb-secondaryfont .bb-font-showcase .font-name p {
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  #bb-primaryfont .bb-font-showcase .font-name p, #bb-secondaryfont .bb-font-showcase .font-name p {
    font-size: 2.25rem;
  }
}
#bb-primaryfont .bb-font-showcase .font-weight p, #bb-secondaryfont .bb-font-showcase .font-weight p {
  font-size: 2.25rem;
}
@media (max-width: 575.98px) {
  #bb-primaryfont .bb-font-showcase .font-weight p, #bb-secondaryfont .bb-font-showcase .font-weight p {
    font-size: 1.5rem;
  }
}

.bb-font-characters {
  min-width: 0;
}

.bb-font-characters p {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bb-font-row.bb-font-sample {
  align-items: flex-start;
}

.bb-table {
  position: relative;
  --bb-gap: 2rem;
  --bb-col-2: 132px;
  --bb-col-3: 132px;
  background: #FFEEA7;
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  gap: var(--bb-gap);
  align-items: flex-start;
}

.bb-table-column {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.bb-table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 0;
}

.bb-table > .bb-table-column:first-child .bb-table-cell {
  justify-content: flex-start;
}

.bb-table > .bb-table-column:first-child .bb-table-cell:not(.bb-table-cell--hidden) {
  background: #fff;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.04);
}

.bb-table > .bb-table-column:first-child .bb-table-cell p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #141414;
}

.bb-table > .bb-table-column:nth-child(2) .bb-table-cell:first-child p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  font-family: "houschka-pro", sans-serif;
  color: #141414;
}

.bb-table > .bb-table-column:nth-child(3) .bb-table-cell:first-child p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  color: #141414;
}

.bb-table-cell--hidden {
  visibility: hidden;
  height: 1rem;
  min-height: 1rem;
  padding: 0;
}

.bb-table i {
  font-size: 1.25rem;
  line-height: 1;
}

.bb-table i.ti-circle-check {
  color: #0BA965;
}

.bb-table i.ti-circle-x {
  color: #E81035;
}

.bb-table > .bb-table-column:nth-child(2),
.bb-table > .bb-table-column:nth-child(3) {
  width: var(--bb-col-2);
}

.bb-table > .bb-table-column:nth-child(3) {
  width: var(--bb-col-3);
}

.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(2)::after,
.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + var(--bb-gap));
  width: calc(var(--bb-col-2) + var(--bb-gap) + var(--bb-col-3));
  height: 46px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.04);
  z-index: 0;
}

@media (max-width: 575.98px) {
  .bb-table {
    gap: 1.25rem;
    padding: 1rem;
    --bb-gap: 1.25rem;
    --bb-col-2: 112px;
    --bb-col-3: 112px ;
  }
  .bb-table .bb-table-cell {
    min-height: 44px;
  }
}
#bb-rules .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-bottom: 6rem;
}

#bb-rules .bb-panel {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.04);
  border-radius: 12px;
  padding: 1.25rem;
  min-height: 168px;
  height: 100%;
}

#bb-rules .bb-panel-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F7C7C8;
  display: grid;
  place-items: center;
}

#bb-rules .bb-panel-icon i {
  font-size: 1.25rem;
  line-height: 1;
  color: #E81035;
}

#bb-rules .bb-panel h3,
#bb-rules .bb-panel p {
  margin-left: 4.25rem;
}

#bb-rules .bb-panel h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  #bb-rules .bb-panel h3 {
    font-size: 1.25rem;
  }
}

#bb-rules .bb-panel p {
  color: #293038;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 575.98px) {
  #bb-rules .bb-panel p {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  #bb-rules .bb-panel {
    padding: 1rem;
  }
  #bb-rules .bb-panel-icon {
    width: 40px;
    height: 40px;
  }
  #bb-rules .bb-panel h3,
  #bb-rules .bb-panel p {
    margin-left: 4rem;
  }
}
.bb-table {
  --bb-gap: 2rem;
  --bb-col-2: 132px;
  --bb-col-3: 132px;
  background: #FFEEA7;
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  gap: var(--bb-gap);
  align-items: flex-start;
  position: relative;
}

.bb-table-column {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.bb-table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.bb-table > .bb-table-column:first-child .bb-table-cell {
  justify-content: flex-start;
}

.bb-table > .bb-table-column:first-child .bb-table-cell:not(.bb-table-cell--hidden) {
  background: #fff;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.04);
}

.bb-table > .bb-table-column:first-child .bb-table-cell p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #141414;
}
@media (max-width: 575.98px) {
  .bb-table > .bb-table-column:first-child .bb-table-cell p {
    font-size: 0.875rem;
    padding: 0;
  }
}

.bb-table > .bb-table-column:nth-child(2) .bb-table-cell:first-child p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  font-family: "houschka-pro", sans-serif;
  color: #141414;
}

.bb-table > .bb-table-column:nth-child(3) .bb-table-cell:first-child p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  color: #141414;
}

.bb-table > .bb-table-column:not(:first-child) .bb-table-cell {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(2)::after,
.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + var(--bb-gap));
  width: calc(var(--bb-col-2) + var(--bb-gap) + var(--bb-col-3));
  height: 46px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.04);
  z-index: 0;
}

.bb-table > .bb-table-column:nth-child(2),
.bb-table > .bb-table-column:nth-child(3) {
  width: var(--bb-col-2);
}

.bb-table > .bb-table-column:nth-child(3) {
  width: var(--bb-col-3);
}

.bb-table i {
  font-size: 1.25rem;
  line-height: 1;
}

.bb-table i.ti-circle-check {
  color: #0BA965;
}

.bb-table i.ti-circle-x {
  color: #E81035;
}

@media (max-width: 575.98px) {
  .bb-table {
    gap: 1.25rem;
    padding: 1rem;
    --bb-gap: 1.25rem;
    --bb-col-2: 112px;
    --bb-col-3: 112px;
  }
  .bb-table .bb-table-cell {
    min-height: 44px;
  }
}
.bb-table {
  --bb-join: 10px;
  margin-left: auto;
  justify-content: space-around;
}

.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(2)::after,
.bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(4)::after {
  left: calc(100% + var(--bb-gap) - var(--bb-join));
  width: calc(var(--bb-col-2) + var(--bb-col-3) + var(--bb-gap) + var(--bb-join));
  height: 46px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.04);
  z-index: 0;
}

.bb-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .bb-table {
    width: 100%;
    margin: 0;
    --bb-gap: 1rem;
    --bb-col-2: 120px;
    --bb-col-3: 120px;
    --bb-join: 8px;
  }
}
@media (max-width: 420px) {
  .bb-table {
    --bb-gap: .75rem;
    --bb-col-2: 104px;
    --bb-col-3: 104px;
    --bb-join: 6px;
  }
}
@media (max-width: 360px) {
  .bb-table {
    --bb-col-2: 96px;
    --bb-col-3: 96px;
  }
}
@media (max-width: 575.98px) {
  .bb-table {
    width: 100%;
    margin: 0;
    padding: 0.75rem;
    gap: 0.5rem;
  }
  .bb-table > .bb-table-column:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  .bb-table > .bb-table-column:nth-child(2),
  .bb-table > .bb-table-column:nth-child(3) {
    flex: 0 0 88px;
    width: 88px;
  }
  .bb-table > .bb-table-column:first-child .bb-table-cell:not(.bb-table-cell--hidden) {
    padding: 0.5rem 0.75rem;
    width: fit-content;
  }
  .bb-table > .bb-table-column:first-child .bb-table-cell p {
    font-size: 0.9rem;
  }
  .bb-table i {
    font-size: 0.95rem;
  }
  .bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(2)::after,
  .bb-table > .bb-table-column:first-child .bb-table-cell:nth-child(4)::after {
    display: none;
  }
}
.bb-box {
  background-color: #EBEBEB;
}
.bb-box:hover {
  background-color: #E81035;
  color: white;
  text-decoration: none;
}
.bb-box:hover a {
  text-decoration: none;
}
.bb-box:hover h3, .bb-box:hover p {
  color: white;
  text-decoration: none;
}

.bb-gallery .col[hidden] {
  display: none;
}

/*# sourceMappingURL=termo-custom.css.map */
