 /* Reset / base */
* {

  margin: 0;
  padding: 0;
}

body {
padding: 0px;
margin: 0px;
background-color: #FBF8F3;
font-family: barlow, sans-serif;
font-weight: 400;
font-style: normal;
color: #0B0B0B;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: antialiased; /* Not standard, but for potential future support */

}


.red-bg {
  background: #ED1C24;
}



section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.padding {
  padding: 30px 0;
}


.margining {
  margin: 30px 0;
}



.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}


.flex-row-start-start {
  display: flex;
  flex-direction: row;
  justify-content:  flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-row-between-start {
  display: flex;
  flex-direction: row;
  justify-content:  space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-row-between-center {
  display: flex;
  flex-direction: row;
  justify-content:  space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}


.flex-column-between-center {
  display: flex;
  flex-direction: column;
  justify-content:  space-between;
  align-items: center;
  flex-wrap: wrap;
}


.full-width {
  width: 100%;
}



.two-column > div {
  width: 45%;
  max-width: 740px;
  
}

.three-column > * {
  width: calc(33.33% - 20px);

  
}




.wrapper.large {
  width: calc(100% - 60px);
  padding: 0px 30px;
  max-width: 2100px;
}

.wrapper.bleed {
  width: 100%;

  max-width: 2100px;
}









/* type */

h1 {
    font-family: "thermal-variable",sans-serif;
    font-variation-settings: 'wght' 280, 'opsz' 100;
  line-height: 1.1;
  color: #1F1F1F;
  font-size: 140px;
  
}

h1.large-text {
  font-size: 190px;
}


h3 {
    font-family: "thermal-variable",sans-serif;
    font-variation-settings: 'wght' 280, 'opsz' 100;
  line-height: 1.1;
  color: #1F1F1F;
  font-size: 49px;
}


h4 {
    font-family: "thermal-variable",sans-serif;
    font-variation-settings: 'wght' 300, 'opsz' 100;
  line-height: 1.1;
  color: #1F1F1F;
  font-size: 50px;
}




h6 {
    font-family: "thermal-variable",sans-serif;
    font-variation-settings: 'wght' 360, 'opsz' 100;
  line-height: 1.1;
  color: #1F1F1F;
  font-size: 27px;
}


p {
  line-height: 1.4;
  font-size: 22px;
}

.primary-button {
  color: #0B0B0B;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  padding: 15px 22px;
 
  border: 1px solid #1F1F1F;
  border-radius: 40px;
  font-size: 25px;
  padding-top: 11px;
  line-height: 0.8;
  transition: 0.2s ease;

}


.primary-button:hover {
  background: #0B0B0B;
  color: #FBF8F3;
}







.red-bg * {
  color: #FBF8F3 !important;
  border-color: #FBF8F3 !important;
}





/* nav */



#nav-mobile {
  display: none;
}


#nav-panel.nav-panel {
  padding: 40px 0;
}


#nav-panel.nav-panel .wrapper.large {
 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


#nav-panel.nav-panel #logo {
  width: 90px;
  height: auto;
}


.menu-link a {
  font-weight: 500;
  text-decoration: none;
  color: #0b0b0b;
  margin-left: 45px;
  display: inline-block;
  font-size: 18px;
}




/* hero home */

