/** Shopify CDN: Minification failed

Line 115:0 Unexpected "}"

**/
.furnee-video-section .watch-more {display:inline-block; color:var( --color-foreground); font-size:14px; text-decoration:none; display:flex; justify-content:center; align-items:center; width:60px; height:60px; background:transparent; border-radius:50%; transition:all 0.3s linear; -webkit-animation:ripple 1s linear infinite; animation:ripple 1s linear infinite; position:absolute; border:2px solid var(--gradient-base-background-1); z-index:1;}

@keyframes ripple {
0% {box-shadow:0 0 0 0 rgba(255, 255, 255 , 0.05), 0 0 0 10px rgba(255, 255, 255 , 0.05), 0 0 0 30px rgba(255, 255, 255 , 0.05), 0 0 0 50px rgba(255, 255, 255 , 0.05);}
100% {box-shadow:0 0 0 10px rgba(255, 255, 255 , 0.05), 0 0 0 30px rgba(255, 255, 255 , 0.05), 0 0 0 50px rgba(255, 255, 255 , 0.05), 0 0 0 80px rgba(255, 255, 255 , 0);}
}

.furnee-video-section .video-play-icon {display:flex; justify-content:center; align-items:center;}
.furnee-video-section .video-section .grid-with-video .video-block .video-play-icon .watch-more:hover svg, .furnee-video-section .watch-more:hover, .watch-more:focus, .watch-more:active {color:var(--color-icon); border-color:var(--gradient-base-accent-1);}
.furnee-video-section svg.icon.icon-play {height:20px; width:20px;}
body.gradient.overlay-active {overflow-y:hidden;}
.furnee-video-section .modal {display:none; position:fixed; z-index:1; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0, 0, 0, 0.9);}
.furnee-video-section .grid-video-popup {display:none; z-index:2; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); border:1px solid #ccc; padding:10px 20px; background-color:#fff; border-radius:4px; animation:fadeIn var(--anim-time) ease both;}
.furnee-video-section .grid-video-popup.visible {display:block;}
.furnee-video-section .grid-video-popup .close {position:absolute; right:0px; top:-15px; font-weight:900; font-size:28px; color:black; padding:5px 10px; border-bottom:none; cursor:pointer;}
.furnee-video-section .video-wrapper {width:730px; margin:30px auto;}

@media only screen and (max-width: 991px) {
.furnee-video-section .video-wrapper {width:500px;}
}

@media only screen and (max-width: 560px) {
.furnee-video-section .video-wrapper {width:300px;}
}

@media only screen and (max-width: 420px) {
.furnee-video-section .video-wrapper {width:350px;}
}

.furnee-video-section .video-wrapper .video-container {position:relative; padding-bottom:55.25%; height:0; overflow:hidden;}
.furnee-video-section .video-wrapper .video-container iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.furnee-video-section .video-section {height:100%; display:flex; flex-direction:column; justify-content:center;}
.furnee-video-section .video-banner .video-section__content p {font-family:var(--font-body-family); font-weight:400; font-size:1.8rem; padding:0; margin-bottom:35px;}
.furnee-video-section .video-play-icon, .video-section .grid-with-video .video-block .video-play-icon img {height:100%; width:100%;}
.furnee-video-section .video-section__content {text-align:center;}
.furnee-video-section .grid-with-video {display:flex; flex-direction:row; align-items:center;justify-content:space-between;}
.furnee-video-section .support {display:flex; gap:10px; align-items:center; }
.furnee-video-section .video-section__content .title-wrapper-with-link {text-align:left; flex-direction:unset; width:100%; max-width: 80rem;
    padding: 40px 100px 40px 0px; margin:0; position:relative; transform:translate(20%, 0px);}
