.waas-page{
  background:#f2f2f2;
  overflow:hidden;
}

.waas-page-hero{
  position:relative;
  min-height:554px;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.waas-page-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(10,15,24,0.90) 2%, rgba(32,58,112,0.00) 70%);
}

.waas-page-hero-container{
  position: inherit;
    z-index: 2;
    margin-bottom: auto;
    min-height: 500px;
    align-content: space-evenly;
}

.waas-page-breadcrumb{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  margin-bottom:70px;
  color:#8e96aa;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:14px;
  line-height:20px;
}

.waas-page-breadcrumb a{
  color:#8e96aa;
  text-decoration:none;
}

.waas-page-breadcrumb strong{
  color:#203a70;
  font-weight:700;
}

.waas-page-hero-content{
  max-width:1000px;
}

.waas-page-hero-title{
  margin:0;
  color:#ffffff;
  font-family:'Gilroy', sans-serif;
  font-size:50px;
  line-height:60px;
  font-weight:800;
}

.waas-page-hero-title span{
  font-weight:300;
}

.waas-page-hero-subtitle{
  margin:0 0 32px;
  color:#59bec2;
  font-family:'Gilroy', sans-serif;
  font-size:35px;
  line-height:42px;
  font-weight:800;
}

.waas-page-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:205px;
  height:60px;
  padding:0 22px;
  border-radius:30px;
  background:#59bec2;
  color:#ffffff;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:18px;
  text-decoration:none;
  transition:0.2s ease;
}

.waas-page-hero-btn:hover,
.waas-page-hero-btn:focus{
  background:#46aeb2;
  color:#ffffff;
  text-decoration:none;
}

.waas-page-water-divider{
  --waas-water-top:-150px;
  --waas-water-bottom:-88px;
  position:relative;
  z-index:4;
  margin-top:var(--waas-water-top);
  margin-bottom:var(--waas-water-bottom);
  pointer-events:none;
  line-height:0;
}

.waas-page-water-divider img{
  display:block;
  width:100%;
  height:auto;
}

.waas-page-conceito{
  position:relative;
  z-index:2;
  padding:0 0 84px;
  background:#f2f2f2;
}

.waas-page-conceito-container{
  max-width:1326px;
  text-align:center;
}

.waas-page-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:10px 40px;
  border:2px solid #05c78b;
  border-radius:1000px;
  background:#ffffff;
  color:#05c78b;
  font-family:'Gilroy', sans-serif;
  font-size:36px;
  line-height:1;
  font-weight:800;
  margin-bottom:44px;
}

.waas-page-title{
  max-width:812px;
  margin:0 auto 28px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:36px;
  line-height:40px;
  font-weight:300;
}

.waas-page-title strong{
  font-weight:800;
}

.waas-page-description{
  max-width:1296px;
  margin:0 auto 56px;
  color:#8e96aa;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:18px;
  line-height:24px;
  font-weight:400;
}

.waas-page-subtitle{
  margin:0 0 52px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:28px;
  line-height:1.2;
  font-weight:700;
}

.waas-page-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:28px 15px;
  max-width:1293px;
  margin:0 auto;
}

.waas-page-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:304px;
  padding:0 15px;
  text-align:center;
}

