@font-face {
    font-family: 'monsters';
    src: local('FiraSans'), url(/assets/fonts/EM-Regular-new.ttf) format('truetype');
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    font-family: 'monsters';

}

.test {
    font-size: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 31px white inset !important;
    background-color: transparent;
    font-family: 'monsters' !important;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    font-family: 'monsters' !important;
    font-size: 24px !important;
}

@media only screen and (max-width: 650px) {

    :-webkit-autofill::first-line,
    :-webkit-autofill,
    :-webkit-autofill:hover,
    :-webkit-autofill:focus,
    :-webkit-autofill:active {
        font-family: 'monsters' !important;
        font-size: 18px !important;
    }

    .show_hide_password {
        top: 9% !important;
    }
}

main {
    min-height: 700px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: bold;
}

/*body::-webkit-scrollbar {*/
/*display: none;*/
/*}*/

/*.ytp-title-text {*/
/*display: none!important;*/
/*}*/

/* Works on Firefox */
* {
    scrollbar-width: 50px;
    scrollbar-color: #DC4217 rgba(254, 112, 73, 0.51);
}

/* Works on Chrome, Edge, and Safari */
.review-text::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.monsters-scrollbar::-webkit-scrollbar {
    width: 50px;
}

.review-text::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.monsters-scrollbar::-webkit-scrollbar-track {
    /*background: rgba(254, 112, 73, 0.51);*/
    background: url(/assets/svg/scrollbar.svg) no-repeat center center;
    background-size: contain;
}

