.ca-mod-videocontainer {
    width: 90%;
    max-width: 1680px;
    margin: 5rem auto !important;
    position: relative;
    box-sizing: border-box;
    padding: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    gap: 1rem;
    align-content: stretch;
}

.ca-mod-videocontainer::before {
    display: flex;
    justify-content: center;
    top: -7.5rem;
    color: #f7d5cb;
    content: "\f142";
    font-family: Font Awesome\ 6 Pro;
    font-size: 2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999999 !important;
}

.ca-mod-videoheader {
    margin: 0;
    text-align: center;
    flex: 1 1 20%;
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, rgb(192 132 119) 0%, rgba(201, 86, 61, 0.5032387955182073) 100%);
    padding: 2rem;
    border-radius: 40px;
    position: relative;
}

.ca-mod-videoheader:after {
    bottom: 1rem;
    color: #f7d5cbb8;
    content: "\e1e4";
    font-family: Font Awesome\ 6 Pro;
    font-size: 3rem;
    right: 1rem;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 999999 !important;
}

.ca-mod-videoheader h2 {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 400;
    font-size: 3.25rem;
    line-height: 3.75rem;
    margin: 0 auto 1.5rem;
    color: #fff;
}

.ca-mod-videoheader p, .ca-mod-videoheadercopy p {
    font-family: 'Quicksand','Source Sans 3', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 auto 20px;
    color: #fff;
}

/*.ca-mod-videovideo {
    /*padding: 1.875rem .5rem 2.5rem;
    border-radius: 2rem;
    /*border: .5px solid #e0e0e0;
    background-color: #FFF;
    /*box-shadow: inset 0px 0px 0px -4px rgb(255 255 255 / 7%), 1px 1px 6px rgb(0 0 0 / 7%), 1px 1px 50px rgb(0 0 0 / 20%);
}*/

.hs-video-container {
    max-width: 100% !important;
}

.ca-mod-video {
    position: relative;
}

.ca-mod-video iframe {
    border-radius: 40px !important;
}

.ca-mod-video video {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    padding: 0;
    background: #ffff;
    border-radius: 40px;
    box-shadow: none;
    box-sizing: border-box;
}

.ca-phone-speaker {
    height: 5px;
    width: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background: #e5e5e5;
    transform: translate(0, -10px);
}

.ca-mod-videobox {
    text-align: center;
    display: block;
    box-sizing: border-box;
    flex: 1 1 50%;
    width: 100%;
}

.ca-mod-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.ca-mod-controls:after {
    content: "\f04b";
    font-weight: 900;
    opacity: 0.75;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 2rem);
    display: flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 15rem;
    line-height: 4rem;
    color: #ffffff54;
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.ca-mod-controls:hover {
  color: #a90000;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.ca-mod-controls:hover:after {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.ca-phone-button {
    height: 10px;
    width: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background: #e5e5e5;
    transform: translate(0, 20px);
}

.ca-mod-videonombre {
    font-family: 'Quicksand','Source Sans 3', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 2rem;
}

.ca-mod-videocopy {
    margin: .5rem 2rem 0;
}

.ca-mod-videocopy p, .ca-mod-videocopy span {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 auto .5rem;
    font-style: italic;
    color: #313131;
}

.ca-mod-videocopy p:before {
    content: '"';
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: -.5rem;
    z-index: -1;
    color: #ccc;
    font-style: normal;
}

.ca-mod-videocopy p:after {
    content: '"';
    font-size: 1rem;
    line-height: 1.5rem;
    z-index: -1;
    color: #ccc;
    font-style: normal;
}
.ca-mod-videodate {
    margin: 0 2.15rem;
}
.ca-mod-videodate p {
    color: #313131;
    font-family: 'Titillium Web', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 0;
}

button.vjs-big-play-button.simple-play-button {
    background-color: #ffffff40 !important;
}

path#play {
    fill: #fff !important;
    opacity: .5 !important;
}

@media screen and (min-width: 1025px) {
   #video_square {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  #video_wide {
    display: none
  }
  .ca-mod-videocontainer {
    margin: 5rem auto 0 !important;
    padding: 1rem 0;
    flex-flow: column wrap;
    max-width: 95%;
  }
  .ca-mod-videocontainer::before {
    top: -6.5rem;
  }
  .ca-mod-video iframe {
    border-radius: 1.5rem !important;
}
  .ca-mod-videoheader {
    max-width: 960px;
    margin: 0rem auto !important;
    text-align: center;
    padding: 4rem 1rem;
}
  
