.licensing-hero {
  padding: 24px 16px 40px;
  text-align: center;
}

.licensing-hero__eyebrow {
  margin: 0;
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.licensing-hero__title {
  margin: 12px 0;
  color: #1e1e1e;
  font-family: "Urbanist", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
}

.licensing-hero__description {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

.licensing-billing {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}

.licensing-billing__control {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 289px;
  height: 44px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 9999px;
  background: #ffffff;
}

.licensing-billing__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #808080;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.licensing-billing__monthly {
  width: 91px;
  min-width: 91px;
  height: 36px;
  padding: 0 16px;
  border-radius: 24px;
  background: #0073e4;
  color: #ffffff;
}

.licensing-billing__yearly-group {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0 8px 0 16px;
  gap: 6px;
  border-radius: 9999px;
  cursor: pointer;
}

.licensing-billing__yearly {
  height: 36px;
  padding: 0;
}

.licensing-billing__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 106px;
  height: 23px;
  padding: 0 6px;
  border-radius: 24px;
  background: #eff6ff;
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.licensing-billing__control--yearly .licensing-billing__monthly {
  padding: 0;
  background: transparent;
  color: #808080;
}

.licensing-billing__control--yearly .licensing-billing__yearly-group {
  background: #0073e4;
}

.licensing-billing__control--yearly .licensing-billing__yearly {
  color: #ffffff;
}

.licensing-plan-builder {
  width: 100%;
  margin-top: 0px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
}

.licensing-page .recogized-section,
.licensing-page .compliance-highlights-section {
  margin-right: auto;
  margin-left: auto;
}

.licensing-love {
  width: 100%;
  padding: 10px 16px 40px;
}
.compliance-highlights-section{
  margin-bottom: 94px;
}

.licensing-love__title {
  margin: 0 auto 40px;
  color: #1e1e1e;
  font-family: "Urbanist", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
}

.licensing-love__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  gap: 16px;
}

.licensing-love__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 361px;
  height: auto;
  padding: 24px;
  border: 1px solid #cccccc;
  border-radius: 24px;
  background: #fdfdfd;
}

.licensing-love__logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 48px;
  max-width: 160px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
  align-self: flex-start;
}

.licensing-love__quote {
  flex: 1;
  width: 100%;
  margin: 44px 0 24px;
  color: #1e1e1e;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-love__author {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.licensing-love__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.licensing-love__name {
  margin: 0;
  color: #1e1e1e;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.01em;
}

.licensing-love__role {
  margin: 0;
  color: #646464;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 608px;
  margin-right: auto;
  margin-left: auto;
}

.licensing-modules {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 608px;
  margin-right: auto;
  margin-left: auto;
  gap: 20px;
}

.licensing-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 608px;
  margin: 24px auto 0;
  gap: 24px;
}

.licensing-calculator {
  --calc-pad-x: clamp(16px, 2.5vw, 20px);
  --calc-price-width: clamp(7.75rem, 34%, 9.25rem);
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #0b17230f;
}

.licensing-calculator__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 88px;
  padding: 16px var(--calc-pad-x);
  gap: 3px;
  border-bottom: 1px solid #e3e3e3;
  background: #f9f9f9;
}

.licensing-calculator__title {
  margin: 0;
  color: #343434;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-calculator__body {
  padding: 24px var(--calc-pad-x);
}

.licensing-calculator__selected {
  padding: 0 0 30px;
  border-bottom: 1px solid #e3e3e3;
}

.licensing-calculator__selected-label {
  margin: 0 0 22px;
  color: #646464;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.licensing-calculator__selected-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.licensing-calculator__selected-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--calc-price-width);
  align-items: start;
  column-gap: 12px;
}

.licensing-calculator__selected-info {
  min-width: 0;
}