.waas-page-card-icon{
  width:148px;
  height:148px;
  margin:0 auto 12px;
  border:3px solid #0cafd9;
  border-radius:40px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.waas-page-card-icon img{
  width:89px;
  height:89px;
  object-fit:contain;
}

.waas-page-card h4{
  margin:0 0 8px;
  color:#0cafd9;
  font-family:'Gilroy', sans-serif;
  font-size:24px;
  line-height:1.1;
  font-weight:800;
}

.waas-page-card p{
  margin:0;
  max-width:288px;
  color:#8e96aa;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:20px;
  line-height:24px;
  font-weight:400;
}

.waas-page-como-contratar{
  background:linear-gradient(90deg, #022162 0%, rgba(2,33,98,0.90) 45.159%, #59bec2 100%);
  padding:66px 0 84px;
}

.waas-page-como-contratar-container{
  max-width:1320px;
}

.waas-page-como-kicker{
  margin:0 0 12px;
  color:#05c78b;
  font-family:'Gilroy', sans-serif;
  font-size:24px;
  line-height:30px;
  font-weight:800;
}

.waas-page-como-title{
  margin:0 0 22px;
  font-family:'Gilroy', sans-serif;
  font-size:36px;
  line-height:1.2;
  font-weight:300;
  color:#ffffff;
}

.waas-page-como-title strong{
  color:#05c78b;
  font-weight:800;
}

.waas-page-como-subtitle{
  margin:0 0 36px;
  color:#ffffff;
  font-family:'Gilroy', sans-serif;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
}

.waas-page-journey{
  display:grid;
  grid-template-columns:repeat(4, minmax(280px, 1fr));
  gap:0;
  overflow-x:auto;
}

.waas-page-step{
  min-height:411px;
  padding:30px 24px 28px;
  border-left:1px solid #203a70;
  background:#8e96aa;
  color:#f2f2f2;
}

.waas-page-step--active{
  background:#0cafd9;
  color:#ffffff;
}

.waas-page-step-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}

.waas-page-step-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  color:#ffffff;
  font-size:30px;
}

.waas-page-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#ffffff;
  color:#0cafd9;
  font-family:'Helvetica Neue', sans-serif;
  font-size:24px;
  font-weight:700;
}

.waas-page-step:not(.waas-page-step--active) .waas-page-step-number{
  background:transparent;
  border:1px solid #ffffff;
  color:#ffffff;
}

.waas-page-step h4{
  margin:0 0 18px;
  color:#ffffff;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:18px;
  line-height:1.25;
  font-weight:700;
  max-width:278px;
}

.waas-page-step-text strong{
  display:block;
  margin-bottom:4px;
  color:#ffffff;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:700;
}

.waas-page-step-text p{
  margin:0 0 12px;
  color:inherit;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:400;
}

.waas-page-cta{
  padding:54px 0 92px;
  background:#f2f2f2;
}

.waas-page-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:40px 60px;
  border-radius:40px;
  background:linear-gradient(90deg, #022162 0%, rgba(2,33,98,0.90) 45.159%, #59bec2 100%);
}

.waas-page-cta-content{
  max-width:648px;
}

.waas-page-cta-title{
  margin:0 0 20px;
  color:#ffffff;
  font-family:'Gilroy', sans-serif;
  font-size:36px;
  line-height:1.25;
  font-weight:300;
}

.waas-page-cta-title strong{
  color:#05c78b;
  font-weight:800;
}

.waas-page-cta-text{
  margin-bottom:36px;
  color:#ffffff;
  font-family:'Gilroy', sans-serif;
  font-size:24px;
  line-height:1.45;
  font-weight:300;
}

.waas-page-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.waas-page-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:8px 20px 8px 10px;
  border-radius:30px;
  text-decoration:none;
  font-family:'Galano Grotesque', 'Gilroy', sans-serif;
  font-size:19.2px;
  line-height:1;
  font-weight:700;
  transition:0.2s ease;
}

/*.btn-diagnostico{*/
/* font-size: 17px!important;*/
/*}*/

.waas-page-cta-btn--light{
  gap:10px;
  background:#ffffff;
  color:#05c78b;
  box-shadow:0 2px 12px rgba(0,0,0,0.1);
}

.waas-page-cta-btn--light:hover,
.waas-page-cta-btn--light:focus{
  color:#05c78b;
  text-decoration:none;
  background:#f7f7f7;
}

.waas-page-cta-btn--green{
  min-width:257px;
  background:#05c78b;
  color:#ffffff;
}

