.webinar-banner {
  background-color: #d8031d;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}

.webinar-page h2 {
  line-height: 101%;
}

.webinar-banner .heading h1 {
  font-weight: 300;
  color: #fff;
  text-align: center;
  max-width: 24ch;
  margin: 0 auto;
  letter-spacing: 0.02em;
}

.webinar-banner .heading h1 > i {
  font-family: PP Editorial Old;
  font-weight: 200;
}

.webinar-page h2 > i {
  font-family: PP Editorial Old;
  font-weight: 200;
}

.webinar-page h2 {
  font-weight: 300;
}

.webinar-banner .heading p {
  color: #fff;
  text-align: center;
  max-width: 56ch;
  margin: 0 auto;
  margin-top: 15px;
}

.webinar-banner .heading p > span {
  font-weight: 700;
}

.bullet-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.bullet-pills > div {
  background-color: #bd061d;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 50px;
  padding: 10px 20px;
}

.bullet-pills span {
  display: flex;
}

.bullet-pills > div p {
  color: #fff;
}

.sp-newd-cta {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 2px;
  font-family: var(--aspekta);
  padding: 18px 52px;
  border: 1px solid #313131;
  box-shadow: 0px 4px 4px 0px #bd061d;
  width: fit-content;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s ease all;
}

.sp-newd-cta.white:hover {
  background-color: #f5f5f5;
}

.sp-newd-cta::before {
  position: absolute;
  content: "";
  left: 34px;
  top: 46%;
  width: 6px;
  height: 6px;
  background-color: #d8031d;
  border-radius: 50%;
}

.sp-newd-cta.white {
  background-color: #fff;
  box-shadow: 0px 3px 6.8px 0px #fff;
}

.sp-newd-cta.black {
  background-color: #111111;
  color: #fff;
  box-shadow: 0px 4px 6.3px 0px #0000007a;
}

.sp-newd-cta.black:hover {
  background-color: #383838;
}

.sp-newd-cta.red {
  background-color: #d8031d;
  color: #fff;
  border-color: #fff;
  box-shadow: 0px 3px 6.8px 0px #bd061d99;
}

.sp-newd-cta.red:hover {
  background-color: #b80319;
}

.sp-newd-cta.red::before {
  background-color: #fff;
}

.webinar-banner .save-cta a {
  padding: 16px 50px;
}

.webinar-banner .save-cta {
  margin-top: 50px;
}

.webinar-banner .save-cta {
  display: flex;
  justify-content: center;
}

.webinar-banner .star-rating p {
  color: #fff;
  text-align: center;
  font-size: 17.5px;
  margin-top: 12px;
}

.wb-check-bullet {
  display: flex;
  justify-content: center;
  gap: 23px;
}

.wb-check-bullet p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 150%;
  font-size: 12px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wb-check-bullet p span {
  display: flex;
}

.wb-banner-img-block {
  margin-top: 60px;
}

.wb-sp-white-block {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-radius: 4px;
  margin-top: 18px;
}

.wb-sp-white-block .sp-icon {
  display: flex;
}

.wb-sp-white-block .sp-block-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  text-align: center;
}

.wb-sp-white-block .sp-block-text p span {
  font-weight: 700;
  text-transform: uppercase;
}

.wb-sp-white-block .sp-block-text p {
  line-height: 120%;
  letter-spacing: 0em;
}

.wb-sp-white-block .sp-block-text p:nth-child(2) {
  font-size: 16px;
}

.wb-ticker-sec {
  margin-top: 65px;
}

.wb-ticker-sec p {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  max-width: 58ch;
  margin: 0 auto;
}

.wb-banner-ticker2 {
  margin-top: 30px;
}

