.wrapper {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1600px) {
    .wrapper {
      max-width: 1350px; } }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .wrapper {
      max-width: 1150px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .wrapper {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wrapper {
      max-width: 700px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wrapper {
      max-width: 530px; } }
  @media (max-width: 575.98px) {
    .wrapper {
      max-width: 330px; } }

.btn {
  border: 0;
  height: 30px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  background: #2d4391 0% 0% no-repeat padding-box; }
  .btn.fav {
    height: 29px;
    border-radius: 2px;
    color: #c7c7c7;
    background-color: #ffffff;
    border: 1px solid #c7c7c7; }
    .btn.fav.active {
      color: #fff;
      background-color: #eb5102; }
    .btn.fav:not(.active):hover {
      color: #ffffff; }
  .btn.cart {
    line-height: 20px;
    border-radius: 2px;
    font-size: 0.875rem;
    text-transform: uppercase; }
    .btn.cart.active {
      background-color: #eb5102; }
  .btn.cancel {
    text-transform: uppercase;
    background-color: #747474; }
    .btn.cancel.alt {
      background-color: #444444; }
  .btn.update {
    text-transform: uppercase;
    background-color: #2d4391; }
    .btn.update.alt {
      background-color: #349933; }
  .btn:hover {
    cursor: pointer; }
  .btn:not(.active):hover {
    background-color: #09aec6 !important; }
  .btn:disabled {
    color: #888888;
    border: 1px solid #cccccc;
    background-color: #444444; }
  .btn-custom {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    color: #444444;
    font-family: "Lato";
    font-size: 0.875rem;
    font-weight: bold;
    height: 45px;
    text-transform: uppercase; }
    .btn-custom i.fas {
      font-size: 1rem; }
    .btn-custom:hover {
      border-color: #09aec6;
      color: #09aec6;
      cursor: pointer; }
    @media (min-width: 768px) {
      .btn-custom {
        height: 36px; } }
  .btn.patch {
    width: 100%;
    font-size: 14px;
    min-height: 30px;
    max-height: 50px;
    height: 100%;
    font-weight: 600;
    line-height: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #009ada !important; }
    .btn.patch:hover {
      background-color: #7b48a3 !important; }
  .btn.variant-option {
    line-height: 20px;
    border-radius: 2px;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #ffff !important;
    border: 1px solid #c7c7c7;
    color: #000000;
    min-width: 80px;
    max-width: 80px;
    margin-top: 5px; }
    .btn.variant-option.active {
      background-color: #c8c8c8 !important;
      color: black; }
    .btn.variant-option:not(.active):hover {
      background-color: #c8c8c8 !important; }

.input-group {
  margin-bottom: 1rem; }
  .input-group .input-icons {
    margin-top: 0.25rem; }
    .input-group .input-icons.plaintext {
      margin-top: 0; }
  .input-group .msg-error {
    color: #ee333d;
    font-size: 0.8rem;
    margin-top: 0.25rem; }

.input-lbl {
  color: #2d4391;
  font-weight: bold;
  text-transform: uppercase; }
  .input-lbl .required {
    color: #ee333d; }
  .input-lbl .sub-txt {
    color: #444444;
    font-weight: normal;
    text-transform: none; }
    .input-lbl .sub-txt.active {
      color: #1f9d34; }

.input-txt {
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #ffffff 0% 0% no-repeat padding-box; }
  .input-txt:hover, .input-txt:active {
    border: 1px solid #09aec6; }

.input-icons {
  height: 30px;
  display: flex;
  position: relative;
  align-items: center; }
  .input-icons i {
    left: 7px;
    position: absolute;
    color: #707070; }
  .input-icons i-right {
    right: 7px;
    position: absolute;
    color: #707070;
    cursor: pointer; }
    .input-icons i-right.sign-up {
      right: 30px; }
  .input-icons input,
  .input-icons select,
  .input-icons textarea {
    outline: 0;
    width: 100%;
    padding-left: 30px;
    border-radius: 3px;
    color: #444444;
    height: calc(100% - 4px);
    border: 1px solid #c7c7c7; }
    .input-icons input.no-icon,
    .input-icons select.no-icon,
    .input-icons textarea.no-icon {
      padding-left: 10px;
      padding-right: 10px; }
  .input-icons select {
    height: 100%; }
  .input-icons .optional {
    right: 7px;
    position: absolute;
    color: #747474; }
  .input-icons .plaintext {
    color: #444444;
    font-family: "Lato", Helvetica, sans-serif;
    margin-top: 0.5rem;
    padding-left: 10px; }
  .input-icons:focus-within i {
    color: #9ba1e5; }
  .input-icons:focus-within input,
  .input-icons:focus-within select,
  .input-icons:focus-within textarea {
    border-color: #9ba1e5; }
  .input-icons:hover > i {
    color: #09aec6; }
  .input-icons:hover input,
  .input-icons:hover select,
  .input-icons:hover textarea {
    border: 1px solid #09aec6; }
  .input-icons:hover.disabled > i {
    color: #707070; }
  .input-icons:hover.disabled input,
  .input-icons:hover.disabled select,
  .input-icons:hover.disabled textarea {
    border: 1px solid #c7c7c7; }
  .input-icons.valid i {
    color: #349933; }
  .input-icons.valid input,
  .input-icons.valid select,
  .input-icons.valid textarea {
    border: 1px solid #349933; }
  .input-icons.valid .optional {
    right: 30px; }
  .input-icons.valid:after {
    right: 7px;
    content: "\f058";
    font-weight: 900;
    position: absolute;
    color: #349933;
    font-family: "Font Awesome 5 Free"; }
  .input-icons.invalid i {
    color: #ee333d; }
  .input-icons.invalid input,
  .input-icons.invalid select,
  .input-icons.invalid textarea {
    border: 1px solid #ee333d; }
  .input-icons.invalid .optional {
    right: 30px; }
  .input-icons.invalid:after {
    right: 7px;
    content: "\f057";
    font-weight: 900;
    position: absolute;
    color: #ee333d;
    font-family: "Font Awesome 5 Free"; }
  .input-icons.plaintext input,
  .input-icons.plaintext select,
  .input-icons.plaintext textarea,
  .input-icons.plaintext input:hover,
  .input-icons.plaintext select:hover,
  .input-icons.plaintext textarea:hover {
    border: transparent;
    cursor: default; }
  .input-icons.textarea {
    height: 150px; }
    .input-icons.textarea textarea {
      height: calc(100% - 22px);
      margin-bottom: 0;
      margin-top: 0;
      padding: 10px;
      resize: none; }

.input-file > input {
  height: 0.0625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.0625rem;
  z-index: -1; }

.input-file > label {
  align-items: center;
  border: 0.0625rem solid #95989a;
  border-radius: 0.125rem;
  color: #95989a;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 43px;
  justify-content: center;
  line-height: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-transform: uppercase; }
  .input-file > label.active {
    background-color: #1f9d34;
    border-color: #1f9d34;
    color: #ffffff; }
  .input-file > label:not(.active):hover {
    background: #09aec6;
    border-color: #09aec6;
    color: #ffffff; }
  .input-file > label i {
    margin-left: 0.5rem; }

.pg-title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 43px;
  color: #2d4391; }

.sec-title {
  font-size: 2rem;
  line-height: 30px;
  color: #eb5102; }

.prd-title {
  font-weight: 600;
  color: #2d4391; }

.sub-hdr {
  font-weight: 600;
  color: #444444; }

.list-price {
  color: #444444;
  text-decoration: line-through;
  text-transform: uppercase; }

.sale-price {
  font-weight: 600;
  color: #eb5102;
  text-transform: uppercase; }

.menu-lbl {
  font-weight: 600;
  color: #fe9e2c; }

.support-lbl {
  color: #2a3e85; }

.hyperlink {
  color: #09aec6;
  text-decoration: underline; }

.hover-underline:hover {
  text-decoration: underline; }

.radio {
  margin: 0.5rem; }
  .radio.custom-digitizing {
    display: inline-block;
    margin-right: 10px; }
    @media (max-width: 1199px) {
      .radio.custom-digitizing {
        display: block; } }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      top: 0;
      width: 1em;
      height: 1em;
      content: "";
      cursor: pointer;
      position: relative;
      text-align: center;
      margin-right: 10px;
      border-radius: 100%;
      vertical-align: top;
      display: inline-block;
      background: #ffffff;
      transition: all 250ms ease;
      border: 2px solid #cccccc; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }
    .radio input[type="radio"] + .radio-label:hover span {
      cursor: pointer;
      color: #09aec6; }
    .radio input[type="radio"]:hover + .radio-label:before {
      border: 2px solid #09aec6;
      background-color: #09aec6;
      box-shadow: inset 0 0 0 3px #ffffff; }
    .radio input[type="radio"]:checked + .radio-label:before {
      border: 2px solid #eb5102;
      background-color: #eb5102;
      box-shadow: inset 0 0 0 3px #ffffff; }
    .radio input[type="radio"]:checked + .radio-label span {
      color: #eb5102; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      cursor: not-allowed;
      border-color: #cccccc;
      background: #ffffff; }
    .radio input[type="radio"]:disabled + .radio-label span {
      cursor: not-allowed;
      color: #cccccc; }
    .radio input[type="radio"]:disabled:checked + .radio-label:before {
      background: #cccccc; }
  .radio.alt input[type="radio"]:checked + .radio-label:before {
    border: 2px solid #349933;
    background-color: #349933;
    box-shadow: inset 0 0 0 3px #ffffff; }
  .radio.alt input[type="radio"]:checked + .radio-label span {
    color: #349933; }

.toggle .tg-list {
  text-align: center;
  display: flex;
  align-items: center; }

.toggle .tgl-input {
  display: none; }
  .toggle .tgl-input, .toggle .tgl-input:after, .toggle .tgl-input:before,
  .toggle .tgl-input *,
  .toggle .tgl-input *:after,
  .toggle .tgl-input *:before,
  .toggle .tgl-input + .tgl-btn {
    box-sizing: border-box; }
    .toggle .tgl-input::-moz-selection, .toggle .tgl-input:after::-moz-selection, .toggle .tgl-input:before::-moz-selection, .toggle .tgl-input *::-moz-selection, .toggle .tgl-input *:after::-moz-selection, .toggle .tgl-input *:before::-moz-selection, .toggle .tgl-input + .tgl-btn::-moz-selection {
      background: none; }
    .toggle .tgl-input::selection, .toggle .tgl-input:after::selection, .toggle .tgl-input:before::selection,
    .toggle .tgl-input *::selection,
    .toggle .tgl-input *:after::selection,
    .toggle .tgl-input *:before::selection,
    .toggle .tgl-input + .tgl-btn::selection {
      background: none; }
  .toggle .tgl-input + .tgl-btn {
    outline: 0;
    width: 2rem;
    height: 1.25rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: relative;
    display: inline-block; }
    .toggle .tgl-input + .tgl-btn:after, .toggle .tgl-input + .tgl-btn:before {
      width: 50%;
      content: "";
      height: 100%;
      display: block;
      position: relative; }
    .toggle .tgl-input + .tgl-btn:after {
      left: 0; }
    .toggle .tgl-input + .tgl-btn:before {
      display: none; }
  .toggle .tgl-input:checked + .tgl-btn:after {
    left: 50%; }
  .toggle .tgl-input + .tgl-btn {
    padding: 2px;
    border-radius: 2rem;
    transition: all 0.4s ease;
    background: #cccccc; }
    .toggle .tgl-input + .tgl-btn:after {
      border-radius: 50%;
      background: #ffffff;
      transition: all 0.2s ease; }
  .toggle .tgl-input:checked + .tgl-btn {
    background: #eb5102; }

.toggle > label {
  cursor: pointer;
  margin-left: 9px;
  color: #444444; }

.toggle.alt .tgl-input:checked + .tgl-btn {
  background: #349933; }

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 2px;
  cursor: pointer; }
  .checkbox span {
    font-size: 1rem;
    line-height: 20px;
    color: #444444; }
  .checkbox:hover span {
    color: #09aec6; }
  .checkbox .indicator {
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid #cccccc; }
    .checkbox .indicator :before {
      top: 0;
      left: 0;
      content: "";
      opacity: 0.6;
      z-index: 99999;
      display: block;
      position: absolute;
      border-radius: 4px;
      transform: scale(0);
      background: #eb5102; }
    .checkbox .indicator:after {
      box-sizing: unset;
      content: "";
      position: absolute;
      display: none; }
  .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox input:checked ~ span {
      color: #eb5102; }
    .checkbox input:checked ~ .indicator {
      background: #eb5102;
      border: 2px solid #eb5102; }
      .checkbox input:checked ~ .indicator:after {
        top: 1px;
        left: 2px;
        content: "\f00c";
        font-weight: 900;
        font-style: normal;
        font-size: 0.75rem;
        font-variant: normal;
        text-rendering: auto;
        color: #ffffff;
        display: inline-block;
        font-family: "Font Awesome 5 Free"; }
    .checkbox input:disabled ~ .indicator {
      cursor: not-allowed; }
    .checkbox input:disabled:checked ~ .indicator {
      background: #cccccc;
      opacity: 0.6;
      border: 2px solid #cccccc; }
    .checkbox input:disabled ~ span {
      cursor: not-allowed;
      color: #a8a8a8; }
    .checkbox input.highlighted:disabled:checked ~ .indicator {
      background: #444444;
      opacity: 1;
      border: 2px solid #444444; }
    .checkbox input.highlighted:disabled ~ span {
      cursor: not-allowed;
      color: #444444; }
  .checkbox:hover input:not(:disabled):not(:checked) ~ .indicator:after {
    top: 1px;
    left: 2px;
    content: "\f00c";
    font-weight: 900;
    font-style: normal;
    font-size: 0.75rem;
    font-variant: normal;
    text-rendering: auto;
    color: #09aec6;
    display: inline-block;
    font-family: "Font Awesome 5 Free"; }
  .checkbox.circle .indicator {
    border-radius: 50%; }
  .checkbox.txt-no-highlight input:checked ~ span {
    color: #444444; }
  .checkbox.txt-no-highlight:hover span {
    color: #444444; }
  .checkbox.empty-lbl .indicator {
    left: 5px;
    top: -8px; }

.spl-link {
  font-weight: 600;
  text-decoration: none;
  color: #09aec6; }
  .spl-link:hover {
    text-decoration: underline; }

.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #09aec6; }

.scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border: 1px solid #cccccc; }

.scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #09aec6 #cccccc; }

.scroll {
  scrollbar-track-color: #cccccc;
  scrollbar-face-color: #09aec6; }

select {
  border-style: solid;
  background: #ffffff; }

.custom-dropdown {
  display: flex;
  max-width: 270px;
  position: relative;
  border-radius: 6px;
  align-items: center;
  flex-direction: column;
  border: 1px solid #cccccc;
  background-color: #f1f1f1; }
  .custom-dropdown i {
    color: #cccccc; }
  .custom-dropdown .flex {
    display: flex;
    padding: 6.5px 12px;
    align-items: center;
    width: calc(100% - 24px); }
  .custom-dropdown span {
    color: #444444; }
  .custom-dropdown i.fa-caret-down {
    margin-left: auto; }
  .custom-dropdown .content {
    display: none; }
    .custom-dropdown .content li {
      padding: 3px 0; }
  .custom-dropdown:hover .content {
    left: -1px;
    display: flex;
    margin-left: 0;
    overflow-y: auto;
    max-height: 115px;
    position: absolute;
    color: #ffffff;
    top: calc(100% - 2px);
    padding: 5px 10px 10px;
    flex-direction: column;
    width: calc(100% - 20px);
    border: 1px solid #2893fe;
    border-radius: 0 0px 6px 6px;
    background-color: #09aec6; }
    .custom-dropdown:hover .content li label {
      margin-bottom: 0;
      line-height: 1.125em; }
      .custom-dropdown:hover .content li label:before {
        margin-right: 0;
        border-color: #ffffff; }
      .custom-dropdown:hover .content li label span {
        color: #ffffff; }
    .custom-dropdown:hover .content li input:checked + label:before {
      border-color: #eb5102; }
  .custom-dropdown .checkbox input:checked ~ .indicator:after {
    top: 1px;
    left: 3px; }

.border-box {
  box-sizing: border-box; }

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

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

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

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.w-100 {
  width: 100%; }
  .w-100.imp {
    width: 100% !important; }

.h-100 {
  height: 100%; }
  .h-100.imp {
    height: 100% !important; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.lato {
  font-family: "Lato", Helvetica, sans-serif; }

.roboto {
  font-family: "Roboto", Helvetica, sans-serif; }

.scroll-up {
  right: 30px;
  bottom: 30px;
  position: fixed; }
  .scroll-up i {
    font-size: 3em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff; }
  @media (max-width: 991px) {
    .scroll-up {
      right: 40px;
      bottom: 20px; }
      .scroll-up i {
        font-size: 2em; } }

.rating .img-section {
  width: 106px;
  height: 16px;
  max-width: 100%;
  justify-content: space-between; }
  .rating .img-section img {
    height: 14px; }

.search-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0.75;
  position: fixed;
  background-color: grey; }

.saved-order-btn {
  border: 0;
  border-radius: 6px;
  height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0.5rem;
  width: 120px;
  cursor: pointer; }
  .saved-order-btn.btn-save {
    background-color: #7b48a3; }
  .saved-order-btn.btn-cart {
    background-color: #eb5102; }

.hide-section {
  display: none; }

.variant-options-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column; }
  .variant-options-container .multi-variants {
    display: flex;
    width: 100%;
    margin-top: 5px; }
    @media (max-width: 1199.98px) {
      .variant-options-container .multi-variants {
        margin-top: 15px;
        height: 60px;
        flex-direction: column; } }
  .variant-options-container .variant-key {
    margin-bottom: 0px !important;
    width: calc(100% - 500px);
    display: flex;
    align-items: center; }
    @media (min-width: 1599.98px) {
      .variant-options-container .variant-key {
        width: calc(100% - 550px); } }
    @media (max-width: 1199.98px) {
      .variant-options-container .variant-key {
        width: 100%;
        margin-bottom: 5px !important; } }
  .variant-options-container .variants-custom-dropdown {
    width: 100%;
    position: relative; }
    .variant-options-container .variants-custom-dropdown .selected-option {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      border: 1px solid #ccc;
      cursor: pointer;
      background-color: #fff;
      border-radius: 6px;
      transition: background-color 0.3s ease; }
      .variant-options-container .variants-custom-dropdown .selected-option:hover {
        background-color: #f9f9f9; }
      .variant-options-container .variants-custom-dropdown .selected-option .dropdown-arrow {
        margin-left: 10px;
        font-size: 0.875em;
        color: #444444;
        margin-left: auto; }
    .variant-options-container .variants-custom-dropdown .dropdown-options {
      position: absolute;
      background-color: white;
      border: 1px solid #ccc;
      z-index: 1000;
      width: 100%;
      max-height: 200px;
      overflow-y: auto;
      border-radius: 6px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: opacity 0.3s ease, visibility 0.3s ease; }
    .variant-options-container .variants-custom-dropdown .dropdown-option {
      padding: 10px;
      cursor: pointer;
      transition: background-color 0.3s ease; }
      .variant-options-container .variants-custom-dropdown .dropdown-option:hover {
        background-color: #f0f0f0; }
    .variant-options-container .variants-custom-dropdown .color-option {
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .variant-options-container .variants-custom-dropdown .color-option .color-value {
        flex-grow: 1;
        margin-right: 10px; }
      .variant-options-container .variants-custom-dropdown .color-option .color-swatch {
        width: 70px;
        height: 25px;
        display: inline-block;
        margin-left: 8px;
        background-size: cover; }

.download-progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 1000;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.progress {
  margin-bottom: 0; }

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center; }

.progress-container {
  margin-top: 15px;
  width: 200px; }

.progress-bar {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden; }

.progress {
  height: 100%;
  background: #4caf50;
  transition: width 0.3s ease-in-out; }

.progress-text {
  margin-top: 5px;
  font-size: 14px; }

.sticky-signup-btn {
  position: fixed;
  bottom: 75px;
  left: 10px;
  transform-origin: left bottom;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: #e85525;
  padding: 10px 16px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 16px;
  color: white;
  cursor: pointer; }
  .sticky-signup-btn .close-icon {
    margin-left: 8px;
    background-color: white;
    color: #e85525;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold; }

.h-no-margin {
  font-size: inherit;
  margin: 0;
  padding: 0; }

.mini-membership-promo.right-center {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .mini-membership-promo.right-center .promo-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(44, 68, 145, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    isolation: isolate; }
    .mini-membership-promo.right-center .promo-icon::before {
      content: '';
      position: absolute;
      inset: -16px;
      border-radius: 50%;
      border: 8px solid rgba(235, 81, 2, 0.55);
      animation: promo-icon-pulse 1.5s ease-in-out infinite;
      pointer-events: none;
      will-change: transform, opacity; }
    .mini-membership-promo.right-center .promo-icon img {
      width: 76px;
      height: 80px;
      position: relative;
      z-index: 1; }
    .mini-membership-promo.right-center .promo-icon .close-icon {
      position: absolute;
      top: -16px;
      right: -16px;
      background: #fff;
      color: #eb5102;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      border: 2px solid #eb5102;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease; }
      .mini-membership-promo.right-center .promo-icon .close-icon:hover {
        background: #eb5102;
        color: #fff; }
  .mini-membership-promo.right-center .promo-hover-card {
    margin-top: 10px;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(44, 68, 145, 0.18);
    padding: 24px 20px 20px 20px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.25s;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateX(0);
    margin-top: 15px;
    font-family: "Lato", Helvetica, sans-serif; }
    .mini-membership-promo.right-center .promo-hover-card::before {
      content: '';
      position: absolute;
      top: -15px;
      right: 0;
      transform: translateX(0);
      width: 80px;
      height: 15px;
      background: transparent;
      pointer-events: auto; }
    .mini-membership-promo.right-center .promo-hover-card .promo-headline {
      font-size: 1.2rem;
      font-weight: 700;
      color: #2d4391;
      margin-bottom: 16px;
      text-transform: uppercase; }
    .mini-membership-promo.right-center .promo-hover-card .promo-subtext {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 16px;
      text-align: left;
      font-weight: 400; }
      .mini-membership-promo.right-center .promo-hover-card .promo-subtext .discount-list {
        list-style: none;
        padding: 0;
        margin: 0; }
        .mini-membership-promo.right-center .promo-hover-card .promo-subtext .discount-list li {
          padding: 8px 0;
          font-size: 0.95rem;
          color: #2d4391;
          border-bottom: 1px solid #f0f0f0;
          font-weight: 500; }
          .mini-membership-promo.right-center .promo-hover-card .promo-subtext .discount-list li:last-child {
            border-bottom: none; }
    .mini-membership-promo.right-center .promo-hover-card .promo-btn {
      display: inline-block;
      background: #eb5102;
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 20px;
      text-decoration: none;
      transition: background 0.2s;
      text-transform: uppercase;
      font-size: 0.875rem; }
      .mini-membership-promo.right-center .promo-hover-card .promo-btn:hover {
        background: #c93e00; }
    .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container {
      margin-top: 12px;
      text-align: left; }
      .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 0.8rem;
        color: #666;
        font-weight: 400;
        line-height: 1.4; }
        .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label input[type="checkbox"] {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label .checkmark {
          height: 16px;
          width: 16px;
          background-color: #fff;
          border: 2px solid #ccc;
          border-radius: 3px;
          margin-right: 8px;
          position: relative;
          flex-shrink: 0;
          transition: all 0.2s ease; }
        .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label:hover .checkmark {
          border-color: #eb5102; }
        .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label input:checked ~ .checkmark {
          background-color: #eb5102;
          border-color: #eb5102; }
        .mini-membership-promo.right-center .promo-hover-card .dont-show-again-container .dont-show-again-label input:checked ~ .checkmark:after {
          content: "";
          position: absolute;
          left: 4px;
          top: 1px;
          width: 4px;
          height: 8px;
          border: solid white;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
  .mini-membership-promo.right-center:hover .promo-hover-card,
  .mini-membership-promo.right-center:focus-within .promo-hover-card,
  .mini-membership-promo.right-center .promo-hover-card:hover,
  .mini-membership-promo.right-center .promo-hover-card:focus-within {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(0); }
  @media (max-width: 991px) {
    .mini-membership-promo.right-center {
      display: none !important; } }
  @media (prefers-reduced-motion: reduce) {
    .mini-membership-promo.right-center .promo-icon::before {
      animation: none; } }

@keyframes promo-icon-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75; }
  50% {
    transform: scale(1.12);
    opacity: 0.25; } }

.free-bx-fonts {
  font-family: 'Roboto', sans-serif;
  color: #333; }
  .free-bx-fonts a {
    text-decoration: none; }
  .free-bx-fonts .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (min-width: 1600px) {
      .free-bx-fonts .wrapper {
        max-width: 1350px; } }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .free-bx-fonts .wrapper {
        max-width: 1150px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .free-bx-fonts .wrapper {
        max-width: 930px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .free-bx-fonts .wrapper {
        max-width: 700px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .free-bx-fonts .wrapper {
        max-width: 530px; } }
    @media (max-width: 575.98px) {
      .free-bx-fonts .wrapper {
        max-width: 330px; } }
  .free-bx-fonts .fbx-section-title {
    font-size: 32px;
    color: #2d4391;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative; }
    @media (max-width: 767px) {
      .free-bx-fonts .fbx-section-title {
        font-size: 24px; } }
  .free-bx-fonts .fbx-section-subtitle {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 28px; }
    @media (max-width: 767px) {
      .free-bx-fonts .fbx-section-subtitle {
        font-size: 16px; } }
  .free-bx-fonts .fbx-kicker {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    color: #eb5102;
    margin: 0 0 6px; }
  .free-bx-fonts .fbx-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease; }
    .free-bx-fonts .fbx-btn--primary {
      background: #eb5102;
      color: #fff;
      border: 2px solid #eb5102;
      box-shadow: 0 4px 12px rgba(235, 81, 2, 0.25); }
      .free-bx-fonts .fbx-btn--primary:hover {
        background: #09aec6;
        border-color: #09aec6;
        color: #fff;
        transform: translateY(-2px); }
    .free-bx-fonts .fbx-btn--secondary {
      background: transparent;
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 0.7); }
      .free-bx-fonts .fbx-btn--secondary:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: #fff;
        color: #fff; }
  .free-bx-fonts #free-bx-library,
  .free-bx-fonts #how-bx-fonts-work {
    scroll-margin-top: 90px; }
  .free-bx-fonts .fbx-hero {
    position: relative;
    overflow: hidden;
    background: #f7f5f0;
    color: #2d4391;
    padding: 30px 20px 30px; }
    .free-bx-fonts .fbx-hero .wrapper {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
      align-items: center;
      gap: 40px 56px; }
      @media (max-width: 991px) {
        .free-bx-fonts .fbx-hero .wrapper {
          grid-template-columns: 1fr;
          gap: 32px; } }
    .free-bx-fonts .fbx-hero__content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-width: 0; }
    .free-bx-fonts .fbx-hero__media {
      width: 100%;
      max-width: 480px;
      margin-left: auto;
      border-radius: 16px; }
      @media (max-width: 991px) {
        .free-bx-fonts .fbx-hero__media {
          max-width: 420px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-hero__media {
          display: none; } }
    .free-bx-fonts .fbx-hero__img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      border-radius: 16px;
      display: block;
      box-shadow: 0 18px 40px rgba(45, 67, 145, 0.14); }
    .free-bx-fonts .fbx-hero__eyebrow {
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      font-size: 12px;
      font-weight: 700;
      color: #1f9d34;
      background: #fff;
      border: 1px solid #e0ddd4;
      border-radius: 999px;
      padding: 7px 16px;
      margin: 0 0 22px; }
    .free-bx-fonts .fbx-hero__title {
      font-size: 52px;
      font-weight: 800;
      line-height: 1.12;
      color: #2d4391;
      margin: 0 0 20px;
      display: inline-block;
      padding-bottom: 14px;
      border-bottom: 3px dashed #1f9d34; }
      @media (max-width: 991px) {
        .free-bx-fonts .fbx-hero__title {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-hero__title {
          font-size: 30px; } }
    .free-bx-fonts .fbx-hero__subtitle {
      font-size: 19px;
      width: 100%;
      max-width: 640px;
      margin: 0 0 24px;
      line-height: 1.6;
      color: #555; }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-hero__subtitle {
          font-size: 16px; } }
    .free-bx-fonts .fbx-hero__actions {
      display: flex;
      gap: 14px;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%; }
    .free-bx-fonts .fbx-hero .fbx-btn--primary {
      background: #1f9d34;
      border-color: #1f9d34;
      box-shadow: 0 4px 12px rgba(31, 157, 52, 0.22); }
      .free-bx-fonts .fbx-hero .fbx-btn--primary:hover {
        background: #187b29;
        border-color: #187b29;
        transform: translateY(-2px); }
    .free-bx-fonts .fbx-hero .fbx-btn--secondary {
      background: #fff;
      color: #2d4391;
      border: 1px solid #d8d3c8; }
      .free-bx-fonts .fbx-hero .fbx-btn--secondary:hover {
        background: #fff;
        border-color: #2d4391;
        color: #2d4391; }
  .free-bx-fonts .fbx-chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
    margin: 0 0 26px;
    width: 100%; }
  .free-bx-fonts .fbx-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e4e0d8;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 14px;
    color: #555;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
    .free-bx-fonts .fbx-chip::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #eb5102;
      flex: 0 0 auto; }
    .free-bx-fonts .fbx-chip strong {
      color: #1f9d34;
      font-weight: 700; }
  .free-bx-fonts .fbx-fastanswer {
    padding: 32px 20px; }
    .free-bx-fonts .fbx-fastanswer .wrapper {
      background: #fff;
      border: 2px dashed #fbb040;
      border-radius: 12px;
      padding: 24px 28px; }
    .free-bx-fonts .fbx-fastanswer__kicker {
      font-size: 18px;
      font-weight: 700;
      color: #2d4391;
      margin: 0 0 10px; }
    .free-bx-fonts .fbx-fastanswer__text {
      font-size: 17px;
      line-height: 1.7;
      margin: 0;
      color: #333; }
  .free-bx-fonts .fbx-library {
    padding: 24px 20px 16px;
    background: #f7f5f0; }
  .free-bx-fonts .fbx-style-group {
    display: block;
    margin: 0 0 40px;
    padding-top: 26px;
    border-top: 1px solid #e6e2d8; }
    .free-bx-fonts .fbx-style-group:first-of-type {
      border-top: 0;
      padding-top: 4px; }
  .free-bx-fonts .fbx-style-heading {
    font-size: 22px;
    font-weight: 700;
    color: #2d4391;
    margin: 0 0 16px; }
  .free-bx-fonts .fbx-style-head {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 22px;
    padding-left: 18px; }
    .free-bx-fonts .fbx-style-head::before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      bottom: 4px;
      width: 5px;
      border-radius: 999px;
      background: #2d4391; }
    .free-bx-fonts .fbx-style-head__text {
      max-width: 760px; }
    .free-bx-fonts .fbx-style-head__titlerow {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 6px; }
    .free-bx-fonts .fbx-style-head__badge {
      background: rgba(45, 67, 145, 0.1);
      color: #2d4391;
      border-radius: 6px;
      padding: 3px 9px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .free-bx-fonts .fbx-style-head__title {
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
      color: #2d4391;
      margin: 0; }
    .free-bx-fonts .fbx-style-head__intro {
      font-size: 14px;
      line-height: 1.6;
      color: #5a5f66;
      margin: 0; }
    .free-bx-fonts .fbx-style-head__link {
      flex-shrink: 0;
      white-space: nowrap;
      color: #09aec6;
      font-weight: 700;
      font-size: 14px;
      border-bottom: 2px solid rgba(9, 174, 198, 0.4);
      padding-bottom: 2px;
      transition: border-color 0.2s ease; }
      .free-bx-fonts .fbx-style-head__link:hover {
        color: #09aec6;
        border-bottom-color: #09aec6; }
    @media (max-width: 640px) {
      .free-bx-fonts .fbx-style-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; } }
  .free-bx-fonts .fbx-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch; }
    @media (max-width: 991px) {
      .free-bx-fonts .fbx-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) {
      .free-bx-fonts .fbx-grid {
        grid-template-columns: 1fr; } }
  .free-bx-fonts .fbx-cat--script .fbx-style-head::before {
    background: #5c3d96; }
  .free-bx-fonts .fbx-cat--script .fbx-style-head__badge {
    background: rgba(92, 61, 150, 0.12);
    color: #5c3d96; }
  .free-bx-fonts .fbx-cat--script .fbx-style-head__title {
    color: #5c3d96; }
  .free-bx-fonts .fbx-cat--script .fbx-style-head__link {
    color: #5c3d96;
    border-bottom-color: rgba(92, 61, 150, 0.4); }
    .free-bx-fonts .fbx-cat--script .fbx-style-head__link:hover {
      color: #5c3d96;
      border-bottom-color: #5c3d96; }
  .free-bx-fonts .fbx-cat--script .fbx-card {
    border-top: 4px solid #5c3d96; }
  .free-bx-fonts .fbx-cat--block .fbx-style-head::before {
    background: #eb5102; }
  .free-bx-fonts .fbx-cat--block .fbx-style-head__badge {
    background: rgba(235, 81, 2, 0.12);
    color: #eb5102; }
  .free-bx-fonts .fbx-cat--block .fbx-style-head__title {
    color: #eb5102; }
  .free-bx-fonts .fbx-cat--block .fbx-style-head__link {
    color: #eb5102;
    border-bottom-color: rgba(235, 81, 2, 0.4); }
    .free-bx-fonts .fbx-cat--block .fbx-style-head__link:hover {
      color: #eb5102;
      border-bottom-color: #eb5102; }
  .free-bx-fonts .fbx-cat--block .fbx-card {
    border-top: 4px solid #eb5102; }
  .free-bx-fonts .fbx-cat--serif .fbx-style-head::before {
    background: #09aec6; }
  .free-bx-fonts .fbx-cat--serif .fbx-style-head__badge {
    background: rgba(9, 174, 198, 0.12);
    color: #0893a7; }
  .free-bx-fonts .fbx-cat--serif .fbx-style-head__title {
    color: #0893a7; }
  .free-bx-fonts .fbx-cat--serif .fbx-style-head__link {
    color: #0893a7;
    border-bottom-color: rgba(9, 174, 198, 0.4); }
    .free-bx-fonts .fbx-cat--serif .fbx-style-head__link:hover {
      color: #0893a7;
      border-bottom-color: #09aec6; }
  .free-bx-fonts .fbx-cat--serif .fbx-card {
    border-top: 4px solid #09aec6; }
  .free-bx-fonts .fbx-cat--monogram .fbx-style-head::before {
    background: #1f9d34; }
  .free-bx-fonts .fbx-cat--monogram .fbx-style-head__badge {
    background: rgba(31, 157, 52, 0.12);
    color: #1f9d34; }
  .free-bx-fonts .fbx-cat--monogram .fbx-style-head__title {
    color: #1f9d34; }
  .free-bx-fonts .fbx-cat--monogram .fbx-style-head__link {
    color: #1f9d34;
    border-bottom-color: rgba(31, 157, 52, 0.4); }
    .free-bx-fonts .fbx-cat--monogram .fbx-style-head__link:hover {
      color: #1f9d34;
      border-bottom-color: #1f9d34; }
  .free-bx-fonts .fbx-cat--monogram .fbx-card {
    border-top: 4px solid #1f9d34; }
  .free-bx-fonts .fbx-cat--applique .fbx-style-head::before {
    background: #c93b72; }
  .free-bx-fonts .fbx-cat--applique .fbx-style-head__badge {
    background: rgba(201, 59, 114, 0.12);
    color: #c93b72; }
  .free-bx-fonts .fbx-cat--applique .fbx-style-head__title {
    color: #c93b72; }
  .free-bx-fonts .fbx-cat--applique .fbx-style-head__link {
    color: #c93b72;
    border-bottom-color: rgba(201, 59, 114, 0.4); }
    .free-bx-fonts .fbx-cat--applique .fbx-style-head__link:hover {
      color: #c93b72;
      border-bottom-color: #c93b72; }
  .free-bx-fonts .fbx-cat--applique .fbx-card {
    border-top: 4px solid #c93b72; }
  .free-bx-fonts .fbx-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease; }
    .free-bx-fonts .fbx-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 20px rgba(45, 67, 145, 0.15);
      border-color: #2d4391; }
    .free-bx-fonts .fbx-card__media {
      position: relative;
      display: block;
      aspect-ratio: 1 / 1;
      overflow: hidden; }
    .free-bx-fonts .fbx-card__img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
    .free-bx-fonts .fbx-card__free {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #fbb040;
      color: #1c2733;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 5px 12px;
      border-radius: 999px; }
    .free-bx-fonts .fbx-card__body {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 14px 16px 16px;
      flex: 1; }
    .free-bx-fonts .fbx-card__name {
      font-size: 18px;
      font-weight: 700;
      margin: 0; }
      .free-bx-fonts .fbx-card__name a {
        color: #2d4391; }
      .free-bx-fonts .fbx-card__name a:hover {
        color: #eb5102; }
    .free-bx-fonts .fbx-card__sizes {
      font-size: 13px;
      color: #666;
      margin: 0; }
    .free-bx-fonts .fbx-card__price {
      font-size: 18px;
      font-weight: 800;
      color: #1f9d34;
      text-transform: uppercase; }
    .free-bx-fonts .fbx-card__actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-top: auto; }
    .free-bx-fonts .fbx-card__details-link {
      font-size: 13px;
      color: #2d4391;
      text-decoration: underline; }
      .free-bx-fonts .fbx-card__details-link:hover {
        color: #eb5102; }
  .free-bx-fonts .fbx-badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0; }
  .free-bx-fonts .fbx-badge {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: #f1f3f7;
    border: 1px solid #e2e6ee;
    border-radius: 4px;
    padding: 2px 7px;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
    .free-bx-fonts .fbx-badge--bx {
      color: #fff;
      background: #2d4391;
      border-color: #2d4391; }
  .free-bx-fonts .fbx-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background: #2d4391;
    color: #fff;
    border: 2px solid #2d4391;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.25s ease; }
    .free-bx-fonts .fbx-add-to-cart .loader {
      display: none; }
    .free-bx-fonts .fbx-add-to-cart.loading .fa-shopping-cart {
      display: none; }
    .free-bx-fonts .fbx-add-to-cart.loading .loader {
      display: inline-block; }
    .free-bx-fonts .fbx-add-to-cart:hover {
      background: #09aec6;
      border-color: #09aec6; }
    .free-bx-fonts .fbx-add-to-cart.active {
      background: #eb5102;
      border-color: #eb5102; }
  .free-bx-fonts .fbx-howto {
    padding: 44px 20px;
    background: #f7f5f0; }
    .free-bx-fonts .fbx-howto .fbx-section-subtitle {
      margin-bottom: 44px; }
  .free-bx-fonts .fbx-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative; }
    .free-bx-fonts .fbx-steps::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      border-top: 2px dashed #d8d3c8;
      z-index: 0; }
    @media (max-width: 767px) {
      .free-bx-fonts .fbx-steps {
        grid-template-columns: 1fr;
        gap: 24px; }
        .free-bx-fonts .fbx-steps::before {
          display: none; } }
  .free-bx-fonts .fbx-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .free-bx-fonts .fbx-step__num {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: #1f9d34;
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
      box-shadow: 0 0 0 7px #f7f5f0; }
    .free-bx-fonts .fbx-step__title {
      font-size: 17px;
      font-weight: 700;
      color: #2d4391;
      margin: 0; }
    .free-bx-fonts .fbx-step__text {
      font-size: 14px;
      line-height: 1.6;
      margin: 0;
      color: #555; }
  .free-bx-fonts .fbx-compare {
    padding: 40px 20px; }
    .free-bx-fonts .fbx-compare .fbx-section-subtitle {
      margin-bottom: 26px; }
    .free-bx-fonts .fbx-compare__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      align-items: start; }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-compare__grid {
          grid-template-columns: 1fr; } }
    .free-bx-fonts .fbx-compare__card {
      background: #fff;
      border: 1px solid #e4e0d8;
      border-radius: 14px;
      padding: 24px 24px 26px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); }
      .free-bx-fonts .fbx-compare__card--featured {
        border: 2px solid #2d4391;
        box-shadow: 0 8px 24px rgba(45, 67, 145, 0.12); }
    .free-bx-fonts .fbx-compare__head {
      display: flex;
      align-items: center;
      gap: 10px; }
    .free-bx-fonts .fbx-compare__name {
      font-size: 22px;
      font-weight: 800;
      color: #2d4391;
      margin: 0; }
    .free-bx-fonts .fbx-compare__badge {
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      color: #2d4391;
      background: rgba(45, 67, 145, 0.1);
      border-radius: 6px;
      padding: 3px 8px; }
    .free-bx-fonts .fbx-compare__sub {
      font-size: 14px;
      line-height: 1.5;
      color: #666;
      margin: 10px 0 0; }
    .free-bx-fonts .fbx-compare__list {
      list-style: none;
      margin: 16px 0 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 13px; }
    .free-bx-fonts .fbx-compare__item {
      position: relative;
      padding-left: 22px;
      font-size: 15px;
      line-height: 1.4;
      color: #333; }
      .free-bx-fonts .fbx-compare__item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #eb5102; }
  .free-bx-fonts .fbx-faq {
    padding: 12px 20px 40px; }
    .free-bx-fonts .fbx-faq__item {
      border: 1px solid #e4e0d8;
      border-radius: 10px;
      margin-bottom: 12px;
      background: #fff;
      overflow: hidden; }
    .free-bx-fonts .fbx-faq__q {
      list-style: none;
      cursor: pointer;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .free-bx-fonts .fbx-faq__q::-webkit-details-marker {
        display: none; }
      .free-bx-fonts .fbx-faq__q::after {
        content: '+';
        font-size: 22px;
        color: #eb5102;
        margin-left: 12px; }
      .free-bx-fonts .fbx-faq__q h3 {
        font-size: 17px;
        font-weight: 700;
        color: #2d4391;
        margin: 0; }
    .free-bx-fonts .fbx-faq__item[open] .free-bx-fonts .fbx-faq__q::after {
      content: '\2212'; }
    .free-bx-fonts .fbx-faq__a {
      padding: 0 20px 18px; }
      .free-bx-fonts .fbx-faq__a p {
        font-size: 15px;
        line-height: 1.7;
        color: #444;
        margin: 0; }
  .free-bx-fonts .fbx-crosssell {
    padding: 20px 20px 40px; }
    .free-bx-fonts .fbx-crosssell__card {
      display: flex;
      gap: 24px;
      align-items: center;
      background: #fff;
      border: 2px dashed #2d4391;
      border-radius: 14px;
      padding: 24px 28px;
      transition: box-shadow 0.25s ease, transform 0.25s ease; }
      .free-bx-fonts .fbx-crosssell__card:hover {
        box-shadow: 0 8px 24px rgba(45, 67, 145, 0.15);
        transform: translateY(-2px); }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-crosssell__card {
          flex-direction: column;
          text-align: center; } }
    .free-bx-fonts .fbx-crosssell__media {
      flex: 0 0 auto; }
      .free-bx-fonts .fbx-crosssell__media img {
        width: 180px;
        height: 180px;
        object-fit: contain;
        display: block; }
        @media (max-width: 767px) {
          .free-bx-fonts .fbx-crosssell__media img {
            width: 140px;
            height: 140px;
            margin: 0 auto; } }
    .free-bx-fonts .fbx-crosssell__body {
      flex: 1; }
    .free-bx-fonts .fbx-crosssell__title {
      font-size: 24px;
      font-weight: 700;
      color: #2d4391;
      margin: 0 0 4px; }
    .free-bx-fonts .fbx-crosssell__name {
      font-size: 15px;
      font-weight: 700;
      color: #eb5102;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0 0 10px; }
    .free-bx-fonts .fbx-crosssell__text {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      margin: 0 0 16px; }
  .free-bx-fonts .fbx-related {
    padding: 40px 20px 48px;
    background: #f7f5f0; }
    .free-bx-fonts .fbx-related .fbx-section-title {
      margin-bottom: 24px; }
    .free-bx-fonts .fbx-related__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px; }
      @media (max-width: 991px) {
        .free-bx-fonts .fbx-related__grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 560px) {
        .free-bx-fonts .fbx-related__grid {
          grid-template-columns: 1fr; } }
    .free-bx-fonts .fbx-related__card {
      display: flex;
      flex-direction: column;
      gap: 10px;
      background: #fff;
      border: 1px solid #e4e0d8;
      border-radius: 12px;
      padding: 22px 22px 20px;
      text-decoration: none;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
      .free-bx-fonts .fbx-related__card:hover, .free-bx-fonts .fbx-related__card:focus {
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 8px 22px rgba(45, 67, 145, 0.12);
        border-color: #2d4391; }
    .free-bx-fonts .fbx-related__card-title {
      font-size: 18px;
      font-weight: 700;
      color: #2d4391;
      line-height: 1.3;
      margin: 0; }
    .free-bx-fonts .fbx-related__card-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #666;
      margin: 0;
      flex: 1; }
    .free-bx-fonts .fbx-related__browse {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-top: 4px;
      font-size: 14px;
      font-weight: 700;
      color: #09aec6;
      transition: color 0.25s ease; }
    .free-bx-fonts .fbx-related__card:hover .free-bx-fonts .fbx-related__browse {
      color: #eb5102; }
  .free-bx-fonts .fbx-cta-band {
    padding: 0 20px 44px; }
    .free-bx-fonts .fbx-cta-band__inner {
      background: linear-gradient(135deg, #2d4391 0%, #5c3d96 100%);
      color: #fff;
      text-align: center;
      border-radius: 16px;
      padding: 44px 24px;
      position: relative; }
      .free-bx-fonts .fbx-cta-band__inner::before {
        content: '';
        position: absolute;
        inset: 12px;
        border: 2px dashed rgba(255, 255, 255, 0.4);
        border-radius: 12px;
        pointer-events: none; }
    .free-bx-fonts .fbx-cta-band__title {
      font-size: 30px;
      font-weight: 800;
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        .free-bx-fonts .fbx-cta-band__title {
          font-size: 24px; } }
    .free-bx-fonts .fbx-cta-band__subtitle {
      font-size: 18px;
      max-width: 640px;
      margin: 0 auto 24px;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.95); }
  .free-bx-fonts .fbx-seo {
    padding: 8px 20px 48px; }
    .free-bx-fonts .fbx-seo__heading {
      font-size: 24px;
      font-weight: 700;
      color: #2d4391;
      margin: 0 0 14px; }
    .free-bx-fonts .fbx-seo__text {
      font-size: 16px;
      line-height: 1.75;
      color: #444;
      margin: 0 0 14px; }
  .free-bx-fonts a:focus-visible,
  .free-bx-fonts button:focus-visible,
  .free-bx-fonts summary:focus-visible {
    outline: 3px solid #fbb040;
    outline-offset: 2px; }
  @media (prefers-reduced-motion: reduce) {
    .free-bx-fonts * {
      transition: none !important; } }

/*# sourceMappingURL=free-bx-embroidery-fonts.css.map */
