.locale-switch[data-v-20817581]{width:50px;height:32px;border-radius:var(--border-radius-rounded);background-color:var(--brand-bg-primary)}.locale-switch__country[data-v-20817581]{width:20px;height:15px;background-size:cover;background-position:center;background-repeat:no-repeat}.locale-switch.small-locale-switch[data-v-20817581]{width:39px;height:24px}
/**
 * Default
 */
/**
 * Bulma
 */
/**
 * Bootstrap
 */
.vue-switcher {
  position: relative;
  display: inline-block;
}
.vue-switcher__label {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}
.vue-switcher input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.vue-switcher div {
    height: 15px;
    width: 36px;
    position: relative;
    border-radius: 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    -webkit-transition: linear .2s, background-color linear .2s;
    transition: linear .2s, background-color linear .2s;
}
.vue-switcher div:after {
      content: '';
      height: 20px;
      width: 20px;
      border-radius: 100px;
      display: block;
      -webkit-transition: linear .15s, background-color linear .15s;
      transition: linear .15s, background-color linear .15s;
      position: absolute;
      left: 100%;
      margin-left: -18px;
      cursor: pointer;
      top: -3px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.vue-switcher--unchecked div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.vue-switcher--unchecked div:after {
      left: 15px;
}
.vue-switcher--disabled div {
    opacity: .3;
}
.vue-switcher--disabled input {
    cursor: not-allowed;
}
.vue-switcher--bold div {
    top: -8px;
    height: 26px;
    width: 51px;
}
.vue-switcher--bold div:after {
      margin-left: -24px;
      top: 3px;
}
.vue-switcher--bold--unchecked div:after {
    left: 28px;
}
.vue-switcher--bold .vue-switcher__label span {
    padding-bottom: 7px;
    display: inline-block;
}
.vue-switcher-theme--default.vue-switcher-color--default div {
    background-color: #b7b7b7;
}
.vue-switcher-theme--default.vue-switcher-color--default div:after {
      background-color: #9d9d9d;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #aaa;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #c4c4c4;
}
.vue-switcher-theme--default.vue-switcher-color--blue div {
    background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--blue div:after {
      background-color: #539bb9;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #c0dae5;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--red div {
    background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--red div:after {
      background-color: #b95353;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #e5c0c0;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div {
    background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div:after {
      background-color: #bab353;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #e6e3c0;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--orange div {
    background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--orange div:after {
      background-color: #b97953;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div {
    background-color: #e5cec0;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div:after {
      background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--green div {
    background-color: #77c88d;
}
.vue-switcher-theme--default.vue-switcher-color--green div:after {
      background-color: #53b96e;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #c0e5ca;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #77c88d;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div {
    background-color: gainsboro;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #e8e8e8;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div {
    background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div:after {
      background-color: #00d1b2;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #6bffe9;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div {
    background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div:after {
      background-color: #3273dc;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #b5ccf2;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div {
    background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div:after {
      background-color: #ff3860;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #ffd1da;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div {
    background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div:after {
      background-color: #ffdd57;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #fffcf0;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div {
    background-color: #3dde75;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div:after {
      background-color: #22c65b;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #94edb3;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #3dde75;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div {
    background-color: #e6e6e6;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: whitesmoke;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div {
    background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div:after {
      background-color: #337ab7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #9fc4e4;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div {
    background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div:after {
      background-color: #5cb85c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div {
    background-color: #c7e6c7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div:after {
      background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div {
    background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div:after {
      background-color: #5bc0de;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div {
    background-color: #daf1f8;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div:after {
      background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div {
    background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div:after {
      background-color: #f0ad4e;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div {
    background-color: #fceedb;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div:after {
      background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div {
    background-color: #d9534f;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after {
      background-color: #c9302c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div {
    background-color: #eba5a3;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div:after {
      background-color: #d9534f;
}

.sidebar[data-v-fd1d75f8]{position:relative;min-height:calc(100vh - 65px)}.sidebar[data-v-fd1d75f8]::before{z-index:1;content:"";position:absolute;top:0;bottom:0;right:272px;left:-100vh;background-color:var(--foreground-color)}.sidebar[data-v-fd1d75f8]::after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background-color:var(--light-primary)}@media(max-width: 991px){.sidebar[data-v-fd1d75f8]::after{content:none}}.main-menu__item-bot[data-v-fd1d75f8],.main-menu__item-features[data-v-fd1d75f8],.main-menu__item-audience[data-v-fd1d75f8]{width:24px;height:24px;background:center/cover no-repeat;-webkit-transition:background-image 200ms !important;transition:background-image 200ms !important}.main-menu a.active>.main-menu__item-bot[data-v-fd1d75f8]{background-image:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 22C20.5 22 22.5 20 22.5 15V9C22.5 4 20.5 2 15.5 2H9.5C4.5 2 2.5 4 2.5 9V15C2.5 20 4.5 22 9.5 22H15.5Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 9.75C15.1716 9.75 14.5 9.07843 14.5 8.25C14.5 7.42157 15.1716 6.75 16 6.75C16.8284 6.75 17.5 7.42157 17.5 8.25C17.5 9.07843 16.8284 9.75 16 9.75Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9.75C8.17157 9.75 7.5 9.07843 7.5 8.25C7.5 7.42157 8.17157 6.75 9 6.75C9.82843 6.75 10.5 7.42157 10.5 8.25C10.5 9.07843 9.82843 9.75 9 9.75Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1 13.3008C16.6 13.3008 17 13.7008 17 14.2008C17 16.6908 14.99 18.7008 12.5 18.7008C10.01 18.7008 8 16.6908 8 14.2008C8 13.7008 8.4 13.3008 8.9 13.3008H16.1Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important}.main-menu a.active>.main-menu__item-features[data-v-fd1d75f8]{background-image:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79938 16.8802C6.49938 15.4902 4.60938 12.7802 4.60938 9.90018C4.60938 4.95018 9.15938 1.07018 14.2994 2.19018C16.5594 2.69018 18.5394 4.19018 19.5694 6.26018C21.6594 10.4602 19.4594 14.9202 16.2294 16.8702V18.0302C16.2294 18.3202 16.3394 18.9902 15.2694 18.9902H9.75938C8.65938 19.0002 8.79938 18.5702 8.79938 18.0402V16.8802Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 21.9992C11.29 21.3492 13.71 21.3492 16 21.9992' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ") !important}.main-menu a.active>.main-menu__item-audience[data-v-fd1d75f8]{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33055 10.8973C6.95055 10.8173 5.06055 8.86734 5.06055 6.46734C5.06055 4.01734 7.04055 2.02734 9.50055 2.02734C11.9505 2.02734 13.9405 4.01734 13.9405 6.46734C13.9305 8.86734 12.0405 10.8173 9.66055 10.8973C9.56055 10.8873 9.44055 10.8873 9.33055 10.8973Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9093 4.02734C18.8493 4.02734 20.4093 5.59734 20.4093 7.52734C20.4093 9.41734 18.9093 10.9573 17.0393 11.0273C16.9593 11.0173 16.8693 11.0173 16.7793 11.0273' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6607 20.4573C7.4107 22.2973 11.9207 22.2973 14.6707 20.4573C17.0907 18.8373 17.0907 16.1973 14.6707 14.5873C11.9307 12.7573 7.4207 12.7573 4.6607 14.5873C2.2407 16.2073 2.2407 18.8473 4.6607 20.4573Z' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8398 20.0273C19.5598 19.8773 20.2398 19.5873 20.7998 19.1573C22.3598 17.9873 22.3598 16.0573 20.7998 14.8873C20.2498 14.4673 19.5798 14.1873 18.8698 14.0273' stroke='%2352A7F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important}
.dropdown-menu[data-v-794b6cac]{position:fixed;min-width:90px;top:10px !important}.dropdown-menu li[data-v-794b6cac]{margin-bottom:10px}.dropdown-menu li[data-v-794b6cac]:last-child{margin-bottom:0}
#langddm .btn:hover{border-color:var(--theme-color-1)}#langddm .dropdown-menu{min-width:90px;top:6px !important;left:auto !important}#langddm.dropdown.show .dropdown-toggle{border-bottom:1px solid var(--theme-color-1);border-bottom-left-radius:.5rem !important;border-bottom-right-radius:.5rem !important}#langddm.locale-switch-left .dropdown-menu{right:auto !important;left:0 !important}.locale-switch-lg .btn img{width:32px}
.menu-icon[data-v-0fc3fcd3]{padding:0 3px;width:30px}.menu-icon .menu-icon-line[data-v-0fc3fcd3]{border-bottom:2px solid var(--theme-color-1);margin-bottom:7px;width:100%}.menu-icon .menu-icon-line[data-v-0fc3fcd3]:last-child{margin-bottom:0}

.locale-switch[data-v-3e59191b] {
    margin-left: 12px;
}

#modalMobileMenu,.modal-mobile-menu{height:100%}#modalMobileMenu__icon-close,.modal-mobile-menu__icon-close{margin-left:0 !important;margin-top:8px}#modalMobileMenu__logo,.modal-mobile-menu__logo{width:71px;height:17px;margin-top:5.5px}#modalMobileMenu .modal-header,.modal-mobile-menu .modal-header{padding-bottom:18px}#modalMobileMenu .modal-dialog,.modal-mobile-menu .modal-dialog{min-height:100%}#modalMobileMenu .modal-body,.modal-mobile-menu .modal-body{padding:0 24px;border-radius:var(--border-radius-rounded);-ms-overflow-style:none;scrollbar-width:none}#modalMobileMenu .modal-body::-webkit-scrollbar,.modal-mobile-menu .modal-body::-webkit-scrollbar{display:none}#modalMobileMenu .modal-content,.modal-mobile-menu .modal-content{border-radius:var(--border-radius-rounded)}@media(max-width: 991px){#modalMobileMenu .modal-content,.modal-mobile-menu .modal-content{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}}#modalMobileMenu .sidebar,.modal-mobile-menu .sidebar{-webkit-box-shadow:none;box-shadow:none}#modalMobileMenu .sidebar::before,.modal-mobile-menu .sidebar::before{content:none}#modalMobileMenu .sidebar .main-menu,.modal-mobile-menu .sidebar .main-menu{width:100%}#modalMobileMenu .sidebar .dropdown-custom,.modal-mobile-menu .sidebar .dropdown-custom{max-width:224px}#modalMobileMenu .sidebar .wrapper-menu:first-child,.modal-mobile-menu .sidebar .wrapper-menu:first-child{display:none}
@media(max-width: 991px){#app-container[data-v-6d6d57cc]{height:100%}}#app-container main[data-v-6d6d57cc]{background:var(--background-color)}@media(max-width: 991px){#app-container main[data-v-6d6d57cc]{height:100%}}#app-container .main-router-wrap[data-v-6d6d57cc]{position:relative;padding:24px 0 24px 20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:75%}@media(max-width: 1199px){#app-container .main-router-wrap[data-v-6d6d57cc]{width:75%}}@media(max-width: 1150px){#app-container .main-router-wrap[data-v-6d6d57cc]{width:73.8532110092%}}@media(max-width: 1100px){#app-container .main-router-wrap[data-v-6d6d57cc]{width:72.5961538462%}}@media(max-width: 1050px){#app-container .main-router-wrap[data-v-6d6d57cc]{width:71.2121212121%}}@media(max-width: 991px){#app-container .main-router-wrap[data-v-6d6d57cc]{width:100%;padding:0}}