.banner-ticker-main {
  background: rgba(216, 3, 29, 1);
  backdrop-filter: blur(37.5px);
  margin-top: 30px;

  /* left and right gradient fade */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.alot-of-brands {
  padding-top: 250px;
}

.alot-of-brands h2 {
  color: #111111;
  font-weight: 300;
  font-size: clamp(35px, 5vw, 48px);
  line-height: 101%;
  text-align: left;
  max-width: 22ch;
}

.alot-of-brands .left p {
  color: #6f6f6f;
  letter-spacing: 1px;
  margin-top: 15px;
  max-width: 50ch;
}

.alot-of-brands-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .alot-of-brands-in .left{
    width: 60%;
}
.alot-of-brands-in .right{
    width: 0%;
} */
.alot-of-brands-in ul {
  flex-direction: column;
  align-items: start;
  padding-left: 25px;
  gap: 10px;
  margin-top: 10px;
}

.alot-of-brands-in ul li {
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

.alot-of-brands-in ul li::before {
  position: absolute;
  left: -25px;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #d8031d;
  border-radius: 50%;
}

.alot-of-brands .right p {
  color: #d8031d;
  font-size: 14.6px;
  line-height: 150%;
  letter-spacing: 1.22px;
  font-weight: 450;
  text-transform: uppercase;
}

.below-cap-text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
  text-align: center;
  max-width: 40ch;
  margin: 0 auto;
  max-width: 86ch;
  margin-top: 80px;
}

.spacer {
  height: 104px;
}

.wb-banner-curve {
  width: 100%;
  position: absolute;
  bottom: -140px;
  left: 0;
}

.wb-banner-curve img {
  width: 100%;
  height: auto;
  display: unset;
}

.webinar-page .episodes-bg-image {
  bottom: unset;
}

.you-have-invested {
  background-color: #000000;
}

.you-have-invested {
  position: relative;
}

.you-have-invested .object-img1 {
  position: absolute;
  right: 0;
  top: 0;
}

img {
  display: flex;
}

.you-have-invested .object-img2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.you-have-invested-in > p {
  color: #fff;
  text-align: center;
  margin: auto;
}

.you-have-invested {
  padding: 140px 20px 110px 20px;
}

.you-have-invested-in h2 {
  max-width: 38ch;
  margin: 0 auto;
  margin-bottom: 28px;
}

.you-have-invested .below-cap-text {
  max-width: 62ch;
  margin-top: 59px;
}

.you-have-invested-in .p2 {
  max-width: 78ch;
  margin-top: 16px;
}

.you-have-invested .wb-sp-white-block {
  margin-top: 80px;
}

.wb-sp-white-block.red {
  background-color: #d8031d;
  padding: 14px 24px;
}

.wb-sp-white-block.red p {
  color: #fff;
  max-width: 78ch;
  line-height: 130%;
  letter-spacing: 1px;
}

.pills-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.pills-stack .pill1,
.pills-stack .pill2,
.pills-stack .pill3 {
  background-color: #d8031d;
  border-radius: 50px;
  color: #fff;
  padding: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23.3px;
  max-width: 375px;
  line-height: 130%;
}

.pills-stack .pill1 {
  transform: rotate(-3deg);
  position: relative;
}

.pills-stack .pill3 {
  transform: rotate(-3deg);
  position: relative;
}

.pills-stack .pill2 {
  box-shadow: 0px -1.21px 4.82px 0px #00000040;
}

.pills-stack .pill2 {
  transform: rotate(8deg);
  position: relative;
  z-index: 2;
}

.order-of-decisions .right-dotted-arrow {
  position: absolute;
  right: -30px;
  top: 76px;
}

.order-of-decisions .left-dotted-arrow {
  position: absolute;
  left: -30px;
  top: -52px;
}

.order-of-decisions .bottom-dotted-arrow {
  margin-top: 10px;
}

.order-of-decisions .bottom-card {
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  box-shadow: 0px 1px 8.2px 0px #b7b7b71a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 43px;
  padding-bottom: 40px;
  width: 100%;
  margin-top: 40px;
}

.order-of-decisions .bottom-card a {
  margin-top: 30px;
}

.order-of-decisions .bottom-card p {
  max-width: 66ch;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2px;
  font-size: 16px;
  color: #111111;
  text-align: center;
}

.order-of-decisions-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.order-of-decisions-in p.text-with-red span {
  color: #d8031d;
  text-transform: uppercase;
  font-weight: 700;
}

.order-of-decisions-in h2 {
  max-width: 22ch;
  margin-bottom: 10px;
  line-height: 101%;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-theory-img1 {
  max-width: 349px;
  position: absolute;
  top: 0;
  left: 0;
}

.not-theory-img2 {
  max-width: 255px;
  position: absolute;
  right: 0px;
  top: 20%;
}

.not-theory-img3 {
  max-width: 172px;
  position: absolute;
  bottom: -40px;
  left: 40%;
}

/* Parent container */
.container {
  position: relative;
  width: 100%;
}

/* Base image styles */
.not-theory-img1,
.not-theory-img2,
.not-theory-img3 {
  position: absolute;
  width: 100%;
  height: auto;
}

/* Desktop (default) */
.not-theory-img1 {
  max-width: 22vw;
  top: 0;
  left: 0;
}

.not-theory-img2 {
  max-width: 16vw;
  top: 20%;
  right: 0;
}

.not-theory-img3 {
  max-width: 12vw;
  bottom: -2vw;
  left: 50%;
  transform: translateX(-50%);
}

/* Tablet */
@media (max-width: 1024px) {
  .not-theory-img1 {
    max-width: 30vw;
  }

  .not-theory-img2 {
    max-width: 22vw;
    top: 25%;
  }

  .not-theory-img3 {
    max-width: 18vw;
    bottom: -1vw;
  }
}

.not-theory {
  background-color: #d8031d;
  padding: 55px 0px;
}

.not-theory-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.not-theory-in .left h2 {
  text-align: left;
  line-height: 101%;
  max-width: 20ch;
  font-size: 56px;
}

.not-theory-in .right {
  position: relative;
}

.not-theory-in .left {
  padding-bottom: 160px;
  padding-top: 50px;
}

.not-theory-in .left p {
  max-width: 53ch;
  font-size: 16px;
  margin-top: 10px;
}

.not-theory-in .left p span {
  font-weight: 800;
}

.bottom-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-top: 30px;
}

.not-theory .bottom-text-block .bold-upper {
  line-height: 140%;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.not-theory .bottom-text-block p {
  max-width: 50ch;
}

.everything-changes {
  position: relative;
}

.everything-changes-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.everything-changes-in .left {
  background-color: #f6f2f3;
}

.everything-changes-in .product-img {
  height: 369px;
  width: 208px;
  position: relative;
}

.everything-changes-in .product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 12%,
    rgba(255, 255, 255, 0) 36%
  );
  backdrop-filter: blur(0px);
  pointer-events: none;
  width: 108%;
}

.everything-changes-in .left .product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(246, 242, 243, 1) 12%,
    rgba(255, 255, 255, 0) 36%
  );
  backdrop-filter: blur(0px);
  pointer-events: none;
  width: 108%;
}

.everything-changes-in > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 320px;
  padding-bottom: 80px;
}

.everything-changes-in .product-name h3 {
  font-weight: 700;
  font-size: 24px;
  color: #111111;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 114%;
  text-align: center;
}