.video-hero video {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.wrapper.slogan {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: flex-end !important;
 height: calc(100vh - 360px);
}
  
  
  .services-link {
    width: 100%;
padding: 20px 0;
    
  }
  
  

  .services-link a {
    display: block;
    text-decoration: none;
    padding: 24px 0;
    border-bottom: 1px solid #9A9A9A;
    width: 100%;
    
  }
  .services-link a:last-child {
    border-bottom: none !important;
  }
  
  
  
  
  /* hover servcies link effect */
  
  
  .services-link a {
      opacity: 1;
      transition: opacity 0.4s ease;
      transform: translateX(2px);
  }
  
.services-link a img {
      opacity: 0;
      transform: translateX(-4px);
      transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  /* when hovering the container, dim everything */
  .services-link:hover a {
      opacity: 0.4;
  }
  
  /* active hovered link */
  .services-link a:hover {
      opacity: 1;
  }
  
  /* show icon only on hover */
.services-link a:hover img {
      opacity: 1;
      transform: translateX(0);
  }
  
  
  
  .services-link a img {
    height: 30px;
    width: auto;
  }
  
  
  
  /* work */
  
  .project-page {
    display: block;
    text-decoration: none;
    color: #0B0B0B;
    margin-bottom: 50px;
  }
  
  
  .thumbnail {
    width: 100%;
    aspect-ratio: 5 / 3;
    position: relative;
  }
  
  
  .thumbnail.homepage-hover .thumb-default,
  .thumbnail.homepage-hover .thumb-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: opacity 0.2s ease;
  }
  
  .thumbnail.homepage-hover .thumb-default {
      opacity: 1;
  }
  
  .thumbnail.homepage-hover .thumb-hover {
      opacity: 0;
  }
  
  .project-page:hover .thumbnail.homepage-hover .thumb-hover {
      opacity: 1;
  }
  
  .project-page:hover .thumbnail.homepage-hover .thumb-default {
      opacity: 0;
  }
  
  .thumbnail.homepage-video {
    position: relative;
    overflow: hidden;
  }
  
  
  
  .thumbnail.homepage-video video {

width: 100%;
  height: 100%;
  object-fit: cover; /* this is what gives you “cover” behavior */
  display: block;
  }
  
  #feature-work .project-page:nth-child(2) {
    width: calc(66.666% - 10px);
  
  }
  
  
  
  
  
  
  
  #feature-work .project-page:nth-child(2) .thumbnail {
    aspect-ratio: 6 / 4;
  
  }

  
  
  
  .project-page h6 {
    padding-top: 20px;
    padding-left: 20px;
  }
  
  
  .project-page p {
    font-size: 17px;
    opacity: 0.7;
    padding-left: 20px;
    padding-top: 2px;
  }
  
section .wrapper .arrow {
 font-family: "new-frank", sans-serif !important;
 
     font-style: normal;
  }
  
  
  
  
  
  /* client */
  
  .client {
    margin: 40px 0;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.318);
    border-bottom: 1px solid rgba(0, 0, 0, 0.318);
  }
  
  
  
  #work-with-us {
    height: 95vh;
  }
  
  
  
  
  #services {
    padding-bottom: 10vh;
  }
  
  
    
  #feature-work {
    padding-bottom: 10vh;
  }
  
  
  #client {
    padding-bottom: 10vh;
  }
  
  
  
  
  
  /* cursor */
  
  
  /* Hide default cursor everywhere */
  * { cursor: none !important; }
  
  /* But keep native I-beam in text fields */
  input, textarea, select, [contenteditable="true"] { cursor: text !important; }
  
  /* And keep pointer on clickable things (even though it's hidden) */
  a, button, .wrap a, .wrap button { cursor: pointer !important; }
  
  /* Custom cursor dot */
  .custom-cursor{
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #EA4242;
    border-radius: 999px;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    will-change: left, top, transform, width, height, opacity;
    opacity: 0;
    transition: width 600ms ease, height 600ms ease, opacity 150ms ease;
  }
  
  /* Hover state for .select */
  .custom-cursor.is-select{
    width: 30px;
    height: 30px;
    animation: cursorPulse 1200ms ease-in-out infinite;
  }
  
  @keyframes cursorPulse{
    0%   { transform: translate(-50%, -50%) scale(1); }
    50%  { transform: translate(-50%, -50%) scale(1.2); }
    100% { transform: translate(-50%, -50%) scale(1); }
  }
  
  @media (prefers-reduced-motion: reduce){
    .custom-cursor.is-select{ animation: none; }
  }
  
  

@media screen and (min-width: 2050px){
  
  
h1.large-text  {
  font-size: 200px;
}


  
}



@media screen and (max-width: 1750px){
  
    
    h1 {
     font-size: 8vw;
    }
    
    
  h1.large-text {
    font-size: 10vw;
    line-height: 1.05;
  }


.wrapper.slogan {

   height: calc(100vh - 360px);
  }


.video-hero video {
 
    margin-top: 50px;
  }
  



  
  
}




