section.text-video-module{overflow:hidden;position:relative;z-index:1}section.text-video-module.text-dark>*{color:#001432}section.text-video-module.text-light>*{color:#fff}section.text-video-module .container{align-items:center;display:flex;flex-wrap:nowrap;gap:100px;justify-content:space-between}section.text-video-module .container.left{flex-direction:row-reverse}section.text-video-module .container.right{flex-direction:row}section.text-video-module .container.right .wrapper-content .wrapper-img{float:right}section.text-video-module .wrapper-content{width:calc(50% - 50px)}section.text-video-module .wrapper-content .title{margin-bottom:20px}section.text-video-module .wrapper-content .wrapper-img{height:85px;margin-top:10px;position:relative;width:170px}section.text-video-module .wrapper-video{border-radius:10px;flex-shrink:0;min-width:480px;overflow:hidden;width:calc(50% - 50px)}section.text-video-module .wrapper-video .video{aspect-ratio:16/9;cursor:pointer;height:100%;pointer-events:all;position:relative;width:100%}section.text-video-module .wrapper-video .video iframe{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}section.text-video-module .wrapper-video .video video{aspect-ratio:16/9;background-color:#000;border-radius:10px 10px 0 0;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-video-module .wrapper-video .video .poster{border-radius:10px 10px 0 0;cursor:pointer;height:calc(100% + 4px);left:-2px;pointer-events:none;position:absolute;top:-2px;transition:opacity .3s ease-in-out;width:calc(100% + 4px);z-index:3}section.text-video-module .wrapper-video .video .poster img{height:100%;object-fit:cover;pointer-events:none;width:100%}section.text-video-module .wrapper-video .video .btn-player{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' fill='none' viewBox='0 0 55 55'%3E%3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%23001432' fill-opacity='.25'/%3E%3Cpath fill='%23fff' d='M17.89 40.195V14.69c0-1.53 1.648-2.493 2.981-1.743l21.862 12.297c1.335.751 1.365 2.663.053 3.455L20.925 41.907c-1.333.806-3.034-.154-3.034-1.712'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out;width:50px;z-index:5}section.text-video-module .wrapper-video .video.playing .btn-player,section.text-video-module .wrapper-video .video.playing .poster{opacity:0;pointer-events:none}section.text-video-module .wrapper-video .video.playing iframe{pointer-events:all}@media screen and (max-width:1180px){section.text-video-module .container{gap:30px}}@media screen and (max-width:969px){section.text-video-module .container.left,section.text-video-module .container.right{flex-direction:column}section.text-video-module .wrapper-content,section.text-video-module .wrapper-video{width:100%}section.text-video-module .wrapper-video{min-width:0}section.text-video-module .wrapper-content .wrapper-img{display:none}}