@charset "UTF-8"; /*Crema - Creative Management // crema.com.tr */

body {
    overflow-x: hidden;
    font-family: "Quicksand",sans-serif;
    color: #333
}

::selection {
    background-color: #05f;
    color: #fff
}

.container-fluid {
    padding: 0 85px
}

@media only screen and (min-width:1920px) {
    .container {
        max-width: 1750px !important
    }
}

@media(min-width:1700px) and (max-width:1919px) {
    .container {
        max-width: 1650px
    }
}

@media(min-width:1400px) and (max-width:1699px) {
    .container {
        max-width: 1390px
    }
}

@media only screen and (max-width:991px) {
    .container {
        padding: 0 30px
    }
}

button {
    border-radius: 12px !important
}

.jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

    .jarallax video {
        object-fit: cover;
        object-position: center
    }

    .jarallax .jarallax-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1
    }

    .jarallax .opacity-0 {
        opacity: 0
    }

.overflow-hidden {
    overflow: hidden
}

.video-mobile {
    display: none
}

.grt-cookie p, .grt-cookie p a {
    font-size: 16px;
    font-weight: 600
}

.grt-cookie-button {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 12px
}

@media only screen and (max-width:767px) {
    .grt-cookie-button {
        width: 100%;
        text-align: center
    }
}

.loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: opacity ease .3s;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s
}

.visibility-hidden {
    visibility: hidden !important
}

.fixed-contact {
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 15px;
    z-index: 1000;
    -webkit-transform: scale(.9) translateZ(1000px);
    -moz-transform: scale(.9) translateZ(1000px);
    transform: scale(.9) translateZ(1000px);
    opacity: 0;
    bottom: -70px;
    -webkit-transition: transform ease .2s,opacity ease .2s,bottom ease .2s;
    -moz-transition: transform ease .2s,opacity ease .2s,bottom ease .2s;
    transition: transform ease .2s,opacity ease .2s,bottom ease .2s
}

    .fixed-contact.active {
        -webkit-transform: scale(1) translateZ(1000px);
        -moz-transform: scale(1) translateZ(1000px);
        transform: scale(1) translateZ(1000px);
        opacity: 1;
        bottom: 15px
    }

    .fixed-contact .fixed-contact-inner {
        background: rgba(0,85,255,.8) !important;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: max-content;
        height: 100%;
        border-radius: 16px;
        padding: 0 20px;
        margin: auto
    }

    .fixed-contact a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600
    }

        .fixed-contact a i {
            margin-right: 10px
        }

        .fixed-contact a:not(:nth-last-child(1)) {
            margin-right: 30px
        }

@media(max-width:991px) {
    .fixed-contact {
        display: none
    }
}

.header {
    display: none;
    transform: translateZ(1000px);
    position: fixed;
    z-index: 1001;
    width: 100%
}

@media only screen and (min-width:992px) {
    .header {
        display: block
    }
}

.header * {
    text-transform: uppercase
}

.header .container-fluid, .header .container, .header .navbar-collapse, .header .navbar-nav {
    height: 100%
}

.header .navbar {
    padding: 0;
    height: 200px;
    transition: height ease .2s
}

@media only screen and (max-width:1699px) {
    .header .navbar {
        height: 150px
    }
}

.header .navbar.scroll {
    height: 80px
}

    .header .navbar.scroll .navbar-brand {
        height: 55px
    }

        .header .navbar.scroll .navbar-brand svg path {
            fill: #fff
        }

    .header .navbar.scroll.expanded {
        height: 200px
    }

        .header .navbar.scroll.expanded .navbar-brand {
            height: 78px
        }

            .header .navbar.scroll.expanded .navbar-brand svg path {
                fill: #fff
            }

@media only screen and (max-width:1699px) {
    .header .navbar.scroll.expanded {
        height: 150px
    }
}

.header .navbar.scroll.expanded .navbar-bg {
    height: 400px
}

@media only screen and (max-width:1699px) {
    .header .navbar.scroll.expanded .navbar-bg {
        height: 330px
    }
}

@media only screen and (max-width:1699px) {
    .header .navbar.scroll {
        height: 80px
    }
}

.header .navbar.scroll .navbar-bg {
    background: rgba(0,85,255,.93) !important;
    height: 80px
}

@supports (-moz-appearance:none) {
    .header .navbar.scroll .navbar-bg {
        background-color: #05f !important
    }
}

@media only screen and (max-width:1699px) {
    .header .navbar.scroll .navbar-bg {
        height: 80px
    }
}

.header .navbar.expanded .navbar-bg {
    background: rgba(0,85,255,.93) !important
}

@supports (-moz-appearance:none) {
    .header .navbar.expanded .navbar-bg {
        background-color: #05f !important
    }
}

.header .navbar.expanded .navbar-collapse {
    overflow-y: visible
}

.header .navbar.expanded .navbar-brand svg path {
    fill: #fff
}

.header .navbar .navbar-collapse {
    overflow-y: hidden
}

@media only screen and (max-width:991px) {
    .header .navbar .navbar-collapse {
        overflow-y: auto
    }
}

.header .container-fluid, .header .container, .header .navbar {
    position: relative
}

.header .navbar-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 3;
    transition: height ease .2s,background ease .2s
}

    .header .navbar-bg.expanded {
        height: 320px
    }

@media only screen and (max-width:1699px) {
    .header .navbar-bg.expanded {
        height: 280px
    }
}

.header .container-fluid, .header .container {
    z-index: 4
}

.header .navbar-brand {
    height: 78px;
    padding: 0
}

@media only screen and (max-width:1699px) {
    .header .navbar-brand {
        height: 78px
    }
}

@media only screen and (max-width:1399px) {
    .header .navbar-brand {
        height: 55px
    }
}

@media only screen and (max-width:1200px) {
    .header .navbar-brand {
        height: 46px
    }
}

.header .navbar-brand svg {
    height: 100%;
    width: auto
}

    .header .navbar-brand svg path {
        fill: #fff
    }

.header .nav-item {
    position: relative;
    display: flex;
    align-items: center
}

    .header .nav-item .hidden-text-inline {
        opacity: 0;
        transition: opacity ease .15s,transform ease .15s;
        padding-left: 12px;
        transform: translateX(-15px)
    }

        .header .nav-item .hidden-text-inline.single-letter {
            padding-left: 0 !important
        }

    .header .nav-item > .hidden-text {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        z-index: 3;
        transition: opacity ease .15s;
        opacity: 0
    }

        .header .nav-item > .hidden-text > * {
            width: 100%;
            display: flex;
            align-items: center;
            transition: transform ease .15s
        }

            .header .nav-item > .hidden-text > *:nth-child(1) {
                transform: translateY(30px)
            }

