/* Coming Soon Badge */
.cs-badge {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1.5px solid var(--gray-200);
  border-radius: 12px;
}
.cs-badge .icon {
  width: 20px;
  height: 20px;
}
.cs-badge .text {
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  color: var(--gray-700);
  line-height: 1.5;
}
/* Coming Soon Badge */

/* Section # 1 */
.creators1 {
  position: relative;
  padding: 80px 0;
  background-color: #f8f4fd;
  overflow: hidden;
}
.creators1 .content {
  width: 650px;
}
.creators1 .content .heading {
  font-size: var(--fs-56);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.2;
  letter-spacing: -1.12px;
  margin-bottom: 24px;
}
.creators1 .content .heading span {
  font-weight: var(--fw-600);
}
.creators1 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 40px;
}
.creators1 .content .btn-brand {
  display: inline-flex;
}
.creators1 .img-banner-lg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.creators1 .img-banner-sm {
  display: none;
}
/* Section # 1 */

/* Section # 2 */
.creators2 {
  padding: 80px 0;
  backdrop-filter: blur(2px);
}
.creators2 .sec-heading {
  max-width: 860px;
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 0 auto 20px;
}
.creators2 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators2 .desc {
  max-width: 860px;
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--black);
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 40px;
}
.creators2 .img-container img {
  display: block;
  width: 100%;
}
/* Section # 2 */

/* Section # 3 */
.creators3 {
  padding: 80px 0;
  backdrop-filter: blur(2px);
}
.creators3 .sec-heading {
  max-width: 620px;
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 0 auto 64px;
}
.creators3 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators3 .ways-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.creators3 .ways-list .row {
  display: flex;
  column-gap: 16px;
}
.creators3 .ways-list .flex-col {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.creators3 .ways-list .row1 .flex-col,
.creators3 .ways-list .row3 .flex-col {
  width: calc(42% - 8px);
}
.creators3 .ways-list .way-item {
  position: relative;
  min-height: 375px;
  padding: 32px;
  text-align: center;
  background-color: var(--gray-100);
  border: 2px solid var(--gray-200);
  border-radius: 24px;
  overflow: hidden;
}
.creators3 .ways-list .way-item .cs-badge {
  position: absolute;
  top: 14px;
  right: 14px;
}
.creators3 .ways-list .way-item .title {
  font-size: var(--fs-30);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  margin-bottom: 8px;
}
.creators3 .ways-list .way-item .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}

/* Way 1 */
.creators3 .ways-list .way-item.way1 {
  width: calc(58% - 8px);
}
.creators3 .ways-list .way-item.way1 .vector {
  display: block;
  width: 100%;
  position: relative;
  right: -24px;
  margin-top: 56px;
}

