@import"https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;900&display=swap";.button[data-v-355e522f]{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--dr-orange);box-shadow:0 2px 4px #0000000d;border-radius:100px;color:#fff;letter-spacing:-.01em;box-sizing:border-box;padding:8px 34px}.button[data-v-355e522f]:hover{cursor:pointer}.button[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--dr-orange-hover);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button>*[data-v-355e522f]{position:relative;z-index:1}.button.black[data-v-355e522f]{position:relative;overflow:hidden;background:var(--black-color)}.button.black[data-v-355e522f]:hover{cursor:pointer}.button.black[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button.black[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--dark-color-300);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button.black>*[data-v-355e522f]{position:relative;z-index:1}.button.black>span[data-v-355e522f]{color:var(--white-color)}.button.green[data-v-355e522f]{position:relative;overflow:hidden;background:var(--lavender-color-200)}.button.green[data-v-355e522f]:hover{cursor:pointer}.button.green[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button.green[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--lavender-color-300);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button.green>*[data-v-355e522f]{position:relative;z-index:1}.button.yellow[data-v-355e522f]{position:relative;overflow:hidden;border-radius:45px;background:var(--yellow-color-100);padding:14px 20px}.button.yellow[data-v-355e522f]:hover{cursor:pointer}.button.yellow[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button.yellow[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--secondary-700);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button.yellow>*[data-v-355e522f]{position:relative;z-index:1}.button.lavender[data-v-355e522f]{position:relative;overflow:hidden;background:var(--lavender-color-500)}.button.lavender[data-v-355e522f]:hover{cursor:pointer}.button.lavender[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button.lavender[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--lavender-color-400);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button.lavender>*[data-v-355e522f]{position:relative;z-index:1}.button.pink[data-v-355e522f]{position:relative;overflow:hidden;background:var(--pink-color-200)}.button.pink[data-v-355e522f]:hover{cursor:pointer}.button.pink[data-v-355e522f]:hover:after{height:450%;width:110%;opacity:1}.button.pink[data-v-355e522f]:after{content:"";width:0;border-radius:50%;opacity:.5;transform:translate(-50%) translateY(-50%);position:absolute;background:none repeat scroll 0 0 var(--pink-color-100);height:0;left:50%;top:50%;z-index:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.button.pink>*[data-v-355e522f]{position:relative;z-index:1}.button>span[data-v-355e522f]{font-size:18px;font-weight:700;font-style:normal;line-height:32px;color:var(--black-color)}.button[data-v-355e522f]:disabled{background:gray!important}.button:disabled *[data-v-355e522f]{background:gray!important}.button[data-v-355e522f]:disabled:after{display:none}.form-input-group{margin-bottom:30px;width:100%;position:relative;border-radius:12px;border:1px solid #3F3F3F}.form-input-group label{position:absolute;font-size:16px;background:unset;padding:0 3px;left:12px;top:-19px}.form-input-group input{width:100%;padding:15px;border:none!important;outline:none!important;color:#fff;font-size:16px}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#47d78a}.v-toast__item--info{background-color:#1c85d5}.v-toast__item--warning{background-color:#febc22}.v-toast__item--error{background-color:#f7471c}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width: 768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}#signup_form .btn-sign-up{width:100%;height:48px;margin-top:50px;margin-bottom:10px}#signup_form p.desc{font-size:14px;line-height:150%}#signup_form p.desc a{color:#bbd945}#signup_form p.desc a :hover{color:#fad039}.advertisers-signup-modal{display:none}.advertisers-signup-modal.open{display:block;display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999;background:rgba(0,0,0,.3137254902)}.advertisers-signup-modal .advertisers-signup-modal-inner{background:#1D1D1B;width:90%;max-width:460px;border-radius:24px;padding:20px 30px}.advertisers-signup-modal .advertisers-signup-modal-inner .modal-header{display:flex;align-items:center;justify-content:space-between}.advertisers-signup-modal .advertisers-signup-modal-inner .modal-header .title{font-weight:600;font-size:28px;line-height:150%}.advertisers-signup-modal .advertisers-signup-modal-inner .modal-header .btn-close{cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.advertisers-signup-modal .advertisers-signup-modal-inner .modal-content{padding-top:50px}.dropdown[data-v-9046d208]{position:relative;display:inline-block}.dropdown[data-v-9046d208] .dropdown-menu[data-v-9046d208]{position:absolute;top:calc(100% + 5px);width:100%;border-radius:6px;z-index:1;background-color:#131313;min-width:160px;box-shadow:0 4px 4px #2828284d;padding:10px 16px;li[data-v-9046d208] {span[data-v-9046d208] {cursor: pointer; color: white; &[data-v-9046d208]:hover {color: #d9ff3f;}}}}@media (max-width: 767px){.dropdown .dropdown-menu[data-v-9046d208]{top:calc(100% - 25px)!important}}body.scroll-disabled{overflow:hidden!important}.desktop-nav .down-arrow{margin-left:15px;margin-bottom:-5px;transform:rotate(-90deg);font-size:15px}.desktop-nav .dropdown-container{display:flex;position:relative}.desktop-nav .dropdown-container:hover>.dropdown-content{display:block}.desktop-nav .dropdown-content{display:none;position:absolute;z-index:999;top:100%;left:-15px;background-color:#000;width:260px;padding:30px 10px 10px}.desktop-nav .dropdown-link{display:block;text-transform:capitalize;font-weight:600;padding:4px 10px;margin-right:0;font-size:20px;cursor:pointer;color:#fff;font-family:Poppins;line-height:32px;font-weight:400}.desktop-nav .dropdown-link.router-link-active{color:#d9ff3f}.nav-content .dropdown-link{display:flex!important;margin-bottom:20px;margin-top:-10px;margin-left:30px;font-weight:600;font-size:18px;color:#000}.header{background:#000;padding:25px var(--page-padding)}.header .header-content{display:flex;align-items:center;justify-content:space-between}.header .header-content .logo-wrapper{width:122px;height:30px;display:flex;align-items:center}.header .header-content .logo-wrapper a,.header .header-content .nav{display:flex;align-items:center}.header .header-content .nav .header-link{text-transform:capitalize;font-weight:600;padding:4px 10px;margin-right:30px;font-size:20px;cursor:pointer;color:#fff;font-family:Poppins;line-height:32px;font-weight:400}.header .header-content .nav .header-link.router-link-active{color:#d9ff3f}.header .header-content .nav .header-link.btn-login{background:transparent;padding:9px 68px;margin-right:20px;font-weight:600;line-height:32px;color:#d9ff3f;font-size:16px}.header .header-content .nav .header-link.btn-signup{margin-right:0;background:#d9ff3f;padding:9px 68px}.header .header-content .nav .header-link.btn-signup span{font-weight:600;line-height:32px;color:#333;font-size:16px}@media (max-width: 1439px){.header .header-content .nav .header-link{margin-right:10px}}@media (max-width: 1299px){.header .header-content .nav .header-link.btn-login,.header .header-content .nav .header-link.btn-signup{padding:6px 30px}.header .header-content .nav .header-link{margin-right:5px}}@media (max-width: 1100px){.header .header-content .nav .header-link,.dropdown-link{font-size:14px}.dropdown-content{width:200px}}@media (max-width: 991px){.header{position:fixed;width:100%;background:#000;z-index:10;padding:30px var(--page-padding);top:0}.header .header-content .nav .header-link.btn-signup{padding:9px 68px}.header .header-content .nav .header-link.btn-login{padding:4px 10px;color:#d9ff3f!important}.header .header-content .nav{padding:0!important}.header .header-content .nav .nav-content{padding:0;width:100%;height:100%;display:flex}.header .header-content .nav .nav-content .left{width:96px;height:100%}.header .header-content .nav .nav-content .left .top{width:100%;height:100px;background:#000}.header .header-content .nav .nav-content .left .bottom{width:100%;height:calc(100% - 100px);background:var(--dark-color-100)}.header .header-content .nav .nav-content .right{width:100%;display:block!important;padding-top:130px;padding-left:30px;position:relative}.header .header-content .nav .nav-content .right .btn-mobile-menu-close{position:absolute;top:29px;right:29px;background:transparent;width:32px;height:32px;padding:0!important;z-index:12}.header .header-content .nav .nav-content .right .btn-mobile-menu-close>span{width:100%;height:100%;display:block}.header .header-content .nav .nav-content .right .header-link{display:flex!important;margin-bottom:30px;font-weight:600;font-size:18px;color:#000}.header .header-content .nav.open{width:100%;transition:all .5s ease-in-out;padding-left:var(--page-padding);padding-right:var(--page-padding)}.header .header-content .nav{transition:all .5s ease-in-out;overflow:hidden;position:fixed;height:100vh;width:0px;background:#aaa7ff;display:flex;flex-direction:column;align-items:start;right:0;top:0;padding-left:0;padding-right:0;padding-top:var(--page-padding);z-index:11}.header .header-content .logo-wrapper a.onMobileToogle{position:fixed;z-index:12;left:var(--page-padding);top:31px}.header .header-content .nav .mobile-nav-menu-right-var{background:#000;width:96px;height:100%}}.footer[data-v-453f580f]{padding:20px var(--page-padding) var(--page-padding) var(--page-padding)}.footer .footer-content[data-v-453f580f]{display:flex;align-items:center;justify-content:space-between}.footer .footer-content .logo-wrapper[data-v-453f580f]{height:124px;padding:0 42px;border-radius:20px;background:#1d1d1b;display:flex;flex-direction:column;justify-content:center}.footer .footer-content .nav-wrapper[data-v-453f580f]{margin-left:20px;width:100%;padding:26px 40px;border-radius:20px;background:#1d1d1b;height:124px;display:flex}.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-right:118px}.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]:last-child{padding-right:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .top-nav-wrapper .nav[data-v-453f580f]{display:flex}.footer .footer-content .nav-wrapper .nav-column-wrapper .top-nav-wrapper .nav .nav-item-link[data-v-453f580f]{color:var(--lavender-color-400);font-size:14px;font-weight:600;line-height:24px;letter-spacing:.5px;text-transform:uppercase;margin-right:24px}.footer .footer-content .nav-wrapper .nav-column-wrapper .top-nav-wrapper .nav .nav-item-link[data-v-453f580f]:hover{color:var(--lavender-color-500)}.footer .footer-content .nav-wrapper .nav-column-wrapper .top-nav-wrapper .nav .nav-item-link[data-v-453f580f]:last-child{margin-right:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav[data-v-453f580f]{display:flex}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav .nav-item-link[data-v-453f580f]{display:block;color:#fff;font-family:Figtree;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-right:24px}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav .nav-item-link[data-v-453f580f]:last-child{margin-right:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav .nav-item-link.linkedin[data-v-453f580f]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:var(--primary-color-royal-blue, #495af3);margin-right:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown[data-v-453f580f]{position:relative}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown .dropdown-toggle.header-nav-item[data-v-453f580f]{cursor:pointer;font-size:14px;font-weight:600;color:var(--lavender-color-400)}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown .dropdown-toggle.header-nav-item[data-v-453f580f]:hover{color:var(--lavender-color-500)}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown .dropdown-menu[data-v-453f580f]{position:absolute;left:0;bottom:100%;display:flex;flex-direction:column;background:#1F1F1F;padding:5px 20px 5px 10px;z-index:1}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown .dropdown-menu .nav-item-link[data-v-453f580f]{color:#fff;padding:5px}.footer .footer-content .nav-wrapper .nav-column-wrapper .dropdown .dropdown-menu .nav-item-link[data-v-453f580f]:hover{color:var(--lavender-color-500)}@media (max-width: 1600px){.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]{padding-right:50px}}@media (max-width: 1299px){.footer .footer-content[data-v-453f580f]{display:block}.footer .footer-content .nav-wrapper[data-v-453f580f]{padding:25px 40px;margin-left:0;margin-top:20px}.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]{padding-right:50px}}@media (max-width: 1200px){.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]{padding-right:30px}}@media (max-width: 991px){.footer .footer-content .nav-wrapper[data-v-453f580f]{height:auto;display:block}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav[data-v-453f580f]{margin-top:15px}}@media (max-width: 768px){.footer[data-v-453f580f]{padding-bottom:250px}.footer .footer-content .nav-wrapper .nav-column-wrapper[data-v-453f580f]{padding-right:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper[data-v-453f580f]{padding-left:15px}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper.contact-us .nav[data-v-453f580f]{display:flex;align-items:center}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper.contact-us .nav .nav-item-link[data-v-453f580f]{margin-bottom:0}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav .dropdown .dropdown-toggle.header-nav-item[data-v-453f580f]{padding:6px}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav .dropdown[data-v-453f580f]{margin-bottom:12px}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav .dropdown .dropdown-menu[data-v-453f580f]{position:initial}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav .dropdown .dropdown-menu a[data-v-453f580f]{text-transform:capitalize;font-size:18px;font-weight:300}.footer .footer-content .nav-wrapper .nav-column-wrapper .nav .nav-item-link[data-v-453f580f]{padding:6px}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav[data-v-453f580f]{display:block}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav .nav-item-link[data-v-453f580f]{margin-bottom:12px}.footer .footer-content .nav-wrapper .nav-column-wrapper .bottom-nav-wrapper .nav .nav-item-link[data-v-453f580f]:last-child{margin-bottom:0}.footer .footer-content[data-v-453f580f]{padding:42px;background:var(--dark-color-200);border-radius:30px}.footer .footer-content .logo-wrapper[data-v-453f580f]{padding:0;height:auto;margin-top:0;border-radius:0;background:transparent}.footer .footer-content .nav-wrapper[data-v-453f580f]{padding:0;background:transparent;border-radius:0}}.loading-animation{display:flex;justify-content:center;align-items:center;height:100vh;position:fixed;width:100%;z-index:99999999;background:white}.loading-animation:not(.loading){display:none}.loader{position:relative;width:100px;height:100px}.loader span{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#3498db;transform-origin:center center;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(0);opacity:1}to{transform:scale(1.2);opacity:0}}/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:-webkit-grab;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}.c-scrollbar_thumb{background-color:#7e7b7b!important}:root{--primary-color-700: #2E2893;--primary-color-500: #4942F6;--primary-color-300: #7873FF;--primary-color-200: #BBB3FF;--primary-color-100: #F4F2FF;--secondary-700: #fad039;--secondary-600: #FFCA00;--secondary-500: #FFDA52;--secondary-400: #FFE891;--secondary-200: #FFF2C1;--type-light-gray: #F5F5F5;--black-color: #000;--white-color: #FFF;--dark-color-100: #131313;--dark-color-200: #1D1D1B;--dark-color-300: #101010;--yellow-color-100: #D9FF3F;--pink-color-100: #FFA7FB;--pink-color-200: #e59be2;--lavender-color-100: #AAA7FF;--lavender-color-200: #55FFA5;--lavender-color-300: #55e497;--lavender-color-400: #BBB3FF;--lavender-color-500: #a9a3e4;--page-padding: 56px}@media (max-width: 1919px){:root{--page-padding: 35px}}@media (max-width: 576px){:root{--page-padding: 16px}}html,button,body,div,form,img,a,input,textarea,h1,h2,h3,h4,h5,h6,p,ul,li,nav,header,footer,main{padding:0;margin:0;border:0;font-family:Figtree;font-weight:400;list-style-type:none!important;text-decoration:none;box-sizing:border-box;background:none}button:disabled{background-color:gray!important}body{background:#131313}.text-center{text-align:center}.container{margin:auto}@media (min-width: 300px){.container{padding:0 var(--page-padding)}}@media (min-width: 576px){.container{padding:0 var(--page-padding)}}@media (min-width: 768px){.container{padding:0 40px}}@media (min-width: 1440px){.container{width:1437px;padding:0}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-top{display:flex;align-items:start}.flex-bottom{display:flex;align-items:end}.flex-align-center{display:flex;align-items:center}.flex-space-between{display:flex;align-items:center;justify-content:space-between}.black{color:#000}.white{color:#fff}.bold{font-weight:700}@media (min-width: 300px){.hide{display:none!important}.block{display:block!important}.flex{display:flex!important}.inline{display:inline!important}}@media (min-width: 300px) and (max-width: 575px){.xs-hide{display:none!important}.xs-inline{display:inline!important}.xs-block{display:block!important}.xs-flex{display:flex!important}}@media (min-width: 576px) and (max-width: 767px){.sm-hide{display:none!important}.sm-inline{display:inline!important}.sm-block{display:block!important}.sm-flex{display:flex!important}}@media (min-width: 768px) and (max-width: 991px){.lg-hide{display:none!important}.lg-inline{display:inline!important}.lg-block{display:block!important}.lg-flex{display:flex!important}}@media (min-width: 992px) and (max-width: 1199px){.xl-hide{display:none!important}.xl-inline{display:inline!important}.xl-block{display:block!important}.xl-flex{display:flex!important}}@media (min-width: 1200px) and (max-width: 1439px){.xxl-hide{display:none!important}.xxl-inline{display:inline!important}.xxl-block{display:block!important}.xxl-flex{display:flex!important}}@media (min-width: 1440px){.xxxl-hide{display:none!important}.xxxl-inline{display:inline!important}.xxxl-block{display:block!important}.xxxl-flex{display:flex!important}}.slide-fade-enter-active{transition:all .15s ease-out}.slide-fade-leave-active{transition:all .15s ease-in}.slide-fade-enter-from,.slide-fade-leave-to{transform:translate(-500px)}.slide-left-enter-active{transition:all .15s ease-out}.slide-left-leave-active{transition:all .15s ease-in}.slide-left-enter-from,.slide-left-leave-to{transform:translate(500px)}.slide-right-enter-active{transition:all .15s ease-out}.slide-right-leave-active{transition:all .15s ease-in}.slide-right-enter-from,.slide-right-leave-to{transform:translate(-1500px)}.v-enter-active,.v-leave-active{transition:opacity .15s ease}.v-enter-from,.v-leave-to{opacity:0}.bounce-center-enter-active{animation:bounce-in-center .15s ease-out both}.bounce-center-leave-active{animation:bounce-in-center .15s reverse ease-in both}@keyframes bounce-in-center{0%{transform-origin:center;transform:translate(-50%,-50%) scale(0);left:50%;bottom:50%;margin:0!important}50%{transform-origin:center;transform:translate(-50%,-50%) scale(1.1);left:50%;top:50%}to{transform-origin:center;transform:translate(-50%,-50%) scale(1);left:50%;top:50%}}.bounce-enter-active{animation:bounce-in .15s ease-out both}.bounce-leave-active{animation:bounce-in .15s reverse ease-in both}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.slide-up-enter-active,.slide-up-leave-active{transition:all .15s ease-out}.slide-up-enter-from{opacity:0;transform:translateY(30px)}.slide-up-leave-to{opacity:0;transform:translateY(-30px)}.fade-move,.fade-enter-active,.fade-leave-active{transition:all .15s cubic-bezier(.55,0,.1,1)}.fade-leave-to{opacity:0;transform:translateY(-60px)}.fade-enter-from{opacity:0;transform:translateY(30px)}.popper{--popper-theme-background-color: #ffffff;--popper-theme-background-color-hover: #ffffff;--popper-theme-text-color: var(--dr-grey);--popper-theme-border-width: 1px;--popper-theme-border-style: solid;--popper-theme-border-color: var(--dr-blue);--popper-theme-border-radius: 4px;--popper-theme-padding: 8px 14px;--popper-theme-box-shadow: none;max-width:220px;box-sizing:border-box;text-align:left;font-size:12px}.popper>#arrow:before{border-top:1px solid var(--dr-blue)!important;border-left:1px solid var(--dr-blue)!important}body,p,div{font-family:Figtree;font-size:20px;font-style:normal;font-weight:400;line-height:32px;color:#fff}.btn-come[data-v-962a3b38]{width:278px}.homepage-banner{padding-top:195px;padding-bottom:195px;position:relative}.homepage-banner .bg{position:absolute;top:0;left:0;width:100%;height:100%}.homepage-banner .banner-inner{max-width:1070px;margin-left:auto;margin-right:auto;position:relative}.homepage-banner .banner-inner .i-star-01{position:absolute;top:-70px;right:-30px;scale:.5}.homepage-banner .banner-inner .i-star-02{position:absolute;top:25%;left:-200px}.homepage-banner .banner-inner .title{color:#fff;font-size:63px;font-weight:300;line-height:100px}.homepage-banner .banner-inner .title .text-boost{white-space:nowrap;position:relative;background:var(--lavender-color-200);border-radius:100px;padding:5px 20px;color:#000;font-weight:700}.homepage-banner .banner-inner .title .text-jamx{font-weight:700}.homepage-banner .banner-inner .title .text-podcasters,.homepage-banner .banner-inner .title .text-publishers-advertisers,.homepage-banner .banner-inner .title .text-all-customers,.homepage-banner .banner-inner .title .text-publishers,.homepage-banner .banner-inner .title .text-and-advertisers,.homepage-banner .banner-inner .title .text-advertisers{position:relative;white-space:nowrap;background:var(--lavender-color-100);border-radius:100px;padding:5px 10px;color:#000;font-weight:700}.homepage-banner .banner-inner .title .text-podcasters,.homepage-banner .banner-inner .title .customers-br,.homepage-banner .banner-inner .title .text-publishers-advertisers,.homepage-banner .banner-inner .title .text-publishers,.homepage-banner .banner-inner .title .text-and-advertisers{display:none}.homepage-banner .banner-inner .content{margin-top:24px;font-size:27px;line-height:36px;padding-left:110px;padding-right:110px}.homepage-banner .banner-inner .banner-action{margin-top:54px}.homepage-banner .banner-inner .banner-action .btn-come{width:262px}.homepage-banner .banner-inner .banner-action .btn-come button>span{font-weight:700}.homepage-banner .banner-inner .banner-gallery{padding:0;margin-top:50px}.homepage-banner .banner-inner .banner-gallery .desktop-gallery{display:flex}.homepage-banner .banner-inner .banner-gallery .mobile-gallery{display:none}.homepage-banner .banner-inner .banner-gallery .gallery-item{padding:0 30px}.homepage-banner .banner-inner .banner-gallery .gallery-item .title{font-size:40px;line-height:52px}.homepage-banner .banner-inner .banner-gallery .gallery-item .content{font-size:20px;padding:0}@media (max-width: 1399px){.homepage-banner .banner-inner .title .text-all-customers{display:none}.homepage-banner .banner-inner .title .text-podcasters,.homepage-banner .banner-inner .title .customers-br,.homepage-banner .banner-inner .title .text-publishers-advertisers{display:inline}}@media (max-width: 1109px){.homepage-banner .banner-inner .banner-gallery .gallery-item .title{font-size:30px;line-height:42px}.homepage-banner .banner-inner .banner-gallery .gallery-item .content{font-size:18px;line-height:24px}}@media (max-width: 991px){.homepage-banner{padding-top:25px;padding-bottom:25px;margin-top:100px}.homepage-banner .banner-inner{max-width:680px}.company-br{display:none}.homepage-banner .banner-inner .i-star-02{top:60%;left:-100px;transform:scale(.8)}.homepage-banner .banner-inner .banner-gallery .desktop-gallery{display:none}.homepage-banner .banner-inner .banner-gallery .mobile-gallery{display:block}.homepage-banner .banner-inner .banner-gallery .gallery-item{width:400px;margin-left:auto;margin-right:auto}.homepage-banner .banner-inner .banner-gallery .gallery-item .title{font-size:36px;line-height:42px}.homepage-banner .banner-inner .banner-gallery .gallery-item .content{margin-top:30px}}@media (max-width: 767px){.homepage-banner .banner-inner .title{font-size:40px;line-height:55px}.homepage-banner .banner-inner .content{margin-top:50px;font-size:18px;line-height:30px;font-weight:400;padding-left:10px;padding-right:10px}.homepage-banner .banner-inner .banner-action{margin-top:25px}.homepage-banner .banner-inner .title .text-boost,.homepage-banner .banner-inner .title .text-podcasters,.homepage-banner .banner-inner .title .text-publishers-advertisers,.homepage-banner .banner-inner .title .text-all-customers,.homepage-banner .banner-inner .title .text-publishers,.homepage-banner .banner-inner .title .text-and-advertisers{padding:0 20px}.homepage-banner .banner-inner .i-star-01{transform:scale(.7)}.homepage-banner .banner-inner .i-star-02{top:5%;left:-100px;transform:scale(.8)}.homepage-banner .banner-inner .banner-action .btn-come{padding:9px 20px}}@media (max-width: 664px){.homepage-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 350px);bottom:-240px}}@media (max-width: 624px){.homepage-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 360px);bottom:-240px}.homepage-banner .banner-inner .title .text-publishers-advertisers{display:none}.homepage-banner .banner-inner .title .text-publishers,.homepage-banner .banner-inner .title .text-and-advertisers{display:inline}.homepage-banner .banner-inner .banner-gallery .gallery-item .title{font-size:30px;line-height:42px}}@media (max-width: 502px){.homepage-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 320px);top:80px}}@media (max-width: 469px){.homepage-banner .banner-inner .i-star-02{top:20%;left:calc(50% - 300px)}.homepage-banner .banner-inner .banner-gallery .gallery-item{width:300px;margin-left:auto;margin-right:auto}.homepage-banner .banner-inner .banner-gallery .gallery-item .content{margin-top:15px}}@media (max-width: 391px){.homepage-banner .banner-inner .i-star-02{top:25%;left:calc(50% - 280px)}.homepage-banner .banner-inner .title{font-size:39px}}@media (max-width: 360px){.homepage-banner .banner-inner .i-star-02{top:25%;left:calc(50% - 280px)}.homepage-banner .banner-inner .title{font-size:38px}}.our-experience{padding-top:100px;padding-bottom:100px}.our-experience .container{padding-left:40px;padding-right:40px}.our-experience .container .our-experience-inner{height:600px;padding-left:40px;padding-right:40px;border-radius:100px;background:#aaa7ff;display:flex;align-content:center}.our-experience .container .our-experience-inner .left .content{position:relative}.our-experience .container .our-experience-inner .left img{margin-top:-125px;margin-right:40px}.our-experience .container .our-experience-inner .left .pulsar-player-wrapper{position:absolute;right:0;top:35%;width:fit-content}.our-experience .container .our-experience-inner .right{width:100%;padding-left:30px;display:flex;align-items:center;justify-content:center}.our-experience .container .our-experience-inner .right .right-content{width:516px}.our-experience .container .our-experience-inner .right .right-content .text{padding-top:50px}.our-experience .container .our-experience-inner .right .right-content .text p{font-size:20px}.our-experience .container .our-experience-inner .right .right-content .actions{margin-top:50px}@media (max-width: 1599px){.our-experience .container .our-experience-inner{margin-left:auto;margin-right:auto;border-radius:60px}.our-experience .container .our-experience-inner .right{padding-left:0}.our-experience .container .our-experience-inner .right .right-content .actions img.wow{width:100%;max-width:600px}}@media (max-width: 1339px){.our-experience .container .our-experience-inner .right{padding-left:15px}.our-experience .container .our-experience-inner .right .right-content{width:auto}.our-experience .container .our-experience-inner .right .right-content .actions{margin-top:15px}}@media (max-width: 1199px){.our-experience .container .our-experience-inner{display:block;height:auto;padding-bottom:50px}.our-experience .container .our-experience-inner .right{padding-left:0}.our-experience .container .our-experience-inner .right .right-content .text{padding-top:125px}.our-experience .container .our-experience-inner .right .right-content .actions{margin-top:50px}.our-experience .container .our-experience-inner .left{display:flex;align-items:center;justify-content:center}.our-experience .container .our-experience-inner .left img{margin-bottom:-100px}.our-experience .container .our-experience-inner .left .pulsar-player-wrapper{top:40%}}@media (max-width: 767px){.our-experience{overflow:hidden;padding-top:53px;padding-bottom:53px}.our-experience .container{padding:82px 2px 0 3px}.our-experience .container .our-experience-inner .left img{margin-top:-150px;margin-left:-150px;transform:scale(.8)}.our-experience .container .our-experience-inner{padding-left:40px;padding-right:30px}.our-experience .container .our-experience-inner .right .right-content .text{padding-top:150px}.our-experience .container .our-experience-inner .right .right-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.our-experience .container .our-experience-inner .right .right-content .actions{display:block}.our-experience .container .our-experience-inner .left .pulsar-player-wrapper{left:18%;top:55%}}.overview-session-duration[data-v-2f93110c]{width:308px;height:179px;border-radius:20px;background:#AAA7FF;box-shadow:0 4px 84px #00000026;position:relative}.overview-session-duration .title[data-v-2f93110c]{color:#000;font-family:Figtree;font-size:20px;line-height:28px;position:absolute;top:14px;left:19px}.overview-session-duration .graph[data-v-2f93110c]{position:absolute;left:0;top:44px}.overview-session-duration .dot[data-v-2f93110c]{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--dark-color-200);top:80px;right:42px}.overview-session-duration .time[data-v-2f93110c]{position:absolute;right:28px;bottom:56px;border-radius:6px;background:#1d1d1b;padding:5px 8px;line-height:17px}.overview-session-duration .time .hm[data-v-2f93110c],.overview-session-duration .time .label[data-v-2f93110c]{font-size:14px;color:#fff}@media (max-width: 1199px){.overview-session-duration .dot[data-v-2f93110c]{width:15px;height:15px}.overview-session-duration[data-v-2f93110c]{width:246px;height:160px}.overview-session-duration .graph[data-v-2f93110c],.overview-session-duration .graph svg[data-v-2f93110c]{width:100%}.overview-session-duration .time[data-v-2f93110c]{width:77px;height:27px;padding:7px;line-height:10px}.overview-session-duration .title[data-v-2f93110c]{font-size:18px}}@media (max-width: 767px){.overview-session-duration[data-v-2f93110c]{width:246px;height:128px}}.overview-rate-box[data-v-f605a5f4]{width:211px;height:110px;padding:16px 22px;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px}.overview-rate-box .icon[data-v-f605a5f4]{width:39px;height:39px;border-radius:50%}.overview-rate-box .rate[data-v-f605a5f4]{font-size:31px;line-height:50px;padding-left:10px}.overview-rate-box .text[data-v-f605a5f4]{font-size:16px;line-height:20px}@media (max-width: 1199px){.overview-rate-box[data-v-f605a5f4]{width:175px;height:109px;padding:16px}}@media (max-width: 767px){.overview-rate-box .text[data-v-f605a5f4]{font-size:16px}}.homepage-overview{overflow:hidden}.homepage-overview .container .overview-inner{position:relative;padding:147px 390px 175px 388px}.homepage-overview .container .overview-inner .i-star-03{position:absolute;top:70px;left:calc(50% - 80px);scale:.7}.homepage-overview .container .overview-inner .i-star-04{position:absolute;top:calc(50% - 200px);left:0}.homepage-overview .container .overview-inner .i-star-05{position:absolute;bottom:10px;right:calc(50% - 350px);scale:.8}.homepage-overview .container .overview-inner .i-star-06{position:absolute;top:-100px;right:-100px;scale:.5}.homepage-overview .container .overview-inner .text-box{width:fit-content;border-radius:70px;border:1px solid #fff;background:#1d1d1b}.homepage-overview .container .overview-inner .text-box p{width:660px;height:400px;padding:70px 40px 69px;font-size:42px;font-weight:400;line-height:52px}.homepage-overview .container .overview-inner .text-box p .bold{font-weight:700}.homepage-overview .container .overview-inner .rate-box{position:absolute}.homepage-overview .container .overview-inner .rate-box .rate{font-size:38px}.homepage-overview .container .overview-inner .rate-box.revinew-box{left:calc(50% + 290px);top:10%;z-index:-1}.homepage-overview .container .overview-inner .rate-box.click-throw-box{left:calc(50% - 450px);top:10%}.homepage-overview .container .overview-inner .rate-box.subscribers-box{left:calc(50% - 500px);bottom:18%;z-index:-1}.homepage-overview .container .overview-inner .rate-box.subscribers-box .overview-rate-box{width:184px;height:110px}.homepage-overview .container .overview-inner .shows-box{position:absolute;left:calc(50% + 300px);bottom:50px;transform:translateY(-200%)}@media (max-width: 1439px){.homepage-overview .container .overview-inner{display:flex;justify-content:center;padding-left:0;padding-right:0}}@media (max-width: 1199px){.homepage-overview .container{max-width:992px;margin-left:auto;margin-right:auto}.homepage-overview .container .overview-inner .text-box p{width:500px;padding:50px 40px;font-size:32px}.homepage-overview .container .overview-inner .i-star-03{left:calc(45% - 40px)}.homepage-overview .container .overview-inner .i-star-05{right:calc(50% - 300px);bottom:12px;scale:.6}.homepage-overview .container .overview-inner .shows-box{left:calc(50% + 200px)}.homepage-overview .container .overview-inner .rate-box.subscribers-box{left:calc(50% - 420px)}.homepage-overview .container .overview-inner .rate-box.click-throw-box{left:calc(50% - 350px)}.homepage-overview .container .overview-inner .rate-box.revinew-box{left:calc(50% + 220px)}}@media (max-width: 991px){.homepage-overview .container .overview-inner{width:700px;margin-left:auto;margin-right:auto}.homepage-overview .container .overview-inner .text-box{width:calc(100% - 200px)}.homepage-overview .container .overview-inner .text-box p{width:100%}.homepage-overview .container .overview-inner .text-box p{width:500px;padding:50px 40px}.homepage-overview .container .overview-inner .i-star-03{left:calc(45% - 40px)}.homepage-overview .container .overview-inner .rate-box.subscribers-box{left:calc(50% - 380px)}.homepage-overview .container .overview-inner .rate-box.click-throw-box{left:calc(50% - 350px)}.homepage-overview .container .overview-inner .rate-box.revinew-box{left:calc(50% + 200px);top:8%}.homepage-overview .container .overview-inner .i-star-03{right:300px;left:auto}.homepage-overview .container .overview-inner .i-star-04{right:calc(50% - 200px);top:auto;bottom:70px;left:auto}}@media (max-width: 767px){.homepage-overview .container .overview-inner{padding-top:172px;padding-bottom:324px;width:100%}.homepage-overview .container .overview-inner .text-box{width:100%;border-radius:50px}.homepage-overview .container .overview-inner .text-box p{padding:38px 20px 79px;font-size:35px;line-height:49px;min-height:300px;min-width:unset;width:100%;height:auto}.homepage-overview .container .overview-inner .i-star-04{bottom:-100px;transform:scale(.7)}.homepage-overview .container .overview-inner .rate-box.revinew-box{right:auto;left:0;top:82px;bottom:auto;z-index:1}.homepage-overview .container .overview-inner .shows-box{z-index:2;right:auto;left:-3%;bottom:70px;top:auto}.homepage-overview .container .overview-inner .rate-box.subscribers-box{right:0%;left:auto;top:auto;bottom:170px;transform:translate(0)}.homepage-overview .container .overview-inner .rate-box.click-throw-box{left:auto;right:0;top:24px;bottom:auto;z-index:2}.homepage-overview .container .overview-inner .rate-box .rate{font-size:32px}.homepage-overview .container .overview-inner .i-star-05{top:auto;bottom:230px;right:-50px;transform:scale(.7)}.homepage-overview .container .overview-inner .i-star-04{display:none}.homepage-overview .container .overview-inner .i-star-03{bottom:0;right:auto;transform:scale(1);top:auto;left:auto}}@media (max-width: 360px){.homepage-overview .container .overview-inner .text-box p{font-size:32px}}.grid-row[data-v-4f64874e]{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + (var(--paddingVGR) * 2));margin:var(--marginVGR)}.colVGR[data-v-d9bafddb]{position:relative;box-sizing:border-box;flex-grow:var(--colFlexVGR);padding:var(--paddingVGR);order:var(--orderSGR)}.colVGR-xs[data-v-d9bafddb]{flex-basis:var(--xsWidthVGR);max-width:var(--xsWidthVGR)}.colVGR-Offset-xs[data-v-d9bafddb]{margin-left:var(--xsOffset)}@media (min-width: 576px){.colVGR-sm[data-v-d9bafddb]{flex-basis:var(--smWidthVGR);max-width:var(--smWidthVGR)}.colVGR-Offset-sm[data-v-d9bafddb]{margin-left:var(--smOffset)}}@media (min-width: 768px){.colVGR-md[data-v-d9bafddb]{flex-basis:var(--mdWidthVGR);max-width:var(--mdWidthVGR)}.colVGR-Offset-md[data-v-d9bafddb]{margin-left:var(--mdOffset)}}@media (min-width: 992px){.colVGR-lg[data-v-d9bafddb]{flex-basis:var(--lgWidthVGR);max-width:var(--lgWidthVGR)}.colVGR-Offset-lg[data-v-d9bafddb]{margin-left:var(--lgOffset)}}@media (min-width: 1200px){.colVGR-xl[data-v-d9bafddb]{flex-basis:var(--xlWidthVGR);max-width:var(--xlWidthVGR)}.colVGR-Offset-xl[data-v-d9bafddb]{margin-left:var(--xlOffset)}}@media (min-width: 767px){.solutions-benefits[data-v-d9bafddb]{margin-top:72px}}.trusted-by .container .trusted-by-inner{max-width:1437px;margin-left:auto;margin-right:auto;position:relative;padding:112px 0 152px}.trusted-by .container .trusted-by-inner .title h2{color:#fff;text-align:center;font-size:66px;font-weight:700;line-height:85px}.trusted-by .container .trusted-by-inner .gallery{margin-top:40px}.trusted-by .container .trusted-by-inner .gallery .gallery-item:not(.grid-column){margin-top:95px;height:57px;display:flex;align-items:center;justify-content:center}.trusted-by .container .trusted-by-inner .gallery .gallery-item:not(.grid-column) img{max-height:100%}.trusted-by .container .trusted-by-inner .i-star-05{position:absolute;scale:.4;top:0;bottom:auto;right:auto;left:-80px}.trusted-by .container .trusted-by-inner .i-star-06{position:absolute;scale:.4;top:auto;bottom:-100px;right:-80px;left:auto}@media (max-width: 767px){.trusted-by .container .trusted-by-inner .gallery{margin-top:0}.trusted-by .container .trusted-by-inner .gallery .gallery-item:not(.grid-column){margin-top:80px}.trusted-by .container .trusted-by-inner .gallery .gallery-item:not(.grid-column) img{max-height:100%;max-width:100%}}@media (max-width: 575px){.trusted-by .container .trusted-by-inner .title h2{font-size:48px}.trusted-by .container .trusted-by-inner .gallery .gallery-item img{scale:.8}.trusted-by .container .trusted-by-inner .gallery .grid-row>div:nth-child(5) .gallery-item:not(.grid-column) img{max-width:150%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.homepage-review{padding-top:100px;padding-bottom:100px}.homepage-review .homepage-review-inner{width:1164px;margin-left:auto;margin-right:auto}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper{background:#ffa7fb;padding:95px 76px 12px;border-radius:80px;overflow:visible;position:relative}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .slider-tip{position:absolute;top:-50px;left:75px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .swiper-3d{overflow:visible}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .swiper-wrapper{padding-bottom:50px;overflow-x:hidden}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .swiper-pagination{position:absolute;top:calc(100% + 60px)}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .swiper-pagination .swiper-pagination-bullet{width:14px;height:14px;background:#828282}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active{background:#fff}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .content p{color:var(--dark-color-200);font-size:42px;font-weight:600;line-height:52px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .writer{margin-top:20px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .writer span{color:var(--yellow-color-100);font-size:27px;font-weight:700;line-height:37px}.homepage-review .homepage-review-inner .action{margin-top:92px}.homepage-review .homepage-review-inner .action .btn-let-jam{padding:9px 20px;width:278px}.homepage-review .homepage-review-inner .action .btn-let-jam span{font-size:26px;line-height:52px;color:var(--dark-color-300)}@media (max-width: 1399px){.homepage-review .homepage-review-inner{width:auto}}@media (max-width: 991px){.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .content p{font-size:32px}}@media (max-width: 767px){.homepage-review{padding-top:121px;padding-bottom:40px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper{border-radius:50px;padding:39px 41px 25px 32px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .content p{font-size:22px;font-weight:600;line-height:32px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .slider-tip{left:36px;top:-60px}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .slider-tip svg{width:75px;height:auto}.homepage-review .homepage-review-inner .homepage-review-slider-wrapper .writer span{font-size:24px;line-height:31px}}.btn-come[data-v-8205d2b6]{width:278px}.advertisers-banner{padding-top:240px;padding-bottom:240px;position:relative}.advertisers-banner .bg{position:absolute;top:0;left:0;width:100%;height:100%}.advertisers-banner .banner-inner{max-width:1000px;margin-left:auto;margin-right:auto;position:relative}.advertisers-banner .banner-inner .i-star-02-1{position:absolute;bottom:80px;left:-120px;scale:.4;display:none}.advertisers-banner .banner-inner .i-star-02-2{position:absolute;bottom:-80px;left:-100px;scale:.4;display:none}.advertisers-banner .banner-inner .i-star-07{position:absolute;top:-100px;right:100px}.advertisers-banner .banner-inner .i-star-08{position:absolute;bottom:-20px;left:calc(50% - 250px);scale:.6}.advertisers-banner .banner-inner .title{color:#fff;font-size:60px;font-weight:300;line-height:75px}.advertisers-banner .banner-inner .title span.bg-intent-audience,.advertisers-banner .banner-inner .title span.bg-intent,.advertisers-banner .banner-inner .title span.bg-audience{background:#55FFA5;border-radius:100px;color:#101010;padding:0 20px;font-weight:600}.advertisers-banner .banner-inner .title span.bg-intent-audience{display:inline-block}.advertisers-banner .banner-inner .title span.bg-intent,.advertisers-banner .banner-inner .title span.bg-audience,.advertisers-banner .banner-inner .title br.bg-intent-audience-br{display:none}.advertisers-banner .banner-inner .subtitle{color:#fff;font-size:36px;font-weight:300;line-height:48px;margin-top:15px}.advertisers-banner .banner-inner .subtitle span.bg-podcast{background:#AAA7FF;display:inline-block;border-radius:100px;color:#101010;padding:0 10px;font-weight:600}.advertisers-banner .banner-inner .content{margin-top:24px;font-size:27px;line-height:36px;padding-left:50px;padding-right:50px}.advertisers-banner .banner-inner .banner-action{margin-top:54px}.advertisers-banner .banner-inner .banner-action .btn-come{width:262px}.advertisers-banner .banner-inner .banner-action .btn-come button>span{font-weight:700}@media (max-width: 991px){.advertisers-banner .banner-inner .content{padding-left:0;padding-right:0}}@media (max-width: 767px){.advertisers-banner{margin-top:100px;padding-top:127px;padding-bottom:50px}.advertisers-banner .banner-inner .title{font-size:38px;font-weight:300;line-height:45px}.advertisers-banner .banner-inner .subtitle{font-size:30px;font-weight:300;line-height:120%}.advertisers-banner .banner-inner .content{font-size:18px;font-weight:400;line-height:30px}.advertisers-banner .banner-inner .i-star-07{scale:.7;left:calc(50% - 50px)}.advertisers-banner .banner-inner .i-star-08{scale:.3;left:calc(50% + 10px);right:auto;top:-90px;bottom:auto}.advertisers-banner .banner-inner .i-star-02-1,.advertisers-banner .banner-inner .i-star-02-2{display:block}}@media (max-width: 576px){.advertisers-banner .banner-inner .subtitle{font-size:18px;padding:0 15px}.advertisers-banner .banner-inner .subtitle span.bg-podcast{background:unset;color:unset;font-weight:unset;display:inline;padding:0}}@media (max-width: 450px){.advertisers-banner .banner-inner .subtitle{line-height:150%}.advertisers-banner .banner-inner .title span.bg-intent-audience{display:none}.advertisers-banner .banner-inner .title br.bg-intent-audience-br{display:inline-block}.advertisers-banner .banner-inner .title span.bg-intent{padding:0 40px;position:relative}.advertisers-banner .banner-inner .title span.bg-intent .i-star-01{position:absolute;scale:.25;right:-35px;top:-50px}.advertisers-banner .banner-inner .title span.bg-intent,.advertisers-banner .banner-inner .title span.bg-audience{margin-top:5px;display:inline-block}}.podcasts-platform[data-v-efa4b48e]{padding-top:0;padding-bottom:100px}.podcasts-platform .podcasts-platform-inner[data-v-efa4b48e]{max-width:1166px;margin-left:auto;margin-right:auto}.podcasts-platform .podcasts-platform-inner .props-gallery[data-v-efa4b48e]{margin-top:117px}.podcasts-platform .podcasts-platform-inner .props-gallery .gallery-item[data-v-efa4b48e]{margin-top:40px}.podcasts-platform .podcasts-platform-inner .props-gallery .gallery-item .value span[data-v-efa4b48e]{text-align:center;font-size:62px;font-weight:700;line-height:52px}.podcasts-platform .podcasts-platform-inner .props-gallery .gallery-item .label span[data-v-efa4b48e]{text-align:center;font-size:24px;font-weight:400;line-height:52px}@media (max-width: 1439px){.podcasts-platform .podcasts-platform-inner[data-v-efa4b48e]{padding-left:40px;padding-right:40px}}@media (max-width: 767px){.podcasts-platform[data-v-efa4b48e]{padding-top:0;padding-bottom:50px}.podcasts-platform .podcasts-platform-inner[data-v-efa4b48e]{padding-left:0;padding-right:0}.podcasts-platform .podcasts-platform-inner .props-gallery .gallery-item .value span[data-v-efa4b48e]{font-size:49px;font-weight:700;line-height:52px}.podcasts-platform .podcasts-platform-inner .props-gallery .gallery-item .label span[data-v-efa4b48e]{font-size:19px;font-weight:400;line-height:normal}}.how-jamx-works{padding-top:110px;padding-bottom:40px;overflow:hidden}.how-jamx-works .how-jamx-works-inner{width:1250px;margin-left:auto;margin-right:auto}.how-jamx-works .how-jamx-works-inner .section-title{width:100%;margin-bottom:120px}.how-jamx-works .how-jamx-works-inner .section-title h2{line-height:150%;font-size:60px;text-align:center}.how-jamx-works .how-jamx-works-inner .inner-content{display:flex}.how-jamx-works .how-jamx-works-inner .inner-content .left{width:510px;position:relative}.how-jamx-works .how-jamx-works-inner .inner-content .left .image img{margin-left:-10px;margin-top:-40px;margin-bottom:-50px}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-05{position:absolute;left:-15%;top:-5%}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-06{position:absolute;right:17%;top:4%}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-07{position:absolute;right:-80px;top:40%;transform:translateY(-50px)}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-sports{padding:4px 20px}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education span,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology span,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-sports span{font-weight:700;font-size:14px}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education-wapper{position:absolute;top:15%;right:18%}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education-wapper button{width:126px}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology-wapper{position:absolute;top:25%;right:6%}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology-wapper button{width:126px}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-sports-wapper{position:absolute;bottom:21%;right:34%}.how-jamx-works .how-jamx-works-inner .inner-content .right{padding-left:50px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item{display:flex;margin-bottom:50px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .number{width:64px;min-width:64px;height:64px;border:1px solid #B2B2B2;border-radius:16px;margin-right:30px;display:flex;align-items:center;justify-content:center}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .number span{font-size:32px;font-weight:600}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .description .title{font-size:24px;font-weight:600}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .description .content{font-size:24px;font-weight:300;color:#eceff1}@media (max-width: 1399px){.how-jamx-works .how-jamx-works-inner{width:auto;padding-left:30px;padding-right:30px}.how-jamx-works .how-jamx-works-inner .inner-content .right{padding-left:30px}}@media (max-width: 991px){.how-jamx-works .how-jamx-works-inner .inner-content{display:block}.how-jamx-works .how-jamx-works-inner .inner-content .left{margin-left:auto;margin-right:auto}.how-jamx-works .how-jamx-works-inner .right{padding-left:0;margin-top:100px}}@media (max-width: 767px){.how-jamx-works{padding-top:50px;padding-bottom:37px}.how-jamx-works .container{padding-left:32px;padding-right:36px}.how-jamx-works .how-jamx-works-inner .section-title{margin-bottom:50px}.how-jamx-works .how-jamx-works-inner .section-title h2{font-size:30px}.how-jamx-works .how-jamx-works-inner .inner-content .left{margin-top:60px}.how-jamx-works .how-jamx-works-inner .inner-content .left,.how-jamx-works .how-jamx-works-inner .inner-content .right{width:100%}.how-jamx-works .how-jamx-works-inner .inner-content .right{padding-left:0}.how-jamx-works .how-jamx-works-inner .inner-content .left{overflow:visible}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-05{left:-15%;top:-15%;scale:.7}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-06{left:30%;top:15%;right:auto;bottom:auto}.how-jamx-works .how-jamx-works-inner .inner-content .left .i-star-07{transform:scale(.6);left:-50px;top:auto;right:auto;bottom:-60px}.how-jamx-works .how-jamx-works-inner .inner-content .left .image{display:flex;justify-content:end}.how-jamx-works .how-jamx-works-inner .inner-content .left .image img{margin:-40px -110px -50px auto}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology-wapper{top:4%;right:10%}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education-wapper{bottom:12%;right:10%;top:auto}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-sports{padding:0 20px}.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-education>span,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-technology>span,.how-jamx-works .how-jamx-works-inner .inner-content .left .btn-sports>span{font-size:14px;font-weight:700}.how-jamx-works .how-jamx-works-inner .left .btn-education-wapper button,.how-jamx-works .how-jamx-works-inner .left .btn-technology-wapper button{width:115px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .number{width:48px;height:48px;min-width:48px;margin-bottom:20px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .description .title{font-size:19px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item .description .content{font-size:16px}.how-jamx-works .how-jamx-works-inner .inner-content .right .rght-desc-item{display:block;margin-bottom:30px}}@media (max-width: 360px){.how-jamx-works .how-jamx-works-inner .inner-content .left .image img{margin-left:-130px}}.why-jamx-distrib{padding-top:160px;padding-bottom:40px;overflow:hidden}.why-jamx-distrib .why-jamx-distrib-inner{width:1360px;margin-left:auto;margin-right:auto}.why-jamx-distrib .why-jamx-distrib-inner .section-title{width:100%;margin-bottom:120px}.why-jamx-distrib .why-jamx-distrib-inner .section-title h2{font-size:60px;line-height:150%;text-align:center;font-weight:600}.why-jamx-distrib .why-jamx-distrib-inner .section-content{background:#AAA7FF;display:flex;align-items:center;justify-content:space-between;border-radius:100px;padding:80px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left{position:relative;z-index:1}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item{display:flex;margin-bottom:30px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .icon{margin-top:-5px;margin-right:15px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .icon svg{transition:all .5s}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .icon svg:hover{transform:rotate(-45deg);transition:all .5s}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .description .title{font-size:24px;color:#000;font-weight:600}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .description .content{font-size:24px;color:#101010}.why-jamx-distrib .why-jamx-distrib-inner .section-content .right{margin:-200px -80px -200px 0;position:relative;z-index:0}@media (max-width: 1399px){.why-jamx-distrib .why-jamx-distrib-inner{width:auto;padding-left:30px;padding-right:30px}.why-jamx-distrib .why-jamx-distrib-inner .section-content{padding:50px;border-radius:50px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .right{margin-right:-50px}}@media (max-width: 1199px){.why-jamx-distrib .why-jamx-distrib-inner .section-content .right .image img{max-width:400px}}@media (max-width: 991px){.why-jamx-distrib .why-jamx-distrib-inner .section-content{flex-direction:column-reverse}.why-jamx-distrib .why-jamx-distrib-inner .section-content .right{margin:-100px -100px -60px}}@media (max-width: 768px){.why-jamx-distrib{padding-top:0}.why-jamx-distrib .why-jamx-distrib-inner{padding:10px}.why-jamx-distrib .why-jamx-distrib-inner .section-title{margin-bottom:50px}.why-jamx-distrib .why-jamx-distrib-inner .section-title h2{font-size:32px;padding-left:30px;padding-right:32px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .description .title{font-size:20px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .description .content{font-size:16px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .icon{margin-top:0;margin-right:5px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .left .left-desc-item .icon svg{width:32px;height:32px}.why-jamx-distrib .why-jamx-distrib-inner .section-content{padding:10px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .right{margin:-30px}.why-jamx-distrib .why-jamx-distrib-inner .section-content .right .image img{width:300px}}.take-podcast{padding-top:160px;padding-bottom:40px;overflow:hidden}.take-podcast .take-podcast-inner{width:1360px;margin-left:auto;margin-right:auto}.take-podcast .take-podcast-inner .section-title{width:100%;margin-bottom:120px}.take-podcast .take-podcast-inner .section-title h2{font-size:60px;text-align:center;font-weight:600}.take-podcast .take-podcast-inner .section-content{display:flex;justify-content:space-between;width:100%}.take-podcast .take-podcast-inner .section-content .left{position:relative;width:45%}.take-podcast .take-podcast-inner .section-content .left .section-mobile-title{display:none}.take-podcast .take-podcast-inner .section-content .left .i-star-02{position:absolute;top:-170px;left:calc(50% + 100px);scale:.8}.take-podcast .take-podcast-inner .section-content .left .i-star-05{position:absolute;bottom:-30px;left:calc(50% - 80px);scale:.8}.take-podcast .take-podcast-inner .section-content .left .title p{max-width:533px;font-size:42px;line-height:140%}.take-podcast .take-podcast-inner .section-content .left .content{margin-top:25px}.take-podcast .take-podcast-inner .section-content .left .content p{max-width:383px;font-size:22px;font-weight:400;line-height:32px}.take-podcast .take-podcast-inner .section-content .left .action{margin-top:80px}.take-podcast .take-podcast-inner .section-content .right{width:55%}@media (max-width: 1399px){.take-podcast .take-podcast-inner{width:auto;padding-left:30px;padding-right:30px}.take-podcast .take-podcast-inner .section-content .left,.take-podcast .take-podcast-inner .section-content .right{width:50%}.take-podcast .take-podcast-inner .section-content .right .image img{max-width:540px;width:100%}}@media (max-width: 991px){.take-podcast{padding-top:60px}.take-podcast .take-podcast-inner .section-content{flex-direction:column-reverse}.take-podcast .take-podcast-inner .section-content .left .section-mobile-title{display:block;font-size:32px;line-height:150%;max-width:533px;margin-bottom:30px}.take-podcast .take-podcast-inner .section-content .left .title p{font-size:28px}.take-podcast .take-podcast-inner .section-title{display:none}.take-podcast .take-podcast-inner .section-content .left,.take-podcast .take-podcast-inner .section-content .right{width:100%}.take-podcast .take-podcast-inner .section-content .left{width:fit-content;margin-left:auto;margin-right:auto;margin-top:100px}.take-podcast .take-podcast-inner .section-content .right .image img{margin-left:auto;margin-right:auto;display:block}}@media (max-width: 767px){.take-podcast .take-podcast-inner{padding-left:10px;padding-right:10px}.take-podcast .take-podcast-inner .section-content .left{margin-top:50px}.take-podcast .take-podcast-inner .section-content .left .section-mobile-title{text-align:center;font-size:26px}.take-podcast .take-podcast-inner .section-content .left .action{margin-top:50px}.take-podcast .take-podcast-inner .section-content .left .i-star-05{position:absolute;bottom:-75px;scale:.8;left:auto;right:-80px}}@media (max-width: 576px){.take-podcast .take-podcast-inner .section-content .left .content p{font-size:16px;line-height:22px}}.our-partners{padding-top:240px;padding-bottom:240px;position:relative;overflow:hidden}.our-partners .our-partners-inner{max-width:912px;margin-left:auto;margin-right:auto;position:relative}.our-partners .our-partners-inner .i-star-02{position:absolute;top:calc(50% - 150px);left:-180px}.our-partners .our-partners-inner .i-star-03{position:absolute;top:-150px;right:-150px;scale:.6}.our-partners .our-partners-inner .title{color:#fff;font-size:66px;font-weight:600;line-height:75px;text-align:center;font-family:Figtree}.our-partners .our-partners-inner .partner-list{margin-top:50px;position:relative}.our-partners .our-partners-inner .partner-list .block-line{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.our-partners .our-partners-inner .partner-list .block-line .block-item{width:33.33%;padding-left:30px;padding-right:30px}.our-partners .our-partners-inner .partner-list .block-line .block-item img{width:100%}@media (max-width: 991px){.our-partners{padding-top:120px;padding-bottom:120px}.our-partners .our-partners-inner{max-width:700px}.our-partners .our-partners-inner .title{font-size:52px}}@media (max-width: 767px){.our-partners .our-partners-inner .title{font-size:42px;line-height:50px}.our-partners .our-partners-inner{max-width:520px}.our-partners .our-partners-inner .partner-list{padding-left:30px;padding-right:30px}.our-partners .our-partners-inner .partner-list .block-line .block-item{padding-left:15px;padding-right:15px}.our-partners .our-partners-inner .i-star-02{scale:.4;left:-100px}.our-partners .our-partners-inner .i-star-03{scale:.4;right:-100px}}@media (max-width: 450px){.our-partners{padding-top:60px;padding-bottom:60px}.our-partners .our-partners-inner .partner-list{margin-top:30px}.our-partners .our-partners-inner .partner-list .block-line{margin-top:15px}.our-partners .our-partners-inner .partner-list .block-line .block-item{padding-left:10px;padding-right:10px}}.podcasters-review{padding-top:100px;padding-bottom:100px}.podcasters-review .podcasters-review-inner{width:1164px;margin-left:auto;margin-right:auto}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper{background:#ffa7fb;padding:95px 76px 12px;border-radius:80px;overflow:visible;position:relative}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .slider-tip{position:absolute;top:-50px;left:75px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .swiper-3d{overflow:visible}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .swiper-wrapper{padding-bottom:50px;overflow-x:hidden}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .swiper-pagination{position:absolute;top:calc(100% + 60px)}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .swiper-pagination .swiper-pagination-bullet{width:14px;height:14px;background:#828282}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active{background:#fff}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .content p{color:var(--dark-color-200);font-size:42px;font-weight:600;line-height:52px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .writer{margin-top:20px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .writer span{color:var(--yellow-color-100);font-size:27px;font-weight:700;line-height:37px}.podcasters-review .podcasters-review-inner .action{margin-top:92px}.podcasters-review .podcasters-review-inner .action .btn-let-jam{padding:9px 20px;width:278px}.podcasters-review .podcasters-review-inner .action .btn-let-jam span{font-size:26px;line-height:52px;color:var(--dark-color-300)}@media (max-width: 1399px){.podcasters-review .podcasters-review-inner{width:auto}}@media (max-width: 991px){.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .content p{font-size:32px}}@media (max-width: 767px){.podcasters-review{padding-top:121px;padding-bottom:40px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper{border-radius:50px;padding:39px 41px 25px 32px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .content p{font-size:22px;font-weight:600;line-height:32px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .slider-tip{left:36px;top:-60px}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .slider-tip svg{width:75px;height:auto}.podcasters-review .podcasters-review-inner .podcasters-review-slider-wrapper .writer span{font-size:24px;line-height:31px}}.solution-podcast-player{padding-top:50px;padding-bottom:100px}.solution-podcast-player .solution-podcast-player-inner{max-width:1437px;margin-left:auto;margin-right:auto;display:flex;align-items:center;position:relative}.solution-podcast-player .solution-podcast-player-inner .i-star-05{position:absolute;bottom:-100px;right:0;scale:.8;transform:translate(-50%)}.solution-podcast-player .solution-podcast-player-inner .i-star-06{position:absolute;top:-100px;left:70%;scale:.8;transform:translate(-50%)}.solution-podcast-player .solution-podcast-player-inner .image{margin-right:70px;max-width:510px;padding-right:150px;position:relative}.solution-podcast-player .solution-podcast-player-inner .image img{width:100%}.solution-podcast-player .solution-podcast-player-inner .image .pulsar-player-wrapper{position:absolute;top:150px;right:0}.solution-podcast-player .solution-podcast-player-inner .data .title{font-size:42px;font-style:normal;line-height:150%}.solution-podcast-player .solution-podcast-player-inner .data .content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:470px}@media (max-width: 1599px){.solution-podcast-player .solution-podcast-player-inner{max-width:1347px}}@media (max-width: 1439px){.solution-podcast-player .solution-podcast-player-inner{max-width:1347px}}@media (max-width: 1199px){.solution-podcast-player .solution-podcast-player-inner .i-star-05{right:-100px;bottom:-150px}.solution-podcast-player .solution-podcast-player-inner .image{margin-right:30px}}@media (max-width: 767px){.solution-podcast-player{margin-top:100px;padding-bottom:100px}.solution-podcast-player .solution-podcast-player-inner .i-star-06{display:none}.solution-podcast-player .solution-podcast-player-inner{display:block}.solution-podcast-player .solution-podcast-player-inner .image{margin:0 auto;width:340px;padding-right:50px}.solution-podcast-player .solution-podcast-player-inner .image .pulsar-player-wrapper{top:150px}.solution-podcast-player .solution-podcast-player-inner .image img{width:100%}.solution-podcast-player .solution-podcast-player-inner .data{text-align:center;padding-top:130px}.solution-podcast-player .solution-podcast-player-inner .data .title{font-size:36px}.solution-podcast-player .solution-podcast-player-inner .data .content{margin-left:auto;margin-right:auto;font-size:16px;padding-top:15px}.solution-podcast-player .solution-podcast-player-inner .i-star-05{right:auto;bottom:-200px;left:0%;scale:.4}}@media (max-width: 575px){.solution-podcast-player .solution-podcast-player-inner .data .title,.solution-podcast-player .solution-podcast-player-inner .data .content{text-align:left}}.solution-jamx-dashboard{padding-top:50px;padding-bottom:100px}.solution-jamx-dashboard .solution-jamx-dashboard-inner{max-width:1437px;margin-left:auto;margin-right:auto;display:flex;align-items:center;position:relative}.solution-jamx-dashboard .solution-jamx-dashboard-inner .i-star-05{position:absolute;bottom:-100px;right:0;scale:.8;transform:translate(-50%)}.solution-jamx-dashboard .solution-jamx-dashboard-inner .i-star-06{position:absolute;top:-100px;left:70%;scale:.8;transform:translate(-50%)}.solution-jamx-dashboard .solution-jamx-dashboard-inner .image{margin-right:70px;max-width:648px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .image img{width:100%}.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .title{font-size:42px;font-style:normal;line-height:150%}.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:470px}@media (max-width: 1599px){.solution-jamx-dashboard .solution-jamx-dashboard-inner{max-width:1347px}}@media (max-width: 1439px){.solution-jamx-dashboard .solution-jamx-dashboard-inner{max-width:1347px}}@media (max-width: 1199px){.jamx-dashboard-inner .i-star-05{right:-100px;bottom:-150px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .image{margin-right:30px}}@media (max-width: 767px){.solution-jamx-dashboard{padding-top:100px;padding-bottom:100px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .i-star-06{display:none}.solution-jamx-dashboard .solution-jamx-dashboard-inner{display:block}.solution-jamx-dashboard .solution-jamx-dashboard-inner .image{margin:0 auto;width:340px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .image img{width:100%}.solution-jamx-dashboard .solution-jamx-dashboard-inner .data{text-align:center;padding-top:30px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .title{font-size:36px;line-height:42px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .content{margin-left:auto;margin-right:auto;font-size:16px;padding-top:15px}.solution-jamx-dashboard .solution-jamx-dashboard-inner .i-star-05{right:auto;bottom:-200px;left:0%;scale:.4}}@media (max-width: 575px){.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .title,.solution-jamx-dashboard .solution-jamx-dashboard-inner .data .content{text-align:left}}.solution-jamx-app{padding-top:50px;padding-bottom:100px}.solution-jamx-app .solution-jamx-app-inner{max-width:1437px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;position:relative}.solution-jamx-app .solution-jamx-app-inner .i-star-02{position:absolute;bottom:-100px;right:-50px;scale:.8;transform:translate(-50%)}.solution-jamx-app .solution-jamx-app-inner .i-star-11{position:absolute;top:calc(50% - 150px);left:50px;transform:translate(-50%)}.solution-jamx-app .solution-jamx-app-inner .image{margin-right:70px;max-width:491px}.solution-jamx-app .solution-jamx-app-inner .image img{width:100%}.solution-jamx-app .solution-jamx-app-inner .data .title{font-size:42px;font-style:normal;line-height:150%}.solution-jamx-app .solution-jamx-app-inner .data .jamx-feeds-logo{margin-bottom:-15px;margin-left:-15px;display:flex}.solution-jamx-app .solution-jamx-app-inner .data .content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:470px}@media (max-width: 1599px){.solution-jamx-app .solution-jamx-app-inner{max-width:1347px}}@media (max-width: 1439px){.solution-jamx-app .solution-jamx-app-inner{max-width:1347px}}@media (max-width: 1199px){.jamx-dashboard-inner .i-star-02{right:-100px;bottom:-150px}.solution-jamx-app .solution-jamx-app-inner .image{margin-right:30px}}@media (max-width: 767px){.solution-jamx-app{padding-top:100px;padding-bottom:100px}.solution-jamx-app .solution-jamx-app-inner{display:block}.solution-jamx-app .solution-jamx-app-inner .image{margin:0 auto;width:340px}.solution-jamx-app .solution-jamx-app-inner .image img{width:100%}.solution-jamx-app .solution-jamx-app-inner .data{text-align:center;padding-top:30px}.solution-jamx-app .solution-jamx-app-inner .data .title{font-size:36px;line-height:42px}.solution-jamx-app .solution-jamx-app-inner .data .content{margin-left:auto;margin-right:auto;font-size:16px;padding-top:15px}.solution-jamx-app .solution-jamx-app-inner .i-star-02{right:auto;bottom:-200px;left:0%;scale:.4}}@media (max-width: 575px){.solution-jamx-app .solution-jamx-app-inner .data .title,.solution-jamx-app .solution-jamx-app-inner .data .content{text-align:left}}.solution-jamx-production{padding-top:50px;padding-bottom:100px}.solution-jamx-production .solution-jamx-production-inner{max-width:1437px;margin-left:auto;margin-right:auto;display:flex;align-items:center;position:relative}.solution-jamx-production .solution-jamx-production-inner .i-star-06{position:absolute;top:-100px;left:70%;scale:.8;transform:translate(-50%)}.solution-jamx-production .solution-jamx-production-inner .image{margin-right:70px;max-width:648px}.solution-jamx-production .solution-jamx-production-inner .image img{width:100%}.solution-jamx-production .solution-jamx-production-inner .data .title{font-size:42px;font-style:normal;line-height:150%}.solution-jamx-production .solution-jamx-production-inner .data .content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:470px}@media (max-width: 1599px){.solution-jamx-production .solution-jamx-production-inner{max-width:1347px}}@media (max-width: 1439px){.solution-jamx-production .solution-jamx-production-inner{max-width:1347px}}@media (max-width: 1199px){.solution-jamx-production .solution-jamx-production-inner .image{margin-right:30px}}@media (max-width: 767px){.solution-jamx-production{padding-top:100px;padding-bottom:100px}.solution-jamx-production .solution-jamx-production-inner .i-star-06{display:none}.solution-jamx-production .solution-jamx-production-inner{display:block}.solution-jamx-production .solution-jamx-production-inner .image{margin:0 auto;width:340px}.solution-jamx-production .solution-jamx-production-inner .image img{width:100%}.solution-jamx-production .solution-jamx-production-inner .data{text-align:center;padding-top:30px}.solution-jamx-production .solution-jamx-production-inner .data .title{font-size:36px;line-height:42px}.solution-jamx-production .solution-jamx-production-inner .data .content{margin-left:auto;margin-right:auto;font-size:16px;padding-top:15px}}@media (max-width: 575px){.solution-jamx-production .solution-jamx-production-inner .data .title,.solution-jamx-production .solution-jamx-production-inner .data .content{text-align:left}}.empty .empty-inner{height:0px;overflow:hidden}.input-form-field .label[data-v-4d24da96]{padding:0 6px}.input-form-field .label p[data-v-4d24da96]{color:#fff;font-size:27px;font-family:Figtree;font-weight:400;line-height:38px;margin-bottom:25px}.input-form-field .input input[data-v-4d24da96]{color:#fff;font-size:27px;font-weight:400;line-height:24px;padding:16px 32px;border-radius:20px;font-family:Figtree;width:100%;height:80px;background:#272724;border:none;outline:none}@media (max-width: 767px){.input-form-field .label p[data-v-4d24da96]{margin-left:10px;font-size:24px;font-weight:400;line-height:38px}.input-form-field .input input[data-v-4d24da96]{border-radius:10px;font-size:24px;height:60px}}.input-form-area .label[data-v-0b55ff84]{padding:0 6px}.input-form-area .label p[data-v-0b55ff84]{color:#fff;font-size:27px;font-weight:400;line-height:38px;margin-bottom:25px;font-family:Figtree}.input-form-area .input textarea[data-v-0b55ff84]{color:#fff;font-size:27px;font-weight:400;line-height:24px;padding:16px 32px;border-radius:8px;width:100%;background:#272724;border:none;outline:none;font-family:Figtree;height:240px}@media (max-width: 767px){.input-form-field .label p[data-v-0b55ff84]{margin-left:10px;font-size:24px;font-weight:400;line-height:38px}.input-form-field .input textarea[data-v-0b55ff84]{border-radius:10px;font-size:24px}}.contact-form .form-inner .left{width:calc(50% - 61px)}.contact-form .form-inner .left .input-email{margin-top:16px}.contact-form .form-inner .right{width:calc(50% - 61px)}.contact-form .form-inner .action{margin-top:96px}.contact-form .form-inner .action .btn-send{width:360px;height:70px;border-radius:45px}@media (max-width: 991px){.contact-form .form-inner .left,.contact-form .form-inner .right{width:calc(50% - 15px)}}@media (max-width: 767px){.contact-form .form-inner .left{width:100%}.contact-form .form-inner .left .input-email{margin-top:12px}.contact-form .form-inner .right{margin-top:12px;width:100%}.contact-form .form-inner .action{margin-top:44px}}.contact-banner[data-v-a0f7e587]{padding-top:189px;padding-bottom:76px}.contact-banner .contact-banner-inner[data-v-a0f7e587]{max-width:1386px;margin-left:auto;margin-right:auto}.contact-banner .contact-banner-inner .title h2[data-v-a0f7e587]{max-width:626px;font-size:66px;font-weight:700;line-height:85px}.contact-banner .contact-banner-inner .content[data-v-a0f7e587]{margin-top:41px}.contact-banner .contact-banner-inner .content p[data-v-a0f7e587]{max-width:562px;font-size:27px;font-weight:400;line-height:38px}.contact-banner .contact-banner-inner .contact[data-v-a0f7e587]{margin-top:96px}@media (max-width: 767px){.contact-banner[data-v-a0f7e587]{margin-top:100px;padding-top:71px;padding-bottom:46px}.contact-banner .container[data-v-a0f7e587]{padding-left:32px;padding-right:28px}.contact-banner .contact-banner-inner .title h2[data-v-a0f7e587]{font-size:48px;font-weight:700;line-height:56px}.contact-banner .contact-banner-inner .content p[data-v-a0f7e587]{font-size:22px;font-weight:400;line-height:32px}.contact-banner .contact-banner-inner .contact[data-v-a0f7e587]{margin-top:50px}}.about-us[data-v-de28af7d]{padding-top:20px;padding-bottom:110px}.about-us .about-us-inner[data-v-de28af7d]{max-width:1386px;margin-left:auto;margin-right:auto}.about-us .about-us-inner .title h2[data-v-de28af7d]{color:#fff;font-size:66px;font-weight:700;line-height:85px}.about-us .about-us-inner .content[data-v-de28af7d]{margin-top:125px;max-width:1096px;margin-left:auto;margin-right:auto;border-radius:100px;background:#55ffa5}.about-us .about-us-inner .content p[data-v-de28af7d]{padding:71px 103px;color:#000;font-size:28px;font-weight:400;line-height:40px}.about-us .about-us-inner .action[data-v-de28af7d]{margin-top:216px}@media (max-width: 991px){.about-us .about-us-inner .content[data-v-de28af7d]{border-radius:50px}.about-us .about-us-inner .content p[data-v-de28af7d]{padding:48px 64px}}@media (max-width: 767px){.about-us[data-v-de28af7d]{padding-top:54px}.about-us .about-us-inner .title h2[data-v-de28af7d]{font-size:48px;font-weight:700;line-height:85px;margin-left:20px}.about-us .about-us-inner .content[data-v-de28af7d]{margin-top:42px}.about-us .about-us-inner .content p[data-v-de28af7d]{padding:29px 18px 30px 30px;font-size:16px;font-weight:400;line-height:26px}.about-us .about-us-inner .action[data-v-de28af7d]{margin-top:70px}}.contact-form-section[data-v-e89c95fd]{padding-top:150px;padding-bottom:150px}.contact-form-section .contact-form-section-inner[data-v-e89c95fd]{max-width:1386px;margin-left:auto;margin-right:auto}@media (max-width: 767px){.contact-form-section[data-v-e89c95fd]{margin-top:100px;padding-top:50px;padding-bottom:50px}}.publisher-banner{padding-top:195px;padding-bottom:195px;position:relative}.publisher-banner .bg{position:absolute;top:0;left:0;width:100%;height:100%}.publisher-banner .banner-inner{max-width:1070px;margin-left:auto;margin-right:auto;position:relative}.publisher-banner .banner-inner .i-star-01{position:absolute;top:-70px;right:-30px;scale:.5}.publisher-banner .banner-inner .i-star-02{position:absolute;top:45%;left:-80px}.publisher-banner .banner-inner .title{color:#fff;font-size:54px;font-weight:300;line-height:100px}.publisher-banner .banner-inner .title .text-boost{white-space:nowrap;position:relative;background:var(--lavender-color-200);border-radius:100px;padding:5px 20px;color:#000;font-weight:700}.publisher-banner .banner-inner .title .text-jamx{font-weight:700}.publisher-banner .banner-inner .title .text-audio,.publisher-banner .banner-inner .title .text-integration,.publisher-banner .banner-inner .title .text-audio-integration{position:relative;white-space:nowrap;background:var(--lavender-color-100);border-radius:100px;padding:5px 10px;color:#000;font-weight:700}.publisher-banner .banner-inner .title .text-audio,.publisher-banner .banner-inner .title .text-integration,.publisher-banner .banner-inner .title .text-audio-br{display:none}.publisher-banner .banner-inner .content{margin-top:24px;font-size:27px;line-height:36px;padding-left:110px;padding-right:110px}.publisher-banner .banner-inner .banner-action{margin-top:54px}.publisher-banner .banner-inner .banner-action .btn-come{width:262px}.publisher-banner .banner-inner .banner-action .btn-come button>span{font-weight:700}@media (max-width: 991px){.publisher-banner{padding-top:25px;padding-bottom:25px}.publisher-banner .banner-inner{max-width:680px}.publisher-banner .banner-inner .i-star-02{top:60%;left:-100px;transform:scale(.8)}}@media (max-width: 767px){.publisher-banner{margin-top:100px}.publisher-banner .banner-inner .title{font-size:40px;line-height:55px}.publisher-banner .banner-inner .content{margin-top:50px;font-size:18px;line-height:30px;font-weight:400;padding-left:10px;padding-right:10px}.publisher-banner .banner-inner .banner-action{margin-top:25px}.publisher-banner .banner-inner .title .text-boost,.publisher-banner .banner-inner .title .text-audio,.publisher-banner .banner-inner .title .text-integration,.publisher-banner .banner-inner .title .text-audio-integration{padding:0 20px}.publisher-banner .banner-inner .i-star-01{transform:scale(.7)}.publisher-banner .banner-inner .i-star-02{top:5%;left:-100px;transform:scale(.8)}.publisher-banner .banner-inner .banner-action .btn-come{padding:9px 20px}}@media (max-width: 664px){.publisher-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 350px);top:-60px}}@media (max-width: 624px){.publisher-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 300px);top:150px}}@media (max-width: 502px){.publisher-banner .banner-inner .i-star-02{right:auto;left:calc(50% - 320px);top:80px}.publisher-banner .banner-inner .title .text-audio-integration{display:none}.publisher-banner .banner-inner .title .text-audio,.publisher-banner .banner-inner .title .text-integration,.publisher-banner .banner-inner .title .text-audio-br{display:inline}}@media (max-width: 469px){.publisher-banner .banner-inner .i-star-02{top:15%;left:calc(50% - 310px)}}@media (max-width: 391px){.publisher-banner .banner-inner .i-star-02{top:8%;left:calc(50% - 280px)}}.publisher-audoexp{padding-top:50px;padding-bottom:0}.publisher-audoexp .publisher-audoexp-inner{max-width:1437px;margin-left:auto;margin-right:auto;display:flex;align-items:center;position:relative;justify-content:space-around}.publisher-audoexp .publisher-audoexp-inner .image{margin-right:70px;width:50%}.publisher-audoexp .publisher-audoexp-inner .data{width:50%}.publisher-audoexp .publisher-audoexp-inner .data .title{font-size:42px;font-style:normal;font-weight:700;line-height:150%;max-width:524px}.publisher-audoexp .publisher-audoexp-inner .data .content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:420px;margin-top:30px}.publisher-audoexp .publisher-audoexp-inner .data .action{margin-top:50px;display:flex;justify-content:flex-start}@media (max-width: 1599px){.publisher-audoexp .publisher-audoexp-inner{max-width:1347px}}@media (max-width: 1439px){.publisher-audoexp .publisher-audoexp-inner{max-width:1347px}.publisher-audoexp .publisher-audoexp-inner .data .title{font-size:42px}.publisher-audoexp .publisher-audoexp-inner .data .content{font-size:20px}}@media (max-width: 1199px){.publisher-audoexp .publisher-audoexp-inner .data .title{font-size:40px}.publisher-audoexp .publisher-audoexp-inner .data .content{font-size:20px}.publisher-audoexp .publisher-audoexp-inner .image{margin-right:30px}.publisher-audoexp .publisher-audoexp-inner .image img{width:100%}}@media (max-width: 991px){.publisher-audoexp .publisher-audoexp-inner{display:block}.publisher-audoexp .publisher-audoexp-inner .image{width:100%;margin-bottom:50px;display:flex;align-items:center;justify-content:center;max-width:600px;margin-left:auto;margin-right:auto}.publisher-audoexp .publisher-audoexp-inner .image img{margin-left:-100px}.publisher-audoexp .publisher-audoexp-inner .data{width:100%;max-width:600px;margin-left:auto;margin-right:auto}.publisher-audoexp .publisher-audoexp-inner .data .title{font-size:36px}.publisher-audoexp .publisher-audoexp-inner .data .content{font-size:15px}}@media (max-width: 767px){.publisher-audoexp .publisher-audoexp-inner .i-star-06{display:none}.publisher-audoexp .publisher-audoexp-inner{display:block}}@media (max-width: 575px){.publisher-audoexp .publisher-audoexp-inner .data .title,.publisher-audoexp .publisher-audoexp-inner .data .content{text-align:left}}.amplify-website{overflow:hidden;padding-top:165px;padding-bottom:216px}.amplify-website .container .amplify-website-inner{width:1164px;margin-left:auto;margin-right:auto;background:#1D1D1B;border-radius:100px;border:1px solid #FFF;padding:80px 45px 80px 85px;position:relative}.amplify-website .container .amplify-website-inner .amplify-website-content{justify-content:space-between}.amplify-website .container .amplify-website-inner .amplify-website-content .title h2{max-width:505px;font-size:42px;font-style:normal;font-weight:400;line-height:52px}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-row hr{height:40px;margin:0 38px;width:0px;border-left:none;border-right:1px solid #FFF}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item{display:flex;justify-content:start}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .image svg{width:80px;height:80px}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .text{margin-left:32px;width:100%}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .text span{font-size:24px;font-weight:700;line-height:29px;text-transform:capitalize}.amplify-website .container .amplify-website-inner .players{position:absolute;top:calc(100% - 230px);right:calc(100% - 550px)}.amplify-website .container .amplify-website-inner .players .player-02{position:absolute;top:100px;right:-50px}.amplify-website .container .amplify-website-inner .players .i-star-01-wrapper{position:absolute;top:-30px;left:calc(50% - 50px);z-index:2}.amplify-website .container .amplify-website-inner .i-star-05{position:absolute;top:-80px;right:-50px;scale:.5}.amplify-website .container .amplify-website-inner .i-star-06{position:absolute;bottom:-50px;left:calc(50% - 100px);scale:.5}@media (max-width: 1439px){.amplify-website .container .amplify-website-inner{width:1000px;padding-left:45px;padding-right:30px}.amplify-website .container .amplify-website-inner .i-star-06{bottom:120px;left:calc(50% - 150px)}.amplify-website .container .amplify-website-inner .players .player-02{right:-30px}}@media (max-width: 1199px){.amplify-website .container .amplify-website-inner{width:auto}.amplify-website .container .amplify-website-inner .players{right:auto;left:-30px}.amplify-website .container .amplify-website-inner .players .player-02{right:auto;left:50%;transform:translate(-50%)}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .text{margin-left:16px}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .text span{font-size:22px}.amplify-website .container .amplify-website-inner .amplify-website-content .title h2{font-size:42px}}@media (max-width: 991px){.amplify-website{padding-top:50px;padding-bottom:300px}.amplify-website .container .amplify-website-inner .amplify-website-content{flex-direction:column;align-items:center;justify-content:center;padding-bottom:120px}.amplify-website .container .amplify-website-inner .amplify-website-content .title h2{text-align:center}.amplify-website .container .amplify-website-inner .gallery{margin-top:60px}.amplify-website .container .amplify-website-inner .players{left:100px}.amplify-website .container .amplify-website-inner .players .player-02{right:auto;left:-100px;transform:translate(0)}.amplify-website .container .amplify-website-inner .players{top:calc(100% - 110px)}.amplify-website .container .amplify-website-inner .i-star-05{top:auto;bottom:-100px;right:auto;left:-80px}.amplify-website .container .amplify-website-inner .i-star-06{top:-100px;bottom:auto;right:-80px;left:auto}}@media (max-width: 767px){.amplify-website{padding-top:98px;padding-bottom:300px}.amplify-website .container .amplify-website-inner{padding:40px 16px;border-radius:50px}.amplify-website .container .amplify-website-inner .players .player-02{left:-120px}.amplify-website .container .amplify-website-inner .amplify-website-content .title h2{font-size:26px;font-weight:700;line-height:38px}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .image svg{width:72px;height:72px}.amplify-website .container .amplify-website-inner .amplify-website-content .gallery .gallery-item .text span{font-size:18px;line-height:29px}.amplify-website .container .amplify-website-inner .players{top:calc(100% - 110px);left:calc(50% - 150px);right:calc(50% - 150px)}.amplify-website .container .amplify-website-inner .i-star-05{top:auto;bottom:-20px;right:auto;left:-100px}}.publisher-features{padding-top:91px;padding-bottom:85px}.publisher-features .publisher-features-inner{padding-left:30px;padding-right:30px}.publisher-features .publisher-features-inner .feature-item-list .feature-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:100px}.publisher-features .publisher-features-inner .feature-item-list .feature-item:last-child{margin-bottom:0}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(2n){flex-direction:row-reverse}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item{margin-bottom:108px;max-width:612px}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item:last-child{margin-bottom:0}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .content{font-size:36px;line-height:52px}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .title{font-size:42px;line-height:52px;font-weight:700}.publisher-features .publisher-features-inner .feature-item-list .feature-item .image{position:relative}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(1) .image{width:520px;overflow:hidden;height:518px}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(1) .image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(2) .image .asterix{position:absolute;top:-30px;left:0}@media (max-width: 1439px){.publisher-features .publisher-features-inner{padding-left:0;padding-right:0}}@media (max-width: 1199px){.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item{max-width:500px}}@media (max-width: 1099px){.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item{max-width:380px}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .title,.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .content{font-size:32px}}@media (max-width: 991px){.publisher-features .publisher-features-inner .feature-item-list .feature-item{flex-direction:column-reverse}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(2n){flex-direction:column-reverse}.publisher-features .container{padding-left:40px;padding-right:40px}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item{max-width:500px;margin-bottom:50px}}@media (max-width: 767px){.publisher-features .container{padding-left:15px;padding-right:15px}.publisher-features{padding-top:0}.publisher-features .publisher-features-inner .feature-item-list .feature-item .image{width:100%;height:auto;max-width:500px;margin-left:auto;margin-right:auto}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(1) .image{width:100%;height:fit-content;width:fit-content}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(1) .image img{margin-left:-30px;width:100%;position:initial;transform:none}.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .title,.publisher-features .publisher-features-inner .feature-item-list .feature-item .text-item .content{font-size:26px;line-height:160%}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(2) .image img{width:100%}.publisher-features .publisher-features-inner .feature-item-list .feature-item:nth-child(2) .image .asterix{position:absolute;top:15px;left:15px;scale:1;width:80px}}.overflow-auto{overflow:auto!important}.po-banner{padding-top:100px;padding-bottom:100px}.po-banner .po-banner-inner{max-width:1260px;padding:0 30px;margin-left:auto;margin-right:auto;display:flex}.po-banner .po-banner-inner .left{max-width:500px}.po-banner .po-banner-inner .left .title h1{font-size:56px;line-height:100%;font-weight:600;margin-bottom:15px;margin-top:10px;background:-webkit-linear-gradient(106.51deg,#ffffff 27.94%,#d9ff3f 67.52%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.po-banner .po-banner-inner .left .desc p{font-size:16px;line-height:150%;padding-right:100px}.po-banner .po-banner-inner .left .left-form{margin-top:10px}.po-banner .po-banner-inner .left .left-form button{width:270px;height:48px}.po-banner .po-banner-inner .left .left-form .input-group{position:relative;width:100%;max-width:320px;margin-bottom:10px}.po-banner .po-banner-inner .left .left-form .input-group input{width:100%;height:38px;border-radius:28px;padding:10px 12px 10px 32px;background:white;border:none}.po-banner .po-banner-inner .left .left-form .input-group .icon{position:absolute;width:fit-content;height:100%;left:12px;display:flex;align-items:center}.po-banner .po-banner-inner .left .left-form .input-group button{position:absolute;width:102px;height:32px;top:3px;right:3px;border-radius:30px;background:#101010;color:#d9ff3f;font-size:14px;line-height:18px;font-weight:400;cursor:pointer}.po-banner .po-banner-inner .left .left-form p.desc{font-size:12px;line-height:22px;color:#85859b}.po-banner .po-banner-inner .left .left-form p.desc a{color:#fff;text-decoration:underline}@media (max-width: 1199px){.po-banner .po-banner-inner .right img{width:470px}}@media (max-width: 991px){.po-banner{padding:30px 0 50px}.po-banner .po-banner-inner{flex-direction:column-reverse;max-width:610px;width:100%;margin-left:auto;margin-right:auto}.po-banner .po-banner-inner .right{position:relative}.po-banner .po-banner-inner .right:after{background:linear-gradient(180deg,rgba(16,16,16,0) 0%,#101010 77.5%);position:absolute;left:0;top:0;width:100%;height:100%;display:block;content:""}.po-banner .po-banner-inner .left{margin-top:-80px;position:relative;z-index:1}.po-banner .po-banner-inner .left *{text-align:center}.po-banner .po-banner-inner .left .title h1{font-size:48px}.po-banner .po-banner-inner .left .title h1 br{display:none}.po-banner .po-banner-inner .left .desc p{padding-right:0}.po-banner .po-banner-inner .left .left-form{display:flex;flex-direction:column;align-items:center}}@media (max-width: 767px){.po-banner{padding:10px 0 80px}.po-banner .po-banner-inner .right{margin:-15px}.po-banner .po-banner-inner .right img{width:100%}.po-banner .po-banner-inner .left .title h1{font-size:32px;padding:0 15px}.po-banner .po-banner-inner .left{margin-top:-100px}.po-banner .po-banner-inner{padding:0 15px}.po-banner .po-banner-inner .left .left-form .input-group{max-width:100%}.po-banner .po-banner-inner .left .desc p{padding:0 15px}}.amplifying-voice{padding-top:0;padding-bottom:50px}.amplifying-voice .amplifying-voice-inner{max-width:1260px;padding:0 30px;margin-left:auto;margin-right:auto}.amplifying-voice .amplifying-voice-inner .subtitle p{font-size:16px;text-align:center}.amplifying-voice .amplifying-voice-inner .inner-content{display:flex}.amplifying-voice .amplifying-voice-inner .inner-content .left{width:55%;margin-right:100px;padding-top:30px;height:fit-content}.amplifying-voice .amplifying-voice-inner .inner-content .left .title h2{font-size:56px;line-height:100%;font-weight:300}.amplifying-voice .amplifying-voice-inner .inner-content .left .title h2 .strong{font-weight:600;background:-webkit-linear-gradient(106.51deg,#ffffff 27.94%,#d9ff3f 67.52%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.amplifying-voice .amplifying-voice-inner .inner-content .right{width:45%;display:flex;flex-direction:column;align-items:center;padding-top:30px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item{width:272px;margin-bottom:100px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .badge{position:relative;width:fit-content;padding:1px 1px 2px;margin-bottom:15px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .badge:before{background:linear-gradient(0deg,#d6d5fe -58.33%,rgba(21,16,155,0) 100%);box-shadow:0 1px 44px #ffa7fb0f;display:block;content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:20px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .badge .badge-content{position:relative;z-index:1;background:linear-gradient(85.77deg,#000000 3.44%,#272727 142.15%);box-shadow:1px 4px 12px #aaa7ff1f;display:flex;align-items:center;width:fit-content;padding:6px 14px;border:1px solid;border-radius:20px;border:none}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .badge .badge-content span{font-size:14px;line-height:18px;margin-left:10px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .badge .badge-content .icon{display:flex;height:16px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(1) .badge:before{background:linear-gradient(0deg,#d6d5fe -58.33%,rgba(21,16,155,0) 100%);box-shadow:0 1px 44px #ffa7fb0f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(1) .badge-content{background:linear-gradient(85.77deg,#000000 3.44%,#272727 142.15%);box-shadow:1px 4px 12px #aaa7ff1f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(2) .badge:before{background:linear-gradient(0deg,#d9ff3f -58.33%,rgba(21,16,155,0) 100%);box-shadow:0 1px 44px #ffa7fb0f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(2) .badge-content{background:linear-gradient(85.77deg,#000000 3.44%,#272727 142.15%);box-shadow:1px 4px 12px #d9ff3f29}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(3) .badge:before{background:linear-gradient(0deg,#55ffa5 -58.33%,rgba(51,153,99,0) 100%);box-shadow:0 1px 44px #ffa7fb0f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(3) .badge-content{background:linear-gradient(85.77deg,#000000 3.44%,#272727 142.15%);box-shadow:1px 4px 12px #55ffa51f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(4) .badge:before{background:linear-gradient(0deg,#ffa7fb -58.33%,rgba(255,167,251,0) 100%);box-shadow:0 1px 44px #ffa7fb0f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item:nth-child(4) .badge-content{background:linear-gradient(85.77deg,#000000 3.44%,#272727 142.15%);box-shadow:1px 4px 12px #ffa7fb1f}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .title h3{font-size:24px;line-height:28px;font-weight:400;margin-bottom:10px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .content p{font-size:14px;line-height:18px;margin-bottom:10px}@media (max-width: 1199px){.amplifying-voice .amplifying-voice-inner .inner-content .left{margin-right:0}}@media (max-width: 991px){.amplifying-voice .amplifying-voice-inner{max-width:610px;margin-left:auto;margin-right:auto}.amplifying-voice .amplifying-voice-inner .inner-content{flex-direction:column}.amplifying-voice .amplifying-voice-inner .inner-content .left,.amplifying-voice .amplifying-voice-inner .inner-content .right{width:100%}.amplifying-voice .amplifying-voice-inner .inner-content .right{margin-top:50px;padding-top:0}.amplifying-voice .amplifying-voice-inner .inner-content .left .title h2{font-size:40px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item{width:100%;margin-bottom:50px}}@media (max-width: 767px){.amplifying-voice{padding-bottom:30px}.amplifying-voice .amplifying-voice-inner .subtitle p{line-height:24px;text-align:left}.amplifying-voice .amplifying-voice-inner{padding:0 15px}.amplifying-voice .amplifying-voice-inner .inner-content .left .title h2{padding-right:45px}.amplifying-voice .amplifying-voice-inner .inner-content .right .right-item .title h3{padding-right:30px}}.feature-gallery[data-v-668f9aac]{padding-top:30;padding-bottom:30}.feature-gallery .feature-gallery-inner[data-v-668f9aac]{max-width:1260px;padding:0 30px;margin-left:auto;margin-right:auto}.feature-gallery .feature-gallery-inner .gallery .gallery-item[data-v-668f9aac]{padding:14px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .top[data-v-668f9aac]{display:flex}.feature-gallery .feature-gallery-inner .gallery .gallery-item .top .icon[data-v-668f9aac]{width:140px;height:140px;border-radius:50px;display:flex;align-items:center;justify-content:center}.feature-gallery .feature-gallery-inner .gallery .gallery-item .bottom[data-v-668f9aac]{margin-top:15px;padding-right:100px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .bottom .title span[data-v-668f9aac]{font-size:24px;font-weight:400;line-height:28px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .bottom .content[data-v-668f9aac]{line-height:18px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .bottom .content span[data-v-668f9aac]{font-size:14px}.feature-gallery .feature-gallery-inner .gallery .grid-row>div:nth-child(1) .gallery-item .top .icon[data-v-668f9aac]{background:#55ffa5}.feature-gallery .feature-gallery-inner .gallery .grid-row>div:nth-child(2) .gallery-item .top .icon[data-v-668f9aac]{background:#ffa7fb}.feature-gallery .feature-gallery-inner .gallery .grid-row>div:nth-child(3) .gallery-item .top .icon[data-v-668f9aac]{background:#aaa7ff}.feature-gallery .feature-gallery-inner .gallery .grid-row>div:nth-child(4) .gallery-item .top .icon[data-v-668f9aac]{background:#d9ff3f}@media (max-width: 1199px){.feature-gallery .feature-gallery-inner .gallery .gallery-item .bottom[data-v-668f9aac]{padding-right:0}}@media (max-width: 991px){.feature-gallery .feature-gallery-inner[data-v-668f9aac]{max-width:610px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .top[data-v-668f9aac]{display:flex;align-content:center;justify-content:center}.feature-gallery .feature-gallery-inner .gallery .gallery-item .top .icon[data-v-668f9aac]{width:80px;height:80px;border-radius:24px}.feature-gallery .feature-gallery-inner .gallery .gallery-item .top .icon svg[data-v-668f9aac]{width:50px;height:50px}.feature-gallery .feature-gallery-inner .gallery .gallery-item[data-v-668f9aac]{text-align:center}}@media (max-width: 767px){.feature-gallery .feature-gallery-inner[data-v-668f9aac]{padding:0 15px}.feature-gallery .feature-gallery-inner .gallery .gallery-item[data-v-668f9aac]{padding:0}}.po-overview{padding-top:100px;padding-bottom:0}.po-overview .po-overview-inner{max-width:1260px;padding:0 30px;margin-left:auto;margin-right:auto;display:flex}.po-overview .po-overview-inner .left{width:50%}.po-overview .po-overview-inner .left .image{width:100%;margin-bottom:8px;height:208px;border-radius:20px;overflow:hidden}.po-overview .po-overview-inner .left .image img{width:100%;height:100%;object-fit:cover}.po-overview .po-overview-inner .right{width:50%}.po-overview .po-overview-inner .right .right-item-gallery .top,.po-overview .po-overview-inner .right .right-item-gallery .bottom{width:100%;display:flex}.po-overview .po-overview-inner .right .right-item-gallery .right-item{width:40%;border-radius:20px;height:100px;background:#D9FF3F;margin-left:8px;margin-bottom:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.po-overview .po-overview-inner .right .right-item-gallery .right-item .value{font-size:32px;line-height:38px;font-weight:600;text-align:center}.po-overview .po-overview-inner .right .right-item-gallery .right-item .desc{font-size:14px;line-height:18px;text-align:center}.po-overview .po-overview-inner .right .right-item-gallery .right-item *{color:#000}.po-overview .po-overview-inner .right .right-item-gallery .right-item.long{width:60%}.po-overview .po-overview-inner .right .right-item-gallery .right-item.short{width:40%}.po-overview .po-overview-inner .right .right-item-gallery .right-item.color-1{background:#D9FF3F}.po-overview .po-overview-inner .right .right-item-gallery .right-item.color-2{background:#AAA7FF}.po-overview .po-overview-inner .right .right-item-gallery .right-item.color-3{background:#55FFA5}.po-overview .po-overview-inner .right .right-item-gallery .right-item.color-4{background:#FFA7FB}@media (max-width: 767px){.po-overview .po-overview-inner{flex-direction:column-reverse;padding:0 15px}.po-overview .po-overview-inner .left,.po-overview .po-overview-inner .right{width:100%}}@media (max-width: 575px){.po-overview .po-overview-inner .left .image{height:100px}}.po-footer{padding-top:0;padding-bottom:50px}.po-footer .po-footer-inner{max-width:1260px;margin-left:auto;margin-right:auto;padding:0 30px}.po-footer .po-footer-inner .inner-content-wrapper{background:#aaa7ff;border-radius:30px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content{max-width:700px;padding-top:50px;padding-bottom:50px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between}.po-footer .po-footer-inner .inner-content-wrapper .inner-content *{color:#000}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .left{max-width:270px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .left .title h2{font-size:32px;line-height:34px;margin-bottom:10px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .left .content p{font-size:14px;line-height:18px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right{max-width:282px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right .po-footer-form input{width:100%;max-width:242px;height:32px;border-radius:8px;padding:7px 12px;line-height:18px;font-size:14px;margin-bottom:4px;background:white;border:none}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right .po-footer-form button{cursor:pointer;width:270px;height:48px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right .po-footer-form p{line-height:22px;font-size:12px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right .po-footer-form p a{color:#fff}@media (max-width: 991px){.po-footer .po-footer-inner .inner-content-wrapper .inner-content{max-width:600px}}@media (max-width: 767px){.po-footer .po-footer-inner{padding:0 15px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content{flex-direction:column;max-width:270px;padding-top:30px;padding-bottom:30px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .left,.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right{width:100%;max-width:100%}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right{margin-top:30px}.po-footer .po-footer-inner .inner-content-wrapper .inner-content .right .po-footer-form p{padding-right:120px}}.network-description{padding-top:50px;padding-bottom:50px}.network-description .network-description-inner{max-width:1260px;padding:0 30px;margin-left:auto;margin-right:auto}.network-description .network-description-inner .content{display:flex;align-items:center;gap:50px}.network-description .network-description-inner .content .image{flex-shrink:0;width:300px;height:300px;border-radius:20px;overflow:hidden}.network-description .network-description-inner .content .image img{width:100%;height:100%;object-fit:cover}.network-description .network-description-inner .content .text{flex:1}.network-description .network-description-inner .content .text p{font-size:18px;line-height:150%;font-weight:300}@media (max-width: 991px){.network-description .network-description-inner .content{flex-direction:column;text-align:center;gap:30px}.network-description .network-description-inner .content .image{width:250px;height:250px}.network-description .network-description-inner .content .text p{font-size:16px}}@media (max-width: 767px){.network-description{padding-top:30px;padding-bottom:30px}.network-description .network-description-inner{padding:0 15px}.network-description .network-description-inner .content .image{width:200px;height:200px}.network-description .network-description-inner .content .text p{font-size:14px}}main{position:relative}main .es-group{position:absolute;left:0;top:0;width:100%;height:100%}main .es-group .es-01{transform:translate(-30%,-30%);position:absolute}main .es-group .es-02{position:absolute;right:0;top:200px}main .es-group .es-03{position:absolute;left:0;bottom:0}main .podcasters-offer{position:relative;z-index:1}.toggle-switch[data-v-7386ca26]{width:122px;height:60px;background:linear-gradient(137.9deg,#596182 23.74%,#13151c 132.25%);border-radius:50px;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.toggle-switch[data-v-7386ca26]:focus{outline:none}.toggle-knob[data-v-7386ca26]{width:50px;height:50px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:5%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;transition:left .3s ease}.toggle-switch.checked .toggle-knob[data-v-7386ca26]{left:calc(100% - 55px)}.toggle-knob svg[data-v-7386ca26]{width:30px;height:30px}@media (max-width: 768px){.toggle-switch[data-v-7386ca26]{width:104px;height:51px}.toggle-knob[data-v-7386ca26]{width:43px;height:43px}.toggle-switch.checked .toggle-knob[data-v-7386ca26]{left:calc(100% - 48px)}.toggle-knob svg[data-v-7386ca26]{width:26px;height:26px}}@media (max-width: 480px){.toggle-switch[data-v-7386ca26]{width:85px;height:42px}.toggle-knob[data-v-7386ca26]{width:35px;height:35px}.toggle-switch.checked .toggle-knob[data-v-7386ca26]{left:calc(100% - 40px)}.toggle-knob svg[data-v-7386ca26]{width:21px;height:21px}}[data-v-0fdaa191]:root{--back-color: #131313;--active-color-04: rgba(var(--active-color-rgb), .4)}.color-scheme-green[data-v-0fdaa191]{--active-color: #56ffa5;--active-color-rgb: 86, 255, 165}.color-scheme-purple[data-v-0fdaa191]{--active-color: #a9a7ff;--active-color-rgb: 169, 167, 255}.color-scheme-yellow[data-v-0fdaa191]{--active-color: #d8ff3f;--active-color-rgb: 216, 255, 63}.color-scheme-blue[data-v-0fdaa191]{--active-color: #3f8eff;--active-color-rgb: 63, 142, 255}.outer-perspective[data-v-0fdaa191]{perspective:2000px;width:100%;max-width:1300px;position:relative;padding:0 20px}.showcase-container[data-v-0fdaa191]{width:100%;max-width:1250px;border-radius:0;overflow:hidden;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.frame-overlay[data-v-0fdaa191]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:30;transform-style:preserve-3d}.frame-edge[data-v-0fdaa191]{position:absolute}.frame-edge-top[data-v-0fdaa191]{top:0;left:0;width:100%;height:1px;transform:translateZ(15px)}.frame-edge-bottom[data-v-0fdaa191]{bottom:0;left:0;width:100%;height:1px;transform:translateZ(15px)}.frame-edge-left[data-v-0fdaa191]{top:0;left:0;width:1px;height:100%;transform:translateZ(15px)}.frame-edge-right[data-v-0fdaa191]{top:0;right:0;width:1px;height:100%;transform:translateZ(15px)}.showcase-header[data-v-0fdaa191]{padding:15px 20px;border-bottom:1px solid var(--active-color);font-family:Figtree,sans-serif;position:relative;z-index:10;background-color:var(--back-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto}.showcase-header-container[data-v-0fdaa191]{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto}.showcase-title[data-v-0fdaa191]{font-size:30px;font-weight:200;color:#fff}.device-toggle[data-v-0fdaa191]{display:flex;align-items:center;gap:10px;background-color:#222;border-radius:30px;padding:5px}.device-button[data-v-0fdaa191]{background:none;border:none;cursor:pointer;color:#888;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.device-button.active[data-v-0fdaa191]{background-color:#222;color:var(--active-color);box-shadow:0 0 10px rgba(var(--active-color-rgb),.4)}.device-button svg[data-v-0fdaa191]{width:18px;height:18px}.content-plane[data-v-0fdaa191]{transform-style:preserve-3d;position:relative;margin:auto;max-width:100%}.content-plane.mobile[data-v-0fdaa191]{width:360px}.content-plane.tablet[data-v-0fdaa191]{width:640px}.content-plane.desktop[data-v-0fdaa191]{width:1040px}.showcase-content[data-v-0fdaa191]{position:relative;padding:0;display:flex;flex-direction:column;align-items:center}.mock-blocks-container[data-v-0fdaa191],.bottom-mock-block-container[data-v-0fdaa191],.widget-container[data-v-0fdaa191],.widget-container-wrapper[data-v-0fdaa191],.content-plane[data-v-0fdaa191]{transition:width .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),scale .6s cubic-bezier(.22,1,.36,1),background-color .6s ease-in-out}.mock-blocks-container[data-v-0fdaa191]{width:100%;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:50px 20px}.mock-block[data-v-0fdaa191]{height:80px;background-color:#333;border-radius:8px;flex-grow:1;flex-basis:calc(25% - 8px);transition:transform .3s ease,background-color .6s ease-in-out;position:relative;overflow:hidden}.bottom-mock-block-container[data-v-0fdaa191]{width:100%;display:flex;justify-content:center;padding:20px}.bottom-mock-block[data-v-0fdaa191]{width:100%;height:80px;background-color:#333;border-radius:8px;transition:transform .3s ease,background-color .7s ease-in-out;position:relative;overflow:hidden}.widget-container-wrapper[data-v-0fdaa191]{width:100%;display:flex;justify-content:center;position:relative;z-index:5}.widget-border[data-v-0fdaa191]{padding:20px;background-color:#fff;position:relative}.widget-container[data-v-0fdaa191]{border-radius:0;padding:20px!important;max-width:100%;overflow:hidden;position:relative}.widget-container.mobile[data-v-0fdaa191]{width:360px}.widget-container.tablet[data-v-0fdaa191]{width:900px}.widget-container.desktop[data-v-0fdaa191]{width:1040px}.showcase-info[data-v-0fdaa191]{padding:15px 20px;font-size:14px;color:#999;border-top:1px solid var(--active-color);width:100%;background-color:var(--back-color);position:relative;z-index:10;transform:translateZ(0)}.info-row[data-v-0fdaa191]{display:flex;font-size:14px}.info-label[data-v-0fdaa191]{width:240px;font-weight:700;color:#999;font-size:14px}.info-value[data-v-0fdaa191]{color:#fff;font-size:14px}.mobile-layout .mock-block[data-v-0fdaa191]{flex-basis:calc(50% - 5px)}@media (max-width: 1100px){.widget-container.desktop[data-v-0fdaa191]{width:100%}}@media (max-width: 950px){.widget-container.tablet[data-v-0fdaa191]{width:100%}}@media (max-width: 600px){.showcase-title[data-v-0fdaa191]{text-align:center}.info-label[data-v-0fdaa191],.info-value[data-v-0fdaa191]{font-size:12px;line-height:16px;font-weight:400;width:50%}.info-value[data-v-0fdaa191]{text-align:right}.showcase-header[data-v-0fdaa191]{flex-direction:column;gap:10px;align-items:center}.showcase-header-container[data-v-0fdaa191]{display:block}.mock-block[data-v-0fdaa191]{flex-basis:calc(50% - 5px)}.outer-perspective[data-v-0fdaa191]{perspective:600px}.content-plane.mobile[data-v-0fdaa191],.content-plane.tablet[data-v-0fdaa191],.content-plane.desktop[data-v-0fdaa191]{width:100%}.content-plane[data-v-0fdaa191]{scale:.6;margin:-180px auto -150px;transition:scale .6s cubic-bezier(.22,1,.36,1),margin .6s cubic-bezier(.22,1,.36,1),width .6s cubic-bezier(.22,1,.36,1)}.device-toggle[data-v-0fdaa191]{display:none}}@media (prefers-reduced-motion){.showcase-container[data-v-0fdaa191],.content-plane[data-v-0fdaa191],.frame-overlay[data-v-0fdaa191],.frame-edge[data-v-0fdaa191]{transform:none!important;transition:opacity .3s ease!important}}*[data-v-63f1f100]{margin:0;padding:0;box-sizing:border-box;--back-color: #131313}.color-scheme-green[data-v-63f1f100]{--active-color: #56ffa5}.color-scheme-purple[data-v-63f1f100]{--active-color: #a9a7ff}.color-scheme-yellow[data-v-63f1f100]{--active-color: #d8ff3f}.color-scheme-blue[data-v-63f1f100]{--active-color: #3f8eff}.mt-20[data-v-63f1f100]{margin-top:-20px}.mb-20[data-v-63f1f100]{margin-bottom:-20px}body[data-v-63f1f100]{font-family:Figtree,sans-serif;background-color:var(--back-color);color:#fff;display:flex;flex-direction:column;gap:110px;align-items:center;min-height:100vh;padding:0;overflow-x:hidden;width:100%;box-sizing:border-box}.showcase-container[data-v-63f1f100]{display:flex;flex-direction:column;width:100%;align-items:center;gap:24px;max-width:1300px;margin:0 auto}.toggle-switch-container[data-v-63f1f100]{width:100%;padding:25px var(--page-padding) 0 var(--page-padding);display:flex;justify-content:end}@media (max-width: 991px){.toggle-switch-container[data-v-63f1f100]{padding-top:121px}}@media (max-width: 768px){.title-text[data-v-63f1f100]{font-size:60px}}@media (max-width: 480px){.title-text[data-v-63f1f100]{font-size:40px}}.jamfeeds-banner .jamfeeds-banner-inner .top{max-width:878px;padding-top:100px;padding-bottom:50px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.jamfeeds-banner .jamfeeds-banner-inner .top .top-title{display:flex;align-items:center;justify-content:center}.jamfeeds-banner .jamfeeds-banner-inner .top .top-title svg{width:145px;height:150px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-title h1{font-size:100px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-content{display:flex;align-items:center;justify-content:center}.jamfeeds-banner .jamfeeds-banner-inner .top .top-content p{font-size:38px;text-align:center}.jamfeeds-banner .jamfeeds-banner-inner .top .top-content p a{color:#fff;text-decoration:underline}.jamfeeds-banner .jamfeeds-banner-inner .bottom{max-width:1420px;padding-top:50px;padding-bottom:100px;margin-left:auto;margin-right:auto}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1{font-size:80px;line-height:120%;text-align:center;font-weight:600}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1 span{white-space:nowrap;position:relative;background:#21BC91;border-radius:100px;padding:0 20px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1 span .i-star-01{position:absolute;top:-58px;right:20px;scale:.5}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content{padding-left:200px;padding-right:200px;padding-top:30px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content p{text-align:center;font-size:30px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content p span{white-space:nowrap;position:relative;background:#21BC91;font-weight:600;border-radius:100px;padding:0 10px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action{margin-top:54px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download{width:590px;padding:20px;background:#6F44E6!important}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download *{color:#fff!important;fill:#fff;stroke:#fff}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download span.button-text{font-size:30px!important;font-weight:600!important;text-decoration:underline}@media (max-width: 1599px){.jamfeeds-banner .jamfeeds-banner-inner{width:auto;padding-left:30px;padding-right:30px}}@media (max-width: 1399px){.jamfeeds-banner .jamfeeds-banner-inner .top .top-title h1{font-size:80px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-content p{font-size:30px}.jamfeeds-banner .jamfeeds-banner-inner{width:auto;padding-left:30px;padding-right:30px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1{font-size:60px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content p{font-size:24px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download span.button-text{font-size:24px!important}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download{width:490px}}@media (max-width: 991px){.jamfeeds-banner .jamfeeds-banner-inner .top .top-title h1{font-size:70px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1{font-size:52px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content{padding-left:50px;padding-right:50px}}@media (max-width: 767px){.jamfeeds-banner .jamfeeds-banner-inner .top{padding-top:30px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-title svg{width:50px;height:60px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-title h1{font-size:36px}.jamfeeds-banner .jamfeeds-banner-inner .top .top-content p{font-size:21px}.jamfeeds-banner .jamfeeds-banner-inner .bottom{padding-top:0;padding-bottom:50px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1{font-size:44px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content{padding-left:0;padding-right:0}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-content p{font-size:20px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download{width:343px;height:50px}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-action .btn-download span.button-text{font-size:18px!important}.jamfeeds-banner .jamfeeds-banner-inner .bottom .bottom-title h1 span .i-star-01{scale:.3;right:0}}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner{max-width:1736px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center;padding-top:50px;padding-bottom:50px;gap:100px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left{display:flex;gap:30px;width:50%}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title .small-icon{display:none}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title h2{font-size:41px;font-weight:800}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content{padding-top:30px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content ul{display:flex;flex-direction:column;gap:10px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content ul li{display:flex;align-items:center;gap:5px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right{width:50%;border-radius:38px;background:#1D2530;position:relative}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .i-star-01{position:absolute;top:-58px;left:50px;scale:.5}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .i-star-02{position:absolute;bottom:-58px;right:20px;scale:.8}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .content{padding-left:30px;padding-right:30px;margin-top:-150px;margin-bottom:-100px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .content img{width:100%}@media (max-width: 1800px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner{padding-left:50px;padding-right:50px}}@media (max-width: 1599px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .content{margin-top:-100px;margin-bottom:-50px}}@media (max-width: 1399px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .big-icon svg{width:100px;height:100px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title h2{font-size:30px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content ul li span{font-size:16px}}@media (max-width: 1299px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .big-icon{display:none}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title{display:flex;align-items:center;gap:16px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content{padding-top:10px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title .small-icon{display:block}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .title .small-icon svg{width:60px;height:60px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right{border-radius:20px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner{gap:50px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .content{margin-top:-50px;margin-bottom:-30px}}@media (max-width: 991px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner{flex-direction:column;gap:70px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left,.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right{width:100%;max-width:500px}}@media (max-width: 767px){.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner{padding:30px 15px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right{border-radius:16px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .content{padding-left:10px;padding-right:10px;margin-top:-50px;margin-bottom:-50px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content ul li span{letter-spacing:-1px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .left .content ul li svg{width:6px;height:6px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .i-star-01{scale:.3;left:10px}.jamfeeds-why-listen-jamfeeds .jamfeeds-why-listen-jamfeeds-inner .right .i-star-02{scale:.4;right:0}}.jamfeeds-features .jamfeeds-features-inner{max-width:1736px;margin-left:auto;margin-right:auto;padding-top:50px;padding-bottom:200px}.jamfeeds-features .jamfeeds-features-inner .title{display:flex;align-items:center;gap:30px}.jamfeeds-features .jamfeeds-features-inner .title h2{font-size:46px;font-weight:800}.jamfeeds-features .jamfeeds-features-inner .content{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-top:30px}.jamfeeds-features .jamfeeds-features-inner .content .content-left,.jamfeeds-features .jamfeeds-features-inner .content .content-right{width:50%;padding:30px;border-radius:23px;background:#1D2530}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul{display:flex;flex-direction:column;gap:30px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li{display:flex;gap:10px;height:180px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .icon,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .icon{margin-top:5px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-title,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-title{font-size:30px;font-weight:600}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-content,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-content{font-size:30px;font-weight:400}.jamfeeds-features .jamfeeds-features-inner .actions{margin-top:150px}.jamfeeds-features .jamfeeds-features-inner .actions .btn-download{width:590px;padding:20px;background:#6F44E6!important}.jamfeeds-features .jamfeeds-features-inner .actions .btn-download *{color:#fff!important;fill:#fff;stroke:#fff}.jamfeeds-features .jamfeeds-features-inner .actions .btn-download span.button-text{font-size:30px!important;font-weight:600!important;text-decoration:underline}@media (max-width: 1800px){.jamfeeds-features .jamfeeds-features-inner{padding-left:50px;padding-right:50px}}@media (max-width: 1399px){.jamfeeds-features .jamfeeds-features-inner .title svg{width:100px;height:100px}.jamfeeds-features .jamfeeds-features-inner .title h2{font-size:30px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-title,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-title,.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-content,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-content{font-size:24px}.jamfeeds-features .jamfeeds-features-inner .actions{margin-top:100px}.jamfeeds-features .jamfeeds-features-inner .actions .btn-download span.button-text{font-size:24px!important}.jamfeeds-features .jamfeeds-features-inner .actions .btn-download{width:490px}}@media (max-width: 991px){.jamfeeds-features .jamfeeds-features-inner .title svg{width:60px;height:60px}.jamfeeds-features .jamfeeds-features-inner .content{flex-direction:column}.jamfeeds-features .jamfeeds-features-inner .content .content-left,.jamfeeds-features .jamfeeds-features-inner .content .content-right{width:100%;padding:0}.jamfeeds-features .jamfeeds-features-inner .content{gap:50px;border-radius:16px;background:#1D2530;padding:30px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul{gap:50px;border-radius:0;background:unset}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li{height:auto}}@media (max-width: 767px){.jamfeeds-features .jamfeeds-features-inner{padding:30px 15px}.jamfeeds-features .jamfeeds-features-inner .content{padding:20px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .icon,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .icon{margin-top:-8px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .icon svg,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .icon svg{width:10px;height:10px}.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-title,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-title,.jamfeeds-features .jamfeeds-features-inner .content .content-left ul li .list-content,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul li .list-content{font-size:16px;line-height:20px}.jamfeeds-features .jamfeeds-features-inner .content,.jamfeeds-features .jamfeeds-features-inner .content .content-left ul,.jamfeeds-features .jamfeeds-features-inner .content .content-right ul{gap:30px}}main.main.jamfeeds{background:#030D19}
