@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.header,.navbar{background:var(--color-bg)}.navbar-nav,body{font-family:var(--font-family)}.footer_content a,a{text-decoration:none}*{box-sizing:border-box;padding:0;margin:0}:root{--font-family:"Poppins",sans-serif;--color-bg:#4F4A45;--color-footer:#031B34;--color-blog:#042c54;--color-text:#4F4A45;--color-subtext:#6C5F5B;--color-white:#ffffff;--color-grey-bk:#FDF0D1}html{scroll-behavior:smooth}body{background:#fff}a{color:var(--color-text)}a:hover{color:var(--color-subtext)}.section__padding{padding:4rem 6rem!important}.section__margin{margin:4rem 6rem!important}.scale-up-center{-webkit-animation:.4s cubic-bezier(.39,.575,.565,1) both scale-up-center;animation:.4s cubic-bezier(.39,.575,.565,1) both scale-up-center}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem!important}.section__margin{margin:4rem!important}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem!important}.section__margin{margin:4rem 2rem!important}}.header{box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.navbar{top:0;width:100%}.navbar-nav{font-size:50px!important}.logo img{width:85%;height:85%}.navbar .navbar-icon{display:inline-block;width:1.8em;height:1.8em;vertical-align:middle;background-image:url('../hamburger.svg');background-repeat:no-repeat;background-position:center;background-size:100%}.contact_section,.services_column-content:hover{background:var(--color-grey-bk)}.navbar .navbar-toggler{border:none!important}.navbar .navbar-toggler:focus{border:none;outline:0;box-shadow:none}.navbar-nav .nav-link{font-family:var(--font-family)!important;font-size:16px!important;font-weight:500!important;line-height:30px!important;color:#fff!important}.navbar-nav .nav-item.active{color:red}.navbar-nav .nav-link.active{position:absolute}.navbar-nav .nav-link.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:red;transform:scaleX(0);transform-origin:bottom left;transition:transform .3s}.navbar-nav .nav-link.active:hover::after{transform:scaleX(1)}@media screen and (max-width:950px){.navbar-brand{flex:1}.navbar-nav .nav-link{font-size:14px!important;line-height:30px!important}.navbar-brand img{align-items:center!important;width:100%;max-width:150px;height:100%}}@media screen and (max-width:1400px){.navbar-brand{flex:1}.navbar-nav .nav-link{font-size:14px!important;line-height:30px!important}}.faq_section,.services_section{padding:5rem 0!important}.faq_container-content,.services_container-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px 10px}.faq_container-accordian{padding:30px}.faq_container-content h2,.services_container-content h2{font-family:var(--font-family);font-size:40px;font-weight:700;text-align:center;color:var(--color-text)}.faq_container-accordian-content{border-bottom:1px solid var(--color-subtext)!important}.faq_container-accordian-content .accordion-body{font-family:var(--font-family)!important;font-size:16px!important;color:var(--color-text);padding-top:30px;padding-bottom:30px}.faq_container-accordian-content .accordion-button:not(.collapsed){color:#fff;background-color:var(--color-subtext)!important;outline:0}.faq_container-accordian-content .accordion-button{font-family:var(--font-family);font-size:18px!important;font-weight:500!important;line-height:35px;color:var(--color-text);outline:0}.faq_container-accordian-content .accordion-button::after{display:flex;background-image:url('../accordian-angle-down.svg');background-repeat:no-repeat;background-position:center center}.faq_container-accordian-content .accordion-button:not(.collapsed)::after{background-image:url('../accordian-angle-down.svg')}.accordion-button:focus,.accordion-button:not(.collapsed){box-shadow:none!important;border-color:var(--color-bg)}.acc-list li{list-style:none}.acc-list h3{font-family:var(--font-family);font-size:20px}@media screen and (max-width:590px){.faq_container-content h2{font-size:25px!important;line-height:35px!important}}@media screen and (max-width:768px){.faq_container-content h2{font-size:30px;padding:0!important;line-height:45px}}.services_container{max-width:1500px!important}.services_column{display:flex;flex-direction:row;justify-content:center}.services_column-content{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #000;padding:20px!important;height:245px}:nth-child(3),div.services_column-content:nth-child(2){border-left:0}.services_container-column-content-img img{width:25%;height:100%}.service_hover-element-button{padding-top:50px;display:flex;flex:1;justify-content:space-between}.service_hover-element-button_text{font-family:var(--font-family);font-weight:600;font-size:20px;color:var(--color-text)}.service_hover-element-button-image img{width:150%;height:18px}.services_column-content:hover .service_hover-element-button .service_hover-element-button_text{color:transparent;position:relative;width:100%;top:0}.services_column-content:hover .service_hover-element-button .service_hover-element-button_text::after{content:attr(data-hover);font-size:16px;font-weight:400;color:#000;position:absolute;top:-40px;display:block;opacity:1;animation:1s fadeIn}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@media screen and (max-width:590px){.services_section{padding:2rem 0!important}.services_column{flex-direction:column!important}.services_column-content{width:100%!important;border:1px solid #c7c7c7!important}.services_container-content h2{font-size:25px;line-height:35px}.services_start{justify-content:center!important}.services_column-content:hover .service_hover-element-button .service_hover-element-button_text::after{top:-55px!important}}@media screen and (max-width:768px){.services_column,.services_start{justify-content:center!important}.services_column-content{width:100%!important;max-width:540px!important;border:1px solid #c7c7c7!important;height:320px}.services_column-content:hover .service_hover-element-button .service_hover-element-button_text::after{top:-45px}}.contact_section{padding:5rem 0!important}.contact_row{justify-content:space-between}.contact_column{display:flex;justify-content:center;align-items:center}.contact_content{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;padding-left:80px;text-align:center}.contact_content h2{font-family:var(--font-family);font-weight:700;font-size:40px;line-height:48px;color:var(--color-text);padding-bottom:20px;border-bottom:1px dotted #181818;width:100%}.contact_content h3,.contact_content p{font-family:var(--font-family);padding:0 100px}.contact_content h3{font-size:28px;color:var(--color-text);font-weight:600}.contact_content p{font-size:16px;font-weight:400}.contact_form label,.footer_content h3{font-weight:600;font-family:var(--font-family)}.contact_content-list{font-family:var(--font-family);font-size:16px;color:var(--color-text);list-style:none;padding:2rem!important;display:flex;flex-direction:column;align-items:center}.contact_content-list-row{padding-bottom:20px;border-bottom:1px dotted #181818}.contact_content-list svg{fill:#FF6D21}.contact_content-list a{list-style:none;text-decoration:none;color:var(--color-text)}.contact_form label{font-size:18px;line-height:35px;color:var(--color-text)}.contact_form input,.contact_form select,.contact_form textarea{font-family:var(--font-family);font-size:16px!important}.contact_form input[type=submit]{background:var(--color-subtext)!important;border:none;padding:10px 50px;outline:0;border-radius:5px;color:#fff;font-weight:500}@media screen and (max-width:590px){.contact_section{padding:3rem 0!important;background:var(--color-grey-bk)}.contact_content h2{font-size:25px;line-height:35px}.contact_content h3,.contact_content p{padding:0}.contact_start{display:flex;justify-content:center}.contact_row{gap:25px}.contact_content{padding:20px!important}.contact_form{display:flex;justify-content:center;align-items:center}.footer_row{display:flex;flex-direction:column!important;gap:25px}}@media screen and (max-width:768px){.contact_start{display:flex;justify-content:center}.contact_content{padding:20px!important}.contact_form{display:flex;justify-content:center;align-items:center}.footer_row{display:flex;flex-direction:column!important;gap:25px}}.footer_section{padding:5rem 0 0!important;background:var(--color-bg)}.footer_content{padding-top:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.footer_content h3{color:#fff;font-size:20px;line-height:20px}.footer_content .footer_content_list{display:flex;flex-direction:column;list-style:none;justify-content:flex-start;align-items:flex-start;padding:5px 0;font-family:var(--font-family);color:#fff;font-size:16px;font-weight:400;line-height:35px}.footer_logo a.navbar-brand.logo{font-size:40px;padding:0!important;margin:0!important}.benefits_container_col-content img,.footer_logo img{height:100%}.footer_content a{color:#fff}.footer_content a:hover{color:var(--color-grey-bk)}.social_icons{padding:1rem}.social_icons-style{width:25px!important;fill:var(--color-white)}.copyright{margin-top:1rem!important;padding:1rem 0;border-top:1px solid #fff}.copyright_content p{font-family:var(--font-family);color:var(--color-white);font-size:14px!important;line-height:35px}.legal_container-content h1,.legal_container-content h3,.legal_container-content p{color:var(--color-text);font-family:var(--font-family)}.legal_section{padding:5rem!important}.legal_container-content h1{font-size:62px;font-weight:800;line-height:75px;text-align:center}.legal_container-content h3{font-size:30px;font-weight:700;line-height:40px}.legal_container-content p{font-size:16px;font-weight:400;line-height:30px}.app_section,.legal_container-content-display{padding:5rem}@media screen and (max-width:590px){.legal_section{padding:2rem 0!important}.legal_container-content h1{font-size:28px;line-height:35px}.legal_container-content h3{font-size:20px;line-height:40px}.legal_container-content-display{padding:1rem}}@media screen and (max-width:768px){.legal_section{padding:2rem 0!important;margin-top:80px}.legal_container-content h1{font-size:30px;line-height:35px}.legal_container-content h3{font-size:25px;line-height:40px}.legal_container-content-display{padding:1rem!important}}.services_page-section{height:88vh;background:url('../services_images/live-stream-banner.webp') top center/cover no-repeat}.service_page-section_content{display:flex;flex-direction:column;gap:15px}.service_page-section_content h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px;color:#fff;text-align:left}.service_page-section_content p{font-family:var(--font-family);font-size:18px;font-weight:500;line-height:35px;text-align:left;color:#fff;padding-right:20rem}.service_page-section_button,.service_page-section_content a{font-weight:600;color:#fff;text-align:center;font-family:var(--font-family);background:var(--color-subtext);text-decoration:none}.service_page-section_content a{padding:15px!important;border:none;outline:0;border-radius:5px;font-size:18px;width:25%}.service_page-section_button{border:none;border-radius:5px;font-size:16px;padding:20px}.service_page-section_button:hover{color:#fff!important}.benefits_section{padding:5rem;background:var(--color-grey-bk)}.app_container-content h2,.benefits_section_container-content h2{font-family:var(--font-family);font-size:40px;font-weight:700;line-height:55px;color:var(--color-text);text-align:center;padding-bottom:10px 20px}.benefits_container_col-content h2,.benefits_container_col-content p{font-family:var(--font-family);line-height:30px;text-align:center;color:var(--color-text)}.benefits_container-row{padding-top:1.5rem;padding-bottom:1.5rem}.benefits_container_col-content{display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center;padding:30px!important;margin:10px!important;box-shadow:0 0 15px rgba(0,0,0,.1);border-radius:15px;background:#fff}.benefits_container_col-content h2{font-size:25px;font-weight:600}.benefits_container_col-content p{font-size:16px;font-weight:400}.app_container_row-content h3,.app_container_row-content li{font-family:var(--font-family);line-height:35px;color:var(--color-white)}.app_list{display:flex;flex-direction:column;background:var(--color-bg);gap:10px;border:1px solid #181818;padding:20px}.app_container_row-content h3{font-size:30px;font-weight:600;padding-left:12px}.app_container_row-content img{width:100%!important;height:100%}.app_container_row-content ol{padding-right:50px}.app_container_row-content li{font-size:16px;list-style-position:outside;padding-left:10px}.menu-offcanvas{background:var(--color-bg)!important}.menu-offcanvas ul{padding-left:20px}@media screen and (max-width:590px){.services_page-section{padding:5rem 1rem!important;margin-top:90px}.services_page-section-row{justify-content:center;align-items:center}.service_page-section_content{display:flex;justify-content:center;flex-direction:column;align-items:center}.service_page-section_content h1{font-size:28px!important;line-height:35px!important;text-align:center!important}.service_page-section_content p{font-size:16px!important;line-height:25px;padding:0!important;text-align:center}.service_page-section_content a{width:80%;text-align:center}.services_page-section-col{width:100%}.app_container-content h2,.benefits_section_container-content h2{font-size:25px!important;padding:0!important;line-height:35px!important}.benefits_section{padding:5rem 2rem}.benefits_container-row{flex-direction:column;justify-content:center}.benefits_container_col-content h2{font-size:20px;line-height:30px}.benefits_container_col-content p{font-size:15px;line-height:25px}.app_section{padding:5rem 0!important}.app_container_row-content{flex-direction:column!important;justify-content:center;align-items:center;padding:20px 10px}.app_container_col{flex-direction:column}.app_left-column{width:100%!important}.app_list{justify-content:flex-start;align-items:flex-start;padding:25px}.app_container_row-content ol{padding:10px}}@media screen and (max-width:768px){.services_page-section{padding:5rem 1rem}.services_page-section-row{justify-content:center;align-items:center}.service_page-section_content{display:flex;justify-content:center;flex-direction:column;align-items:center}.service_page-section_content h1{font-size:28px!important;line-height:35px!important;text-align:center!important}.service_page-section_content p{font-size:16px!important;line-height:25px!important;padding:0!important;text-align:center}.service_page-section_content a{width:80%;text-align:center}.services_page-section-col{width:100%}.app_container-content h2,.benefits_section_container-content h2{font-size:25px!important;padding:0!important;line-height:35px!important}.benefits_container-row{flex-direction:column}.benefits_container_col-content{width:auto!important}.benefits_container_col-content h2{font-size:20px;line-height:30px}.benefits_container_col-content p{font-size:15px;line-height:25px}.app_container_row-content{flex-direction:column;justify-content:center;align-items:center;padding:20px 10px}.app_left-column{width:100%!important}.app_list{justify-content:flex-start;align-items:flex-start}.app_container_row-content ul{padding:10px}}@media screen and (max-width:950px){.faq_container-content h2{font-size:30px;padding:0;line-height:45px}.contact_start{display:flex;justify-content:center}.contact_content{padding:0!important}.footer_row{display:flex;flex-direction:column;gap:25px}.footer_logo img{width:100%;max-width:190px;height:100%}.services_page-section{padding:5rem 3rem}.services_page-section-row{justify-content:center;align-items:center}.service_page-section_content{display:flex;justify-content:center;flex-direction:column;align-items:center}.service_page-section_content h1{text-align:center!important}.service_page-section_content p{padding:0!important;text-align:center!important}.service_page-section_content a{width:80%;text-align:center}.benefits_container-row{justify-content:center}.col.benefits_container_col-content{flex:0 0 auto!important;width:41.66666667%}.benefits_container_col-content h2{font-size:20px;line-height:30px}.benefits_container_col-content p{font-size:15px;line-height:25px}.app_container_row-content{flex-direction:column;justify-content:center;align-items:center;padding:20px 10px}.app_left-column{width:100%!important}.app_list{justify-content:flex-start;align-items:flex-start}.app_container_row-content ul{padding:10px}}@media screen and (max-width:1525px){.benefits_container_col-content{justify-content:center;flex-direction:column;align-items:center}.benefits_container_col-content h2{text-align:center;font-size:20px!important}.benefits_container_col-content p{font-size:15px}}.error_content a,.error_content p{font-family:var(--font-family);font-size:18px;text-align:center}.services_page-section.video-banner{background:url('../services_images/video-mod-banner.webp') right center/cover}.services_page-section.short-video-moderation-banner{background:url('../services_images/short-video-moderation-banner.webp') top right/cover}.services_page-section.video-main-banner{background:url('../services_images/video-main-moderation.webp') top right/cover no-repeat}@media screen and (max-width:590px){.services_page-section.video-main-banner{background:url('../services_images/video-main-banner-mobile.webp') center center/cover!important}.services_page-section{background:url('../services_images/live-stream-banner-mobile.webp') 0 0/cover!important}.services_page-section.short-video-moderation-banner{background:url('../services_images/short-video-review-mobile.webp') center/cover!important}.services_page-section.video-banner{background:url('../services_images/video-mod-banner-mobile.webp') center/cover!important}}@media screen and (max-width:768px){.services_page-section.video-main-banner{background:url('../services_images/video-main-banner-mobile.webp') 0 0/cover no-repeat;background-position:top center!important}.services_page-section.short-video-moderation-banner{background:url('../services_images/short-video-review-mobile.webp') top center/cover no-repeat}}@media screen and (max-width:1200px){.faq_container-content h2{padding:0 80px}.col-lg-3.col-md-5.services_column-content,.col.benefits_container_col-content{flex:0 0 auto;width:41.66666667%}.services_column-content{border:1px solid #c7c7c7!important;height:320px}.footer_row{display:flex;justify-content:center;gap:25px}.footer-empty-column{display:none}.services_page-section{padding:8rem 3rem}.service_page-section_content h1{font-size:60px}.service_page-section_content p{padding:0 10rem 0 0}.benefits_container-row{justify-content:center}.app_left-column{display:flex;flex-direction:column;justify-content:center;padding:0!important}.app_container_row-content ul{padding-left:10px;padding-right:0}.app_container_row-content h3{font-size:25px;line-height:20px}.app_container_row-content li{line-height:30px}.app_container_row-content img{width:50%;height:100%;object-fit:cover}.services_page-section.video-main-banner{background-position:top center}}.services_section.related-service{background:var(--color-grey-bk)!important}.error_content h1{font-family:var(--font-family);text-align:center;line-height:35px;padding-bottom:20px}.error_content p{padding:0 150px 20px;line-height:35px}.error_content a{padding:15px 65px!important;background:var(--color-subtext);border:none;outline:0;border-radius:5px;font-weight:600;color:#fff;text-decoration:none}@media screen and (max-width:990px){.services_start{justify-content:center}.services_column.services_main{justify-content:flex-start}.services_column div:nth-child(3){border-top:0!important}.services_column-content{border:1px solid #c7c7c7!important;height:320px}legal_section{padding:2rem!important}.error_content h1,.legal_container-content h1{font-size:30px;line-height:35px}.legal_container-content h3{font-size:25px;line-height:40px}.legal_container-content-display{padding:2rem}.services_page-section.video-main-banner{background-position:top center}.error_content p{padding:0 2rem}}@media screen and (max-width:768px){.error{padding:5rem 0;margin-top:70px}.error_content h1{font-size:25px;line-height:35px}.error_content p{padding:0 2rem}}@media screen and (max-width:590px){.error{padding:4rem 0!important}}.errors{font-size:14px;margin-top:10px;color:#ff0000;}