.waas-page-cta-btn--green:hover,
.waas-page-cta-btn--green:focus{
  background:#04b37d;
  color:#ffffff;
  text-decoration:none;
}

.waas-page-cta-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#05c78b;
  color:#ffffff;
  font-size:22px;
}

.waas-page-cta-media{
  width:432px;
  min-width:432px;
  height:427px;
  border-radius:999px;
  overflow:hidden;
}

.waas-page-cta-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media (min-width:2450px){
  .waas-page-water-divider{
    --waas-water-top: -237px;
    --waas-water-bottom: -108px;
  }
}
@media (min-width:1921px){
  .waas-page-water-divider{
    --waas-water-top:-182px;
    --waas-water-bottom:-108px;
  }
}

@media (max-width:1399.98px){
  .waas-page-hero-title{
    font-size:44px;
    line-height:54px;
  }

  .waas-page-hero-subtitle{
    font-size:30px;
    line-height:38px;
  }

  .waas-page-water-divider{
    --waas-water-top:-120px;
    --waas-water-bottom:-70px;
  }

  .waas-page-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .waas-page-card{
    padding:0 8px;
  }

  .waas-page-card-icon{
    width:132px;
    height:132px;
  }

  .waas-page-card-icon img{
    width:76px;
    height:76px;
  }

  .waas-page-card h4{
    font-size:21px;
  }

  .waas-page-card p{
    font-size:17px;
    line-height:21px;
  }

  .waas-page-cta-box{
    padding:36px 40px;
  }

  .waas-page-cta-title{
    font-size:32px;
  }

  .waas-page-cta-text{
    font-size:20px;
  }

  .waas-page-cta-media{
    width:360px;
    min-width:360px;
    height:360px;
  }
}

@media (max-width:1199.98px){
  .waas-page-hero{
    min-height:500px;
  }

  .waas-page-hero-container{
    padding-top:82px;
    padding-bottom:110px;
  }

  .waas-page-water-divider{
    --waas-water-top:-94px;
    --waas-water-bottom:-46px;
  }

  .waas-page-badge{
    font-size:30px;
    padding:10px 30px;
  }

  .waas-page-title{
    font-size:32px;
    line-height:36px;
  }

  .waas-page-description{
    font-size:16px;
    line-height:22px;
  }

  .waas-page-subtitle{
    font-size:24px;
  }

  .waas-page-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:26px 18px;
  }

  .waas-page-como-title{
    font-size:30px;
  }

  .waas-page-como-subtitle{
    font-size:20px;
  }

  .waas-page-cta-box{
    flex-direction:column;
    text-align:left;
    align-items:flex-start;
  }
}

@media (max-width:991.98px){
  .waas-page-hero{
    min-height:460px;
  }

  .waas-page-hero-container{
    padding-top:70px;
    padding-bottom:90px;
  }

  .waas-page-breadcrumb{
    margin-bottom:44px;
  }

  .waas-page-hero-title{
    font-size:38px;
    line-height:46px;
  }

  .waas-page-hero-subtitle{
    font-size:26px;
    line-height:32px;
  }

  .waas-page-water-divider{
    --waas-water-top:-72px;
    --waas-water-bottom:-28px;
  }

  .waas-page-badge{
    font-size:24px;
    min-height:50px;
    margin-bottom:28px;
  }

  .waas-page-title{
    font-size:28px;
    line-height:34px;
  }

  .waas-page-description{
    margin-bottom:40px;
  }

  .waas-page-subtitle{
    margin-bottom:34px;
  }

  .waas-page-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .waas-page-como-contratar{
    padding:54px 0 70px;
  }

  .waas-page-journey{
    grid-template-columns:repeat(4, 280px);
    gap:0;
  }

  .waas-page-cta{
    padding:44px 0 72px;
  }

  .waas-page-cta-title{
    font-size:28px;
  }

  .waas-page-cta-text{
    font-size:18px;
    line-height:1.5;
  }

  .waas-page-cta-media{
    width:320px;
    min-width:320px;
    height:320px;
  }
}

