/*--------- Third party services -------------*/
.post-video__content {
    position: relative;
    display: block;
    height: auto !important;
    padding: 0 !important;
    border-radius: 10px;
}
.post-video__content svg {
    display: block;
}
.eib-section .video__component:hover {
    cursor: pointer;
}
.eib-placeholder-cta {
    position: absolute;
    left: 50%;
    top: 50%;
}
.eib-placeholder-cta-step-1--button {
    box-sizing: content-box;
    width: 140px;
    height: 140px;
    transform: translateX(-50%) translateY(-50%);
    background: #0e2031;
    z-index: 10;
    position: relative;
    /*! box-shadow: 0 0 5px #0e2031c2; */
    border: 3px solid #ffffff24;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    padding: 0 !important;
}
.hide-icon .eib-placeholder-cta-step-1--button {
    background: #0e2031;
}
.eib-placeholder-cta-step-1--button:hover {
    background-color: #2F80ED;
}
.eib-placeholder-cta-step-1--button span {
    position: absolute;
    z-index: 3;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.eib-placeholder-cta-step-2 {
    position: absolute;
    top: 100px;
    z-index: 4;
    transform: translate(-50%, 50%);
    width: 88px;
}
.eib-placeholder-cta-step-2 button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #000;
    position: relative;
    /*! background: transparent; */
}
.eib-placeholder-cta-step-2 .eib-placeholder-cta-step-2--deny {
    border-color: #b22222;
}
.eib-placeholder-cta-step-2  .eib-placeholder-cta-step-2--accept {
    border-color: #228b22;
}
.eib-placeholder-cta-step-2--deny svg {
    fill: #b22222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eib-placeholder-cta-step-2--deny:hover svg {
    fill: #fff;
}
.eib-placeholder-cta-step-2--deny:hover {
    background: #dc143c;
}
.eib-placeholder-cta-step-2--accept svg {
    fill: #228b22;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eib-placeholder-cta-step-2--accept:hover svg {
    fill: #fff;
}
.eib-placeholder-cta-step-2--accept:hover {
    background-color: #3cb371;
}
.eib-rounded-item {
    border-radius: 10px;
    overflow: hidden;
}
.eib-placeholder--warn-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffD3;
    z-index: 4;
    border-radius: 10px;
    display: flex;
    color: #0e2031;
    padding: 2.2rem 1.6rem;
    flex-wrap: wrap;
    align-content: start;
}
@media screen and (min-width: 62em) {
    .eib-layout--contained .eib-placeholder--warn-message,
    .video-page .eib-placeholder--warn-message{
        padding-top: 20%;
    }
}
.eib-media-3rdparty .eib-placeholder--warn-message {
    background-color: #fffffff5;
}
.eib-placeholder--warn-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #2F80ED;
    z-index: 3;
    display: none;
}
.eib-placeholder--warn-message p {
    color: #0e2031;
    font-size: 1.7rem;
    margin: 0 !important;
}
.eib-placeholder--warn-message-logo {
    /*! border-right: 3px solid #0e2031d3; */
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
}
.eib-placeholder--warn-message-content {
    position: relative;
    padding: 1rem .5rem;
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.eib-placeholder-cta-step-1 {
    display: block;
}
.eib-placeholder--warn-message svg {
    fill: #0e2031;
    opacity: .4;
}
.eib-placeholder--warn-message,
.eib-placeholder-cta-step-2,
.eib-video--warn-msg-open .eib-placeholder-cta-step-1{
    display: none
}
.eib-video--warn-msg-open .eib-placeholder--warn-message,
.eib-video--warn-msg-open .eib-placeholder-cta-step-2{
    display: block;
}

.eib-placeholder-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.hide-icon .eib-placeholder-icon {
    display: none;
}
.eib-placeholder-icon svg {
    display: block;
    width: 140px;
    fill: #ffffff1a;
    transition: all .3s ease-in;
}
.eib-video--warn-msg-open .eib-placeholder-icon svg {
    display: none;
}
.post-video__content:hover .eib-placeholder-icon svg {
    fill: #fff9;
}
.post-video__content .eib-placeholder-cta-step-1 button {
    opacity: .4;
    transition: all .3s ease-in;
}
.post-video__content .eib-placeholder-cta-step-1 button:hover {
    background-color: #ffffff59;
    border: none;
}
.post-video__content:hover .eib-placeholder-cta-step-1 button {
    opacity: 1;
}
.eib-video--warn--hide-all img,
.eib-video--warn--hide-all .eib-placeholder--warn-message,
.eib-video--warn--hide-all .eib-placeholder-cta,
.eib-video--warn--hide-all .eib-placeholder-icon{
    display: none
}
.post-video__content:hover .eib-placeholder-cta-step-1--button::before {
    /*! background: rgba(250,250,250, .6); */
    /*! border-radius: 50%; */
    /*! animation: pulse-border 1.5s ease-out infinite; */
    /*! content: ""; */
    /*width: 50px;
    height: 50px;
    position: absolute;
    z-index: -1;*/
}

.eib-media-3rdparty, .eib-media-3rdparty iframe {
    width: 100%;
}
.eib-media-3rdparty .eib-placeholder-cta-step-1--button {
    opacity: .7;
    transition: all .3s ease-in;
}
.eib-media-3rdparty .eib-placeholder-cta-step-1--button span {
    --b: 3px; /* the thickness */
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 30px; /* the size */
    height: 30px;
    aspect-ratio: 1;
    background:
            conic-gradient(from 90deg at var(--b) var(--b),transparent 90deg,#fff 0)
            calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
    calc(50%  + var(--b))   calc(50%  + var(--b));
    display: inline-block;
    border: none;
    margin: 10px;
}
.eib-media-3rdparty :hover .eib-placeholder-cta-step-1--button {
    opacity: 1;
}

.post-video__content .eib-placeholder-cta-step-1 button:hover {
    background-color: #ffffff59;
    border: none;
}
.hide-icon .eib-placeholder-cta-step-1 button:hover {
    background-color: #2f80ed;
}

.toggle-eib input {
    opacity: 0;
    position: absolute;
}

.toggle-slider {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
}

.toggle-slider:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

input:checked + .toggle-slider {
    background-color: #2196F3;
}

input:checked + .toggle-slider:after {
    transform: translateX(26px);
}

.post-video__content img {
    width: 100%;
}