/* Way 2*/
.creators3 .ways-list .way-item.way2 {
  width: 100%;
  min-height: 365px;
  padding-top: 56px;
}
.creators3 .ways-list .way-item.way2 .vector {
  width: 84%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* Way 3 */
.creators3 .ways-list .way-item.way3 {
  width: 100%;
  min-height: 365px;
}
.creators3 .ways-list .way-item.way3 .vector {
  width: 87%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* Way 4 */
.creators3 .ways-list .way-item.way4 {
  width: calc(42% - 8px);
}
.creators3 .ways-list .way-item.way4 .vector {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* Way 5 */
.creators3 .ways-list .way-item.way5 {
  width: calc(58% - 8px);
}
.creators3 .ways-list .way-item.way5 .vector {
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* Way 6 */
.creators3 .ways-list .way-item.way6 {
  width: 100%;
  min-height: 365px;
}
.creators3 .ways-list .way-item.way6 .vector {
  width: 56%;
  position: relative;
  top: 16px;
  right: -20px;
}

/* Way 7 */
.creators3 .ways-list .way-item.way7 {
  width: 100%;
  min-height: 365px;
}
.creators3 .ways-list .way-item.way7 .vector {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 56px;
}

/* Way 8 */
.creators3 .ways-list .way-item.way8 {
  width: calc(58% - 8px);
}
.creators3 .ways-list .way-item.way8 .vector {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Way 9 */
.creators3 .ways-list .way-item.way9 {
  width: calc(57% - 8px);
  padding-top: 56px;
}
.creators3 .ways-list .way-item.way9 .vector {
  width: 56%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Way 10 */
.creators3 .ways-list .way-item.way10 {
  width: calc(43% - 8px);
  padding-top: 56px;
}
.creators3 .ways-list .way-item.way10 .vector {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
/* Section # 3 */

/* Section # 4 */
.creators4 {
  padding: 80px 0 0;
  overflow: hidden;
}
.creators4 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 20px;
}
.creators4 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators4 .sec-desc {
  font-size: var(--fs-24);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.2;
  text-align: center;
}
.creators4 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
  margin-top: -24px;
}
.creators4 .content {
  width: 520px;
}
.creators4 .content .heading {
  font-size: var(--fs-36);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.creators4 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
.creators4 .img-container {
  width: 660px;
}
.creators4 .img-container img {
  display: block;
  width: 100%;
}
/* Section # 4 */

/* Section # 5 */
.creators5 {
  padding: 48px 0 80px;
}
.creators5 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 64px;
}
.creators5 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators5 .steps-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 88px;
  row-gap: 64px;
}
.creators5 .steps-list .item {
  width: 410px;
}
.creators5 .steps-list .item .count {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-28);
  font-weight: var(--fw-700);
  line-height: 1;
  border-radius: 6px;
  margin-bottom: 24px;
}
.creators5 .steps-list .item:nth-child(1) .count {
  background-color: #d1fadf;
  color: #039855;
}
.creators5 .steps-list .item:nth-child(2) .count {
  background-color: #d1e9ff;
  color: #1570ef;
}
.creators5 .steps-list .item:nth-child(3) .count {
  background-color: #f4ebff;
  color: #7f56d9;
}
.creators5 .steps-list .item:nth-child(4) .count {
  background-color: #fdecfd;
  color: #e90a9b;
}
.creators5 .steps-list .item .title {
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 16px;
}
.creators5 .steps-list .item .text {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
/* Section # 5 */

/* Section # 6 */
.creators6 {
  padding: 80px 0 48px;
  overflow: hidden;
}
.creators6 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
}
.creators6 .img-container {
  width: 620px;
}
.creators6 .img-container img {
  display: block;
  width: 100%;
}
.creators6 .content {
  width: 540px;
}
.creators6 .content .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.2;
  letter-spacing: -0.96px;
  margin-bottom: 64px;
}
.creators6 .content .tiers-list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.creators6 .content .tiers-list .item .item-header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}
.creators6 .content .tiers-list .item .icon-container {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-200);
  border-radius: 4px;
  box-shadow:
    7px 33px 9px 0 rgba(0, 0, 0, 0),
    5px 21px 9px 0 rgba(0, 0, 0, 0.01),
    3px 12px 7px 0 rgba(0, 0, 0, 0.03),
    1px 5px 5px 0 rgba(0, 0, 0, 0.06),
    0 1px 3px 0 rgba(0, 0, 0, 0.07);
}
.creators6 .content .tiers-list .item:nth-child(1) .icon-container {
  background-color: var(--blue-600);
}
.creators6 .content .tiers-list .item .icon-container .icon {
  width: 18px;
}
.creators6 .content .tiers-list .item .flex {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.creators6 .content .tiers-list .item .title {
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1;
}
.creators6 .content .tiers-list .item .title-sm {
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1;
}
.creators6 .content .tiers-list .item .text {
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
/* Section # 6 */

/* Section # 7 */
.creators7 {
  padding: 48px 0 64px;
  overflow: hidden;
}
.creators7 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
}
.creators7 .content {
  width: 510px;
  padding-top: 48px;
}
.creators7 .content .heading {
  font-size: var(--fs-36);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.creators7 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 24px;
}
.creators7 .content .desc:last-of-type {
  margin-bottom: 0;
}
.creators7 .img-container {
  width: 580px;
}
.creators7 .img-container img {
  display: block;
  width: 100%;
}
/* Section # 7 */

/* Section # 8 */
.creators8 {
  padding: 64px 0 72px;
  overflow: hidden;
}
.nr-accordion-flex {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.nr-accordion-flex .row-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.nr-accordion-flex .row-item .content {
  width: 612px;
}
.nr-accordion-flex .row-item:nth-of-type(even) .content {
  margin-left: auto;
}
.nr-accordion-flex .row-item .content .item-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.nr-accordion-flex .row-item .content .item-desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 16px;
}
.nr-accordion-flex .row-item .content .item-desc span {
  font-weight: var(--fw-600);
}
.nr-accordion {
  display: flex;
  flex-direction: column;
}
.nr-accordion .accordion-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-200);
}
.nr-accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 24px;
  cursor: pointer;
  margin: 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.nr-accordion .accordion-item .accordion-header .icon {
  height: 40px;
  min-width: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-50);
  border: 1px solid var(--blue-200);
  border-radius: 50%;
  transition: all 0.3s;
}
.nr-accordion
  .accordion-item
  input[type="radio"]:checked
  ~ .accordion-header
  .icon {
  background-color: var(--blue-200);
}
.nr-accordion .accordion-item .accordion-header .icon img {
  display: block;
  height: 20px;
  width: 20px;
}
.nr-accordion .accordion-item .accordion-header .title {
  font-size: var(--fs-24);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.35;
  margin-top: 4px;
}
.nr-accordion .accordion-item .accordion-header .dd-icon {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 8px;
  margin-left: auto;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.nr-accordion
  .accordion-item
  input[type="radio"]:checked
  ~ .accordion-header
  .dd-icon {
  transform: rotate(180deg);
}
.nr-accordion .accordion-item .accordion-body {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.nr-accordion .accordion-item input[type="radio"]:checked ~ .accordion-body {
  max-height: 200px;
}
.nr-accordion .accordion-item .accordion-body .text {
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  color: var(--gray-700);
  line-height: 1.5;
  margin-top: 12px;
}
.creators8 .nr-accordion-flex .row-item .content .cs-badge {
  margin-bottom: 16px;
}
.creators8 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
  width: 640px;
  position: absolute;
  top: -60px;
  right: 0;
}
.creators8 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
  width: 640px;
  position: absolute;
  top: -60px;
  left: 0;
}
.creators8 .nr-accordion-flex .row-item:nth-of-type(3) .vector {
  width: 640px;
  position: absolute;
  top: 0;
  right: 0;
}
/* Section # 8 */

/* Section # 9 */
.creators9 {
  padding: 72px 0 72px;
  overflow: hidden;
}
.creators9 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 20px;
}
.creators9 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators9 .sec-desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 56px;
}