.ca-mod-videoheader h2 {
        font-family: 'Quicksand', Arial, sans-serif;
        font-weight: 400;
        font-size: 2.75rem;
        line-height: 3rem;
        margin: 0rem auto 2rem !important;
        text-align: center;
        padding: 0 2rem 0;
    }
  .ca-mod-videoheadercopy {
    max-width: 80%;
    margin: 0 auto;
}

.ca-mod-videovideo {
    margin: 0 auto;
    max-width: 100%;
}
  
.ca-mod-video video {
    padding: .25rem;
    margin: 0 auto;
    max-width: 100%;
}
  
.ca-mod-video {
    min-width: 240px;
}
  
  .ca-mod-videobox {
    text-align: center;
    display: block;
    box-sizing: border-box;
    flex: 1 1 100%;
    width: 100%;
}
  
.ca-mod-videovideo:after {
    width: 4rem;
    height: 4rem;
    display: block;
    right: 30px;
    -ms-transform: none;
    transform: none;
}
  
.ca-mod-videocopy p, .ca-mod-videocopy span {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 auto;
    font-style: italic;
    color: #313131;
    text-align: center;
}
  .ca-mod-videonombre {
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: .625rem 1.25rem;
    text-align: center;
    color: #313131;
}
  .ca-mod-videodate {
    margin: .75rem 1.35rem;
    text-align: center;
}
  .ca-mod-videovideo:before, .ca-mod-videovideo:after {
    display: none;
}
}

@media screen and (max-width: 320px) {
.ca-mod-videoimg:before {
    content: '';
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    background-color: #a900001f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(0%) translateX(-20px) translateY(0%) translateY(-20px);
    transform: translateX(calc(0% - 20px)) translateY(calc(0% - 20px));
}
.ca-mod-videoimg:after {
    content: '';
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    background-color: #6b6b6b1f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(100%) translateX(40px) translateY(0%) translateY(-40px);
    transform: translateX(calc(100% + 40px)) translateY(calc(0% - 40px));
}
}

@media screen and (min-width: 321px) and (max-width: 410px) {
.ca-mod-videoimg:before {
    content: '';
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    background-color: #a900001f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(0%) translateX(-20px) translateY(0%) translateY(-20px);
    transform: translateX(calc(0% - 20px)) translateY(calc(0% - 20px));
}
.ca-mod-videoimg:after {
    content: '';
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    background-color: #6b6b6b1f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(100%) translateX(70px) translateY(0%) translateY(-40px);
    transform: translateX(calc(100% + 70px)) translateY(calc(0% - 40px));
}
}

@media screen and (min-width: 411px) and (max-width: 412px) {
.ca-mod-videoimg:before {
    content: '';
    width: 5rem;
    height: 5rem;
    display: block;
    position: absolute;
    background-color: #a900001f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(0%) translateX(-20px) translateY(0%) translateY(-20px);
    transform: translateX(calc(0% - 20px)) translateY(calc(0% - 20px));
}
.ca-mod-videoimg:after {
    content: '';
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    background-color: #6b6b6b1f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(100%) translateX(85px) translateY(0%) translateY(-40px);
    transform: translateX(calc(100% + 85px)) translateY(calc(0% - 40px));
}
}

@media screen and (min-width: 413px) and (max-width: 414px) {
.ca-mod-videoimg:before {
    content: '';
    width: 8rem;
    height: 8rem;
    display: block;
    position: absolute;
    background-color: #a900001f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(0%) translateX(-25px) translateY(0%) translateY(-25px);
    transform: translateX(calc(0% - 25px)) translateY(calc(0% - 25px));
}
.ca-mod-videoimg:after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    background-color: #6b6b6b1f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(100%) translateX(55px) translateY(0%) translateY(-55px);
    transform: translateX(calc(100% + 55px)) translateY(calc(0% - 55px));
}
}

@media screen and (min-width: 600px) and (max-width: 768px) {
.ca-mod-videoimg:before {
    content: '';
    width: 8rem;
    height: 8rem;
    display: block;
    position: absolute;
    background-color: #a900001f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(0%) translateX(-25px) translateY(0%) translateY(-25px);
    transform: translateX(calc(0% - 25px)) translateY(calc(0% - 25px));
}
.ca-mod-videoimg:after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    background-color: #6b6b6b1f;
    border-radius: 10%;
    z-index: -1;
    -ms-transform: translateX(100%) translateX(20px) translateY(0%) translateY(-50px);
    transform: translateX(calc(100% + 20px)) translateY(calc(0% - 50px));
}
}

.playing {
  opacity: 0;
}

.paused {
  opacity: 1;
}