@media (max-width:767.98px){
  .waas-page-hero{
    min-height:420px;
    background-position:center center;
  }

  .waas-page-hero-container{
    padding-top:60px;
    padding-bottom:70px;
  }

  .waas-page-breadcrumb{
    margin-bottom:26px;
    font-size:12px;
  }

  .waas-page-hero-title{
    font-size:32px;
    line-height:38px;
  }

  .waas-page-hero-subtitle{
    font-size:22px;
    line-height:28px;
    margin-bottom:24px;
  }

  .waas-page-hero-btn{
    min-width:190px;
    height:52px;
    font-size:16px;
  }

  .waas-page-water-divider{
    --waas-water-top:-44px;
    --waas-water-bottom:-8px;
  }

  .waas-page-conceito{
    padding-bottom:56px;
  }

  .waas-page-badge{
    font-size:18px;
    min-height:44px;
    padding:8px 22px;
    margin-bottom:22px;
  }

  .waas-page-title{
    font-size:24px;
    line-height:30px;
    margin-bottom:18px;
  }

  .waas-page-description{
    font-size:14px;
    line-height:21px;
    margin-bottom:30px;
  }

  .waas-page-subtitle{
    font-size:22px;
    line-height:1.3;
    margin-bottom:26px;
  }

  .waas-page-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .waas-page-card{
    min-height:auto;
  }

  .waas-page-card-icon{
    width:112px;
    height:112px;
    border-radius:28px;
  }

  .waas-page-card-icon img{
    width:64px;
    height:64px;
  }

  .waas-page-card h4{
    font-size:20px;
  }

  .waas-page-card p{
    font-size:16px;
    line-height:20px;
  }

  .waas-page-como-kicker{
    font-size:20px;
    line-height:26px;
  }

  .waas-page-como-title{
    font-size:24px;
  }

  .waas-page-como-subtitle{
    font-size:17px;
    line-height:1.4;
  }

  .waas-page-step{
    min-height:360px;
    padding:24px 18px 20px;
  }

  .waas-page-cta-box{
    padding:28px 22px;
    border-radius:26px;
  }

  .waas-page-cta-title{
    font-size:24px;
  }

  .waas-page-cta-text{
    font-size:16px;
  }

  .waas-page-cta-actions{
    gap:12px;
  }

  .waas-page-cta-btn{
    width:100%;
    justify-content:center;
    font-size:16px;
  }

  .waas-page-cta-btn--green{
    min-width:0;
  }

  .waas-page-cta-media{
    width:100%;
    min-width:0;
    height:280px;
    border-radius:40px;
  }
}

.waas-page-como-contratar{
  background:linear-gradient(90deg,#022162 0%,rgba(2,33,98,0.90) 45.159%,#59bec2 100%);
  padding:66px 0 84px;
  overflow:hidden;
}

.waas-page-como-contratar-container{
  max-width:1320px;
}

.waas-page-como-kicker{
  margin:0 0 12px;
  color:#05c78b;
  font-family:'Gilroy',sans-serif;
  font-size:24px;
  line-height:30px;
  font-weight:800;
}

.waas-page-como-title{
  margin:0 0 22px;
  color:#ffffff;
  font-family:'Gilroy',sans-serif;
  font-size:36px;
  line-height:1.2;
  font-weight:300;
}

.waas-page-como-title strong{
  color:#05c78b;
  font-weight:800;
}

.waas-page-como-subtitle{
  margin:0 0 36px;
  color:#ffffff;
  font-family:'Gilroy',sans-serif;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
}

.waas-journey{
  position:relative;
  padding:0 0;
}

.waas-journey-viewport{
  overflow:hidden;
}

.waas-journey-track{
  display:flex;
  transition:transform 0.35s ease;
  will-change:transform;
}

.waas-journey-card{
  flex:0 0 25%;
  max-width:25%;
  min-height:411px;
  padding:30px 24px 28px;
  background:#8e96aa;
  border-left:1px solid #203a70;
  color:#f2f2f2;
  cursor:pointer;
  transition:background 0.25s ease,color 0.25s ease,opacity 0.25s ease;
}

.waas-journey-card:first-child{
  border-left:none;
}

.waas-journey-card.is-active{
  background:#0cafd9;
  color:#ffffff;
}

.waas-journey-card:focus{
  outline:none;
}

.waas-journey-card:focus-visible{
  box-shadow:inset 0 0 0 2px rgba(255,255,255,0.85);
}

.waas-journey-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}