/* Comparison Table */
.table-responsive {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  padding: 20px 0;
  max-width: 100%;
  overflow-x: auto;
}
.comparison-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.comparison-table::before {
  content: "";
  position: absolute;
  height: calc(100% + 64px);
  width: 308px;
  top: -32px;
  left: 360px;
  background-color: var(--blue-25);
  border-left: 2px solid var(--blue-200);
  border-right: 2px solid var(--blue-200);
  box-shadow:
    0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
  z-index: -1;
}
.comparison-table:first-of-type::before {
  height: calc(100% + 48px);
  top: -16px;
  border-top: 2px solid var(--blue-200);
  border-radius: 16px 16px 0 0;
}
.comparison-table:last-of-type::before {
  height: calc(100% + 48px);
  border-bottom: 2px solid var(--blue-200);
  border-radius: 0 0 16px 16px;
}
.comparison-table thead th {
  padding: 20px 0;
  font-family: "Sora", sans-serif;
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #d0d5dd;
}
.comparison-table thead th:nth-child(1) {
  width: 28%;
  text-align: left;
}
.comparison-table thead th:nth-child(2) {
  width: 24%;
}
.comparison-table thead th:nth-child(3) {
  width: 16%;
}
.comparison-table thead th:nth-child(4) {
  width: 16%;
}
.comparison-table thead th:nth-child(5) {
  width: 16%;
}
.comparison-table thead th .th-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
}
.comparison-table thead th .th-flex .icon {
  width: 24px;
}
.comparison-table tbody td {
  padding: 25px 0;
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  text-align: center;
  border-bottom: 1px solid #eaecf0;
}
.comparison-table tbody td:nth-child(1) {
  font-weight: var(--fw-500);
  text-align: left;
}
.comparison-table tbody td .td-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
}
.comparison-table tbody td:nth-child(1) .td-flex {
  align-items: flex-start;
}
.comparison-table tbody td .boolean-flex {
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-content: center;
}
.comparison-table tbody td .boolean-flex .icon {
  width: 24px;
  height: 24px;
}
.comparison-table tbody td .text-italic {
  font-size: var(--fs-14);
  font-weight: var(--fw-400);
}
/* Comparison Table */

.creators9 .bottom-content {
  max-width: 675px;
  text-align: center;
  margin: 72px auto 0;
}
.creators9 .bottom-content .text {
  font-size: var(--fs-24);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.4;
  margin-bottom: 12px;
}
.creators9 .bottom-content .heading {
  font-size: var(--fs-28);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
}
.creators9 .bottom-content .heading span {
  font-weight: var(--fw-600);
}
/* Section # 9 */

