.loading * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
body {
    margin-top: 53px;
    position: relative;
    background: url('/site/images/site-bg.jpg') 0%/contain repeat;
}

body.page_404  {
	background: url(/assets/images/404.jpg) top/cover fixed no-repeat;
}
header {
    background: url('/site/images/header-bg.jpg') 0%/contain repeat;
}
header h1 {
    order: 2;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    background: rgba(255,255,255,0.75)
}
header h1 img {
    width: 100%;
    object-fit: cover;
    max-height: 190px;
} 
header .top-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    z-index: 1;
}
header .top-container .top {
    display: flex;
    flex: 1;
    padding: 13px 20px;
    justify-content: flex-end;
}
header .top-container > div:first-child {
    padding: 13px 20px;
}
header .top-container .top .cart {
    position: relative;
    width: 23px;
    padding: 13px 14px;
}
header .top-container .top .cart .value
header .top-container .top .cart .value {
    position: absolute;
    top: -7px;
    right: -1px;
    font-size: 13px;
    z-index: 1;
    color: white;
    border-radius: 100%;
    text-align: center;
    transition: all 0.4s ease;
}
header .top-container .top .cart::before {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url('/assets/images/icons/cart.svg') no-repeat 0%/contain;
}
header .top-container .social {
    order: -1;
    margin: 0; 
    padding: 0;
    list-style: none;
    display: inline-flex;
    margin-right: auto;
}
header .top-container .social li:last-child {
    margin-right: 0;
}
header .top-container .social li {
    margin-right: 15px;
    font-size: 18px;
}
header .top-container .social li i {
    transition: all 0.5s ease;
}
header .top-container .social li a {
    color: white;
} 
header .hamburguer-menu {
    background-color: var(--primary);
    padding: 27px 38px;
}
header .hamburguer-menu > * {
    background: white;
    width: 100%;
    height: 2px;
}
.blog-item .title {
    font-size: 20px; 
    text-align: left;
    font-weight: normal;
}
.title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.59;
    text-align: center;
    color: var(--primary);
    font-size: 23px;
    margin-bottom: 0;
}
.sub-title {
    font-style: italic;
    color: var(--primary);
    font-family: 'Montserrat';
    margin:10px 0 32px 0;
}
.description {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}
footer .logo {
    width: 100%;
    position: relative; 
    display: block;
    max-width: 100px;
}
footer .logo img {
    width: 100%;
}
footer .mail {
    display: block;
    margin-top: 25px;
}
footer .mail span {
    padding-left: 50px;
    color: white;
    font-size: 19px;
    font-family: 'Oswald';
    font-weight: 300;
    position: relative;
}
footer .top > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
footer .top {
    position: relative;
    padding-top: 13px;
}
footer .bottom {
    background-color: #252727;
    font-family: 'Montserrat';
    font-weight: 300;
} 
footer .bottom ul { 
    padding-left: 0;
}
footer .bottom ul li:first-of-type {
    margin-top: 0;
}
footer .bottom ul li,
footer .bottom ul a {
    display: block;
    width: 100%;
    margin: 9px 0;
}
footer .bottom .by-bluesoft {
    margin-top: 50px;
}
footer .bottom .by-bluesoft > span {
    margin-right: 5px;
}
footer .bottom .by-bluesoft > span,
footer .bottom li,
footer .bottom ul li a {
    color: #ac9fa5;
}
footer .bottom ul li a {
    margin: 0;
    display: inline;
    font-family: 'Montserrat';
    transition: all 0.5s ease;
    color: #eae6eb;
}
footer .bottom ul li a[target] {
    margin-left: 5px;
}
footer .bottom ul li a:hover {
    color: #ecdbe3;
}
footer .bottom a {
    color: #eae6eb;
}
footer .social {
    padding: 60px 0;
}
footer .social ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    width: 100%;
    justify-content: center;
}
footer  .social ul a {
    color: white;
    transition: all 0.4s ease;
}
footer  .social ul li {
    z-index: 1;
}
footer  .social ul i {
    font-size: 29px;
    margin: 0 11px;
}
footer .mail span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 32px;
    height: 27px;
	background: url(/assets/images/icons/mail-white.svg) 0%/contain no-repeat;
}
header .top-container .top .search-container i {
    position: absolute;
    z-index: 1;
    right: 20px;
    transform: initial;
    top: 0;
    bottom: 0;
    left: auto;
    height: 13px;
    margin: auto;
}
.search-parent {
    display: flex;
    flex-wrap: wrap;
}
.lang-container {
    margin-top: 32px;    
}
header .top-container .top .cart-container .store,
.search-parent {
    margin-top: 30px;
}
.search-parent,
.lang-container {
    width: 100%;
}
header .top-container .top .cart-container .store {
    right: 20px;
    padding: 9px 16px;
    top: 119px;
}
header .top-container .top .cart-container .store,
.search-parent,
.lang-container {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}
.rounded {
    font-size: 10px;
}
.banners-container .rounded::after {
    box-shadow: 0px 4px 6px 0 rgba(65, 65, 65, 0.28);
}
header .top-container .top .search-parent .search-container::after,
header .top-container .top .cart-container *::after,
header .top-container .store.rounded::after,
header .top-container .top .search-parent *::after {
    background-color: var(--gold);
}
header .top-container .top.show .cart-container .store,
.top.show .search-parent,
.top.show .search-parent + .lang-container {
    opacity: 1;
    pointer-events: all;
}
header .menu-container .menu-items h3 + ul li a,
header .menu-container .menu-items h3 + ul li {
    text-transform: initial;
    font-weight: normal;
    text-align: left;
}
header .menu-container .menu-items h3 + ul {
    padding-left: 20px;
}
header .menu-container .menu-items h3 + ul li {
    margin: 5px 0;
    padding: 5px 0;
}
header .menu-container .menu-items h3 + ul li:first-child {
    margin-top: 18px;
}
header .menu-container .menu-items h3 + ul li a {
    color: white;
    transition: all 0.4s ease;
    font-family: 'Montserrat';
    padding: 0; 
}
header .menu-container .menu-items h3 + ul li:hover {
    background-color: transparent;
}
header .menu-container .menu-items h3 + ul li:hover a {
    opacity: 0.6;
}
.search-container.rounded {
    margin: 0 0 30px 0;
    width: 100%;
    padding: 0;
}
header .top-container a:hover,
header .top-container a {
    color: white;
    text-decoration: none;
}
header .lang-container {
    font-size: 12px;
}
header .lang-container span {
    transition: all 0.4s ease;
    line-height: 2.5;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}