.everything-changes-in .product-points ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.everything-changes-in .product-points ul li {
  position: relative;
}

.everything-changes-in .product-points ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 24%;
  width: 8px;
  height: 8px;
  background-color: #d8031d;
  border-radius: 50%;
}

.everything-changes-in .product-points {
  margin-right: auto;
  padding-left: 137px;
  padding-top: 50px;
}

.everything-changes .heading p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #111111;
  text-transform: uppercase;
}

.everything-changes .heading {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.everything-changes .heading h2 {
  line-height: 101%;
  font-weight: 300;
  text-align: center;
}

.sp-circle-red {
  width: 220px;
  height: 220px;
  background-color: #d8031d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  z-index: 3;
}

.sp-circle-red p {
  color: #fff;
  letter-spacing: 0px;
  line-height: 120%;
}

.wc-bullet-points ul {
  flex-direction: column;
  align-items: start;
  gap: 8px;
  padding-left: 20px;
}

.webinar-page li {
  position: relative;
}

.webinar-page li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px !important;
  width: 8px;
  height: 8px;
  background-color: #d8031d;
  border-radius: 50%;
}

.wc-bullet-points li {
  font-size: 18px;
}

.wc-bullet-points li::before {
  top: 34%;
}

.what-changes-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.what-changes p.red-upper {
  color: #d8031d;
  text-transform: uppercase;
  font-size: 14.67px;
  letter-spacing: 1.22px;
  font-weight: 450;
}

.what-changes-in h2 {
  font-size: 48px;
  text-align: left;
  max-width: 20ch;
  font-weight: 300;
}

.what-changes-in .right {
  padding-left: 40px;
}

.what-changes-in .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.what-changes-in .left p {
  max-width: 52ch;
  color: #6f6f6f;
}

.what-changes-in .left p span {
  font-weight: 700;
}

.what-changes .wb-check-bullet p {
  color: #111111;
}

.what-changes .wb-check-bullet svg path {
  fill: #d8031d;
}

.what-changes .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 80px;
}

.what-changes .bottom > p {
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.what-changes .bottom > p span {
  font-weight: 700;
}

.what-changes-in .wc-bullet-points {
  margin-top: 20px;
  gap: 20px;
}

.webinar-page li {
  font-size: 18px;
}

.clarity-behind {
  background-color: #111111;
  color: #fff;
}

.clarity-behind-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.clarity-bullets1 li::before {
  background-color: #fff;
}

.clarity-behind-in ul {
  flex-direction: column;
  align-items: start;
  padding-left: 20px;
}

.webinar-page h2 {
  text-align: left;
  font-size: 56px;
}

.clarity-behind .wb-sp-white-block {
  padding: 16px 24px;
}

.clarity-behind .sp-block-text p {
  max-width: 42ch;
}

.clarity-behind {
  padding-top: 80px;
  padding-bottom: 110px;
}

.clarity-behind-in .heading {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clarity-behind .heading p {
  color: #a8a8a8;
  max-width: 48ch;
}

.clarity-bullets1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clarity-bullets1 ul {
  gap: 10px;
}

.clarity-bullets2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.clarity-bullets2 ul {
  gap: 10px;
}

.clarity-bullets2 p {
  max-width: 42ch;
}

.clarity-behind .wb-sp-white-block {
  margin-top: 30px;
}

.clarity-behind-in .right {
  padding-top: 50px;
}

.get-started {
  background-color: #bc0117;
  position: relative;
}

.get-started .object-image1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.get-started .object-image2 {
  position: absolute;
  left: 0;
  top: 0;
}

.get-started-in {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.get-started-in h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 130%;
}

.get-started-in p {
  color: #fff;
  max-width: 72ch;
  text-align: center;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.get-started-in .get-started-button {
  margin-top: 20px;
}

.live-webinar .faded-circle img {
  width: 100%;
}

.live-webinar {
  position: relative;
}

.live-webinar-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.live-webinar-pills {
  display: flex;
  gap: 10px;
}

.live-webinar-in-in p {
  color: #fff;
}

.live-webinar-pills > div {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  background-color: #bd061d;
  padding: 10px 12px;
  width: 100%;
  max-width: 200px;
}

.live-webinar-in-in .lw-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.live-webinar-pills > div span {
  display: flex;
}

.live-webinar-in-in {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

.live-webinar-in-in .right-top > p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
}

.live-webinar-in-in .pp-text {
  font-family: var(--pp);
  font-style: italic;
  text-transform: unset !important;
  font-weight: 200 !important;
  font-size: 18px !important;
}

.live-webinar-in-in .lw-list {
  margin-top: 10px;
}

.live-webinar-in-in .lw-list span {
  padding-right: 10px;
}

.live-webinar-in-in .save-spot-btn {
  margin-top: 50px;
  margin-bottom: 24px;
}

.live-webinar-in-in .left {
  width: 60%;
}

.live-webinar-in-in .right {
  width: 40%;
}

.live-webinar-in-in .left .heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.live-webinar-pills {
  margin-top: 30px;
}

.live-webinar-in-in h2 {
  max-width: 19ch;
}

.you-have-invested-in {
  position: relative;
  z-index: 8;
}

.some-founders {
  background-color: #d8031d;
  padding: 75px 0px;
}

.some-founders .compare-div {
  display: flex;
  max-width: 1063px;
  gap: 121px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.some-founders .compare-div > div {
  width: 50%;
}

.some-founders-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.some-founders-in p {
  color: #fff;
}

.some-founders-in .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.some-founders-in .heading h2 {
  text-align: center;
  max-width: 24ch;
}

.some-founders-in .heading p {
  text-align: center;
  max-width: 78ch;
}

.some-founders-in .compare-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.some-founders-in .compare-list p {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 120%;
  max-width: 44ch;
}

.some-founders-in .compare-list p span {
  display: flex;
}

.compare-div .left > p,
.compare-div .right > p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 30px;
  padding-left: 50px;
}

.some-founders-in > p {
  text-align: center;
  max-width: 76ch;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
}

.landing-testimonials li::before {
  display: none;
}

.landing-testimonials li button {
  display: none;
}

.readyTo-build {
  background-color: #d8031d !important;
}

.faqs h2 span {
  color: #111 !important;
}

.faqs {
  padding-bottom: 60px;
}

.landing-testimonials h2 {
  text-align: center !important;
}

.sp-we-do .sp-text-top {
  display: flex;
  gap: 150px;
  justify-content: space-between;
}

.sp-text-top p {
  color: #f2f2f2;
}

.sp-we-heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sp-we-heading > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.webinar-page .sp-we-do {
  padding-bottom: 0px;
  height: 100%;
  min-height: 910px;
  padding-top: 110px;
}

.sp-we-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 220px;
}

.sp-we-text p span {
  font-weight: 800;
}

.webinar-page.ready-marq {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.webinar-page.ready-marq .ready-marq-inner {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ready-marq-scroll 20s linear infinite;
}

.webinar-page.ready-marq .ready-marq-inner:hover {
  animation-play-state: paused;
}

.webinar-page.ready-marq .ready-marq-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}

.webinar-page.ready-marq .ready-marq-item span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--aspekta);
  line-height: 150%;
  letter-spacing: 0px;
  color: #111;
  white-space: nowrap;
}