.review-text::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.monsters-scrollbar::-webkit-scrollbar-thumb {
    background: url(/assets/svg/scroller-track.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    /*background-color: #DC4217;*/
    /*border: 4px solid rgba(254, 112, 73, 0.51);*/
    /*border-radius: 30px;*/
}

html {
    height: 100%;
    outline: none;
}

.fancybox-active main,
.fancybox-active .Header_header,
.fancybox-active .Footer_footer,
.fancybox-active .Layout_topButton {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.page-main {
    height: 100%;
}

.dropdown-toggle::after {
    content: "";
    border: none;
}

.dropdown-toggle:hover img.LanguageSwitch_arrow {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        width: 380px;
    }

    .navbar-nav .dropdown-menu.background-1 {
        background: url(/assets/svg/dropdown-1.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 60px 20px 40px 20px;
        min-height: 185px;
    }

    .navbar-nav .dropdown-menu.background-2 {
        background: url(/assets/svg/dropdown-2.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 55px 20px 25px 20px;
        min-height: 230px;
    }

    .navbar-nav .dropdown-menu.background-3 {
        background: url(/assets/svg/dropdown-3.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 55px 20px 25px 20px;
        min-height: 285px;
    }

    .navbar-nav .dropdown-menu.background-4 {
        background: url(/assets/svg/dropdown-4.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 55px 20px 25px 20px;
        min-height: 340px;
    }

    .navbar-nav .dropdown-menu.background-5 {
        background: url(/assets/svg/dropdown-5.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 50px 20px 25px 20px;
        min-height: 385px;
    }

    .navbar-nav .dropdown-menu.background-6 {
        background: url(/assets/svg/dropdown-6.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 50px 20px 25px 20px;
        min-height: 440px;
    }

    .navbar-nav .dropdown-menu.background-7 {
        background: url(/assets/svg/dropdown-7.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 50px 20px 45px 20px;
        min-height: 439px;
    }

    .navbar-nav .dropdown-menu.background-8 {
        background: url(/assets/svg/dropdown-8.svg) no-repeat 100% 100%;
        background-size: cover;
        padding: 48px 20px 49px 20px;
        min-height: 439px;
    }
}

.dropdown-item {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px !important;
    color: #080B0B;
    -webkit-animation: slideUp 0.8s forwards;
    animation: slideUp 0.8s forwards;
    opacity: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.MenuItem_item:hover,
.MobileMenu_menuItem:hover {
    background-color: transparent;
    color: #080B0B;
}

@media (max-width: 992px) {
    .dropdown-item {
        font-size: 18px !important;
        line-height: 1;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .navbar-nav .dropdown-menu {
        margin-left: -151px !important;
    }

    .dropdown-item {
        font-size: 18px;
    }
}

@media (min-width: 1301px) {
    .navbar-nav .dropdown-menu {
        margin-left: -134px !important;
    }
}

.corporate-client-item {
    max-height: 60px;
}

.corporate-client-img {
    max-height: 60px !important;
    max-width: 150px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 68%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-size: 0.9rem;
    margin: 0;
    /*dropdown menu correction (make padding y 70px) in case we 4 menu items*/
    color: #000;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0 !important;
    background-color: transparent;
}

@media screen and (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: relative;
        top: unset;
    }
}

@media screen and (max-width: 992px) {
    li.MenuItem_item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .MobileMenu_dropItem {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.Footer_link:hover {
    text-decoration: none;
    color: #fff;
}

.text-footer {
    color: #fff !important;
    opacity: 0.5 !important;
    font-size: 24px !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.review-text {
    margin: 20px 0;
    max-height: 220px;
    overflow: auto;
    padding-right: 20px;
}

.modal-small-text {
    font-size: 20px;
    line-height: 1;
    margin: 20px 0;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 20px;
}

.review-title {
    color: #fdcf41;
}

@media only screen and (max-width: 700px) {
    .review-text {
        max-height: 210px;
    }
}

@media only screen and (max-width: 400px) {

    .review-text,
    .review-title {
        font-size: 14px;
        line-height: 1.7;
    }
}

.pages-reviews-slider .slick-prev,
.pages-reviews-slider .slick-prev:hover,
.Reviews_reviews .slick-prev,
.Reviews_reviews .slick-prev:hover {
    color: #fff;
    font-size: 40px;
    opacity: .3;
    transition: .3s;
    position: absolute;
    top: 250px;
    width: 36px;
    height: 40px;
    left: 12vw;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

.images-slider .slick-prev,
.images-slider .slick-prev:hover {
    color: #000;
    font-size: 40px;
    opacity: .3;
    transition: .3s;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 40px;
    left: 0;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

.pages-reviews-slider .slick-next,
.pages-reviews-slider .slick-next:hover,
.Reviews_reviews .slick-next,
.Reviews_reviews .slick-next:hover {
    color: #fff;
    font-size: 40px;
    opacity: .3;
    transition: .3s;
    position: absolute;
    top: 250px;
    width: 36px;
    height: 40px;
    right: 12vw;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

.images-slider .slick-next,
.images-slider .slick-next:hover {
    color: #000;
    font-size: 40px;
    opacity: .3;
    transition: .3s;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 40px;
    right: 0;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

.OtherServices_slide {
    max-height: 830px;
}

@media (max-width: 500px) {
    .OtherServices_slide {
        max-height: 950px;
    }
}

.pages-reviews-slider .slick-prev:hover,
.pages-reviews-slider .slick-next:hover,
.pages-reviews-slider .slick-prev:focus,
.pages-reviews-slider .slick-next:focus,
.Reviews_reviews .slick-prev:hover,
.Reviews_reviews .slick-next:hover,
.Reviews_reviews .slick-prev:focus,
.Reviews_reviews .slick-next:focus {
    color: #fff;
    opacity: 0.3 !important;
}

.images-slider .slick-prev:hover,
.images-slider .slick-next:hover,
.images-slider .slick-prev:focus,
.images-slider .slick-next:focus {
    color: #000;
    opacity: 0.3 !important;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;

}

.slick-prev {
    background: url('../assets/svg/arrow-left.svg') no-repeat center !important;
    background-size: contain !important;
    width: 71px !important;
    height: 71px !important;
    left: 6px !important;
}

.slick-next {
    background: url('../assets/svg/arrow-right.svg') no-repeat center !important;
    background-size: contain !important;
    width: 71px !important;
    height: 71px !important;
    right: 6px !important;
}

.slick-prev.slim,
.slick-next.slim {
    background: none !important;
}

.OtherServices_slider .slick-prev:hover,
.OtherServices_slider .slick-prev:focus,
.OtherServices_slider .slick-next:hover,
.OtherServices_slider .slick-next:focus {
    outline: none;
    background: none;
    opacity: 1;
    color: rgba(8, 11, 11, .1) !important;
}

.Reviews_reviews .slick-dots {
    width: 250px;
    height: 11px;
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.MonstersSlider_slider .slick-dots,
.images-slider .slick-dots,
.images-slider-teacher-feed .slick-dots {
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.monsters-slider .slick-dots li.slick-active,
.services-slider .slick-dots li.slick-active,
.images-slider .slick-dots li.slick-active,
.images-slider-teacher-feed .slick-dots li.slick-active {
    background-image: url(/static/media/red-slider-dot.55bb5e62.svg);
}

.monsters-slider .slick-dots li button,
.services-slider .slick-dots li button,
.images-slider .slick-dots li button,
.images-slider-teacher-feed .slick-dots li button {
    width: 11px;
    height: 11px;
    opacity: 0;
    cursor: pointer;
}

.monsters-slider .slick-dots li,
.services-slider .slick-dots li,
.images-slider .slick-dots li,
.images-slider-teacher-feed .slick-dots li {
    display: inline-block;
    margin-right: 8px;
    width: 11px;
    height: 11px;
    background-image: url(/static/media/dark-slider-dot.ed88be73.svg);
    transition: .3s;
}



.submarine-navigation .slick-dots li.slick-active {
    background-image: url(/assets/bg/blue-dot.png);
}

.submarine-navigation .slick-dots li button {
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}

.submarine-navigation .slick-dots li {
    display: inline-block;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    background-image: url(/assets/bg/blue-dot2.png);
    transition: .3s;
    background-size: contain;
}

@media (max-width: 768px) {
    .submarine-navigation .slick-dots li {
        width: 15px;
        height: 15px;
    }

    .submarine-navigation .slick-dots {
        bottom: -22px;
    }

    .submarine-navigation {
        bottom: 52px !important;
    }

    .bg-blue-waves2 {
        bottom: -494px !important;
    }
}

@media (max-width: 420px) {
    .submarine-navigation {
        bottom: 41px !important;
    }
}

.pages-reviews-slider .slick-dots li {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 8px;
    background-image: url(/static/media/slider-dot-grey.svg);
    opacity: .3;
    transition: .3s;
}

.Reviews_reviews .slick-dots li,
.reviews-listening .slick-dots li {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 8px;
    background-image: url(/static/media/slider-dot.c5edd682.svg);
    opacity: .3;
    transition: .3s;
}

.Reviews_reviews .Reviews_reviews .slick-dots li button,
.pages-reviews-slider .slick-dots li button,
.reviews-listening .slick-dots li button {
    display: none;
}

.Reviews_reviews .slick-dots li.slick-active,
.pages-reviews-slider .slick-dots li.slick-active,
.reviews-listening .slick-dots li.slick-active {
    background-image: url(/static/media/slider-dot.yellow.svg);
    opacity: 1;
}

.pages-reviews-slider .slick-dots button:before,
.pages-reviews-slider .slick-dots li.slick-active button:before,
.pages-reviews-slider .slick-dots li button:hover:before,
.pages-reviews-slider .slick-dots li button:focus:before,
.Reviews_reviews .slick-dots button:before,
.Reviews_reviews .slick-dots li.slick-active button:before,
.Reviews_reviews .slick-dots li button:hover:before,
.Reviews_reviews .slick-dots li button:focus:before,
.reviews-listening .slick-dots button:before,
.reviews-listening .slick-dots li.slick-active button:before,
.reviews-listening .slick-dots li button:hover:before,
.reviews-listening .slick-dots li button:focus:before {
    opacity: 0;
}

.pages-reviews-slider .slick-dots li:hover,
.Reviews_reviews .slick-dots li:hover,
.reviews-listening .slick-dots li:hover {
    opacity: .6;
}

.monsters-slider {
    height: 600px;
}

.services-slider .slick-slide {
    height: auto;
}

.slick-current .nav-monster-img {
    opacity: 0 !important;
}

.slick-current .nav-monster-img-hover {
    opacity: 1 !important;
}

.OtherServices_slider .slick-prev {
    color: rgba(8, 11, 11, .1);
    font-size: 40px;
    transition: .3s;
    position: absolute;
    top: 250px;
    width: 36px;
    height: 40px;
    left: 2vw;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

.OtherServices_slider .slick-next {
    color: rgba(8, 11, 11, .1);
    font-size: 40px;
    transition: .3s;
    position: absolute;
    top: 250px;
    width: 36px;
    height: 40px;
    right: 2vw;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
}

@media screen and (max-width: 992px) {
    .OtherServices_slider .slick-prev,
    .OtherServices_slider .slick-next {
        top: 150px;
    }
}

.invalid-feedback {
    /*position: absolute;*/
    /*bottom: -21px;*/
    /*left: 25px;*/
    margin-top: 14px;
}

.disabled-button {
    filter: grayscale(100%) brightness(1);
}

.icon {
    margin-right: 10px;
    display: inline-block;
    position: unset;
    height: 32px;
    width: 32px;
    vertical-align: middle;
}

.white-button-messanger {
    background: url(/static/media/white-button-messanger-icon.9c5adc01.svg) no-repeat;
}

.button-messanger {
    background: url(/static/media/button-messanger-icon.7adbbb0a.svg) no-repeat;
}

@-webkit-keyframes mt-300-1 {
    0% {
        stroke-dashoffset: 74.85;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-1 {
    0% {
        stroke-dashoffset: 74.85;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(1) {
    opacity: 0.01;
    stroke-dasharray: 74.85;
    stroke-dashoffset: 74.85;
    -webkit-animation: mt-300-1 0.49s ease-in forwards;
    animation: mt-300-1 0.49s ease-in forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes mt-300-2 {
    0% {
        stroke-dashoffset: 60.86;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-2 {
    0% {
        stroke-dashoffset: 60.86;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(2) {
    opacity: 0.01;
    stroke-dasharray: 60.86;
    stroke-dashoffset: 60.86;
    -webkit-animation: mt-300-2 0.49s ease-in forwards;
    animation: mt-300-2 0.49s ease-in forwards;
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s;
}

@-webkit-keyframes mt-300-3 {
    0% {
        stroke-dashoffset: 53.86;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-3 {
    0% {
        stroke-dashoffset: 53.86;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(3) {
    opacity: 0.01;
    stroke-dasharray: 53.86;
    stroke-dashoffset: 53.86;
    -webkit-animation: mt-300-3 0.49s ease-in forwards;
    animation: mt-300-3 0.49s ease-in forwards;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

@-webkit-keyframes mt-300-4 {
    0% {
        stroke-dashoffset: 46.89;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-4 {
    0% {
        stroke-dashoffset: 46.89;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(4) {
    opacity: 0.01;
    stroke-dasharray: 46.89;
    stroke-dashoffset: 46.89;
    -webkit-animation: mt-300-4 0.49s ease-in forwards;
    animation: mt-300-4 0.49s ease-in forwards;
    -webkit-animation-delay: 0.53s;
    animation-delay: 0.53s;
}

@-webkit-keyframes mt-300-5 {
    0% {
        stroke-dashoffset: 46.61;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-5 {
    0% {
        stroke-dashoffset: 46.61;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(5) {
    opacity: 0.01;
    stroke-dasharray: 46.61;
    stroke-dashoffset: 46.61;
    -webkit-animation: mt-300-5 0.49s ease-in forwards;
    animation: mt-300-5 0.49s ease-in forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes mt-300-6 {
    0% {
        stroke-dashoffset: 55.68;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-6 {
    0% {
        stroke-dashoffset: 55.68;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(6) {
    opacity: 0.01;
    stroke-dasharray: 55.68;
    stroke-dashoffset: 55.68;
    -webkit-animation: mt-300-6 0.49s ease-in forwards;
    animation: mt-300-6 0.49s ease-in forwards;
    -webkit-animation-delay: 0.68s;
    animation-delay: 0.68s;
}

@-webkit-keyframes mt-300-7 {
    0% {
        stroke-dashoffset: 41.7;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-7 {
    0% {
        stroke-dashoffset: 41.7;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(7) {
    opacity: 0.01;
    stroke-dasharray: 41.7;
    stroke-dashoffset: 41.7;
    -webkit-animation: mt-300-7 0.49s ease-in forwards;
    animation: mt-300-7 0.49s ease-in forwards;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes mt-300-8 {
    0% {
        stroke-dashoffset: 44.69;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-8 {
    0% {
        stroke-dashoffset: 44.69;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(8) {
    opacity: 0.01;
    stroke-dasharray: 44.69;
    stroke-dashoffset: 44.69;
    -webkit-animation: mt-300-8 0.49s ease-in forwards;
    animation: mt-300-8 0.49s ease-in forwards;
    -webkit-animation-delay: 0.83s;
    animation-delay: 0.83s;
}

@-webkit-keyframes mt-300-9 {
    0% {
        stroke-dashoffset: 63.67;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-9 {
    0% {
        stroke-dashoffset: 63.67;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(9) {
    opacity: 0.01;
    stroke-dasharray: 63.67;
    stroke-dashoffset: 63.67;
    -webkit-animation: mt-300-9 0.49s ease-in forwards;
    animation: mt-300-9 0.49s ease-in forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes mt-300-10 {
    0% {
        stroke-dashoffset: 67.11;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-300-10 {
    0% {
        stroke-dashoffset: 67.11;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-300 path:nth-of-type(10) {
    opacity: 0.01;
    stroke-dasharray: 67.11;
    stroke-dashoffset: 67.11;
    -webkit-animation: mt-300-10 0.49s ease-in forwards;
    animation: mt-300-10 0.49s ease-in forwards;
    -webkit-animation-delay: 0.98s;
    animation-delay: 0.98s;
}

@-webkit-keyframes mt-320-1 {
    0% {
        stroke-dashoffset: 47.82;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-1 {
    0% {
        stroke-dashoffset: 47.82;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(1) {
    opacity: 0.01;
    stroke-dasharray: 47.82;
    stroke-dashoffset: 47.82;
    -webkit-animation: mt-320-1 0.46s ease-in forwards;
    animation: mt-320-1 0.46s ease-in forwards;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

@-webkit-keyframes mt-320-2 {
    0% {
        stroke-dashoffset: 38.92;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-2 {
    0% {
        stroke-dashoffset: 38.92;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(2) {
    opacity: 0.01;
    stroke-dasharray: 38.92;
    stroke-dashoffset: 38.92;
    -webkit-animation: mt-320-2 0.46s ease-in forwards;
    animation: mt-320-2 0.46s ease-in forwards;
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s;
}

@-webkit-keyframes mt-320-3 {
    0% {
        stroke-dashoffset: 42.69;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-3 {
    0% {
        stroke-dashoffset: 42.69;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(3) {
    opacity: 0.01;
    stroke-dasharray: 42.69;
    stroke-dashoffset: 42.69;
    -webkit-animation: mt-320-3 0.46s ease-in forwards;
    animation: mt-320-3 0.46s ease-in forwards;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@-webkit-keyframes mt-320-4 {
    0% {
        stroke-dashoffset: 21.99;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-4 {
    0% {
        stroke-dashoffset: 21.99;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(4) {
    opacity: 0.01;
    stroke-dasharray: 21.99;
    stroke-dashoffset: 21.99;
    -webkit-animation: mt-320-4 0.46s ease-in forwards;
    animation: mt-320-4 0.46s ease-in forwards;
    -webkit-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

@-webkit-keyframes mt-320-5 {
    0% {
        stroke-dashoffset: 50.23;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-5 {
    0% {
        stroke-dashoffset: 50.23;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(5) {
    opacity: 0.01;
    stroke-dasharray: 50.23;
    stroke-dashoffset: 50.23;
    -webkit-animation: mt-320-5 0.46s ease-in forwards;
    animation: mt-320-5 0.46s ease-in forwards;
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

@-webkit-keyframes mt-320-6 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-6 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(6) {
    opacity: 0.01;
    stroke-dasharray: 44.51;
    stroke-dashoffset: 44.51;
    -webkit-animation: mt-320-6 0.46s ease-in forwards;
    animation: mt-320-6 0.46s ease-in forwards;
    -webkit-animation-delay: 0.61s;
    animation-delay: 0.61s;
}

@-webkit-keyframes mt-320-7 {
    0% {
        stroke-dashoffset: 64.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-7 {
    0% {
        stroke-dashoffset: 64.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(7) {
    opacity: 0.01;
    stroke-dasharray: 64.46;
    stroke-dashoffset: 64.46;
    -webkit-animation: mt-320-7 0.46s ease-in forwards;
    animation: mt-320-7 0.46s ease-in forwards;
    -webkit-animation-delay: 0.67s;
    animation-delay: 0.67s;
}

@-webkit-keyframes mt-320-8 {
    0% {
        stroke-dashoffset: 50.75;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-8 {
    0% {
        stroke-dashoffset: 50.75;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(8) {
    opacity: 0.01;
    stroke-dasharray: 50.75;
    stroke-dashoffset: 50.75;
    -webkit-animation: mt-320-8 0.46s ease-in forwards;
    animation: mt-320-8 0.46s ease-in forwards;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

@-webkit-keyframes mt-320-9 {
    0% {
        stroke-dashoffset: 48.36;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-9 {
    0% {
        stroke-dashoffset: 48.36;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(9) {
    opacity: 0.01;
    stroke-dasharray: 48.36;
    stroke-dashoffset: 48.36;
    -webkit-animation: mt-320-9 0.46s ease-in forwards;
    animation: mt-320-9 0.46s ease-in forwards;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

@-webkit-keyframes mt-320-10 {
    0% {
        stroke-dashoffset: 19.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-10 {
    0% {
        stroke-dashoffset: 19.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(10) {
    opacity: 0.01;
    stroke-dasharray: 19.51;
    stroke-dashoffset: 19.51;
    -webkit-animation: mt-320-10 0.46s ease-in forwards;
    animation: mt-320-10 0.46s ease-in forwards;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

@-webkit-keyframes mt-320-11 {
    0% {
        stroke-dashoffset: 44.97;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-11 {
    0% {
        stroke-dashoffset: 44.97;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(11) {
    opacity: 0.01;
    stroke-dasharray: 44.97;
    stroke-dashoffset: 44.97;
    -webkit-animation: mt-320-11 0.46s ease-in forwards;
    animation: mt-320-11 0.46s ease-in forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes mt-320-12 {
    0% {
        stroke-dashoffset: 47.18;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-12 {
    0% {
        stroke-dashoffset: 47.18;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(12) {
    opacity: 0.01;
    stroke-dasharray: 47.18;
    stroke-dashoffset: 47.18;
    -webkit-animation: mt-320-12 0.46s ease-in forwards;
    animation: mt-320-12 0.46s ease-in forwards;
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

@-webkit-keyframes mt-320-13 {
    0% {
        stroke-dashoffset: 27.44;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-320-13 {
    0% {
        stroke-dashoffset: 27.44;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-320 path:nth-of-type(13) {
    opacity: 0.01;
    stroke-dasharray: 27.44;
    stroke-dashoffset: 27.44;
    -webkit-animation: mt-320-13 0.46s ease-in forwards;
    animation: mt-320-13 0.46s ease-in forwards;
    -webkit-animation-delay: 1.01s;
    animation-delay: 1.01s;
}

@-webkit-keyframes mt-340-1 {
    0% {
        stroke-dashoffset: 35.33;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-1 {
    0% {
        stroke-dashoffset: 35.33;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(1) {
    opacity: 0.01;
    stroke-dasharray: 35.33;
    stroke-dashoffset: 35.33;
    -webkit-animation: mt-340-1 0.46s ease-in forwards;
    animation: mt-340-1 0.46s ease-in forwards;
    -webkit-animation-delay: 0.34s;
    animation-delay: 0.34s;
}

@-webkit-keyframes mt-340-2 {
    0% {
        stroke-dashoffset: 37.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-2 {
    0% {
        stroke-dashoffset: 37.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(2) {
    opacity: 0.01;
    stroke-dasharray: 37.46;
    stroke-dashoffset: 37.46;
    -webkit-animation: mt-340-2 0.46s ease-in forwards;
    animation: mt-340-2 0.46s ease-in forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes mt-340-3 {
    0% {
        stroke-dashoffset: 48.56;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-3 {
    0% {
        stroke-dashoffset: 48.56;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(3) {
    opacity: 0.01;
    stroke-dasharray: 48.56;
    stroke-dashoffset: 48.56;
    -webkit-animation: mt-340-3 0.46s ease-in forwards;
    animation: mt-340-3 0.46s ease-in forwards;
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
}

@-webkit-keyframes mt-340-4 {
    0% {
        stroke-dashoffset: 48.35;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-4 {
    0% {
        stroke-dashoffset: 48.35;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(4) {
    opacity: 0.01;
    stroke-dasharray: 48.35;
    stroke-dashoffset: 48.35;
    -webkit-animation: mt-340-4 0.46s ease-in forwards;
    animation: mt-340-4 0.46s ease-in forwards;
    -webkit-animation-delay: 0.51s;
    animation-delay: 0.51s;
}

@-webkit-keyframes mt-340-5 {
    0% {
        stroke-dashoffset: 50.75;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-5 {
    0% {
        stroke-dashoffset: 50.75;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(5) {
    opacity: 0.01;
    stroke-dasharray: 50.75;
    stroke-dashoffset: 50.75;
    -webkit-animation: mt-340-5 0.46s ease-in forwards;
    animation: mt-340-5 0.46s ease-in forwards;
    -webkit-animation-delay: 0.57s;
    animation-delay: 0.57s;
}

@-webkit-keyframes mt-340-6 {
    0% {
        stroke-dashoffset: 64.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-6 {
    0% {
        stroke-dashoffset: 64.46;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(6) {
    opacity: 0.01;
    stroke-dasharray: 64.46;
    stroke-dashoffset: 64.46;
    -webkit-animation: mt-340-6 0.46s ease-in forwards;
    animation: mt-340-6 0.46s ease-in forwards;
    -webkit-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

@-webkit-keyframes mt-340-7 {
    0% {
        stroke-dashoffset: 37.7;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-7 {
    0% {
        stroke-dashoffset: 37.7;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(7) {
    opacity: 0.01;
    stroke-dasharray: 37.7;
    stroke-dashoffset: 37.7;
    -webkit-animation: mt-340-7 0.46s ease-in forwards;
    animation: mt-340-7 0.46s ease-in forwards;
    -webkit-animation-delay: 0.69s;
    animation-delay: 0.69s;
}

@-webkit-keyframes mt-340-8 {
    0% {
        stroke-dashoffset: 63.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-8 {
    0% {
        stroke-dashoffset: 63.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(8) {
    opacity: 0.01;
    stroke-dasharray: 63.51;
    stroke-dashoffset: 63.51;
    -webkit-animation: mt-340-8 0.46s ease-in forwards;
    animation: mt-340-8 0.46s ease-in forwards;
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
}

@-webkit-keyframes mt-340-9 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-9 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(9) {
    opacity: 0.01;
    stroke-dasharray: 44.51;
    stroke-dashoffset: 44.51;
    -webkit-animation: mt-340-9 0.46s ease-in forwards;
    animation: mt-340-9 0.46s ease-in forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes mt-340-10 {
    0% {
        stroke-dashoffset: 45.81;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-10 {
    0% {
        stroke-dashoffset: 45.81;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(10) {
    opacity: 0.01;
    stroke-dasharray: 45.81;
    stroke-dashoffset: 45.81;
    -webkit-animation: mt-340-10 0.46s ease-in forwards;
    animation: mt-340-10 0.46s ease-in forwards;
    -webkit-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-webkit-keyframes mt-340-11 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-11 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(11) {
    opacity: 0.01;
    stroke-dasharray: 44.51;
    stroke-dashoffset: 44.51;
    -webkit-animation: mt-340-11 0.46s ease-in forwards;
    animation: mt-340-11 0.46s ease-in forwards;
    -webkit-animation-delay: 0.92s;
    animation-delay: 0.92s;
}

@-webkit-keyframes mt-340-12 {
    0% {
        stroke-dashoffset: 63.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-12 {
    0% {
        stroke-dashoffset: 63.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(12) {
    opacity: 0.01;
    stroke-dasharray: 63.51;
    stroke-dashoffset: 63.51;
    -webkit-animation: mt-340-12 0.46s ease-in forwards;
    animation: mt-340-12 0.46s ease-in forwards;
    -webkit-animation-delay: 0.97s;
    animation-delay: 0.97s;
}

@-webkit-keyframes mt-340-13 {
    0% {
        stroke-dashoffset: 54.79;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-340-13 {
    0% {
        stroke-dashoffset: 54.79;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-340 path:nth-of-type(13) {
    opacity: 0.01;
    stroke-dasharray: 54.79;
    stroke-dashoffset: 54.79;
    -webkit-animation: mt-340-13 0.46s ease-in forwards;
    animation: mt-340-13 0.46s ease-in forwards;
    -webkit-animation-delay: 1.03s;
    animation-delay: 1.03s;
}

@-webkit-keyframes mt-360-1 {
    0% {
        stroke-dashoffset: 36.42;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-1 {
    0% {
        stroke-dashoffset: 36.42;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(1) {
    opacity: 0.01;
    stroke-dasharray: 36.42;
    stroke-dashoffset: 36.42;
    -webkit-animation: mt-360-1 0.47s ease-in forwards;
    animation: mt-360-1 0.47s ease-in forwards;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

@-webkit-keyframes mt-360-2 {
    0% {
        stroke-dashoffset: 21.98;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-2 {
    0% {
        stroke-dashoffset: 21.98;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(2) {
    opacity: 0.01;
    stroke-dasharray: 21.98;
    stroke-dashoffset: 21.98;
    -webkit-animation: mt-360-2 0.47s ease-in forwards;
    animation: mt-360-2 0.47s ease-in forwards;
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

@-webkit-keyframes mt-360-3 {
    0% {
        stroke-dashoffset: 50.23;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-3 {
    0% {
        stroke-dashoffset: 50.23;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(3) {
    opacity: 0.01;
    stroke-dasharray: 50.23;
    stroke-dashoffset: 50.23;
    -webkit-animation: mt-360-3 0.47s ease-in forwards;
    animation: mt-360-3 0.47s ease-in forwards;
    -webkit-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

@-webkit-keyframes mt-360-4 {
    0% {
        stroke-dashoffset: 19.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-4 {
    0% {
        stroke-dashoffset: 19.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(4) {
    opacity: 0.01;
    stroke-dasharray: 19.51;
    stroke-dashoffset: 19.51;
    -webkit-animation: mt-360-4 0.47s ease-in forwards;
    animation: mt-360-4 0.47s ease-in forwards;
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

@-webkit-keyframes mt-360-5 {
    0% {
        stroke-dashoffset: 47.17;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-5 {
    0% {
        stroke-dashoffset: 47.17;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(5) {
    opacity: 0.01;
    stroke-dasharray: 47.17;
    stroke-dashoffset: 47.17;
    -webkit-animation: mt-360-5 0.47s ease-in forwards;
    animation: mt-360-5 0.47s ease-in forwards;
    -webkit-animation-delay: 0.61s;
    animation-delay: 0.61s;
}

@-webkit-keyframes mt-360-6 {
    0% {
        stroke-dashoffset: 32.19;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-6 {
    0% {
        stroke-dashoffset: 32.19;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(6) {
    opacity: 0.01;
    stroke-dasharray: 32.19;
    stroke-dashoffset: 32.19;
    -webkit-animation: mt-360-6 0.47s ease-in forwards;
    animation: mt-360-6 0.47s ease-in forwards;
    -webkit-animation-delay: 0.67s;
    animation-delay: 0.67s;
}

@-webkit-keyframes mt-360-7 {
    0% {
        stroke-dashoffset: 32.19;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-7 {
    0% {
        stroke-dashoffset: 32.19;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(7) {
    opacity: 0.01;
    stroke-dasharray: 32.19;
    stroke-dashoffset: 32.19;
    -webkit-animation: mt-360-7 0.47s ease-in forwards;
    animation: mt-360-7 0.47s ease-in forwards;
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
}

@-webkit-keyframes mt-360-8 {
    0% {
        stroke-dashoffset: 40.92;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-8 {
    0% {
        stroke-dashoffset: 40.92;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(8) {
    opacity: 0.01;
    stroke-dasharray: 40.92;
    stroke-dashoffset: 40.92;
    -webkit-animation: mt-360-8 0.47s ease-in forwards;
    animation: mt-360-8 0.47s ease-in forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes mt-360-9 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-9 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(9) {
    opacity: 0.01;
    stroke-dasharray: 44.51;
    stroke-dashoffset: 44.51;
    -webkit-animation: mt-360-9 0.47s ease-in forwards;
    animation: mt-360-9 0.47s ease-in forwards;
    -webkit-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-webkit-keyframes mt-360-10 {
    0% {
        stroke-dashoffset: 45.81;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-10 {
    0% {
        stroke-dashoffset: 45.81;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(10) {
    opacity: 0.01;
    stroke-dasharray: 45.81;
    stroke-dashoffset: 45.81;
    -webkit-animation: mt-360-10 0.47s ease-in forwards;
    animation: mt-360-10 0.47s ease-in forwards;
    -webkit-animation-delay: 0.92s;
    animation-delay: 0.92s;
}

@-webkit-keyframes mt-360-11 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-11 {
    0% {
        stroke-dashoffset: 44.51;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(11) {
    opacity: 0.01;
    stroke-dasharray: 44.51;
    stroke-dashoffset: 44.51;
    -webkit-animation: mt-360-11 0.47s ease-in forwards;
    animation: mt-360-11 0.47s ease-in forwards;
    -webkit-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

@-webkit-keyframes mt-360-12 {
    0% {
        stroke-dashoffset: 50.02;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes mt-360-12 {
    0% {
        stroke-dashoffset: 50.02;
        opacity: 0.01;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.mt-360 path:nth-of-type(12) {
    opacity: 0.01;
    stroke-dasharray: 50.02;
    stroke-dashoffset: 50.02;
    -webkit-animation: mt-360-12 0.47s ease-in forwards;
    animation: mt-360-12 0.47s ease-in forwards;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.custom-form {
    font-size: 16px;
    font-weight: normal;
}

.custom-form .custom-control.height-x3 {
    min-height: 2.5rem;
}

#report-forms {
    /*font-family: 'Google Sans Text', Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-size: 16px;
    font-weight: normal;
}

#report-forms h1,
#report-forms h2,
#report-forms h3,
#report-forms h4,
#report-forms h5,
#report-forms h6,
#report-forms .h1,
#report-forms .h2,
#report-forms .h3,
#report-forms .h4,
#report-forms .h5,
#report-forms .h6 {
    /*font-family: 'Google Sans Text', Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

#report-forms h1,
.step-header {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #080B0B;
}

#report-forms h2,
#report-forms .h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #080B0B;
}

#report-forms h2.report-part-title {
    margin-top: 2.5rem;
}

#report-forms h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #080B0B;
}

#report-forms h4 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #080B0B;
}

#report-forms .step-subheader p {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: rgb(81 84 84);
}

#report-forms p,
#report-forms label p,
.custom-form p {
    font-size: 1.1rem;
}

#report-forms p,
#report-forms label p {
    margin-bottom: 0;
}

/*#report-forms .form-group {*/
/*margin-bottom: 2.3rem;*/
/*}*/

#report-forms label,
.custom-form label p {
    font-size: 1.5rem;
    /*padding-left: 40px;*/
}

.custom-form.title {
    font-size: 3rem;
    line-height: 1.25;
}

.custom-form.subtitle p,
.custom-form ul {
    font-size: 1.25rem;
}

#report-forms .custom-radio label,
#report-forms .custom-checkbox label {
    font-size: 1rem;
    color: #525454;
    padding-left: 17px;
}

#report-forms .form-control {
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
}

#report-forms input,
#report-forms textarea {
    padding: 0;
}

#report-forms textarea {
    margin: 1px;
}

#report-forms .form-group-text {
    background: url(/assets/svg/input-large.svg) no-repeat;
    background-size: contain;
    /*height: 100%;*/
    padding: 9px 30px;
    background-color: transparent;
}

#report-forms .form-group-text-small {
    background: url(/assets/svg/input-small.svg) no-repeat;
    background-size: contain;
    /*height: 100%;*/
    padding: 0 30px;
    background-color: transparent;
}

@media (max-width: 768px) {
    #report-forms .form-group-text {
        background: url(/assets/svg/input-small.svg) no-repeat;
        background-size: contain;
        height: 100%;
        padding: 25px 30px;
        background-color: transparent;
    }

    #report-forms .button-text {
        height: 46px;
        line-height: 52px;
    }

    #report-forms .button {
        width: 141px;
        height: 46px;
    }
}

#report-forms .form-group-textarea .textarea-container {
    background: url(/assets/svg/textarea-input-large.svg) no-repeat;
    background-size: contain;
    /*height: 100%;*/
    padding: 35px 30px 47px 30px;
}

.Shop_shop .select2 .select2-container {
    background: url(/assets/svg/textarea-input-large.svg) no-repeat 100% center;
    background-size: contain;
    padding: 15px;
    margin: 10px;
}

.Shop_shop .textarea-container {
    background: url(/assets/svg/textarea-input-large.svg) no-repeat 100% center;
    background-size: contain;
    width: 280px;
    padding: 13px;
    margin: 5px 0;
}

@media (min-width: 993px) and (max-width: 1300px) {
    .Shop_shop .textarea-container {
        padding: 5px;
        margin: 5px;
    }
}

@media (min-width: 730px) {
    .Shop_shop .checkout-total-container {
        background: url(/assets/svg/checkout-total.svg) no-repeat 100% center;
        background-size: contain;
        padding: 80px 40px;
        min-height: 500px;
        z-index: 6;
    }
}

.Shop_shop .textarea-container textarea,
.Shop_shop .textarea-container textarea::placeholder {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    #report-forms .form-group-textarea .textarea-container {
        background: url(/assets/svg/textarea-input-medium.svg) no-repeat 100% 100%;
        background-size: 100% 100%;
        height: 100%;
        padding: 50px 50px 55px 50px;
    }
}

@media (max-width: 420px) {
    #report-forms .form-group-textarea .textarea-container {
        background: url(/assets/svg/textarea-input-small.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 100%;
        padding: 40px 40px 60px 50px;
    }
}

@media (max-width: 370px) {
    #report-forms .form-group-textarea .textarea-container {
        background: url(/assets/svg/textarea-input-extrasmall.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 100%;
        padding: 40px 40px 60px 50px;
    }
}

.Shop_shop .form-control {
    border: none;
    background-color: transparent;
}

.Shop_shop .textarea-container {
    background: url(/assets/svg/textarea-input-large.svg) no-repeat 100% center;
    background-size: contain;
    width: 280px;
    padding: 13px;
    margin: 5px 0;
}

.Shop_shop .form-group-text input {
    background: url(/assets/svg/input-small.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    /*height: 100%;*/
    padding: 35px 0 35px 20px;
    font-size: 20px;
    background-color: transparent;
}

.Shop_shop .form-group-text input.is-invalid {
    background: url(/assets/svg/input-small-danger.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    /*height: 100%;*/
    padding: 35px 0 35px 20px;
    font-size: 20px;
    background-color: transparent;
}

@media (min-width: 600px) {

    .Shop_shop .form-group-longtext input,
    .Shop_shop .select2-container {
        background: url(/assets/svg/input-large.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }

    .Shop_shop .form-group-longtext input.is-invalid,
    .Shop_shop .select2-container.is-invalid {
        background: url(/assets/svg/input-large-danger.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }
}

@media (max-width: 600px) {
    .Shop_shop .form-group-longtext input {
        background: url(/assets/svg/input-small.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }

    .Shop_shop .form-group-longtext input.is-invalid {
        background: url(/assets/svg/input-small-danger.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }

    .Shop_shop .select2-container {
        background: url(/assets/svg/input-small.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }

    .Shop_shop .select2-container.is-invalid {
        background: url(/assets/svg/input-small-danger.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 40px 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }
}

.Shop_shop .select2-container--bootstrap .select2-selection {
    box-shadow: none;
    border: none;
    padding: 0 10px;
    font-size: 20px;
}

.ui-widget.ui-widget-content {
    background: url(/assets/svg/textarea-input-extralarge.svg) no-repeat;
    background-size: contain;
    height: 400px;
    padding: 20px 70px 20px 60px;
    background-color: transparent;
    overflow: auto;
    list-style: none;
}

@media (max-width: 768px) {
    .ui-widget.ui-widget-content {
        background: url(/assets/svg/textarea-input-large-mobile.svg) no-repeat;
        background-size: contain;
        height: 520px;
        padding: 40px 30px 20px 20px;
        background-color: transparent;
        overflow: auto;
        max-width: 320px;
    }

    .ui-widget.ui-widget-content.is-invalid {
        background: url(/assets/svg/textarea-input-large-mobile-danger.svg) no-repeat;
        background-size: contain;
        height: 520px;
        padding: 40px 30px 20px 20px;
        background-color: transparent;
        overflow: auto;
        max-width: 320px;
    }
}

.select2-container--bootstrap .select2-dropdown {
    background: url(/assets/svg/textarea-input-large-white.svg) no-repeat 100% center;
    background-size: 100% 100%;
    height: 370px;
    padding: 20px 30px 40px 30px;
}

.select2-container--bootstrap .select2-dropdown.is-invalid {
    background: url(/assets/svg/textarea-input-large-white-danger.svg) no-repeat 100% center;
    background-size: 100% 100%;
    height: 370px;
    padding: 20px 30px 40px 30px;
}

@media (max-width: 768px) {
    .select2-container--bootstrap .select2-dropdown {
        background: url(/assets/svg/textarea-input-large-mobile.svg) no-repeat 100% center;
        background-size: 100% 100%;
        max-width: 350px;
        height: 500px;
        padding: 30px 30px 40px 30px;
    }

    .select2-container--bootstrap .select2-dropdown-is-invalid {
        background: url(/assets/svg/textarea-input-large-mobile-danger.svg) no-repeat 100% center;
        background-size: 100% 100%;
        max-width: 350px;
        height: 500px;
        padding: 30px 30px 40px 30px;
    }
}

.select2-search--dropdown {
    border: none !important;
    color: #495057 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-radius: 0;
    height: 70px !important;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    margin-top: 20px;
}

.Shop_shop .select2-container--bootstrap .select2-selection {
    background-color: transparent !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background: url(/assets/svg/input-large.svg) no-repeat 100% 100%;
    background-size: contain;
    width: 100%;
    height: 60px;
    padding: 20px 0 15px 20px;
    border: none !important;
    box-shadow: unset !important;
    color: #495057;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field.is-invalid {
    background: url(/assets/svg/input-large-danger.svg) no-repeat 100% 100%;
    background-size: contain;
    width: 100%;
    height: 60px;
    padding: 20px 0 15px 20px;
    border: none !important;
    box-shadow: unset !important;
    color: #495057;
}

@media (min-width: 993px) and (max-width: 1298px) {
    .select2-search--dropdown {
        height: 50px !important;
    }

    .select2-container--bootstrap .select2-dropdown {
        height: 360px !important;
    }

    .select2-container--bootstrap .select2-results>.select2-results__options {
        max-height: 160px !important;
        margin-top: 57px !important;
    }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        background: url(/assets/svg/input-large.svg) no-repeat 100% 100%;
        background-size: contain;
        margin-top: 23px !important;
        height: 50px !important;
        width: 100%;
        padding: 20px 0 20px 20px;
    }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field.is-invalid {
        background: url(/assets/svg/input-large-danger.svg) no-repeat 100% 100%;
        background-size: contain;
        margin-top: 23px !important;
        height: 50px !important;
        width: 100%;
        padding: 20px 0 20px 20px;
    }

    .ui-menu .ui-menu-item-wrapper {
        padding: 9px 1em 0 .4em !important;
    }

    .ui-widget.ui-widget-content {
        height: 370px !important;
    }
}

@media (max-width: 768px) {
    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        background: url(/assets/svg/input-small.svg) no-repeat 100% center;
        background-size: contain;
        height: 100%;
        max-width: 300px;
        padding: 4px 0 4px 10px;
        border: none !important;
        box-shadow: unset !important;
        color: #495057;
    }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field.is-invalid {
        background: url(/assets/svg/input-small-danger.svg) no-repeat 100% center;
        background-size: contain;
        height: 100%;
        max-width: 300px;
        padding: 4px 0 4px 10px;
        border: none !important;
        box-shadow: unset !important;
        color: #495057;
    }

    .select2-search--dropdown {
        height: 70px;
        max-width: 300px;
        margin: 0 auto;
    }

    .select2-container--bootstrap .select2-results>.select2-results__options {
        max-height: 340px !important;
    }

    /*.select2-container--bootstrap .select2-dropdown {*/
    /*margin-top: -100px!important;*/
    /*}*/
}

@media (min-width: 769px) and (max-width: 991px) {
    .ui-widget.ui-widget-content {
        background: url(/assets/svg/textarea-input-large-mobile.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 520px;
        padding: 40px 30px 20px 20px;
        background-color: transparent;
        overflow: auto;
        max-width: 320px;
    }

    .ui-widget.ui-widget-content.is-invalid {
        background: url(/assets/svg/textarea-input-large-mobile-danger.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 520px;
        padding: 40px 30px 20px 20px;
        background-color: transparent;
        overflow: auto;
        max-width: 320px;
    }

    /*.select2-container--bootstrap .select2-search--dropdown .select2-search__field {*/
    /*background: url(/assets/svg/input-small.svg) no-repeat 100% center;*/
    /*background-size: contain;*/
    /*height: 440px;*/
    /*max-width: 480px;*/
    /*margin-top: -30px!important;*/
    /*padding: 30px 10px 0 30px;*/
    /*border: none !important;*/
    /*box-shadow: unset !important;*/
    /*color: #495057;*/
    /*}*/
    .select2-search--dropdown {
        height: 50px;
    }

    .select2-container--bootstrap .select2-results>.select2-results__options {
        max-height: 320px !important;
    }

    .select2-container--bootstrap .select2-dropdown {
        background: url(/assets/svg/textarea-large-mobile.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 500px;
        margin-top: -150px !important;
        padding: 30px 30px 40px 30px;
    }

    .select2-container--bootstrap .select2-dropdown.is-invalid {
        background: url(/assets/svg/textarea-large-mobile-danger.svg) no-repeat 100% center;
        background-size: 100% 100%;
        height: 500px;
        margin-top: -150px !important;
        padding: 30px 30px 40px 30px;
    }
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-dropdown--above,
.select2-container--bootstrap .select2-dropdown--below {
    border: none !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none !important;
    background: transparent !important;
    color: #000 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #000 !important;
}

.select2-selection__clear::after {
    font-weight: normal;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #fff !important;
}

@media (max-width: 768px) {

    .Shop_shop .form-group-longtext input,
    .Shop_shop .form-group select {
        background: url(/assets/svg/input-small.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 0 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }

    .Shop_shop .form-group-longtext input.is-invalid,
    .Shop_shop .form-group select.is-invalid {
        background: url(/assets/svg/input-small-danger.svg) no-repeat 100% center;
        background-size: contain;
        /*height: 100%;*/
        padding: 35px 0 35px 20px;
        font-size: 20px;
        background-color: transparent;
    }
}

/*IS-INVALID STATED INPUTS*/

#report-forms .form-group-text.is-invalid-bg {
    background: url(/assets/svg/input-large-danger.svg) no-repeat;
    background-size: contain;
    /*height: 100%;*/
    padding: 9px 30px;
    background-color: transparent;
}

@media (max-width: 768px) {
    #report-forms .form-group-text.is-invalid-bg {
        background: url(/assets/svg/input-small-danger.svg) no-repeat;
        background-size: contain;
        height: 100%;
        padding: 25px 30px;
        background-color: transparent;
    }
}

#report-forms .form-group-textarea .textarea-container.is-invalid-bg {
    background: url(/assets/svg/textarea-input-large-danger.svg) no-repeat;
    background-size: contain;
    /*height: 100%;*/
    padding: 35px 30px 47px 30px;
}

@media (max-width: 767px) {
    #report-forms .form-group-textarea .textarea-container.is-invalid-bg {
        background: url(/assets/svg/textarea-input-medium-danger.svg) no-repeat;
        background-size: contain;
        height: 100%;
        padding: 50px 50px 55px 50px;
    }
}

@media (max-width: 420px) {
    #report-forms .form-group-textarea .textarea-container.is-invalid-bg {
        background: url(/assets/svg/textarea-input-small-danger.svg) no-repeat;
        background-size: contain;
        height: 100%;
        padding: 40px 40px 60px 50px;
    }
}

@media (max-width: 370px) {
    #report-forms .form-group-textarea .textarea-container.is-invalid-bg {
        background: url(/assets/svg/textarea-input-extrasmall-danger.svg) no-repeat;
        background-size: contain;
        height: 100%;
        padding: 40px 40px 60px 50px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.custom-control-label::before,
.custom-control-label {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.tooltip {
    margin: 0;
    padding: 0;
    height: 205px;
    width: 200px;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: 0;
    font-size: 12px;
}

.bs-tooltip-top .tooltip-inner {
    font-size: 16px;
    width: 200px;
    max-width: 224px;
    height: 130px;
    background: url(/assets/svg/tooltip-top.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    border: none;
    color: rgba(0, 0, 0, .7);
    position: relative;
    padding: 0;
}

.bs-tooltip-bottom .tooltip-inner {
    font-size: 16px;
    width: 200px;
    max-width: 224px;
    height: 130px;
    background: url(/assets/svg/tooltip-bottom.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    border: none;
    color: rgba(0, 0, 0, .7);
    position: relative;
    padding: 0;
}

.bs-tooltip-top .tooltip-inner {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .tooltip-inner {
        margin-left: 80px;
    }
}

.bs-tooltip-top .tooltip-text {
    width: 120px;
    height: 52px;
    text-align: center;
    position: absolute;
    top: 28%;
    right: 21%;
    line-height: 20px;
    font-size: 15px;
}

.bs-tooltip-bottom .tooltip-text {
    width: 120px;
    height: 52px;
    text-align: center;
    position: absolute;
    top: 24%;
    right: 21%;
    line-height: 22px;
}

.bs-tooltip-top .tooltip-text .small,
.bs-tooltip-bottom .tooltip-text .small {
    line-height: 12px !important;
    font-size: 12px !important;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-top .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(8, 11, 11, 0.2);
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(8, 11, 11, 0.2);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(8, 11, 11, 0.2);
}

.em-tooltip {
    background: url(/assets/svg/tooltip.svg) no-repeat 100% 100%;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    padding: 7px;
    height: 100%;
}

.post-photo {
    max-width: 1000px;
}

@media (max-width: 800px) {

    .Post_title,
    .Post_categoryContainer,
    .Post_text,
    .Post_authorContainer,
    .Post_popularTitle {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .Post_text p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:-webkit-autofill~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

.Vacancy_title {
    font-weight: bold;
    font-size: 50px;
}

.Vacancy_text>ul,
.Vacancy_text>ol {
    margin-bottom: 2rem;
}

/** --------------------------------------------------- SHOP -------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.form-control:-moz-focusring {
    color: #495057;
    text-shadow: none;
}

/*.price {*/
/*color: #e54131;*/
/*font-size: 32px;*/
/*font-weight: bolder;*/
/*float: left;*/
/*line-height: 27px;*/
/*}*/

.price-sm {
    font-size: 20px;
}

.old-price {
    float: left;
    font-size: 25px;
    font-weight: bolder;
    margin: 3px 0 0 9px;
    position: relative;
    line-height: 27px;
}

.old-price-sm {
    font-size: 16px;
    color: #b2b2b2;
    margin: 3px 0 0 4px;
}

.old-price-sm .old-price-line {
    left: 0;
    top: 45%;
    border-bottom: 3px solid #e54131c7;
    position: absolute;
    right: 0;
    transform: rotate(11deg);
}

.old-price-line {
    left: 0;
    top: 50%;
    border-bottom: 3px solid #e54131;
    position: absolute;
    right: 0;
}

table .price {
    font-size: 18px;
}

table .old-price {
    font-size: 16px;
}

.cart-item-title,
table .total,
table .grand-total,
table .currency,
table .grand-total-currency,
.cart-empty-title {
    color: rgba(8, 11, 11, 0.7);
}

table .total,
table .cart-item-title,
table .currency {
    font-size: 24px;
}

.total-small-text {
    font-size: 12px;
    color: #CECECE;
    max-width: 288px;
}

.Modal_content .grand-total-currency {
    font-size: 36px;
}

.Modal_content .grand-total,
.thank-you-container .grand-total,
.grand-total-currency {
    font-size: 36px;
}

.total-subtitle {
    font-size: 18px !important;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    /*height: 3.125rem;*/
    /*padding: .75rem;*/
    height: 2.8rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.count {
    width: 50px !important;
    font-size: 28px;
    padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.circle-number {
    background: #e9e9e9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    top: -1px;
}

.log-in-google {
    background-image: url('../images/google_logo.png');
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 34px;
    font-size: 20px;
}

.log-in-facebook {
    background-image: url('../images/fb-logo.png');
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 34px;
    font-size: 20px;
}

.form-check :checked {
    color: blue;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 1em 3px .4em !important;
    font-size: 14px !important;
}

.rating div:first-child {
    height: 0;
}

.rate {
    padding: 0 !important;
}

.rate[disabled]:hover {
    color: #ffc700;
}

.nav-tabs {
    border-radius: 0.25rem;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    color: #525454;
}

.material-tabs.nav-tabs {
    border: none;
    /*background: url('/assets/svg/profile-material-tabs.svg') no-repeat 0 100%;*/
}

.material-tabs.nav-tabs .nav-link.active,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-active-tab.svg') no-repeat 0 45px;
    padding: 1rem 6px;
}

.material-tabs.nav-tabs .nav-link.active.tab2,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-active2-tab.svg') no-repeat 0 100%;
    padding: 1.1rem 20px;
}

.material-tabs.nav-tabs .nav-link.active.tab3,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-active3-tab.svg') no-repeat 0 100%;
    padding: 1rem 24px;
}

.material-tabs.nav-tabs .nav-link.active.tab4,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-active4-tab.svg') no-repeat 0 100%;
    padding: 1rem 14px;
}

.material-tabs.nav-tabs .nav-link,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-tab.svg') no-repeat 0 45px;
    padding: 1rem 6px;
}

.material-tabs.nav-tabs .nav-link.tab2,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-2-tab.svg') no-repeat 0 100%;
    padding: 1.1rem 20px;
}

.material-tabs.nav-tabs .nav-link.tab3,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-3-tab.svg') no-repeat 0 100%;
    padding: 1rem 24px;
}

.material-tabs.nav-tabs .nav-link.tab4,
.material.nav-tabs .nav-item.show .nav-link {
    color: #f0582e;
    background-color: transparent;
    border-color: transparent;
    background: url('/assets/svg/profile-material-4-tab.svg') no-repeat 0 100%;
    padding: 1rem 14px;
}

.material-tabs .nav-link {
    padding: 1rem 1rem;
}

.review-rating {
    width: 100%;
}

.review-rating .la-star,
.review-rating .la-star-o {
    width: 20%;
    text-align: center;
}

/*.fancybox-content {*/
/*padding: 15px 22px 22px 22px !important;*/
/*}*/

.item {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.item-add-to-cart {
    position: absolute;
    right: 0;
    font-size: 39px;
    bottom: -33px;
}

.item-img {
    width: 100%;
    height: 150px;
}

.out-of-stock {
    opacity: 0.4;
}

/*.item-img.author {*/
/*height: 170px;*/
/*}*/

.item-link {
    line-height: 15px !important;
    display: block;
    height: 30px;
    overflow: hidden;
}

.starrr-small .la,
.reviews-small {
    font-size: 14px !important;
}

.starrr-small .la {
    width: 13px;
}

.app-header {
    height: 69px;
}

.cart-count {
    position: absolute;
    top: -4px;
    left: 49px;
    background-color: #f55427;
    z-index: 2;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
}

.search-icon {
    border: none;
}

.search-box,
.search-box-small {
    border: none;
    padding-left: 0;
}

.form-control.search-box,
.form-control.search-box-small {
    height: calc(1.5em + 0.75rem + 3px);
}

.ui-widget.ui-widget-content {
    z-index: 1030;
}

.slider-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 20px 20px 20px;
    color: #fff;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7945553221288515) 0%, rgba(98, 98, 98, 0) 84%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7945553221288515) 0%, rgba(98, 98, 98, 0) 84%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7945553221288515) 0%, rgba(98, 98, 98, 0) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#626262", GradientType=1);
}

.bg-black {
    background: #000;
}

.select2-container--bootstrap .select2-selection.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '12' height= '12' fill= 'none' stroke= '%23e3342f' viewBox= '0 0 12 12' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23e3342f' stroke= 'none' /%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

#report-forms .custom-control.row {
    display: flex;
}

.slick-initialized .slick-slide {
    position: relative;
}

.total-small-text a:hover {
    color: #CECECE;
    text-decoration: underline !important;
}

@media (min-width: 769px) and (max-width: 1300px) {
    .total-subtitle {
        font-size: 16px !important;
    }

    .Shop_shop .checkout-total-container {
        padding: 60px 20px;
    }

    .total-small-text {
        font-size: 10px;
        line-height: 1.5;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .Shop_shop .textarea-container {
        width: 260px;
    }
}

@media (min-width: 431px) and (max-width: 991px) {

    .Shop_shop .form-group-text input,
    .Shop_shop .form-group-longtext input,
    .Shop_shop .form-group select {
        background: url(/assets/svg/input-large.svg) no-repeat 100% center;
        background-size: contain;
    }

    .Shop_shop .form-group-text input.is-invalid,
    .Shop_shop .form-group-longtext input.is-invalid,
    .Shop_shop .form-group select.is-invalid {
        background: url(/assets/svg/input-large-danger.svg) no-repeat 100% center;
        background-size: contain;
    }

    .Shop_shop .textarea-container {
        padding: 5px;
        margin: 5px;
    }
}

@media (min-width: 768px) and (max-width: 889px) {
    .table-wrapper {
        height: 290px;
        min-height: 290px;
    }
}

@media (max-width: 768px) {

    .Modal_content .total,
    .Modal_content .currency {
        font-size: 20px;
    }

    .table-wrapper {
        height: 260px;
        min-height: 260px;
    }

    /*.Modal_modal.modal-shop {*/
    /*height: 840px;*/
    /*}*/
}

.ui-widget {
    font-family: "monsters", sans-serif !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
}

/* remove the original arrow */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select+img {
    float: right;
    margin-top: -35px;
    margin-right: 17px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: #fff;
    padding-right: 5px;
}

/*@media only screen and (max-width: 650px) {*/
/*.Modal_content {*/
/*padding-right: 30px;*/
/*}*/
/*}*/

.thank-you-container .subtitle {
    color: rgb(81 84 84);
    line-height: 1.5;
    font-size: 20px;
    font-weight: normal;
}

.navbar-nav .dropdown-menu.show {
    display: block;
}

.vid-main-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 360px;
    width: 70%;
    float: left;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 360px;
}


/*  VIDEOS PLAYLIST
 ############################### */
.vid-list-container {
    width: 30%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    float: right;
    background-color: #222222;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

/*.vid-list-container:hover, .vid-list-container:focus {*/
/*overflow-y: auto;*/
/*}*/

ol#vid-list {
    margin: 0;
    padding: 0;
    background: #222;
}

ol#vid-list li {
    list-style: none;
}

ol#vid-list li a {
    text-decoration: none;
    background-color: #222;
    height: 60px;
    display: block;
    padding: 10px;
    color: #fff;
}

ol#vid-list li a:hover {
    background-color: #666666
}

.vid-thumb {
    float: left;
    margin-right: 8px;
}

.active-vid {
    background: #3A3A3A;
}

#vid-list .desc {
    color: #CACACA;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 624px) {
    .caption {
        margin-top: 40px;
    }

    .vid-list-container {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .width-85 {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .width-md-90 {
        width: 90%;
    }
}

.circle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #91d1c5;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rotate.down {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.item-attribute {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    min-width: 189px;
    width: auto;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    font-size: 17px;
    text-align: center;
    color: #080B0B;
    text-decoration: none;
}

.item-attribute.item-attribute-active {
    color: #fff;
}

.item-attribute-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: unset !important;
    box-shadow: none !important;
    -o-transition: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important;
    border: none !important;
    border-color: transparent !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: rgba(8, 11, 11, 0.2) !important;
}

.img-delivery {
    height: 36px;
}

.img-billing {
    width: 47px;
    height: 40px;
}

.icon.icon-small {
    height: 17px;
    width: 17px;
}

.mt-minus-10 {
    margin-top: -10px !important;
}

.user-card {
    height: 180px;
}

.week-card {
    min-height: 200px;
}

.show_hide_password {
    position: absolute;
    display: block;
    right: 18px;
    top: 13px;
    width: 48px;
    height: 46px;
    font-size: 26px;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer
}

.review-box {
    height: 300px;
    width: 100%;
    border-radius: 50%;
    padding: 50px 41px;
}

.review-box i,
.review-box::before {
    content: '';
    float: left;
    height: 100%;
    width: 50%;
    shape-outside: radial-gradient(farthest-side at right, transparent calc(100% - 15px), #fff 0);
}

.review-box i {
    float: right;
    shape-outside: radial-gradient(farthest-side at left, transparent calc(100% - 15px), #fff 0);
}

.reviews-listening .slick-prev,
.reviews-listening .slick-next,
.reviews-listening .slick-prev:hover,
.reviews-listening .slick-prev:focus,
.reviews-listening .slick-next:hover,
.reviews-listening .slick-next:focus {
    font-size: 40px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.31);
}


@media (max-width: 1400px) {
    .reviews-listening .container {
        height: 210px !important;
        padding-top: 80px !important;
    }

    .reviews-listening .review-text {
        max-height: 97px !important;
    }
}

@media (max-width: 1300px) {
    .reviews-listening .container {
        height: 210px !important;
        padding-top: 50px !important;
    }

    .reviews-listening .review-text {
        max-height: 92px !important;
    }
}

@media (max-width: 1200px) {
    .reviews-listening .container {
        height: 210px !important;
        padding-top: 31px !important;
    }

    .reviews-listening .review-text {
        max-height: 92px !important;
    }
}

@media (max-width: 991px) {
    .reviews-listening .container {
        height: 210px !important;
        padding: 13px 13% 0 13% !important;
    }

    .reviews-listening .review-text {
        max-height: 201px !important;
    }
}

@media (max-width: 866px) {
    .reviews-listening .container {
        height: 210px !important;
        padding: 13px 13% 0 13% !important;
    }

    .reviews-listening .review-text {
        max-height: 201px !important;
    }
}

@media (max-width: 463px) {
    .reviews-listening .container {
        height: 210px !important;
        padding: 13px 5% 0 5% !important;
    }

    .reviews-listening .review-text {
        max-height: 182px !important;
    }
}

.slider-nav .slick-slide {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    max-height: 124px;
    margin: 0 10px 0 0;

}

.slider-nav .slick-current {
    -webkit-filter: brightness(1);
    filter: brightness(1);

}

.slider-nav .slick-active {
    border: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: #8a8a8a !important;
}

.slick-prev {
    left: 7px;
    z-index: 1;
}

.slick-next {
    right: 7px;
    z-index: 1;
}

.slider-nav .slick-current img,
.slider-nav .slick-current,
.slick-slide .slick-current img,
.slick-slide .slick-current,
.slider-nav .slick-current img:focus,
.slider-nav .slick-current:focus,
.slick-slide .slick-current img:focus,
.slick-slide .slick-current:focus,
.slider-nav .slick-current img:hover,
.slider-nav .slick-current:hover,
.slick-slide .slick-current img:hover,
.slick-slide .slick-current:hover,
.slider-nav:hover,
.slider-nav:hover,
.slick-slide:hover,
.slick-slide:hover {
    outline: none !important;
}

.slider-nav {
    min-height: 100px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

sup {
    top: -0.9em;
}

.nav-link.current {
    /*background: url('/assets/svg/profile-menu-bg.svg') no-repeat;*/
    /*background-color: #fff !important;*/
}

.nav-link.current2 {
    /*background: url('/assets/svg/profile-menu-bg2.svg') no-repeat;*/
    /*background-color: #fff !important;*/
}

.material {
    background: url('/assets/svg/material-bg.svg') no-repeat center;
    filter: drop-shadow(0px 8px 23.6px rgba(0, 0, 0, 0.15));
    background-size: contain;
}

.material-status {
    background: url('/assets/svg/material-status-bg.svg') no-repeat center;
    background-size: contain;
    color: #fff;
}

.material-status-canceled {
    background: url('/assets/svg/material-status-canceled-bg.svg') no-repeat center;
    background-size: contain;
    color: #fff;
}

.border-curly0 {
    background: url('/assets/svg/border-curly0.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly1 {
    background: url('/assets/svg/border-curly1.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly2 {
    background: url('/assets/svg/border-curly2.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly3 {
    background: url('/assets/svg/border-curly3.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly4 {
    background: url('/assets/svg/border-curly4.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly5 {
    background: url('/assets/svg/border-curly5.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly6 {
    background: url('/assets/svg/border-curly0.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly7 {
    background: url('/assets/svg/border-curly1.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly8 {
    background: url('/assets/svg/border-curly2.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly9 {
    background: url('/assets/svg/border-curly3.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly10 {
    background: url('/assets/svg/border-curly4.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly11 {
    background: url('/assets/svg/border-curly5.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly12 {
    background: url('/assets/svg/border-curly0.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly13 {
    background: url('/assets/svg/border-curly1.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

.border-curly14 {
    background: url('/assets/svg/border-curly2.svg') no-repeat center;
    background-size: 100%;
    background-position: 0 100%;
}

@-webkit-keyframes rock-boat {
    50% {
        -webkit-transform: rotate(-5deg) translateY(-5px)
    }
}

.article, .faq-accordion .faq-text{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.article-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.article p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

.container-slider {
    display: flex;
}

.pages-reviews-slider {
    margin: 30px auto;
    padding-bottom: 30px;
}

.pages-reviews-slider {
    width: 390px;
}
.review {
    padding: 0px;
}

@media (min-width: 576px) {
    .pages-reviews-slider {
        width: 576px;
    }
    .review {
        padding: 10px;
    }
}

@media (min-width: 810px) {
    .pages-reviews-slider {
        width: 810px;
    }
    .review {
        padding: 10px;
    }
}


@media (min-width: 1200px) {
    .pages-reviews-slider {
        width: 1200px;
    }
    .review {
        padding: 10px;
    }
}

@media (min-width: 1300px) {
    .pages-reviews-slider {
        width: 1300px;
    }
}

.landing-heading {
    font-size: 60px;
    font-weight: 400;
}

.landing-hero-img {
    max-height: 500px;
}

.landing-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(8, 11, 11, 0.7);
}

.landing-card {
    height: 216px;
    width: 100%;
    max-width: 250px;
    background: url(/assets/img/listening-landing/listening-card-bg.svg) no-repeat center center;
}

.landing-card-title {
    font-size: 40px;
    line-height: 1;
}

.landing-card-title img {
    max-height: 60px;
}

.landing-block-title {
    font-size: 49px;
    font-weight: 400;
    line-height: 1.25;
}
.landing-block-subtitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
}
.landing-block-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.landing-text-grey {
    color: #080B0BB2;
}

.landing-card-subtitle {
    font-size: 24px;
    line-height: 1.5;
}

.landing-results-text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(8, 11, 11, 0.7);
}

.img-listening-streamings {
    right: 0;
    bottom: 0;
}

.item-6 {
    background: url(/assets/img/listening-landing/landing-list-6.svg) no-repeat 100% 100%;
}
.item-8 {
    background: url(/assets/img/listening-landing/landing-list-8.svg) no-repeat 100% 100%;
}
.item-9 {
    background: url(/assets/img/listening-landing/landing-list-9.svg) no-repeat 100% 100%;
}
.item-47 {
    background: url(/assets/img/listening-landing/landing-list-47.svg) no-repeat 100% 100%;
}
.item-12 {
    background: url(/assets/img/listening-landing/landing-list-12.svg) no-repeat 100% 100%;
}
.item-92 {
    background: url(/assets/img/listening-landing/landing-list-92.svg) no-repeat 100% 100%;
}
.item-10 {
    background: url(/assets/img/listening-landing/landing-list-10.svg) no-repeat 100% 100%;
}
.item-72 {
    background: url(/assets/img/listening-landing/landing-list-72.svg) no-repeat 100% 100%;
}

.landing-list-item {
    width: 106px;
    height: 74px;
}

.landing-features-title {
    color: #080B0BB2;
    font-size: 30px;
    font-weight: 400;
}

.landing-features-subtitle {
    color: #080B0BB2;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .landing-card {
        height: 168px;
        width: 100%;
        max-width: 130px;
        background: url(/assets/img/listening-landing/listening-card-bg-sm.svg) no-repeat center center;
    }

    .landing-block-title {
        font-size: 38px;
        text-align: center;
    }

    .landing-block-text {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.75;
    }

    .landing-card-subtitle {
        font-size: 20px;
        line-height: 1.5;
    }

    .landing-card-title img {
        max-height: 40px;
    }

    .landing-results-text {
        font-size: 18px;
        line-height: 1.75;
        text-align: center;
    }

    .item-6 {
        background: url(/assets/img/listening-landing/landing-list-6-mobile.svg) no-repeat 100% 100%;
    }
    .item-8 {
        background: url(/assets/img/listening-landing/landing-list-8-mobile.svg) no-repeat 100% 100%;
    }
    .item-9 {
        background: url(/assets/img/listening-landing/landing-list-9-mobile.svg) no-repeat 100% 100%;
    }
    .item-47 {
        background: url(/assets/img/listening-landing/landing-list-47-mobile.svg) no-repeat 100% 100%;
    }
    .item-12 {
        background: url(/assets/img/listening-landing/landing-list-12-mobile.svg) no-repeat 100% 100%;
    }
    .item-92 {
        background: url(/assets/img/listening-landing/landing-list-92-mobile.svg) no-repeat 100% 100%;
    }
    .item-72 {
        background: url(/assets/img/listening-landing/landing-list-72-mobile.svg) no-repeat 100% 100%;
    }
    .item-10 {
        background: url(/assets/img/listening-landing/landing-list-10-mobile.svg) no-repeat 100% 100%;
    }

    .landing-list-item {
        width: 106px;
        height: 50px;
    }

    .landing-features-title {
        font-size: 27px;
    }

}

@media only screen and (min-width: 1250px) {
    .img-listening-streamings {
        right: -100px;
    }
}

@media only screen and (max-width: 1300px) {
    img.landing-hero-img.maraphon-12 {
        max-height: 341px;
    }
}

.landing-bg-gray {
    background-image: url(/assets/img/listening-landing/landing-grey-mask.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-top: -30px;
    z-index: 2;
}

.landing-bg-green {
    background-image: url(/assets/img/listening-landing/landing-green-mask.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-top: -30px;
    z-index: 2;
}

.landing-reviews-bubble-1 {
    background: url(/assets/img/listening-landing/landing-bubble-1.svg) no-repeat center center;
    width: 371px;
    height: 259px;
}

.landing-reviews-bubble-2 {
    background: url(/assets/img/listening-landing/landing-bubble-2.svg) no-repeat 100% 100%;
    width: 360px;
    height: 269px;
}
.landing-reviews-bubble-3 {
    background: url(/assets/img/listening-landing/landing-bubble-3.svg) no-repeat 100% 100%;
    width: 360px;
    height: 269px;
}
.landing-reviews-bubble-4 {
    background: url(/assets/img/listening-landing/landing-bubble-4.svg) no-repeat 100% 100%;
    width: 360px;
    height: 269px;
}
.landing-reviews-bubble-5 {
    background: url(/assets/img/listening-landing/landing-bubble-5.svg) no-repeat 100% 100%;
    width: 360px;
    height: 269px;
}
.landing-reviews-bubble-6 {
    background: url(/assets/img/listening-landing/landing-bubble-6.svg) no-repeat center center;
    width: 371px;
    height: 269px;
}

.landing-reviews-bubble-7 {
    background: url(/assets/img/listening-landing/landing-bubble-7.svg) no-repeat 100% 100%;
    width: 360px;
    height: 400px;
}

.landing-reviews-bubble-8 {
    background: url(/assets/img/listening-landing/landing-bubble-8.svg) no-repeat center center;
    width: 371px;
    height: 280px;
}

@media only screen and (max-width: 360px) {
    .landing-reviews-bubble-1,
    .landing-reviews-bubble-2,
    .landing-reviews-bubble-3,
    .landing-reviews-bubble-4,
    .landing-reviews-bubble-5,
    .landing-reviews-bubble-6,
    .landing-reviews-bubble-7,
    .landing-reviews-bubble-8 {
        width: 360px;
    }
}

.card {
    background: transparent;
}

.item-slider.custom .slick-arrow {
    opacity: 0.3!important;
}

.item-slider.custom .slick-prev {
    background: url('../assets/bg/arrow-left-simple.png') no-repeat center!important;
}

.item-slider.custom .slick-next {
    background: url('../assets/bg/arrow-right-simple.png') no-repeat center!important;
}

.images-slider-teacher-feed > .slick-prev {
    left: -10% !important;
}
.images-slider-teacher-feed > .slick-next {
    right: -10% !important;
}
.images-slider-teacher-feed > .slick-prev[aria-disabled=true], .images-slider-teacher-feed > .slick-next[aria-disabled=true] {
    opacity: 0.3 !important;
}

.custom-landing-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.landing-materials-title {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-top: 15px;
}

.landing-materials-subtitle {
    font-size: 18px;
    color: rgba(8, 11, 11, 0.7);
    line-height: 1.5;
    margin-top: 15px;
}

.custom-hero-container {
    background: url('../assets/img/listening-harry-potter/harry-potter-bg0.png') no-repeat 100% 100%;
    background-size: cover;
}

.mini-video-bg {
    background-image: url('../assets/img/listening-harry-potter/mini-video-bg.png');
    background-size: cover;
}

.video-explanation-bg {
    background-image: url('../assets/img/listening-harry-potter/explanation.png');
    background-size: cover;
}

.packs-bg {
    background-image: url('../assets/img/listening-harry-potter/magic-line.png');
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.harry-potter {
    background: url('../assets/img/listening-harry-potter/key-icon.png') no-repeat 100% 100%;
    background-position: top left;
    height: 52px;
    width: 52px;
}

.gift-bg {
    background-image: url('../assets/img/listening-harry-potter/gift2.png');
    background-size: cover;
}

.landing-button-background {
    fill: #B5C0C1;
    position: relative;
    width: 185px;
}

.landing-button-background.active {
    fill: #FDCF41;
}

.landing-button-text {
    position: absolute;
    bottom: 7px;
    left: 31%;
    color: white;
    font-size: 17px;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff; /* Set your desired background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing-card-header {
    color: #fff; /* Set your desired header text color */
    padding: 40px;
    text-align: center;
}

.pricing-card-header.yellow {
    background: #FDCF41; /* Set your desired header background color */
}
.pricing-card-header.red {
    background: #FE7049; /* Set your desired header background color */
}

.pricing-card-body {
    padding: 30px;
}

.custom-svg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.mask1 {
    -webkit-mask-image: url('../assets/img/listening-harry-potter/Mask.svg') 100% 100% no-repeat;
    mask-image: url('../assets/img/listening-harry-potter/Mask.svg') 100% 100% no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 10;
    filter: drop-shadow(0 6.9155px 6.9507px rgba(0, 0, 0, 0.15));
}

@media (max-width: 768px) {
    .landing-button-text {
        left: 40%;
    }
    .custom-hero-container, .mini-video-bg {
        background-repeat: no-repeat;
    }

    .custom-hero-container {
        background: url('../assets/img/listening-harry-potter/harry-potter-bg5-mob.png') no-repeat 100% 100%;
        background-position: bottom center;
        min-height: 1300px;
    }

    .harry-potter {
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.shimmer {
    text-align: center;
    color: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#CBA135), to(#CBA135), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#CBA135), to(#CBA135), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#CBA135), to(#CBA135), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #CBA135;
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

.js-monster-img {
    position: relative;
    width: 445px;
    height: auto;
}

.js-monster-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.js-monster-img img.visible {
    transition: opacity 250ms ease-in;
    opacity:1;
}

.js-monster-img img.invisible {
    transition: opacity 250ms 250ms ease-out;
    opacity:0;
}

.reels-icon-img {
    position: absolute;
    width: 20px;
    top: 12%;
    right: 12%;
    z-index: 1;
}

.insta-feed-img {
    mask-image: url('/assets/bg/insta-mask.svg');
    mask-size: 100% 100%;
}

.insta-feed-img.active {
    filter: blur(15px);
}

.insta-icon-img {
    position: absolute;
    width: 40px;
    left: 43%;
    top: 43%;
    transition: 0.3s linear;
    transition: 0.3s linear; /* vendorless fallback */
    -o-transition: 0.3s linear; /* opera */
    -ms-transition: 0.3s linear; /* IE 10 */
    -moz-transition: 0.3s linear; /* Firefox */
    -webkit-transition: 0.3s linear; /*safari and chrome */
    transform-origin: center center;
    transform: scale(1);
}

.insta-icon-img:hover {
    transition: 0.3s linear;
    transition: 0.3s linear; /* vendorless fallback */
    -o-transition: 0.3s linear; /* opera */
    -ms-transition: 0.3s linear; /* IE 10 */
    -moz-transition: 0.3s linear; /* Firefox */
    -webkit-transition: 0.3s linear; /*safari and chrome */
    transform-origin: center center;
    transform: scale(1.2);
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../assets/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