header .top-container .top .search-container input {
    padding: 10px 20px;
    will-change: auto;
    border: 0;
    outline: 0;
    background: transparent;
    transition: all 0.5s ease;
    height: 100%;
    z-index: 1;
    position: relative;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
}
header .top-container .top .search-container input::-webkit-input-placeholder {
    color: white;
    font-weight: normal;
    font-size: 12px;
}
.banners-container .slide .bg::after {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    background: #8c8c8c;
    content: '';
    opacity: 0.6;
    left: 0;
}
.banners-container .slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.banners-container .slide .bg video {
    object-fit: cover;
    height: 100%;
}
.banners-container .slide .description {
    position: relative;
    margin: 20vh 0 0 20px;
}
header .top-container .top .cart::before {
    background: url(/assets/images/icons/cart-white.svg) no-repeat 0%/contain;
    left: 6px;
    width: 15px;
}
.banners-container .slide .description strong {
    color: white;
    font-weight: 900;
}
.banners-container .slide .description .title {
    font-size: 33px;
    font-weight: bold;
    color: white;
    width: 70%;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: left;
}
.banners-container .slide .description .sub-title strong {
    display: block;
}
.banners-container .slide .description .sub-title {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
    font-style: normal;
    padding: 20px 0;
}
.banners-container .slide .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.alexandra > * {
    width: 100%;
    position: relative;
}
.alexandra .left img {
    width: 100%;
    object-fit: contain;
}
.alexandra .right {
    background-color: #e9e7ec;
    padding: 40px 25px;
    text-align: center;
}
.online-courses {
    text-align: center;
}
.index .online-courses {
    padding: 50px 0;
}
.online-courses .description {
    margin: 25px 0 30px 0;
    padding: 0 20px;
    font-weight: bold;
    color: var(--primary);
}
.courses-container {
    background: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px 0;
}
.courses-container .bg {
    position: relative;
}
.courses-container .course-placeholder {
    padding: 20px;
    width: 50%;
}
.courses-container .bg img {
    width: 100%;
    object-fit: contain;
}
.courses-container .course-placeholder .title {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Oswald';
    text-align: center;
    width: 100%;
    bottom: 67px;
    font-weight: normal;
}
.course-placeholder .plus {
    margin: 15px auto 0 auto;
    width: 33px;
    height: 33px;
    position: relative;
    display: block;
}
.course-placeholder .plus::after {
    height: 100%;
    width: 2px;
}
.course-placeholder .plus::before {
    width: 100%;
    height: 2px;
}
.course-placeholder .plus::after,
.course-placeholder .plus::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--blog-primary);
    transition: all 0.5s ease;
}
.banner .bg + div {
    padding: 0 20px;
}
.online-courses .btn {
    margin-top: 60px;
}
.breadcrumb { 
    padding: 0 0 1rem 0;
    background: transparent;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.breadcrumb,
.breadcrumb ul li a {
    color: var(--primary); 
    font-weight: 500;
}
.banner .breadcrumb ul li {
    margin: 0 7px 0 3.5px;
}
.breadcrumb ul li,
.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumb ul li a:not([href]) {
    text-decoration: none;
    pointer-events: none;
}
.breadcrumb ul li a[href]:hover {
    text-decoration: none;
    opacity: 0.7;
}
.breadcrumb ul li a {
    transition: all 0.4s ease;
}
.store .banner {
    position: relative;
    margin-top: 0px;
}
.banner .bg {
    height: 100%;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
}
.banner .bg img {
    height: 100%;
    width: 100%;
}
.banner .bg + div {
    width: 100%;
    max-width: 837px;
    height: 100%;
    margin: auto;
    padding-top: 130px;
    padding-bottom: 40px;
    position: relative;
}
.banner h1,
.banner .h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: var(--primary);
}
.banner + .content {
    margin-top: 41px;
}
.banner + .content.calendar {
    margin-top: 0;
}
.banner + .content.page-404 {
    margin: 200px 0 0px 0;
    padding: 50px 0;
}
.template.has-sidebar .workshops .info .date {
    margin-top: 15px;
}
.template.has-sidebar .workshops .info .date,
.listing .article.mini-article .lower span {
    font-size: 12px;
    font-weight: bold;
    color: var(--primary);
    opacity: 0.5;
}
.template.has-sidebar .workshops h2 a {
    color: inherit;
}
.template.has-sidebar .workshops h2 a,
.listing .article.mini-article h2, 
.listing .mini-article .h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Oswald';
}
.listing .article.mini-article .image::after {
    position: absolute;
    top: 7.5px;left: 7.5px;
    width: 21px;
    height: 21px;
    content: '';
    background:url('/assets/images/icons/yt-play-btn.png') 0%/cover no-repeat;
}
.listing .article.mini-article .image {
    position: relative;
}
.template.has-sidebar .workshops h2 a,
.listing .article.mini-article h2, 
.listing .mini-article .h2 {
    font-size: 20px;
    color: var(--primary);
}
.template.has-sidebar .workshops .info .date,
.listing .article.mini-article .lower {
    margin: 15px 0 5px 0;
}
.listing .pagination ul li a:hover, 
.listing .pagination ul li a:focus, 
.listing .pagination ul li.active a,
.listing .pagination ul li {
    color: var(--blog-primary);
}
.listing .items + .pagination ul li a {
    padding: 3px 10px;
}
.listing .pagination ul li a, 
.listing .pagination ul li a {
    transition: all 0.4s ease;
    transform: translateX(0);
}
.listing .pagination ul li a:hover {
    color: #6d4f5b;
}
.listing .pagination ul li.prev a:hover {
    transform: rotate(180deg) translateX(5px);
}
.listing .pagination ul li.next a:hover {
    transform: translateX(5px);
}
.listing .pagination ul li.active a {
    border: 1px solid currentColor;
    border-radius: 100%;
}
.listing .article img {
    width: 100%;
}
.pagination {
    margin: 50px 0;
}
.listing .pagination ul li.prev a,
.listing .pagination ul li.next a {
    display: inline-block;
}
.listing .pagination ul li {
    margin: 0 5px;
}
.listing .pagination ul li a {
    padding: 2px 10px;
    font-family: 'Montserrat';
}
.listing .pagination ul li a, 
.listing .pagination ul li.ellipsis {
    display: inline;
    overflow: hidden;
}
.template.has-sidebar .container {
    display: flex;
    flex-wrap: wrap;
}
.container > .sidebar + div {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.container > .sidebar + div .categories {
    display: flex;
    margin: -4px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.container > .sidebar + div .categories > a {
    margin: 4px;
    padding: 13px 26px;
}
.container > .sidebar + div .categories > a span {
    font-size: 11.5px;
    font-weight: bold;
}
.container > .sidebar + div .categories > a::after {
    background: var(--primary);
    transition: all 0.4s ease;
    opacity: 0.4;
}
.container > .sidebar + div .categories > a:hover::after,
.container > .sidebar + div .categories > a.rounded.active::after {
    transform: scale(1);
    opacity: 1;
}

.template.has-sidebar .workshops {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -29px;
}
.template.has-sidebar .workshops.listing .article img {
    margin: 0;
}
.template.has-sidebar .workshops.listing .article:first-child,
.template.has-sidebar .workshops > * {
    padding: 20px 29px;
}
.template.has-sidebar .workshops .image {
    display: block;
    position: relative;
    overflow: hidden;
}
.template.has-sidebar .workshops h2 a {
    opacity: 1;
    transition: all 0.4s ease;
}
.template.has-sidebar .workshops h2 a:hover {
    opacity: 0.8;
}
.template.has-sidebar .workshops .image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease;
    object-fit: cover;
}
.template.has-sidebar .workshops .image:hover img {
    transform: scale(1.1);
} 
.template.has-sidebar .workshops h2 {
    margin-bottom: 10px;
}
.template.has-sidebar .workshops .description {
    font-weight: normal;
    color: var(--gold);
    line-height: 1.8;
}
.banner + .content {
    padding: 0 20px;
}
.container {
    max-width: 520px;
    padding: 0;
}
.template .content.has-sidebar .container .sidebar.white {
    margin: 0;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}
.template .content.has-sidebar .container img {
    margin: 0;
}
body:not(.index) .site .books-container {
    background: white;
}
.books-container {
    padding: 50px 5px 65px 5px;
    text-align: center;
    font-family: 'Oswald';
}
.books-container > * {
    max-width: 1059px;
    margin: 0 auto;
}
.books-container .books {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.books-container .books .book-image {
    display: block;
    width: 100%;
    position: relative;
}
.books-container .books .book-image img {
    width: 100%;
    object-fit: contain;
}
.books-container .top .title {
    font-family: 'Montserrat', sans-serif;
}
.books-container .books .book-description {
    flex: 1;
    color: var(--primary);
}
.books .book-description .title {
    line-height: 1;
    font-size: 24px;
    font-weight: normal;
    display: block;
    text-transform: none;
    transition: all 0.4s ease;
}
.books .book-description .title:hover {
    color: inherit;
    opacity: 0.6;
}
.books-container .books .book-description .description {
    font-size: 13px;
    line-height:2;
    margin-bottom: 20px; 
}
.books-container .top {
    padding: 0 50px;
    margin-bottom: 40px;
}
header .menu-container .menu-items > ul > li ul {
    transition: all 0.4s ease-in-out 0s;
}
.feedback-container .slider .slide {
    display: block;
    text-align: center;
}
.feedback-container .slider .slide,
.video-container .slick-slide {
    height: auto;
}
.feedback-container .slider .slide .author {
    width: 100%;
    max-width: 128px;
    position: relative;
    margin: 0 auto;
}
.feedback-container .slider .slide .author::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: white;
    content: '';
    border-radius: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.feedback-container .slider .slide .author img {
    width: 100%;
    border-radius: 100%;
    padding: 10px;
}

.feedback-container .slider .slide .quote {
    position: relative;
    margin-top: 30px;
    padding-top: 53px;
    font-size: 16px;
    color: white;
    font-style: italic;
    line-height: 1.4;
}
.feedback-container .slider .slide .info {
    font-size: 15px;
    margin-top: 25px;
    color: white;
}
.feedback-container .slider .slide .quote::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 38px;
    height: 28px;
    background: url('/site/images/quotes.svg') 0%/contain no-repeat;
}
.feedback-container .slider {
    overflow: visible;
}
.feedback-container .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}
.numbers-info .numbers-container .circles-container .flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.numbers-info .numbers-container .circles-container {
	padding: 62px 14px 40px 14px;
	position: relative;
}

.menu li {
    text-align: left;
    margin: 20px 0;
}
.menu-items {
    margin-top: 50px;
}
.menu-items > ul {
    padding-left: 31px;
}
.menu li h3 a,
.menu li h3 {
    text-transform: uppercase;
    font-size: 14px;
}
.menu li h4,
.menu li h4 a {
    font-size: 12px;
    color: #6d4f5b;
}
header .menu-container .menu-items h3 + ul li,
header .menu-container .menu-items h3 + ul li h4 a {
    text-align: left;
    line-height: 1;
}
.menu-items {
    margin-top: 92px;
    position: relative;
    left: auto;
    top: auto;
    transform: initial;
    height: calc(100vh - 260px);
    overflow-y: auto;
}
.sticky {
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 4;
    width: 100%;
}
.sticky > * {
    width: 50%;
    margin-bottom: 0;
    display: inline-block;
    padding: 4px 40px;
    border-radius: 15px 15px 0 0;
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
}
.sticky > h3:first-of-type {
    background: var(--gold);
}
.sticky > h3:last-of-type {
    background: var(--primary);
}
.rounded {
    padding: 10px 14px;
}

.store .search-parent {
    justify-content: center;
}
.search-parent {
    justify-content: space-between;
}
.search-parent,
.lang-container {
    left: 0;
    padding: 0 15px;
    top: 53px;
}
.search-parent {
    margin: 30px auto 0 auto;
    left: 0;right: 0;
}
.search-parent,
.menu-items {
    max-width: 420px;
    width: 100%;
}
.instagram-container .insta-btn span {
    padding-left: 30px;
    font-size: 12px;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle .number {
    font-size: 35px;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle .description {
    font-size: 16px;
    color: white;
}
.banners-container .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 60px;
}
.try-container {
    position: relative;
    padding-bottom: 20px;
}
.try-container::after {
    position: absolute;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    mix-blend-mode: multiply;
    pointer-events: none;
    background: url('/site/images/banner-bg.jpg') 0%/cover  no-repeat;    
}
.try-container > div:not(.green) h2 {
    background: url('/site/images/header-bg.jpg') 0%/contain repeat;
}
.try-container > div h2 {
    padding: 23px 20px 27px 20px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px;
    z-index: 2;
}
.try-container > div {
    position: relative;
    color: transparent;
    z-index: 2;
} 
.try-container > div .container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    mix-blend-mode: multiply;
    z-index: -1;
    will-change: auto;
}
.try-container .pink .container::after {
    background-color: #ba9cd8;
}

.try-container > div.pink .content .text,
.try-container > div.pink .content h3 {
    color: white;
}
.try-container > div.pink .rounded::after {
    background: #5b3b7c;
}

.try-container .yellow .container::after {
    background-color: #f2e6cf;
}
.try-container > div.yellow .rounded::after {
    background: #00b09d;
}
.try-container > div.yellow .content .text {
    color: var(--gold);
}
.try-container > div.yellow .content h3 {
    color: var(--primary);
}

.try-container .teal .container::after {
    background-color: #d7fcf5;
}
.try-container > div.teal .content .text,
.try-container > div.teal .content h3 {
    color: #00b293;
}
.try-container > div.teal .rounded::after {
    background: #00b293;
}