.webinar-page.ready-marq .ready-marq-item svg {
  display: block;
  flex-shrink: 0;
}

.webinar-page.ready-marq {
  transform: rotate(2deg);
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.webinar-page .build-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  gap: 24px;
}

.readyTo-build .ready-to-btn {
  margin-top: 20px;
}

.webinar-page .readyTo-build .section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 60px;
}

.webinar-page .readyTo-build .section-head h2 {
  max-width: 100%;
}

.webinar-page .readyTo-build .section-head p {
  max-width: 60ch;
  margin: 0 auto;
}

@keyframes ready-marq-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ── Overlay ── */
#sp-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#sp-popup-overlay.sp-active {
  display: flex;
}

#sp-popup-overlay.sp-visible {
  opacity: 1;
}

/* ── Popup Card ── */
#sp-popup {
  background: #fff;
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 44px 36px;
  position: relative;
  border-radius: 2px;
  transform: translateY(22px);
  transition: transform 0.28s cubic-bezier(0.22, 0.68, 0, 1.2);
}

#sp-popup-overlay.sp-visible #sp-popup {
  transform: translateY(0);
}

#sp-popup::-webkit-scrollbar {
  width: 4px;
}

#sp-popup::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

/* ── Close Button ── */
#sp-popup-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  transition: opacity 0.15s;
}

#sp-popup-close:hover {
  opacity: 1;
}

/* ── Fields ── */
.sp-field {
  margin-bottom: 28px;
}

