.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:FontRegular;src:url(/fonts/Heebo-Regular_pdbs9c.ttf)}@font-face{font-family:FontBold;src:url(/fonts/Heebo-Bold_nhr5uw.ttf)}@font-face{font-family:FontLight;src:url(/fonts/Heebo-Light_rneqad.ttf)}@font-face{font-family:FontExtraBold;src:url(/fonts/Heebo-ExtraBold_zmqlir.ttf)}@font-face{font-family:FontExtraLight;src:url(/fonts/Heebo-ExtraLight_nbjf9z.ttf)}@font-face{font-family:FontCustom;src:url(/fonts/FtPilKahol2_ht82xg.ttf)}*{box-sizing:border-box;font-family:FontRegular}.app{min-height:100vh}html{line-height:1.6;letter-spacing:.5px;font-size:16px;color:#fff;margin:0;padding:0}body{margin:0;padding:0;max-width:100%;overflow-x:hidden;background-color:#111}h1,h2,h3,h4,h5,h6{margin:0;line-height:1;font-weight:unset}img{width:100%;object-fit:cover}p{margin:0}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}hr{border:0;height:1px;background:#efeff0}button{cursor:pointer}*::-webkit-scrollbar{width:8px;cursor:pointer}*::-webkit-scrollbar-track{background:#d9d9d9}*::-webkit-scrollbar-thumb{border-radius:25px;background-color:#a6a5a5}.form-input{height:36px;width:100%;padding:6px;border-radius:4px;border:1px solid #cacaca}.form-input:focus{outline:none;background-color:#fafafa}.submit-btn{width:100%;height:36px;background-color:#303030;color:#fff;border:none;border-radius:4px;transition:.2s ease}@media (hover: hover){.submit-btn:hover{background-color:#999898}}.scroll-down-hint{animation:animateDown 1.5s infinite;position:absolute;bottom:20px;left:50%;width:20px;height:20px}.scroll-down-hint img{transform:translate(-50%);width:100%;height:100%}.flex{display:flex}.flex>*.full{flex:1}.flex.column{flex-direction:column}.flex.justify-center{justify-content:center}.flex.align-center{align-items:center}.flex.space-between{justify-content:space-between}.flex.flex-column{flex-direction:column}.flex-center{display:flex;justify-content:center;align-items:center}.full-screen{width:100%;min-height:100dvh}.half-screen{width:100%;min-height:50dvh}.clean-list{margin:0;padding:0;list-style:none}.animate-fade{transition:all .7s ease-in-out}.animate-rotate{animation:rotate 1s linear infinite}.bold{font-family:FontBold}.extra-bold{font-family:FontExtraBold}.light{font-family:FontLight}.extra-light{font-family:FontExtraLight}.text-shadow{text-shadow:0px 4px 3px rgba(0,0,0,.4),0px 8px 13px rgba(0,0,0,.1),0px 18px 23px rgba(0,0,0,.1)}.contact-colored-btn{background-color:#ff003d;color:#fff;font-size:18px;border:none;height:50px;width:150px}.mobile-contact-us-btn{background-color:#ff003d;color:#fff;font-size:14px;border:none;height:40px;width:120px}@media (min-width: 768px){.mobile-contact-us-btn{display:none}}.mobile-whatsapp-btn{z-index:2000;display:flex;justify-content:center;align-items:center;position:fixed;background-color:transparent;border:none;width:70px;height:70px;left:30px;bottom:30px}@media (min-width: 768px){.mobile-whatsapp-btn{display:none}}.main-layout{display:grid;grid-template-columns:30px 1fr 30px}.main-layout>*{grid-column:2}.main-layout>*.full{grid-column:1/-1}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animation-opacity-in{0%{opacity:.3}to{opacity:1}}@keyframes float{0%{transform:translatey(0) rotate(5deg)}50%{transform:translatey(-20px) rotate(5deg)}to{transform:translatey(0) rotate(5deg)}}@keyframes animateDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(5px)}60%{transform:translateY(3px)}}@keyframes scrollUp{0%{transform:translateY(-50px)}to{transform:translateY(50px)}}.home-page{animation:animation-opacity-in .3s ease;width:100%;min-height:100vh}.campaigns-page{animation:animation-opacity-in .3s ease;background-color:#111;width:100%;min-height:100vh;height:inherit}.campaigns-page .content{margin:auto;max-width:1440px;padding:120px 30px 70px}@media (min-width: 768px){.campaigns-page .content{padding:140px 70px 70px}}.campaigns-page .content .main-title{display:flex;flex-direction:column;gap:20px}@media (min-width: 768px){.campaigns-page .content .main-title{align-items:end;flex-direction:unset}}.campaigns-page .content .main-title h2{font-size:64px}.campaigns-page .content .main-title p{font-size:20px;margin-bottom:40px}@media (min-width: 768px){.campaigns-page .content .main-title p{margin-bottom:unset}}.campaigns-page .content .main-btns{width:100%;display:none;height:70px;gap:30px;margin:50px 0}@media (min-width: 768px){.campaigns-page .content .main-btns{display:flex}}.campaigns-page .content .main-btns button{width:100%;background-color:#111;color:#fff;border:4px solid #ffffff;font-size:24px;font-family:FontBold;transition:.3s}@media (min-width: 1200px){.campaigns-page .content .main-btns button{font-size:36px}}.campaigns-page .content .main-btns button:hover,.campaigns-page .content .main-btns .active{background-color:#fff;color:#111}.campaigns-page .content .changing-section{display:none;width:100%;height:400px}@media (min-width: 768px){.campaigns-page .content .changing-section{display:unset}}.campaigns-page .content .spotify-section{animation:animation-opacity-in .5s ease;display:flex;justify-content:space-between;gap:50px;height:100%;flex-direction:column}@media (min-width: 768px){.campaigns-page .content .spotify-section{flex-direction:row}}.campaigns-page .content .spotify-section .section-title{display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111;width:100%;height:50px;font-size:24px}@media (min-width: 768px){.campaigns-page .content .spotify-section .section-title{display:none}}.campaigns-page .content .spotify-section .titles{display:flex;flex-direction:column;justify-content:space-between;gap:30px;width:100%}@media (min-width: 768px){.campaigns-page .content .spotify-section .titles{gap:unset;width:60%}}.campaigns-page .content .spotify-section .titles .title{display:flex;align-items:center;gap:20px}.campaigns-page .content .spotify-section .titles .title .text{display:flex;flex-direction:column;gap:10px}.campaigns-page .content .spotify-section .titles .title .text h5{font-size:20px;font-family:FontBold}@media (min-width: 768px){.campaigns-page .content .spotify-section .titles .title .text h5{font-size:32px}}.campaigns-page .content .spotify-section .titles .title .text h6{font-size:16px}@media (min-width: 768px){.campaigns-page .content .spotify-section .titles .title .text h6{font-size:20px}}.campaigns-page .content .spotify-section .titles .title .icon-wrapper{min-width:32px;min-height:32px}.campaigns-page .content .spotify-section .titles .title .icon-wrapper img{width:100%;height:100%}.campaigns-page .content .spotify-section .concerts-titles{justify-content:start;gap:30px}@media (min-width: 768px){.campaigns-page .content .spotify-section .concerts-titles{gap:50px}}.campaigns-page .content .spotify-section .img-wrapper{height:100%;width:100%}@media (min-width: 768px){.campaigns-page .content .spotify-section .img-wrapper{width:40%}}.campaigns-page .content .spotify-section .img-wrapper img{width:100%;height:100%}.campaigns-page .content .social-section{animation:animation-opacity-in .5s ease;display:flex;gap:30px;flex-direction:column}@media (min-width: 768px){.campaigns-page .content .social-section{gap:50px;flex-direction:row}}.campaigns-page .content .social-section .section-title{display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111;width:100%;height:50px;font-size:24px}@media (min-width: 768px){.campaigns-page .content .social-section .section-title{display:none}}.campaigns-page .content .social-section .titles{display:flex;flex-direction:column;gap:30px;width:100%}@media (min-width: 768px){.campaigns-page .content .social-section .titles{width:50%;gap:50px}}.campaigns-page .content .social-section .titles .title{display:flex;gap:20px}.campaigns-page .content .social-section .titles .title .text{display:flex;flex-direction:column;gap:10px}.campaigns-page .content .social-section .titles .title .text h5{font-size:20px;font-family:FontBold}@media (min-width: 768px){.campaigns-page .content .social-section .titles .title .text h5{font-size:32px}}.campaigns-page .content .social-section .titles .title .text h6{font-size:16px}@media (min-width: 768px){.campaigns-page .content .social-section .titles .title .text h6{font-size:20px}}.campaigns-page .content .social-section .titles .title .icon-wrapper{align-self:center;min-width:32px}.campaigns-page .content .social-section .titles .title .icon-wrapper img{width:100%;height:100%}.campaigns-page .content .mobile-sections{display:flex;flex-direction:column;gap:70px}@media (min-width: 768px){.campaigns-page .content .mobile-sections{display:none}}.campaigns-page .content .btn-wrapper{margin-top:30px}.podcasts-page{animation:animation-opacity-in .3s ease;background-color:#111;width:100%;min-height:100vh;height:inherit}.podcasts-page .content{padding:140px 0;margin:auto;max-width:1440px}.podcasts-page .content h2{color:#fff;font-size:32px;margin-bottom:30px;padding:0 30px}@media (min-width: 768px){.podcasts-page .content h2{font-size:64px;padding:0 70px}}.podcasts-page .content h3{color:#fff;font-size:24px;margin-bottom:30px;padding:0 30px}@media (min-width: 768px){.podcasts-page .content h3{padding:0 70px;font-size:48px}}.podcasts-page .content .mobile-hero video{height:100%;width:100%;object-fit:cover}.podcasts-page .content .grid-area{padding:0 30px;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);width:100%;margin-bottom:20px;gap:20px}@media (min-width: 768px){.podcasts-page .content .grid-area{padding:0 40px;margin-bottom:150px;height:560px;gap:unset;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}@media (min-width: 768px){.podcasts-page .content .grid-area>*{border:30px solid #111111}}.podcasts-page .content .grid-area .div1{display:none}@media (min-width: 768px){.podcasts-page .content .grid-area .div1{display:unset;grid-area:1/2/3/4;border-top:60px solid #111111;border-right:15px solid #111111}}@media (min-width: 768px){.podcasts-page .content .grid-area .div2{grid-area:1/1/2/2;border-top:60px solid #111111;border-bottom:0 solid #111111;border-left:15px solid #111111}}@media (min-width: 768px){.podcasts-page .content .grid-area .div3{grid-area:2/2/3/3;border-right:15px solid #111111;border-top:30px solid #111111}}@media (min-width: 768px){.podcasts-page .content .grid-area .div4{grid-area:2/1/3/2;border-left:15px solid #111111}}.podcasts-page .content .grid-area .video{display:none}@media (min-width: 768px){.podcasts-page .content .grid-area .video{display:unset}}.podcasts-page .content .grid-area .video video{height:100%;width:100%;object-fit:cover}.podcasts-page .content .grid-area .text{padding:35px;color:#111;background-color:#fff;display:flex;flex-direction:column;gap:10px;height:200px}@media (min-width: 768px){.podcasts-page .content .grid-area .text{height:unset}}.podcasts-page .content .grid-area .text h5{font-size:24px}@media (min-width: 768px){.podcasts-page .content .grid-area .text h5{font-size:30px}}@media (min-width: 1440px){.podcasts-page .content .grid-area .text h5{font-size:40px}}.podcasts-page .content .grid-area .text p{font-size:16px;letter-spacing:.5px}@media (min-width: 1440px){.podcasts-page .content .grid-area .text p{font-size:20px}}.podcasts-page .content .mobile-hero{width:100%;height:280px;background:#131315;margin-bottom:30px}@media (min-width: 768px){.podcasts-page .content .mobile-hero{display:none}}.podcasts-page .content .btn-wrapper{padding:30px}@media (min-width: 768px){.podcasts-page .content .btn-wrapper{display:none}}.about-us-page{animation:animation-opacity-in .3s ease;width:100%;min-height:100vh;height:100vh;background-color:#111}.about-us-page .content{margin:auto;max-width:1440px;padding:180px 30px 140px;gap:50px;display:flex;flex-direction:column-reverse}@media (min-width: 768px){.about-us-page .content{padding:140px 70px;height:100%;flex-direction:unset}}.about-us-page .content .text-wrapper{width:100%}@media (min-width: 768px){.about-us-page .content .text-wrapper{width:50%}}.about-us-page .content .text-wrapper h2{font-size:32px;margin-bottom:40px}@media (min-width: 768px){.about-us-page .content .text-wrapper h2{font-size:64px}}.about-us-page .content .text-wrapper p{font-size:16px}@media (min-width: 768px){.about-us-page .content .text-wrapper p{font-size:20px}}.about-us-page .content .text-wrapper .red{color:#ff003d}.about-us-page .content .guy-and-shahar{animation:float 7s infinite;display:flex;gap:25px;justify-content:center;align-items:center;width:100%;height:100%;transform:rotate(5deg);transition:.5s}@media (min-width: 768px){.about-us-page .content .guy-and-shahar{width:50%}}.about-us-page .content .guy-and-shahar .guy-wrapper{position:relative;transform:translateY(-30px);height:70%;transition:.5s}@media (min-width: 768px){.about-us-page .content .guy-and-shahar .guy-wrapper{transform:translateY(-100px)}}.about-us-page .content .guy-and-shahar .guy-wrapper img{width:100%;height:100%}.about-us-page .content .guy-and-shahar .shahar-wrapper{position:relative;transform:translateY(30px);height:70%;transition:.5s}@media (min-width: 768px){.about-us-page .content .guy-and-shahar .shahar-wrapper{transform:translateY(100px)}}.about-us-page .content .guy-and-shahar .shahar-wrapper img{width:100%;height:100%}.about-us-page .content .guy-and-shahar .guy{display:none;font-family:FontCustom;font-size:40px;position:absolute;top:45px;right:120px}.about-us-page .content .guy-and-shahar .shahar{display:none;font-family:FontCustom;font-size:40px;position:absolute;top:100px;left:110px;transform:rotate(-15deg)}@media (hover: hover){.about-us-page .content .guy-and-shahar:hover .shahar-wrapper{transform:translateY(30px)}.about-us-page .content .guy-and-shahar:hover .guy-wrapper{transform:translateY(-30px)}.about-us-page .content .guy-and-shahar:hover .guy{display:none}}@media (hover: hover) and (min-width: 768px){.about-us-page .content .guy-and-shahar:hover .guy{display:unset}}@media (hover: hover){.about-us-page .content .guy-and-shahar:hover .shahar{display:none}}@media (hover: hover) and (min-width: 768px){.about-us-page .content .guy-and-shahar:hover .shahar{display:unset}}.privacy-policy{--pp-bg: #0f1115;--pp-card: #151923;--pp-text: #e9edf3;--pp-muted: #aab4c0;--pp-accent: #6aa3ff;background:var(--pp-bg);color:var(--pp-text);max-width:920px;margin:0 auto;padding:2rem 1.25rem 4rem;text-align:right;line-height:1.85}.privacy-policy .pp-header{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;margin-top:100px}.privacy-policy .pp-header h1{margin:0 0 .25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em}.privacy-policy .pp-header .pp-updated{margin:0;color:var(--pp-muted);font-size:.95rem}.privacy-policy .pp-section{background:var(--pp-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;margin:1rem 0}.privacy-policy .pp-section h2{margin:0 0 .75rem;font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:700;color:var(--pp-accent)}.privacy-policy .pp-list{margin:0;padding:0 1.25rem 0 0;list-style:decimal}.privacy-policy .pp-bullets{margin:.5rem 0 0;padding:0 1.25rem 0 0;list-style:disc}.privacy-policy .pp-bullets li{margin:.25rem 0}.privacy-policy a{color:var(--pp-accent);text-decoration:none;border-bottom:1px dashed rgba(106,163,255,.5)}.privacy-policy a:hover{border-bottom-style:solid}@media print{.privacy-policy{background:#fff;color:#000}.privacy-policy .pp-section,.privacy-policy .pp-header{background:#fff;border:none;box-shadow:none}.privacy-policy a{color:#000;text-decoration:underline;border:0}}.app-header{position:fixed;top:0;left:0;width:100%;height:100px;background-color:#111;z-index:1000;transition:.5s}.app-header .content{max-width:1440px;padding:0 30px;height:100%;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}@media (min-width: 900px){.app-header .content{padding:0 70px;flex-direction:unset}}.app-header .content .links{display:flex;align-items:center;gap:50px}.app-header .content .links .logo-wrapper{cursor:pointer;height:60px;width:150px}.app-header .content .links .logo-wrapper img{object-fit:contain;width:100%;height:100%}.app-header .content .links .link-btn{display:none;background-color:transparent;border:none;color:#fff;font-size:16px}@media (min-width: 900px){.app-header .content .links .link-btn{display:unset}}.app-header .content .links .link-btn span:after{display:block;content:"";border-bottom:solid 2px rgb(255,255,255);transform:scaleX(0) translateY(5px);transition:transform .25s ease-in-out}.app-header .content .links .link-btn span:hover:after{transform:scaleX(1) translateY(5px)}.app-header .content .links .active span:after{display:block;content:"";border-bottom:solid 2px rgb(255,255,255);transform:scaleX(1) translateY(5px)}.app-header .content .contact-transparent-btn{display:none;background-color:transparent;color:#fff;font-size:18px;border:2px solid #ff003d;height:50px;width:150px;transition:.3s}@media (hover: hover){.app-header .content .contact-transparent-btn:hover{background-color:#ff003d}}@media (min-width: 900px){.app-header .content .contact-transparent-btn{display:unset}}.app-header .content .menu-icon-btn{display:flex;justify-content:center;align-items:center;background-color:transparent;border:none}@media (min-width: 900px){.app-header .content .menu-icon-btn{display:none}}.app-header .mobile-menu{width:100%;height:100vh;background-color:#111;display:flex;flex-direction:column;align-items:center}.app-header .mobile-menu .mobile-link-btn{display:flex;justify-content:center;align-items:center;font-size:24px;border-bottom:1px solid #ffffff;width:70%;height:70px;font-family:FontBold}.app-header .mobile-menu .whatsapp-btn{margin-top:30px;background-color:#ff003d;color:#fff;border:none;display:flex;gap:10px;justify-content:center;align-items:center;font-size:24px;width:320px;height:50px}.app-header .mobile-menu .whatsapp-btn img{width:20px;height:20px}.app-footer{position:relative;width:100%;height:80px;bottom:0;z-index:10;background-color:#111}.app-footer .content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.app-footer .content .icon-wrapper{cursor:pointer}.app-footer .content .socials-wrapper{display:flex;justify-content:center;align-items:center;gap:20px}.app-footer .content .footer-links{display:flex;padding-bottom:30px}.successMsg{background-color:#e0f3e8;border:1px solid #65c18c;border-radius:100px;font-weight:600;font-size:14px;line-height:18px;min-height:38px;max-height:38px;height:38px;text-align:center;padding:0}.errorMsg{color:#fff;background-color:#c65050;border-radius:100px;font-weight:400;font-size:14px;line-height:18px;min-height:38px;max-height:38px;height:38px;text-align:center;padding:0}.fixMsg{color:#fff;background-color:#020246;border-radius:100px;font-weight:400;font-size:14px;line-height:18px;min-height:38px;max-height:38px;height:38px;text-align:center;padding:0;border:1px solid #c0c0c0}.carousel-banner{width:100%;height:7vh;background-color:#fff}@media (min-width: 768px){.carousel-banner{height:10vh}}.carousel-banner .content{width:100%;height:100%;display:flex;align-items:center}.carousel-banner .content .slide{font-size:14px;color:#111;padding:0 10px}@media (min-width: 768px){.carousel-banner .content .slide{font-size:28px}}.carousel-banner .content .red{color:#ff003d}.text-banner{width:100%;height:7vh;background-color:#fff}@media (min-width: 768px){.text-banner{height:10vh}}.text-banner .content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:10px}.text-banner .content h5{text-wrap:nowrap;color:#111;font-size:12px;text-align:center}@media (min-width: 380px){.text-banner .content h5{font-size:14px}}@media (min-width: 768px){.text-banner .content h5{font-size:28px}}.text-banner .content .red{color:#ff003d}#NagishLiTrigger{max-width:50px!important;max-height:50px!important;bottom:110px!important;left:40px!important;right:unset!important}@media (min-width: 768px){#NagishLiTrigger{max-width:60px!important;max-height:60px!important;bottom:40px!important}}.nagishli-trigger-icon{background-color:#ff003d!important}.home-hero{overflow:hidden;position:relative;width:100%;min-height:100vh;height:100vh;min-height:100dvh;height:100dvh;background:#131315;background:linear-gradient(135deg,#131315,#252525 80%)}.home-hero .content{position:relative;margin:auto;padding:0 30px;width:100%;height:100%;z-index:500}.home-hero .content .main-text-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:20px;position:absolute;bottom:0;right:0;background-color:#fff;z-index:100;width:90%;height:200px;color:#111;text-align:right}@media (min-width: 768px){.home-hero .content .main-text-wrapper{width:600px;height:240px}}@media (min-width: 1200px){.home-hero .content .main-text-wrapper{width:810px;height:360px;padding:40px}}.home-hero .content .main-text-wrapper h1{font-size:24px}@media (min-width: 430px){.home-hero .content .main-text-wrapper h1{font-size:32px}}@media (min-width: 768px){.home-hero .content .main-text-wrapper h1{font-size:48px}}@media (min-width: 1200px){.home-hero .content .main-text-wrapper h1{font-size:80px}}.home-hero .content .main-text-wrapper h5{font-size:16px}@media (min-width: 768px){.home-hero .content .main-text-wrapper h5{font-size:24px}}@media (min-width: 1200px){.home-hero .content .main-text-wrapper h5{font-size:32px}}.home-hero .content .main-text-wrapper .btn-wrapper{width:100%}.home-hero .bg-video{position:absolute;z-index:0;width:100vw;height:100dvh;top:0;left:0;object-fit:cover}.home-second-hero{overflow:hidden;width:100%}.home-second-hero .content{width:100%}.home-second-hero .content h3{padding-top:50px;text-align:center;font-size:24px}@media (min-width: 768px){.home-second-hero .content h3{padding-top:80px;font-size:48px}}.home-second-hero .content h2{padding-bottom:25px;text-align:center;font-size:32px;color:#ff003d}@media (min-width: 768px){.home-second-hero .content h2{font-size:64px}}.home-second-hero .content .shuffle-wrapper{transform:translate(3%);margin:100px auto;width:106%}.home-second-hero .content .shuffle-wrapper img{width:100%;height:100%}.home-true-audience{width:100%}.home-true-audience .content{margin:auto;max-width:1440px;padding:0 30px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:25px}@media (min-width: 768px){.home-true-audience .content{padding:100px 70px;flex-direction:unset;gap:unset}}.home-true-audience .content .logos{flex:1.8;display:flex;flex-direction:column;gap:30px}.home-true-audience .content .logos .row{display:flex;justify-content:space-between;gap:50px}.home-true-audience .content .logos .icon-wrapper{width:36px;height:36px}@media (min-width: 768px){.home-true-audience .content .logos .icon-wrapper{width:48px;height:48px}}.home-true-audience .content .logos .icon-wrapper img{width:100%;height:100%}.home-true-audience .content .text-wrapper{text-align:right;flex:7;display:flex;flex-direction:column;gap:25px}.home-true-audience .content .text-wrapper .title h3{font-size:24px}@media (min-width: 768px){.home-true-audience .content .text-wrapper .title h3{font-size:48px}}.home-true-audience .content .text-wrapper .title h2{color:#ff003d;font-size:32px}@media (min-width: 768px){.home-true-audience .content .text-wrapper .title h2{font-size:64px}}.home-true-audience .content .text-wrapper p{font-size:16px;max-width:950px}@media (min-width: 768px){.home-true-audience .content .text-wrapper p{font-size:20px}}.home-our-customers{width:100%}.home-our-customers .content{width:100%;padding:70px 0}.home-our-customers .content h2{text-align:start;font-size:32px;margin-bottom:20px;padding:0 30px}@media (min-width: 768px){.home-our-customers .content h2{padding:unset;text-align:center;font-size:64px;margin-bottom:50px}}.home-our-customers .content .desktop-carousels{display:none}@media (min-width: 768px){.home-our-customers .content .desktop-carousels{display:unset}}.home-our-customers .content .mobile-carousels{display:unset}@media (min-width: 768px){.home-our-customers .content .mobile-carousels{display:none}}.home-our-customers-carousel{width:100%}.home-our-customers-carousel .carousel-content{width:100%;margin-bottom:50px}.home-our-customers-carousel .carousel-content .slide{margin:0 15px;display:flex;flex-direction:column;gap:15px}.home-our-customers-carousel .carousel-content .slide .img-wrapper{width:144px;height:144px}@media (min-width: 768px){.home-our-customers-carousel .carousel-content .slide .img-wrapper{width:260px;height:260px}}.home-our-customers-carousel .carousel-content .slide .img-wrapper img{width:100%;height:100%;transition:.3s}.home-our-customers-carousel .carousel-content .slide .img-wrapper img:hover{filter:none;transform:scale(103%)}.home-our-customers-carousel .carousel-content .slide h6{text-align:center;font-size:14px}@media (min-width: 768px){.home-our-customers-carousel .carousel-content .slide h6{font-size:22px}}.home-more{width:100%}.home-more .content{display:flex;flex-direction:column;gap:30px;max-width:1440px;margin:auto;padding:0 30px 60px;text-align:right}@media (min-width: 768px){.home-more .content{gap:70px;padding:70px;flex-direction:unset}}.home-more .content .title{text-wrap:nowrap}.home-more .content .title h3{font-size:32px;color:#ff003d}@media (min-width: 768px){.home-more .content .title h3{font-size:64px}}.home-more .content .title h4{font-size:24px}@media (min-width: 768px){.home-more .content .title h4{font-size:48px}}.home-more .content .description-text{font-size:16px}@media (min-width: 768px){.home-more .content .description-text{font-size:20px}}.home-contact-form .form-content{max-width:860px}.home-contact-form .form-content .row{width:100%;display:flex;margin-bottom:30px;gap:30px}@media (min-width: 768px){.home-contact-form .form-content .row{gap:60px}}.home-contact-form .form-content .row .field-wrapper{width:100%;display:flex;flex-direction:column;gap:10px}.home-contact-form .form-content .row .field-wrapper label{font-size:14px}@media (min-width: 768px){.home-contact-form .form-content .row .field-wrapper label{font-size:20px}}.home-contact-form .form-content .row .field-wrapper .field{width:100%;font-size:14px;padding:5px 10px;height:50px}@media (min-width: 768px){.home-contact-form .form-content .row .field-wrapper .field{font-size:20px}}.home-contact-form .form-content .row .field-wrapper .field:focus{outline:none}.home-contact-form .form-content .row .field-wrapper .textarea-field{height:100px}.home-contact-form .form-content .btn-wrapper{display:flex;width:100%;justify-content:end}.home-contact-form .form-content .btn-wrapper button{height:50px;width:100%;background-color:#ff003d;color:#fff;border:none;font-size:20px}@media (min-width: 768px){.home-contact-form .form-content .btn-wrapper button{width:180px}}.podcasts-clients{width:100%;padding:0 30px}@media (min-width: 768px){.podcasts-clients{padding:0 70px}}.podcasts-clients .content{margin:auto;background-color:#fff;max-width:1440px;padding:30px;display:flex;gap:20px}@media (min-width: 768px){.podcasts-clients .content{gap:none;padding:0 70px;flex-direction:column}}.podcasts-clients .content .row{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}@media (min-width: 768px){.podcasts-clients .content .row{flex-direction:row-reverse;gap:50px}}.podcasts-clients .content .row .logo-wrapper{display:flex;justify-content:center;align-items:center;width:100%}@media (min-width: 768px){.podcasts-clients .content .row .logo-wrapper{width:180px;min-height:160px}}.podcasts-clients .content .row .logo-wrapper img{width:100%;height:100%;transition:.5s}@media (min-width: 768px){.podcasts-clients .content .row .logo-wrapper img{filter:grayscale(100%)}}.podcasts-clients .content .row .logo-wrapper img:hover{filter:none;transform:scale(105%)}.home-contact-us{width:100%;min-height:100vh}.home-contact-us .content{position:relative;padding:30px 30px 140px;max-width:1440px;margin:auto}@media (min-width: 768px){.home-contact-us .content{padding:70px}}.home-contact-us .content .title{margin-bottom:30px}.home-contact-us .content .title h3{font-size:24px}@media (min-width: 768px){.home-contact-us .content .title h3{font-size:48px}}.home-contact-us .content .title h2{font-size:32px;color:#ff003d}@media (min-width: 768px){.home-contact-us .content .title h2{font-size:64px}}.home-contact-us .content .whatsapp-btn{display:none;justify-content:center;align-items:center;position:fixed;gap:10px;bottom:0;height:50px;width:calc(100% - 60px);margin:0 30px 100px;background-color:#fff;color:#111;font-size:20px;border:none;left:0}@media (min-width: 768px){.home-contact-us .content .whatsapp-btn{display:flex;margin:0 0 80px;bottom:unset;left:unset;transform:unset;position:relative;width:310px}}.home-contact-us .content .whatsapp-btn img{width:20px;height:20px}.home-contact-us .content .form-title{font-size:48px;margin-bottom:30px}.home-contact-us .content .some-projects{position:relative;margin-bottom:100px}@media (min-width: 768px){.home-contact-us .content .some-projects{display:none}}@media (min-width: 1300px){.home-contact-us .content .some-projects{margin-bottom:none;top:70px;left:70px;position:absolute;display:unset;width:300px;height:380px}}.home-contact-us .content .some-projects h4{text-align:center;font-size:32px;margin:80px auto 20px}@media (min-width: 768px){.home-contact-us .content .some-projects h4{display:none}}.home-contact-us .content .some-projects .home-projects-carousel .card{display:flex;flex-direction:column;width:100%;height:100%;color:#fff}.home-contact-us .content .some-projects .home-projects-carousel .card .img-wrapper{margin-bottom:10px;width:100%}@media (min-width: 1300px){.home-contact-us .content .some-projects .home-projects-carousel .card .img-wrapper{width:300px;height:300px}}.home-contact-us .content .some-projects .home-projects-carousel .card .img-wrapper img{width:100%;height:100%}.home-contact-us .content .some-projects .home-projects-carousel .card h6{font-size:20px}.home-contact-us .content .some-projects .home-projects-carousel .card p{font-size:16px}.home-contact-us .content .some-projects .hand-written-text-wrapper{display:none;position:absolute;top:0;right:-280px;text-align:center;font-family:FontCustom;font-size:40px;width:250px}@media (min-width: 768px){.home-contact-us .content .some-projects .hand-written-text-wrapper{display:unset}}.home-contact-us .content .some-projects .hand-written-text-wrapper .arrow-wrapper{position:absolute;left:0;bottom:-50px}.home-contact-us .content .some-projects .hand-written-text-wrapper .arrow-wrapper img{width:100%;height:100%}
