.trend-spotting .trend-spotting-content{display:flex;flex-direction:row;flex-wrap:wrap}
.trend-spotting .trend-spotting-subtitle{flex:0 1 100%;color:#000;font-size:16px;line-height:1.38;margin-bottom:28px}
.trend-spotting .trend-spotting-title{flex:1 0 55%;color:#000;font-family:'MetLifeCircular','Arial','Helvetica','sans-serif';font-size:24px;line-height:1.33;letter-spacing:-0.2px;margin-bottom:20px;font-weight:normal}
.trend-spotting .trend-spotting-number{flex:1 0 40%;font-family:'MetLifeCircular','Arial','Helvetica','sans-serif';position:relative;font-size:100px;line-height:.8;letter-spacing:-2.4px;color:#0061a0;margin-bottom:40px}
.trend-spotting .trend-spotting-number sup{vertical-align:top;color:#0061a0;top:-5px;font-size:40px;line-height:1;letter-spacing:5px}
.trend-spotting .trend-spotting-subtitle.trend-animation{-webkit-animation:fadeInTrend 1.15s ease-in both;animation:fadeInTrend 1.15s ease-in both}
.trend-spotting .trend-spotting-title.trend-animation{-webkit-animation:fadeInTrend 1.85s ease-in both;animation:fadeInTrend 1.85s ease-in both}
.trend-spotting .trend-spotting-number.trend-animation{-webkit-animation:fadeUpTrend .45s ease-in both;animation:fadeUpTrend .45s ease-in both;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
@-webkit-keyframes fadeInTrend{from{opacity:0;transform:translate3d(0,0,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes fadeInTrend{from{opacity:0;transform:translate3d(0,0,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
@-webkit-keyframes fadeUpTrend{from{opacity:0;transform:translate3d(0,30%,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes fadeUpTrend{from{opacity:0;transform:translate3d(0,30%,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
@media screen and (max-width:767px){.trend-spotting .trend-spotting-subtitle,.trend-spotting .trend-spotting-number,.trend-spotting .trend-spotting-title{flex:1 100%}
}
@media screen and (min-width:768px){.trend-spotting .trend-spotting-title{margin-bottom:40px}
.trend-spotting .trend-spotting-number{text-align:right;margin-bottom:0}
}
@media screen and (min-width:1024px){.trend-spotting .trend-spotting-subtitle{font-size:20px;line-height:1.5;letter-spacing:-0.2px;margin-bottom:40px}
.trend-spotting .trend-spotting-title{font-size:32px;line-height:1.25;letter-spacing:-0.5px;margin-bottom:60px;flex:1 0 43%}
.trend-spotting .trend-spotting-number{font-size:170px;line-height:.76;letter-spacing:-4px}
.trend-spotting .trend-spotting-number sup{top:-12px;font-size:50px;line-height:1.2;letter-spacing:6.3px}
}
@media screen and (min-width:768px){body[dir="rtl"] .trend-spotting .trend-spotting-number{text-align:left}
}