@media only screen and (max-width:1699px) {
    .header .nav-item > .hidden-text > *:nth-child(1) {
        transform: translateY(24px) !important
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-item > .hidden-text > *:nth-child(1) {
        transform: translateY(30px) !important
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item > .hidden-text > *:nth-child(1) {
        transform: translateY(40px) !important
    }
}

.header .nav-item > .hidden-text > *:nth-last-child(1) {
    transform: translateY(-30px)
}

@media only screen and (max-width:1699px) {
    .header .nav-item > .hidden-text > *:nth-last-child(1) {
        transform: translateY(-20px)
    }
}

.header .nav-item:hover .first-visible {
    opacity: 0
}

    .header .nav-item:hover .first-visible ~ .hidden-text-inline {
        transform: translateX(-58px)
    }

@media only screen and (max-width:1699px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline {
        transform: translateX(-51px)
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline {
        transform: translateX(-43px)
    }
}

.header .nav-item:hover .first-visible ~ .hidden-text-inline.one {
    transform: translateX(-97px);
    transition-duration: .3s
}

@media only screen and (max-width:1699px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.one {
        transform: translateX(-81px)
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.one {
        transform: translateX(-71px)
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.one {
        transform: translateX(-60px)
    }
}

.header .nav-item:hover .first-visible ~ .hidden-text-inline.two {
    transform: translateX(-105px);
    transition-duration: .3s
}

@media only screen and (max-width:1699px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.two {
        transform: translateX(-87px)
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.two {
        transform: translateX(-75px)
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item:hover .first-visible ~ .hidden-text-inline.two {
        transform: translateX(-64px)
    }
}

.header .nav-item:hover .hidden-text-inline {
    opacity: 1;
    transform: translateX(0)
}

.header .nav-item:hover > .hidden-text {
    opacity: 1
}

    .header .nav-item:hover > .hidden-text > *:nth-child(1) {
        transform: translateY(35px)
    }

    .header .nav-item:hover > .hidden-text > *:nth-last-child(1) {
        transform: translateY(-10px)
    }

.header .nav-item:hover .submenu {
    opacity: 1;
    transform: translateY(0)
}

    .header .nav-item:hover .submenu .seperator-cross {
        width: 80px;
        height: 80px
    }

@media only screen and (max-width:1699px) {
    .header .nav-item:hover .submenu .seperator-cross {
        width: 60px;
        height: 60px
    }
}

.header .nav-item:nth-last-child(2) .nav-link {
    padding-right: 60px !important
}

@media only screen and (max-width:1699px) {
    .header .nav-item:nth-last-child(2) .nav-link {
        padding-right: 60px !important
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item:nth-last-child(2) .nav-link {
        padding-right: 64px !important
    }
}

.header .nav-item .submenu {
    transition: opacity .2s ease,transform .2s cubic-bezier(.25,1,.5,1);
    opacity: 0;
    transform: translateY(-30px);
    padding-top: 160px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu {
        padding-top: 115px;
        line-height: 18px
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-item .submenu {
        width: 150%
    }
}

.header .nav-item .submenu .seperator-cross {
    position: absolute;
    width: 0;
    height: 0;
    top: 100px;
    left: -69px;
    transition: width ease .2s,height ease .2s
}

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .seperator-cross {
        top: 69px;
        left: -47px
    }
}

.header .nav-item .submenu .seperator-cross > * {
    position: absolute;
    background-color: #bfbfbf
}

    .header .nav-item .submenu .seperator-cross > *:nth-child(1) {
        top: 39px;
        left: 0;
        width: 100%;
        height: 2px
    }

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .seperator-cross > *:nth-child(1) {
        top: 30px
    }
}

.header .nav-item .submenu .seperator-cross > *:nth-child(2) {
    top: 0;
    left: 39px;
    width: 2px;
    height: 100%
}

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .seperator-cross > *:nth-child(2) {
        left: 30px
    }
}

.header .nav-item .submenu.block, .header .nav-item .submenu.block > *:not(.collapse) {
    display: block
}

    .header .nav-item .submenu.block .submenu-item {
        font-size: 17px; /*&:after {
      content: "" !important;
  }*/
        line-height: 17px;
        padding-bottom: 15px;
        white-space: nowrap
    }

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu.block .submenu-item {
        font-size: 14px
    }
}

.header .nav-item .submenu .submenu-item { /*&:not(:nth-last-child(1))::after {
      content: ",";
  }*/
    line-height: 17px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .5px;
    opacity: .6;
    -webkit-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s
}

    .header .nav-item .submenu .submenu-item[data-bs-toggle=collapse] {
        position: relative
    }

        .header .nav-item .submenu .submenu-item[data-bs-toggle=collapse]::before {
            content: "🢒";
            font-size: 30px;
            position: absolute;
            height: 10%;
            top: -11px;
            left: -11px
        }

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .submenu-item[data-bs-toggle=collapse]::before {
        font-size: 18px;
        top: -1px;
        left: -8px
    }
}

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .submenu-item {
        font-size: 14px
    }
}

.header .nav-item .submenu .submenu-item:hover {
    opacity: 1
}

.header .nav-item .submenu .submenu-item ~ .submenu-sub {
    margin-bottom: 30px
}

    .header .nav-item .submenu .submenu-item ~ .submenu-sub > a {
        display: block;
        text-decoration: none;
        font-weight: 700;
        color: #fff;
        opacity: .6;
        -webkit-transition: opacity ease .2s;
        transition: opacity ease .2s;
        padding-left: 15px;
        padding-bottom: 6px;
        padding-top: 6px;
        border-left: 2px solid #fff
    }

        .header .nav-item .submenu .submenu-item ~ .submenu-sub > a:hover {
            opacity: 1
        }

@media only screen and (max-width:1699px) {
    .header .nav-item .submenu .submenu-item ~ .submenu-sub > a {
        font-size: 14px
    }
}

.header .nav-item .submenu .submenu-item ~ .submenu-sub.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none
}

.header .nav-link {
    color: #fff !important;
    position: relative;
    z-index: 4;
    padding-right: 120px !important;
    padding-left: 0 !important
}

    .header .nav-link > .hidden-text-inline {
        position: absolute
    }

    .header .nav-link, .header .nav-link ~ .hidden-text {
        color: #fff;
        font-size: 32px;
        font-weight: 700
    }

@media only screen and (max-width:1699px) {
    .header .nav-link, .header .nav-link ~ .hidden-text {
        font-size: 26px
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-link, .header .nav-link ~ .hidden-text {
        font-size: 22px
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-link, .header .nav-link ~ .hidden-text {
        font-size: 18px
    }
}

@media only screen and (max-width:1699px) {
    .header .nav-link {
        padding-right: 115px !important
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-link {
        padding-right: 70px !important
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-link {
        padding-right: 50px !important
    }
}

.header .navbar.invert *:not(.nav-button), .header .navbar.invert .submenu-item, .header .navbar.invert .submenu-sub > a {
    color: #05f !important
}

.header .navbar.invert .language-switch span {
    color: #fff !important
}

.header .navbar.invert .navbar-brand svg path {
    fill: #05f
}

.header .language-switch-wrapper {
    display: flex;
    align-items: center;
    padding: 0
}

.header .language-switch {
    width: 30px;
    height: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700
}

@media only screen and (max-width:1699px) {
    .header .language-switch {
        font-size: 14px
    }
}

.header .language-switch .tr {
    background-color: #db0000
}

.header .language-switch .en {
    background-color: #05f
}

.header .language-switch > * {
    border: 1px solid #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 20px;
    -webkit-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s
}

    .header .language-switch > *:nth-child(1) {
        margin-bottom: 6px
    }

    .header .language-switch > *.active {
        opacity: .4
    }

    .header .language-switch > *:hover {
        opacity: 1
    }

.header .nav-button {
    background-color: #05f;
    padding: 10px 22px;
    font-size: 24px;
    border-radius: 12px;
    color: #fff !important;
    filter: brightness(90%)
}

    .header .nav-button:hover {
        filter: brightness(130%);
        transition: filter .4s ease-in
    }

@media only screen and (max-width:1399px) {
    .header .nav-button {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-button {
        font-size: 18px;
        padding: 9px 18px
    }
}

@media only screen and (max-width:1200px) {
    .header .nav-button-trigger {
        padding-left: 25px
    }
}

.header .nav-button-trigger > .nav-link {
    padding-right: 50px
}

.header .nav-link ~ .tooltip-list-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list {
        position: absolute;
        background-color: #05f;
        border-radius: 12px;
        padding: 22px 17px;
        z-index: 2000;
        bottom: 0;
        left: -60px;
        min-width: 250px;
        text-align: center;
        transition: ease .3s transform,ease .3s opacity;
        opacity: 0;
        display: none;
        transform: translateY(30px)
    }

@media only screen and (max-width:1200px) {
    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list {
        left: -31px;
        min-width: 220px;
        padding: 15px
    }
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list:before {
    position: absolute;
    width: 50px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/website/img/triangle.png);
    background-size: 100% 100%;
    content: "";
    top: -20px;
    left: 99px
}

@media only screen and (max-width:1200px) {
    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list:before {
        left: 84px
    }
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list .top-offset-storage {
    top: 172px
}

@media only screen and (max-width:1699px) {
    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list .top-offset-storage {
        top: 140px
    }
}

@media only screen and (max-width:1399px) {
    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list .top-offset-storage {
        top: 130px
    }
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: none !important;
    filter: brightness(110%);
    -webkit-transition: filter ease .2s;
    -moz-transition: filter ease .2s;
    transition: filter ease .2s;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .header .nav-link ~ .tooltip-list-wrapper > .tooltip-list > a {
        font-size: 13px
    }
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list > a:hover {
    filter: brightness(75%)
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list > a:not(:nth-last-child(1)) {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,.2)
}

.header .nav-link ~ .tooltip-list-wrapper > .tooltip-list > a:not(:nth-child(1)) {
    padding-top: 10px
}

.header .nav-link ~ .tooltip-list-wrapper.showing .tooltip-list {
    display: block
}

.header .nav-link ~ .tooltip-list-wrapper.shown .tooltip-list {
    opacity: 1;
    transform: translateY(0)
}

.header-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1012;
    transition: height ease .5s,background ease .2s;
    height: 70px;
    overflow: hidden;
    transform: translateZ(1000px)
}

    .header-mobile .container, .header-mobile .row, .header-mobile .col-12, .header-mobile .navbar-mobile, .header-mobile .navbar-mobile-nav {
        height: 100%
    }

@media only screen and (max-width:991px) {
    .header-mobile {
        display: block
    }
}

.header-mobile.scroll, .header-mobile.bg {
    background: rgba(0,85,255,.93) !important
}

.header-mobile.expanded {
    height: 100vh
}

.header-mobile .navbar-mobile-head {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .header-mobile .navbar-mobile-head > a {
        height: 40px
    }

        .header-mobile .navbar-mobile-head > a > img, .header-mobile .navbar-mobile-head > a > svg {
            height: 100%;
            width: auto
        }

            .header-mobile .navbar-mobile-head > a > svg path {
                fill: #fff
            }

    .header-mobile .navbar-mobile-head .navbar-mobile-toggle {
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        transition: transform ease .2s
    }

        .header-mobile .navbar-mobile-head .navbar-mobile-toggle span {
            width: 36px;
            height: 3px;
            margin-bottom: 7px;
            border-radius: 4px;
            background-color: #fff;
            display: block;
            transition: transform ease .2s,opacity ease .2s
        }

            .header-mobile .navbar-mobile-head .navbar-mobile-toggle span:nth-last-child(1) {
                margin-bottom: 0
            }

        .header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on {
            transform: translateX(15px)
        }

            .header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-child(1) {
                transform: rotate(45deg) translateY(14px)
            }

            .header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-last-child(1) {
                transform: rotate(-45deg) translateY(-15px)
            }

            .header-mobile .navbar-mobile-head .navbar-mobile-toggle.toggle-on span:nth-child(2) {
                opacity: 0
            }

.header-mobile .navbar-mobile-nav {
    list-style: none;
    margin-bottom: 0;
    padding: 15px 12px 24px 20px;
    overflow-y: auto
}

    .header-mobile .navbar-mobile-nav > li > a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 24px;
        line-height: 70px;
        display: block;
        position: relative
    }

        .header-mobile .navbar-mobile-nav > li > a:before {
            content: "";
            width: 12px;
            height: 12px;
            background-image: url(/website/img/caret.svg);
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            left: -24px;
            top: 30px
        }

    .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu {
        list-style: none;
        padding-left: 0
    }

        .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > li > a {
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            text-decoration: none;
            display: block;
            line-height: 32px
        }

        .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > li > ul {
            list-style: none
        }

        .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > ul {
            list-style: none
        }

            .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > ul > li > a {
                color: #fff;
                font-weight: 700;
                text-decoration: none;
                display: block;
                line-height: 32px;
                position: relative
            }

                .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > ul > li > a:before {
                    height: 80%;
                    background-color: #fff;
                    opacity: .5;
                    width: 2px;
                    content: "";
                    position: absolute;
                    left: -15px;
                    top: 10%
                }

                .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > ul > li > a:nth-child(1) {
                    padding-top: 15px;
                    padding-bottom: 10px
                }

                .header-mobile .navbar-mobile-nav > li > .navbar-mobile-submenu > ul > li > a:nth-last-child(1) {
                    padding-top: 10px;
                    padding-bottom: 15px
                }

    .header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner {
        margin-top: 15px
    }

        .header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a {
            width: 30px;
            height: 22px;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            border: 1px solid #fff;
            display: inline-block;
            margin-right: 15px;
            font-size: 16px;
            text-align: center;
            line-height: 20px
        }

            .header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.tr {
                background-color: #db0000
            }

            .header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.en {
                background-color: #05f
            }

            .header-mobile .navbar-mobile-nav > li.language-switch > .language-switch-inner a.active {
                opacity: .4
            }

.header-mobile.invert .navbar-mobile-head a svg path {
    fill: #fff
}

.header-mobile.invert .navbar-mobile-toggle span {
    background-color: #fff
}

.mobile-fundOffer .nav-button {
    background-color: #05f;
    padding: 10px 22px;
    font-size: 24px;
    border-radius: 12px;
    color: #fff !important;
    filter: brightness(90%);
    transition: all .4s ease
}

    .mobile-fundOffer .nav-button:hover {
        filter: brightness(130%)
    }

footer {
    background-color: #2d2a26;
    position: relative
}

    footer .bottom-links-list {
        display: inline-flex;
        align-items: center;
        justify-content: start;
        padding-left: 0;
        margin-bottom: 10px
    }

        footer .bottom-links-list * {
            color: #fff
        }

@media only screen and (max-width:991px) {
    footer .bottom-links-list {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    footer .bottom-links-list {
        margin-bottom: 5px
    }
}

footer .bottom-links-list li {
    opacity: 1;
    -webkit-transition: ease .2s opacity;
    -moz-transition: ease .2s opacity;
    transition: ease .2s opacity;
    font-size: .9rem
}

@media only screen and (max-width:767px) {
    footer .bottom-links-list li {
        padding: 5px 0;
        display: inline-block
    }
}

footer .bottom-links-list li:nth-child(1) {
    list-style: none
}

footer .bottom-links-list li:hover {
    opacity: .6
}

footer .bottom-links-list li a {
    padding-right: 30px;
    white-space: nowrap
}

@media only screen and (max-width:767px) {
    footer .bottom-links-list li a {
        padding-right: 15px
    }
}

footer .bottom-links-list li a, footer .bottom-links-list li a:hover {
    color: #fff;
    text-decoration: none
}

footer .footer-body {
    padding: 100px 0
}

@media only screen and (max-width:991px) {
    footer .footer-body {
        padding: 50px 0
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-block {
        margin-bottom: 50px
    }
}

footer .footer-body .footer-block.limited-width {
    max-width: 290px
}

footer .footer-body .footer-logo {
    opacity: .5;
    height: 115px;
    margin-bottom: 50px;
    width: auto
}

    footer .footer-body .footer-logo path {
        fill: #fff
    }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-logo {
        height: 55px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-logo {
        height: 55px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-logo {
        height: 40px
    }
}

footer .footer-body .footer-block-title {
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-block-title {
        font-size: 22px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-block-title {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-block-title {
        font-size: 18px;
        margin-bottom: 15px
    }
}

footer .footer-body .footer-slogan {
    opacity: .7;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-slogan {
        font-size: 18px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-slogan {
        font-size: 16px
    }
}

footer .footer-body .footer-address-title {
    font-size: 20px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0
}

    footer .footer-body .footer-address-title > a {
        text-decoration: none;
        filter: brightness(110%);
        -webkit-transition: filter ease .2s;
        -moz-transition: filter ease .2s;
        transition: filter ease .2s
    }

        footer .footer-body .footer-address-title > a:hover {
            filter: brightness(70%)
        }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-address-title {
        font-size: 18px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-address-title {
        font-size: 16px
    }
}

footer .footer-body .footer-address {
    font-size: 20px;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 0
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-address {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-address {
        font-size: 14px
    }
}

footer .footer-body .show-on-map {
    display: flex;
    align-items: center;
    margin-top: 40px;
    filter: brightness(110%);
    -webkit-transition: filter ease .2s;
    -moz-transition: filter ease .2s;
    transition: filter ease .2s
}

    footer .footer-body .show-on-map:hover {
        filter: brightness(70%)
    }

@media only screen and (max-width:991px) {
    footer .footer-body .show-on-map {
        margin-top: 15px
    }
}

footer .footer-body .show-on-map > svg {
    margin-right: 10px
}

@media only screen and (max-width:991px) {
    footer .footer-body .show-on-map > svg {
        transform: scale(.7)
    }
}

footer .footer-body .show-on-map a {
    color: #ccc;
    font-size: 24px
}

@media only screen and (max-width:1699px) {
    footer .footer-body .show-on-map a {
        font-size: 22px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .show-on-map a {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .show-on-map a {
        font-size: 16px
    }
}

footer .footer-body .footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    footer .footer-body .footer-list > li > .footer-link {
        line-height: 30px;
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #fff;
        opacity: .7;
        font-weight: 700;
        text-decoration: none
    }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-list > li > .footer-link {
        font-size: 22px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-list > li > .footer-link {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-list > li > .footer-link {
        font-size: 17px
    }
}

footer .footer-body .footer-list > li > .footer-link > img {
    margin-right: 20px;
    opacity: .8
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-list > li > .footer-link > img {
        margin-right: 14px
    }
}

footer .footer-body .footer-list .footer-list-item:not(:nth-last-child(1)) {
    margin-bottom: 15px
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-list .footer-list-item:not(:nth-last-child(1)) {
        margin-bottom: 15px
    }
}

footer .footer-body .footer-list .footer-sublist {
    line-height: 25px;
    display: inline-block;
    padding-left: 25px
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-list .footer-sublist {
        padding-left: 20px
    }
}

footer .footer-body .footer-list .footer-sublist .footer-sublist-item {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    filter: brightness(110%);
    -webkit-transition: filter ease .2s;
    -moz-transition: filter ease .2s;
    transition: filter ease .2s
}

    footer .footer-body .footer-list .footer-sublist .footer-sublist-item:hover {
        filter: brightness(70%)
    }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-list .footer-sublist .footer-sublist-item {
        font-size: 16px
    }
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-list .footer-sublist .footer-sublist-item {
        font-size: 14px
    }
}

footer .footer-body .footer-list .footer-sublist .footer-sublist-item:not(:nth-last-child(1))::after {
    content: ","
}

footer .footer-body .footer-contact-form .phone-input {
    -moz-appearance: textfield
}

footer .footer-body .footer-contact-form .form-group {
    margin-bottom: 20px
}

footer .footer-body .footer-contact-form .form-check-wrapper, footer .footer-body .footer-contact-form .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .footer-body .footer-contact-form .form-check-input {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 3px;
    background-size: 30%;
    transition: opacity ease .2s,background ease .1s;
    opacity: .7;
    margin-right: 12px
}

    footer .footer-body .footer-contact-form .form-check-input:checked[type=checkbox] {
        opacity: 1;
        background-size: 65%;
        background-image: url(/website/img/check.svg)
    }

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-contact-form .form-check-input {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-body .footer-contact-form .form-check-input {
        margin-bottom: 0
    }
}

footer .footer-body .footer-contact-form .form-check-label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: fit-content;
    line-height: 20px
}

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-contact-form .form-check-label {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    footer .footer-body .footer-contact-form .form-check-label {
        font-size: 12px
    }
}

footer .footer-body .footer-contact-form .form-check-label a {
    text-decoration: underline;
    cursor: pointer;
    color: #fff
}

footer .footer-body .footer-contact-form button {
    background-color: #5cb85c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    min-width: 120px;
    min-height: 54px;
    filter: brightness(90%)
}

    footer .footer-body .footer-contact-form button:hover {
        filter: brightness(115%);
        transition: filter .4s ease-in
    }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-contact-form button {
        font-size: 18px;
        min-height: 48px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-contact-form button {
        font-size: 16px;
        min-height: 44px;
        min-width: 100px
    }
}

footer .footer-body .footer-contact-form .form-control {
    transition: opacity ease .2s;
    border-radius: 12px;
    height: 54px;
    opacity: .4;
    background-color: rgba(0,0,0,.4);
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
    color: #fff
}

    footer .footer-body .footer-contact-form .form-control:focus {
        opacity: 1
    }

@media only screen and (max-width:1699px) {
    footer .footer-body .footer-contact-form .form-control {
        font-size: 16px;
        height: 45px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-body .footer-contact-form .form-control {
        font-size: 14px;
        height: 45px
    }
}

footer .footer-body .footer-contact-form .form-control::placeholder {
    color: rgba(255,255,255,.8) !important
}

footer .footer-body .footer-contact-form textarea {
    height: auto !important
}

footer .footer-bottom {
    background-color: rgba(0,0,0,.2);
    padding: 50px 0
}

@media only screen and (max-width:991px) {
    footer .footer-bottom {
        padding: 30px 0
    }
}

footer .footer-bottom .bottom-links > .bottom-link {
    text-decoration: none;
    color: #fff;
    opacity: .7;
    font-size: 18px;
    font-weight: 700;
    transition: opacity ease .2s
}

@media only screen and (max-width:1699px) {
    footer .footer-bottom .bottom-links > .bottom-link {
        font-size: 18px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-bottom .bottom-links > .bottom-link {
        font-size: 13px
    }
}

footer .footer-bottom .bottom-links > .bottom-link:hover {
    opacity: 1
}

footer .footer-bottom .bottom-links > .bottom-link:not(:nth-last-child(1)):after {
    content: " / "
}

footer .footer-bottom .bottom-credit {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0
}

@media only screen and (max-width:1699px) {
    footer .footer-bottom .bottom-credit {
        font-size: 16px
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-bottom .bottom-credit {
        font-size: 13px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .bottom-credit {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .bottom-credit, footer .footer-bottom .bottom-links {
        text-align: center
    }
}

footer .footer-bottom .social-links {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-around
}

    footer .footer-bottom .social-links a:not(:nth-last-child(1)) {
        margin-right: 75px
    }

    footer .footer-bottom .social-links a {
        -webkit-transition: opacity ease .2s;
        -moz-transition: opacity ease .2s;
        transition: opacity ease .2s;
        opacity: .6
    }

        footer .footer-bottom .social-links a:hover {
            opacity: 1
        }

        footer .footer-bottom .social-links a img {
            width: 30px;
            height: 30px
        }

@media only screen and (max-width:1699px) {
    footer .footer-bottom .social-links {
        transform: scale(.9);
        transform-origin: right
    }
}

@media only screen and (max-width:1399px) {
    footer .footer-bottom .social-links {
        transform: scale(.8);
        transform-origin: right
    }
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .social-links {
        transform: scale(.7);
        transform-origin: center;
        justify-content: center
    }
}

footer .footer-bottom .agency-credit {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
    opacity: .3;
    display: block
}

@media only screen and (max-width:991px) {
    footer .footer-bottom .agency-credit {
        margin: auto;
        text-align: center;
        display: table
    }
}

footer .icon-folder {
    display: none
}

footer .icon-inactive {
    display: none
}

footer .icon-active {
    display: block
}

footer .icon-position {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 20
}

footer .icon-style {
    font-size: 40px;
    color: #fff;
    background-color: #05f;
    border-radius: 50%;
    border-style: none;
    cursor: pointer;
    animation: movebtn 3s ease-in-out infinite;
    transition: all .5s ease-in-out
}

    footer .icon-style:hover {
        animation: none;
        background-color: #fff;
        color: #05f
    }

@keyframes movebtn {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(20px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.modal-header h5 {
    margin-bottom: 0 !important
}

.modal-body .footer-contact-form .form-group {
    margin-bottom: 20px
}

.modal-body .footer-contact-form .form-check-wrapper, .modal-body .footer-contact-form .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .modal-body .footer-contact-form .form-check-wrapper .form-check-label a, .modal-body .footer-contact-form .form-check .form-check-label a {
        text-decoration: underline;
        cursor: pointer;
        color: #333
    }

.modal-body .footer-contact-form .form-check-input {
    width: 30px !important;
    height: 25px !important;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-size: 30%;
    transition: opacity ease .2s,background ease .1s;
    opacity: .7;
    margin-right: 12px
}

    .modal-body .footer-contact-form .form-check-input:checked[type=checkbox] {
        opacity: 1;
        background-size: 65%;
        background-image: url(/website/img/check.svg)
    }

@media only screen and (max-width:1399px) {
    .modal-body .footer-contact-form .form-check-input {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width:991px) {
    .modal-body .footer-contact-form .form-check-input {
        margin-bottom: 0
    }
}

.modal-body .footer-contact-form button {
    background-color: #5cb85c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    min-width: 120px;
    min-height: 54px;
    filter: brightness(90%)
}

    .modal-body .footer-contact-form button:hover {
        filter: brightness(115%);
        transition: filter .4s ease-in
    }

@media only screen and (max-width:1699px) {
    .modal-body .footer-contact-form button {
        font-size: 18px;
        min-height: 48px
    }
}

@media only screen and (max-width:1399px) {
    .modal-body .footer-contact-form button {
        font-size: 16px;
        min-height: 44px;
        min-width: 100px
    }
}

.modal-body .footer-contact-form textarea {
    height: auto !important
}

.modal-header h1 {
    font-size: 2rem;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    .modal-header h1 {
        font-size: 1.8rem
    }
}

.modal-footer-info {
    z-index: 10000
}

.fund-statistics {
    padding: 0 !important;
    background-color: #fff !important
}

    .fund-statistics .line-chart-content {
        padding-left: 50px;
        margin-top: 35px
    }

@media only screen and (max-width:1399px) {
    .fund-statistics .line-chart-content {
        margin-top: 30px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .line-chart-content {
        padding-left: 0;
        margin-top: 90px
    }
}

.fund-statistics .fund-statistics-wrapper {
    position: relative
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-wrapper {
        display: table;
        margin: auto;
        width: 100%
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper {
        justify-content: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper {
        flex-direction: column;
        gap: 20px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper {
        display: table;
        margin: auto
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-container {
    position: relative;
    width: 270px;
    height: 270px
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-container {
        width: 250px;
        height: 250px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-container {
        width: 300px;
        height: 300px
    }
}

@media only screen and (max-width:767px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-container {
        width: 290px;
        height: 290px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-container {
        margin: auto;
        margin-bottom: 30px
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table {
    margin-left: 50px
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table {
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table {
        margin-left: 10px
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .title {
    font-size: 18px;
    font-weight: 700
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .title {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .title {
        text-align: center
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content {
    display: flex;
    align-items: flex-start
}

    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content > :nth-child(1) {
        margin-right: 15px
    }

    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content > :nth-child(2) {
        margin-left: 15px
    }

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content > :nth-child(2) {
        margin-left: 0
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content * {
    font-weight: 600;
    color: #3d3d3d
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content * {
        font-size: 12px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content * {
        font-size: 13px
    }
}

@media only screen and (max-width:991px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content * {
        font-size: 14px
    }
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content {
        flex-direction: column
    }
}

.fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .title, .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content > div > div {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5e5e5
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .title, .fund-statistics .fund-statistics-doughnut-chart-wrapper .fund-statistics-doughnut-chart-table .content > div > div {
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 3px;
        margin-bottom: 10px
    }
}

.fund-statistics .fund-statistics-funds-dropdown {
    width: 100%
}

.fund-statistics .funds-dropdown-selection {
    border-color: transparent;
    border-width: 2px;
    -webkit-transition: border ease .4s;
    -moz-transition: border ease .4s;
    transition: border ease .4s;
    left: -20px;
    position: relative;
    border-color: #e1e1e1;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 24px;
    background-color: transparent;
    min-height: 150px
}

@media only screen and (max-width:1200px) {
    .fund-statistics .funds-dropdown-selection {
        border-color: #acacac;
        left: 0
    }
}

.fund-statistics .funds-dropdown-selection.active, .fund-statistics .funds-dropdown-selection:hover {
    border-color: #acacac
}

@media only screen and (max-width:1399px) {
    .fund-statistics .funds-dropdown-selection {
        min-height: 100px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .funds-dropdown-selection {
        min-height: 120px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered {
    padding: 15px 86px 15px 25px;
    line-height: normal;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:1699px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered {
        padding: 8px 80px 8px 12px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-text {
    color: #333;
    letter-spacing: -1px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px
}

@media only screen and (max-width:1699px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-text {
        font-size: 35px
    }
}

@media only screen and (max-width:1399px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-text {
        font-size: 26px;
        line-height: 32px
    }
}

@media only screen and (max-width:991px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-text {
        font-size: 22px;
        line-height: 25px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-text {
        font-size: 17px;
        line-height: 25px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    border-radius: 12px;
    vertical-align: super;
    margin-left: 20px;
    min-width: 116px;
    text-align: center;
    justify-content: center
}

@media only screen and (max-width:1399px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        font-size: 30px !important;
        min-width: 80px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        font-size: 25px
    }
}

@media only screen and (max-width:991px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        vertical-align: initial;
        margin-left: 12px;
        padding: 3px 6px;
        font-size: 14px;
        border-radius: 8px;
        min-width: 80px !important
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        min-width: 75px !important
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered .fund-dropdown-label-wrapper {
    margin-left: 30px;
    white-space: normal
}

@media only screen and (max-width:1399px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .fund-dropdown-label-wrapper {
        margin-left: 20px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered .fund-dropdown-label-wrapper .tooltip-wrapper {
    margin-left: 30px;
    white-space: nowrap
}

.fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 12px;
    height: 80%;
    margin-left: 0 !important;
    display: flex;
    align-items: center
}

@media only screen and (max-width:767px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__rendered .dropdown-label {
        vertical-align: initial;
        margin-left: 12px;
        padding: 3px 6px;
        font-size: 14px;
        border-radius: 8px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__arrow {
    width: 46px;
    height: 46px;
    right: 20px;
    top: 52px
}

@media only screen and (max-width:1399px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__arrow {
        width: 34px;
        height: 34px;
        top: 34px
    }
}

@media only screen and (max-width:991px) {
    .fund-statistics .funds-dropdown-selection .select2-selection__arrow {
        width: 26px;
        height: 26px;
        top: 34px
    }
}

.fund-statistics .funds-dropdown-selection .select2-selection__arrow b {
    background-image: url(/website/img/circle-chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none;
    margin: auto;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%
}

.fund-statistics .fund-statistics-change-monitor {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-change-monitor {
        margin-top: 30px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-change-monitor {
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-change-monitor {
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        text-align: center
    }
}

.fund-statistics .fund-statistics-change-monitor .change-number {
    font-size: 90px;
    font-weight: 700;
    margin-right: 40px
}

@media only screen and (max-width:1699px) {
    .fund-statistics .fund-statistics-change-monitor .change-number {
        font-size: 72px
    }
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-change-monitor .change-number {
        font-size: 54px
    }
}

@media only screen and (max-width:1200px) {
    .fund-statistics .fund-statistics-change-monitor .change-number {
        font-size: 72px
    }
}

@media only screen and (max-width:767px) {
    .fund-statistics .fund-statistics-change-monitor .change-number {
        font-size: 58px
    }
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-change-monitor .change-number {
        font-size: 48px;
        margin-right: 0
    }
}

.fund-statistics .fund-statistics-change-monitor .daily-change > .percentage {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 36px;
    color: #179700;
    font-weight: 700
}

@media only screen and (max-width:575px) {
    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage {
        justify-content: center
    }
}

.fund-statistics .fund-statistics-change-monitor .daily-change > .percentage > svg {
    margin-right: 15px
}

    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage > svg a {
        fill: #fcfcfc;
        opacity: 0
    }

    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage > svg .b {
        fill: none;
        stroke: #179800;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 10px
    }

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage > svg {
        width: 34px
    }
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage {
        font-size: 28px
    }
}

.fund-statistics .fund-statistics-change-monitor .daily-change > .percentage.neg {
    color: #f00
}

    .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage.neg > svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg)
    }

        .fund-statistics .fund-statistics-change-monitor .daily-change > .percentage.neg > svg .b {
            stroke: #f00
        }

.fund-statistics .fund-statistics-change-monitor .daily-change > .text {
    font-weight: 700;
    font-size: 20px
}

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-change-monitor .daily-change > .text {
        font-size: 16px
    }
}

.fund-statistics .fund-statistics-line-chart-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

    .fund-statistics .fund-statistics-line-chart-tabs > .fund-statistics-line-chart-switch {
        font-size: 20px;
        color: #aaa;
        padding: 10px 0;
        margin: 0 15px;
        font-weight: 600;
        border-bottom-width: 3px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        -webkit-transition: color ease .2s,border ease .2s;
        -moz-transition: color ease .2s,border ease .2s;
        transition: color ease .2s,border ease .2s;
        cursor: pointer
    }

@media only screen and (max-width:1399px) {
    .fund-statistics .fund-statistics-line-chart-tabs > .fund-statistics-line-chart-switch {
        font-size: 15px
    }
}

.fund-statistics .fund-statistics-line-chart-tabs > .fund-statistics-line-chart-switch.active {
    color: #333;
    border-color: #333;
    cursor: default
}

.fund-statistics .fund-statistics-line-chart-tabs > .fund-statistics-line-chart-switch:not(.fund-statistics .fund-statistics-line-chart-tabs>.fund-statistics-line-chart-switch.active) {
    cursor: pointer
}

.fund-statistics .select2-container {
    width: 100% !important
}

.funds-dropdown-result {
    transition: height ease .4s;
    -webkit-transition: height ease .4s;
    -moz-transition: height ease .4s;
    height: 0;
    overflow: hidden;
    position: relative;
    left: -20px !important
}

@media only screen and (max-width:1200px) {
    .funds-dropdown-result {
        left: 0 !important
    }
}

.funds-dropdown-result.active {
    height: 500px
}

@media only screen and (max-width:1699px) {
    .funds-dropdown-result.active {
        height: 400px
    }
}

@media only screen and (max-width:1399px) {
    .funds-dropdown-result.active {
        height: 300px
    }
}

.funds-dropdown-result, .funds-dropdown-result .select2-results__options {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-width: 2px;
    border-color: #acacac
}

    .funds-dropdown-result .select2-results__options {
        min-height: 500px
    }

@media only screen and (max-width:1699px) {
    .funds-dropdown-result .select2-results__options {
        min-height: 400px
    }
}

@media only screen and (max-width:1399px) {
    .funds-dropdown-result .select2-results__options {
        min-height: 300px
    }
}

.funds-dropdown-result .select2-results__option--group {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

    .funds-dropdown-result .select2-results__option--group .select2-results__options {
        min-height: auto
    }

.funds-dropdown-result .select2-results__option {
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 30px
}

@media only screen and (max-width:1699px) {
    .funds-dropdown-result .select2-results__option {
        padding: 20px
    }
}

.funds-dropdown-result .select2-results__option .dropdown-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px !important
}

@media only screen and (max-width:1699px) {
    .funds-dropdown-result .select2-results__option .dropdown-text {
        font-size: 20px
    }
}

@media only screen and (max-width:1399px) {
    .funds-dropdown-result .select2-results__option .dropdown-text {
        font-size: 15px
    }
}

.funds-dropdown-result .select2-results__option .dropdown-label {
    padding: 3px 6px;
    color: #fff;
    border-radius: 8px;
    margin-left: 15px
}

@media only screen and (max-width:1399px) {
    .funds-dropdown-result .select2-results__option .dropdown-label {
        font-size: 14px
    }
}

.funds-dropdown-result .select2-results__option .select2-results__group {
    color: #c5c5c5;
    margin-bottom: 15px;
    font-size: 18px
}

.funds-dropdown-result .select2-results__option--selected {
    background-color: #05f
}

    .funds-dropdown-result .select2-results__option--selected .dropdown-label {
        background-color: #fff;
        color: #333
    }

    .funds-dropdown-result .select2-results__option--selected .dropdown-text {
        color: #fff
    }

.funds-dropdown-result .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #333
}

.fundClass-dropdown-container {
    margin-left: 40px
}

@media only screen and (max-width:991px) {
    .fundClass-dropdown-container {
        margin-left: 0;
        margin-top: 25px;
        width: 100%
    }

        .fundClass-dropdown-container .select2-container {
            width: 100% !important
        }
}

.fundClass-dropdown-container .fundsClassCss-dropdown {
    background: #05f !important;
    min-width: 20rem !important;
    height: 50px !important;
    text-align: left;
    display: flex;
    align-items: center
}

@media only screen and (max-width:991px) {
    .fundClass-dropdown-container .fundsClassCss-dropdown {
        min-width: 100% !important
    }
}

.fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__rendered {
    color: #fff !important;
    margin-right: 10px !important;
    position: absolute;
    width: 100%;
    height: 100%
}

.fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__arrow {
    top: 10px !important;
    right: 15px !important
}

@media only screen and (max-width:991px) {
    .fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__arrow {
        right: 25px !important
    }
}

.fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    border-width: 10px 10px 11px 10px !important;
    transition: all .4s ease-in
}

.fundClass-dropdown-container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 10px 11px 10px !important
}

.fundsDropdownCss {
    transition: height ease .4s !important;
    height: 0;
    -webkit-transition: height ease .4s;
    -moz-transition: height ease .4s;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:991px) {
    .fundsDropdownCss {
        min-width: 100% !important
    }
}

.fundsDropdownCss.active {
    height: 250px
}

@media only screen and (max-width:1699px) {
    .fundsDropdownCss.active {
        height: 250px
    }
}

@media only screen and (max-width:1399px) {
    .fundsDropdownCss.active {
        height: 250px
    }
}

.fundsDropdownCss .select2-search__field {
    outline: none !important;
    border: 1px solid #aaa !important;
    border-radius: 5px
}

.fundsDropdownCss .select2-results__option--selected {
    background-color: #05f !important
}

    .fundsDropdownCss .select2-results__option--selected .dropdown-label {
        background-color: #fff !important;
        color: #333 !important
    }

    .fundsDropdownCss .select2-results__option--selected .dropdown-text {
        color: #fff !important;
        margin: 0 10px !important
    }

.fundsDropdownCss .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #333 !important
}

.tooltip-inner {
    max-width: 500px !important;
    background: #333 !important;
    font-family: "Quicksand",sans-serif !important;
    line-height: 25px;
    padding: 10px 20px;
    text-align: left
}

.show-tooltip {
    display: initial !important
}

.fund-tooltip {
    filter: opacity(.4);
    transition: filter .3s ease-out !important;
    -webkit-transition: filter ease .4s;
    -moz-transition: filter ease .4s;
    padding: .2rem .5rem;
    border-radius: 12px;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    z-index: 100;
    line-height: 50px;
    vertical-align: super;
    white-space: nowrap;
    position: relative;
    display: none
}

    .fund-tooltip i {
        font-size: 17px
    }

@media only screen and (max-width:1399px) {
    .fund-tooltip i {
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .fund-tooltip i {
        font-size: 12px
    }
}

@media only screen and (max-width:1399px) {
    .fund-tooltip {
        font-size: 14px;
        line-height: 32px
    }
}

@media only screen and (max-width:991px) {
    .fund-tooltip {
        font-size: 13px;
        line-height: 22px;
        top: 2px
    }
}

.fund-tooltip:hover {
    filter: opacity(1)
}

.line-chart.tabs .line-chart-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

    .line-chart.tabs .line-chart-tabs > .line-chart-switch {
        font-size: 20px;
        color: #aaa;
        padding: 10px 0;
        margin: 0 15px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom-width: 3px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        -webkit-transition: color ease .2s,border ease .2s;
        -moz-transition: color ease .2s,border ease .2s;
        transition: color ease .2s,border ease .2s;
        cursor: pointer
    }

        .line-chart.tabs .line-chart-tabs > .line-chart-switch.active {
            color: #333;
            border-color: #333;
            cursor: default
        }

        .line-chart.tabs .line-chart-tabs > .line-chart-switch:not(.line-chart.tabs .line-chart-tabs>.line-chart-switch.active) {
            cursor: pointer
        }

.reveal, .reveal-on-event, .reveal-group, .reveal-group-on-load, .reveal-group-on-event, [data-token] {
    opacity: 0;
    animation-duration: .7s
}

.ad-8 {
    opacity: 1
}

.sp-12 {
    animation-duration: 1.2s
}

.scale-in-center {
    -webkit-animation: scale-in-center .3s cubic-bezier(.25,.46,.45,.94) both;
    animation: scale-in-center .3s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.flip-in-ver-right {
    -webkit-animation: flip-in-ver-right .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: flip-in-ver-right .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

.fade-out {
    -webkit-animation: fade-out 1s ease-out forwards;
    animation: fade-out 1s ease-out forwards
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(.39,.575,.565,1) forwards;
    animation: fade-in 1.2s cubic-bezier(.39,.575,.565,1) forwards
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.slide-in-blurred-bottom {
    -webkit-animation: slide-in-blurred-bottom .6s cubic-bezier(.23,1,.32,1) both;
    animation: slide-in-blurred-bottom .6s cubic-bezier(.23,1,.32,1) both
}

@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;
    animation: scale-up-center .4s cubic-bezier(.39,.575,.565,1) both
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.inner-page .page-head {
    height: 480px;
    width: 100%;
    position: relative
}

@media only screen and (max-width:1699px) {
    .inner-page .page-head {
        height: 480px
    }
}

@media only screen and (max-width:1399px) {
    .inner-page .page-head {
        height: 400px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-head {
        height: 300px
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-head {
        height: 220px
    }
}

.inner-page .page-head .page-head-shade, .inner-page .page-head .page-head-content, .inner-page .page-head .page-head-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.inner-page .page-head .page-head-content {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

    .inner-page .page-head .page-head-content .page-head-text-wrapper { /* width: 1200px;*/
        width: 100%
    }

@media only screen and (max-width:1200px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper { /* width: 800px;*/
        max-width: 960px;
        padding: 50px 10px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper {
        max-width: 720px;
        text-align: right !important;
        padding: 50px 30px
    }
}

@media only screen and (max-width:767px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper {
        padding: 0 120px
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper {
        padding: 0 35px
    }
}

.inner-page .page-head .page-head-content .page-head-text-wrapper .page-head-text {
    font-size: 43px;
    font-weight: 700;
    color: #ffca1a;
    text-transform: uppercase;
    margin-top: 5%
}

@media only screen and (max-width:1699px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper .page-head-text {
        font-size: 36px
    }
}

@media only screen and (max-width:1399px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper .page-head-text {
        font-size: 28px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper .page-head-text {
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-head .page-head-content .page-head-text-wrapper .page-head-text {
        text-align: initial;
        margin-top: 7%;
        font-size: 24px
    }
}

.inner-page .page-head .page-head-shade {
    z-index: 2;
    background-color: rgba(0,85,255,.3)
}

    .inner-page .page-head .page-head-shade .bottom-shade {
        position: absolute;
        width: 100%;
        height: 125px;
        bottom: 0;
        left: 0;
        background: #05f;
        background: linear-gradient(0deg,#05f 0%,rgba(0,85,255,0) 100%)
    }

    .inner-page .page-head .page-head-shade .top-shade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 125px;
        background: #05f;
        background: linear-gradient(180deg,#05f 0%,rgba(0,85,255,0) 100%)
    }

.inner-page .page-head .page-head-bg {
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.inner-page .page-content {
    padding-top: 60px;
    padding-bottom: 60px
}

    .inner-page .page-content .accordion-container .accordion-item {
        margin-bottom: 10px;
        margin-top: 10px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px dashed #ccc
    }

        .inner-page .page-content .accordion-container .accordion-item .accordion-header button {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333
        }

@media only screen and (max-width:1399px) {
    .inner-page .page-content .accordion-container .accordion-item .accordion-header button {
        font-size: 28px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-content .accordion-container .accordion-item .accordion-header button {
        font-size: 25px
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-content .accordion-container .accordion-item .accordion-header button {
        font-size: 22px
    }
}

.inner-page .page-content .accordion-container .accordion-item .accordion-header .accordion-button {
    outline: none;
    box-shadow: none;
    font-weight: 700;
    border: none;
    transition: color .4s ease-in-out;
    color: #05f
}

    .inner-page .page-content .accordion-container .accordion-item .accordion-header .accordion-button:hover {
        color: #0c63e4
    }

    .inner-page .page-content .accordion-container .accordion-item .accordion-header .accordion-button.collapsed {
        color: #333
    }

        .inner-page .page-content .accordion-container .accordion-item .accordion-header .accordion-button.collapsed::after {
            transform: rotate(0deg)
        }

.inner-page .page-content .accordion-container .accordion-item .accordion-body {
    padding: 0 1.25rem 1rem 1.25rem !important
}

.inner-page .page-content .accordion-container .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important
}

@media only screen and (max-width:991px) {
    .inner-page .page-content {
        padding: 50px 0
    }
}

.inner-page .page-content .page-subheading {
    color: #05f
}

.inner-page .page-content .page-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

    .inner-page .page-content .page-title .fundClass-dropdown-container {
        width: auto
    }

@media only screen and (max-width:991px) {
    .inner-page .page-content .page-title .fundClass-dropdown-container {
        margin-top: 0 !important;
        width: 35%
    }
}

@media only screen and (max-width:767px) {
    .inner-page .page-content .page-title .fundClass-dropdown-container {
        width: 50%
    }
}

.inner-page .page-content .page-title .fundClass-dropdown-container .fundsClassCss-dropdown {
    border-radius: 12px;
    border-color: transparent !important
}

    .inner-page .page-content .page-title .fundClass-dropdown-container .fundsClassCss-dropdown[aria-expanded=true] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .inner-page .page-content .page-title .fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__rendered {
        position: initial;
        display: table-cell;
        width: auto;
        height: auto;
        padding-left: 15px;
        font-size: 18px;
        font-weight: 600
    }

    .inner-page .page-content .page-title .fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__arrow {
        background-image: url(/website/img/chevron-down-white.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 22px;
        height: 100% !important;
        right: 15px !important;
        top: 0 !important
    }

        .inner-page .page-content .page-title .fundClass-dropdown-container .fundsClassCss-dropdown .select2-selection__arrow [role=presentation] {
            display: none !important
        }

.inner-page .page-content lottie-player {
    width: 72px;
    height: 72px;
    margin-right: 30px
}

@media only screen and (max-width:1399px) {
    .inner-page .page-content lottie-player {
        width: 64px;
        height: 64px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-content lottie-player {
        margin-right: 10px;
        width: 50px;
        height: 50px
    }
}

.inner-page .page-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #05f;
    margin-bottom: 0;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: 25px
}

@media only screen and (max-width:1699px) {
    .inner-page .page-content h1 {
        font-size: 40px
    }
}

@media only screen and (max-width:1399px) {
    .inner-page .page-content h1 {
        font-size: 35px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-content h1 {
        font-size: 30px;
        width: 80%
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-content h1 {
        font-size: 28px;
        width: 60%
    }
}

.inner-page .page-subheading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 60px
}

@media only screen and (max-width:1399px) {
    .inner-page .page-subheading {
        font-size: 20px
    }
}

.inner-page .page-body h1, .inner-page .page-body h2, .inner-page .page-body h3, .inner-page .page-body h4, .inner-page .page-body h5, .inner-page .page-body h6 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

@media only screen and (max-width:1399px) {
    .inner-page .page-body h1, .inner-page .page-body h2, .inner-page .page-body h3, .inner-page .page-body h4, .inner-page .page-body h5, .inner-page .page-body h6 {
        font-size: 28px
    }
}

@media only screen and (max-width:991px) {
    .inner-page .page-body h1, .inner-page .page-body h2, .inner-page .page-body h3, .inner-page .page-body h4, .inner-page .page-body h5, .inner-page .page-body h6 {
        font-size: 25px
    }
}

@media only screen and (max-width:575px) {
    .inner-page .page-body h1, .inner-page .page-body h2, .inner-page .page-body h3, .inner-page .page-body h4, .inner-page .page-body h5, .inner-page .page-body h6 {
        font-size: 22px
    }
}

.inner-page .page-body .container {
    padding: 0
}

.inner-page .page-body p {
    font-size: 18px;
    font-weight: 500;
    color: #686868
}

.file, .folder {
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
    line-height: 36px;
    display: inline-flex;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none
}

    .file:before, .folder:before {
        content: "";
        width: 36px;
        height: 36px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        left: -12px;
        position: relative
    }

    .file:before {
        background-image: url("/website/img/file.svg")
    }

    .folder:before {
        background-image: url("/website/img/folder.svg")
    }

@media only screen and (max-width:991px) {
    .file:before, .folder:before {
        width: 24px;
        height: 24px
    }
}

@media only screen and (max-width:575px) {
    .file, .folder {
        padding-left: 30px
    }

        .file:before, .folder:before {
            left: 30px;
            position: absolute
        }
}

.portfoy-youtube {
    text-align: center
}

.portfoy-link {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 1.7rem;
    position: relative;
    filter: brightness(110%);
    transition: filter .3s ease
}

    .portfoy-link:after {
        background: url("/website/img/youtube.svg");
        content: "";
        width: 30px;
        display: inline-block;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 8px;
        right: -35px
    }

    .portfoy-link:hover {
        filter: brightness(70%)
    }

.video-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.video-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    width: 350px;
    height: 350px;
    text-decoration: none;
    filter: grayscale(80%);
    transition: filter .3s ease-in-out
}
/* .video-item::before{
    position: absolute; 
    left:0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0,0,0, 0.2);
    transform-origin: 0 bottom 0;
    transform: scaleX(0);
    border-radius: 10px;
    transition:all .4s ease-out;
}
.video-item:hover::before{
    transform: scaleZ(-2);
} */

@media(max-width:1515px) {
    .video-item {
        width: 300px;
        height: 300px
    }
}

@media(max-width:1365px) {
    .video-item {
        width: 250px;
        height: 265px
    }
}

@media(max-width:1215px) {
    .video-container {
        justify-content: space-around
    }
}

.video-item:hover {
    filter: none
}

    .video-item:hover p {
        color: #464444
    }

.video-img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.video-item p {
    text-align: center;
    color: #333 !important;
    font-size: 24px;
    font-weight: 800 !important
}

@media(max-width:768px) {
    .video-item {
        width: 100%;
        height: 350px
    }
}

@media(min-width:769px) and (max-width:991px) {
    .video-container {
        justify-content: space-around
    }

    .video-item {
        width: 320px
    }
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #05f;
    text-decoration: underline;
    padding: 0
}

thead th {
    background-color: #05f !important;
    color: #fff;
    font-size: 18px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom-width: 0 !important
}

    tbody td:nth-child(1), thead th:nth-child(1) {
        padding-left: 30px;
        padding-right: 12px
    }

    thead th:nth-child(1) {
        border-top-left-radius: 16px
    }

    thead th:nth-last-child(1) {
        border-top-right-radius: 16px
    }

tbody td {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-bottom: none
}

@media(max-width:991px) {
    tbody td {
        font-size: 15px
    }

    thead th {
        font-size: 16px
    }
}

tbody td .name {
    color: #05f
}

tbody tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 16px
}

tbody tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 16px
}

table {
    -webkit-box-shadow: inset 0 0 0 2px #05f;
    -moz-box-shadow: inset 0 0 0 2px #05f;
    box-shadow: inset 0 0 0 2px #05f;
    border-radius: 16px
}

.menubar {
    max-width: 1000px
}

.menubar-link {
    font-size: 22px;
    color: #333;
    font-weight: 700
}

    .menubar-link.active {
        color: #05f !important
    }

.menu-content {
    margin-top: 20px;
    max-width: 1000px
}

    .menu-content table {
        width: 100% !important;
        height: auto
    }

.page-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: initial;
    align-items: flex-start
}

    .page-list .page-item {
        justify-self: center;
        position: relative
    }

        .page-list .page-item:before {
            background: url("/website/img/circle-arrow.svg");
            content: "";
            width: 15px;
            display: inline-block;
            height: 15px;
            background-position: center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            position: absolute;
            left: -32px;
            top: 5px
        }

@media(max-width:794px) {
    .page-item a {
        font-size: 12px;
        text-overflow: ellipsis;
        width: 100px !important
    }
}

@media(min-width:768px) and (max-width:785px) {
    .portfoy-chart {
        display: block
    }
}
/*Fund Statistics START*/ /*GAUGE PART*/

#gaugeDiv {
    width: 100%;
    height: 350px;
    white-space: pre-wrap !important;
    text-overflow: ellipsis !important;
    color: #000 !important;
    font-family: "Quicksand",sans-serif !important
}

@media only screen and (max-width:1399px) {
    #gaugeDiv {
        height: 300px;
        width: 535px;
        position: relative;
        left: -85px
    }
}

@media only screen and (max-width:1200px) {
    #gaugeDiv {
        height: 300px;
        width: 535px;
        position: initial;
        left: 0;
        align-self: center;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    #gaugeDiv {
        height: 250px !important;
        width: 100% !important
    }
}

.gauge-chart {
    position: relative
}

    .gauge-chart .default-text-gauge {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
        text-align: center;
        font-weight: 700
    }

    .gauge-chart h3 {
        text-align: center;
        font-weight: 600;
        margin-top: 10px
    }

@media only screen and (max-width:1399px) {
    .gauge-chart h3 {
        margin-top: 0
    }
}

.gauge-chart .risk-title {
    position: absolute;
    font-size: 17px;
    top: 345px;
    left: 341px
}

@media(min-width:1201px) and (max-width:1399px) {
    .gauge-chart .risk-title {
        top: 285px;
        left: 125px
    }
}

@media(min-width:601px) and (max-width:1200px) {
    .gauge-chart .risk-title {
        top: 240px;
        left: 125px
    }
}

@media(min-width:1400px) and (max-width:1699px) {
    .gauge-chart .risk-title {
        top: 345px;
        left: 270px
    }
}

@media(min-width:1800px) and (max-width:2000px) {
    .gauge-chart .risk-title {
        top: 345px;
        left: 360px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .gauge-chart .risk-title {
        top: 290px;
        left: 410px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gauge-chart .risk-title {
        top: 290px;
        left: 275px
    }
}

@media(min-width:602px) and (max-width:767px) {
    .gauge-chart .risk-title {
        top: 245px;
        left: 185px
    }
}

@media(min-width:576px) and (max-width:601px) {
    .gauge-chart .risk-title {
        top: 245px;
        left: 185px
    }
}

@media(min-width:531px) and (max-width:575px) {
    .gauge-chart .risk-title {
        top: 245px;
        left: 180px
    }
}

@media(min-width:431px) and (max-width:530px) {
    .gauge-chart .risk-title {
        top: 220px;
        left: 135px
    }
}

@media(min-width:409px) and (max-width:430px) {
    .gauge-chart .risk-title {
        top: 210px;
        left: 120px
    }
}

@media(min-width:100px) and (max-width:408px) {
    .gauge-chart .risk-title {
        top: 200px;
        left: 105px
    }
}
/*Counter PART*/

.investment-counter {
    display: flex;
    align-items: center
}

.counter-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around !important
}

@media(min-width:601px) and (max-width:1200px) {
    .counter-wrapper {
        justify-content: center
    }
}

.counter-wrapper .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 50px
}

@media only screen and (max-width:1699px) {
    .counter-wrapper .counter {
        margin-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .counter-wrapper .counter {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.counter-wrapper .counter .text {
    font-weight: 600;
    font-size: 14px
}

.counter-wrapper .counter-up, .counter-wrapper #fund-issue-date, .counter-wrapper #fund-isinCode, .counter-wrapper .fund-fee-yearly {
    font-size: 25px;
    font-weight: 700
}

@media only screen and (max-width:1699px) {
    .counter-wrapper .counter-up, .counter-wrapper #fund-issue-date, .counter-wrapper #fund-isinCode, .counter-wrapper .fund-fee-yearly {
        font-size: 28px
    }
}

@media only screen and (max-width:1399px) {
    .counter-wrapper .counter-up, .counter-wrapper #fund-issue-date, .counter-wrapper #fund-isinCode, .counter-wrapper .fund-fee-yearly {
        font-size: 25px
    }
}

@media only screen and (max-width:1200px) {
    .counter-wrapper .counter-up, .counter-wrapper #fund-issue-date, .counter-wrapper #fund-isinCode, .counter-wrapper .fund-fee-yearly {
        font-size: 27px
    }
}

.investment-purpose-header {
    color: #111;
    text-align: center
}

.investment-content {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 20px
}

@media only screen and (max-width:1399px) {
    .investment-content {
        font-size: 20px
    }
}

.investment-bm-index {
    border: 2px solid #ccc;
    padding: .6rem;
    border-radius: 12px
}

    .investment-bm-index .bm-index-definition {
        color: #05f;
        font-weight: 900;
        font-size: 19px
    }

    .investment-bm-index .bm-index-detail {
        position: relative;
        font-weight: 700;
        font-size: 16px
    }

        .investment-bm-index .bm-index-detail::after {
            content: "+";
            width: 100%;
            height: 80%
        }

        .investment-bm-index .bm-index-detail:last-child::after {
            content: "";
            width: 100%;
            height: 80%
        }
/*Counter PART END*/ /*Fund document Dropdonw START*/

.fundBulletin-container {
    display: flex;
    align-items: center;
    white-space: nowrap
}

@media only screen and (max-width:575px) {
    .fundBulletin-container {
        align-items: flex-start;
        flex-direction: column
    }
}

.fundBulletin-container .fund-bulletin {
    font-weight: 700;
    font-size: 19px
}

@media only screen and (max-width:991px) {
    .fundBulletin-container .fund-bulletin {
        font-size: 15px
    }
}

.fundBulletin-container .fund-form {
    display: flex
}

    .fundBulletin-container .fund-form .fbd-wrapper {
        position: relative;
        background-color: #eee;
        border-radius: 12px
    }

@media only screen and (max-width:991px) {
    .fundBulletin-container .fund-form .fbd-wrapper {
        margin-left: 13px
    }
}

.fundBulletin-container .fund-form .fbd-wrapper:after {
    background-image: url(/website/img/chevron-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-size: 18px 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    content: ""
}

@media only screen and (max-width:575px) {
    .fundBulletin-container .fund-form {
        width: 100%;
        flex-direction: column;
        justify-content: space-between
    }
}

.fundBulletin-container .fund-form select {
    min-width: 16.5rem;
    white-space: normal;
    outline: none !important;
    margin-left: 20px;
    font-weight: 700 !important;
    position: relative;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    border-color: transparent;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none
}

    .fundBulletin-container .fund-form select option {
        font-weight: 600
    }

@media only screen and (max-width:991px) {
    .fundBulletin-container .fund-form select {
        margin-left: 13px
    }
}

@media only screen and (max-width:575px) {
    .fundBulletin-container .fund-form select {
        width: 100%;
        margin-left: 0
    }
}

.fundBulletin-container .fund-form .fundBulletin-btn {
    display: inline-flex;
    cursor: pointer;
    gap: 10px;
    margin-left: 12px;
    align-items: center;
    background-color: #05f;
    border-radius: 12px !important;
    padding: 12px 20px;
    color: #fff;
    border: none;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease-in;
    border: 1px solid #05f;
    text-decoration: none
}

    .fundBulletin-container .fund-form .fundBulletin-btn.disabled {
        pointer-events: none
    }

@media only screen and (max-width:991px) {
    .fundBulletin-container .fund-form .fundBulletin-btn {
        min-width: fit-content;
        margin-left: 13px
    }
}

@media only screen and (max-width:767px) {
    .fundBulletin-container .fund-form .fundBulletin-btn {
        display: flex
    }
}

@media only screen and (max-width:575px) {
    .fundBulletin-container .fund-form .fundBulletin-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }
}

.fundBulletin-container .fund-form .fundBulletin-btn:hover {
    color: #05f;
    background-color: transparent
}
/*Fund document Dropdown END*/ /*Other Fund Documents START*/

.fundDocument-container {
    display: flex
}

@media only screen and (max-width:991px) {
    .fundDocument-container {
        flex-direction: column;
        align-items: flex-start
    }
}

.fundDocument-container .fund-documents-title {
    font-weight: 700;
    font-size: 19px;
    min-width: 18rem
}

@media only screen and (max-width:991px) {
    .fundDocument-container .fund-documents-title {
        font-size: 15px;
        display: block;
        width: 100%;
        margin-bottom: 15px
    }
}

.fundDocument-container .fund-documents {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 15px
}

@media only screen and (max-width:767px) {
    .fundDocument-container .fund-documents {
        flex-direction: column;
        margin-top: 15px
    }
}

.fundDocument-container .fund-documents a {
    text-decoration: none;
    color: #333;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    filter: brightness(70%);
    transition: filter .3s ease-in;
    margin-left: 10px
}

    .fundDocument-container .fund-documents a::before {
        background: url(/website/img/adobe-icon.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        object-fit: cover;
        display: inline-block;
        width: 30px;
        height: 30px;
        content: ""
    }

    .fundDocument-container .fund-documents a:hover {
        filter: brightness(110%)
    }
/*Other Fund Documents END*/ /*FUND COMPARE PAGE START*/

.ui-widget {
    font-family: "Quicksand",sans-serif !important;
    font-size: 16px !important;
    color: #000 !important
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
    font-size: 14px !important
}

@media only screen and (max-width:991px) {
    #selectDropdown_ms {
        width: 100% !important
    }
}

@media only screen and (max-width:991px) {
    .responsive-firstDropdown {
        width: 60% !important
    }
}

.ui-icon, .ui-widget-content .ui-icon {
    display: none
}

.fundClass-dropdown-container {
    margin-left: 0 !important;
    width: 100%
}

    .fundClass-dropdown-container .ui-multiselect {
        font-weight: 700 !important;
        background-color: #eee;
        padding: 12px;
        width: 100% !important
    }

        .fundClass-dropdown-container .ui-multiselect .ui-icon {
            background-image: url(/website/img/chevron-down.svg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            width: 18px;
            height: 18px
        }

        .fundClass-dropdown-container .ui-multiselect, .fundClass-dropdown-container .ui-multiselect.ui-state-active {
            border-color: transparent !important
        }

            .fundClass-dropdown-container .ui-multiselect.ui-state-active {
                background-color: #ccc !important;
                border-bottom-right-radius: 0 !important;
                border-bottom-left-radius: 0 !important
            }

.ui-multiselect-menu {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    padding: 0 !important
}

    .ui-multiselect-menu .ui-corner-all {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        border-color: transparent !important
    }

        .ui-multiselect-menu .ui-corner-all > span {
            text-indent: 10px;
            font-size: 16px
        }

    .ui-multiselect-menu .ui-multiselect-checkboxes input {
        background-color: #ced4da;
        width: 1.4em;
        height: 1.4em;
        border-radius: 555px !important;
        border: 0 !important;
        -moz-appearance: none;
        -webkit-appearance: none
    }

        .ui-multiselect-menu .ui-multiselect-checkboxes input:checked {
            background-color: #05f;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

.fundDate-dropdown {
    cursor: pointer;
    z-index: 10
}

.fundDate-dropdown, .selectCurrency, .date-picker > div > .input-date {
    font-weight: 700 !important;
    background-color: #eee;
    padding: 12px;
    width: 100% !important;
    border-radius: 12px;
    border-color: transparent;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none
}

.date-picker > div > .input-date {
    opacity: .5;
    filter: grayscale(100%);
    transition: all .4s ease;
    cursor: not-allowed
}

    .date-picker > div > .input-date input {
        cursor: not-allowed
    }

    .date-picker > div > .input-date.active-date {
        background-color: transparent !important;
        border: 2px solid #eee;
        cursor: pointer;
        opacity: 1
    }

        .date-picker > div > .input-date.active-date ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #111
        }

        .date-picker > div > .input-date.active-date input {
            cursor: pointer
        }

.fundDate-wrapper {
    background-color: #eee;
    border-radius: 12px
}

    .fundDate-wrapper .fundDate-dropdown {
        background-color: transparent
    }

.fundDate-wrapper, .selecCurrency-Dropdown, .fundDate-dropdown, .input-date {
    position: relative
}

    .fundDate-wrapper:after, .selecCurrency-Dropdown:after, .fundDate-dropdown:after, .input-date:after {
        background-image: url(/website/img/chevron-down.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 100%;
        content: ""
    }

#selectCurrency {
    position: relative;
    z-index: 10;
    cursor: pointer;
    background: transparent
}

.selecCurrency-Dropdown {
    background-color: #eee;
    border-radius: 12px
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .selecCurrency-Dropdown {
        margin-right: 0 !important
    }
}

.selecCurrency-Dropdown select {
    padding-left: 40px;
    cursor: pointer;
    width: 10rem !important
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .selecCurrency-Dropdown select {
        margin-right: 0 !important;
        width: 10rem !important;
        padding-left: 34px;
        padding-right: 0 !important
    }
}

@media screen and (min-width:1400px) {
    .selecCurrency-Dropdown select {
        width: 13rem !important
    }
}

@media only screen and (max-width:1200px) {
    .selecCurrency-Dropdown select {
        width: 16rem !important
    }
}

@media only screen and (max-width:991px) {
    .selecCurrency-Dropdown select {
        width: 100% !important
    }
}

.selecCurrency-Dropdown:after {
    right: 0 !important
}

@media only screen and (min-width:1920px) {
    .selecCurrency-Dropdown:after {
        right: 10px !important
    }
}

@media only screen and (max-width:1699px) {
    .selecCurrency-Dropdown:after {
        right: -15px !important
    }
}

@media only screen and (max-width:1399px) {
    .selecCurrency-Dropdown:after {
        right: -5px !important
    }
}

@media only screen and (max-width:991px) {
    .selecCurrency-Dropdown:after {
        right: 0 !important
    }
}

.selecCurrency-Dropdown:before {
    background-image: url(/website/img/currency-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    content: ""
}

.disabled-select {
    cursor: not-allowed !important;
    opacity: .5 !important
}

.active-dropdown {
    visibility: visible !important
}

.date-picker {
    min-height: 50px
}

    .date-picker > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%
    }

        .date-picker > div > .input-date:nth-child(1) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 1px solid #cfcece
        }

        .date-picker > div .input-date:nth-child(2) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .date-picker > div .input-date {
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: start;
            width: 100%
        }

@media screen and (min-width:1199px) and (max-width:1400px) {
    .date-picker > div .input-date {
        font-size: 14px
    }
}

.date-picker > div .input-date > svg {
    width: 18px;
    margin-right: 10px
}

.date-picker > div .input-date > input {
    padding: 0;
    border: none !important;
    outline: none !important;
    background-color: transparent;
    width: 100%
}

.flatpickr-months .flatpickr-month, span.flatpickr-weekday, .flatpickr-weekdays, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background: #05f !important
}

.flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
    font-weight: 700 !important;
    font-size: 16px !important
}

.flatpickr-current-month {
    padding-top: 13px !important
}

span.flatpickr-weekday {
    color: rgba(255,255,255,.5) !important
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #fff !important
}

.flatpickr-day.selected {
    background-color: #05f !important;
    border-color: #05f !important
}

.flatpickr-calendar {
    border-radius: 12px !important
}

.flatpickr-days {
    padding: 12px
}

.flatpickr-input {
    font-weight: 700
}

.cur-fund {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

    .cur-fund > .selecCurrency-Dropdown {
        width: 60%;
        margin-right: 12px
    }

    .cur-fund > .fundFilter-btn {
        width: 40%;
        margin-left: 12px;
        outline: none;
        background-color: #05f;
        border: none;
        border-radius: 12px !important;
        color: #fff;
        height: 100%;
        font-weight: 700;
        padding: 12px 20px
    }

@media only screen and (max-width:767px) {
    .cur-fund > .fundFilter-btn {
        justify-self: flex-end
    }
}

.fundFilter-container {
    display: flex;
    border-radius: 5px;
    background-color: #ededed;
    padding: 1.4rem 1rem;
    width: 100%;
    justify-content: space-between
}

@media only screen and (max-width:1399px) {
    .fundFilter-container {
        justify-content: space-between
    }
}

@media only screen and (max-width:1200px) {
    .fundFilter-container {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px
    }
}

@media only screen and (max-width:767px) {
    .fundFilter-container {
        justify-content: space-between
    }
}

.fundFilter-container .ui-state-default {
    font-weight: 700;
    padding: 5px 5px
}

.fundFilter-container .ui-corner-all {
    border-radius: 12px !important;
    background: #ccc;
    padding: 10px;
    border-color: transparent
}

.fundFilter-container .ui-state-active {
    color: #666;
    background-color: #aaa !important;
    border-color: transparent
}

.fundFilter-container .fundClass-dateFilter-container {
    display: flex
}

@media only screen and (max-width:767px) {
    .fundFilter-container .fundClass-dateFilter-container {
        flex-direction: column;
        width: 100%
    }
}

.fundFilter-container .fundClass-dateFilter-container label {
    font-weight: 800;
    font-size: 15px
}

@media only screen and (max-width:1399px) {
    .fundFilter-container .fundClass-dateFilter-container label {
        font-size: 14px
    }
}

.fundFilter-container .fundClass-dateFilter-container select {
    padding: 5px 2px;
    min-width: 8rem;
    border-radius: 5px;
    outline: none !important;
    margin-left: 30px;
    font-weight: 700;
    border: 1px solid #ccc;
    cursor: pointer
}

    .fundFilter-container .fundClass-dateFilter-container select option {
        font-weight: 600
    }

@media only screen and (max-width:1399px) {
    .fundFilter-container .fundClass-dateFilter-container select {
        margin-left: 13px
    }
}

@media only screen and (max-width:991px) {
    .fundFilter-container .fundClass-dateFilter-container select {
        min-width: fit-content;
        margin-left: 13px
    }
}

@media only screen and (max-width:767px) {
    .fundFilter-container .fundClass-dateFilter-container .fundDate-wrapper {
        display: flex;
        flex-flow: row wrap;
        align-items: center
    }

        .fundFilter-container .fundClass-dateFilter-container .fundDate-wrapper label {
            display: inline-block;
            flex-grow: 0;
            font-size: 14px
        }

        .fundFilter-container .fundClass-dateFilter-container .fundDate-wrapper select {
            flex-grow: 2
        }
}

.fundFilter-container .fundClass-dateFilter-container .date-picker {
    margin-left: 30px
}

@media only screen and (max-width:767px) {
    .fundFilter-container .fundClass-dateFilter-container .date-picker {
        margin-left: 0;
        margin-top: 20px
    }
}

.fundFilter-container .fundClass-dateFilter-container .date-picker span {
    font-weight: 700;
    border-radius: 20px;
    color: #666
}

.fundFilter-container .fundClass-dateFilter-container .date-picker input {
    cursor: pointer;
    height: 100%;
    padding: 5px 2px;
    max-width: 8rem;
    border-radius: 5px;
    outline: none !important;
    border: 1px solid #ccc;
    border: none;
    background: #ededed
}

@media only screen and (max-width:767px) {
    .fundFilter-container .fundClass-dateFilter-container .date-picker input {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
}

.fundFilter-container .fundClass-dateFilter-container input.active-date {
    background: #fff
}

.fundFilter-container .fundClass-dateFilter-container .input-date {
    position: relative;
    display: inline-block;
    background-color: #ededed;
    width: fit-content;
    border-radius: 5px;
    border: 1px solid #ccc
}

    .fundFilter-container .fundClass-dateFilter-container .input-date svg {
        position: relative;
        width: 16px;
        height: 16px;
        top: -2px;
        left: -2px
    }

    .fundFilter-container .fundClass-dateFilter-container .input-date.active-date {
        color: #000 !important
    }

.fundFilter-container .selecCurrency-Dropdown .selectCurrency {
    padding: 5px 2px;
    border-radius: 5px;
    outline: none !important;
    margin-left: 30px;
    font-weight: 700;
    border: 1px solid #ccc;
    cursor: pointer;
    width: fit-content;
    text-transform: uppercase
}

    .fundFilter-container .selecCurrency-Dropdown .selectCurrency option {
        font-weight: 600
    }

@media only screen and (max-width:1200px) {
    .fundFilter-container .selecCurrency-Dropdown .selectCurrency {
        min-width: fit-content;
        margin: 0
    }
}

@media(max-width:1199px) {
    .filter-element {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .filter-element {
        padding-left: 0
    }
}

@media only screen and (max-width:991px) {
    .cur-fund {
        display: block
    }

        .cur-fund .selecCurrency-Dropdown {
            width: 100%;
            margin-bottom: 15px
        }

        .cur-fund .fundFilter-btn {
            margin-left: auto;
            margin-right: auto;
            display: table
        }
}

@media only screen and (max-width:575px) {
    .fundFilter-btn {
        display: block !important;
        width: 100%
    }
}

.chart-header-wrap {
    width: 45%;
    display: table;
    margin-left: auto;
    text-align: right
}

    .chart-header-wrap .btn-group {
        width: 100%
    }

    .chart-header-wrap .inactive {
        color: #05f !important;
        background-color: #fff !important
    }

@media only screen and (max-width:1399px) {
    .chart-header-wrap {
        width: 80%
    }
}

@media only screen and (max-width:767px) {
    .chart-header-wrap {
        width: 100%
    }
}

@media screen and (min-width:1400px) {
    .chart-header-wrap {
        width: 55%
    }
}

.fundDetail-table {
    border: none !important
}

    .fundDetail-table .table-body {
        border-top: none
    }

    .fundDetail-table thead tr th:nth-child(2) {
        white-space: nowrap
    }

@media only screen and (max-width:991px) {
    .fundDetail-table thead tr th:nth-child(2) {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .fundDetail-table tbody tr td:nth-child(2), .fundDetail-table tbody tr td:nth-child(3) {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .fundDetail-table tbody tr td:nth-child(4) {
        display: none
    }
}

.fundDetail-table .chart-wrapper {
    width: 43%;
    position: absolute;
    top: 68px;
    bottom: 0;
    right: 0
}

@media screen and (max-width:400px) {
    .fundDetail-table .chart-wrapper {
        top: 91px;
        right: 2px;
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .fundDetail-table .chart-wrapper {
        width: 59%
    }
}

@media screen and (min-width:991px) {
    .fundDetail-table .chart-wrapper {
        width: 43%
    }
}

@media screen and (min-width:1400px) {
    .fundDetail-table .chart-wrapper {
        top: 70px;
        right: 2px
    }
}

.fundDetail-table .default-textBox {
    display: flex !important;
    padding: 1rem 30px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

    .fundDetail-table .default-textBox p {
        padding: 0;
        margin: 0;
        font-weight: 600 !important
    }

    .fundDetail-table .default-textBox button {
        padding: 5px 18px !important;
        text-transform: uppercase;
        filter: brightness(95%);
        transition: filter .4s ease-in !important
    }

        .fundDetail-table .default-textBox button:hover {
            filter: brightness(105%);
            font-weight: 600
        }

.fundDetail-table .scrollTable {
    position: relative
}

.fundDetail-table .tablePrice-cell {
    text-align: left !important
}

.fundDetail-table tbody td {
    height: 91px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media only screen and (max-width:1399px) {
    .fundDetail-table tbody td {
        padding: 10px 0 !important
    }
}

@media only screen and (max-width:1200px) {
    .fundDetail-table tbody td {
        font-size: 12px
    }
}

@media only screen and (max-width:991px) {
    .fundDetail-table tbody td {
        font-size: 13px
    }
}

.fundDetail-table .fundLabel-info {
    padding-right: 20px !important
}

@media only screen and (max-width:991px) {
    .fundDetail-table .fundLabel-info {
        padding-right: 0 !important
    }
}

.fundDetail-table thead, .fundDetail-table tbody, .fundDetail-table td, .fundDetail-table tfoot, .fundDetail-table th, .fundDetail-table thead, .fundDetail-table tr {
    border: none;
    vertical-align: middle
}

.fundDetail-table table {
    -webkit-box-shadow: none;
    width: 100%
}

    .fundDetail-table table thead th {
        background-color: transparent !important;
        color: #05f !important
    }

@media only screen and (max-width:1200px) {
    .fundDetail-table table thead th {
        padding-left: 0
    }
}

.fundDetail-table .risk-value-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

    .fundDetail-table .risk-value-wrapper .defaultText {
        width: 100% !important;
        font-size: 11px !important;
        visibility: visible;
        color: #111 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        text-align: center;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border: 1px solid rgba(0,0,0,.15)
    }

        .fundDetail-table .risk-value-wrapper .defaultText > span {
            visibility: visible
        }

    .fundDetail-table .risk-value-wrapper > span {
        width: 8px;
        height: 8px;
        border-radius: 555px;
        flex: none;
        margin-right: 4px
    }

        .fundDetail-table .risk-value-wrapper > span > span {
            visibility: hidden
        }

        .fundDetail-table .risk-value-wrapper > span.active {
            width: 15px !important;
            height: 15px !important;
            transform: scale(1.3);
            text-align: center;
            font-size: 11px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            border: 1px solid rgba(0,0,0,.15)
        }

            .fundDetail-table .risk-value-wrapper > span.active > span {
                visibility: visible
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(1) {
            background-color: #3fac6c
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(1).active {
                -webkit-box-shadow: 0 4px 4px -1px #3fac6c;
                -moz-box-shadow: 0 4px 4px -1px #3fac6c;
                box-shadow: 0 4px 4px -1px #3fac6c
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(2) {
            background-color: #76c76c
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(2).active {
                -webkit-box-shadow: 0 4px 4px -1px #76c76c;
                -moz-box-shadow: 0 4px 4px -1px #76c76c;
                box-shadow: 0 4px 4px -1px #76c76c
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(3) {
            background-color: #c0da5e
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(3).active {
                -webkit-box-shadow: 0 4px 4px -1px #c0da5e;
                -moz-box-shadow: 0 4px 4px -1px #c0da5e;
                box-shadow: 0 4px 4px -1px #c0da5e
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(4) {
            background-color: #f5ef3d
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(4).active {
                -webkit-box-shadow: 0 4px 4px -1px #c0da5e;
                -moz-box-shadow: 0 4px 4px -1px #c0da5e;
                box-shadow: 0 4px 4px -1px #c0da5e
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(5) {
            background-color: #fdbe47
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(5).active {
                -webkit-box-shadow: 0 4px 4px -1px #fdbe47;
                -moz-box-shadow: 0 4px 4px -1px #fdbe47;
                box-shadow: 0 4px 4px -1px #fdbe47
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(6) {
            background-color: #f36d4e
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(6).active {
                -webkit-box-shadow: 0 4px 7px -2px #f36d4e;
                -moz-box-shadow: 0 4px 7px -2px #f36d4e;
                box-shadow: 0 4px 7px -2px #f36d4e
            }

        .fundDetail-table .risk-value-wrapper > span:nth-child(7) {
            background-color: #f14c51
        }

            .fundDetail-table .risk-value-wrapper > span:nth-child(7).active {
                -webkit-box-shadow: 0 4px 4px -1px #f14c51;
                -moz-box-shadow: 0 4px 4px -1px #f14c51;
                box-shadow: 0 4px 4px -1px #f14c51
            }

.fundDetail-table .fundNameCombined {
    display: flex;
    align-items: center;
    justify-content: start
}

@media only screen and (max-width:575px) {
    .fundDetail-table .fundNameCombined {
        height: 85px
    }
}

.fundDetail-table .fundNameCombined .fundCode {
    width: 50px;
    text-align: center;
    padding: 5px 0;
    display: initial;
    height: auto;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    flex: none;
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .fundDetail-table .fundNameCombined .fundCode {
        width: 35px;
        padding: 8px 0
    }
}

.fundDetail-table .fundNameCombined .fund-name {
    width: fit-content
}

@media only screen and (max-width:767px) {
    .fundDetail-table tbody tr td:nth-child(1) {
        font-size: 13px !important;
        padding: 10px 0 !important;
        line-height: 12px
    }
}

@media only screen and (max-width:575px) {
    .fundDetail-table tbody tr td:nth-child(1) {
        font-size: 13px
    }
}

#risk-value-header {
    white-space: nowrap
}

@media only screen and (max-width:991px) {
    #risk-value-header {
        display: none !important
    }
}

.investment-label {
    width: 40%
}

@media only screen and (max-width:1399px) {
    .investment-label {
        width: 40%
    }
}

@media only screen and (max-width:1699px) {
    .investment-label {
        width: 40%
    }
}

#USD-currency, #TRY-currency, #EUR-currency {
    display: none;
    visibility: hidden
}

thead tr th:nth-child(2) {
    white-space: nowrap
}

.btn-th {
    padding-right: 0 !important
}

@media only screen and (max-width:991px) {
    .btn-th {
        width: 40% !important
    }
}

.button-container {
    display: flex;
    justify-content: right;
    padding: 10px 0;
    float: right
}

@media only screen and (max-width:1200px) {
    .button-container {
        padding: 10px 0
    }
}

@media only screen and (max-width:991px) {
    .button-container {
        padding: 10px 0
    }
}

@media only screen and (max-width:575px) {
    .button-container {
        font-size: 15px
    }
}

.button-container input {
    border-radius: 5px !important;
    outline: none;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    transition: all .4s ease-in
}

.fundCompare-ChartDiv {
    padding: 0 !important
}

    .fundCompare-ChartDiv .fundCompare-Chart {
        position: relative;
        max-width: 450px;
        right: 0 !important
    }

@media only screen and (min-width:1200px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        width: 100% !important;
        right: -50px !important
    }
}

@media only screen and (min-width:1400px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        width: 100% !important;
        right: -143px !important
    }
}

@media only screen and (min-width:1689px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        right: -245px !important
    }
}

@media only screen and (max-width:991px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        max-width: 300px !important
    }
}

@media only screen and (max-width:767px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        padding-left: 10px;
        width: 350px !important
    }
}

@media only screen and (max-width:575px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        padding-left: 10px;
        width: 200px !important;
        right: 10px !important
    }
}

@media only screen and (max-width:375px) {
    .fundCompare-ChartDiv .fundCompare-Chart {
        padding-left: 10px;
        width: 200px !important;
        right: -25px !important
    }
}

.loading-state {
    padding: 0;
    display: none
}

    .loading-state p {
        display: inline-block
    }

    .loading-state svg {
        width: 32px;
        height: 20px !important
    }

#dots #dot1 {
    animation: load 1s infinite
}

#dots #dot2 {
    animation: load 1s infinite;
    animation-delay: .2s
}

#dots #dot3 {
    animation: load 1s infinite;
    animation-delay: .4s
}

@keyframes load {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#btn-getiri {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

#btn-mevduat {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
}

.fund-route {
    text-decoration: none;
    color: unset;
    filter: brightness(110%);
    transition: .4s ease-in
}

    .fund-route:hover {
        filter: brightness(70%)
    }
/*FUND COMPARE PAGE END*/

.waypoints-inner-page {
    margin-bottom: 40px
}

.fund-extras {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .fund-extras {
        gap: 20px
    }
}

.fund-extras .fund-extra {
    width: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .fund-extras .fund-extra .fundExtra-title {
        font-weight: 700;
        text-transform: uppercase
    }

    .fund-extras .fund-extra .fundExtra-label {
        white-space: nowrap
    }

.gsyf-wrapper .container {
    padding: 0 30px !important
}

.gsyf-wrapper h4 {
    margin-bottom: 10px !important
}

.gsyf-wrapper #pageContentFirst .col-12 {
    margin-bottom: 40px
}

.gsyf-wrapper .page-list .page-item {
    color: #686868 !important;
    font-weight: 500
}

    .gsyf-wrapper .page-list .page-item a {
        font-size: 18px !important
    }

.gsyf-wrapper .gsyf-label {
    color: #111;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    margin: 10px 0;
    line-height: 35px;
    background-color: #ececec
}

    .gsyf-wrapper .gsyf-label h4 {
        font-size: 35px
    }

@media only screen and (max-width:1399px) {
    .gsyf-wrapper .gsyf-label h4 {
        font-size: 30px !important
    }
}

@media only screen and (max-width:991px) {
    .gsyf-wrapper .gsyf-label h4 {
        font-size: 26px !important
    }
}

@media only screen and (max-width:767px) {
    .gsyf-wrapper .gsyf-label h4 {
        font-size: 24px !important
    }
}

@media only screen and (max-width:575px) {
    .gsyf-wrapper .gsyf-label h4 {
        font-size: 20px !important
    }
}

.gsyf-wrapper .sub-title {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 2px
}

.gsyf-wrapper .page-list .page-item {
    font-size: 18px
}

.gsyf-wrapper .table-wrapper {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .gsyf-wrapper .table-wrapper {
        overflow: auto
    }
}

.gsyf-wrapper .table-wrapper .table > :not(:first-child) {
    border-top: none
}

.gsyf-wrapper .table-gsyf {
    border-radius: 16px !important
}

@media only screen and (max-width:767px) {
    .gsyf-wrapper .table-gsyf {
        width: 800px
    }
}

.gsyf-wrapper .table-gsyf tbody td:nth-child(1) {
    color: #fff;
    background-color: #05f
}

.gsyf-wrapper .table-gsyf .td-middle {
    vertical-align: middle
}

.gsyf-wrapper .table-gsyf .td-blue {
    color: #fff;
    background-color: #05f;
    vertical-align: middle
}

.gsyf-wrapper .table-gsyf tbody td:nth-child(1), .gsyf-wrapper .table-gsyf thead th:nth-child(1) {
    padding-left: 10px;
    padding-right: 12px
}

.gsyf-wrapper .table-gsyf thead th {
    vertical-align: middle;
    text-align: center
}

.gsyf-wrapper .table-gsyf td {
    border: .5px solid #ccc;
    font-size: 15px
}

.gsyf-wrapper tbody tr:nth-last-child(1) td:nth-child(1) {
    border: none
}

.gsyf-wrapper tbody tr:nth-child(2) td:nth-last-child(1) {
    border-bottom-right-radius: 16px;
    border-right: none
}

.gsyf-wrapper tbody tr:nth-child(1) td:nth-last-child(1) {
    border-right: none
}

.gsyf-wrapper tbody tr:nth-child(3) td:nth-last-child(1) {
    border-right: none
}

.gsyf-wrapper tbody tr:nth-child(5) td:nth-last-child(1) {
    border-right: none
}

.gsyf-wrapper tbody tr:nth-child(4) td:nth-last-child(1) {
    border-right: none
}

.gsyf-wrapper tbody tr:nth-child(6) td:nth-last-child(1) {
    border-right: none
}

.gsyf-wrapper tbody tr:nth-last-child(1) td:nth-last-child(1) {
    border: none
}

.gsyf-wrapper tbody tr:nth-last-child(1) td:nth-child(2) {
    border-bottom: none
}

.gsyf-wrapper tbody tr:nth-last-child(1) td:nth-child(3) {
    border-bottom: none
}

.gsyf-wrapper tbody tr:nth-last-child(1) td:nth-child(4) {
    border-bottom: none
}

@media only screen and (max-width:991px) {
    .gsyf-wrapper tbody tr td:nth-child(2), .gsyf-wrapper tbody tr td:nth-child(3) {
        display: table-cell
    }
}

.accordion-gsyf .accordion-title #accordion-header-gsyf {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.accordion-gsyf .accordion-title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700 !important
}

@media only screen and (max-width:1399px) {
    .accordion-gsyf .accordion-title h2 {
        font-size: 35px !important
    }
}

@media only screen and (max-width:991px) {
    .accordion-gsyf .accordion-title h2 {
        font-size: 30px !important
    }
}

@media only screen and (max-width:767px) {
    .accordion-gsyf .accordion-title h2 {
        font-size: 28px !important
    }
}

@media only screen and (max-width:575px) {
    .accordion-gsyf .accordion-title h2 {
        font-size: 25px !important
    }
}

.accordion-gsyf .accordion-header .accordion-button.collapsed .fund-code {
    filter: brightness(96%) !important;
    color: #fff !important;
    background-color: #0867d2 !important
}

.accordion-gsyf .accordion-header .accordion-button.collapsed .gsyf-fund-info {
    filter: brightness(96%) !important
}

.accordion-gsyf .accordion-header .accordion-button .gsyf-fundCode {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px
}

    .accordion-gsyf .accordion-header .accordion-button .gsyf-fundCode .fund-name {
        flex-grow: 0
    }

    .accordion-gsyf .accordion-header .accordion-button .gsyf-fundCode .fund-iv3 {
        display: inline
    }

        .accordion-gsyf .accordion-header .accordion-button .gsyf-fundCode .fund-iv3 .gsyf-fund-info {
            background-color: #fc6b00;
            width: fit-content;
            font-size: 17px;
            padding: 2px 10px;
            color: #fff;
            line-height: 1.6;
            border-radius: 16px;
            white-space: nowrap;
            filter: brightness(110%);
            transition: all .4s ease
        }

    .accordion-gsyf .accordion-header .accordion-button .gsyf-fundCode .fund-code {
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        border: 1px solid #0867d2;
        width: 50px !important;
        color: #0867d2;
        background-color: #fff;
        font-weight: 700 !important;
        font-size: 18px;
        border-radius: 10px;
        filter: brightness(110%);
        transition: all .4s ease
    }

.accordion-gsyf .accordion-header button {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333
}

@media only screen and (max-width:1399px) {
    .accordion-gsyf .accordion-header button {
        font-size: 24px !important
    }
}

@media only screen and (max-width:991px) {
    .accordion-gsyf .accordion-header button {
        font-size: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .accordion-gsyf .accordion-header button {
        font-size: 18px !important
    }
}

@media only screen and (max-width:575px) {
    .accordion-gsyf .accordion-header button {
        font-size: 17px !important
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .tablePrice-cell {
        font-size: 15px
    }
}

.error-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .error-wraper h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }
