/* ---------------------------Fonts-------------------------------*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNovaT-Thin.woff2') format('woff2'), url('../assets/fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNovaA-Light.woff2') format('woff2'), url('../assets/fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNova-Regular.woff2') format('woff2'), url('../assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNova-Bold.woff2') format('woff2'), url('../assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../assets/fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/ProximaNova-Black.woff2') format('woff2'), url('../assets/fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* -----------------------  variables  ---------------------*/

:root {
    --black: #000000;
    --black-100: #404040;
    --blue: #1374E3;
    --blue-table-bg: #0270e61a;
    --white: #ffffff;
    --gray-200: #e4e4e4;
    --gray-300: #737373;
    --gray-400: #A9C1D4;
    --blank-gray: #6B7280;
    --map-gray: #dedbeb;
    --text-green-900: #14532d;
    --map-green: #7BCB58;
    --green: #dcfce7;
    --bg-primary: #F0F3FA;
    --head--primary: #22497D;
    --primary-font: 'Proxima Nova';
    --red: #EF4444;
    --orange: #eb7242;
    --color-brand: #0071e6;
    --color-link: #618c98;
    --color-brand-fade: rgb(0, 113, 230, 0.2);
    --divider: #a8c0d5;
    --transition: 1000ms ease-in-out;
    --hardbold: 700;
    --bold: 500;
    --semibold: 600;
    --regular: 400;
    --transparent-bg: transparent;
    --bg: linear-gradient(120deg, #e9ebf4 0%, #f7f8fc 100%);
    --box-shadow: 3px 3px 8px 1px #dae0f2, -6px -6px 12px #fff;
    --tw-gradient-from: #dde1ed;
    --tw-gradient-to: #f7f8fc;
    --bg-btn: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 237, 0));
    --mysti-blue: #B0B7C0;
}

/* -------------  main  -------------*/

html {
    font-size: 14px;
    background-color: var(--bg-primary) !important;
    min-height: 100%;
    overflow: auto;
}

.tox {
    min-height: 550px !important;
    height: 100% !important;
}

.selectpicker + .btn {
    background: #f00;
    border-radius: 5px;
}

.main {
    padding: 0 !important;
}

body {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    overflow: hidden;
    min-height: 100vh;
}

p {
    font-size: 15px;
    line-height: 17px;
}

/* Helpers */

.wrap {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 16px;
    width: 100%;
}

.wrap--1024 {
    max-width: 1024px;
    padding: 0;
}