.try-container > div.dark-blue .container::after {
    background-color: #152a50;
}
.try-container > div.dark-blue .content .text,
.try-container > div.dark-blue .content h3 {
    color: white; 
}
.try-container > div.dark-blue .rounded::after {
    background: #02818f;
}
.try-container div.orange .container::after {
    background-color: #f3b727;
}
.try-container > div .container.bg {
    background: url(/site/images/site-bg.jpg) 0%/contain repeat;
}
.try-container > div .container {
    max-width: 100%;
    z-index: 1;
    position: relative;
}
.try-container > div .container > img {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    z-index: 0;
}
.try-container > div.orange .content h3 {
    color: #292828; 
}
.try-container > div.orange .content .text {
    color: #949393;
}
.try-container > div.orange .rounded::after {
    background: #906600;
}
.try-container > div.orange .content h3 {
    color: black;
}
.try-container > div.orange .content .text {
    color: #949393;
}
.try-container div.green .container::after {
    background-color: var(--primary);
}
.try-container > div.green .rounded::after {
    background: white;
}
.try-container > div.green .content .text,
.try-container > div.green .content h3 {
    color: white;
}
.try-container > div.green .rounded span {
    color: #188881;
}


.try-container > div > h2 {
    position: relative;
}
.try-container > div > h2::after {
    position: absolute;
    pointer-events: none;
    content: '';
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    mix-blend-mode: multiply;
    z-index: -1;
    background: transparent;
}
.try-container > div.green > h2 {
    background-color: transparent;
}
.try-container > div.green > h2::after {
    background: #bba472;
}

.lg-container .content {
    padding: 40px 20px 40px 20px;
    width: 100%;
    max-width: 1064px;
    margin: auto; 
}
.try-container > div .content > .try-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.try-container > div .content h3 {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: normal;
    color: #292828;
    margin: 10px 0;
}
.try-container > div .content .text {
    font-size: 12px;
    color: #949393;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}
.try-container > div .content a {
    display: inline-block;
    margin: 0 auto;
}
.try-container > div .content a span {
    font-size: 11.5px;
    font-weight: bold;
}
.try-container > div .content .description {
    text-align: center;
}
.feedback-page-container .sidebar-left {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.feedback-page-container .sidebar-left .sidebar {
    width: 100%;
    background: #e8f3f2;
    padding: 20px 0;
    order: 1;
}
.try-container .img {
    position: relative;
    width: 100%;
}
.try-container .img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.try-container .yellow .img img {
    border-radius: 0;
}
.try-container > div .content > .try-items-container > * {
    padding: 20px;
    font-size: 12px;
}
.feedback-page-container .sidebar-left .sidebar .elements {
    padding: 20px;
}
.feedback-page-container.lg-container .content {
    padding: 0;
}
.feedback-page-container.lg-container .content .body {
    padding: 40px 20px 40px 20px;
}
.feedback-page-container .sidebar-left .sidebar .elements h2 {
    font-size: 14px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 10px 30px 10px 47px;
    transition: all 0.4s ease;
}
.feedback-page-container .sidebar-left .sidebar .elements h2 a {
    color: var(--gold);
    display: inline-block;
}
.feedback-page-container .sidebar-left .sidebar .elements h2:first-of-type {
    margin-top: 0;
}
.feedback-page-container .sidebar-left .sidebar .elements h2::after {
    position: absolute;
    top: 13px;left: 12px;
    height: 18px;
    width: 16px;
    content: '';
    background: url('/site/images/arrow-gold.svg') 0%/contain no-repeat;
}
.feedback-page-container .sidebar-left .body {
    padding: 80px 0;
}

.form .content .input-wrapper {
    position: relative;
}
.form .content .input-wrapper label {
    position: absolute;
    top: 0;
    pointer-events: none;
    transition: var(--transition);
}
.form .content input {
	border-radius: 40px;
}
.content.contact-us .template .form textarea {
    height: 207px;
}
.form .content > div > div {
    position: relative;
}
.form .content .input-placeholder.textarea > div::before {
    border-radius: 10px;
}
.contact-us .template > .content {
    padding: 42px 20px;
}
.contact-us .form .content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
}
.form .content .input-placeholder input,
.form .content .input-placeholder textarea {
    background: white;
}
.form .content .input-placeholder input {
    border-radius: 30px;
}
.form .content .input-placeholder.textarea::after,
.form .content .input-placeholder textarea {
    border-radius: 20px;
}
.form .content textarea {
    height: 100%;
}
.form .content input, 
.form .content textarea {
    border: 0;
    outline: 0;
	width: 100%;
	font-size: 14px;
	padding: 14px 30px;
    resize: none;
	transition: var(--transition);
}
.form .content .not-filled > div label[for="privacy-policy"],
.form .content .not-filled > div::before {
    border: 1px solid var(--warning);
}
section {
    position: relative;
}
section > .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
    margin: auto;
    object-fit: cover;
}
.form .content .warning {
    font-size: .875rem;
    font-weight: 400;
    color: white;
    height: 20px;
    margin: 0;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
	text-transform:initial;
}
.form .content .warning::before {
    content: "!";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--warning);
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.form input[type='checkbox'] {
	display: none;
}
.form input[type='checkbox'] + label {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 23px;
    background-color: var(--primary);
	cursor: pointer;
	position: relative;
	transition: var(--transition);
}
.form input[type='checkbox'].not-filled + label {
	border: 1px solid var(--warning);
}

.form input[type='checkbox']:checked + label::before {
    opacity: 1;
}

.form input[type='checkbox'] + label::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: .875rem;
	font-weight: 900;
	color: white;
	line-height: 1;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
    -webkit-transition: var(--transition);
}
.form .content input[type='checkbox']:checked + label::before {
	opacity: 1;
}
input[type='checkbox'] + label + label {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
    font-weight: normal;
    line-height: 1.25;
    font-size: 12px;
}
.form .content input[type='checkbox'] + label + label + p {
    color: var(--primary);
    font-style: italic;
    font-size: 12px;
}
.form .lower {
    margin-top: 23px;
}
.send {
    margin: 0 auto;
    margin-top: 30px;
}
.form .lower span {
	display: block;
	font-size: 11.5px;
	color: white;
    min-width: 100%;
    font-weight: bold;
}
.contact-us .form {
    padding: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.contact-us .template {
    position: relative;
    text-align: center;
}
.article-img-container img {
    filter: grayscale(0%);
}
.contact-us .content {
    width: 100%;
    padding: 0 20px;
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
}
.contact-us  .form a.send {
    padding: 16px 40px;
} 
 
/***********/
.contact-us .template h2 + p {
    margin: 20px 0;
}
.md-container .content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.md-container .content h1 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.25;
	color: #292828;
}

.karma .content .right .form {
    background: #f7f3f5;
    padding: 20px;
    width: 100%;
}
.karma .content .right {
    padding: 0;
    margin-top: 40px;
}
.karma .content .right .form.birthdate .logo img,
.karma .content .right .form.birthdate .logo {
    width: 100%;
}
.karma .content .right .form.birthdate .logo {
    max-width: 239px;
    margin: 20px auto 30px auto;
}
.karma .content .right .form.birthdate .inputs-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.karma .content .right .form.birthdate .inputs-container > * {
    padding: 5px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}
.karma .content .right .form.birthdate .inputs-container > *::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    top: 32px;right: 20px;margin: auto;
    background: url('/assets/images/arrows.png') 0%/contain;
}
.form .inputs-container select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.form .inputs-container select {
    cursor: pointer;
    position: relative;
    padding: 13px 36px 13px 30px;
    height: auto;
    background: rgba(212, 194, 200,0.6);
    width: 100%;
    -webkit-appearance: none;
    border-radius: 30px;
    font-size: 14px;
    border: 0;
}
.form .select > div::after {
    transform: translateY(-5px);
}
.form .select > div::before {
    transform: rotate(180deg) translateY(-5px);
    z-index: 1;
}
.form .select > div {
    position: relative;
}
.form .select > div::before,
.form .select > div::after {
    position: absolute;
    right: 30px;
    width: 8px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 6px;
    content: '';
    background: url('/assets/images/karma_arrows.png') 0%/contain no-repeat;
}
.karma .content .right .form a.send {
    display: block;
    margin: 40px auto 0px auto;
    padding: 18px 0;
    width: 100%;
}
.karma .content .right .form a.send span {
    color: white;
    font-size: 11.5px;
    width: 100%;
    font-weight: bold;
}
.store .row .form > .row .input p.warning {
    text-align: left;
}
.store .form .input p.warning,
.template p.warning,
.template .content p.warning {
    color: rgb(119, 0, 0);
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.template p strong {
    font-weight: 500;
    font-style: normal;
    color: #292828;
}

.template p small{
	font-weight: 500;
	font-style: normal;
    color: var(--primary);
	font-size: 12px;
}

.template p small strong, .template p strong small{
    font-weight: bolder;
    font-style: normal;
    color: #292828;
	font-size: 10px;
}

.inputs-container {
    width: calc(100% + 20px);
}
.input-placeholder > div {
    position: relative;
}
.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.template .content input[type='checkbox'] ~ p {
    font-weight: normal;
}
input[type='checkbox'] + label + label {
    flex: 1;
    padding-top: 4px;
    line-height: 1.5;
    font-weight: 500;
}
input[type='checkbox'] + label + label a {
    color: var(--gold);
}
.inputs-container {
    margin: -15px -10px;
}
.form.name-email .form .lower {
    margin-top: 13px;
}
.form.name-email .content input[type='checkbox'] + label + label {
    margin-bottom: 0;
}
.karma .content > .left {
    padding: 0 20px;
}
.form.name-email h2 {
    margin-bottom: 35px;
    font-size: 23px;
}
.image-form > .left {
    padding: 0;
}
.image-form > .left > img {
  width: 100%;
  object-fit: cover;  
}
.image-form > .right {
    background: #f7f3f5;
    padding: 40px 20px;
}
.image-form > .right h2 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.lower .checkbox-wrapper+ div,
.checkbox-wrapper label + div {
    font-size: 12px;
    width: 100%;
    margin: 10px 0;
}
.image-form .input-placeholder > div::before {
    background: #d4c2c8;
}
a.send.rounded.blue::after {
    background: var(--primary);
}
.form .book-container {
    background: #b1929b;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
}
.form .book-container .img {
    position: relative;
    display: block;
    width: 100%;
}
.form .book-container .img img {
    max-width: 106px;
    margin: 0 auto;
    display: block;
}
.form .book-container .quote {
    text-align: center;
    flex: 1;
    display: flex;
    align-self: center;
    color: white;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding: 40px 0 0 0;
}
.image-form .send,
.image-form {
    width: 100%;
}
.image-form .send {
    white-space: initial;
}
.game-piece.off {
    transform: scale(0);
}
.game-piece {
    z-index: 1;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.6s ease;
    position: absolute;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    box-shadow: 1px 3px 8px 0px rgb(4 78 72);
    background: url('/assets/images/game-piece.png') 0%/cover;
    will-change: auto;
}
.board,
.play-area {
    width: 100%;
    position: relative;
}
.board-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: all 0.4s ease;
}
.result-area {
    transform: translateY(-15px);
    position: relative;
    margin: 0 8px;
    max-height: 0;
    transition: all 0.5s ease;
    background-color: #f5edc6;
    overflow: hidden;
    mix-blend-mode: multiply;
}
.play-area::after,
.play-area::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    content: '';
    border-radius: 20px;
}
.shuffle-btn::after,
.play-area::after {
    margin: auto;
    background: var(--gold-gradient);
}
.play-area::before {
    margin: 8px;
    background: url('/assets/images/game-bg.png') 0%/cover no-repeat;
    z-index: 1;
}
.play-area {
    z-index: 2;
    height: 490px;
    position: relative;
}
.repeat {
    transform: scale(0);
    top: 0;bottom: 0;left: 0;right: 0;margin: auto;
    transition: all 0.5s ease 0.6s;
    pointer-events: none;
}
.repeat.on {
    pointer-events: all;
    transform: scale(1);
}
.repeat,
.shuffle-btn {
    z-index: 3;
    font-size: 14px;
    background:url(/assets/images/shuffle-btn.png) 0%/contain no-repeat;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}
