.elementor-1152 .elementor-element.elementor-element-4f6688d{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1828dd4 *//* =========================================================
   TAGVOLT / FRANKLIN - AUTOMATION SECTION
========================================================= */

.tv-automation-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #081633;
  --tv-text: #24324D;
  --tv-soft: #F6F8FD;
  --tv-soft-2: #EEF3FC;
  --tv-border: rgba(18, 57, 132, 0.08);

  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 14% 20%, rgba(29,109,242,0.035), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(29,109,242,0.03), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
  font-family: "Inter", sans-serif;
}

.tv-automation-container{
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================================================
   LEFT COLUMN
========================================================= */
.tv-automation-content{
  max-width: 650px;
  padding-top: 8px;
}

.tv-automation-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-automation-kicker-num{
  color: var(--tv-blue);
}

.tv-automation-kicker-divider,
.tv-automation-kicker-text{
  color: var(--tv-navy);
}

.tv-automation-kicker-line{
  width: 150px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--tv-blue) 0 32%, rgba(29,109,242,0.35) 32% 100%);
  margin-bottom: 28px;
}

.tv-automation-title{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.tv-automation-title span{
  color: var(--tv-blue);
}

.tv-automation-title .tv-automation-orange{
  color: var(--tv-orange);
}

.tv-automation-lead{
  margin: 24px 0 0;
  color: #40506d;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
  max-width: 610px;
}

.tv-automation-divider{
  width: 100%;
  max-width: 620px;
  height: 1px;
  background: rgba(8,22,51,0.12);
  margin: 18px 0 18px;
}

.tv-automation-body{
  margin: 0;
  color: #40506d;
  font-size: 17px;
  line-height: 1.72;
  max-width: 620px;
}

/* =========================================================
   BENEFITS GRID
========================================================= */
.tv-automation-benefits{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  border-radius: 0;
}

.tv-automation-benefit{
  text-align: center;
  padding: 0 18px;
  position: relative;
}

.tv-automation-benefit:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 270px;
  background: rgba(8,22,51,0.10);
}

.tv-automation-benefit-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1f6df4 0%, #0f58ef 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 28px rgba(29,109,242,0.20);
}

.tv-automation-benefit-icon svg{
  width: 26px;
  height: 26px;
}