.waas-journey-card-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:55px;
  height:55px;
  flex-shrink:0;
}

.waas-journey-card-icon img{
  display:block;
  width:55px;
  height:55px;
  object-fit:contain;
}

.waas-journey-card-icon span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:55px;
  height:55px;
  border:1px solid rgba(255,255,255,0.7);
  border-radius:12px;
  color:#ffffff;
  font-size:22px;
  font-weight:700;
}

.waas-journey-card-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:200px;
  background:#ffffff;
  color:#0cafd9;
  font-family:'Helvetica Neue',sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1;
}

.waas-journey-card:not(.is-active) .waas-journey-card-number{
  background:transparent;
  border:1px solid #ffffff;
  color:#ffffff;
}

.waas-journey-card-title{
  margin:0 0 18px;
  color:#ffffff;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:18px;
  line-height:1.25;
  font-weight:700;
  max-width:278px;
}

.waas-journey-card-content strong{
  display:block;
  margin:0 0 4px;
  color:#ffffff;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:700;
}

.waas-journey-card-content p{
  margin:0 0 12px;
  color:inherit;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:400;
}

.waas-journey-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  color:#ffffff;
  cursor:pointer;
  transition:0.2s ease;
}

.waas-journey-arrow:hover{
  background:rgba(255,255,255,0.22);
}

.waas-journey-arrow:disabled{
  opacity:0.35;
  cursor:default;
}

.waas-journey-arrow--prev{
  left: -50px;
}

.waas-journey-arrow--next{
  right: -50px;
}

.waas-journey-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:26px;
}

.waas-journey-dot{
  width:12px;
  height:12px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,0.35);
  cursor:pointer;
  transition:0.2s ease;
}

.waas-journey-dot.is-active{
  width:16px;
  height:16px;
  background:#ffffff;
}

@media (max-width:1199.98px){
  .waas-page-como-title{
    font-size:30px;
  }

  .waas-page-como-subtitle{
    font-size:20px;
  }

  .waas-journey-card{
    flex:0 0 50%;
    max-width:50%;
  }
}

@media (max-width:767.98px){
  .waas-page-como-contratar{
    padding:52px 0 64px;
  }

  .waas-page-como-kicker{
    font-size:20px;
    line-height:26px;
  }

  .waas-page-como-title{
    font-size:24px;
  }

  .waas-page-como-subtitle{
    font-size:17px;
    line-height:1.4;
  }

  .waas-journey{
    padding:0 34px;
  }

  .waas-journey-card{
    flex:0 0 100%;
    max-width:100%;
    min-height:360px;
    padding:24px 18px 20px;
  }

  .waas-journey-arrow{
    width:32px;
    height:32px;
  }
}

.waas-intro-section{
  background:#ffffff;
  padding:72px 0 56px;
}

.waas-intro-row{
  margin-bottom:48px;
}

.waas-intro-content{
  max-width:626px;
}

.waas-intro-title{
  margin:0 0 28px;
  color:#59bec2;
  font-family:'Gilroy',sans-serif;
  font-size:40px;
  line-height:1.2;
  font-weight:800;
}