.shuffle-btn {
    transition: all 0.4s ease;
}
.template .board p {
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    letter-spacing: normal;
    justify-self: center;
    align-self: center;
    text-align: center;
    margin: 0;
}
.game-piece.first-choice {
    left: calc(45% - 60px) !important;
}
.game-piece.second-choice {
    left: calc(45% + 60px) !important;
}
.board-result {
    height: 130px;
    background-color: #2ba4b7;
    width: 100%;
}
.game .template {
    text-align: center;
    padding: 50px 0;
}
.game a {
    color: white;
    white-space: normal;
}
.game .page-body .content a.rounded::after {
    background: var(--primary);
}
.game .btns-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.game .page-body .content a.rounded span {
    font-size: 11.5px;
}
.game-piece img.off {
    opacity: 0;
}
.dont-touch {
    pointer-events: none;
    cursor: pointer;
    transform: scale(0);
}
.game-piece img {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    border-radius: 100%;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
    margin: auto;
    object-fit: contain;
    transition: all 0.5s ease;
}
.game-result {
    color: white;
}
.game-result h2,
.board .game-result p.h2 {
    font-family: 'Oswald';
    font-size: 26px;
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
}
.board .game-result > * {
    color: var(--primary);
}
.board .game-result p {
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    text-transform: initial;
    color: var(--primary);
}
.show-result {
    transition: all 0.7s ease 0.2s;
}