@media screen and (max-width: 1750px) and (min-height: 1150px) {
  
.wrapper.slogan {

 height: 40vh;
}



  
}













@media screen and (max-width: 1440px){
  
.wrapper.slogan {

 height: calc(100vh - 300px);
}


  
}



@media screen and (max-width: 1440px) and (min-height: 950px) {
  
.wrapper.slogan {

 height: 40vh;
}



  
}







@media screen and (max-width: 1240px){
  

.wrapper.slogan {

 height: calc(100vh - 330px);
}

  
  
  
}



@media screen and (max-width: 1240px) and (min-height: 850px) {

.wrapper.slogan {

 height: 35vh;
}


.video-hero video {

  margin-top: 40px;
}




}





@media screen and (max-width: 1024px){
  
 
 h1.large-text {
   font-size: 10.5vw;
   line-height: 1.05;
 }



 .wrapper.slogan {
 
  height: calc(100vh - 300px);
 }
 
 
 .video-hero video {
 
   margin-top: 35px;
 }


  
  
}




@media screen and (max-width: 1024px) and (min-height: 650px) {

.wrapper.slogan {

 height: 35vh;
}



}




@media screen and (max-width: 768px){
  
#nav-mobile {
  display: flex;
}

  
  
#nav-panel.nav-panel  {
  padding: 0px;
  height: 100vh;
background: #ED1C24;
position: fixed;
top: 0;
left: 0;
z-index: 2;


opacity: 0;
visibility: hidden;
pointer-events: none;


transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;


}



/* --- NAV PANEL (active) --- */
#nav-panel.nav-panel.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  

}





#nav-mobile.mobile {

z-index: 1;

 height: auto;
 

 position: fixed;
 top: 0;
 left: 0;

}







#nav-mobile.mobile .ydi-logo-color {
  fill:#EA4242 !important;
}



#nav-mobile.mobile .wrapper.large {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  

}












  
#nav-panel.nav-panel .wrapper.large {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 

 
  }
  
  
  .burger {
    margin-top: -10px;
    padding: 10px;
    padding-right: 0px;
  }
  
  
  
  
  
  #nav-panel.nav-panel .menu-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
    width: 100%;
  }
  
  
  
  .menu-link a {
   
      margin-left: 0;
      margin: 8px 0;
      font-size: 21px;
      font-weight: 500;
      color: #FBF8F3;
    
  }
  
  #nav-panel.nav-panel #logo {
      width: 60px;
    
  }
  
  
  #nav-mobile.mobile #logo {
      width: 60px;
      height: auto;
    
  }
  
  
  .logo {
    padding-bottom: 27px;
    padding-top: 27px;
  }
  
  
  .logo .ydi-logo-color {
    fill:#FBF8F3;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  h1 {
      font-family: "thermal-variable",sans-serif;
      font-variation-settings: 'wght' 290, 'opsz' 100;

  }
  
  
  .wrapper.large {
      width: calc(100% - 40px);
      padding: 0px 20px;

  }
  
 


 .wrapper.slogan {
 
  height: 45vw;
 }
 
 h1.large-text {
     font-size: 11vw;
     line-height: 1.05;
 }
 
 
 .video-hero video {
 
   margin-top: 35px;
 }
 
 
.video-hero {
 height: 120vw;
 }
 
 
 .video-hero video {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }



h1 {
     font-family: "thermal-variable",sans-serif;
     font-variation-settings: 'wght' 300, 'opsz' 100;
 
 }



  
  
}



@media screen and (max-width: 568px){
  
   .wrapper.slogan {
   
    height: 65vw;
   }
   
   h1.large-text {
       font-size: 10.8vw;
       line-height: 1.05;
   }
  


    .video-hero video {
       margin-top: 20px;
   }
  
  
  .video-hero video {
   
     margin-top: 26px;
   }
   
  
  
  #nav-mobile.mobile #logo {
      width: 65px;
    
  }
  
  #nav-panel.nav-panel #logo {
      width: 65px;
    
  }
  
  
  
}



