:root {
  --body: dimgrey;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 600;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.brand-tablet {
  display: none;
}

.brand {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
}

.nav-link {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
}

.nav-link:hover {
  color: #5d516ccf;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding-bottom: 15px;
  display: flex;
}

.footer-rights {
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: var(--black);
  text-transform: none;
  cursor: pointer;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #5d516c80;
}

.footer-social-icon {
  color: var(--black);
  margin-right: 35px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #5d516ccf;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-social-icon.white {
  color: #fff;
}

.footer-social-icon.white:hover {
  color: #38214a;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.footer-copyright {
  color: var(--black);
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 50px;
}

.nav-link-2 {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
}

.nav-link-2:hover {
  color: #5d516ccf;
}

.nav-link-2.belt-footer-link.w--current {
  color: #000;
}

.nav-link-2.belt-footer-link.w--current:hover {
  color: #5d516ccf;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-social-icons-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-logo {
  height: 72px;
}

.content-buttons {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.top-banner-background-image {
  display: flex;
}

.top-banner-background-image.three-rows {
  width: 100%;
  max-width: 650px;
}

.primary-button-white {
  color: var(--black);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.primary-button-white:hover {
  color: #fff;
  background-color: #0000;
}

.primary-button-white.black {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-button-white.black:hover {
  background-color: var(--white);
  color: var(--black);
}

.top-banner-container {
  z-index: 10;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.secondary-button {
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.secondary-button:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.social-media-top-banner-wrapper {
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.social-media-top-banner-wrapper.hide {
  display: none;
}

.follow {
  margin-right: 20px;
}

.top-banner-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-hero {
  height: 100vh;
  position: relative;
}

.top-banner-links {
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 55px;
  left: 15px;
  right: 15px;
}

.top-banner-subtitle {
  color: #fff;
  max-width: 370px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.top-banner-subtitle.mobile-text-align-center {
  max-width: none;
}

.button-wrapper {
  margin-top: 30px;
}

.two-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.dark-secondary-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
}

.dark-secondary-button:hover {
  background-color: var(--black);
  color: #fff;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.legal, .section.padding-top-160px {
  padding-top: 160px;
}

.section.hide {
  display: none;
}

.gray-circle-3 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  bottom: -245px;
  right: -300px;
}

.gray-circle-2 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  top: -105px;
  left: -500px;
}

.subscribe-title-wrapper {
  margin-bottom: 20px;
}

.text-white {
  color: #fff;
}

.text-white.cta-text {
  text-align: center;
  max-width: 600px;
}

.section-cta {
  background-color: var(--black);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.nav-logo {
  height: 64px;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 550px;
}

.image-cover.full-height {
  height: auto;
}

.image-cover.cover-right {
  object-position: 100% 50%;
}

.social-embed {
  width: 24px;
  height: 24px;
}

.social-embed.tiktok {
  width: 20px;
}

.social-embed.tiktok.small {
  width: 18px;
  height: 20px;
}

.social-embed.small {
  color: #0000;
  width: 22px;
  height: 22px;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.card {
  color: #696969;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
}

.card.social-media-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px 48px;
  transition: color .3s;
  display: flex;
  box-shadow: 0 6px 16px #1614120a;
}

.card.social-media-card:hover {
  transform: scale(1.02);
}

.inner-container-1120px {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._3-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-primary-1 {
  color: #ffd900;
}

.color-primary-1.bold-text {
  color: var(--black);
  font-weight: 700;
}

.section-hero-small {
  margin-top: 102px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.hero-small-top-banner-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 715px;
  display: flex;
}

.hero-small-top-banner-subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.hero-small-background-image {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-small-background-overlay {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.base-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-heading {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 48px;
}

.licensing-heading.small {
  font-size: 32px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-icon-chat {
  object-fit: contain;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 2px 2px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.utility-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 87vh;
  display: flex;
}

.utility-icon {
  width: 42px;
}

.utility-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.no-margins {
  margin-bottom: 0;
}

.space {
  height: 10px;
}

.space._42 {
  height: 42px;
}

.hero-slider {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero-overlay {
  z-index: -1;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.comedian-image {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

.comedians-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dynamic-paragraph-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.dynamic-paragraph {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.dynamic-paragraph.hide-state {
  text-align: left;
  cursor: pointer;
}

.dynamic-paragraph-link {
  color: #111;
  margin-top: 16px;
  text-decoration: none;
  display: block;
}

.text-block {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.light-bold {
  font-weight: 400;
  text-decoration: underline;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: var(--black);
  background-color: #0000000d;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:focus {
  border-color: var(--black);
  color: #211f54;
}

.text-area::placeholder {
  color: #a8a8a8;
  font-size: 18px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.link-wrapper.color-primary:hover {
  color: var(--body);
  text-decoration: underline;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  width: 100%;
}

.grid-2-columns.form {
  align-items: end;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.form {
  box-shadow: none;
  border-color: #e6e6e6;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.input {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:focus {
  border-color: var(--black);
  color: #211f54;
}

.input::placeholder {
  color: #a8a8a8;
  font-size: 18px;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.contact-code-embed {
  width: 32px;
  height: 32px;
}

.h2-styling {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.1;
}

@media screen and (min-width: 1280px) {
  .top-banner-background-image.three-rows {
    width: 67%;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-white {
    color: #fff;
  }

  .section-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-2-columns.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  .close-menu-button.w--open {
    background-color: #fff;
    padding: 0 10px 0 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .brand-tablet {
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap.footer-mobile {
    grid-column-gap: 16px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 4px 0 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 18px;
    display: flex;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 80px;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-2.belt-footer-link {
    justify-content: center;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    width: 100%;
  }

  .content-buttons {
    align-items: center;
    display: flex;
  }

  .top-banner-slider-title {
    max-width: 100%;
  }

  .top-banner-background-image {
    width: 60%;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .top-banner-content-wrapper {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .hero-heading {
    font-size: 54px;
  }

  .top-banner-links {
    align-items: center;
    bottom: 35px;
  }

  .two-column-grid {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-white.hero-small-title {
    font-size: 54px;
  }

  .nav-logo {
    height: 60px;
  }

  .image-cover {
    height: 450px;
  }

  ._3-column-grid._2-columns-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-heading {
    font-size: 40px;
  }

  .licensing-heading.small {
    font-size: 32px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .card-2.form {
    padding: 54px 32px;
  }

  .h2-styling {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .menu-wrap.footer-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .container {
    justify-content: flex-start;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .content-buttons {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
  }

  .top-banner-background-image {
    width: 100%;
  }

  .top-banner-content-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-heading {
    font-size: 48px;
  }

  .section-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-banner-links {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 40px;
    padding-bottom: 60px;
    position: static;
  }

  .top-banner-subtitle {
    margin-top: 10px;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.legal {
    padding-bottom: 30px;
  }

  .subscribe-title-wrapper {
    margin-bottom: 10px;
  }

  .text-white.hero-small-title {
    font-size: 48px;
  }

  .section-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-cover {
    height: 350px;
  }

  .card.social-media-card {
    padding: 32px 24px 40px;
  }

  ._3-column-grid, ._3-column-grid._2-columns-tablet._1-column-mobile {
    grid-template-columns: 1fr;
  }

  .section-hero-small {
    margin-top: 98px;
  }

  .hero-small-top-banner-subtitle {
    margin-top: 10px;
  }

  .base-container {
    justify-content: flex-start;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-heading.small {
    font-size: 24px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .comedians-grid {
    grid-template-columns: 1fr;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card-2.form {
    padding: 56px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .h2-styling {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .menu-wrap.footer-mobile {
    grid-column-gap: 35px;
    flex-wrap: wrap;
  }

  .nav-link {
    width: 99%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .container {
    justify-content: space-between;
  }

  .footer {
    text-align: left;
  }

  .nav-link-2 {
    width: 99%;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .content-buttons {
    z-index: 1;
    position: relative;
  }

  .content-buttons.mobile-center {
    justify-content: center;
  }

  .top-banner-slider-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .top-banner-container {
    padding-right: 0;
  }

  .hero-heading {
    font-size: 42px;
  }

  .hero-heading.mobile-text-align-center {
    text-align: center;
  }

  .section-hero {
    background-image: none;
    align-items: stretch;
  }

  .top-banner-links {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-banner-subtitle.mobile-text-align-center {
    text-align: center;
  }

  .two-column-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subscribe-title-wrapper {
    text-align: center;
  }

  .text-white.hero-small-title {
    font-size: 42px;
  }

  .image-cover {
    height: 300px;
  }

  ._3-column-grid._2-columns-tablet {
    grid-template-columns: 1fr;
  }

  .base-container {
    justify-content: space-between;
  }

  .licensing-heading {
    font-size: 32px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .hero-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .comedian-image {
    height: 350px;
  }

  .dynamic-paragraph.center-mobile, .dynamic-paragraph-link {
    text-align: center;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card-2.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }
}

#w-node-_781f3001-6186-1f68-38c7-fef1d5bfe372-139e55cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10893454-96a4-f645-7cb5-de11a7c540c9-8350c25b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10893454-96a4-f645-7cb5-de11a7c540cd-8350c25b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_51a8fa31-afc7-5048-3fac-82d82bc6d87e-46cf77f1, #w-node-_7bdce09f-605f-93f8-50b9-a0f9b0a320f6-46cf77f1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10893454-96a4-f645-7cb5-de11a7c540c9-8350c25b {
    grid-column: span 1 / span 1;
  }
}