.dn {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

button {
    font-family: var(--primary-font);
}

input {
    font-family: var(--primary-font);
}

.regular {
    font-weight: var(--regular) !important;
}

.semibold {
    font-weight: var(--semibold);
}

.bold {
    font-weight: var(--bold) !important;
}

.italic {
    font-style: italic;
}

.noborder {
    border: unset !important;
}

.br {
    border-right: 1px solid var(--black) !important;
}

.bb {
    border-bottom: 1px solid var(--black) !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.vat {
    vertical-align: top !important;
}

.mh-mc {
    max-height: max-content;
    height: 100%;
}

.mra {
    margin: 0 auto 0 0 !important;
}

.mlr {
    margin: 0 auto !important;
}

.mrt-0 {
    margin-top: 0 !important;
}

.mta {
    margin: auto 0 0 !important;
}

.mrg-0 {
    margin: 0 !important;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb20 {
    margin-bottom: 20px !important;
}

.mrt20 {
    margin-top: 20px !important;
}

.mrb50 {
    margin-bottom: 50px;
}

.mrr20 {
    margin-right: 20px;
}

.mrg-btm-0 {
    margin-bottom: 0 !important;
}

.row-reverse-unset {
    flex-direction: unset !important;
}

.lc1 {
    -webkit-line-clamp: 1;
}

.lc2 {
    -webkit-line-clamp: 2;
}

.content-shape {
    background: var(--bg);
    box-shadow: var(--box-shadow);
    border-radius: 16px;
}

.color-blue {
    color: var(--blue);
}

button:focus {
    outline: none;
    box-shadow: none;
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.full-img {
    width: 100%;
    height: 100%;
}

.align-self-center {
    align-self: center !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-8 {
    padding: 8px 0 !important;
}

.padding-50 {
    padding: 0 50px;
}

.flex {
    display: flex;
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs {
    display: flex;
    justify-content: flex-start;
    align-self: start;
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fss {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fdc {
    display: flex;
    flex-direction: column;
    align-items: start !important;
}

.db {
    display: block;
}

.pointer__events-none {
    pointer-events: none;
    color: var(--gray-300) !important;
    text-decoration: none;
}

    .pointer__events-none:hover {
        display: none;
    }

.list-type-decimal {
    list-style-type: decimal;
}

.gray-bg {
    background-color: var(--blue-table-bg);
}

/* width */
.width-10 {
    width: 10% !important;
}

.width-12 {
    width: 12% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-28 {
    width: 28% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-36 {
    width: 36% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

/* full flex */

.flex-100 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
}

.flex-80 {
    flex: 1 1 80% !important;
    max-width: 80% !important;
}

.flex-65 {
    flex: 1 1 65% !important;
    max-width: 65% !important;
}

.flex-60 {
    flex: 1 1 60% !important;
    max-width: 60% !important;
}

.flex-50 {
    flex: 1 1 50% !important;
    max-width: 50% !important;
}

.flex-40 {
    flex: 1 1 40% !important;
    max-width: 40% !important;
}

.flex-35 {
    flex: 1 1 35% !important;
    max-width: 35% !important;
}

.flex-30 {
    flex: 1 1 30% !important;
    max-width: 30% !important;
}

.flex-25 {
    flex: 1 1 25% !important;
    max-width: 25% !important;
}

.flex-20 {
    flex: 1 1 20% !important;
    max-width: 20% !important;
}

.flex-15 {
    flex: 1 1 15% !important;
    max-width: 15% !important;
}

.flex-10 {
    flex: 1 1 10% !important;
    max-width: 10% !important;
}

.flex-25px {
    flex: 1 1 25px !important;
    max-width: 25px !important;
}

.flex-row-center {
    flex-direction: row !important;
    align-items: center !important;
    gap: 25px;
}

.mh100 {
    min-height: 100px !important;
}

.text-elipsis {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.has-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Buttons modifiers */

.btn {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 50%;
    background: var(--bg);
    width: 40px;
    height: 40px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

    .btn-check:focus + .btn,
    .btn:focus {
        box-shadow: unset;
    }

    .btn:hover {
        color: var(--color-brand) !important;
    }

.btn--hamburger {
    border-radius: 10px;
    transition: var(--transition);
}

.btn--wide {
    max-width: 448px;
    width: 100%;
    min-height: 44px;
    border-radius: 9999px;
    padding: 9px 16px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
    font-weight: var(--semibold);
    color: var(--color-brand);
}

.btn--card {
    max-width: 400px;
}

.btn--leave {
    width: 60%;
    margin: 20px auto 40px auto;
}

.btn--otp {
    padding: 9px 16px;
    border-radius: 9999px;
    background: var(--bg);
    width: 100%;
    margin-top: 30px;
    min-height: 44px;
    font-weight: var(--semibold);
    color: var(--color-brand);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.btn__esc-otp {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 10px;
    top: 18px;
    color: var(--head--primary);
    fill: transparent;
    background: none;
    border: none;
    padding: 0;
}

.btn__esc-otp-icon {
    width: 100%;
    height: 100%;
}

.btn--incorrect {
    margin-top: 0;
    height: 30px;
    width: auto;
}

.btn--csv {
    padding: 9px 16px;
    border-radius: 9999px;
    background: var(--bg);
    max-width: 150px;
    width: 100%;
    min-height: 44px;
    font-weight: var(--semibold);
    color: var(--color-brand);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.btn-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-brand);
    fill: transparent;
}

.btn--select {
    margin-top: 32px;
}

.btn--privacy {
    max-width: 300px !important;
    height: auto !important;
    margin-bottom: 30px !important;
}

.btn--welcome {
    max-width: 300px !important;
}

.btn--link {
    margin-left: 20px;
}

.btn--link-active {
    background: var(--blue);
}

    .btn--link-active .trend__link-icon {
        stroke: var(--white);
    }

.trend__link-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-brand);
    height: 18px;
    transition: var(--transition);
}

.btn--third-party {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 30px;
    min-height: unset;
    font-weight: var(--semibold);
    color: var(--color-brand);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    height: 28px;
    width: auto;
    border-radius: 12px;
}

.btn--menu-active {
    background: var(--blue);
}

    .btn--menu-active .close-nav {
        display: block;
    }

    .btn--menu-active .open-nav {
        display: none;
    }

.no-br {
    border-right: 0 !important;
}

/* -------------  main  -------------*/

html {
    font-size: 14px;
    background-color: var(--bg-primary) !important;
    min-height: 100%;
    overflow: auto;
}

.main {
    padding: 0 !important;
}

body {
    font-family: var(--primary-font);
    background-color: transparent;
    overflow: hidden;
}

/* 
 #chart__container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
} */

/* #chart__container .canvasjs-chart-container {
  width: 100% !important;
height: 350px !important;
}  */

/* #chart__container .canvasjs-chart-canvas {

  position: absolute;
  user-select: none;
} */

.selectpicker--compare + .btn {
    background: var(--bg);
    border-radius: 5px;
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 237, 0));
}

.accordion__card-select-holder .filter-option-inner {
    height: 100%;
}

.accordion__card-select-holder .filter-option-inner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.accordion__option {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: var(--blue);
}

/* --------------------------------- Checkbox -----------------------------------------------*/

/* input[type="checkbox"] {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 15px;
    -webkit-appearance: none;
    appearance: none;
    background: #d30303;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
    transition: 0.7s;
}

    input[type="checkbox"]::before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.7s;
    }

    input[type="checkbox"]:checked::before {
        transform: translateX(100%);
        background: #fff;
    }

    input[type="checkbox"]:checked {
        background: #00ed64;
    } */

/*------------------------------Dropdown button-------------------------------------------------*/

.accordion__card-select-holder--compare {
    padding-top: 30px;
}

    .accordion__card-select-holder--compare .btn::after {
        content: none;
    }

    .accordion__card-select-holder--compare .bs-searchbox {
        display: none;
    }

    .accordion__card-select-holder--compare .btn {
        min-height: 41px;
        border-radius: 9999px;
    }

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: 0 !important;
}

.bootstrap-select .dropdown-menu li.active small {
    color: var(--blue) !important;
}

.accordion__button {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    pointer-events: none;
}

.accordion__btn-mask {
    position: relative;
}

.accordion__button--calendar {
    width: 24px;
    height: 24px;
    bottom: unset;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    stroke: var(--blue);
}

.accordion__card-range {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.btn--calendar {
    min-width: 180px;
    border-radius: 9999px;
}


input[type="date"]:focus {
    border: 1px solid var(--blue);
}

input[type=date]::-webkit-calendar-picker-indicator {
    color: rgb(255, 0, 0) !important;
    height: 20px;
    position: relative;
    right: 10px;
    width: 20px;
    z-index: 0;
}

.accordion__result {
    background-color: var(--green);
    color: var(--text-green-900);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.accordion__button img {
    width: 26px;
    height: auto;
}

.accordion__card-mask {
    max-width: 250px !important;
    position: relative;
    margin: auto;
    width: 100%;
}

.accordion__card-btn-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

    .accordion__card-btn-holder .accordion__card-select-holder--compare:last-child {
        margin-right: 0;
    }

    .accordion__card-btn-holder .accordion__card-select-holder--compare {
        margin-right: 30px;
        max-width: 180px;
        width: 100%;
    }

.accordion__card-select-holder--compare .dropdown {
    max-width: 395px !important;
    width: 100% !important;
}

.accordion__card-select-holder--compare .inner {
    max-height: 300px !important;
}

.dropdown-menu {
    background-color: var(--white);
}

.accordion__card-select-holder {
    padding: 8px 16px 16px;
}

.accordion__card-select-holder--compare .filter-option {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

/* -----------------------------Header--------------------------------*/

.header {
    position: relative;
    padding: 16px 0;
    min-height: 97px;
    border-bottom: 1px solid var(--divider);
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--bg-primary);
    z-index: 2;
}

.main__container {
    margin-top: 97px;
}

.header__notification {
    position: relative;
    margin-left: 5px;
}

.header__profile {
    margin-left: 5px;
}

.header__notification::before {
    content: '';
    position: absolute;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    right: 4px;
    background-color: var(--red);
    top: 4px;
}

.main-logo {
    max-height: 64px;
    width: auto;
    transition: var(--transition);
    transition-property: width;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav {
    position: absolute;
    width: 100%;
    top: 98px;
    bottom: 64px;
    left: 0;
    z-index: 10;
    transition: 800ms ease-in-out;
}

.nav--active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

    .nav--active .nav__list-container {
        left: 0;
    }

    .nav--active .nav__blank {
        opacity: 0.75;
        visibility: visible;
    }

.nav__container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.close-nav {
    display: none;
    width: 24px;
    height: 24px;
    stroke: var(--white);
}

.nav__list-container {
    position: absolute;
    max-width: 448px;
    height: calc(100vh - 160px);
    width: 100%;
    left: -100%;
    transition: var(--transition);
    transition-property: left;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
}

.nav__list {
    background-color: var(--bg-primary);
    padding: 0;
}

.nav__list-inner {
    margin-top: auto;
    padding: 0;
}

.nav__blank {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 161px);
    background-color: var(--blank-gray);
    z-index: -1;
    transition: var(--transition);
    transition-property: opacity;
}

.nav__item {
    list-style: none;
    text-decoration: none;
    min-height: 33px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--divider);
}

.nav__link {
    color: var(--black-100);
    font-size: 14px;
    line-height: 16px;
    padding-left: 25px;
    text-decoration: none;
    font-weight: var(--bold);
    width: 100%;
}

.nav__item-inner {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 6px 24px;
}

.nav__link-inner {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--black-100);
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    background-color: var(--transparent-bg);
    border: none;
    padding: 0;
}

.nav__img-inner {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

/* -----------------------------Notification aside-------------------------------*/

.nav--notification {
    transition: var(--transition);
}

    .nav--notification .nav__list-container {
        right: -100%;
        left: unset;
        transition-property: right;
        overflow: auto;
    }

.nav--notification-active .nav__list-container {
    right: 0;
}

.header__notification--active {
    background: var(--color-brand);
}

    .header__notification--active .btn-icon {
        color: var(--white);
    }

.nav--notification .nav__blank {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 161px);
    background-color: var(--blank-gray);
    z-index: -1;
    transition: 800ms ease-in-out;
    transition-property: opacity;
}

.nav--notification-active .nav__blank {
    opacity: 0.75;
    visibility: visible;
}

.nav--notification .nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
}

.nav--notification .nav__img-holder {
    flex: 1 1 16%;
    max-width: 16%;
    height: 35px;
    width: auto;
}

.nav--notification .nav__img {
    width: 48px;
    height: 48px;
    display: flex;
    margin: auto;
}

.nav--notification .nav__head-notification {
    display: -webkit-box;
    font-size: 14px;
    line-height: 17px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.nav--notification .nav__head-notification--blue {
    color: rgb(0, 113, 230);
}

.nav--notification .nav__text-holder {
    padding-left: 16px;
    flex: 1 1 86%;
    max-width: 86%;
}

.nav--notification .nav__date {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-brand);
}

.nav__notification-img {
    width: 100%;
    height: 100%;
}


/* --------------------------- Swiper Videos ---------------------------*/

.swiper--video {
    overflow: hidden;
    min-height: 261px;
    height: 100%;
    width: 100%;
    ;
    padding: 10px 10px 40px 10px !important;
}

    .swiper--video .trend__card-mask {
        height: 437px;
    }

    .swiper--video .swiper-wrapper {
        justify-content: center;
    }

.swiper--trend .swiper-wrapper {
    justify-content: unset;
}

.accordion__content .swiper-button-next {
    right: 5%;
    bottom: 20px;
    top: unset;
    position: unset;
}

.accordion__content .swiper-button-prev {
    left: 5%;
    top: unset;
    bottom: 20px;
    position: unset;
}

.accordion__content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    position: unset;
}

.accordion__control-mask {
    display: none;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
}

/* --------------------------- Article --------------------------------*/

.article {
    padding-top: 16px;
}

.article__container {
    padding-bottom: 30px;
}

.article-view__head {
    font-size: 16px;
    line-height: 18px;
}

.article-view__container {
    text-align: left;
}

.article-view__item {
    font-size: 16px;
    line-height: 18px;
}

.article-view__chart-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 140px;
}

.article-view__chart-img {
    width: 100%;
    margin-bottom: 30px;
}

    .article-view__chart-img:last-child {
        margin-bottom: 0;
    }

.article-view__text {
    font-size: 16px;
    line-height: 18px;
}

.article-view__text-small {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    display: block;
}

.article-view__text-container {
    text-align: left;
}

.main-head {
    color: var(--head--primary);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    gap: 8px;
    margin: 0;
}

.head {
    margin-bottom: 12px;
    gap: 8px;
}

.head--heat {
    margin-bottom: 4px;
}

.heading {
    margin-top: 110px;
}

.table__row-link {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
    padding: 8px 16px;
    max-height: max-content;
}

.table__row-link--article-page {
    padding: 16px;
}

.table__row-link--article-head {
    padding: 16px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    box-shadow: none;
}

    .table__row-link--article-head:before {
        content: none !important;
        position: unset;
    }

.article__info-link {
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 16px;
}

.table__row-link::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    background-color: var(--divider);
    height: 1px;
    z-index: 1;
    width: 100%;
}

.table__row-link--static {
    min-height: 34px;
    box-shadow: none;
    padding: 8px 16px;
    color: var(--head--primary);
}

    .table__row-link--static::before {
        content: none;
    }

.article__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article__info-head {
    display: block;
    color: var(--black-100);
}

.article__info {
    width: 80%;
    margin-right: auto;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 16px;
}

.article__info-par {
    color: var(--gray-300);
}

.article__year {
    padding: 8px 16px;
    width: 10%;
    align-self: flex-start;
    font-size: 14px;
    line-height: 20px;
    color: var(--black-100);
}

.article__year--pin {
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-300);
}

.article__year--article-head {
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: var(--head--primary) !important;
}

.article__year--page {
    display: block;
    padding: 0;
    width: 100%;
}


.article__btn-holder {
    padding: 8px 16px;
    width: 10%;
}

.article__icon {
    stroke: var(--blue);
    width: 22px;
    height: 22px;
}

.article__description {
    width: 80%;
    color: var(--gray-300);
    text-align: left;
    padding-left: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-300);
}

.article__link {
    width: 10%;
    color: var(--gray-300);
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
}

.par {
    font-size: 14px;
    line-height: 20px;
    color: var(--black-100);
}

.head-img {
    stroke-width: 1px;
    width: 31px;
    height: 31px;
    color: var(--head--primary);
}

/* -----------------------------Login Info --------------------------*/

.home__info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 8px 0;
}

.home__info-heading{
    font-weight: 500;
}

.info__text {
    font-size: 16px;
    line-height: 24px;
    color: var(--head--primary);
    font-weight: 400;
}

#info__text--smaller{
    font-size: 1.2rem;
    line-height: 15px;
    font-weight: 400;
}

.accordion__card-select-holder--region {
    padding: 0 !important;
}

.accordion__region {
    margin-bottom: 5px;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.article__arrow {
    fill: var(--blue);
    stroke-width: 3px;
}

.article__arrow--prev {
    transform: rotate(90deg);
}

.article__arrow--next {
    transform: rotate(270deg);
}

.article__fraction {
    position: relative;
}

.article__fraction-btn {
    margin: 0 16px;
}

.article__fraction-text {
    margin: 0 8px;
}

.article__fraction-text--background {
    color: var(--head--primary);
    border: none;
    width: 32px;
    height: 32px;
    background-color: var(--bg);
    box-shadow: var(--box-shadow);
}

    .article__fraction-text--background:focus {
        outline: unset;
        box-shadow: none;
    }

.article__year--pin {
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-300);
}

.article__btn-holder {
    padding: 8px 16px;
    width: 10%;
}

.article__icon {
    stroke: var(--blue);
    width: 22px;
    height: 22px;
}

.article__description {
    width: 80%;
    color: var(--gray-300);
    text-align: left;
    padding-left: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-300);
}

.article__link {
    width: 10%;
    color: var(--gray-300);
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
}

.article__par {
    font-size: 14px;
    line-height: 20px;
    color: var(--black-100);
}

.article__head-img {
    stroke-width: 2px;
    width: 31px;
    height: 31px;
    color: var(--head--primary);
}

.heading--aap {
    padding-top: 16px;
}

/* -----------------------------Footer--------------------------------*/

.footer__container {
    position: fixed;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    min-height: 62px;
    transition: var(--transition);
    background-color: var(--bg-primary);
    transition-property: min-height;
    display: flex;
    flex-direction: column;
}

.footer__container--active {
    z-index: 2;
}

.footer::before {
    position: absolute;
    content: '';
    top: 1px;
    background-color: var(--white);
    height: 1px;
    z-index: 1;
    width: 100%;
}

