.main-section__video { background: #edf4ff; border-radius: 14px; }
.main-section__video iframe { border: 0; border-radius: 14px; display: block; }
.main-section__video iframe[hidden], .video-launch[hidden] { display: none; }
.video-launch { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; border: 1px solid #d9e6f8; border-radius: 14px; background: linear-gradient(115deg,#f5f9ff,#dbe9fc); text-align: left; cursor: pointer; color: #183858; font: inherit; }
.video-launch__portrait { position: absolute; height: 105%; right: -8%; bottom: -7%; width: auto; }
.video-launch__copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px; width: 70%; }
.video-launch__copy strong { font-size: 17px; line-height: 1.2; }
.video-launch__copy > span:last-child { font-size: 11px; max-width: 160px; line-height: 1.4; }
.video-launch__play { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #286dc2; color: white; padding-left: 3px; }
.video-launch:hover .video-launch__play { background: #165299; }
.video-launch:focus-visible { outline: 3px solid #286dc2; outline-offset: 4px; }
.video-direct { position: absolute; top: calc(100% + 8px); left: 0; width: 100%; color: #3268a4; text-align: center; font: 10px/1.4 Montserrat-Regular,sans-serif; }
