:root{--gradient-primary:linear-gradient(135deg,#06c,#003d7a);--gradient-secondary:linear-gradient(135deg,#f8f9fa,#e9ecef);--color-primary:#06c;--color-secondary:#003d7a;--color-red:#e1242a;--color-red-darker:#c72229;--color-red-darkest:#b81c23;--color-success:#0f8;--color-white:#fff;--color-light-gray:#f8f9fa;--color-medium-gray:#6c757d;--color-dark:#212529;--shadow-card:0 4px 20px rgba(0,0,0,.1);--shadow-hover:0 8px 30px rgba(0,0,0,.15);--shadow-3d:0 6px 20px rgba(225,36,42,.3);--border-radius:16px;--border-radius-small:8px;--border-radius-large:25px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:var(--color-dark)}.container{width:100%}h1,h2,h3,h4,h5,h6{line-height:normal!important;font-weight:700;margin-bottom:1rem}.container{max-width:1200px;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:var(--color-dark);margin-bottom:1rem}.section-header p{font-size:1.2rem;color:var(--color-medium-gray);max-width:600px;margin:0 auto}.hero-section{min-height:100vh;display:flex;height:140vh;align-items:center;position:relative;overflow:hidden;padding-top:3rem;background-image:url(/_next/static/media/header-bg.69abe7cf.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.overview-visual{width:895px;height:321px}@media (min-height:900px){.hero-section{min-height:90vh}.hero-content{min-height:70vh}}@media (min-height:1200px){.hero-section{min-height:80vh}.hero-content{min-height:60vh}}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;align-items:center;position:relative;z-index:3;width:100%;min-height:85vh;padding:5rem 0;max-width:1200px;margin:0 auto}.hero-text h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;text-shadow:2px 4px 12px rgba(0,0,0,.3);line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#f0f8ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.hero-text h1:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#e1242a,#ff4757);border-radius:2px}.hero-subtitle{font-size:1.3rem;font-weight:400;color:hsla(0,0%,100%,.9);margin-bottom:3rem;line-height:1.5;max-width:95%;text-shadow:1px 2px 4px rgba(0,0,0,.2)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.stat-item{background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:16px;padding:2rem 1.5rem;text-align:center;border:1px solid hsla(0,0%,100%,.15);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.1);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#e1242a,#ff4757 50%,#00d4ff)}.stat-item:hover{transform:translateY(-12px) scale(1.02);background:hsla(0,0%,100%,.12);box-shadow:0 20px 60px rgba(0,0,0,.2),0 8px 20px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.25)}.stat-number{font-size:2.8rem;font-weight:900;background:linear-gradient(135deg,#0f8,#00d4ff 50%,#09f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.1rem;text-shadow:0 4px 8px rgba(0,255,136,.3);display:block;position:relative}.stat-label{font-size:.85rem;color:hsla(0,0%,100%,.85);font-weight:500;text-transform:uppercase;letter-spacing:.8px}.hero-cta{gap:1rem;flex-wrap:wrap;margin-top:2rem}.hero-cta,.hero-visual{display:flex;align-items:center}.hero-visual{position:relative;justify-content:center;perspective:1000px}.stat-icon{margin-right:.5rem}.problem-solution-section{padding:5rem 0;background:var(--color-white);position:relative}.comparison-grid{max-width:1000px;margin:0 auto}.comparison-header{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.problem-header,.solution-header{text-align:center;font-size:1.5rem;font-weight:700;padding:1rem;border-radius:var(--border-radius)}.problem-header{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:var(--color-white)}.solution-header{background:linear-gradient(135deg,#51cf66,#40c057);color:var(--color-white)}.comparison-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.problem-item,.solution-item{display:flex;align-items:flex-start;gap:1rem;padding:2rem;border-radius:var(--border-radius);transition:var(--transition)}.problem-item{background:#fff5f5;border-left:4px solid #ff6b6b}.solution-item{background:#f0fff4;border-left:4px solid #51cf66}.problem-item:hover,.solution-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.problem-icon,.solution-icon{font-size:1.5rem;margin-top:.2rem}.problem-text h4,.solution-text h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--color-dark)}.problem-text p,.solution-text p{color:var(--color-medium-gray);line-height:1.6}.how-it-works-section{padding:5rem 0;background:var(--color-light-gray)}.workflow-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1400px;margin:0 auto}.workflow-step{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;text-align:center;box-shadow:var(--shadow-card);transition:var(--transition);flex:1 1;min-width:200px;max-width:250px}.workflow-step:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.step-number{width:50px;height:50px;background:var(--gradient-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-content h4{font-size:1.2rem;margin-bottom:1rem;color:var(--color-dark)}.step-content p{color:var(--color-medium-gray);font-size:.95rem;line-height:1.5}.workflow-arrow{font-size:2rem;color:var(--color-primary);font-weight:700}.features-section{padding:5rem 0;background:var(--color-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.feature-card{background:var(--color-white);border-radius:var(--border-radius);padding:2.5rem;text-align:center;box-shadow:var(--shadow-card);transition:var(--transition);border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--color-primary)}.feature-icon{margin-bottom:1.5rem}.feature-icon img{border-radius:var(--border-radius-small)}.feature-card h4{font-size:1.3rem;margin-bottom:1rem;color:var(--color-dark)}.feature-card p{color:var(--color-medium-gray);line-height:1.6}.features-cta{text-align:center;margin-top:3rem}.benefits-section{padding:5rem 0;background:var(--gradient-primary)}.benefits-section,.benefits-section .section-header h2{color:var(--color-white)}.benefits-section .section-header p{color:hsla(0,0%,100%,.8)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem}.benefit-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius);padding:2.5rem;text-align:center;border:1px solid hsla(0,0%,100%,.2);transition:var(--transition)}.benefit-card:hover{transform:translateY(-8px);background:hsla(0,0%,100%,.15)}.benefit-number{font-size:3rem;font-weight:800;color:var(--color-success);margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.benefit-card h4{font-size:1.3rem;margin-bottom:1rem;color:var(--color-white)}.benefit-card p{color:hsla(0,0%,100%,.8);line-height:1.6}.case-study-section{padding:5rem 0;background:var(--color-light-gray)}.case-study-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;justify-content:center}.case-study-text h2{font-size:2.2rem;margin-bottom:1.5rem;color:var(--color-dark)}.case-study-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.case-study-intro{font-size:1.1rem;color:var(--color-medium-gray);margin-bottom:2.5rem;line-height:1.6}.case-study-visual{width:362px;height:785px}.case-study-visual-container{display:flex;justify-content:flex-end;align-items:center}.results-list{margin-bottom:2.5rem}.result-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow-card);transition:var(--transition)}.result-item:hover{transform:translateX(10px);box-shadow:var(--shadow-hover)}.result-icon{font-size:1.5rem;margin-top:.2rem}.result-text{flex:1 1}.result-text strong{color:var(--color-primary)}.case-study-cta{margin-top:2rem}.case-study-image{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-hover)}.final-cta-section{padding:5rem 0;background-image:url(/_next/static/media/bottom.bd8e7119.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;text-align:center;color:var(--color-white)}.final-cta-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--color-white);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.final-cta-content p{font-size:1.2rem;color:hsla(0,0%,100%,.9);margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.final-cta-buttons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.final-cta-note{font-size:1rem;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto;line-height:1.5}.cta-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center;justify-content:center;padding:18px 36px;font-size:1.2rem;font-weight:600;text-decoration:none;border-radius:var(--border-radius-large);transition:var(--transition);border:none;cursor:pointer}@media (min-width:1400px){.hero-text h1{font-size:3.2rem}.hero-subtitle{font-size:1.3rem}.hero-content{gap:4rem}.hero-stats{gap:1rem}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}}@media (max-width:1024px){.overview-visual{width:671px;height:240px}.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center;padding:2rem 0;min-height:auto}.hero-section{padding:1rem 0}.hero-text h1{font-size:2.8rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.case-study-content{grid-template-columns:1fr;gap:3rem}.case-study-visual-container{justify-content:center}}@media (max-width:768px){.container{padding:0 1.5rem}.case-study-visual-container{justify-content:center}.hero-section{padding:2rem 0}.hero-background,.hero-content{min-height:auto}.hero-content{padding:1.5rem 0;gap:1.5rem}.hero-text h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:2rem}.hero-cta{flex-direction:column;align-items:center;gap:.8rem}.section-header h2{font-size:2rem}.comparison-row{grid-template-columns:1fr;gap:1.5rem}.workflow-container{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}.benefits-grid,.features-grid{grid-template-columns:1fr}.final-cta-buttons{flex-direction:column;align-items:center}.overview-visual{width:298px;height:107px}}@media (max-height:800px){.hero-section{padding:1rem 0}.hero-background{position:absolute;height:100%;min-height:auto}.hero-content{padding:1.5rem 0;gap:2rem;min-height:auto}.hero-text h1{font-size:2.4rem;margin-bottom:.8rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-stats{margin-bottom:1.5rem;gap:1rem}.stat-item{padding:.8rem}.stat-number{font-size:1.8rem}}@media (max-height:700px){.hero-content,.hero-section{padding:1rem 0}.hero-content{gap:1.5rem;min-height:auto}.hero-text h1{font-size:2.2rem;margin-bottom:.5rem}.hero-subtitle{font-size:.95rem;margin:1rem 0}.hero-stats{margin-bottom:1rem;gap:.8rem}.stat-item{padding:.6rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.fade-in:nth-child(2){animation-delay:.2s}.fade-in:nth-child(3){animation-delay:.4s}.fade-in:nth-child(4){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.cta-button:focus{outline:3px solid rgba(225,36,42,.5);outline-offset:2px}@media (max-width:768px){.hero-content{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1rem;text-align:center}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem;max-width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:2.2rem}.hero-cta{flex-direction:column;gap:1rem;align-items:center}.comparison-header{gap:.5rem}.problem-header,.solution-header{font-size:1.3rem}}@keyframes slideInFromLeft{0%{transform:translateX(-100px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translateX(100px);opacity:0}to{transform:translateX(0);opacity:1}}.hero-text{animation:slideInFromLeft 1.2s cubic-bezier(.4,0,.2,1)}.hero-visual{animation:slideInFromRight 1.2s cubic-bezier(.4,0,.2,1) .3s both}.tms-overview-section{padding-top:3rem;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative}.tms-overview-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,102,204,.3) 50%,transparent)}.overview-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.overview-content-single{display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto}.overview-text h2,.overview-text-centered h2{font-size:2.8rem;font-weight:800;color:#2c3e50;margin-bottom:2rem;line-height:1.2;position:relative}.overview-text h2:after{left:0;width:100px}.overview-text h2:after,.overview-text-centered h2:after{content:"";position:absolute;bottom:-15px;height:4px;background:linear-gradient(90deg,#e1242a,#06c);border-radius:2px}.overview-text-centered h2:after{left:50%;transform:translateX(-50%);width:120px}.overview-text p,.overview-text-centered p{font-size:1.1rem;line-height:1.8;color:#5a6c7d;margin-bottom:1.5rem;font-weight:400}.overview-cta{margin-top:3rem;text-align:center}.why-carriers-need-tms{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.08),0 8px 25px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.6);position:relative;overflow:hidden}.why-carriers-need-tms:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e1242a,#06c 50%,#00d4ff)}.why-carriers-need-tms h3{font-size:2.2rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3}.why-carriers-need-tms p{font-size:1.05rem;line-height:1.7;color:#5a6c7d;margin-bottom:1.5rem}.challenges-list{list-style:none;padding:0;margin:2rem 0}.challenges-list li{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,102,204,.1);transition:all .3s ease}.challenges-list li:hover{transform:translateX(8px);background:rgba(0,102,204,.05);border-radius:12px;padding-left:1rem;padding-right:1rem}.challenges-list li:last-child{border-bottom:none}.challenge-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e1242a,#ff4757);border-radius:12px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(225,36,42,.3)}.challenge-text{font-size:1.1rem;font-weight:600;color:#2c3e50;line-height:1.4}.closing-statement{font-size:1.1rem;font-weight:500;color:#06c;background:linear-gradient(135deg,rgba(0,102,204,.1),rgba(0,212,255,.1));padding:1.5rem;border-radius:16px;border-left:4px solid #06c;margin-top:2rem;line-height:1.7}@media (max-width:768px){.hero-section{padding-top:5rem;height:150vh}.overview-content{grid-template-columns:1fr;gap:3rem}.overview-content-single{max-width:100%;padding:0 1rem}.overview-text h2,.overview-text-centered h2{font-size:2.2rem;text-align:center}.overview-text h2:after,.overview-text-centered h2:after{left:50%;transform:translateX(-50%)}.why-carriers-need-tms{padding:2rem}.why-carriers-need-tms h3{font-size:1.8rem;text-align:center}.challenges-list li:hover{transform:none}}@media (max-width:400px){.hero-section{padding-top:5rem;height:190vh}.case-study-visual{width:242px;height:523px}.case-study-visual-container{justify-content:center}}.faq-section{background:#fff;padding:60px 0;line-height:25px}.faq-container{max-width:800px;margin:0 auto}.faq-section-header{text-align:center}.faq-section-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:24px;line-height:1.2;letter-spacing:-.01em}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.faq-question{width:100%;padding:25px 30px 25px 0;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:#333657;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#e13940}.faq-toggle{font-size:1.5rem;color:#64748b;transition:all .3s ease;font-weight:300}.faq-answer{padding-bottom:0;max-height:0;overflow:hidden;transition:all .4s ease}.faq-answer.active{padding-bottom:32px;max-height:300px}.faq-answer p{color:#64748b;line-height:1.7;font-size:1rem;margin:0}.text{letter-spacing:.5px;line-height:1.56}.text--xxs{font-size:11px}.text--xs{font-size:12px}.text--s{font-size:14px}.text--m{font-size:16px}.text--l{font-size:18px}.text--xl{font-size:20px}.text--xxl{font-size:22px}.text--xxxl{font-size:30px;line-height:38px}.text--thin{font-weight:300}.text--normal{font-weight:400}.text--semi-bold{font-weight:500}.text--bold{font-weight:700}.text--black{color:#101c22}.text--gray-darker{color:#212121}.text--gray-dark{color:#495865}.text--gray{color:#888}.text--gray-light{color:#e5e9ee}.text--white{color:#fff}.text--primary{color:#e1242a}.text--secondary{color:#156bd3}@media(min-width:992px){.text--xxl{font-size:35px;line-height:1.2}.text--xxxl{font-size:45px;line-height:1.2}}.section-title__dual--remaining-words,.section-title__dual-reverse--first-word{color:#e1242a}.section-title__secondary{padding-bottom:15px;position:relative}.section-title__secondary:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#e1242a}.section-title__secondary--full{display:inline-block}.section-title__secondary--full:after{width:100%}.section-title__secondary--center{text-align:center}.section-title__secondary--center:after{left:50%;transform:translateX(-50%);width:120px}.section-title__secondary--left:after{width:120px}.container{margin:0 auto;padding-left:15px;padding-right:15px}.container--fluid{padding-left:30px;padding-right:30px}@media(min-width:768px){.container:not(.container--fluid){width:750px}}@media(min-width:992px){.container--fluid{padding-left:100px;padding-right:100px}.container:not(.container--fluid){width:970px}}@media(min-width:1200px){.container:not(.container--fluid){width:1170px}}.slider{display:flex;align-items:center;position:relative}.slider__arrow{background:none;border:none;position:relative;height:50px;width:30px;cursor:pointer;overflow:hidden}.slider__arrow:before{content:"";position:absolute;top:8px;height:30px;width:30px;border-color:#495865 #495865 transparent transparent;border-style:solid;border-width:2px}.slider__arrow--prev:before{transform:rotate(-135deg);left:15px}.slider__arrow--next:before{transform:rotate(45deg);left:-15px}.slider__arrow--disabled{cursor:default;pointer-events:none;opacity:.3}.slider__list-wrapper{flex:1 1;overflow:hidden}.slider__list{position:relative;display:flex;flex-wrap:nowrap;transition:left .8s ease-in-out}.slider__list>li{flex:0 0 100%;padding:0 15px}@media(min-width:768px){.slider__list>li{flex:0 0 50%}}@media(min-width:992px){.slider__list>li{flex:0 0 33.33333%}}.related-resource-item{display:block;background:#fff;border:1px solid #e5e9ee;box-shadow:0 0 5px #e5e9ee;text-decoration:none}.related-resource-item__image-container{height:105px;position:relative}.related-resource-item__image{object-fit:cover}.related-resource-item__description-container{height:140px;padding:20px 25px 20px 20px}.related-resource-item__description{height:92px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.related-resource-item__footer{border-top:1px solid #e5e9ee;padding:10px 25px 10px 20px}@media(min-width:992px){.related-resource-item__image-container{height:150px}}.spinner{margin:0 auto;border-radius:50%;border-width:2px;border-style:solid;animation:loading .7s linear infinite}.spinner--default{border-color:#101c22 #101c22 #101c22 transparent}.spinner--primary{border-color:#e1242a #e1242a #e1242a transparent}.spinner--secondary{border-color:#156bd3 #156bd3 #156bd3 transparent}.spinner--small{width:16px;height:16px}.spinner--medium{width:28px;height:28px}.spinner--large{width:40px;height:40px}.related-resources{background:#f5f7fa;padding-top:50px;padding-bottom:50px}.related-resources__header{text-align:center;padding-bottom:50px}.related-resources__description{padding-top:8px}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button{position:relative;background:none;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:800;border-radius:32px;transition:background-position .4s ease-in-out;min-width:200px}.button--small{height:40px;padding:12px 20px}.button--medium{height:46px;padding:14px 24px}.button--large{height:56px;padding:14px 62px}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;top:9px;left:45%;width:28px;height:28px;border-radius:50%;border:2px solid transparent;animation:loading .7s linear infinite}.button--primary{background:#e1242a;color:#fff;background-size:300% 100%}.button--primary:active,.button--primary:focus,.button--primary:hover{background-position:100%;background-image:linear-gradient(90deg,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4)}.button--primary-loading{color:#e1242a}.button--primary-loading:after{border-color:#fff #fff #fff transparent}.button--primary-outline{background:#fff;color:#e1242a;border:1px solid #e1242a}.button--primary-outline:active,.button--primary-outline:hover{color:#fff;background:#e1242a}.button--primary-outline-loading{color:#fff}.button--primary-outline-loading:after{border-color:#e1242a #e1242a #e1242a transparent}.button--primary-outline-loading:focus{background:#fff}.button--secondary{background:#156bd3;color:#fff;border:none;background-size:300% 100%}.button--secondary:active,.button--secondary:focus,.button--secondary:hover{background-position:100%;background-image:linear-gradient(90deg,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,.75)}.button--secondary-loading{color:#156bd3}.button--secondary-loading:after{border-color:#fff #fff #fff transparent}.button--secondary-outline{background:#fff;color:#156bd3;border:1px solid #156bd3}.button--secondary-outline:active,.button--secondary-outline:focus,.button--secondary-outline:hover{color:#fff;background:#156bd3}.button--secondary-outline-loading{color:#fff}.button--secondary-outline-loading:after{border-color:#156bd3 #156bd3 #156bd3 transparent}.button--default{background:#495865;color:#fff;border:1px solid #495865;background-size:300% 100%}.button--default:active,.button--default:focus,.button--default:hover{background-position:100%;background-image:linear-gradient(90deg,#888,#495865);box-shadow:0 4px 15px 0 #888}.button--default-loading{color:#fff}.button--default-loading:after{border-color:#495865 #495865 #495865 transparent}.button--default-outline{background:#fff;color:#495865;border:1px solid #495865}.button--default-outline:active,.button--default-outline:focus,.button--default-outline:hover{background:#495865;color:#fff}.button--default-outline-loading{color:#fff}.button--default-outline-loading:after{border-color:#495865 #495865 #495865 transparent}.button--disabled{pointer-events:none;opacity:.5}.button--block{width:100%}.button--flexible{min-width:unset}.button--with-icon{height:auto;padding:4px 16px}@keyframes infiniteslide{0%{transform:translateZ(0)}to{transform:translate3d(-3150px,0,0)}}.loginext-empower-brands{background:#efefef;text-align:center;padding:20px 0;overflow:hidden;height:225px}.loginext-empower-brands__section-title{text-align:center;padding-block:40px}.loginext-empower-brands__brand-list{display:flex;align-items:center;gap:50px;animation:infiniteslide 34.6673s linear 0s infinite normal none running}.loginext-empower-brands__brand-list-item{height:65px;display:inline-flex}.loginext-empower-brands__brand-image{height:100%;width:unset;aspect-ratio:3/2;object-fit:contain}