.footer .layout-line {
    position: relative;
}

    .footer .layout-line::before {
        content: '';
        position: absolute;
        width: 100%;
        background-color: var(--gray-400);
        height: 1px;
        z-index: 1;
    }

.footer__nav {
    padding: 0;
    border-top: 1px solid var(--divider);
    z-index: 1;
}

    .footer__nav::before {
        position: absolute;
        content: '';
        top: 0;
        background-color: var(--white);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.footer__nav--before:before {
    height: 0;
}

.footer__nav-container {
    width: 100%;
}

.footer__navbar {
    flex-grow: 1;
}

.footer__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    margin: 0;
    padding: 0;
    min-height: 61px;
}

.footer__list-item {
    position: relative;
    border-left: 1px solid var(--gray-400);
    border-right: 1px solid var(--gray-400);
    transition: var(--transition);
}

.footer__nav-img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.footer__list-item--active {
    color: var(--color-brand);
}

    .footer__list-item--active::after {
        content: '';
        position: absolute;
        height: 4px;
        width: calc(100% + 4px);
        background-color: var(--blue);
        top: 2px;
        z-index: 2;
    }


.footer__list-link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    padding: 12px 16px;
    width: 100%;
    height: 100%;
    color: var(--black);
    text-decoration: none;
    border: none;
    background-color: var(--bg-primary);
}

.footer__list-item--active.footer__list-link {
    color: var(--color-brand) !important;
    font-weight: 600;
}

/* Accordion */

.accordion {
    position: relative;
    padding: 16px 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: inset 0 33px 0px -30px var(--white);
    border: none;
}

.accordion__item-inner {
    list-style: outside;
}

.accordion__container--video {
    max-height: 240px;
}

.btn-items-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.accordion__btn-items-container {
    width: 100%;
}

.accordion__question-holder {
    background-color: var(--bg-primary);
}

.accordion__btn-content-holder {
    margin: 0 auto;
    /* padding-right: 20px; */
    width: 90%;
}

.accordion::before {
    position: absolute;
    content: '';
    top: 1px;
    background-color: var(--white);
    height: 1px;
    z-index: 1;
    width: 100%;
}

.accordion__info {
    font-size: 20px;
    color: var(--head--primary);
    font-weight: 600;
}

.accordion__star {
    width: 40px;
    display: inline;
    margin-right: 10px;
}

.accordion__info-holder {
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion__btn-par {
    margin-top: 8px;
    margin-bottom: 0;
}

.accordion__content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: var(--transition);
    transition-property: max-height;
}

.accordion__content--visible {
    max-height: unset;
    overflow: visible;
}


.accordion__content--active {
    overflow: visible;
}


.accordion__card-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 32px;
    padding: 0;
}

.accordion__card {
    min-height: max-content;
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
}

.accordion__card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--head--primary);
    box-shadow: 0 2px 0px -1px var(--white);
    border-bottom: 1px solid var(--divider);
}

.accordion__card-content {
    padding: 8px 16px 16px;
    gap: 30px;
}

.accordion__card-warning {
    display: block;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: var(--red);
}

.accordion__card-small {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
    margin-left: 5px;
}

.accordion__card-select-holder {
    padding: 8px 16px 16px;
}

.accordion__card-select {
    appearance: none;
}

.accordion__btn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 24px;
    stroke: var(--color-brand);
}

.accordion__btn-img--plus {
    display: block;
}

.accordion__btn-img--minus {
    display: none;
}

.accordion__btn {
    position: relative;
    margin-right: 10px;
}

.accordion--active .accordion__btn-img--plus {
    display: none;
}

.accordion--active .accordion__btn-img--minus {
    display: block;
}

.accordion::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: var(--divider);
    height: 1px;
    z-index: 1;
    width: 100%;
}

.accordion__video-play {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    height: 100%;
}

    .accordion__video-play::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--blue);
        opacity: 0.5;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

.accordion__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.accordion__popup-mask {
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.accordion__popup--active {
    display: flex;
}

.accordion__iframe {
    max-width: 960px;
    width: 100%;
    height: 100%;
    max-height: 560px;
    transition: var(--transition);
    transition-property: max-height;
}

.accordion__popup-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    transition: var(--transition);
}

    .accordion__popup-btn:hover {
        border-radius: 5px;
        background: #121111;
    }

.close-video-btn {
    color: var(--white);
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.accordion__popup-btn:hover .close-video-btn {
    opacity: 1;
}

.accordion__video-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.accordion__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 5;
}

.accordion__video-article {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: var(--box-shadow);
}

.accordion__text {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: var(--head--primary);
    font-weight: 600;
    margin: 0 auto;
}

.accordion__holder {
    max-height: 261px;
    height: 100%;
    max-width: 384px;
    overflow: hidden;
}

.accordion__video-head {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px;
    line-clamp: 1;
    box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: var(--head--primary);
}

.accordion__img-holder {
    width: 80%;
    margin: 0 auto 10px;
    text-align: left;
}

.accordion__image {
    width: 100%;
    height: 100%;
    margin: 10px 0;
}

.accordion__graph-description {
    font-size: 16px;
    line-height: 18px;
}

.accordion__chart-par {
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--semibold);
    padding-left: 20px;
    margin: 0 !important;
}

.accordion__head-text {
    display: block;
    font-size: 25px;
    line-height: 27px;
    margin: 50px 0;
    text-align: center;
    color: var(--head--primary);
    font-weight: 600;
}

.accordion__head {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
}