/* Section # 10 */
.creators10 {
  padding: 72px 0 56px;
  overflow: hidden;
}
.creators10 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 20px;
}
.creators10 .sec-heading span {
  font-weight: var(--fw-600);
}
.creators10 .sec-desc {
  font-size: var(--fs-24);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 64px;
}
.creators10 .sec-desc span {
  font-weight: var(--fw-500);
}
.creators10 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
}
.creators10 .img-container {
  width: 580px;
}
.creators10 .img-container img {
  display: block;
  width: 100%;
}
.creators10 .content {
  width: 630px;
}
.creators10 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 40px;
}
.creators10 .content .desc span {
  font-weight: var(--fw-600);
}
.creators10 .content .points-title {
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.3;
  margin-bottom: 16px;
}
.creators10 .content .check-points {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.creators10 .content .check-points li {
  position: relative;
  padding-left: 42px;
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
.creators10 .content .check-points li span {
  font-weight: var(--fw-600);
}
.creators10 .content .check-points li::before {
  content: "";
  background-image: url("../images/updated-icons/icon-check-circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
}
/* Section # 10 */

/* Section # 11 */
.creators11 .desc.first-of-type {
  margin-bottom: 8px;
}
.creators11 .desc.second-of-type {
  max-width: 720px;
  font-size: var(--fs-22);
  margin: 0 auto 12px;
}
.creators11 .desc.last-of-type {
  font-size: var(--fs-20);
  font-style: italic;
}
/* Section # 11 */

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .cs-badge {
    padding: 4px 10px;
    border-radius: 10px;
  }
  .cs-badge .icon {
    width: 18px;
    height: 18px;
  }
  .cs-badge .text {
    font-size: var(--fs-14);
  }

  .creators1 {
    padding: 72px 0;
  }
  .creators1 .content {
    width: 555px;
  }
  .creators1 .content .heading {
    font-size: var(--fs-48);
    margin-bottom: 20px;
  }
  .creators1 .content .desc {
    font-size: var(--fs-18);
    margin-bottom: 32px;
  }

  .creators2 {
    padding: 72px 0 64px;
  }
  .creators2 .sec-heading {
    max-width: 800px;
    font-size: var(--fs-44);
  }
  .creators2 .desc {
    max-width: 740px;
    font-size: var(--fs-18);
    margin: 0 auto 32px;
  }

  .creators3 {
    padding: 64px 0 72px;
  }
  .creators3 .sec-heading {
    max-width: 580px;
    font-size: var(--fs-44);
    margin: 0 auto 56px;
  }
  .creators3 .ways-list {
    row-gap: 12px;
  }
  .creators3 .ways-list .row {
    column-gap: 12px;
  }
  .creators3 .ways-list .flex-col {
    row-gap: 12px;
  }
  .creators3 .ways-list .row1 .flex-col,
  .creators3 .ways-list .row3 .flex-col {
    width: calc(42% - 6px);
  }
  .creators3 .ways-list .way-item {
    min-height: 350px;
    padding: 28px 24px;
    border-radius: 20px;
  }
  .creators3 .ways-list .way-item .cs-badge {
    top: 12px;
    right: 12px;
  }
  .creators3 .ways-list .way-item .title {
    font-size: var(--fs-26);
  }
  .creators3 .ways-list .way-item .desc {
    font-size: var(--fs-18);
  }

  .creators3 .ways-list .way-item.way1 {
    width: calc(58% - 6px);
  }
  .creators3 .ways-list .way-item.way1 .vector {
    right: -20px;
    margin-top: 48px;
  }

  .creators3 .ways-list .way-item.way2 {
    min-height: 330px;
  }

  .creators3 .ways-list .way-item.way3 {
    min-height: 330px;
  }

  .creators3 .ways-list .way-item.way4 {
    width: calc(42% - 6px);
  }

  .creators3 .ways-list .way-item.way5 {
    width: calc(58% - 6px);
  }

  .creators3 .ways-list .way-item.way6 {
    min-height: 330px;
  }
  .creators3 .ways-list .way-item.way6 .vector {
    top: 20px;
  }

  .creators3 .ways-list .way-item.way7 {
    min-height: 330px;
  }
  .creators3 .ways-list .way-item.way7 .vector {
    bottom: 44px;
  }

  .creators3 .ways-list .way-item.way8 {
    width: calc(58% - 6px);
  }

  .creators3 .ways-list .way-item.way9 {
    width: calc(57% - 6px);
  }

  .creators3 .ways-list .way-item.way10 {
    width: calc(43% - 6px);
  }

  .creators4 {
    padding: 72px 0 0;
  }
  .creators4 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 16px;
  }
  .creators4 .sec-desc {
    font-size: var(--fs-20);
  }
  .creators4 .main-flex {
    column-gap: 48px;
    margin-top: -32px;
  }
  .creators4 .content {
    width: 470px;
  }
  .creators4 .content .heading {
    font-size: var(--fs-32);
    margin-bottom: 16px;
  }
  .creators4 .content .desc {
    font-size: var(--fs-18);
  }
  .creators4 .img-container {
    width: 600px;
  }

  .creators5 {
    padding: 36px 0 64px;
  }
  .creators5 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 56px;
  }
  .creators5 .steps-list {
    column-gap: 80px;
    row-gap: 56px;
  }
  .creators5 .steps-list .item {
    width: 364px;
  }
  .creators5 .steps-list .item .count {
    width: 46px;
    height: 46px;
    font-size: var(--fs-26);
  }
  .creators5 .steps-list .item .title {
    font-size: var(--fs-22);
    margin-bottom: 14px;
  }
  .creators5 .steps-list .item .text {
    font-size: var(--fs-18);
  }

  .creators6 {
    padding: 64px 0 36px;
  }
  .creators6 .main-flex {
    column-gap: 48px;
  }
  .creators6 .img-container {
    width: 560px;
  }
  .creators6 .content {
    width: 490px;
  }
  .creators6 .content .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 56px;
  }
  .creators6 .content .tiers-list {
    row-gap: 40px;
  }
  .creators6 .content .tiers-list .item .item-header {
    column-gap: 14px;
    margin-bottom: 14px;
  }
  .creators6 .content .tiers-list .item .title {
    font-size: var(--fs-22);
  }

  .creators7 {
    padding: 36px 0 48px;
  }
  .creators7 .main-flex {
    column-gap: 48px;
  }
  .creators7 .content {
    width: 490px;
    padding-top: 40px;
  }
  .creators7 .content .heading {
    font-size: var(--fs-32);
  }
  .creators7 .content .desc {
    font-size: var(--fs-18);
    margin-bottom: 20px;
  }
  .creators7 .img-container {
    width: 540px;
  }

  .creators8 {
    padding: 48px 0 60px;
  }
  .nr-accordion-flex {
    row-gap: 80px;
  }
  .nr-accordion-flex .row-item .content {
    width: 550px;
  }
  .nr-accordion-flex .row-item .content .item-heading {
    font-size: var(--fs-44);
  }
  .nr-accordion-flex .row-item .content .item-desc {
    font-size: var(--fs-18);
  }
  .nr-accordion .accordion-item {
    padding: 20px 0;
  }
  .nr-accordion .accordion-item .accordion-header {
    column-gap: 14px;
    padding-right: 20px;
  }
  .nr-accordion .accordion-item .accordion-header .icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }
  .nr-accordion .accordion-item .accordion-header .icon img {
    height: 16px;
    width: 16px;
  }
  .nr-accordion .accordion-item .accordion-header .title {
    font-size: var(--fs-20);
  }
  .nr-accordion .accordion-item .accordion-header .dd-icon {
    top: 13px;
    right: 6px;
  }
  .nr-accordion .accordion-item .accordion-body .text {
    font-size: var(--fs-16);
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    width: 580px;
    top: -40px;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 580px;
    top: -40px;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(3) .vector {
    width: 580px;
  }

  /* Section # 9 */
  .creators9 {
    padding: 60px 0 60px;
  }
  .creators9 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 16px;
  }
  .creators9 .sec-desc {
    font-size: var(--fs-18);
    margin-bottom: 48px;
  }

  .table-responsive {
    row-gap: 56px;
  }
  .comparison-table::before {
    height: calc(100% + 56px);
    width: 271px;
    top: -28px;
    left: 318px;
  }
  .comparison-table:first-of-type::before {
    height: calc(100% + 44px);
  }
  .comparison-table:last-of-type::before {
    height: calc(100% + 44px);
  }
  .comparison-table thead th {
    padding: 18px 0;
    font-size: var(--fs-22);
  }
  .comparison-table thead th .th-flex {
    column-gap: 10px;
  }
  .comparison-table thead th .th-flex .icon {
    width: 22px;
  }
  .comparison-table tbody td {
    padding: 23px 0;
    font-size: var(--fs-16);
  }
  .comparison-table tbody td .boolean-flex {
    column-gap: 10px;
  }
  .comparison-table tbody td .boolean-flex .icon {
    width: 20px;
    height: 20px;
  }
  .comparison-table tbody td .text-italic {
    font-size: var(--fs-13);
  }

  .creators9 .bottom-content {
    max-width: 575px;
    margin: 64px auto 0;
  }
  .creators9 .bottom-content .text {
    font-size: var(--fs-20);
  }
  .creators9 .bottom-content .heading {
    font-size: var(--fs-24);
  }

  .creators10 {
    padding: 60px 0 36px;
  }
  .creators10 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 16px;
  }
  .creators10 .sec-desc {
    font-size: var(--fs-20);
    margin-bottom: 56px;
  }
  .creators10 .main-flex {
    column-gap: 48px;
  }
  .creators10 .img-container {
    width: 510px;
  }
  .creators10 .content {
    width: 560px;
  }
  .creators10 .content .desc {
    font-size: var(--fs-18);
    margin-bottom: 36px;
  }
  .creators10 .content .points-title {
    font-size: var(--fs-18);
  }
  .creators10 .content .check-points {
    row-gap: 18px;
  }
  .creators10 .content .check-points li {
    padding-left: 36px;
    font-size: var(--fs-16);
  }
  .creators10 .content .check-points li::before {
    width: 22px;
    height: 22px;
  }

  .creators11 .desc.second-of-type {
    max-width: 660px;
    font-size: var(--fs-20);
  }
  .creators11 .desc.last-of-type {
    font-size: var(--fs-18);
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .cs-badge {
    padding: 4px 8px;
    border-radius: 8px;
  }
  .cs-badge .icon {
    width: 14px;
    height: 14px;
  }
  .cs-badge .text {
    font-size: var(--fs-12);
  }

  .creators1 {
    padding: 60px 0;
  }
  .creators1 .content {
    width: 480px;
  }
  .creators1 .content .heading {
    font-size: var(--fs-42);
    margin-bottom: 16px;
  }
  .creators1 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 24px;
  }

  .creators2 {
    padding: 64px 0 56px;
  }
  .creators2 .sec-heading {
    max-width: 720px;
    font-size: var(--fs-40);
    margin: 0 auto 16px;
  }
  .creators2 .desc {
    max-width: 640px;
    font-size: var(--fs-16);
    margin: 0 auto 24px;
  }

  .creators3 {
    padding: 56px 0;
  }
  .creators3 .sec-heading {
    max-width: 520px;
    font-size: var(--fs-40);
    margin: 0 auto 48px;
  }
  .creators3 .ways-list {
    row-gap: 12px;
  }
  .creators3 .ways-list .row {
    column-gap: 12px;
  }
  .creators3 .ways-list .flex-col {
    row-gap: 12px;
  }
  .creators3 .ways-list .row1 .flex-col,
  .creators3 .ways-list .row3 .flex-col {
    width: calc(42% - 6px);
  }
  .creators3 .ways-list .way-item {
    min-height: 340px;
    padding: 24px 20px 20px;
    border-radius: 16px;
  }
  .creators3 .ways-list .way-item .cs-badge {
    top: 12px;
    right: 12px;
  }
  .creators3 .ways-list .way-item .title {
    font-size: var(--fs-24);
  }
  .creators3 .ways-list .way-item .desc {
    font-size: var(--fs-16);
  }

  .creators3 .ways-list .way-item.way1 {
    width: calc(58% - 6px);
  }
  .creators3 .ways-list .way-item.way1 .vector {
    right: -18px;
    margin-top: 60px;
  }

  .creators3 .ways-list .way-item.way2 {
    min-height: 300px;
    padding-top: 48px;
  }

  .creators3 .ways-list .way-item.way3 {
    min-height: 300px;
  }

  .creators3 .ways-list .way-item.way4 {
    width: calc(42% - 6px);
  }

  .creators3 .ways-list .way-item.way5 {
    width: calc(58% - 6px);
  }

  .creators3 .ways-list .way-item.way6 {
    min-height: 300px;
  }
  .creators3 .ways-list .way-item.way6 .vector {
    top: 28px;
    right: -16px;
  }

  .creators3 .ways-list .way-item.way7 {
    min-height: 300px;
  }
  .creators3 .ways-list .way-item.way7 .vector {
    bottom: 30px;
  }

  .creators3 .ways-list .way-item.way8 {
    width: calc(58% - 6px);
  }

  .creators3 .ways-list .way-item.way9 {
    width: calc(57% - 6px);
    padding-top: 48px;
  }

  .creators3 .ways-list .way-item.way10 {
    width: calc(43% - 8px);
    padding-top: 48px;
  }

  .creators4 {
    padding: 56px 0 0;
  }
  .creators4 .sec-heading {
    font-size: var(--fs-36);
    margin-bottom: 14px;
  }
  .creators4 .sec-desc {
    font-size: var(--fs-18);
  }
  .creators4 .main-flex {
    column-gap: 8px;
    margin-top: -36px;
  }
  .creators4 .content {
    width: 400px;
  }
  .creators4 .content .heading {
    font-size: var(--fs-28);
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }
  .creators4 .content .desc {
    font-size: var(--fs-16);
  }
  .creators4 .img-container {
    width: 520px;
  }

  .creators5 {
    padding: 24px 0 48px;
  }
  .creators5 .sec-heading {
    font-size: var(--fs-40);
    letter-spacing: -0.48px;
    margin-bottom: 48px;
  }
  .creators5 .steps-list {
    column-gap: 72px;
    row-gap: 48px;
  }
  .creators5 .steps-list .item {
    width: 335px;
  }
  .creators5 .steps-list .item .count {
    width: 42px;
    height: 42px;
    font-size: var(--fs-24);
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .creators5 .steps-list .item .title {
    font-size: var(--fs-20);
    margin-bottom: 12px;
  }
  .creators5 .steps-list .item .text {
    font-size: var(--fs-16);
  }

  .creators6 {
    padding: 56px 0 32px;
  }
  .creators6 .main-flex {
    column-gap: 24px;
  }
  .creators6 .img-container {
    width: 470px;
  }
  .creators6 .content {
    width: 420px;
  }
  .creators6 .content .sec-heading {
    font-size: var(--fs-36);
    letter-spacing: -0.48px;
    margin-bottom: 40px;
  }
  .creators6 .content .tiers-list {
    row-gap: 32px;
  }
  .creators6 .content .tiers-list .item .item-header {
    column-gap: 12px;
    margin-bottom: 14px;
  }
  .creators6 .content .tiers-list .item .icon-container {
    width: 28px;
    height: 28px;
  }
  .creators6 .content .tiers-list .item .icon-container .icon {
    width: 16px;
  }
  .creators6 .content .tiers-list .item .flex {
    column-gap: 6px;
  }
  .creators6 .content .tiers-list .item .title {
    font-size: var(--fs-20);
  }
  .creators6 .content .tiers-list .item .title-sm {
    font-size: var(--fs-14);
  }
  .creators6 .content .tiers-list .item .text {
    font-size: var(--fs-14);
  }

  .creators7 {
    padding: 24px 0 32px;
  }
  .creators7 .main-flex {
    column-gap: 24px;
  }
  .creators7 .content {
    width: 420px;
    padding-top: 40px;
  }
  .creators7 .content .heading {
    font-size: var(--fs-28);
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }
  .creators7 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 16px;
  }
  .creators7 .img-container {
    width: 460px;
  }

  .creators8 {
    padding: 32px 0 48px;
  }
  .nr-accordion-flex {
    row-gap: 72px;
  }
  .nr-accordion-flex .row-item .content {
    width: 490px;
  }
  .nr-accordion-flex .row-item .content .item-heading {
    font-size: var(--fs-40);
    margin-bottom: 12px;
  }
  .nr-accordion-flex .row-item .content .item-desc {
    font-size: var(--fs-16);
    margin-bottom: 12px;
  }
  .nr-accordion .accordion-item {
    padding: 16px 0;
  }
  .nr-accordion .accordion-item .accordion-header {
    column-gap: 12px;
    padding-right: 20px;
  }
  .nr-accordion .accordion-item .accordion-header .icon {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }
  .nr-accordion .accordion-item .accordion-header .icon img {
    height: 16px;
    width: 16px;
  }
  .nr-accordion .accordion-item .accordion-header .title {
    font-size: var(--fs-18);
    margin-top: 3px;
  }
  .nr-accordion .accordion-item .accordion-header .dd-icon {
    top: 12px;
    right: 6px;
  }
  .nr-accordion .accordion-item .accordion-body .text {
    font-size: var(--fs-14);
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    width: 460px;
    top: -12px;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 460px;
    top: -48px;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(3) .vector {
    width: 460px;
  }

  .creators9 {
    padding: 48px 0 48px;
  }
  .creators9 .sec-heading {
    font-size: var(--fs-40);
    margin-bottom: 12px;
  }
  .creators9 .sec-desc {
    font-size: var(--fs-16);
    margin-bottom: 40px;
  }

  .table-responsive {
    row-gap: 48px;
    padding: 16px 0;
  }
  .comparison-table::before {
    height: calc(100% + 48px);
    width: 230px;
    top: -24px;
    left: 251px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .comparison-table:first-of-type::before {
    height: calc(100% + 36px);
    top: -12px;
    border-top-width: 1px;
  }
  .comparison-table:last-of-type::before {
    height: calc(100% + 36px);
    border-bottom-width: 1px;
  }
  .comparison-table thead th {
    padding: 18px 0;
    font-size: var(--fs-18);
  }
  .comparison-table thead th:nth-child(1) {
    width: 27%;
  }
  .comparison-table thead th:nth-child(2) {
    width: 25%;
  }
  .comparison-table thead th .th-flex {
    column-gap: 8px;
  }
  .comparison-table thead th .th-flex .icon {
    width: 18px;
  }
  .comparison-table tbody td {
    padding: 20px 0;
    font-size: var(--fs-15);
  }
  .comparison-table tbody td .boolean-flex {
    column-gap: 8px;
  }
  .comparison-table tbody td .boolean-flex .icon {
    width: 18px;
    height: 18px;
  }
  .comparison-table tbody td .text-italic {
    font-size: var(--fs-11);
  }

  .creators9 .bottom-content {
    max-width: 535px;
    margin: 40px auto 0;
  }
  .creators9 .bottom-content .text {
    font-size: var(--fs-18);
  }
  .creators9 .bottom-content .heading {
    font-size: var(--fs-22);
  }

  .creators10 {
    padding: 48px 0 24px;
  }
  .creators10 .sec-heading {
    font-size: var(--fs-40);
    margin-bottom: 16px;
  }
  .creators10 .sec-desc {
    font-size: var(--fs-18);
    margin-bottom: 48px;
  }
  .creators10 .main-flex {
    column-gap: 24px;
  }
  .creators10 .img-container {
    width: 450px;
  }
  .creators10 .content {
    width: 445px;
  }
  .creators10 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 32px;
  }
  .creators10 .content .points-title {
    font-size: var(--fs-16);
  }
  .creators10 .content .check-points {
    row-gap: 16px;
  }
  .creators10 .content .check-points li {
    padding-left: 30px;
    font-size: var(--fs-15);
  }
  .creators10 .content .check-points li::before {
    top: 2px;
    width: 18px;
    height: 18px;
  }

  .creators11 .desc.second-of-type {
    max-width: 600px;
    font-size: var(--fs-18);
    margin: 0 auto 8px;
  }
  .creators11 .desc.last-of-type {
    font-size: var(--fs-16);
  }
}