.waas-intro-text{
  color:#8e96aa;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:18px;
  line-height:32px;
  font-weight:400;
}

.waas-intro-media{
  width:100%;
}

.waas-intro-image{
  display:block;
  width:100%;
  max-width:626px;
  height:auto;
  border-radius:48px;
  object-fit:cover;
  margin-left:auto;
}

.waas-intro-cta{
  background:linear-gradient(90deg,#022162 0%,rgba(2,33,98,0.9) 45.159%,#59bec2 100%);
  border-radius:40px;
  padding:40px 60px;
}

.waas-intro-cta-content{
  max-width:900px;
}

.waas-intro-cta-kicker{
  display:block;
  margin-bottom:10px;
  color:#ffffff;
  font-family:'Gilroy',sans-serif;
  font-size:36px;
  line-height:1.2;
  font-weight:300;
}

.waas-intro-cta-title{
  margin:0 0 28px;
  color:#ffffff;
  font-family:'Gilroy',sans-serif;
  font-size:36px;
  line-height:1.25;
  font-weight:800;
}

.waas-intro-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:61px;
  padding:8px 20px 8px 10px;
  border-radius:30px;
  background:#ffffff;
  text-decoration:none;
  box-shadow:0 2px 12px rgba(0,0,0,0.10);
  transition:0.2s ease;
}

.waas-intro-cta-btn:hover,
.waas-intro-cta-btn:focus{
  background:#f7f7f7;
  text-decoration:none;
}

.waas-intro-cta-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#05c78b;
  color:#ffffff;
  font-size:22px;
  flex-shrink:0;
}

.waas-intro-cta-btn-text{
  color:#05c78b;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:19.2px;
  line-height:1;
  font-weight:700;
}

@media (max-width: 1199.98px){
  .waas-intro-section{
    padding:64px 0 52px;
  }

  .waas-intro-title{
    font-size:34px;
  }

  .waas-intro-text{
    font-size:16px;
    line-height:28px;
  }

  .waas-intro-cta{
    padding:34px 36px;
  }

  .waas-intro-cta-kicker{
    font-size:30px;
  }

  .waas-intro-cta-title{
    font-size:30px;
  }
}

@media (max-width: 991.98px){
  .waas-intro-row{
    row-gap:28px;
    margin-bottom:36px;
  }

  .waas-intro-content{
    max-width:100%;
  }

  .waas-intro-title{
    font-size:30px;
    margin-bottom:20px;
  }

  .waas-intro-text{
    font-size:15px;
    line-height:26px;
  }

  .waas-intro-image{
    max-width:100%;
    border-radius:32px;
    margin-left:0;
  }

  .waas-intro-cta{
    padding:30px 28px;
    border-radius:28px;
  }

  .waas-intro-cta-kicker{
    font-size:26px;
  }

  .waas-intro-cta-title{
    font-size:26px;
    margin-bottom:22px;
  }
}

@media (max-width: 575.98px){
  .waas-intro-section{
    padding:48px 0 42px;
  }

  .waas-intro-row{
    margin-bottom:28px;
  }

  .waas-intro-title{
    font-size:24px;
    line-height:1.3;
  }

  .waas-intro-text{
    font-size:14px;
    line-height:24px;
  }

  .waas-intro-image{
    border-radius:24px;
  }

  .waas-intro-cta{
    padding:24px 18px;
    border-radius:22px;
  }

  .waas-intro-cta-kicker{
    font-size:20px;
    margin-bottom:8px;
  }

  .waas-intro-cta-title{
    font-size:20px;
    line-height:1.35;
    margin-bottom:18px;
  }

  .waas-intro-cta-btn{
    width:100%;
    justify-content:flex-start;
    min-height:54px;
  }

  .waas-intro-cta-btn-icon{
    width:38px;
    height:38px;
    font-size:18px;
  }

  .waas-intro-cta-btn-text{
    font-size:16px;
  }
}