@media screen and (max-width: 425px){
  
  
   
 
  
  
  h1.large-text {
       font-size: 10vw;
   
   }
   
   .wrapper.slogan {
    
     height: 60vw;
    }
   
   
   .video-hero {
       height: 72vh;
   }
   
   .video-hero video {
       margin-top: 23px;
   }
   
   
  
  
}








/* ---------------------------------------
   Marketing Board
---------------------------------------- */

.marketing-board {
  min-height: 100vh;
  padding: clamp(36px, 5vw, 72px) clamp(20px, 4vw, 48px);
  color: #1F1F1F;
}

.marketing-board__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(70px, 9vw, 135px);
}

.marketing-board__title {
  margin: 0;
  font-family: "thermal-variable", sans-serif;
  font-variation-settings: 'wght' 280, 'opsz' 100;
  font-size: clamp(72px, 8vw, 145px);
  line-height: 1.1;
  color: #1F1F1F;
  font-weight: 400;
}

.marketing-board__save-status {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  font-family: "new-frank", sans-serif;
  font-size: 14px;
  color: #777;
}

.marketing-save-btn {
  border: 1px solid #1F1F1F;
  background: transparent;
  color: #1F1F1F;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: "new-frank", sans-serif;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.marketing-rows {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.marketing-row {
  width: 100%;
  min-height: 108px;
  display: grid;
  grid-template-columns:
    minmax(160px, 1.15fr)
    minmax(160px, 0.8fr)
    minmax(160px, 0.8fr)
    minmax(220px, 1.25fr)
    34px;
  align-items: center;
  gap: clamp(24px, 5vw, 96px);
  padding: 28px clamp(28px, 4vw, 64px);
  background: #EDEDED;
  border-radius: 999px;
  box-sizing: border-box;
}

.marketing-cell {
  min-width: 0;
}

.marketing-project-input,
.marketing-note-input,
.marketing-status-select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1F1F1F;
  font-family: "new-frank", sans-serif;
  box-sizing: border-box;
}

.marketing-project-input {
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.marketing-project-input::placeholder,
.marketing-note-input::placeholder {
  color: #1F1F1F;
  opacity: 1;
}

.marketing-type-group {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: "new-frank", sans-serif;
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 400;
}

.marketing-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.marketing-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #1F1F1F;
  border-radius: 999px;
  background: transparent;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.marketing-check input:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #1F1F1F;
}