.licensing-calculator__selected-name {
  margin: 0;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-calculator__selected-price {
  display: block;
  width: 100%;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.licensing-calculator__footer {
  padding-top: 20px;
}

.licensing-calculator__total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.licensing-calculator__total-label {
  min-width: 0;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

.licensing-calculator__total-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  text-align: right;
}

.licensing-calculator__total-amount {
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.licensing-calculator__total-period {
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: right;
}

.licensing-calculator__savings {
  margin: 0;
  color: #009024;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

.licensing-calculator__savings[hidden] {
  display: none;
}

.licensing-calculator__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin-top: 24px;
  padding: 8px 16px;
  gap: 8px;
  border: none;
  border-radius: 16px;
  background: #0073e4;
  box-shadow: 0 10px 20px 0 #0073e433;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 22.5px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

.licensing-calculator__cta:hover {
  background: #2e97ff;
  color: #ffffff;
}

.licensing-quote {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 20px 24px;
  gap: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 8px 0 #dddfe357;
}

.licensing-quote__text {
  margin: 0;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-quote__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.licensing-quote__link:hover {
  color: #2087ec;
}

.licensing-quote__link:hover i,
.licensing-quote__link:hover .svg-inline--fa {
  color: #2087ec !important;
}

.licensing-quote__link i,
.licensing-quote__link .svg-inline--fa {
  color: #0073e4 !important;
  font-size: 16px;
}

.licensing-module-card {
  --card-pad-x: clamp(16px, 2.5vw, 20px);
  box-sizing: border-box;
  width: 100%;
  max-width: 608px;
  min-height: 128px;
  height: auto;
  padding: 32px var(--card-pad-x) 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #ffffff;
}

.licensing-module-card--core {
  position: relative;
  border-color: #0073e4;
}

.licensing-module-card--standard {
  min-height: 108px;
  height: auto;
  padding: 12px var(--card-pad-x);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.licensing-module-card--standard:hover {
  border-color: #0073e4;
  background: #f3f8ff;
  box-shadow: 0 4px 10px 1px #0000001a;
}

.licensing-module-card--standard:has(.licensing-module-card__checkbox input:checked) {
  border-color: #0073e4;
}

.licensing-module-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 4px;
  background: #0073e4;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.licensing-module-card__badge i,
.licensing-module-card__badge .svg-inline--fa {
  color: #ffffff !important;
  fill: #ffffff !important;
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #ffffff;
  --fa-secondary-opacity: 1;
}

.licensing-module-card__badge .svg-inline--fa path {
  fill: #ffffff !important;
}

.licensing-module-card__summary {
  display: grid;
  grid-template-columns: 17px 10px minmax(0, 1fr) auto;
  grid-template-areas:
    "check . heading heading"
    "check . desc unit";
  align-items: start;
  column-gap: 0;
  row-gap: 0;
}

.licensing-module-card__checkbox {
  position: relative;
  grid-area: check;
  width: 17px;
  height: 17px;
  margin-top: 6px;
}

.licensing-module-card__heading {
  display: flex;
  grid-area: heading;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.licensing-module-card__title {
  margin: 0;
  min-width: 0;
  color: #1e1e1e;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.licensing-module-card__description {
  min-width: 0;
  margin: 0;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-module-card__description--summary {
  grid-area: desc;
  white-space: nowrap;
}

.licensing-module-card__description--panel {
  display: none;
  margin-bottom: 8px;
  white-space: normal;
}

.licensing-module-card__unit {
  grid-area: unit;
  padding-left: 8px;
  color: #808080;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
}

.licensing-module-card__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.licensing-module-card__checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 1px solid #0073e4;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.licensing-module-card__checkbox input:checked + label {
  background: #0073e4;
}

.licensing-module-card__checkbox label i,
.licensing-module-card__checkbox label .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #ffffff;
  --fa-secondary-opacity: 1;
}

.licensing-module-card__checkbox label .svg-inline--fa path {
  fill: #ffffff !important;
}

.licensing-module-card__checkbox input:checked + label i,
.licensing-module-card__checkbox input:checked + label .svg-inline--fa {
  opacity: 1;
}

.licensing-module-card__checkbox input:disabled + label {
  cursor: default;
}

.licensing-module-card__price-row {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.licensing-module-card__original {
  display: none;
  color: #808080;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-decoration: line-through;
}

.licensing-module-card__amount,
.licensing-module-card__price strong {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
}

.licensing-module-card__save {
  display: none;
  box-sizing: border-box;
  width: auto;
  min-width: 60px;
  height: 18px;
  padding: 0 6px;
  border: 0.6px solid #009024;
  border-radius: 10px;
  background: #DFFFE6;
  color: #009024;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-align: center;
  white-space: nowrap;
}

.licensing-page--yearly .licensing-module-card__original,
.licensing-page--yearly .licensing-module-card__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.licensing-module-card__footer {
  box-sizing: border-box;
  width: calc(100% + (var(--card-pad-x) * 2));
  margin-top: 12px;
  margin-right: calc(var(--card-pad-x) * -1);
  margin-left: calc(var(--card-pad-x) * -1);
}

.licensing-module-card__divider {
  margin: 0 var(--card-pad-x);
  border-top: 1px solid #e0e0e0;
}

.licensing-module-card__features {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px var(--card-pad-x) 0;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #0073e4;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.licensing-module-card__features i,
.licensing-module-card__features .svg-inline--fa {
  color: #0073e4;
  font-size: 11px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.35s ease;
  --fa-primary-color: #0073e4;
  --fa-secondary-color: #0073e4;
  --fa-secondary-opacity: 1;
}

.licensing-module-card.is-expanded .licensing-module-card__features i,
.licensing-module-card.is-expanded .licensing-module-card__features .svg-inline--fa {
  transform: rotate(180deg);
}

.licensing-module-card__feature-highlights {
  display: none;
  margin: 0;
  padding: 12px var(--card-pad-x) 0;
  list-style: none;
}

.licensing-module-card__feature-highlights li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #646464;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-module-card__feature-highlights i,
.licensing-module-card__feature-highlights .svg-inline--fa {
  flex: 0 0 auto;
  color: #0073e4 !important;
  font-size: 12px;
}

.licensing-module-card__feature-panel {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  margin: 0;
  padding: 0 var(--card-pad-x);
  opacity: 0;
  transition:
    grid-template-rows 0.4s ease,
    padding-top 0.4s ease,
    padding-bottom 0.4s ease,
    opacity 0.3s ease;
}

.licensing-module-card__feature-panel-inner {
  min-height: 0;
  overflow: hidden;
}

.licensing-module-card.is-expanded .licensing-module-card__feature-panel {
  grid-template-rows: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 1;
}

.licensing-module-card__feature-list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.licensing-module-card__feature-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #646464;
  font-family: "Urbanist", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.licensing-module-card__feature-list i,
.licensing-module-card__feature-list .svg-inline--fa {
  flex: 0 0 auto;
  color: #0073e4 !important;
  font-size: 12px;
}

@media (min-width: 768px) {
  .light-faq-root{
    padding-top: 0px !important;
  }
  .licensing-love__title{
    font-size: 36px;
  }
  .licensing-love {
    padding: 0 80px 40px;
  }

  .licensing-love__card {
    min-height: 303px;
    height: auto;
    padding: 24px;
    gap: 44px;
    border-radius: 24px;
    border-width: 1px;
  }

  .licensing-love__quote {
    margin: 0;
  }

  .licensing-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-hero__title {
    margin: 24px 0 12px;
    font-size: 44px;
    line-height: 140%;
  }

  .licensing-hero__description {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .licensing-modules {
    max-width: 608px;
  }

  .licensing-sidebar {
    max-width: 608px;
  }

  .licensing-calculator {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 16px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #0b17230f;
  }

  .licensing-calculator__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 88px;
    padding: 16px var(--calc-pad-x);
    gap: 3px;
    border-bottom: 1px solid #e3e3e3;
    background: #f9f9f9;
  }

  .licensing-calculator__title {
    margin: 0;
    color: #343434;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.01em;
  }

  .licensing-calculator__selected {
    padding: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
  }

  .licensing-calculator__selected-label {
    margin: 0 0 22px;
    color: #646464;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .licensing-calculator__selected-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .licensing-calculator__selected-name {
    margin: 0;
    color: #333333;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.01em;
  }

  .licensing-calculator__selected-price {
    display: block;
    width: 100%;
    color: #333333;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .licensing-calculator__footer {
    padding-top: 20px;
  }

  .licensing-calculator__total-label {
    min-width: 0;
    color: #333333;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.01em;
    vertical-align: middle;
  }

  .licensing-calculator__total-amount {
    color: #0073e4;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: right;
    font-variant-numeric: tabular-nums;
  }

  .licensing-calculator__total-period {
    color: #0073e4;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: right;
  }

  .licensing-calculator__cta {
    width: 100%;
    max-width: none;
    margin-top: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20.5px;
    letter-spacing: 0;
    text-align: center;
  }

  .licensing-module-card--core {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 608px;
    min-height: 210px;
    padding: 40px var(--card-pad-x) 24px;
    gap: 16px;
    border: 1px solid #0073e4;
    border-radius: 20px;
    background: #ffffff;
  }

  .licensing-module-card--standard {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 608px;
    min-height: 194px;
    padding: 24px var(--card-pad-x);
    gap: 16px;
    border-radius: 20px;
    border-width: 1px;
  }

  .licensing-module-card--core .licensing-module-card__badge {
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 4px;
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }

  .licensing-module-card--core .licensing-module-card__badge i,
  .licensing-module-card--core .licensing-module-card__badge .svg-inline--fa {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }

  .licensing-module-card .licensing-module-card__summary {
    grid-template-columns: 17px 10px minmax(0, 1fr) auto;
    grid-template-areas:
      "check . heading heading"
      "check . desc unit";
    align-items: start;
    column-gap: 0;
  }

  .licensing-module-card .licensing-module-card__checkbox {
    width: 17px;
    height: 17px;
    margin-top: 8px;
  }

  .licensing-module-card .licensing-module-card__checkbox label {
    width: 17px;
    height: 17px;
  }

  .licensing-module-card .licensing-module-card__title {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.01em;
    vertical-align: middle;
  }

  .licensing-module-card .licensing-module-card__description {
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .licensing-module-card .licensing-module-card__unit {
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: right;
    vertical-align: bottom;
  }

  .licensing-module-card .licensing-module-card__amount,
  .licensing-module-card .licensing-module-card__price strong {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: right;
    vertical-align: middle;
  }

  .licensing-module-card .licensing-module-card__footer {
    margin-top: 0;
  }

  .licensing-module-card .licensing-module-card__feature-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px var(--card-pad-x) 0;
    column-gap: 32px;
  }

  .licensing-module-card .licensing-module-card__feature-highlights li {
    min-width: 0;
    overflow: hidden;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.01em;
  }

  .licensing-module-card .licensing-module-card__feature-highlights li span {
    display: block;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .licensing-module-card.is-expanded .licensing-module-card__feature-highlights {
    display: none;
  }

  .licensing-module-card.is-expanded .licensing-module-card__feature-panel {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .licensing-module-card .licensing-module-card__feature-list li {
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.01em;
  }

  .licensing-module-card .licensing-module-card__features {
    padding: 16px var(--card-pad-x) 0;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
  }

  .licensing-module-card__feature-list {
    display: block;
    columns: 2;
    column-gap: 32px;
  }

  .licensing-module-card__feature-list li {
    break-inside: avoid;
    margin-bottom: 8px;
  }

  .licensing-module-card__feature-list li:last-child {
    margin-bottom: 0;
  }
  .licensing-plan-builder{
    padding-bottom: 64px;
  }
  .licensing-love__list{
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .licensing-love {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
  }

  .licensing-love__card {
    min-height: 274px;
    height: auto;
    padding: 24px;
    gap: 44px;
    border-radius: 24px;
    border-width: 1px;
  }

  .licensing-plan-builder {
    display: grid;
    grid-template-columns: minmax(0, 712px) minmax(0, 400px);
    grid-template-areas:
      "billing billing"
      "main sidebar";
    justify-content: center;
    align-items: start;
    column-gap: 40px;
    row-gap: 40px;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 64px;
  }

  .licensing-billing {
    grid-area: billing;
    justify-content: center;
    margin-bottom: 0;
  }

  .licensing-main {
    grid-area: main;
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 0;
  }

  .licensing-modules,
  .licensing-module-card,
  .licensing-module-card--core,
  .licensing-module-card--standard {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .licensing-sidebar {
    grid-area: sidebar;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: start;
  }

  .licensing-calculator,
  .licensing-quote {
    width: 100%;
    max-width: none;
  }
  .licensing-love__list{
    gap: 24px;
  }
}

@media (min-width: 1440px) {
  .licensing-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-love {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
  }

  .licensing-love__list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1248px;
    gap: 24px;
  }

  .licensing-love__card {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    max-width: 400px;
    min-height: 400px;
    height: auto;
    padding: 24px;
    gap: 44px;
    border-radius: 24px;
    border-width: 1px;
  }
}

@media (min-width: 768px) {
  .licensing-module-card--standard.licensing-module-card--auth {
    min-height: unset;
  }

  .licensing-module-card--auth .licensing-module-card__features {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .licensing-module-card--auth .licensing-module-card__feature-panel,
  .licensing-module-card--auth.is-expanded .licensing-module-card__feature-panel {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .licensing-module-card--auth .licensing-module-card__feature-highlights,
  .licensing-module-card--auth.is-expanded .licensing-module-card__feature-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 320px) {
  .licensing-module-card__title {
    white-space: normal;
    font-size: 16px;
  }
  .licensing-module-card__amount, .licensing-module-card__price strong{
    font-size: 16px;
  }

  .licensing-module-card__description--summary {
    display: none;
  }

  .licensing-module-card__description--panel {
    display: block;
  }

  .licensing-module-card__summary {
    grid-template-areas:
      "check . heading heading"
      "check . . unit";
  }
}

.light-faq-root[data-faq-id="light-faq-licensing"] .dark-faq-read-more-container {
  display: none !important;
}