.accordion__heading {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordion__par {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.accordion__table-container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.accordion__table-data {
    padding: 5px;
}

.accordion__table-par {
    font-size: 14px;
    line-height: 16px;
}

.accordion__ref-par {
    font-size: 12px;
    line-height: 14px;
}

.accordion__item {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}

.accordion__item-inner {
    margin-bottom: 5px;
}

.accordion__small-list {
    list-style: lower-alpha;
    list-style-position: inside;
    margin-bottom: 30px;
}

.accordion__small-item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.accordion__small-list-inner {
    list-style: disc;
    list-style-position: inside;
}

.accordion__small-item-inner {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.accordion__content-section {
    margin-bottom: 30px;
}

.accordion__disclaimer-details {
    padding: 0 50px;
}

/* info */

.info {
    position: relative;
    background-color: var(--bg-primary);
    box-shadow: inset 0 33px 0px -29px var(--white);
    padding-bottom: 49px;
}

    .info::before {
        position: absolute;
        content: '';
        top: 1px;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.info__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.info__logo {
    white-space: nowrap;
    margin-left: auto;
}

.info__par-gsk-link {
    color: var(--color-link);
    font-weight: var(--semibold);
    text-decoration: none;
}

.info__par-preparation {
    order: 1;
    display: flex;
    font-weight: var(--semibold);
}

.info__logo-img {
    height: 42px;
    width: auto;
    margin-right: 15px;
}

    .info__logo-img:last-child {
        margin-right: 0;
    }

.info__par {
    margin-bottom: 0;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

/* ------------------------ AAP Template ---------------------------------*/

.aap__container {
    gap: 20px;
    align-items: unset;
    margin-bottom: 16px;
}

.aap__pledge-container {
    position: relative;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    border: 8px solid var(--blue);
    flex: 1 1 40%;
    max-width: 40%;
}

.aap__bookmark {
    width: 37px;
    height: 48px;
    position: absolute;
    top: -20px;
    left: 27px;
    fill: #eff0f9;
    stroke: #346fe4;
    stroke-miterlimit: 10;
    stroke-width: 8px;
}

.aap__pledge-icon {
    width: 192px;
    height: 192px;
    stroke-width: 1;
}

.aap__pledge-taken {
    min-height: 44px;
}

.aap__pledge-icon-taken {
    width: 40px;
    height: 40px;
}

.aap__pledge-icon-taken-mirror {
    transform: scaleX(-1);
}

.aap__pledge-text {
    color: var(--color-brand);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.aap__count {
    font-size: 72px;
    line-height: 1;
}

.aap__confirm {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.aap__pledge-btn {
    margin-bottom: 0;
}

.aap__principles {
    flex: 1 1 60%;
    max-width: 60%;
    ;
    flex-direction: column;
    display: flex;
}

.aap__small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
}

.aap__small--bold {
    font-weight: 600;
}

.aap__small--normal {
    font-weight: 400;
}

.aap__table-container {
    list-style: none;
    padding: 0;
}

.aap__list-container {
    margin-bottom: 50px;
}

.aap__list-par {
    font-size: 16px;
    line-height: 18px;
}

.aap__list-item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

    .aap__list-item:last-child {
        margin-bottom: 0;
    }

/* table */

.table-row-small {
    box-shadow: none;
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    color: var(--head--primary);
}

.table__row-small-static--p16 {
    padding: 16px;
    text-align: left;
}

.table__row-small--static--p16::before {
    content: none;
}

.table__row--p8 {
    display: block;
    position: relative;
    padding: 8px;
    align-items: center;
    list-style: none;
}

.table__row--p8x16 {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
    padding: 8px 16px;
    align-items: center;
    list-style: none;
}

    .table__row--p8x16::before {
        position: absolute;
        content: '';
        top: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.table__row--p16 {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
    align-items: center;
    list-style: none;
    padding: 16px;
}

    .table__row--p16::before {
        position: absolute;
        content: '';
        top: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.table__row-higher--static {
    padding: 8px 16px;
    color: var(--head--primary);
    font-weight: 600;
}

.aap__indication {
    flex: 1 1 30%;
    max-width: 30%;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
}

.aap__indication-info {
    flex: 1 1 70%;
    max-width: 70%;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    font-weight: 400;
}

.principles__container {
    padding: 0;
    list-style: none;
}

.principles__divider {
    box-shadow: inset 0 33px 0px -30px var(--white);
    padding-top: 16px;
    position: relative;
}

    .principles__divider::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.principles__item {
    flex: 1 1 100%;
    max-width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

.principles__item-head {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--head--primary);
}

/* -------------------- WHO's-----------------------*/

.who__table {
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: column;
    display: flex;
}

.who-slide-icon {
    width: 80px;
    height: 80px;
    color: var(--color-brand);
}

.who-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper--whos {
    margin-bottom: 16px;
}

.swiper-who-btn::after {
    font-size: 24px !important;
}

.who__container .swiper-who-btn {
    width: 32px !important;
    height: 32px !important;
    position: unset !important;
    margin-top: unset !important;
}

.who__container .swiper-button-next {
    z-index: 1;
}

.who__container .swiper-button-prev {
    z-index: 1;
}

.who__container .swiper-pagination {
    z-index: 1;
}

.who__container .swiper-pagination {
    position: unset !important;
}

.who__container .accordion__control-mask {
    min-height: 50px;
}

.who__table-head {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}

.who-slide-text {
    display: block;
    color: var(--black-100);
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.who__swiper-head {
    display: block;
    color: var(--head--primary);
    font-weight: 600;
    padding: 16px 0;
}

.table__row--who {
    font-size: 12px;
    line-height: 16px;
    color: var(--black-100);
}

/*----------------------- map component --------------------*/
.map {
    user-select: none;
}

.row-p28 {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
    padding: 28px;
}

.map__list {
    list-style: none;
    padding: 0;
    flex: 1 1 33%;
    max-width: 33%;
    margin: 0;
}

.map__content {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
}


    .map__content::before {
        position: absolute;
        content: '';
        top: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.map__data {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--head--primary);
    font-weight: 600;
    padding: 20px;
}

.map__image-container {
    flex: 1 1 67%;
    max-width: 67%;
    border-left: 1px solid var(--divider);
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.map__item-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.map__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map__image {
    position: absolute;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: var(--map-gray);
    stroke: var(--black);
}

.map__path {
    cursor: pointer;
    transition: 0.5s ease;
    pointer-events: none;
}

.map__path:hover {
    fill: var(--map-green);
    opacity: 50%;
}

.map__path--active {
    fill: var(--map-green);
    background: var(--map-green);
    font-weight: 500;
}

.map__info-box {
    position: relative;
    z-index: 1;
    max-width: 215px;
    background-color: var(--white);
    border: 2px solid var(--map-green);
    text-align: left;
    padding: 10px;
    margin: 20px;
    display: none;
}

.map__calculating-text {
    display: none;
}

.map__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.map__text__number {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: bold;
}

.map__title {
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
}

.map__item {
    display: flex;
    gap: 16px;
    padding: 28px;
}

    .map__item::before {
        position: absolute;
        content: '';
        top: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.map__item-stats {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.map__head-small {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-100);
    opacity: 0.8;
    font-weight: 600;
}

.map__number {
    font-size: 24px;
    line-height: 32px;
    color: var(--head--primary);
    font-weight: 600;
}

.map__bellow-container {
    position: relative;
    box-shadow: inset 0 33px 0px -30px var(--white);
    text-align: left;
    padding: 10px 20px;
}

.map__bellow-par {
    font-size: 18px;
    line-height: 20px;
    font-weight: var(--semibold);
    color: var(--head--primary);
    margin-bottom: 5px;
}

.map__bellow-par--small {
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--regular);
    margin: 0;
}

.map__bellow-container::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    background-color: var(--divider);
    height: 1px;
    z-index: 1;
    width: 100%;
}


/* =--------------------- table ----------------------*/

.table__container {
    padding: 16px;
    transition: var(--transition);
}

.table__result {
    margin-bottom: 16px;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
    border: 0;
    border-spacing: 0;
    transition: var(--transition);
}

.chart__container {
    display: none;
    max-width: 1256px;
    height: 500px;
    margin-bottom: 16px;
    border-radius: 1%;
    overflow: hidden;
}

    .chart__container canvas {
        width: 100% !important;
        background-image: var(--tw-gradient-to);
    }


.table__content-holder {
    min-height: max-content;
}

.chart__img {
    width: 100%;
    height: 100%;
}

.table__content-holder--active-table .table__result {
    display: table;
}

.table__content-holder--active-table .chart__container {
    display: none;
}

.table__content-holder--active-pipe .table__result {
    display: none;
}

.table__content-holder--active-pipe .chart__container {
    display: block;
}

.table__item {
    background-color: var(--white);
    width: 25%;
    border: 0;
}

.table__item-top {
    color: var(--white);
    text-transform: uppercase;
    padding: 4px 8px;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.table__top-row {
    background-color: var(--color-brand);
}

.table__row {
    border-bottom: 1px solid var(--divider);
}

    .table__row:last-child {
        border-bottom: 0;
    }

.table__item:nth-child(even) {
    background-color: var(--color-brand-fade);
}

.table__comparion {
    display: block;
    margin-bottom: 16px;
}

.table__head-container {
    margin-bottom: 16px;
    width: 100%;
}

.table__head {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--head--primary);
}

.table__info {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
}

.table__btn {
    position: relative;
    z-index: 1;
    border: 0;
    padding: 8px 16px;
    border-right: 1px solid var(--divider);
}

    .table__btn:last-child {
        border-right: none;
    }

.table__comparion--bold {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.table__chart-container {
    width: max-content;
    margin: 0 auto;
    border-radius: 9999px;
    overflow: hidden;
}

.table__chart {
    width: 32px;
    height: 32px;
}

.table__chart--active {
    color: var(--color-brand);
}

.btn--result {
    max-width: max-content;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    min-height: 40px;
}

    .btn--result .nav__link {
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
        font-weight: var(--bold);
        width: 100%;
        color: var(--color-brand);
        padding-left: 0;
    }

/*--------------------- trend check ----------------------*/

.trend {
    user-select: none;
}

.swiper--trend {
    padding: 6px !important;
    overflow: hidden;
}

.trend__swiper {
    position: relative;
    padding: 16px !important;
    overflow: hidden;
}

    .trend__swiper .swiper-pagination {
        z-index: 1;
    }

    .trend__swiper .swiper-trend-btn {
        width: 32px;
        height: 32px;
    }

    /* .trend__swiper .swiper-trend-btn {
    display: none !important;
} */

    .trend__swiper .swiper-button-next {
        right: 0;
        z-index: 1;
    }

    .trend__swiper .swiper-button-prev {
        left: 0;
        z-index: 1;
    }

    .trend__swiper .swiper-button-next:after {
        font-size: 18px;
    }

    .trend__swiper .swiper-button-prev:after {
        font-size: 18px;
    }

.trend__container {
    margin-top: 32px;
}

.trend__icon {
    height: 31px;
    width: 32px;
}

.trend__head {
    flex: 1 1 15%;
    max-height: 15%;
    padding: 12px 0;
    gap: 8px;
}

.trend__card-container {
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: display 0.01s;
    transition-delay: 0.15s;
    overflow: hidden;
}

.trend__card-container--video {
    justify-content: unset;
    display: flex !important;
}

    .trend__card-container--video .accordion__video-play {
        max-height: 100%;
    }



    .trend__card-container--video .trend__btn-container {
        margin-top: auto;
    }

.trend__heading {
    font-size: 24px;
    line-height: 32px;
    color: var(--head--primary);
    font-weight: 600;
}

.trend__head {
    position: relative;
    box-shadow: 0 1px 1px white;
}

    .trend__head::before {
        position: absolute;
        content: '';
        bottom: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.trend__middle-container {
    padding: 24px;
    overflow: auto;
    flex: 1 1 65%;
    /* max-height: 65%; */
}

.trend__middle-content {
    height: 100%;
    width: 100%;
    align-items: unset !important;
}

.trend__middle-content--summary {
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: unset !important;
}

/* .trend__middle-container::-webkit-scrollbar {
    display: none;
} */

.trend__middle-container--video {
    padding: 0;
    margin: 0;
    position: relative;
    max-height: 220px;
}

.trend__middle-container--video {
    padding: 0;
}

.btn--trend {
    max-width: max-content;
    min-height: 40px;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
}

.trend__btn-container {
    padding: 10px 24px 24px 24px;
    margin-top: auto;
    flex: 1 1 20%;
    max-height: 20%;
}

.trend__headline {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--semibold);
    color: var(--color-brand);
    text-align: left;
    width: 100%;
}

.trend__paragraph {
    font-size: 15px;
    line-height: 17px;
    font-weight: var(--semibold);
    text-align: left;
}

.trend__headline-ref {
    display: inline-block;
    flex-wrap: wrap;
    margin: auto auto 0;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
}

.trend__card-inner-p {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.trend__headline-link {
    display: inline;
    width: 100%;
    word-wrap: break-word;
    text-underline-offset: 2px;
    border: none;
    background: transparent;
    text-align: left;
    color: var(--color-brand);
    text-decoration: underline;
    padding: 0;
}

    .trend__headline-link::before {
        position: absolute;
        content: ' ';
    }

    .trend__headline-link::after {
        position: absolute;
        content: ' ';
    }

.trend__lookout-icon {
    width: 56px;
    height: 56px;
    color: #d4d4d4;
}

.trend__lookout-icon--active {
    color: var(--color-brand);
}

.trend__video-img {
    height: 210px;
    object-fit: cover;
}

.trend__video-text {
    display: block;
    padding: 16px 20px 0px 20px;
    color: var(--black);
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.trend__card-mask {
    position: relative;
    transition: transform 0.6s;
    height: 437px;
    display: flex;
}

@keyframes rotate {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.trend__card-mask--active {
    animation: rotate 0s ease;
}

.trend__card-mask--back-active {
    animation: rotate-reverse 1.4s ease;
}

.trend__card-container--back {
    display: none;
}

.trend__table-container {
    width: 100%;
    margin-bottom: 16px;
}

.trend__table {
    width: 100%;
}

.trend__data {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
}

/* --------------------- Login ------------------*/

.login {
}

.head--login {
    margin: 0;
}

    .head--login .main-head {
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
    }

.heading--login {
    margin-bottom: 38px;
    margin-top: 0 !important;
}

    .heading--login .par {
        font-size: 16px !important;
        line-height: 20px;
    }

.login__container {
    height: 100%;
    display: flex;
    min-height: calc(100vh - 78px);
}

.login__card-container {
    display: flex;
    gap: 15px;
}

.login__credentials-info {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px
}

.login__card {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.login__card-img-container {
    width: 96px;
    height: 96px;
    margin-bottom: 28px;
}

.login__card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login__card-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 14px 0px -50px var(--white);
    border-top: 1px solid var(--divider);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--black);
    width: 100%;
}

.login__card-text {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.login__card-text--border {
    display: block;
    position: relative;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.login__text-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login__user-img {
    width: 24px;
    height: 24px;
    color: var(--black-100);
}

.login__user-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.login__info {
    flex: 1 1 50%;
    max-width: 50%;
    text-align: center;
    padding: 20px 20px 78px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login__info--mobile {
    display: none;
}

.login__form-holder {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 2px 0 1px 0px var(--white);
    border-left: 1px solid var(--divider);
}

.login__info--mobile .heading--login {
    margin-bottom: 10px;
}

.login__info--mobile .login__card-container {
    padding: 10px 0;
}

.login__form-container {
    width: 100%;
}

.login__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login__logo {
    width: 160px;
    height: 78px;
    margin-bottom: 30px;
}

.login__last-update {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
}

.login__input {
    background-image: linear-gradient(to bottom, var(--bg-btn));
    border-radius: 9999px;
    min-height: 56px;
    display: block;
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 16px;
    line-height: 16px;
}

    .login__input::placeholder {
        font-size: 16px;
        line-height: 24px;
    }

.login__warning {
    display: block;
    color: var(--red);
    width: 100%;
    margin-left: 10px
}

.login__forgot {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--black);
}

.login__sign {
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.login__sign--up {
    color: var(--black);
    font-weight: 500;
    text-decoration: underline;
    margin-left: 5px;
}

.btn--login {
    margin-bottom: 0;
    width: 100%;
    border-radius: 9999px;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--semibold);
    color: var(--color-brand);
}

input[type="email"]:focus {
    border: 1px solid var(--color-brand);
}

input[type="number"]:focus {
    border: 1px solid var(--color-brand);
}

.login__input:focus {
    outline: var(--color-brand) !important;
}

.info__holder {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.info__holder--layout {
    justify-content: center;
    flex-direction: column;
}

    .info__holder--layout .info__logo {
        margin: 0 auto 20px;
    }

    .info__holder--layout .info__par {
        margin-bottom: 20px;
    }

.info--login {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 16px 0 0;
    max-height: 78px;
    height: 100%;
}

.info__login--mobile {
    display: none;
}

.info--login::before {
    left: 0;
}

.info--login .info__container {
    padding: 0;
}

.info--login .info__holder {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px;
}

.info--login .info__par {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}

.info__container_otp {
    margin-bottom: 16px;
}

/* ------------------privacy ----------------------*/

.privacy {
    /* display: none; */
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}


.privacy__container {
    max-width: 900px;
    width: 100%;
    position: absolute;
    z-index: 10;
    margin: auto;
    max-height: calc(100vh - 80px);
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-primary);
    overflow-y: auto;
    scroll-behavior: smooth;
}

.privacy__container--welcome {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.privacy__container--welcome .privacy__info {
    margin: auto 0;
}

.privacy__head {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-weight: 600;
}

.privacy__bg {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.6;
}

.privacy__par {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.privacy__info {
    position: relative;
    padding: 20px 50px;
}

.privacy .info {
    padding-bottom: 0;
}

    .privacy .info::before {
        left: 0;
    }

.privacy__inner-container {
    text-align: left;
}

.privacy__heading {
    font-weight: var(--semibold);
    text-align: left;
    display: block;
    color: var(--orange);
}

.privacy__heading--small {
    text-decoration: underline;
    margin-bottom: 10px;
}

.privacy__heading--medium {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.privacy__heading--large {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}

.privacy__heading--small-nodeco {
    text-decoration: none;
}

.privacy__par-inner {
    display: block;
    margin-bottom: 20px;
    font-weight: var(--semibold);
}

.privacy__list {
    padding-left: 1rem;
}

.privacy__list-inner {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    list-style: none;
    font-weight: var(--semibold);
}

.privacy__link-inner {
    color: var(--color-link);
    font-weight: var(--semibold);
    font-size: 16px;
    cursor: pointer;
}

.privacy .btn {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 0;
    min-height: 36px;
    height: 36px;
}

.privacy .info__container {
    padding: 16px;
}

.privacy .info__par {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.privacy .info__logo-img {
    margin-right: 5px;
}

.privacy .info__logo-img--privacy-top {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
}

.privacy .info__logo-img--privacy-btm {
    width: 64px;
    height: 64px;
}


.privacy .info__holder .info__logo {
    margin-bottom: 0;
}

.privacy__btn--btm {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    border: 0;
    transition: 0.5s;
}

/*------------------- survey module ---------------------------*/

.survey {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}

.survey--active {
    display: block;
}

.survey__bg {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.6;
}

.survey__holder {
    position: relative;
}

.survey__holder {
    max-width: 700px;
    width: 100%;
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    scroll-behavior: smooth;
    border-radius: 32px;
    padding: 30px 36px;
}

.survey__container {
    padding-right: 15px;
}

.survey__container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.survey__container::-webkit-scrollbar-thumb {
    background-color: #a8c0d56c;
    border-radius: 1000px;
}

.survey__container {
    scrollbar-width: 5px;
    scroll-behavior: smooth;
}

.survey__holder::-webkit-scrollbar {
    display: none;
}

.survey__heading {
    font-size: 24px;
    font-weight: var(--semibold);
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: var(--head--primary);
    margin-bottom: 20px;
    text-align: start;
    line-height: 1.1;
}

.survey__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: var(--regular);
    color: var(--black);
    text-align: start;
    margin-bottom: 25px;
}

.survey__group {
    display: block;
    margin-bottom: 15px;
    text-align: start;
}

.survey__input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.survey__label {
    display: flex;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: black;
}

.survey__group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #787a7c;
    box-shadow: 8px 8px 16px 0px #DEE2EE;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 4px 12px 0 0;
    border-radius: 4px;
}

.survey__group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid var(--color-brand);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn--survey {
    height: 38px;
    max-width: unset;
    width: max-content;
    min-height: 38px;
    margin: 0 auto;
    padding: 11px 112px;
    font-size: 16px;
    line-height: 0;
}

.btn-survey-main {
    position: fixed;
    right: 0;
    z-index: 1;
    padding: 10px 120px;
    min-height: 48px;
    width: max-content;
    bottom: 62px;
    z-index: 100;
    margin-bottom: 0;
    border-radius: 32px 32px 0px 0px;
    background: linear-gradient(180deg, #DDE1ED 0%, #F6F7FC 100%), #FFF;
    box-shadow: 0px -5px 4px 0px rgba(255, 255, 255, 0.40);
}


.btn__close-survey {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 12px;
    border: none;
    background: var(--bg);
    box-shadow: var(--box-shadow)
}



/*------------------- survey modal ---------------------------*/

.survey-modal {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}

.survey--active {
    display: block;
}

.survey-modal__bg {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.6;
}

.survey-modal__container {
    max-width: 450px;
    width: 100%;
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    overflow-y: auto;
    scroll-behavior: smooth;
    border-radius: 32px;
    padding: 35px 0;
}

.survey-modal .btn--survey {
    width: unset;
    height: 40px;
    min-height: 40px;
    padding: 0 50px;
}
/*------------------- profile template ---------------------------*/

.profile__card-holder {
    display: flex;
    gap: 16px;
}

.profile__card-content {
    display: flex;
    height: 100%;
}

.profile__card {
    flex: 1 1 50%;
    max-width: 50%;
    min-height: 148px;
}

.profile__card-user {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--black-100);
}

.profile__card-user-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 20%;
    max-width: 20%;
    padding: 12px 16px;
    box-shadow: inset -5px 0 2px -4px var(--white);
}

    .profile__card-user-container::before {
        position: absolute;
        content: '';
        top: 1px;
        right: 0;
        background-color: var(--divider);
        width: 1px;
        z-index: 1;
        height: 100%;
    }

.profile__card-content-holder {
    display: flex;
    flex-direction: column;
    flex: 1 1 80%;
    max-width: 80%;
}

.profile__card-img-mask {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 8px;
    transition: var(--transition);
}

.profile__card-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile__card-name {
    display: block;
}

.profile__card-head {
    display: block;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--head--primary);
}

.profile__card-info {
    position: relative;
    padding: 8px 16px;
    margin: 0;
    box-shadow: inset 0 33px 0px -30px var(--white);
}

.profile__card-info--p16 {
    padding: 16px;
}

.profile__card-info:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    background-color: var(--divider);
    height: 1px;
    z-index: 1;
    width: 100%;
}

.profile__card-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-100);
}

.profile__card-name--bold {
    font-weight: 600;
}

.profile__card-bookmarks {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black-100);
}

.profile__card-bookmarks--bold {
    font-weight: 600;
}

/* ------------------OTP view----------------*/

.otp {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.otp__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bg-primary);
    transition: var(--transition);
}

.otp__container--leave {
    max-width: 600px;
}

.otp__holder {
    display: flex;
    flex-direction: column;
}

.otp__head {
    color: var(--head--primary);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    padding: 16px;
    margin: 0;
}

.otp__content-text {
    display: block;
    margin-bottom: 20px;
}

.otp__content-link {
    display: block;
    text-underline-offset: 2px;
    font-weight: 600;
    margin-bottom: 16px;
}

.otp__content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: inset 0 33px 0px -30px var(--white);
}

    .otp__content-container::before {
        position: absolute;
        content: '';
        top: 1px;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.otp__content-container--incorrect {
    box-shadow: unset;
}

    .otp__content-container--incorrect::before {
        content: none;
    }

.otp__code-container {
    position: relative;
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 16px;
}

/* .otp__code-container::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--black);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.otp__code-holder {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.otp__code-field {
    width: 100%;
    border-radius: 6px;
    height: 40px;
    border: 1px solid rgb(0, 113, 230, 0.2);
    background-color: var(--bg);
    /* box-shadow: var(--box-shadow); */
    color: var(--color-brand);
    padding: 12px 10px 10px 17px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 16px;
    line-height: 16px;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp__code-field:focus {
    outline: var(--color-brand);
}

.otp__content-resend {
    font-weight: 600;
    color: var(--color-brand);
}

.otp__content-btn {
    border: none;
    font-weight: 600;
    color: var(--color-brand);
    padding: 0;
    text-decoration: none;
    background: var(--transparent-bg);
}

    .otp__content-btn:hover {
        color: var(--color-brand);
    }

.otp__incorrect {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 16px 16px 0 16px;
}

.otp__valid-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 20px;
}

.otp__spam {
    margin: 5px 0 0 0;
    color: var(--color-brand);
}

/* --------------  Article Page -----------------------*/

.article-view {
    margin: 10px 0 20px 0;
}

.article-view__container {
    font-size: 0;
}

.article-view__wide {
    display: flex;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 30px;
    align-items: center;
}

.article-view__logo {
    height: 70px;
}

.article-view__list-inner {
    list-style-type: disc;
    list-style-position: inside;
}

.article-view__heading {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: var(--head--primary);
    padding: 16px;
    flex-grow: 2;
}

.article-view__text-box {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: var(--black-100);
    margin-bottom: 20px;
    padding: 0 16px;
}

.article-view__image-container {
    position: relative;
    width: 100%;
    box-shadow: inset 0 33px 0px -30px var(--white);
    padding: 20px;
}


    .article-view__image-container:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.article-view__author {
    font-size: 18px;
    line-height: 20px;
}

.article-view__image {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

.article-view__read-text {
    font-size: 18px;
    line-height: 20px;
}

.article-view__read-link {
    font-weight: 600;
}

.article-view__aside {
    width: 30%;
    display: inline-block;
}

/* ----------------------- Article content ----------------------*/

.authoring {
    margin-bottom: 100px;
}

    .authoring .heading {
        box-shadow: none;
    }

        .authoring .heading:before {
            content: none;
        }


.authoring__article {
    box-shadow: inset 0 33px 0px -30px var(--white);
    position: relative;
    padding: 50px 0;
}

    .authoring__article::before {
        position: absolute;
        content: '';
        top: 1px;
        background-color: var(--divider);
        height: 1px;
        z-index: 1;
        width: 100%;
    }

.authoring__article-row {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

.authoring__article-row--card {
    margin: 0 auto;
}

.authoring__article-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}

.authoring__article-title {
    margin-right: 20px;
    flex: 1 1 20%;
    max-width: 20%;
}

.authoring__article-title--card {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    flex: 1 1 25%;
    max-width: 25%;
}

.authoring__article-row-holder {
    width: 100%;
}

.authoring__article-input {
    max-width: 500px;
    width: 100%;
    background: var(--bg);
    border: 0;
    border-radius: 9999px;
    box-shadow: var(--box-shadow);
    flex: 1 1 45%;
    max-width: 45%;
    padding-left: 20px;
}

.authoring__article-input--checkbox {
    width: 25px;
    height: 25px;
    background: unset !important;
    border-radius: none !important;
    box-shadow: none !important;
}

.accordion__button--article {
    border-radius: 99999px;
}

.accordion__card-select-holder--article {
    max-width: 500px;
    width: 100%;
}

    .accordion__card-select-holder--article .accordion__card-mask {
        display: flex;
        align-items: center;
        margin: 0;
        max-width: unset !important;
    }

    .accordion__card-select-holder--article .dropdown {
        width: 100% !important;
        flex: 1 1 80%;
        max-width: 80%;
    }

    .accordion__card-select-holder--article .filter-option-inner {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: start;
        padding-left: 20px;
    }

    .accordion__card-select-holder--article button {
        border-radius: 9999px !important;
    }

.authoring__rte {
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.authoring__card-area {
    flex: 1 1 100%;
    max-width: 400px;
}

.authoring__card-heading {
    text-align: center;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
}

.principles--authoring {
    margin-bottom: 50px;
}

.authoring .btn--wide {
    display: block;
    margin: 0 auto 30px;
}

.file-upload__container {
    margin-bottom: auto;
}

.file-upload__holder {
    height: calc(100vh - 330px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.file-upload {
    margin: 100px 0 40px 0;
    font-size: 35px;
    font-weight: var(--regular);
}

.file-upload__form {
    margin-bottom: 20px;
}

.file-upload__selected {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.file-upload__selected--active {
    visibility: visible;
    opacity: 1;
}

.file-upload__btn {
    display: none;
}

.file-upload__text {
    margin-top: 16px;
}

.file-upload__custom {
    cursor: pointer;
    padding: 9px 16px;
    border-radius: 9999px;
    background: var(--bg);
    margin-right: 40px;
    max-width: 150px;
    width: 100%;
    min-height: 44px;
    font-weight: var(--semibold);
    color: var(--color-brand);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

/* ----------------------- Guidelines accordion ----------------------*/

.guidelines-article {
    margin-bottom: 16px;
}

.guidelines-article__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px;
}

.guidelines-article__item {
    margin-bottom: 10px;
}

.guidelines-article__list-inner {
    overflow: hidden;
    height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: var(--transition);
    transition-property: height;
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
}

.guidelines-article__list-inner--active {
    height: auto;
}

.guidelines-article__column {
    color: var(--blue);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--semibold);
    padding-right: 15px;
    flex: 1 1 60%;
    max-width: 60%;
    text-align: left;
}

.guidelines-article__table-container {
    max-width: 900px;
    width: 100%;
}

.guidelines-article__column-heading {
    color: var(--blue);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--semibold);
    flex: 1 1 20%;
    max-width: 20%;
    text-align: left;
}

.accordion__btn-img--guidelines {
    height: 18px;
}

.guidelines-article__column-inner-btn {
    border: none;
    text-decoration: underline;
    padding-left: 100px;
    text-align: left;
    background-color: transparent;
    text-underline-offset: 3px;
}

.guidelines-article__accordion-heading {
    width: 0;
    margin: unset;
    height: 100%;
    color: var(--blue);
}

.guidelines-article__column-inner {
    color: var(--blue);
    text-decoration: none;
    text-align: end;
    margin: 0 60px 0 auto;
    height: 16px;
    width: 16px;
    border: none;
    background: var(--transparent-bg);
    padding: 0;
}

.guidelines-article__item-inner {
    text-align: left;
    padding: 5px 5px 0 0;
}

.guidelines-article__item-holder {
    width: 100%;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    background: var(--transparent-bg);
}

.guidelines-article__list-holder {
    display: flex;
    align-items: center;
    width: 100%;
}

.guidelines-article__link-icon {
    height: 100%;
    vertical-align: top;
}

.guidelines-article__list-inner-content {
    overflow: hidden;
    height: 0;
    width: 0;
    transition: var(--transition);
    transition-property: height;
}

.guidelines-article__content-container {
    padding: 20px 50px;
}

.guidelines-article__list-inner-content--active {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.guidelines-article__btn-holder {
    flex: 1 1 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
}

.guidelines-article__btn {
    width: 30px;
    height: 30px;
    margin-left: auto;
}

.guidelines-article__heading {
    font-size: 16px;
    line-height: 18px;
}

.guidelines-article__paragraph-i {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.guidelines-article__link {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    border: none;
    text-align: left;
    color: var(--color-brand);
    padding: 0;
}

.guidelines-article__ul {
    padding-left: 40px;
    margin-bottom: 16px;
}

.guidelines-article__li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

    .guidelines-article__li:last-child {
        margin-bottom: 0;
    }

.guidelines-article__table {
    width: 100%;
    text-align: center;
}

.guidelines-article__table-data {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.guidelines-article__table-list {
    text-align: left;
}

table,
th,
td {
    border: 1px solid var(--black);
    border-collapse: collapse;
    font-size: 14px;
}

.guidelines-table {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}

.guidelines-article__inner-paragraph {
    margin-bottom: 10px;
}

.guidelines-article__small {
    display: block;
    margin: 0 auto 20px auto;
}

.guidelines-article__bellow-p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px;
}

.guidelines-article__info-p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px;
}

.guidelines-article__bellow-link {
    color: var(--head--primary);
}

.accordion__guidelines-wide-btn {
    width: 30px;
    height: 30px;
}

/* third party modal */

.third-party__container {
    position: fixed;
    top: 0;
    background: rgb(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0;
}

.third-party__holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    max-width: 500px;
    background: var(--bg-primary);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(163 150 163);
    border-radius: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.third-party__incorrect {
    margin-bottom: 30px;
}

.dn-active {
    display: none;
}

.profile__card-name--bold {
    font-weight: 600;
}

.profile__card-bookmarks {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black-100);
}

.profile__card-bookmarks--bold {
    font-weight: 600;
}

.swiper--trend {
    margin-bottom: 30px;
}

.zone_buttons{
    visibility: hidden;
}

#zones-map{
    visibility: hidden;
}

/* ----------------- media ---------------*/

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .nav__list-inner {
        margin: 0;
    }

    .trend__heading {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile__card-img-mask {
        width: 50px;
        height: 50px;
    }

    .nav__list-inner {
        margin: 0;
    }

    .profile__card-user-container {
        padding: 4px 8px;
    }

    .trend__heading {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 16px 0;
    }

    .heading {
        margin-top: 90px;
    }

    .watermark {
        font-size: 30px;
        line-height: 50px;
    }

    .swiper--trend {
        margin-bottom: 20px;
    }

    .main__container {
        margin-top: 76px;
    }

    .authoring__rte {
        width: 100%;
        flex-direction: column;
    }

    .nav {
        top: 76px;
        bottom: 64px;
    }

    .nav__list-container {
        width: 100%;
        height: calc(100vh - 139px);
        max-width: unset;
    }

    .nav__blank {
        display: none;
        height: calc(100vh - 139px);
    }

    .nav__list-inner {
        margin: 0;
    }

    .swiper--video {
        min-height: 210px;
    }

    .header {
        min-height: 73px;
    }

    .footer__list-link {
        font-size: 16px;
        line-height: 18px;
    }

    .main-head {
        font-size: 20px;
        line-height: 28px;
    }

    .main-logo {
        height: 43px;
    }

    .aap__pledge-icon-taken {
        width: 25px;
        height: 25px;
    }

    .aap__confirm {
        font-size: 14px;
        line-height: 24px;
    }

    .aap__pledge-text {
        color: var(--color-brand);
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
    }

    .accordion__control-mask {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 80px;
    }

    .accordion__info {
        font-size: 14px;
    }

    .accordion__star {
        width: 20px;
        display: inline;
    }

    .map__content {
        flex-direction: column-reverse;
    }

    .map__data {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .map__list {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        position: relative;
        box-shadow: inset 0 33px 0px -30px var(--white);
    }

    .map__image-container {
        flex: 1 1 100%;
        max-width: 100%;
        border-left: none;
        min-height: 270px;
    }

    .map__item {
        position: unset;
        box-shadow: unset;
        border-right: 1px solid var(--divider);
        flex-direction: column;
        align-items: center;
        flex: 1 1 33.3%;
        max-width: 33.3%;
        padding: 0px 0px;
        gap: 0px;
    }

    .map__item-stats {
        align-items: center;
        text-align: center;
    }

    .map__head-small {
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
    }

    .map__item-icon {
        width: 40px;
        height: 25px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .map__bellow-container {
        padding: 10px 10px;
    }

    .map__bellow-par {
        font-size: 14px;
        line-height: 16px;
    }

    .map__bellow-par--small {
        font-size: 12px;
        line-height: 14px;
    }

    .map__number {
        font-size: 16px;
        line-height: 20px;
    }

    .btn--card {
        font-size: 16px;
    }

    .accordion__iframe {
        max-height: 180px;
        padding: 0 50px;
    }

    .trend__swiper {
        padding: 0 50px 32px 50px;
        margin-bottom: 20px;
    }

    .trend__icon {
        height: 24px;
        width: 24px;
    }

    .trend__heading {
        font-size: 16px;
        line-height: 24px;
    }

    .trend__swiper .swiper-pagination {
        display: block;
        bottom: 0 !important;
    }

    .trend__swiper .swiper-trend-btn {
        display: flex !important;
    }

    .trend__card-container {
        min-height: unset;
    }

    .trend__percentage {
        font-size: 40px;
    }

    .trend__btn-container {
        padding: 10px;
    }

    .profile__card-img-mask {
        width: 50px;
        height: 50px;
    }

    .profile__card-user-container {
        padding: 4px 8px;
    }

    .article-view__chart-container {
        padding: 0 40px;
    }

    .login {
        height: 100%;
        padding-bottom: 10px;
    }

    .login__container {
        overflow: auto;
        flex-direction: column-reverse;
        justify-content: flex-end;
        max-width: 416px;
        width: 100%;
        margin: 0 auto;
        gap: 16px;
    }

    .login__info {
        display: none;
    }

    .login__info--mobile {
        display: block;
        background-image: none !important;
        flex: unset;
        margin: 0 auto;
        max-width: 448px;
        padding: 24px 16px 0 16px;
        max-height: 400px;
        overflow: auto;
    }

    .login__form-holder {
        flex: unset;
        max-width: 416px;
        width: 100%;
        margin: 0 auto;
        border: none;
        padding: 10px 10px 0;
        box-shadow: none;
    }

    .login__input::placeholder {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .login__card-container {
        flex-direction: column;
    }

    .login__card {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .login__card-text-container {
        border-left: 1px solid var(--divider);
        box-shadow: inset 2px 0 1px 0px var(--white);
        border-top: 0;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 16px;
        text-align: start;
        min-height: unset !important;
    }

        .login__card-text-container:before {
            content: none;
        }

    .login__card-img-container {
        display: flex;
        flex: 1 1 30%;
        max-width: 30%;
        flex-direction: row;
        margin: 0;
    }

    .login__card-text {
        padding: 0;
        margin-bottom: 4px;
        min-height: unset !important;
    }

    .login__card-content-holder {
        width: 70%;
    }

    .login__card-text--border {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

        .login__card-text--border:before {
            content: none;
        }

    .info__logo-img {
        height: 38px;
    }

    .info__logo {
        margin-bottom: 20px;
    }

    .info--login {
        display: none;
    }

    .info__login--mobile {
        display: block !important;
        bottom: unset;
        position: relative;
        padding-top: 16px;
    }

        .info__login--mobile .info__par {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            padding: 0;
        }

    .info__logo--mobile-reverse {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

        .info__logo--mobile-reverse .info__par {
            display: block;
            margin: 0;
        }

    .login__card-img {
        margin: auto;
    }

    .login__logo {
        width: auto;
        height: 40px;
        margin-bottom: 32px;
    }

    .head--login .main-head {
        font-size: 16px;
        line-height: 18px;
    }

    .head--login .par {
        font-size: 14px;
        line-height: 20px;
    }

    .info--login .info__holder {
        align-items: center;
        justify-content: center;
    }

    .accordion__play {
        width: 30px;
    }

    .authoring__card-area--front {
        margin-bottom: 40px;
    }

    .swiper--video .trend__card-mask {
        height: 320px;
    }
    .survey-modal__container {
        bottom: 0;
        top: unset;
        transform: unset;
        left: 0;
        border-radius: 16px 16px 0 0;
        max-width: 100%;
    }

    .survey-modal .btn--survey {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    .main-logo {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        height: 35px;
    }

    #zones-map{
        visibility: visible;
    }
}

/* ***************************************************************************MOBILE */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .wrap--mobile {
        padding: 0 40px;
    }

    .wrap--no-padding {
        padding: 0;
    }

    .header {
        min-height: 73px;
    }

    .heading {
        margin-top: 90px;
    }

    .watermark {
        font-size: 20px;
        line-height: 30px;
    }

    .header__logo {
        min-height: auto;
    }

    .main-head {
        font-size: 20px;
        line-height: 28px;
    }

    .main-logo {
        height: 35px;
    }

    .main__container {
        margin-top: 76px;
    }

    .authoring__rte {
        width: 100%;
        flex-direction: column;
    }

    .btn--card {
        font-size: 16px;
    }

    .nav {
        top: 76px;
        bottom: 56px;
    }

    .footer-container {
        min-height: 55px;
    }

    .footer__list {
        min-height: 55px;
    }

    .footer__list-link {
        font-size: 11px;
        line-height: 13px;
    }

    .footer__nav-img {
        max-width: 20px;
        max-height: 20px;
        margin-right: 5px;
    }

    .info__container {
        display: flex;
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        padding: 20px 0;
    }

    .footer__par {
        font-size: 10px;
        line-height: 12px;
        color: var(--black);
    }

    .info {
        order: 1;
    }

    .padding {
        margin-bottom: 39px;
    }

    .nav__list-container {
        width: 100%;
        height: calc(100vh - 132px);
        max-width: unset;
    }

    .nav__list-inner {
        margin: 0;
    }

    .nav__blank {
        display: none;
        height: calc(100vh - 132px);
    }

    .accordion {
        padding: 5px 0;
    }

    .accordion__card-holder {
        grid-template-columns: 1fr;
    }

    .accordion__card {
        flex: unset;
        max-width: unset;
        width: 100%;
    }

    .accordion__text {
        font-size: 10px;
        line-height: 12px;
        flex: 1 1 60%;
        text-align: left;
    }

    .accordion__btn-holder {
        flex: 1 1 40%;
    }

    .accordion__btn {
        float: right;
        width: 26px;
        height: 26px;
    }

    .accordion__btn-img--plus {
        height: 16px;
    }

    .accordion__btn-img--minus {
        height: 16px;
    }

    .accordion__card-head {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion__card-mask {
        max-width: 300px !important;
        position: relative;
        margin: auto;
        width: 100%;
    }

    .accordion__holder {
        width: 100%;
        max-width: unset;
        max-height: unset;
    }

    .accordion__iframe {
        max-height: 180px;
        padding: 0 50px;
    }

    .accordion__btn-par {
        font-size: 12px;
        line-height: 14px;
    }

    .accordion__par {
        font-size: 12px;
        line-height: 14px;
    }

    .swiper-video-btn {
        background: var(--white);
        border-radius: 50%;
        box-shadow: var(--box-shadow);
    }

    .accordion__disclaimer-details {
        padding: 0;
    }

    .accordion__graph-description {
        font-size: 12px;
        line-height: 14px;
    }

    .accordion__head-text {
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0;
    }

    .accordion__table-par {
        font-size: 10px;
        line-height: 12px;
    }

    .accordion__item {
        font-size: 10px;
        line-height: 12px;
    }

    .accordion__small-item {
        font-size: 10px;
        line-height: 12px;
    }

    .accordion__small-item-inner {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .accordion__head {
        font-size: 14px;
        line-height: 16px;
    }

    .accordion__heading {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .accordion__card-content {
        flex-direction: column;
    }

    .accordion__card-btn-holder .accordion__card-select-holder--compare {
        margin-right: 0;
    }

    .accordion__card-btn-holder {
        flex-direction: column;
    }

    .accordion__content .swiper-button-next {
        right: 3%;
        bottom: unset;
        top: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
    }

    .accordion__content .swiper-button-prev {
        left: 3%;
        top: 50%;
        bottom: unset;
        width: 32px;
        height: 32px;
        position: absolute;
        ;
    }

    .accordion__control-mask {
        min-height: 50px;
        padding-bottom: 16px;
    }

    .accordion__content .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
        position: absolute;
    }

    .accordion__content .swiper-button-next::after {
        font-size: 20px;
    }

    .accordion__content .swiper-button-prev::after {
        font-size: 20px;
    }

    .accordion__container {
        margin-top: 0;
    }

    .accordion__img-holder {
        width: 100%;
    }

    .accordion__chart-par {
        font-size: 10px;
        line-height: 12px;
        padding-left: 15px;
    }

    .article__info {
        padding: 6px 5px;
        width: 60%;
    }

    .article__year {
        padding: 6px 0;
        width: 20%;
    }

    .accordion__play {
        width: 25px;
    }

    .article__btn-holder {
        padding: 0px 0px;
        width: 20%;
    }

    .article__description {
        width: 60%;
    }

    .article__link {
        width: 20%;
    }

    .article-view__item {
        font-size: 12px;
        line-height: 14px;
    }

    .article-view__item-inner {
        font-size: 12px;
        line-height: 14px;
    }

    .article-view__chart-img {
        width: 100%;
    }

    .article-view__head {
        font-size: 14px;
        line-height: 16px;
    }

    .article-view__text {
        font-size: 13px;
        line-height: 15px;
    }

    .article-view__text-small {
        font-size: 10px;
        line-height: 12px;
    }

    .aap__container {
        flex-direction: column;
    }

    .aap__pledge-container {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .aap__principles {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .aap__pledge-icon-taken {
        width: 25px;
        height: 25px;
    }

    .aap__confirm {
        font-size: 14px;
        line-height: 24px;
    }

    .aap__indication {
        font-size: 12px;
    }

    .aap__principles-info {
        text-align: center;
        font-size: 12px;
    }

    .aap__pledge-icon-taken {
        width: 25px;
        height: 25px;
    }

    .aap__confirm {
        font-size: 14px;
        line-height: 24px;
    }

    .aap__pledge-text {
        color: var(--color-brand);
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
    }

    .map__content {
        flex-direction: column-reverse;
    }

    .map__data {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .map__list {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        position: relative;
        box-shadow: inset 0 33px 0px -30px var(--white);
    }

    .map__image-container {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 180px;
        border-left: none;
        display: block;
        max-height: none;
        padding-top: 10px;
    }

    .map__image--group{
        position: relative;
    }

    .map__image {
        position: relative;
        height: 160px;
        left: auto;
        top: auto;
        transform: translate(0);
    }

    .zone--path{
        position: absolute;
    }

    /* TEST */

    .map__image--zone{
        height: 160px;
        left: auto;
        top: auto;
        transform: translate(0);
        stroke: var(--black);
        fill: var(--map-gray);
    }

    .zone-area {
        position: absolute;
    }

    .hide-zone{
        display: none;
    }

    /* .east{
        display: none;
    } */

    /* TEST */

    .map__image--bottom {
        position: absolute;
        height: 50px;
        right: 0px;
        bottom: 8px;    
        transform: translate(0);
        fill: var(--map-gray);
        stroke: var(--black);
    }

    .map__info-box {
        margin: 10px auto;
        max-width: 100%;
    }

    .map__item {
        position: unset;
        box-shadow: unset;
        border-right: 1px solid var(--divider);
        flex-direction: column;
        align-items: center;
        flex: 1 1 33.3%;
        max-width: 33.3%;
        padding: 0px 0px;
        gap: 0px;
    }

    .map__item-stats {
        align-items: center;
        text-align: center;
    }

    .map__head-small {
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
    }

    .map__item-icon {
        width: 40px;
        height: 25px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .map__number {
        font-size: 16px;
        line-height: 20px;
    }

    .map__bellow-container {
        padding: 10px 10px;
    }

    .map__bellow-par {
        font-size: 14px;
        line-height: 16px;
    }

    .map__bellow-par--small {
        font-size: 12px;
        line-height: 14px;
    }

    .zone_buttons{
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        width: 50%;
        padding-left: 1rem;
    }
    
    .btn-zone{
        width: 80%;
        border-radius: 9999px;
        height: auto;
        font-size: 1.1rem;
        width: 100%;
    }

    .map_buttons-container{
        display: flex;
        justify-content: space-around;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .trend__heading {
        font-size: 16px;
        line-height: 24px;
    }

    .trend__swiper {
        padding: 0 50px 32px 50px;
        margin-bottom: 16px;
    }

        .trend__swiper .swiper-pagination {
            display: block;
            bottom: 0 !important;
        }

        .trend__swiper .swiper-trend-btn {
            display: flex !important;
        }

    .trend__card-container {
        min-height: unset;
    }

    .trend__card-mask {
        height: 320px !;
    }

    .swiper--video .trend__card-mask {
        height: 320px;
    }

    .trend__percentage {
        font-size: 40px;
    }

    .trend__btn-container {
        padding: 10px;
        gap: 10px;
    }

    .trend__video-img {
        height: 150px;
    }

    .btn--trend {
        max-width: 90px;
        font-size: 10px;
        line-height: 12px;
        padding: 5px 8px;
        height: 30px;
        min-height: 30px;
    }

    .trend__video-text {
        line-height: 16px;
        font-size: 12px;
    }

    .trend__headline {
        font-size: 14px;
        line-height: 18px;
    }

    .trend__headline-ref {
        font-size: 12px;
        margin: 0;
        line-height: 14px;
        word-wrap: break-word;
    }

    .trend__paragraph {
        font-size: 12px;
        line-height: 14px;
    }

    .nav--notification-active .nav__blank {
        height: calc(100vh - 132px);
    }

    .profile__card-holder {
        flex-direction: column;
    }

    .profile__card-img-mask {
        width: 50px;
        height: 50px;
    }

    .profile__card-content-holder {
        flex: 1 1 70%;
        max-width: 70%;
    }

    .profile__card-user-container {
        padding: 4px 8px;
        flex: 1 1 30%;
        max-width: 30%;
    }

    .profile__card {
        flex: 1 0 100%;
        max-width: 100%;
        min-height: max-content;
    }

    .login {
        height: 100%;
        padding-bottom: 10px;
    }

    .login__container {
        overflow: auto;
        flex-direction: column-reverse;
        justify-content: flex-end;
        max-width: 416px;
        width: 100%;
        margin: 0 auto;
        gap: 16px;
    }

    .login__credentials-info {
        font-size: 12px;
        line-height: 14px
    }

    .login__info {
        display: none;
    }

    .login__info--mobile {
        display: block;
        background-image: none !important;
        flex: unset;
        margin: 0 auto;
        max-width: 448px;
        padding: 24px 16px 0 16px;
        max-height: 400px;
        overflow: auto;
    }

    .login__form-holder {
        flex: unset;
        max-width: 416px;
        width: 100%;
        margin: auto;
        border: none;
        padding: 10px 10px 0;
        box-shadow: none;
    }

    .login__input::placeholder {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .login__card-container {
        flex-direction: column;
    }

    .login__card {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .login__card-text-container {
        border-left: 1px solid var(--divider);
        box-shadow: inset 2px 0 1px 0px var(--white);
        border-top: 0;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 16px;
        text-align: start;
        min-height: unset !important;
    }

        .login__card-text-container:before {
            content: none;
        }

    .login__card-img-container {
        display: flex;
        flex: 1 1 30%;
        max-width: 30%;
        flex-direction: row;
        margin: 0;
    }

    .login__card-text {
        padding: 0;
        margin-bottom: 4px;
        min-height: unset !important;
    }

    .login__card-content-holder {
        width: 70%;
    }

    .login__card-text--border {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

        .login__card-text--border:before {
            content: none;
        }

    .info--login {
        display: none;
    }

    .info__logo-img {
        height: 20px;
    }

    .info__login--mobile {
        display: block !important;
        bottom: unset;
        position: relative;
        padding-top: 30px;
    }

        .info__login--mobile .info__par {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            padding: 0;
        }

    .info__logo--mobile-reverse {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

        .info__logo--mobile-reverse .info__par {
            display: block;
            margin: 0;
        }

    .info__par {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 15px;
    }

    .info__par-preparation {
        font-size: 12px;
        line-height: 14px;
    }

    .info--login .info__holder {
        align-items: center;
        justify-content: center;
    }

    .article-view__chart-container {
        padding: 0 15px;
    }

    .login__card-img {
        margin: auto;
    }

    .login__form-container .info__logo {
        margin-bottom: 0;
    }

    .login__logo {
        width: auto;
        height: 40px;
        margin-bottom: 32px;
    }

    .head--login .main-head {
        font-size: 16px;
        line-height: 18px;
    }

    .head--login .par {
        font-size: 14px;
        line-height: 20px;
    }

    .otp__container {
        border-radius: 0;
    }

    .article-view {
        margin-top: 30px;
    }

    .article-view__wide {
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    .accordion__info {
        font-size: 10px;
    }

    .accordion__star {
        width: 14px;
        display: inline;
    }

    .article-view__logo {
        height: 50px;
    }

    .article-view__heading {
        font-size: 16px;
        line-height: 16px;
    }

    .article-view__author {
        font-size: 14px;
        line-height: 16px;
    }

    .article-view__text-box {
        font-size: 12px;
        line-height: 14px;
    }

    .article-view__read-text {
        font-size: 14px;
        line-height: 16px;
    }

    .article-view__aside {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .article__year--article-head {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .article__info-link {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .article__year--page {
        width: 100%;
    }

    .authoring__article {
        padding: 30px 0;
    }

    .authoring__article-container {
        grid-column-gap: 0px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 40px;
    }

    .accordion__card-select-holder--article {
        max-width: unset;
    }

    .authoring__article-row {
        max-width: unset;
        order: -1;
    }

    .authoring__article-row-double {
        order: unset;
    }

    .authoring__article-row-active {
        order: unset;
    }

    .accordion__card-range {
        order: -1;
    }

    .privacy__info {
        padding: 15px 15px;
    }

    .privacy__container {
        max-height: calc(100vh - 150px);
    }

    .privacy__par-inner {
        font-size: 12px;
        line-height: 14px;
    }

    .privacy__item {
        font-size: 12px;
        line-height: 14px;
    }

    .privacy__link-inner {
        font-size: 12px;
        line-height: 14px;
    }

    .privacy__heading {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .privacy__list-inner {
        font-size: 16px;
        line-height: 18px;
    }

    .swiper--trend {
        margin-bottom: 20px;
    }

    .guidelines-article__content-container {
        padding: 10px 0;
    }

    .guidelines-article__table-container {
        overflow-x: auto;
        user-select: none;
        cursor: pointer;
    }

    .guidelines-article__list-holder {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #00000017;
    }

    .guidelines-article__accordion-heading {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center !important;
        max-width: 100% !important;
        flex: unset !important;
    }

    .guidelines-article__list-inner-content {
        width: 100%;
    }

    .guidelines-article__accordion-head {
        width: unset;
        flex: unset;
    }

    .guidelines-article__column-inner-btn {
        text-align: center;
        flex: unset !important;
        max-width: 100% !important;
        margin-bottom: 10px;
        padding: 0;
    }

    .guidelines-article__paragraph {
        font-size: 12px;
        line-height: 14px;
    }

    .guidelines-article__column-inner {
        display: block;
        margin-bottom: 10px;
    }

    .guidelines-article__content-container {
        width: 100%;
    }

    .guidelines-article__item-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    table,
    th,
    td {
        font-size: 10px;
    }

    .accordion__table-small {
        width: 100%;
    }

    .guidelines-article__heading {
        font-size: 14px;
        line-height: 16px;
    }

    .guidelines-article__li {
        font-size: 12px;
        line-height: 14px;
    }

    .guidelines-article__bellow-p {
        font-size: 10px;
        line-height: 12px;
    }

    .guidelines-article__info-p {
        font-size: 10px;
        line-height: 12px;
    }

    .guidelines-article__paragraph-i {
        font-size: 14px;
        line-height: 18px;
    }

    .guidelines-article__column-inner-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }

    .guidelines-article__column-inner {
        font-size: 12px;
        line-height: 14px;
        margin: 0 auto 10px;
    }

    .guidelines-article__inner-paragraph {
        font-size: 12px;
        line-height: 14px;
    }

    .guidelines-article__ul {
        padding-left: 0;
    }

    .guidelines-article__small {
        font-size: 10px;
        line-height: 12px;
    }

    .guidelines-article__column-heading {
        min-width: 50px;
    }

    .otp__code-field {
        width: 100%;
        height: 30px;
        padding: 4px 10px 2px 10px;
    }

    .authoring__card-area--front {
        margin-bottom: 40px;
    }

    .login__credentials-info-secondary {
        text-align: left !important;
    }
    .survey__holder {
        padding: 0;
        transform: unset;
        bottom: 0;
        top: unset;
        left: 0;
        border-radius: 16px 16px 0px 0px;

    }
    .survey__container {
        padding: 24px 28px;
    }
    .survey__heading {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .survey__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 28px;
    }
    .survey__group {
        margin-bottom: 28px;
    }
    .survey__label {
        font-size: 14px;
        line-height: 18px;
    }
    .btn__close-survey {
        right: 16px;
        top: 16px;
    }
    .btn-survey-main {
        width: 100%;
        max-width: 100%;
    }
    .survey-modal__container {
        bottom: 0;
        top: unset;
        transform: unset;
        left: 0;
        border-radius: 16px 16px 0 0;
        max-width: 100%;
    }
    .survey-modal .btn--survey {
        padding: 0 20px;
    }
}

/* ***************************************************************************MOBILE */
.danger {
    color: var(--bs-danger);
}

.login_bg {
    background-image: url(../assets/images/loginbg.jpg);
}

.card__error--name {
    margin: 0 0 0 20px;
    color: var(--red);
    font-weight: var(--semibold);
    flex: 1 1 30%;
    max-width: 30%;
}

.card__error--content {
    margin-top: 20px;
    color: var(--red);
    font-weight: var(--semibold);
}

.black {
    color: black;
}

/* Custom Checkbox Login Page */

.checkbox__login {
    padding: 0 0 78px 0;
}

.login__credentials-info-secondary {
    padding: 20px 0;
    text-align: center;
}

.checkbox__group {
    display: block;
    margin-bottom: 15px;
}

    .checkbox__group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .checkbox__group label {
        position: relative;
        cursor: pointer;
        line-height: 1.2;
        font-size: 14px;
    }

        .checkbox__group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid var(--color-brand);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 7px;
            border-radius: 2px;
        }

    .checkbox__group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 7px;
        width: 4px;
        height: 10px;
        border: solid var(--color-brand);
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
    }