.sp-field label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.sp-field input,
.sp-field select {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #ccc;
  outline: none;
  font-size: 15px;
  color: #111;
  padding: 6px 0 10px;
  background: transparent;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.sp-field input::placeholder {
  color: #aaa;
}

.sp-field input:focus,
.sp-field select:focus {
  border-bottom-color: #d8031d;
}

.sp-select-wrap {
  position: relative;
}

.sp-select-wrap::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

.sp-field select {
  color: #aaa;
  cursor: pointer;
  padding-right: 24px;
}

.sp-field select.sp-selected {
  color: #111;
}

.sp-notes {
  font-size: 12.5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.sp-notes p + p {
  margin-top: 6px;
}

.sp-notes p {
  font-size: 14px;
}

.sp-submit {
  display: block;
  width: 100%;
  background: #d8031d;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 2px;
}

.sp-submit:hover {
  background: #a80000;
}

.sp-newd-cta.white {
  box-shadow: 0px 4px 4px 0px #bd061d;
}

.sp-newd-cta.black {
  box-shadow: 0px 4px 4px 0px #111;
}

.sp-newd-cta.red {
  box-shadow: 0px 4px 4px 0px #bd061d;
}

.get-started .sp-newd-cta {
  box-shadow: 0px 4px 13.4px 0px #ffffff85;
}

@media (max-width: 480px) {
  #sp-popup {
    padding: 32px 22px 28px;
  }
}

.sp-field-error {
  color: #a80000 !important;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .sp-we-do .sp-text-top {
    flex-direction: column;
    gap: 50px;
  }

  .sp-we-text {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .webinar-page .sp-we-do {
    min-height: 983px;
  }

  .live-webinar .faded-circle {
    padding-top: 50px;
    background-color: #111;
  }
}

@media screen and (max-width: 991px) {
  .webinar-page h2 {
    font-size: 42px !important;
  }

  .live-webinar-in {
    position: relative;
    background-color: #d8031d;
  }

  .live-webinar .faded-circle img {
    display: none;
  }

  .live-webinar-in-in {
    flex-direction: column;
    margin-top: 60px;
  }

  .live-webinar-in-in > div {
    width: 100% !important;
  }

  .live-webinar-pills {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .live-webinar-in-in {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .live-webinar-in-in .left .heading h2 {
    text-align: left;
  }

  .webinar-page h2 {
    font-size: 42px !important;
  }

  .sp-circle-red {
    width: 180px;
    height: 180px;
  }

  .sp-circle-red p {
    font-size: 14px;
  }

  .everything-changes .heading p {
    font-size: 14px;
  }

  .sp-we-do-circles-wrapper {
    margin-top: 40px;
    justify-content: center;
  }

  .sp-we-do-section-landing-page-adver-in {
    padding-bottom: 140px;
  }

  .payment-trust-icon {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }

  .everything-changes-in .product-img {
    padding: 30px;
  }

  .not-theory-in .right > div {
    width: 60%;
  }

  .not-theory-img3 {
    bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .bullet-pills {
    flex-direction: column;
  }

  .bullet-pills > div {
    min-width: 250px;
  }

  .webinar-banner .star-rating p {
    margin-top: 30px;
    max-width: 36ch;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }

  .wb-check-bullet {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }

  .alot-of-brands-in {
    flex-direction: column;
  }

  .wb-sp-white-block .sp-block-text p {
    font-size: 14px;
  }

  .wb-sp-white-block .sp-block-text p:nth-child(2) {
    font-size: 14px;
  }

  .wb-sp-white-block {
    gap: 10px;
    padding: 15px;
  }

  .wb-banner-img-block {
    margin-top: 30px;
  }

  .wb-ticker-sec {
    margin-top: 40px;
  }

  .everything-changes-in {
    grid-template-columns: 1fr;
  }

  .what-changes-in {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .clarity-behind-in {
    grid-template-columns: 1fr;
  }

  .webinar-banner {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .alot-of-brands {
    padding-top: 50px;
  }

  .webinar-page h2 {
    font-size: 35px !important;
  }

  .alot-of-brands-in .right {
    margin-top: 20px;
  }

  .alot-of-brands-in ul li::before {
    width: 8px;
    height: 8px;
    top: 10px !important;
  }

  .alot-of-brands .left p {
    text-align: center;
  }

  .below-cap-text {
    margin-top: 40px;
    font-size: 16px;
  }

  .spacer {
    height: 76px;
  }

  .you-have-invested {
    padding: 60px 0px;
  }

  .webinar-page h2 {
    text-align: center;
  }

  .you-have-invested .wb-sp-white-block {
    margin-top: 50px;
    padding: 14px 18px;
  }

  .you-have-invested {
    padding-bottom: 60px;
  }

  .order-of-decisions-in > p {
    text-align: center;
  }

  .pills-stack .pill1,
  .pills-stack .pill2,
  .pills-stack .pill3 {
    max-width: 280px;
    font-size: 20px;
  }

  .order-of-decisions .bottom-card {
    padding: 40px 20px;
    margin-top: 20px;
  }

  .order-of-decisions .bottom-card p {
    font-size: 14px;
  }

  .sp-newd-cta {
    padding: 14px 40px;
  }

  .sp-newd-cta::before {
    left: 22px;
  }

  .not-theory .bottom-text-block .bold-upper {
    font-size: 16px;
  }

  .everything-changes .heading {
    width: 100%;
    align-items: center;
  }

  .everything-changes .heading p {
    font-size: 14px;
  }

  .everything-changes-in .product-img {
    width: 150px;
    height: 250px;
  }

  .everything-changes-in .product-points {
    margin-right: unset;
    padding-left: 0;
    padding-top: 20px;
  }

  .everything-changes-in .right .product-name {
    width: 105px;
  }

  .everything-changes-in .right .product-name img {
    width: 100%;
  }

  .everything-changes-in .left {
    padding-bottom: 150px;
  }

  .everything-changes .sp-circle-red {
    top: 53%;
  }

  .everything-changes-in .right {
    padding-top: 180px;
    padding-bottom: 0px;
  }

  .what-changes-in .right {
    padding-left: 0px;
  }

  .what-changes-in .left p {
    padding-top: 10px;
    text-align: center;
  }

  .what-changes-in {
    gap: 30px;
  }

  .what-changes .bottom {
    margin-top: 30px;
  }

  .what-changes .bottom {
    align-items: start;
  }

  .clarity-behind .heading p {
    text-align: center;
  }

  .clarity-behind {
    padding-bottom: 80px;
  }

  .get-started-in {
    height: 550px;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .some-founders .compare-div {
    flex-direction: column;
    gap: 50px;
  }

  .some-founders .compare-div > div {
    width: 100% !important;
  }

  .some-founders .compare-list span {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }

  .some-founders-in .compare-list {
    gap: 18px;
  }

  .sp-we-text .sp-we-do-circle {
    height: 100%;
    aspect-ratio: 1/1;
  }

  .webinar-page .sp-we-do {
    padding-top: 60px;
  }

  .webinar-page .sp-we-do {
    min-height: 1018px;
  }

  .webinar-banner .heading p {
    margin-top: 20px;
    font-size: 14px;
  }

  .bullet-pills {
    margin-top: 35px;
  }

  .bullet-pills > div p {
    font-size: 14px;
  }

  h1 {
    line-height: 42px;
  }

  .webinar-banner .star-rating p {
    display: flex;
    flex-direction: column;
  }

  .not-theory-in {
    grid-template-columns: 1fr;
  }

  .not-theory {
    padding: 0px;
  }

  .not-theory-in .left h2 {
    font-size: 35px;
  }

  .not-theory-in .left {
    padding-bottom: 40px;
  }

  .not-theory-in .right > div {
    position: relative;
  }

  .not-theory-img1 {
    max-width: 210px;
  }

  .not-theory-img2 {
    top: 4%;
    max-width: 180px;
  }

  .not-theory-img3 {
    left: 55%;
    bottom: 40%;
    max-width: 150px;
  }

  .not-theory .bottom-text-block {
    margin-top: -95px;
    padding-bottom: 50px;
  }

  .webinar-page > section p,
  .webinar-page > section li {
    font-size: 14px;
  }

  .live-webinar .faded-circle {
    padding-top: 0px;
  }

  .wb-ticker-sec p {
    padding: 0px 20px;
  }

  .not-theory-img3 {
    margin-left: 80px;
  }
}

/* Brand Looks CSS Starts from Here  */

.brand-look-banner-in {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.brand-look-banner-in .left {
  width: 60%;
}
.brand-look-banner-in .right {
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.brand-look-banner-in .right img {
  width: 80%;
  margin: 0 auto;
}
.brand-look-page .webinar-banner .heading p {
  margin: unset;
  text-align: start;
  max-width: 44ch;
}
.brand-look-page .webinar-banner .heading h1 {
  margin: unset;
  text-align: start;
  margin-bottom: 15px;
}
.brand-look-page .wb-check-bullet {
  justify-content: start;
}
.brand-look-page .webinar-banner .save-cta {
  justify-content: start;
  margin-top: 20px;
}
.left-below-block .bullet-wrap p {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}
.left-below-block .bullet-wrap ul {
  margin-top: 10px;
}
.left-below-block .bullet-wrap li {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
}

.left-below-block p {
  color: #fff;
}
.brand-look-page .webinar-banner p.head {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
.brand-look-page .webinar-banner .bullet-wrap {
  margin-top: 20px;
}
.brand-look-page .bullet-wrap ul {
  flex-direction: column;
  gap: 6px;
  align-items: start;
  padding-left: 20px;
}
.brand-look-page .bullet-wrap ul > li {
  position: relative;
}
.brand-look-page .bullet-wrap ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: -20px;
}
.brand-look-page .brand-look-banner-in .left-below-block {
  margin-top: 30px;
}
.brand-look-page .webinar-banner .wb-ticker-sec {
  margin-top: 80px;
}

.icon {
  width: 100%;
  height: auto;
}
.wb-sp-white-block.black {
  background-color: #111111;
  color: #fff;
}
.brand-looks-page .alot-of-brands .wb-sp-white-block {
  margin-top: 80px;
}
.brand-looks-page .alot-of-brands .wb-sp-white-block p.head {
  text-transform: uppercase;
}
p.black-color {
  color: #111111 !important;
  text-transform: none !important;
}
.brand-looks-page .alot-of-brands-in > .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brand-looks-page .alot-of-brands-in > .right p {
  font-size: 18px;
}
.brand-looks-page .alot-of-brands-in > .right p.head {
  font-size: 14.6px;
}
.brand-look-page .what-changes {
  background-color: #d8031d;
}

.for-founder {
  background-color: #d8031d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.founder-card-block-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0px 40px;
}

.founder-card-block {
  background-color: #bc0117;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
}

.founder-card-block .tick {
  width: 15%;
  display: flex;
  justify-content: center;
}

.founder-card-block .p-div {
  width: 85%;
  color: #fff;
  line-height: 120%;
}

.for-founder-in .heading {
  display: flex;
  justify-content: center;
}

.for-founder-in .heading h2 {
  max-width: 34ch;
  text-align: center;
}

.for-founder-in .bottom-text p.head {
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.for-founder-in .bottom-text p {
  color: #fff;
  text-align: center;
  max-width: 80ch;
  margin: 0 auto;
}

.for-founder-in {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.done-guessing {
  background-color: #bc0117;
  padding: 60px 0px;
  position: relative;
}

.done-guessing .dg-shape-left {
  position: absolute;
  left: 0;
  top: 0;
}

.done-guessing .dg-shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.done-guessing-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.done-guessing-in h4 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.walk-away-in .heading h2 {
  color: #111111;
}
.gr-pills-row {
  display: flex;
  gap: 78px;
  align-items: center;
}
.gr-pills-row .pill-red {
  background-color: #d8031d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  height: 76px;
  width: 380px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
}
.gr-pills-row .pill-gray {
  background-color: #858585;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  height: 76px;
  width: 328px;
  font-family: var(--aspekta);
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
}
.gr-pills-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.right-decisions-in {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.right-decisions-in h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.right-decisions-in > p {
  max-width: 58ch;
  text-align: center;
}
.walk-away-blocks {
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  padding-left: 20px;
}
.walk-away-blocks .number {
  width: 50px;
  display: flex;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d8031d;
}
.walk-away-blocks-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  width: 100%;
}
.walk-away-blocks .text p {
  max-width: 32ch;
}
.walk-away-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.walk-away-in .heading h2 {
  text-align: center;
  max-width: 100%;
}
.walk-away-in .heading p {
  text-align: center;
  margin-top: 10px;
}
.people-who-build {
  background-color: #d8031d;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}
.people-who-build-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.people-who-build-in p.head {
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 101%;
  text-transform: uppercase;
  color: #fff;
}
.people-who-build-in p {
  color: #fff;
}
.object-right {
  position: absolute;
  right: 0;
  top: 0;
}
.object-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.people-who-build-in p {
  color: #fff;
}
.people-who-build-in .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.people-who-build-in .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.people-who-build-in .right p:not(p.head) {
  max-width: 37ch;
  margin-top: 15px;
  padding-left: 30px;
}
.people-who-build .spwd-circle-2 {
  background-color: #111;
}
.brand-look-page .alot-of-brands h2 {
  max-width: 20ch;
}
.brand-look-page .alot-of-brands .wb-sp-white-block .sp-block-text p.head {
  font-weight: 600;
  text-transform: uppercase;
}
.brand-look-page .alot-of-brands .right p.lowercase {
  font-size: 18px;
  margin-top: 30px;
}
.brand-look-page .alot-of-brands .right p {
  max-width: 42ch;
}
.brand-look-page .alot-of-brands-in ul {
  margin-top: 24px;
}
.brand-look-page .alot-of-brands .left p {
  max-width: 32ch;
}
.brand-look-page .alot-of-brands .wb-sp-white-block {
  margin-top: 80px;
}
.brand-look-page .what-changes p {
  color: #fff;
}
.brand-look-page .wc-bullet-points li {
  color: #fff;
}
.brand-look-page .wc-bullet-points li::before {
  background-color: #fff;
}
.brand-look-page .what-changes {
  padding-top: 110px;
  padding-bottom: 60px;
}
.brand-look-page .what-changes-in {
  gap: 180px;
}
.brand-look-page .what-changes .bottom p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.brand-look-page .sp-newd-cta {
  width: 500px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.brand-look-page .sp-newd-cta::before {
  left: 100px;
  top: 43.5%;
}
.inside-the-course {
  background-color: #000000;
  padding-top: 120px;
  padding-bottom: 75px;
  position: relative;
}
.inside-the-course-in {
  position: relative;
  z-index: 2;
}
.inside-the-course-in .heading p {
  color: #fff;
}
.inside-the-course .faqs-question p {
  color: #a8a8a8;
  line-height: 140%;
  font-size: 18px;
}
.inside-the-course .faqs-in-cntnt {
  padding-left: 0px;
}
.inside-the-course .faqs-in-cntnt p {
  max-width: 44ch;
}
.inside-the-course .itc-faqs-item.itc-activeFaqs .faqs-question p {
  color: #f1f1f1;
  text-transform: uppercase;
  font-weight: 600;
}
.insider-the-course-wrap {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
}
.itc-faqs-item.itc-activeFaqs .faqs-icon svg {
  transform: rotate(180deg);
  transition: 0.4s ease all;
}
.inside-the-course .faqs-btn {
  padding: 20px 0px;
  padding-right: 10px;
}
.inside-the-course .itc-faqs-item.itc-activeFaqs .faqs-btn {
  padding-bottom: 10px;
}
.inside-the-course-in .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 80px;
}
.inside-the-course-in .heading p {
  text-align: center;
}
.inside-the-course .bottom p {
  color: #fff;
  margin-top: 10px;
}
.inside-the-course .bottom h3 {
  font-size: clamp(24px, 5vw, 48px);
  max-width: 16ch;
  margin-top: 80px;
}
.itc-video {
  border: 2px solid #fff;
}
.inside-the-course-in .pointers-wrap > p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
.inside-the-course-in .pointers-wrap ul {
  flex-direction: column;
  align-items: start;
  padding-left: 20px;
  margin-bottom: 20px;
}
.inside-the-course-in .pointers-wrap ul li {
  color: #fff;
}
.inside-the-course-in .pointers-wrap ul li::before {
  background-color: #fff;
  top: 8px !important;
}
.inside-the-course-in .sp-newd-cta.white {
  box-shadow: none;
}
.inside-the-course-in .pointers-wrap {
  margin-top: 200px;
}
.inside-the-course-in .right-top {
  margin-top: 40px;
}
.inside-the-course .object-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.inside-the-course .object-right {
  position: absolute;
  right: 0;
  top: 70px;
}
.brand-look-page .deal-bnft li::before {
  display: none;
}
.brand-look-page .deal-bnft ul li p {
  display: flex;
  gap: 5px;
}
.brand-look-page .utb-button a {
  box-shadow: none;
}
.brand-look-page .dealPrice-cntnt .yearEnd-price {
  width: unset;
  text-transform: uppercase;
  font-size: 20px;
}
.brand-look-page .kit-dets-point ul li .kitPoint {
  width: 100%;
}
.brand-look-page .rcmnd-txt {
  text-transform: uppercase;
}
.brand-look-page .kit-dets {
  margin-top: 20px;
}
.kitTimer > p {
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 40px;
}
.kitTimer > p span {
  font-weight: 600;
  text-transform: uppercase;
}
.people-who-build-in .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.people-who-build-in .heading p {
  max-width: 48ch;
}
.people-who-build-in .bottom-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.people-who-build-in .bottom-block p {
  max-width: 50ch;
}
.people-who-build .sp-we-do-circles-wrapper {
  justify-content: start;
}
.brand-look-page .landing-reviews-1 .heads{
  line-height: 110%;
}
 .brand-look-page .sp-newd-cta {
  box-shadow: none !important;
 }
@media screen and (max-width: 1200px) {
  .insider-the-course-wrap {
    gap: 40px;
  }
  .brand-look-page .sp-we-do-circle {
    width: 186px !important;
    height: 186px !important;
  }
   .brand-look-page .spwd-head {
        font-size: 42px !important;
    }
}
@media screen and (max-width: 991px) {
  .brand-look-banner-in {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .brand-look-banner-in > div {
    width: 100% !important;
  }

  .brand-look-page .webinar-banner p.head {
    font-size: 14px;
  }
  .brand-look-page .webinar-banner .save-cta {
    margin-top: 40px;
  }
  .brand-look-banner-in .right img {
    width: 30%;
    margin: 0 auto;
  }
  .brand-look-page .webinar-banner .heading h1 {
    font-size: 52px;
  }
  .brand-look-banner-in .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brand-look-page .webinar-banner .heading h1 {
    max-width: 100%;
    text-align: center;
  }
  .brand-look-page .webinar-banner .heading p {
    max-width: 100%;
    text-align: center;
  }
  .brand-look-page .webinar-banner .wb-check-bullet {
    flex-direction: row;
    gap: 20px;
  }
  .founder-card-block-wrap {
    grid-template-columns: 1fr;
  }

  .founder-card-block .p-div {
    width: 100%;
  }

  .done-guessing .dg-shape-left img,
  .done-guessing .dg-shape-right img {
    width: 70%;
  }

  .done-guessing .dg-shape-right img {
    margin-left: auto;
  }

  .done-guessing-in h4 {
    font-size: 22px;
    padding: 0px 30px;
  }

  .gr-pills-row .pill-red {
    font-size: 16px;
    width: 280px;
    height: 50px;
  }
  .gr-pills-row .pill-gray {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
  .gr-pills-row {
    gap: 40px;
  }
  .pill-arrow svg {
    width: 50px;
  }
  .insider-the-course-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .insider-the-course-wrap .right {
    order: -1;
  }
  .inside-the-course-in .heading {
    margin-bottom: 20px;
  }
  .inside-the-course-in .pointers-wrap {
    margin-top: 50px;
  }
  .inside-the-course .bottom h3 {
    max-width: 100%;
    margin-top: 40px;
  }
  .people-who-build-in {
    grid-template-columns: 1fr;
  }
  .container-left{
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .brand-look-page .webinar-banner .heading h1 {
    font-size: 32px;
  }
  .brand-look-page .wb-check-bullet {
    gap: 0px !important;
    flex-direction: column !important;
  }
  .brand-look-page .wb-check-bullet p {
    font-size: 12px;
  }
  .brand-look-banner-in .left {
    align-items: start;
    text-align: start;
  }
  .brand-look-page .webinar-banner .heading h1 {
    text-align: start;
  }
  .brand-look-page .webinar-banner .heading p {
    text-align: start;
  }
  .brand-look-page .bullet-wrap ul > li {
    font-size: 14px;
  }
  .left-below-block .bullet-wrap p {
    font-size: 12px;
  }
  .brand-look-page .webinar-banner .wb-ticker-sec {
    margin-top: 50px;
  }
  .brand-look-banner-in {
    margin-top: 30px;
  }
  .founder-card-block-wrap {
    padding: 0px;
  }

  .for-founder-in .bottom-text p.head {
    font-size: 16px;
  }

  .founder-card-block .tick svg {
    width: 28px;
    height: 28px;
  }

  .founder-card-block-wrap {
    gap: 15px;
  }

  .for-founder-in {
    gap: 40px;
  }

  .done-guessing {
    padding: 140px 0px;
  }

  .done-guessing-in {
    text-align: center;
  }
  .for-founder {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gr-pills-row {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .pill-arrow svg {
    width: 30px;
    transform: rotate(90deg);
  }
  .gr-pills-row .pill-gray {
    font-size: 14px;
    width: 100%;
    height: 50px;
  }
  .gr-pills-row .pill-red {
    font-size: 14px;
    width: 100%;
    height: 50px;
  }
  .gr-pills-wrap {
    width: 100%;
  }
  .right-decisions-in {
    gap: 40px;
  }
  .walk-away-blocks-wrap {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .walk-away-blocks .number {
    font-size: 24px;
  }
  .brand-look-page .sp-we-do-circle {
    width: 130px !important;
    height: 130px !important;
  }
    .brand-look-page .spwd-head {
        font-size: 30px !important;
    }
  .brand-look-page .sp-newd-cta {
    width: 100%;
    padding: 15px 30px !important;
  }
  .brand-look-page .sp-newd-cta::before {
    left: 15px;
  }
  .brand-look-page .what-changes-in{
    gap: 50px;
  }
  .brand-look-page .what-changes{
    padding-top: 60px;
  }
  .people-who-build{
    padding: 60px 0px !important;
  }
  .people-who-build-in .bottom-block{
    gap: 20px;
  }
  .people-who-build-in .right p:not(p.head){
    padding-left: 0px;
  }
  .people-who-build-in{
    gap: 40px;
  }
  .sp-we-do-circles-wrapper{
    margin-top: 20px;
  }
  .webinar-page h2{
    text-align: left;
  }
  .mentor-img{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .inside-the-course .faqs-question p{
    font-size: 14px;
  }
  .inside-the-course .bottom h3{
    line-height: 110%;
  }
  .brand-look-page .sp-newd-cta{
    font-size: 12px;
  }
  .webinar-page.ready-marq .ready-marq-item span{
    font-size: 12px;
  }
  .webinar-page.ready-marq .ready-marq-item svg{
    width: 16px;
  }
  .webinar-page.ready-marq{
    padding: 8px 0px;
  }
   .brand-look-page .rcmnd-txt p{
    font-size: 10px;
   }
   .brand-look-page .dealPrice-cntnt .yearEnd-price{
    font-size: 14px;
   }
}
@media screen and (max-width: 500px) {
      .brand-look-page .sp-we-do-circle {
      width: 100px !important;
      height: 100px !important;
      }
          .brand-look-page .spwd-head {
        font-size: 24px !important;
    }
              .brand-look-page .spwd-body{
      font-size: 8px !important;
      line-height: 120%;
    }
}
/* Brand Looks CSS Starts from Here  */