.marketing-status-select {
  width: auto;
  min-width: 150px;
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.marketing-note-input {
  display: block;
  min-height: 28px;
  max-height: none;
  resize: none;
  overflow: hidden;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.25;
  font-weight: 400;
}

.marketing-delete-btn {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.marketing-row:hover .marketing-delete-btn {
  opacity: 1;
}

.marketing-add-wrap {
  display: flex;
  justify-content: center;
  padding-top: 46px;
}

.marketing-add-btn {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1.5px solid #1F1F1F;
  background: transparent;
  color: #777;
  font-size: 50px;
  line-height: 0.8;
  font-family: "new-frank", sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.marketing-board__password-form {
  max-width: 520px;
  margin-top: 80px;
  font-family: "new-frank", sans-serif;
}

.marketing-board__password-form input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 14px 18px;
  font-family: "new-frank", sans-serif;
}

.marketing-board__password-form input[type="submit"] {
  border: 1px solid #1F1F1F;
  background: #1F1F1F;
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  font-family: "new-frank", sans-serif;
  cursor: pointer;
}

@media (max-width: 900px) {
  .marketing-board__top {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .marketing-board__save-status {
    padding-top: 0;
  }

  .marketing-row {
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 38px;
    padding: 28px;
  }

  .marketing-delete-btn {
    opacity: 1;
    justify-self: end;
  }

  .marketing-type-group {
    gap: 24px;
  }
}




  


/* ---------------------------------------
   Marketing Board - Sleeker Small Text
---------------------------------------- */

.marketing-row {
  min-height: 96px;
  grid-template-columns:
    minmax(160px, 1.15fr)
    minmax(140px, 0.7fr)
    minmax(150px, 0.75fr)
    minmax(260px, 1.35fr)
    28px;
  gap: clamp(32px, 6vw, 120px);
  padding: 28px clamp(34px, 4.5vw, 72px);
}

.marketing-project-input {
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 600;
  letter-spacing: 0.035em;
}

.marketing-type-group {
  gap: 30px;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
}

.marketing-status-select {
  min-width: 132px;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  letter-spacing: 0.025em;
}

.marketing-note-input {
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.35;
  font-weight: 400;
}

.marketing-check input {
  width: 18px;
  height: 18px;
  border-width: 1.25px;
}

.marketing-check input:checked::after {
  inset: 3.5px;
}

.marketing-check {
  gap: 7px;
}

.marketing-delete-btn {
  width: 28px;
  height: 28px;
  font-size: 20px;
}

.marketing-add-btn {
  width: 64px;
  height: 64px;
  font-size: 42px;
  border-width: 1.25px;
}

.marketing-board__top {
  margin-bottom: clamp(56px, 7vw, 105px);
}


/* ---------------------------------------
   Marketing Board - Status Dots
---------------------------------------- */

.marketing-cell--project {
  display: flex;
  align-items: center;
  gap: 14px;
}

.marketing-cell--project::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #999;
}

.marketing-row[data-status="planning"] .marketing-cell--project::before {
  background: #79AEE8;
}

.marketing-row[data-status="waiting"] .marketing-cell--project::before {
  background: #DCC45C;
}

.marketing-row[data-status="ready-to-go"] .marketing-cell--project::before {
  background: #6EAA75;
}

.marketing-row[data-status="complete"] .marketing-cell--project::before {
  background: #4A4A4A;
}



/* ---------------------------------------
   Marketing Board - Sort Animation
---------------------------------------- */

.marketing-row {
  position: relative;
  will-change: transform;
}

.marketing-row.is-sorting {
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .marketing-row {
    transition: none !important;
  }
}










/* ---------------------------------------
   Marketing Board - Presence / Editing Tags
---------------------------------------- */

.marketing-board__save-status {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.marketing-presence {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-family: "new-frank", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #777;
}

.marketing-presence__label {
  margin-right: 4px;
}

.marketing-presence__chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.55);
  color: #1F1F1F;
  white-space: nowrap;
}

.marketing-presence__chip--you {
  background: #1F1F1F;
  color: #fff;
}

.marketing-presence__change {
  border: 0;
  background: transparent;
  padding: 4px 0 4px 6px;
  font-family: "new-frank", sans-serif;
  font-size: 12px;
  color: #777;
  text-decoration: underline;
  cursor: pointer;
}

.marketing-cell {
  position: relative;
}

.marketing-editor-tag {
  position: absolute;
  right: 0;
  top: -22px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 9px;
  background: #1F1F1F;
  color: #fff;
  font-family: "new-frank", sans-serif;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.marketing-editor-tag::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #1F1F1F;
  transform: rotate(45deg);
}

.marketing-name-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(245, 245, 245, 0.72);
  backdrop-filter: blur(18px);
}

.marketing-name-card {
  width: min(100%, 420px);
  border-radius: 28px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.12);
  color: #1F1F1F;
}

.marketing-name-card h2 {
  margin: 0 0 12px;
  font-family: "thermal-variable", sans-serif;
  font-variation-settings: 'wght' 280, 'opsz' 100;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}

.marketing-name-card p {
  margin: 0 0 22px;
  font-family: "new-frank", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
}

.marketing-name-card input {
  width: 100%;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 999px;
  padding: 14px 18px;
  font-family: "new-frank", sans-serif;
  font-size: 15px;
  outline: 0;
  box-sizing: border-box;
}

.marketing-name-card button {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #1F1F1F;
  border-radius: 999px;
  padding: 14px 18px;
  background: #1F1F1F;
  color: #fff;
  font-family: "new-frank", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .marketing-presence {
    justify-content: flex-start;
  }

  .marketing-editor-tag {
    right: auto;
    left: 0;
  }

  .marketing-editor-tag::after {
    right: auto;
    left: 12px;
  }
}