.repeat, .shuffle-btn {
    width: 100px;
    height: 100px;
}
.shuffle-btn {
    top: 435px;
    right: 0;
}
.board-container {
    margin-bottom: 70px;
}
.game-result {
    padding: 90px 20px;
}
.result-area.on {
    max-height: 90px;
}
.game-piece.first-choice,
.game-piece.second-choice {
    top: calc(100% + 12px) !important;
}
.numbers-info .numbers-container .text-container ul {
    list-style: none;
}
.circles-container::before,
.circles-container::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
}
.circles-container::before {
    filter: gray;
    -webkit-filter: grayscale(100%);
    background: url('/assets/images/circles-bg.jpg') 0%/cover no-repeat;
}
.circles-container::after {
    background: #38bbcf;
    opacity: 0.8;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle-info {
    padding: 5px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle-info  > * {
    width: 100%;
}

/* TEMPLATE */

.template a.link {
	font-weight: bold;
}

.template a {
	color: var(--primary);
}

.template p {
    color: #686869;
    font-family: 'Montserrat';
    font-weight: 300;
}
.template h2,
.template h3,
.template h4 {
    font-family: 'Oswald';
    font-weight: normal;
}
.template .elements h2 {
    font-family: 'Montserrat';
}
.template h3 {
    color: var(--gold);
}
.template h2 {
    font-size: 20px;
    font-weight: normal;
    color: var(--primary);
}
.template .content .sidebar h4, 
.template .content .sidebar .h4 {
    color: rgb(var(--primary));
    font-weight: 300;
}
.template .content .sidebar .form {
    margin-bottom: 54px;
}
.template .content h4, .template .content .h4 {
	font-size: 22px;
	line-height: 1.25;
	margin: .75em 0;
}
.template .content .sidebar ul {
    font-size: 14px;
    padding-left: 0;
}
.template .content .sidebar h4, 
.template .content .sidebar .h4 {
    font-size: 24px;
}
.template .content .sidebar li, 
.template .content .sidebar li {
    padding: 6px 0;
}
.template .content .sidebar .h4:nth-of-type(2) {
    margin-top: 30px;
}
.template .content .sidebar ul li::before {
    content: none;
}
.template .content p, 
.template .content ul, 
.template .content ol {
	font-size: 1.125rem;
	font-weight: 300;
	margin: 1em 0;
	line-height: 1.7;
}
.template .content ul, 
.template .content ol {
	color: #686869;
}
.template .content p b, 
.template .content li strong,
.template .content p strong {
	font-weight: 500;
	color: var(--primary);
}
.template .content p small {
	font-size: 12px;
}
.template .content p big {
	display: inline-block;
	font-size: 20px;
    position: relative;
    line-height: 1.5;
}
.template .content blockquote p {
    font-size: 14px;
}
.template .content p big ,
.template .content blockquote small {
    color: var(--primary);
}
.template .content blockquote p,
.template .content p big {
    font-weight: 500;
    font-style: italic;
}
.template .content blockquote p {
    margin-top: 0;
    color: #3f3338;
}
.template .content .pagination li a:hover,
.template .content .pagination li.active a {
    color: var(--primary);
    opacity: 1;
}
.template .content p a:hover {
    opacity: 0.6;
    transition: var(--transition);
}
.template .content p a {
	display: inline;
    font-weight: 500;
    color: var(--primary);
}
.template .content .sidebar li a {
    color: white;
}
.template .content .pagination li a {
    color: rgb(var(--grey));
    transition: all 0.4s ease;
}

.template .content blockquote{
	display: block;
	position: relative;
}
.template .content blockquote small{
    font-size: 15px;
    color: var(--primary);
}
.template .content blockquote::before{
	content: '';
	position: absolute;
    left: 0;
    top: -4px;
    background: url('/site/images/quotes-gold.svg') 0%/contain no-repeat;
    width: 30px;
    height: 23px;
}
.template .content blockquote > *{
    padding-left: 50px;
}
.template .content blockquote p{
	font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.template .content ul, 
.template .content ol {
	padding-left: 2em;
	list-style: none;
    margin: 1.5em 0;
    color: var(--primary);
}
.template ol li {
    padding-left: 0;
    text-indent: -1em;
}
.template .content ul li {
    margin: 9px 0;
}
.template-module ul li a {
    display: inline;
}
.template .content ul li, .template .content ol li {
    position: relative;
    letter-spacing: normal;
}
.template .content ul li p, .template .content ol li p {
	margin: 0;
}
.template .content ul li::before {
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-left: -1em;
    margin-right: 1.5em;
    border-radius: 100%;
    background: currentColor;
    opacity: 0.4;
}
.template .content ol {
	counter-reset: item;
}
.template .content ol li::before {
    counter-increment: item;
	content: counter(item) ".";
	display: inline-block;
    color: var(--primary);
    font-weight: 500;
    margin-right: 1rem;
}

.template ul li {
    padding-left: 0em;
    text-indent: -1em;
}
.template .content {
    text-align: left;
}
.template .template-module h2,
.template .template-module h3,
.template .template-module h4 {
    line-height: 1.6;
}
.template .content li,
.template .content p {
    font-size: 15px;
    line-height: 1.7;
}
.template .content h3 {
    font-size: 24px;
}
.template .content h4 {
    color: var(--primary);
    font-weight: normal;
}
.template .template-module .listing hr {
    width: 100%;
    background: transparent;
}
.template a span {
    color: white;
}
.template .listing hr {
    background: transparent;
    width: 100%;
}
.template big,
.template blockquote {
    margin: 2rem 0;
}
footer .bottom > div {
    padding: 50px 50px 70px 50px;
    max-width: 1084px;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
}
footer {
    padding: 0;
}
footer .bottom {
    flex-wrap: wrap;
}
footer .bottom .questions,
footer .bottom .icons,
footer .bottom .icons ul {
    width: 100%;
    display: flex;
}
footer .bottom .questions {
    justify-content: space-between;
}
footer .bottom .icons ul {
    justify-content: center;
}
footer .bottom .questions ul {
    width: 100%;
    justify-content: center;
}
footer .bottom .icons ul > li {
    margin: 0 5px;
    max-height: 13px;
    position: relative;
}
footer .bottom .icons ul > li img {
    height: 100%;
    width: 100%;
}
footer .top-links {
    width: 100%;
}
footer li,
footer a {
    letter-spacing: 0;
}
footer .bottom > div {
    display: flex;
    flex-wrap: wrap;
} 
footer .bottom .top-links li:last-child {
    display: flex;
    margin-top: 50px;
}
footer .bottom .questions {
    margin: 12.5px 0 20px 0;
}
footer .bottom .top-links ul {
    justify-content: center;
    color: #ac9fa5;
}
footer .bottom ul a {
    margin-left: 4px; 
    width: auto;
    margin: 0 0 0 5px;
} 
footer .top-links li:last-of-type {
    justify-content: center;  
}
.sticky a {
    color: white;
}
.sticky a:hover { 
    text-decoration: none;
    color: white;
}
.video-container .slick-slide {
    height: 0;
    padding-top: 9.37%;
    position: relative;
}  
.video-container .slick-slide:hover::after {
    transform: scale(1.3);
}
body .form input[type='checkbox'] + label::before {
    color: white;
}
/*
.video-container .slick-slide::after {
    pointer-events: none;
    content: '';
    font-weight: 900;
    position: absolute;
    transform: scale(1);
    transition: all 0.4s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url('/site/images/yt-icon.svg') 0%/contain no-repeat;
}
*/
/* .video-container .slick-slide iframe {
    opacity: 0;
    z-index: 2;
} */

/* .video-container .slick-slide.play iframe {
    opacity: 1;
} */
.video-container .slick-list {
    cursor: pointer;
}

.video-container .slick-slide iframe,
.video-container .slick-slide img {
    position: absolute;
    top: 0;left: 0;
    height: 100%;
    width: 100%;
    /*object-fit: cover;
    transition: all 0.4s ease;
    pointer-events: none;
    */
} 

.template h2:first-child,
.template h3:first-child,
.template h4:first-child,
.template p:first-child,
.template ul:first-child,
.template ol:first-child {
	margin-top: 0;
}
.template h2:last-child,
.template h3:last-child,
.template h4:last-child,
.template p:last-child,
.template ul:last-child,
.template ol:last-child {
	margin-bottom: 0;
}
.listing-button .items .button span {
    font-size: 11.5px;
    font-weight: bold;
    white-space: normal;
}

.banner .bg {
    overflow: hidden;
}
.banner .bg img {
    transition: all 0.4s ease;
}
.banner .bg + div {
    position: relative;
    z-index: 2;
}
.banner img:first-child.off {
    opacity: 0;
}
.banner img:first-child {
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.banner img:last-child {
    opacity: 0;
}
.banner img:last-child {
    opacity: 1;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
    margin: auto;
    filter: blur(5px);
}
.content.calendar .template.has-sidebar {
    padding-top: 0;
}
.contact-us .template {
    padding: 0;
}
.contact-us .template > .content {
    text-align: center;
}
.form .content input[type='checkbox'] + label + label + p {
    width: 100%;
    margin: 0;
    padding-left: 30px;
}
.karma > .template > .content {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.scroll-down {
    position: absolute;
    top: calc(100vh - 187px);
    height: 30px;
    width: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    animation: scroll 1.2s ease-in-out infinite;
}
.scroll-down > div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
}
@keyframes scroll {
    0% {
       opacity: 0;
       transform: translateY(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}
.scroll-down > div:nth-of-type(2) {
    transform: rotate(45deg) translate(6px,6px);
}
.blog-item {
    height: 100%;
}
.blog-item .top {
    height: auto;
}
.blog-item .sub-title p {
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 16px;
    color: #303131;
    font-style: normal;
}
.feedback-page-container .sidebar-left .sidebar .elements h2 a {
    font-family: 'Montserrat';
    font-weight: normal;
    font-weight: 500;
}
.feedback-page-container .sidebar + .body .template .content blockquote small {
    padding: 0;
    font-style: normal;
    font-weight: 500;
}
.template .template-module hr {
    height: 1px;
    width: 100%;
    background: #e0e0e0;
}
.feedback-page-container.lg-container .sidebar + .body .content {
    padding: 0;
}
.contact-us .template-module:first-child {
    margin-top: 40px;
}
.contact-us .template .template-module p {
    color: var(--primary); 
}
.index .books-container .books .book-description .description {
    font-weight: bold;
    line-height: 1.6;
}
.index .video-container .yt-btn {
    margin: 30px auto 0 auto;
}
.store .books-container .books .book {
    max-width: 100%;
}
.store .books-container .books > div {
    width: auto;
}
.store .book-description h2 {
    width: 100%;
}
.book-image[href] {
    overflow: hidden;
}
.book-image[href] img {
    transform: scale(1);
    transition: all 0.4s ease;
}
.book-image[href]:hover img {
    transform: scale(1.1);
}
.store .template.has-sidebar.sidebar-right .container > div {
    width: 100%;
}
.template.has-sidebar .container > div:first-of-type a img {
    width: 100%;
}
.coin-container {
    font-size: 12px;
    position: relative;
    width: 40%;
    border-radius: 30px;
    background: transparent;
    padding: 0px 20px !important;
    border: 1px solid #d6e4e6;
    color: #96818a;
    height: 100%;
    opacity: 1;
}
.coin-container select {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    color: #96818a;
    height: 100%;
    padding: 6px;
    border: 1px solid transparent;
}
.coin-container::after {
    position: absolute;
    top: 0;bottom: 0;right: 20px;
    right: 13px;
    width: 7px;
    margin: auto;
    background-color: transparent !important;
    content: '';
    background: url(/site/images/arrow.png) 0%/contain no-repeat;
}
.store .chat-module {
    z-index: 5;
}
.page-body {
    padding: 50px 30px;
}
.ask_book .template h2 {
    margin-bottom: 20px;
}
.ask_book .template h2 + p {
    margin-bottom: 40px;
}
.game .btns-container > * {
    padding: 10px;
}
.store .search-parent {
    justify-content: space-between;
}
.store .footer .bottom ul.content > li:nth-last-of-type(2) {
    display: none;
}
.store .listing .pagination ul li.active a {
    border: 0px solid var(--blog-primary);
}
.store .listing .pagination ul li::after {
    height: 51%;
}
.books-container .books .container {
    display: flex;
}
.books-container .default {
    margin-top: 30px;
}
.books-container .books .container {
    max-width: 100%;
}
.books-container .books {
    margin: -20px 0;
}
.books-container .books > * {
    padding: 20px 15px;
}
.site .blog-item .top img {
    position: relative;
}
*:focus {
    outline: transparent;
}
.alexandra .description {
    color: var(--primary);
}
.video-container > img:not(.rock),
.online-courses > img:not(.rock) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.online-courses > img {
    z-index: -1;
}
section > img.rock {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%; 
    max-width: 45vw;
    z-index: 1;
    pointer-events: none;
} 
section.video-container > img.rock {
    left: 0;
    right: 0;
} 
button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}
.banner .bg::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    background-color: white;
    opacity: 0;
    z-index: 2;
}
.feedback-container .slick-slider + div {
    color: white;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.feedback-container .slick-slider + div a {
    transform: scale(1);
    transition: all 0.4s ease;
}
.feedback-container .slick-slider + div a:hover {
    transform: scale(1.05);
}
@media screen and (max-width: 414px) {
	body.page_404  {
		background: url(/assets/images/404_mb.jpg) top/cover fixed no-repeat;
	}
	.sticky > * {	
		padding: 10px 10px;
		line-height: 28px;
		font-size: 9px;
	}
	.listing.listing-button .content h2 {
    	font-size: 26px;
    	padding: 20px 0 25px;
	}
}
@media screen and (min-width: 360px) {
    .rounded {
        padding: 10px 20px;
    }
    .search-parent,
    .lang-container {
        padding: 0 20px;
    }
    .banners-container .slick-dots {
        bottom: 51px;
        margin: 0;
        justify-content: left;
        left: 40px;
    }
    .banners-container .slick-dots li:first-child {
        margin-left: 0;
    }
	
}
@media screen and (min-width: 767px) {
    .courses-container {
        padding: 0;
    }
    .courses-container .course-placeholder .title {
        opacity: 0;
    }
    .alexandra .title {
        line-height: 1.2;
    }
    .listagem_produtos > div {
        margin-left: 50px;
    }
    .listagem_produtos .listing {
        margin: -25px -25px 0 -25px;
    }
    footer .bottom .icons ul > li {
        width: 36px;
        margin: 0 10px;
    }
    .coin-container {
        width: 40%;
    }
    .store:not(.account) .search-container.rounded {
        margin: 0 0 30px 0;
    }
    header .menu-container .container .menu-items {
        margin:250px auto;
        text-align: center;
    }
    header .top-container .top .search-container input {
        padding: 13px 30px;
    }
    .ask_book .template h2 + p {
        margin-bottom: 10px;
    }
    .ask_book > .template {
        padding: 80px 0;
    }
    .form .book-container .quote {
        text-align: left;
    }
    .template.has-sidebar .workshops {
        margin-top: 64px;
    }
    .content .template.has-sidebar .container .sidebar.white {
        margin-top: 80px;
        width: 290px;
    }
    .workshops-body .categories {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
    }
    .workshops-body .categories .workshops.listing {
        margin: 60px -29px;
    }
    footer .top-container {
        padding-bottom: 60px;
    }
    footer .mail {
        margin-top: 0;
    }
    footer .social {
        padding: 0;
    }
    footer .social ul {
        margin-bottom: 0;
    }
    .menu-container {
        padding-top: 0;
    }
    header .menu-container.open .container {
        background-color: transparent !important;
        height: 100%;
    }
    header .menu-container .menu {
        margin-top: 0;;
        height: 100%;
    }
    .courses-container .course-placeholder .title {
        color: white;
    }
    .course-placeholder .plus::after, 
    .course-placeholder .plus::before {
        background: white;
    }
    .course-placeholder .plus::after {
        width: 3px;
    }
    .course-placeholder .plus::before {
        height: 3px;
    }
    .courses-container .bg {
        height: 100%;
    }
    .courses-container .bg img {
        transition: all 0.4s ease;
        opacity: 1;
    }
    .courses-container .course-placeholder .course {
        position: relative;
        cursor: pointer;
    }
    .courses-container .course-placeholder .title {
        bottom: 30px;
        color: white;
        position: absolute;
        font-size: 18px;
        font-weight: 300;
        right: 0;
        left: 0;
        max-width: 280px;
        margin: 0 auto;
    }
    .course-placeholder .course:hover .plus {
       opacity: 1;
    }
    .courses-container .course-placeholder .course:hover .bg img {
        opacity: 0.2;
    }
    .courses-container .course-placeholder .course .bg::after {
        background: rgb(251, 228, 237);
        mix-blend-mode: multiply;
        opacity: 0;
    }
    .courses-container .course-placeholder .course:hover .bg::after {
        opacity: 1;
    }
    .courses-container .course-placeholder .course .bg::before {
        background: linear-gradient(transparent 48%, rgba(0,0,0,0.4));
    }
    .courses-container .course-placeholder .course .bg::before,
    .courses-container .course-placeholder .course .bg::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        transition: all 0.4s ease;
        will-change: auto;
    }
    .courses-container .course-placeholder {
        width: 25%;
    }
    .course-placeholder .plus::before {
        width: 72px;
    }
    .course-placeholder .plus::after {
        height: 72px;
    }
    .course-placeholder .plus:hover {
        opacity: 1;
    }
    .courses-container .course-placeholder {
        padding: 0;
    }
    .course-placeholder .plus {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        transition: all 0.5s ease;
        margin: 0;
    }
    .books-container .books .book-image {
        max-width: 186px;
        width: 100%;
    }
    .banner + .content.calendar {
        padding-top: 81px;
    }
    .banner + .content {
        padding: 0 50px;
    }
    .media-container .media-item {
        max-width: 110px;
        margin: 10px;
        padding: 0;
    }
    .banner .bg + div { 
        padding: 60px 0;
    }
    .banners-container .slide .description {
        max-width: 510px;
        margin: 22vh 0 0 8vw;
        padding-bottom: 60px;
    }
    .banners-container {
        height: unset;
    }
    .try-container > div .content {
        padding: 50px 0;
    }
    .form .lower {
        display: flex;
        flex-wrap: wrap;
        margin-top: 26px;
    }
    .form .content input, 
    .form .content textarea {
        padding: 16px 30px;   
    }
    .image-form {
        display: flex;
        flex-wrap: wrap;
    }
    .feedback-page-container {
        padding: 80px 0 0 0;
    }
    .lg-container .content {
        padding: 0 20px;
    }
    .feedback-page-container .sidebar-left .sidebar .elements h2::after {
        left: 20px; 
        top: 9px;
        width: 18px; 
    }
    .feedback-page-container .sidebar-left .sidebar .elements h2 {
        line-height: 1.7;
    }
    .feedback-page-container .sidebar-left .sidebar .elements h2 a {
        display: block;
        padding: 0 0 0 10px;
    }
    .feedback-page-container .sidebar-left .sidebar {
        max-width: 280px; 
        margin: 0 auto;
        height: 100%;
        margin-left: 20px;
    }
    .feedback-page-container .sidebar-left .sidebar .elements {
        padding: 10px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .description {
        font-size: 20px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .number {
        font-size: 40px;
    }
    .instagram-container .insta-btn span {
        font-size: 14px;
    }
    footer .mail span {
        font-size: 24px;
        padding-left: 60px;
    }
    footer .mail span::after {
        height: 38px;
    }
    .feedback-container .slider {
        max-width: 750px;
        margin: 0 auto;
    }
    .container {
        max-width: 720px;
    }
    .container > .sidebar + div {
        flex: 1;
    }
    .container > .sidebar + div {
        margin-top: 0;
        margin-left: 70px;
    }
    .container > .sidebar + div .categories {
        margin-bottom: 50px;
    }
    .courses-container .course-placeholder {
        width: 25%;
    }
    .courses-container .course-placeholder .course .title {
        padding: 0 20px;
    }
    .alexandra {
        display: flex;
    }
    .alexandra > * {
        width: 50%;
    }
    .alexandra .left img {
        object-fit: cover;
        height: 100%;
    }
    .blog-container .items-container {
        margin: 0;
        flex-direction: row;
        width: 100%;
        padding: 0 40px;
        max-width: 1400px;
        margin: auto;
    }
    .title {
        font-size: 24px;
    }
    header h1 img {
        object-fit: contain;
        max-height: 150px;
    }
    .sub-title {
        margin: 20px 0 32px 0;
        font-size: 16px;
    }
    .description {
        font-size: 14px;
    }
    .online-courses .upper {
        max-width: 700px;
        margin: 0 0 0 5vw;
        padding-bottom: 10px;
    }
    .alexandra .rounded span {
        font-size: 12px;
        font-weight: bold;
    }
    header .rounded span {
        font-size: 10px;
    }
    .sticky {
        right: 30px;
        pointer-events: none;
        bottom: 10px;
    }
    .sticky > *:hover {
        transform: translateY(-20px);
    }
    .sticky > * {
        cursor: pointer;
        padding-bottom: 40px;
        transition: all 0.4s ease;
        font-size: 11.5px;
    }
    .sticky h3:nth-of-type(1) {
        margin-right: 10px;
    }
    .sticky > *,
    .sticky {
        width: auto;
        font-size: 12px;
    }
    .sticky > * {
        pointer-events: all;
        transition: all 0.4s ease;
        transform: translateY(50px);
        font-size: 12px;
    }
    body .sticky > *:hover {
        transform: translateY(38px);
    }
    .alexandra .right {
        padding: 40px;
    }
    .template .content li,
    .template .content p {
        font-size: 18px;
        line-height: 1.7;
    }
    .template h2 {
        font-size: 27px;
    }
    .try-container > div .content > .try-items-container > * {
        max-width: 100%;
        padding: 20px 40px;
        margin: 0;
    }
    .feedback-page-container .sidebar-left .sidebar + .body {
        position: relative;
        flex: 1;
        margin-left: 26px;
    }
    .feedback-page-container.lg-container .content {
        padding-bottom: 50px;
    }
    header .menu-container .menu-items h3 + ul li h4,
    header .menu-container .menu-items h3 + ul li h4 a,
    .menu li h3 a, 
    .menu li h3 {
        text-align: center;
    }
    .menu-items > ul,
    header .menu-container .menu-items h3 + ul {
        padding: 0;
        width: 100%;
    }
    .search-parent {
        padding: 0;
        margin: 100px auto 0 auto;
    }
    .feedback-page-container .sidebar-left .sidebar {
        order: -1;
    }
    .game .page-body .content {
        padding: 50px 20px 70px 20px;
        max-width: 806px;
    } 
    
    .video-container .slider {
        max-width: 890px;
        margin: 0 auto;
    }
    .video-container {
        padding-top: 113px;
    }

}
@media screen and (min-width: 1024px) {
    header .top-container {
        align-items: center;
    }
    body {
        margin-top: 83px;
    }
    header .top-container .top {
        justify-content: unset;
    }
    header .top-container .social {
        margin-right: 30px;
    }
    .cart-container {
        display: flex;
        align-items: center;
    }
    header .top-container .social li {
        display: flex;
        align-items: center;
    }
    header .top-container > div:first-child {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        position: absolute;
        right: 60px;
    }
    header .top-container > div:first-child,
    header .top-container > div:first-child .rounded.personal-area {
        max-height: 30px;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .top-container p.text {
        margin: 0;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        line-height: 2;
    }
    .banners-container .slide .bg video {
        width: 100%;
    }
    .search-parent {
        margin: 200px auto 0 auto;
    }   
    header .menu-container .container .menu-items {
        margin: 350px auto;
    }
    .coin-container select {
        padding: 6px;
    }
    footer .mail {
        margin-right: 10px;
    }
    footer .bottom ul li, 
    footer .bottom ul a {
        width: auto;
        font-size: 13px;
    }
    footer .bottom ul {
        display: flex;
        margin-bottom: 0;
    }
    footer .bottom ul li {
        margin: 0 7px;
    }
    footer .mail {
        margin-top: 0;
        margin-left: auto;
    }
    .feedback-page-container .sidebar-left .sidebar + .body {
        margin-left: 86px;
        padding: 20PX 20px 40px 20px;
    }
    .feedback-page-container .sidebar-left .sidebar {
        margin-left: 40px;
    }
    .try-container > div .content > .try-items-container > * {
        padding: 40px;
    }
    .page-body {
        padding: 80px 30px;
    }
    .media-container {
        padding: 60px 5px 45px 5px;
    }
    .media-container > img {
        position: absolute;
        top: 0;
        right: 13vw;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder {
        padding: 22px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle-info {
        padding: 22px 15px;
    }
    .books {
        margin: 0 -15px;
    }
    .books-container {
        padding: 50px 30px;
    }
    .books-container .top .title {
        font-size: 24px;
        text-align: left;
        width: 100%;
    }
    .books-container .top {
        padding: 0;
        margin: 0px auto 60px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .books-container {
        padding: 70px 30px;
    }
    .books-container .default {
        margin-top: 10px;
    }
    .default span {
        line-height: 2;
        padding-right: 70px;
    }
    .default::after {
        right: 30px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .number {
        font-size: 45px;
    }
    .store footer .bottom .top-links li:last-child {
        margin: 0;
    }
    footer .bottom .top-links li:last-child {
        margin-top: 0px;
    }
    footer .logo img {
        float: left;
    }
    footer .top-container {
        padding: 40px;
    }
    footer .logo {
        max-width: 122px;
    }
    .sticky > * {
        padding-bottom: 80px;
    }
    .sticky {
        height: 92px;
    }
    .feedback-container .slider .slide .quote {
        font-size: 20px;
    }
    .numbers-info .numbers-container::before {
        filter: gray;
        -webkit-filter: grayscale(100%);
        background: url('/assets/images/circles-bg.jpg') 0%/cover no-repeat;
    }

    .game-piece.first-choice,
    .game-piece.second-choice {
        top: calc(100% + 15px) !important;
        pointer-events: none;
        cursor: default;
        box-shadow: 0 0 black;
    }
    .shuffle-btn {
        padding: 75px 44px;
        top: 405px;
        right: -45px;
    }
    header .rounded::after {
        transform: scale(1);
        transition: all 0.4s ease;
    }
     .rounded:not(.open):hover::after {
        transform: scale(1.08);
    }
    body.store header .top-container .top .cart-container .store,
    .site header .top-container .top .cart-container .store {
        right: auto;
        padding: 0px 20px !important;
    }
    .game-result {
        padding: 131px 64px;
    }
    .board .game-result p.h2,
    .game-result h2 {
        padding: 25px 0;
        font-size: 40px;
    }
    .board .game-result p {
        font-size: 18px;
        line-height: 1.8;
    }
    .template .board .repeat p,
    .template .shuffle-btn p {
        font-size: 16px;
        text-shadow: -1px 2px 3px rgba(0,0,0,0.4);
    }
    .game a.rounded {
        padding: 17px 46px;
    }
    .game .btns-container {
        justify-content: space-between;
    }
    .board p {
        font-size: 16px;
    }
    .repeat,
    .shuffle-btn {
        width: 170px;
        height: 170px;
    }
    .result-area.on {
        max-height: 131px;
    }
    .result-area {
        margin-bottom: 0px;
    }
    .board-container.on {
        max-height: 621px;
    }
    .board-container {
        margin-bottom: 130px;
    }
    .game-piece {
        width: 80px;
        height: 80px;
    }
    .form .book-container .img {
        width: auto;
    }
    .form .book-container .img img {
        max-width: 166px;
        margin: 0;
    }
    .form .book-container {
        padding: 20px;
    }
    .form .book-container .quote {
        padding: 0 0 0 40px;
    }
    .image-form > .right.template {
        padding: 40px 30px;
    }
    .image-form {
        margin: 0 auto 100px auto;
    }
    .form .book-container .quote {
        padding-left: 90px;
        line-height: 1.65;
        font-size: 22px;
    }
    .form .book-container {
        padding: 30px;
    }
    .image-form .inputs-container {
        margin: -15px -10px;
    }
    .image-form > .right h2 {
        font-size: 30px;
        line-height: 1.47;
        margin-bottom: 29px;
    }
    .karma .content .left {
        padding: 0;
    }
    .karma .content .right .form.name-email a.send {
        margin: 27px auto 0 auto;
    }
    .form.name-email > .content > .col-12 {
        padding: 0;
    }
    .form.name-email.template h2 {
        font-size: 30px;
        line-height: 1.47;
        margin-bottom: 35px;
    }
    .karma .content .right .form.birthdate .logo {
        margin: 0 auto 20px auto;
        max-width: 299px;
    }
    .karma .content .right {
        margin-top: 0;
    }
    .template p {
        font-size: 18px;
        line-height: 1.7;
    }
    .karma .content .left {
        padding-right: 83px;
    }
    .form a.send {
        margin: 30px auto 0 auto;
        padding: 15px 0;
    }
    .karma .content .right .form.birthdate .inputs-container {
        margin: -15px -5px;
    }
    .karma .content .right .form.birthdate .inputs-container > * {
        padding: 15px 5px;
    }
    .karma .content .right .form.birthdate .inputs-container > * > select {
        padding: 14px 28px;
    }
    .karma .content .right .form.birthdate .logo {
        margin-bottom: 40px;
    }
    .contact-us  .form a.send {
        margin: 0 0 0 auto;
    }
    .contact-us .form .content {
        padding: 70px 0;
    }
    .contact-us .template > .content {
        padding: 95px 0;
    }
    .feedback-page-container .sidebar-left .body {
        padding: 0;
    }

    .banners-container .slide .description .sub-title {
        font-size: 16px;
        line-height: 1.9;
        padding: 40px 0;
        margin-top: 0;
    }
    .banners-container .slide .description .title {
        font-size: 48px;
        margin-bottom: 0;
    }
    .container {
        max-width: 1064px;
    }
    .container > .sidebar + div .categories {
        margin-bottom: 70px;
    }
    .template.has-sidebar .workshops .description {
       font-size: 14px;
    }
    .template.has-sidebar .workshops h2 {
        margin-bottom: 11px;
    }
    .template.has-sidebar .workshops .info .date,
    .listing .article.mini-article .lower {
        margin: 20px 0 12px 0;
    }
    .container > .sidebar + div {
        margin-left: 60px;
    }
    .pagination {
        margin: 100px 0;
    }
    .listing.listing-mini-article .items.row {
        margin: -40px -46px;
    }
    .listing .article.mini-article {
        padding: 40px 46px;
    }
    .listing .article.mini-article .image::after {
        top: 15px;left: 15px;
        width: 41px;
        height: 41px;
    }
    .template.has-sidebar .workshops h2 a,
    .listing .article.mini-article h2, 
    .listing .mini-article .h2 {
        font-size: 30px;
    }
    .template.has-sidebar .workshops .info .date,
    .listing .article.mini-article .lower span {
        font-size: 14px;
    }
    .banner + .content {
        margin: 82px 0 100px 0;
    }
	
	.banner + .content.page-404 {
        margin: 180px 0 100px 0;
		padding: 150px 0;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .banner h1,
    .banner .h1 {
        font-size: 48px;
    }
    .banner .bg + div {
        padding: 60px 0 77px 0; 
    }
    footer .social ul li:hover a,
    header .top-container .social li:hover i {
        opacity: 0.6;
    }
    .blog-container {
        max-width: unset;
        margin: 0 auto;
        padding: 30px 20px 45px 20px;
    }
    .blog-container .rounded {
        margin-top: 45px;
    }
    .menu-container .menu li h3 a, .menu-container .menu li h3 {
        font-size: 12px;
    }
    .contact-us .form .textarea + div {
        padding: 0;
    }
    .site .contact-us .form .textarea + div {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    header .top-container .social {
        margin-right: 0;
    }
    header .top-container > div:first-child {
        right: 40px;
        top: 30px;
    }
    .scroll-down {
        top: calc(100vh - 300px);
    }
    body.store, 
    body.site {
        margin-top: 219px;
    } 
    .coin-container select {
        padding: 4px;
    }
    .pesquisa .template .content li {
        font-size: 22px;
        margin: 1rem 0;
    }
    .pesquisa li a {
        transition: all 0.4s ease;
    }
    .store:not(.account) .search-container.rounded {
        margin: 0 5px 0 0;
    }
    .coin-container {
        margin-left: 10px;
        width: 130px;
    }
    .search-parent {
        margin: 0 0 0 auto;
    }
    header .menu-container .menu-items > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 210%;
        background: #e8f3f2;
        padding: 0 10px;
    } 
    header h1 {
        order: -1;
        position: relative;
        width: 350px;
        background: transparent;
    }
    header .menu-container .menu-items > ul > li h3 {
        font-size: 12px;
        font-family: 'Montserrat';
        font-weight: 600;
    }
    header .menu-container .menu-items > ul li h3,
    header .menu-container .menu-items > ul li a {
        color: var(--primary);
        line-height: 50px;
    }
    header .menu-container .menu-items > ul li a {
        height: 100%;
        display: flex;
    }
	header h1 img {
        max-height: 100%;
        height: 100%;
    }
    header .menu-container .menu-items > ul > li.current,
    header .menu-container .menu-items > ul > li:hover {
        background-color: #e8f3f2;
    }
    header .menu-container .menu-items > ul > li {
        padding: 0 8px;
        display: flex;
    }
    .menu-container::after {
        background: none;
        opacity: 1;
    }
    header .menu-container .menu-items > ul {
        width: 100%;
        display: flex;
        justify-content: center;
        background: white;
    }
    .menu-items {
        margin-top: 0;
        height: auto;
        overflow: visible;
    } 
    .menu-items {
        max-width: 100vw;
    }
    header .menu-container .container .menu-items {
        margin:0;
    }
    .menu-container {
        height: 50px;
    }
    header .logo {
        order: -1;
    }
    .books-container .books .book-description .title {
        font-size: 30px;
    }
    header .top-container .top .cart {
        margin-right: 9px;
    }
    header .top-container .top .cart .value {
        color: var(--primary);
        z-index: 1;
        padding: 0px;
        background: transparent;
        font-size: 10px;
        display: flex;
        text-align: center;
        right: auto;
        top: auto;
    } 
    header .top-container .top .cart .value-container {
        position: absolute;
        top: -8px;
        right: -5px;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }
    header .top-container .top .cart .value-container::after {
        position: absolute;
        content: '';
        background: white;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;margin: auto;
        border-radius: 100%;
        background-color: white !important;
        z-index: -1;
    }
    header .top-container .top .cart::before {
        left: 8px;
        width: 15px;
    }
    header .top-container .social {
        order: 1;
        margin-right: 0;
    }
    header .top-container .top .cart-container {
        order: 0;
        position: relative;
        display: flex;
        margin: 0 0 0 15px;
    }
    header .top-container .top .search-parent,
    header .top-container .top .cart-container {
        height: 100%;
        max-height: 30px;
    }
    header .top-container .top .search-container input {
        opacity: 0;
        width: 0;
        pointer-events: none;
        padding: 0;
    }
    header .top-container .top .search-container.open input {
        width: 150px;
        pointer-events: all;
        margin-right: 10px;
        opacity: 1;
    }
    header .top-container .top .search-parent,
    header .top-container .top .cart-container {
        margin-top: 28px;
    }
    header .top-container .top .search-parent {
        order: -1;
        margin-left: auto;
        display: flex;
        padding-right: 0;
    }
    header .rounded span {
        font-size: 10px;
        line-height: 3;
    }
    header .top-container .top .search-parent > * {
        margin: 0 5px;
    }
    header .top-container .top .search-parent:first-child {
        margin-left: 0;
    }
    header .top-container .top .search-parent:last-child {
        margin-right: 0;
    }
    header .top-container .top .rounded {
        padding: 0 20px;
    }
    header .top-container .top .cart-container .rounded.cart,
    header .top-container .top .search-container {
        width: 33px;
        padding: 0 15px;
        height: 100%;
    }
    header .top-container .top .search-container input::-webkit-input-placeholder {
        color: white;
        text-transform: uppercase;
        font-size: 10px;
    }
    header .mobile {
        display: none;
    }
    header .top-container .top {
        background: transparent;
        padding: 20px 30px 30px 141px;
        height: 100%;
        align-items: center;
    }
    header .top-container {
        order: 0;
        flex: 1;
        position: relative;
		z-index: 4;
    }
    header .mobile {
        display: none;
    }
    .index .books-container .books .book-description .description {
        line-height: 2.1;
    }
    header .menu-container .menu-items > ul > li {
        padding: 0 14px;
    }
    .personal-container {
        margin: 0 40px;
        position: relative;
    } 
    .personal-container .hover > hr:first-child {
        margin-top: 20px;
    }
    .books-container .books .book-image img {
        width: 100%;
        object-fit: contain;
    }
    .books-container .books .book-image {
        max-width: 216px;
        padding-right: 0;
        margin-right: 40px;
    }
    .listagem_produtos > div {
        margin-left: 0;
    }  
    .listagem_produtos .listing {
        margin: -25px -25px 0 0;
    }
    .search-parent {
        justify-content: space-between;
    }
    .content .template.has-sidebar .container .sidebar.white {
        width: 275px;
    }
    .workshops-body .categories {
        position: relative;
        justify-content: left;
    }
    .content .template.has-sidebar .container .sidebar.white {
        margin-top: 0;
    }
    .feedback-page-container .sidebar-left .sidebar .elements {
        padding: 0;
    }
    .feedback-page-container .sidebar-left .sidebar {
        margin-left: 0px;
    }
    .feedback-page-container .sidebar-left .sidebar + .body {
        margin-left: 86px;
        padding: 0 20px 40px 20px;
    }
    .courses-container .course-placeholder .title {
        font-size: 24px;
        font-weight: normal;
        padding: 0;
    }
    .media-container {
        padding: 110px 5px 110px 11vw;
    }
    .video-container .slick-dots li, .feedback-container .slick-dots li {
        margin: 0 7px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle-info {
        padding: 5px 15px;
    }
    .numbers-info .numbers-container::after {
        background: var(--primary);
        opacity: 0.8;
    }
    .numbers-info .numbers-container::before,
    .numbers-info .numbers-container::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
    }
    .circles-container::before,
    .circles-container::after {
        content: none;
    }
    .banners-container {
        height: calc(100vh - 219px);
    }
    .sticky > * {
        padding: 4px 20px;
    }
    .feedback-page-container .sidebar-left {
        padding: 0;
    }
    footer .bottom > div {
        padding: 36px;
        padding-bottom: 63px;
    }
    .cart-page .books-container .featured-container > .title {
        margin-bottom: 30px;
    }
    .store .books-container .featured-container .books > div {
        margin: -30px -50px;
    }
    .store .books-container .featured-container .books > div > * {
        padding: 30px 50px;
        margin: 0;
    }
    .template.has-sidebar .container > div:first-of-type a img {
        width: auto;
    }
    .store .book-description .order {
        width: 100%;
    }
    .store .books-container .books .book {
        max-width: 100%
    }
    footer .bluesoft-sign {
        margin-left: auto;
    }
    header .menu-container .menu-items > ul > li ul {
        width: 263px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .number {
        font-size: 54.5px;
    }
    .menu-items > ul {
        padding-left: 0;
    }
    .video-container {
        padding-top: 183px;
    }
    .site .feedback-container .slider {
        padding-bottom: 0px;
    }
    .site .feedback-container .slider .slide .quote {
        font-size: 24px;
    }
    .page-body {
        min-height: calc(100vh - 489px - 416px);
    }
    .feedback-page-container .template .template-module:first-of-type h2:first-of-type {
        margin-bottom: 50px;
    }
    .feedback-page-container .template .template-module:first-of-type .content blockquote:first-of-type {
        margin-top: 0;
    }
    .feedback-page-container .template .content blockquote {
        margin-left: 0;
    }
    .blog-item .sub-title p {
        font-size: 28px;
    }
    .banners-container .btn-container {
        margin-top: 0;
        height: auto;
    }
    footer .bottom .top-links ul li:last-of-type a {
        margin-left: 4px;
    }
    .game .template {
        padding: 0 0 80px 0;
    }
    .template.sidebar-left .body > .template {
        padding-top: 0;
    }
    .page-body .template {
        padding: 0;
    }
    .template {
        padding: 100px 0;
    }
	
	.pesquisa .template {
		padding: 25px 0;
	}
	
	.template li.search-result a{
		font-weight: normal;
    	color: #686869;
	}
	
	.template li.search-result a:hover{
		color: var(--primary);
	}
	
    .karma .template {
        padding: 80px 0;
    }
    .template-module:first-child {
        margin-top: 0;
    }
    .contact-us .template-module:first-child {
        margin: 0;
    }
    .template .content ul li {
        margin: 0;
    }
    .karma .template .content ul li {
        margin: 30px 0;
    }
    .karma .template .content ul,
    .karma .template .content ol {
        margin: 31px 0;
    }
    .karma .template .content ul li:first-of-type {
        margin-top: 0;
    }
    .karma .template .content ul li:last-of-type {
        margin-bottom: 0;
    }
    .karma .template .content ul, 
    .karma .template .content ol {
        margin-bottom: 0;
    }
    .template .content big {
        padding-left: 110px;
    }
    footer .top-links li:last-of-type {
        justify-content: initial;
    }
    footer .bottom .top-links {
        width: 100%;
    }
    footer .bottom .questions {
        margin: 45px 0 27px 0;
    }
    footer .bottom .icons ul > li {
        max-height: 26px;
        max-width: 53px;
    }
    .online-courses .description {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .template .content ul, 
    .template .content ol {
        margin: 50px 0;
    }
    .template .content li {
        font-size: 18px;
    }
    .template .content p big {
        font-size: 24px;
    }
    .template .content blockquote p {
        font-size: 18px;
    }
    .template .content h2 {
        font-size: 40px;
    }
    .template .content h2,
    .template .content h3 {
        margin-bottom: 25px;
    }
    .template .content h4 {
        font-size: 24px;
    }
    .template .content p {
        font-size: 18px;
        margin: 20px auto;
    }
    .contact-us .template .content p:last-of-type {
        margin-bottom: 0;
    }
	.template .content blockquote {
		color: #3f3338;
		font-weight: 500;
	}
	
	.template .content blockquote small {
		font-size: 15px;
		font-weight: 500;
	}
    /*.template .content p:first-of-type {
        margin-top: 0;
    }*/
	.template .content .listing h3 {
        font-size: 24px;
		margin-bottom: 0;
    }
	
    .template .content h3 {
        font-size: 30px;
    }
    .game .page-body .content {
        padding: 0 0 100px 0;
    }
    .karma .content .right .form {
        background: #f7f3f5;
        padding: 40px 30px;
    }
    .template h2 {
        font-size: 40px;
        margin-bottom: 1em;
    }
    .contact-us .template h2 + p {
        margin: 30px 0;
    }
    .feedback-page-container .sidebar-left .sidebar {
        padding: 30px 0 20px 0;
    }
    .feedback-page-container .sidebar-left .sidebar h2 {
        padding: 0 20px;
    }
    .try-container > div .content .text {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.8;
    }
    .try-container > div .content .description {
        margin: 50px 0 10px 0;
    }
    .try-container > div .content h3 {
        font-size: 30px;
    }
    .try-container > div .content {
        padding: 90px 20px 80px 20px;
    }
    .try-container > div .content > .try-items-container {
        margin: -75px -55px;
    }
    .try-container > div .content > .try-items-container > * {
        padding: 75px 55px;
    }
    .try-container > div.dark-blue .content > .try-items-container > * {
        padding: 75px 10px;
    }
    .try-container > div h2 {
        padding: 47px 0 54px 0;
        font-size: 26px;
    }   
    body .rounded {
        padding: 14px 36px;
    }
    .alexandra .description,
    .banners-container .rounded span {
        font-size: 16px;
    }
    .banners-container .slide .description {
        margin: 16vh 0 0 180px;
    }
    header .menu-container .menu-items h3 + ul li {
        margin: 0;
        padding: 8px 10px;
    }
    .books-container .books {
        margin-bottom: 0px;
        justify-content: left;
        margin: 0 auto;
    }
    .books-container .books .container {
        margin: 0 -37px;
        padding: 20px 0;
    }
    .books-container .books .container > * {
        padding: 0 37px;
    }
    .books-container {
        padding: 79px 5px 85px 5px;
    }
    .template.has-sidebar .workshops {
        margin: -40px -49px;
    }
    .template.has-sidebar .workshops.listing .article img {
        margin: 0;
    }
    .template.has-sidebar .workshops.listing .article:first-child,
    .template.has-sidebar .workshops > * {
        padding: 40px 49px;
    }
    .container > .sidebar + div {
        margin-left: 80px;
        margin-bottom: 100px;
    }
    .index .online-courses {
        padding: 0 0 50px 0;
    }
    .online-courses .upper {
        padding: 80px 0;
    }
    footer .bottom {
        display: flex;
        justify-content: space-between;
    }
     footer .bottom .by-bluesoft {
        margin-top: 0;
    }
     footer .social ul {
        margin-bottom: 0;
    }
     footer .logo img {
        width: 100%;
    }
     .media-container .top .title {
        font-size: 26px;
    }
     .blog-item .title {
        font-size: 28px;
    }
     .alexandra .right,
     .alexandra .title {
        text-align: left;
    }
     .title {
        font-size: 40px;
        line-height: 1.3;
    }
    .online-courses .title {
        font-size: 35px;
    }
     .sub-title {
        margin: 10px 0 32px 0;
        font-size: 16px;
    }
     footer {
        margin-top: 0px;
        padding: 0;
    }
     footer .top {
        display: flex;
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    footer a:hover
     footer .social ul {
        margin-bottom: 0;
    }
     footer .social {
        margin: 0 0 0 71px;
    }
     footer .mail::before {
        position: absolute;
        content: '';
        bottom: -10px;
        width: 100%;
        border-bottom: 1px dotted black;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
     footer .mail:hover::before {
        opacity: 1;
    }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
    .banners-container .slide .description {
        margin: 10vh 0 0 180px;
    }
}