@media screen and (max-width: 767.98px) {
  .cs-badge {
    padding: 4px 10px;
    border-radius: 8px;
  }
  .cs-badge .icon {
    width: 16px;
    height: 16px;
  }
  .cs-badge .text {
    font-size: var(--fs-14);
  }

  .creators1 {
    padding: 24px 0 0;
  }
  .creators1 .content {
    width: 100%;
    text-align: center;
  }
  .creators1 .content .heading {
    font-size: var(--fs-32);
    letter-spacing: -0.64px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .creators1 .content .desc {
    max-width: 100%;
    font-size: var(--fs-16);
    margin-bottom: 24px;
  }
  .creators1 .img-banner-lg {
    display: none;
  }
  .creators1 .img-banner-sm {
    display: block;
    margin-top: 32px;
  }

  .creators2 {
    padding: 40px 0;
  }
  .creators2 .sec-heading {
    max-width: 100%;
    font-size: var(--fs-32);
    letter-spacing: -0.64px;
    margin: 0 auto 16px;
  }
  .creators2 .desc {
    max-width: 100%;
    font-size: var(--fs-16);
    margin: 0 auto 24px;
  }

  .creators3 {
    padding: 40px 0;
  }
  .creators3 .sec-heading {
    max-width: 100%;
    font-size: var(--fs-32);
    letter-spacing: -0.64px;
    margin: 0 auto 32px;
  }
  .creators3 .ways-list .row {
    flex-direction: column;
    row-gap: 16px;
  }
  .creators3 .ways-list .row1 .flex-col,
  .creators3 .ways-list .row3 .flex-col {
    width: 100%;
  }
  .creators3 .ways-list .way-item {
    padding: 24px;
    border-radius: 20px;
  }
  .creators3 .ways-list .way-item .title {
    font-size: var(--fs-24);
  }
  .creators3 .ways-list .way-item .desc {
    font-size: var(--fs-16);
  }

  .creators3 .ways-list .way-item.way1 {
    width: 100%;
  }
  .creators3 .ways-list .way-item.way1 .vector {
    right: -10px;
    margin-top: 24px;
  }

  .creators3 .ways-list .way-item.way2 {
    min-height: 310px;
  }
  .creators3 .ways-list .way-item.way2 .vector {
    width: 92%;
  }

  .creators3 .ways-list .way-item.way3 {
    min-height: 330px;
  }

  .creators3 .ways-list .way-item.way4 {
    width: 100%;
    min-height: 330px;
  }
  .creators3 .ways-list .way-item.way4 .vector {
    width: 88%;
  }

  .creators3 .ways-list .way-item.way5 {
    width: 100%;
    min-height: 315px;
  }
  .creators3 .ways-list .way-item.way5 .vector {
    width: 100%;
  }

  .creators3 .ways-list .way-item.way6 {
    min-height: 320px;
  }
  .creators3 .ways-list .way-item.way6 .vector {
    width: 85%;
    right: -16px;
  }

  .creators3 .ways-list .way-item.way7 {
    min-height: 280px;
  }
  .creators3 .ways-list .way-item.way7 .vector {
    bottom: 24px;
  }

  .creators3 .ways-list .way-item.way8 {
    width: 100%;
    min-height: 440px;
  }
  .creators3 .ways-list .way-item.way8 .vector {
    width: 92%;
  }

  .creators3 .ways-list .way-item.way9 {
    width: 100%;
    min-height: 320px;
  }
  .creators3 .ways-list .way-item.way9 .vector {
    width: 80%;
  }

  .creators3 .ways-list .way-item.way10 {
    width: 100%;
    min-height: 345px;
  }
  .creators3 .ways-list .way-item.way10 .vector {
    width: 86%;
  }

  .creators4 {
    padding: 40px 0 0;
  }
  .creators4 .sec-heading {
    font-size: var(--fs-32);
    line-height: 1.3;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
  }
  .creators4 .sec-heading br {
    display: none;
  }
  .creators4 .sec-desc {
    font-size: var(--fs-16);
    margin-bottom: 32px;
  }
  .creators4 .main-flex {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }
  .creators4 .content {
    width: 100%;
  }
  .creators4 .content .heading {
    font-size: var(--fs-28);
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: center;
    margin-bottom: 16px;
  }
  .creators4 .content .desc {
    font-size: var(--fs-16);
    text-align: center;
  }
  .creators4 .img-container {
    width: 100%;
  }

  .creators5 {
    padding: 36px 0 40px;
  }
  .creators5 .sec-heading {
    font-size: var(--fs-32);
    letter-spacing: -0.48px;
    margin-bottom: 40px;
  }
  .creators5 .steps-list {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 40px;
  }
  .creators5 .steps-list .item {
    width: 100%;
  }
  .creators5 .steps-list .item .count {
    width: 44px;
    height: 44px;
    font-size: var(--fs-24);
    border-radius: 4px;
    margin-bottom: 18px;
  }
  .creators5 .steps-list .item .title {
    font-size: var(--fs-20);
    margin-bottom: 10px;
  }
  .creators5 .steps-list .item .text {
    font-size: var(--fs-16);
  }

  .creators6 {
    padding: 40px 0 40px;
  }
  .creators6 .main-flex {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 36px;
  }
  .creators6 .img-container {
    width: 100%;
  }
  .creators6 .content {
    width: 100%;
  }
  .creators6 .content .sec-heading {
    font-size: var(--fs-36);
    line-height: 1.1;
    letter-spacing: -0.48px;
    margin-bottom: 36px;
  }
  .creators6 .content .tiers-list {
    row-gap: 36px;
  }
  .creators6 .content .tiers-list .item .item-header {
    column-gap: 12px;
    margin-bottom: 14px;
  }
  .creators6 .content .tiers-list .item .icon-container {
    width: 28px;
    height: 28px;
  }
  .creators6 .content .tiers-list .item .icon-container .icon {
    width: 16px;
  }
  .creators6 .content .tiers-list .item .flex {
    column-gap: 6px;
  }
  .creators6 .content .tiers-list .item .title {
    font-size: var(--fs-20);
  }
  .creators6 .content .tiers-list .item .title-sm {
    font-size: var(--fs-14);
  }

  .creators7 {
    padding: 40px 0 32px;
  }
  .creators7 .main-flex {
    flex-direction: column;
    align-items: stretch;
    row-gap: 0;
  }
  .creators7 .content {
    width: 100%;
    padding-top: 0;
  }
  .creators7 .content .heading {
    font-size: var(--fs-26);
    letter-spacing: -0.48px;
    text-align: center;
    margin-bottom: 16px;
  }
  .creators7 .content .desc {
    font-size: var(--fs-16);
    text-align: center;
    margin-bottom: 16px;
  }
  .creators7 .img-container {
    width: 100%;
  }

  .creators8 {
    padding: 32px 0 0;
  }
  .nr-accordion-flex {
    row-gap: 24px;
  }
  .nr-accordion-flex .row-item {
    display: block;
  }
  .nr-accordion-flex .row-item .content {
    width: 100%;
  }
  .nr-accordion-flex .row-item .content .item-heading {
    font-size: var(--fs-36);
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
  .nr-accordion-flex .row-item .content .item-desc {
    font-size: var(--fs-16);
    margin-bottom: 12px;
  }
  .nr-accordion .accordion-item {
    padding: 20px 0;
  }
  .nr-accordion .accordion-item .accordion-header {
    column-gap: 12px;
    cursor: auto;
  }
  .nr-accordion .accordion-item .accordion-header .icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }
  .nr-accordion .accordion-item .accordion-header .icon img {
    height: 16px;
    width: 16px;
  }
  .nr-accordion .accordion-item .accordion-header .title {
    font-size: var(--fs-18);
    line-height: 1.4;
  }
  .nr-accordion .accordion-item .accordion-header .dd-icon {
    top: 14px;
    right: 2px;
  }
  .nr-accordion .accordion-item input[type="radio"]:checked ~ .accordion-body {
    max-height: 400px;
  }
  .nr-accordion .accordion-item .accordion-body .text {
    font-size: var(--fs-16);
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(1) .vector {
    width: 120%;
    position: relative;
    top: initial;
    right: initial;
    left: -10%;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(2) .vector {
    width: 132%;
    position: relative;
    top: initial;
    right: initial;
    left: -20%;
  }
  .creators8 .nr-accordion-flex .row-item:nth-of-type(3) .vector {
    width: 128%;
    position: relative;
    top: initial;
    right: initial;
    left: -12%;
  }

  .creators9 {
    padding: 36px 0 40px;
  }
  .creators9 .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .creators9 .sec-heading {
    font-size: var(--fs-32);
    line-height: 1.15;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }
  .creators9 .sec-desc {
    font-size: var(--fs-16);
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .table-responsive {
    row-gap: 48px;
    padding: 14px 0;
  }
  .comparison-table::before {
    height: calc(100% + 20px);
    width: 138px;
    top: -10px;
    left: 135px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top: 1px solid var(--blue-200);
    border-bottom: 1px solid var(--blue-200);
    border-radius: 16px;
  }
  .comparison-table:first-of-type::before {
    height: calc(100% + 20px);
    top: -10px;
    border-top-width: 1px;
    border-radius: 16px;
  }
  .comparison-table:last-of-type::before {
    height: calc(100% + 20px);
    border-bottom-width: 1px;
    border-radius: 16px;
  }
  .comparison-table thead th {
    padding: 14px 6px;
    font-size: var(--fs-15);
  }
  .comparison-table thead th:nth-child(1) {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
  }
  .comparison-table thead th:nth-child(2) {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  .comparison-table thead th:nth-child(3) {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  .comparison-table thead th:nth-child(4) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .comparison-table thead th:nth-child(5) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .comparison-table thead th .th-flex {
    column-gap: 6px;
  }
  .comparison-table thead th .th-flex .icon {
    width: 18px;
  }
  .comparison-table tbody td {
    padding: 18px 6px;
    font-size: var(--fs-14);
  }
  .comparison-table tbody td .boolean-flex {
    column-gap: 6px;
    white-space: nowrap;
  }
  .comparison-table tbody td .boolean-flex .icon {
    width: 16px;
    height: 16px;
  }
  .comparison-table tbody td .text-italic {
    font-size: var(--fs-12);
  }

  .creators9 .bottom-content {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .creators9 .bottom-content .text {
    font-size: var(--fs-16);
    line-height: 1.5;
  }
  .creators9 .bottom-content .heading {
    font-size: var(--fs-22);
    line-height: 1.35;
  }

  .creators10 {
    padding: 40px 0 28px;
  }
  .creators10 .sec-heading {
    font-size: var(--fs-32);
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .creators10 .sec-desc {
    font-size: var(--fs-18);
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .creators10 .main-flex {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 40px;
  }
  .creators10 .img-container {
    width: 100%;
  }
  .creators10 .content {
    width: 100%;
  }
  .creators10 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 32px;
  }
  .creators10 .content .points-title {
    font-size: var(--fs-16);
    margin-bottom: 12px;
  }
  .creators10 .content .check-points {
    row-gap: 12px;
  }
  .creators10 .content .check-points li {
    padding-left: 28px;
    font-size: var(--fs-16);
    line-height: 1.4;
  }
  .creators10 .content .check-points li::before {
    top: 2px;
    width: 18px;
    height: 18px;
  }

  .creators11 .desc.first-of-type {
    margin-bottom: 12px;
  }
  .creators11 .heading {
    font-size: var(--fs-32);
    margin-bottom: 16px;
  }
  .creators11 .desc.second-of-type {
    max-width: 100%;
    font-size: var(--fs-18);
  }
  .creators11 .desc.last-of-type {
    font-size: var(--fs-16);
  }
}
