section.call-to-action {
    width: 100%;
    max-width: 100%;
    background-color: #0B291A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    .upwards-arc-container {
        background: #ffffff;
    }
    .upwards-arc {
        display: block;
        width: 100%;
        height: auto;
        transform: rotate(180deg) translateY(-1px);
        transform-origin: center;
    }
    .upwards-arc ellipse {
        fill: #0B291A;
    }
    h5 {
        font-size: clamp(2.5rem, calc(2.5rem + 1.5 * ((100vw - 23.4375rem) / 66.5625)), 4rem);
        line-height: 1;
        font-weight: bold;
        color: #FFF;
    }
    p {
        font-size: 1rem;
        color: #FFF;
        padding: 1rem 0 0 0;
        text-align: left;
    }
    .cta-primary-button {
        font-weight: bold;
        display: inline-block;
        margin: 2rem 0 0 0;
        padding: 0.75rem 1.5rem;
        border-radius: 9999px;
        transition-property: all;
        transition-duration: 500ms;
        background-color: #CCF88E;
        color: #0B291A;
        &:hover {
            background-color: #E9FCCE;
        }
    }
    .video-row {
        max-width: 80rem;
        margin: 0 auto;
        padding: 6rem 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center; 
        column-gap: 1rem;
        .video-container {
            padding: 0 0 0 4rem;
        }
        .video-mask {            
            width: 100%;
            aspect-ratio: 542 / 454;
            overflow: hidden;
            -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 542 454' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path fill='black' d='M0.113586 44.0196C-1.24267 28.8156 9.69634 15.3398 24.8857 13.8283C72.8426 9.05626 176.287 0 270.676 0C365.065 0 468.509 9.05626 516.466 13.8283C531.656 15.3398 542.595 28.8156 541.239 44.0196L507.028 427.529C505.596 443.578 491.05 455.219 475.046 453.357C432.786 448.441 351.017 440.347 270.676 440.347C190.335 440.347 108.566 448.441 66.3066 453.357C50.3017 455.219 35.7557 443.579 34.324 427.529L0.113586 44.0196Z'/></svg>") center / 100% 100% no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 542 454' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path fill='black' d='M0.113586 44.0196C-1.24267 28.8156 9.69634 15.3398 24.8857 13.8283C72.8426 9.05626 176.287 0 270.676 0C365.065 0 468.509 9.05626 516.466 13.8283C531.656 15.3398 542.595 28.8156 541.239 44.0196L507.028 427.529C505.596 443.578 491.05 455.219 475.046 453.357C432.786 448.441 351.017 440.347 270.676 440.347C190.335 440.347 108.566 448.441 66.3066 453.357C50.3017 455.219 35.7557 443.579 34.324 427.529L0.113586 44.0196Z'/></svg>") center / 100% 100% no-repeat;            
        }
        .video {
            width: 100%;
            height: 100%;        
            object-fit: cover;
            object-position: center;                    
        }
    }    
    .image-row{
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .content-column{
        max-width: 80rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        align-items: center; 
        position: relative;
        z-index: 2;
        height: 575px;
    }
    .content-column img {
        display: none;
    }
    .image-column {
        inset: 0 auto auto 0;
        position: absolute;
        width: 100%;
    }
    .image-column img {
        margin: 0 0 0 auto;
        height: 575px;        
    }
    .content-wrapper { 
        /* padding: 0 4rem 0 0; */
        max-width: 100%;
    }
    @media (max-width: 1400px) {
        .video-row {
            margin: 0;
            padding: 6rem 1.5rem;
        }
        .content-column {
            padding: 0 1.5rem;
            height: 500px;
        }
        .image-column img {
            height: 500px;
            /* transform: translateX(150px); */
        }
        .content-wrapper { 
            padding: 0 4rem 0 0;        
        }
    }
    @media (max-width: 1024px) {
        .content-wrapper {            
            padding: 0 1.5rem;
            display: flex;
            flex-flow: column;
            align-items: center;
            text-align: center;
         }
         p{
            text-align: center;
         }
        .content-column {
            height: 100%;
            grid-template-columns: 1fr;
            padding: 6rem 0 0 0;
        }
        .content-column img {
            display: block;
            margin: 2rem 0 0 0;
            width: 100%;
        }
        .image-column img {
            display: none;
        }
    }
    @media (max-width: 768px) {
        .video-row {
            grid-template-columns: 1fr;
        }
        .video-container {
            padding: 3rem 0 0 0 !important;
        }
    }   
}
.call-to-action-legal-container {
    width: 100% !important;
    max-width: 100% !important;
}
.call-to-action-legal {
    margin: 0 auto;
    max-width: 736px;
    display: flex;
    flex-flow: column;
    align-items: center;    
    padding: 3rem 1.5rem;
    text-align: center;
    p:last-of-type {
        font-size: 0.875rem;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    .call-to-action-legal {
        padding: 2rem 1.5rem;
    }
}