.tv-automation-benefit-number{
  color: var(--tv-blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.tv-automation-benefit h3{
  margin: 0 auto 12px;
  color: var(--tv-navy);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 180px;
}

.tv-automation-benefit p{
  margin: 0 auto;
  color: #40506d;
  font-size: 15px;
  line-height: 1.72;
  max-width: 190px;
}

/* =========================================================
   STATEMENT CARD
========================================================= */
.tv-automation-statement{
  margin-top: 34px;
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6f9ff 0%, #edf3ff 100%);
  border: 1px solid rgba(29,109,242,0.08);
  box-shadow:
    0 18px 38px rgba(16,35,88,0.05),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-automation-statement-icon{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  flex: 0 0 78px;
  border: 1.5px solid rgba(29,109,242,0.28);
  background: rgba(255,255,255,0.58);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-automation-statement-icon svg{
  width: 34px;
  height: 34px;
}

.tv-automation-statement-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(29,109,242,0.18);
}

.tv-automation-statement p{
  margin: 0;
  color: var(--tv-navy);
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-automation-statement p span{
  color: var(--tv-blue);
}

/* =========================================================
   RIGHT FLOW CARD
========================================================= */
.tv-automation-flow-card{
  position: relative;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(8,22,51,0.04);
  border-radius: 34px;
  padding: 48px 54px;
  box-shadow:
    0 24px 60px rgba(16,35,88,0.06),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-automation-flow{
  display: flex;
  flex-direction: column;
  position: relative;
}

/* =========================================================
   FLOW STEPS
========================================================= */
.tv-automation-step{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
}

.tv-automation-step-left{
  display: flex;
  justify-content: center;
  align-items: center;
}

.tv-automation-node{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #f5f8ff 0%, #eef3fc 100%);
  border: 10px solid rgba(248,249,252,0.95);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 34px rgba(16,35,88,0.04),
    inset 0 1px 0 rgba(255,255,255,0.84);
}

.tv-automation-node svg{
  width: 48px;
  height: 48px;
}

.tv-automation-step-right{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.tv-automation-step-number{
  width: 56px;
  height: 40px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f1f5ff 0%, #eaf0ff 100%);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-automation-step-content h3{
  margin: 0 0 12px;
  color: var(--tv-navy);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-automation-step-content p{
  margin: 0;
  color: #3f506d;
  font-size: 18px;
  line-height: 1.72;
  max-width: 420px;
}

/* =========================================================
   CONNECTOR BETWEEN STEPS
========================================================= */
.tv-automation-connector{
  height: 46px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
}

.tv-automation-connector span{
  justify-self: center;
  position: relative;
  width: 2px;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(29,109,242,0.35) 0%, rgba(29,109,242,0.35) 100%);
  border-radius: 999px;
}

.tv-automation-connector span::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--tv-blue);
  box-shadow: 0 0 0 4px rgba(29,109,242,0.08);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1400px){
  .tv-automation-container{
    grid-template-columns: 1fr;
  }

  .tv-automation-content{
    max-width: 760px;
  }
}

@media (max-width: 1100px){
  .tv-automation-flow-card{
    padding: 40px 30px;
  }

  .tv-automation-step{
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }

  .tv-automation-connector{
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }

  .tv-automation-node{
    width: 128px;
    height: 128px;
  }

  .tv-automation-node svg{
    width: 56px;
    height: 56px;
  }

  .tv-automation-step-content h3{
    font-size: 20px;
  }

  .tv-automation-step-content p{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .tv-automation-section{
    padding: 90px 0 70px;
  }

  .tv-automation-container{
    width: min(100%, calc(100% - 24px));
    gap: 34px;
  }

  .tv-automation-title{
    font-size: 48px;
  }

  .tv-automation-lead,
  .tv-automation-body{
    font-size: 16px;
  }

  .tv-automation-benefits{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tv-automation-benefit{
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  .tv-automation-benefit:not(:last-child)::after{
    display: none;
  }

  .tv-automation-flow-card{
    min-height: auto;
    border-radius: 28px;
    padding: 34px 22px;
  }

  .tv-automation-step{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tv-automation-step-left{
    justify-content: flex-start;
  }

  .tv-automation-connector{
    grid-template-columns: 1fr;
    gap: 0;
    height: 34px;
    padding-left: 62px;
  }

  .tv-automation-connector span{
    justify-self: start;
  }
}

@media (max-width: 767px){
  .tv-automation-section{
    padding: 76px 0 56px;
  }

  .tv-automation-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-automation-kicker{
    font-size: 12px;
  }

  .tv-automation-kicker-line{
    width: 120px;
    margin-bottom: 22px;
  }

  .tv-automation-lead,
  .tv-automation-body{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-automation-benefit-icon{
    width: 50px;
    height: 50px;
  }

  .tv-automation-benefit-icon svg{
    width: 24px;
    height: 24px;
  }

  .tv-automation-benefit-number{
    font-size: 24px;
  }

  .tv-automation-benefit h3{
    font-size: 15px;
  }

  .tv-automation-benefit p{
    font-size: 14px;
  }

  .tv-automation-statement{
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 16px;
  }

  .tv-automation-statement-icon{
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .tv-automation-statement-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-automation-statement-divider{
    display: none;
  }

  .tv-automation-statement p{
    font-size: 20px;
  }

  .tv-automation-flow-card{
    padding: 26px 18px;
    border-radius: 22px;
  }

  .tv-automation-node{
    width: 102px;
    height: 102px;
    border-width: 8px;
  }

  .tv-automation-node svg{
    width: 34px;
    height: 34px;
  }
  
.tv-automation-step{
    grid-template-columns: 0.5fr 1fr;
    gap: 0px;
  }

  .tv-automation-step-right{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tv-automation-step-number{
    width: 54px;
    height: 38px;
    font-size: 15px;
  }

  .tv-automation-step-content h3{
    font-size: 18px;
    margin-bottom: 8px;
  }

  .tv-automation-step-content p{
    font-size: 15px;
    line-height: 1.65;
  }

  .tv-automation-connector{
    padding-left: 46px;
    height: 28px;
  }

  .tv-automation-connector span::before{
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px){
  .tv-automation-statement p br{
    display: none;
  }

  .tv-automation-node{
    width: 92px;
    height: 92px;
  }

  .tv-automation-node svg{
    width: 38px;
    height: 38px;
  }

  .tv-automation-step-content h3{
    font-size: 17px;
  }

  .tv-automation-step-content p{
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2257862 *//* =========================================================
   TAGVOLT / FRANKLIN - SECTION 08 FINAL CTA
========================================================= */

.tv-final-cta {
  --tv-orange: #ff6b00;
  --tv-orange-2: #ff8c1a;
  --tv-orange-soft: rgba(255, 107, 0, 0.14);
  --tv-orange-border: rgba(255, 107, 0, 0.22);

  --tv-blue: #1d6df2;
  --tv-blue-dark: #071a45;
  --tv-text: #071a45;
  --tv-text-soft: #3f4b63;
  --tv-panel: #fdfdfd;
  --tv-bg: #ff6a00;
  --tv-white: #ffffff;

  position: relative;
  overflow: hidden;
  padding: 56px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 235, 180, 0.55) 0%, rgba(255, 235, 180, 0.12) 12%, transparent 28%),
    linear-gradient(180deg, #ff7a00 0%, #ff6900 52%, #ff6200 100%);
  font-family: "Inter", sans-serif;
}

/* subtle texture */
.tv-final-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 80%, rgba(255,255,255,0.10) 0 1px, transparent 1.5px) 0 0/16px 16px,
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.08) 0 1px, transparent 1.5px) 0 0/16px 16px;
  opacity: 0.18;
  pointer-events: none;
}

/* side line decorations */
.tv-final-cta__bg-lines{
  position: absolute;
  top: 50%;
  width: 460px;
  height: 760px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.42;
}

.tv-final-cta__bg-lines::before,
.tv-final-cta__bg-lines::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.tv-final-cta__bg-lines--left{
  left: -210px;
  background:
    repeating-radial-gradient(
      circle at 100% 50%,
      rgba(255,255,255,0.30) 0 2px,
      transparent 2px 26px
    );
  -webkit-mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 34%, rgba(0,0,0,1) 100%);
          mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 34%, rgba(0,0,0,1) 100%);
}

.tv-final-cta__bg-lines--right{
  right: -210px;
  background:
    repeating-radial-gradient(
      circle at 0% 50%,
      rgba(255,255,255,0.30) 0 2px,
      transparent 2px 26px
    );
  -webkit-mask: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66%, transparent 100%);
          mask: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 66%, transparent 100%);
}

.tv-final-cta__container{
  position: relative;
  z-index: 2;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.tv-final-cta__panel{
  position: relative;
  padding: 62px 56px 46px;
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96), rgba(249,249,249,0.98) 50%, #f8f8f8 100%);
  box-shadow:
    0 18px 60px rgba(111, 33, 0, 0.18),
    0 0 0 1px rgba(255,255,255,0.55);
  text-align: center;
  overflow: hidden;
}

.tv-final-cta__panel::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(255,255,255,0.95) 0%, transparent 34%);
  pointer-events: none;
}

/* =========================================================
   KICKER
========================================================= */
.tv-final-cta__kicker{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tv-final-cta__kicker-number{
  color: var(--tv-orange);
}

.tv-final-cta__kicker-divider,
.tv-final-cta__kicker-text{
  color: rgba(7, 26, 69, 0.66);
}

.tv-final-cta__accent-line{
  width: 104px;
  height: 3px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,107,0,0.1) 0%, #ff6b00 50%, rgba(255,107,0,0.1) 100%);
  box-shadow: 0 0 18px rgba(255,107,0,0.18);
}

/* =========================================================
   TITLE / TEXT
========================================================= */
.tv-final-cta__title{
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 980px;
  color: var(--tv-text);
  font-size: clamp(48px, 5vw, 84px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-final-cta__title span{
  color: var(--tv-orange);
}

.tv-final-cta__text{
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 28px auto 0;
  color: var(--tv-text-soft);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   BUTTON
========================================================= */
.tv-final-cta__button{
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin: 34px auto 0;
  padding: 26px 34px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(180deg, #ff8a10 0%, #ff6b00 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow:
    0 16px 36px rgba(255, 107, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.tv-final-cta__button:hover{
  transform: translateY(-2px);
  box-shadow:
    0 20px 44px rgba(255, 107, 0, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.2);
  filter: saturate(1.03);
}

.tv-final-cta__button-icon{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-final-cta__button-icon svg{
  width: 34px;
  height: 34px;
}

.tv-final-cta__button-text{
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tv-final-cta__button-arrow{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-final-cta__button-arrow svg{
  width: 32px;
  height: 32px;
}

/* =========================================================
   SUBTEXT
========================================================= */
.tv-final-cta__subtext{
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 28px auto 0;
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   FEATURES
========================================================= */
.tv-final-cta__features{
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.tv-final-cta__feature{
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.tv-final-cta__feature-icon{
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tv-orange);
  background: rgba(255, 107, 0, 0.045);
  border: 1px solid rgba(255, 107, 0, 0.16);
}

.tv-final-cta__feature-icon svg{
  width: 42px;
  height: 42px;
}

.tv-final-cta__feature-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--tv-text);
  line-height: 1.1;
}

.tv-final-cta__feature-text strong,
.tv-final-cta__feature-text span{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tv-final-cta__feature-divider{
  width: 1px;
  height: 74px;
  background: rgba(255, 107, 0, 0.24);
  flex: 0 0 auto;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1200px){
  .tv-final-cta{
    padding: 44px 20px;
  }

  .tv-final-cta__panel{
    padding: 56px 40px 42px;
    border-radius: 42px;
  }

  .tv-final-cta__features{
    gap: 18px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 20px;
  }
}

@media (max-width: 991px){
  .tv-final-cta__bg-lines{
    display: none;
  }

  .tv-final-cta__panel{
    padding: 48px 28px 36px;
    border-radius: 32px;
  }

  .tv-final-cta__kicker{
    font-size: 16px;
  }

  .tv-final-cta__title{
    font-size: 48px;
  }

  .tv-final-cta__text{
    font-size: 18px;
    max-width: 820px;
  }

  .tv-final-cta__button{
    width: min(100%, 560px);
    padding: 22px 24px;
    border-radius: 18px;
  }

  .tv-final-cta__button-text{
    font-size: 24px;
  }

  .tv-final-cta__subtext{
    font-size: 17px;
  }

  .tv-final-cta__features{
    flex-wrap: wrap;
    gap: 22px;
  }

  .tv-final-cta__feature-divider{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-final-cta{
    padding: 26px 14px;
  }

  .tv-final-cta__panel{
    padding: 36px 18px 28px;
    border-radius: 24px;
  }

  .tv-final-cta__kicker{
    font-size: 13px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .tv-final-cta__accent-line{
    width: 84px;
    margin-bottom: 18px;
  }

  .tv-final-cta__title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-final-cta__text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .tv-final-cta__button{
    width: 100%;
    margin-top: 24px;
    padding: 18px 16px;
    gap: 12px;
    border-radius: 16px;
  }

  .tv-final-cta__button-icon{
    width: 28px;
    height: 28px;
  }

  .tv-final-cta__button-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-final-cta__button-text{
    font-size: 20px;
  }

  .tv-final-cta__button-arrow{
    width: 24px;
    height: 24px;
  }

  .tv-final-cta__button-arrow svg{
    width: 24px;
    height: 24px;
  }

  .tv-final-cta__subtext{
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-final-cta__features{
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .tv-final-cta__feature{
    justify-content: flex-start;
  }

  .tv-final-cta__feature-icon{
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .tv-final-cta__feature-icon svg{
    width: 34px;
    height: 34px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 18px;
  }
}

@media (max-width: 480px){
  .tv-final-cta__title{
    font-size: 28px;
  }

  .tv-final-cta__button{
    flex-wrap: wrap;
    justify-content: center;
  }

  .tv-final-cta__button-text{
    font-size: 18px;
    text-align: center;
  }

  .tv-final-cta__feature{
    gap: 14px;
  }

  .tv-final-cta__feature-text strong,
  .tv-final-cta__feature-text span{
    font-size: 17px;
  }
}/* End custom CSS */