.furnee-video-section .title-wrapper-with-link .title{text-align:left;}
.furnee-video-section .video-section .grid-with-video .video-block {width:50%;}
.furnee-video-section .video-section .grid-with-video .grid-block {width:50%;}
.furnee-video-section .video-section .grid-with-video .video-block .video-play-icon img {transform:translateY(0px);}
.furnee-video-section .img-icon { width: 20px; height: 20px;animation: rotate 20s linear infinite;  -webkit-animation: rotate 20s linear infinite;}
@keyframes rotate{
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.furnee-video-section .video-section .grid-with-video .video-block {position:relative;}
.furnee-video-section .video-section .grid-with-video .video-block:before {position:absolute; content:''; height:100%; width:100%; background:var(--gradient-base-accent-1); opacity:0.2; inset:0; z-index:1;}
.furnee-video-section .video-section .grid-with-video .video-block:hover::before {position:absolute; content:''; height:100%; width:100%; background:var(--gradient-base-accent-1); opacity:0.5; inset:0; z-index:1;}

.furnee-video-section .video-section .grid-with-video .video-block .video-play-icon .watch-more {transform:translateY(0px);}
.furnee-video-section .video-section__content .title-wrapper-with-link .support-wrapper .support h2 {font-family:var(--font-body-family); font-size:1.8rem; text-transform:initial; margin-bottom:0; margin-top:0;}
.furnee-video-section .video-banner .video-section__content .support-wrapper .support img {transition:all 0.3s linear; height:auto; width:auto;}
.furnee-video-section svg.icon.icon-play {color:var(--gradient-base-background-1);}
.furnee-video-section .video-section .video-block .video-content {position:absolute; text-align:center; z-index:2;}
.furnee-video-section .video-section .video-block .video-content h2 {margin-bottom:25rem; font-size:4.8rem;}
.furnee-video-section .video-section__content .support-wrapper {display:grid; width:100%; margin-bottom:4rem; grid-template-columns:1fr; column-gap:30px;row-gap: 30px;}
.furnee-video-section .video-banner {height:100%;}
.furnee-video-section .video-section .container {padding-left:0rem; padding-right:0rem;}

@media screen and (max-width: 1540px) {
.furnee-video-section .video-section__content .title-wrapper-with-link {transform:translate(0%, 0px);}
}

@media screen and (min-width: 991px) {
.furnee-video-section .video-banner .video-section__content p {text-align:left;}
}

@media only screen and (max-width:1850px) and (min-width:1200px) {
  .furnee-video-section .video-section .grid-with-video .video-block { width: 45%;}
.furnee-video-section .video-section__content .title-wrapper-with-link {width:100%; max-width:70rem; padding:40px 60px 20px;}
}

@media only screen and (max-width:1440px) {
.furnee-video-section .video-banner .video-section__content p {font-size:1.6rem;}
  .furnee-video-section .video-section__content .title-wrapper-with-link .title {font-size: 5rem;}
}

@media only screen and (max-width:1200px) {
.furnee-video-section .video-section__content .title-wrapper-with-link .support-wrapper .support h2 {font-size:1.8rem;}
  .furnee-video-section .video-section .grid-with-video .video-block { width: 50%;}
.furnee-video-section .video-section__content .title-wrapper-with-link {width:100%; max-width:100%; margin:auto; padding:80px 60px 40px;}
.furnee-video-section .video-section .video-block .video-content h2 {font-size:3.6rem;}
  .furnee-video-section .video-section__content .title-wrapper-with-link .title {font-size: 4rem;}
}

.furnee-video-section .video-section__content .title-wrapper-with-link .title {margin-bottom:30px; line-height:1.5;}

@media only screen and (max-width:991px) {
.furnee-video-section .grid-with-video {flex-direction:column;}
.furnee-video-section .video-section .grid-with-video .video-block, .furnee-video-section .video-section .grid-with-video .grid-block {width:100%;}
.furnee-video-section .video-section__content {max-width:100%;}
.furnee-video-section .video-section__content .title-wrapper-with-link .support-wrapper .support h2 {font-size:1.6rem;}
  .furnee-video-section .video-section__content .title-wrapper-with-link .title {font-size: 5rem;}
}

@media only screen and (max-width:767px) {
.furnee-video-section .grid-with-video {gap:30px; flex-direction:column;}
.furnee-video-section .video-section .grid-with-video .grid-block, .video-section .grid-with-video .video-block {width:100%; max-width:100%;}
.furnee-video-section .video-section .grid-with-video .video-block {width:100%;}
.furnee-video-section .video-section__content .title-wrapper-with-link .title {margin-bottom:20px;}
 
}
}

.furnee-video-section .video-banner .video-section__content p {text-transform:none;}

@media only screen and (max-width:576px) {
.furnee-video-section .video-section .video-block .video-content h2 {margin-bottom:15rem;}

/* .furnee-video-section .support {flex-direction:column;} */
.furnee-video-section .video-section__content .title-wrapper-with-link {padding:30px 20px 10px;}
.furnee-video-section .video-section__content .support-wrapper {column-gap:10px;}
.furnee-video-section .video-section__content .title-wrapper-with-link .support-wrapper .support h2 {font-size:1.4rem;}
    .furnee-video-section .video-section__content .title-wrapper-with-link .title {font-size: 4rem;}
}