body {
    background: url('/site/images/site-bg.jpg') 0%/contain repeat;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: normal;
    background-size: 100%;
}
body.lock,
html.lock {
    overflow: hidden;
}
body,
html {
    overflow-x: hidden;
}
.banners-container {
    height: calc(100vh - 53px);
}
.banners-container .slick-track,
.banners-container .slick-list,
.banners-container .slider {
    height: 100%;
    position: relative;
}
.banners-container .slide {
    position: relative;
    height: 100%;
}
.banners-container .slider:not(.slick-slider) .slide {
    width: 100%;
}
.banners-container .slick-dots li {
    border: 1px solid white;
    border-radius: 100%;
    width: 10px;
    background: transparent;
    height: 10px;
    transition: all 0.4s ease;
    margin: 0 23px;
}
.banners-container .slick-dots li.slick-active {
    background: white;
}
.btn-container {
    display: flex;
}
.video-container .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 37px;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle .description {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
header {
    z-index: 5;
    display: flex;
    width: 100%;
    top: 0;
    flex-wrap: wrap;
    position: fixed;
}
.blog-page header {
    position: fixed;
    background: var(--primary);
}
.blog-items {
    position: relative;
    width: 100%;
}
.blog-item {
    background: white;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.blog-item .top {
    height: 184px;
    position: relative;
    background: white;
}
.blog-item .top img.placeholder {
    z-index: 1;
}
.blog-item .top img.image {
    z-index: 2;
}
.blog-item .top img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.blog-item .info,
.blog-item .info a {
    color: var(--gold);
    transition: all 0.4s ease-in-out;
}
.blog-item .bottom {
    padding: 30px 20px;
}
.bottom .info {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-item .bottom .title {
    display: block;
    transition: all 0.4s ease;
}
.blog-item .bottom .title:hover {
    color: var(--primary);
}
.bottom > .title {
    font-family: 'Impact';
}
.template h1 {
    font-weight: normal;
    font-family: 'Oswald';
}
.template h1,
.bottom > .title {
    color: var(--primary);
    font-size: 17px;
    text-transform: uppercase;
    margin: 16px 0;
    line-height: 1.3;
}  
.blog-item .bottom .description {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.6em;
    color: var(--primary);
    font-weight: 500;
}
.bottom .author {
    margin: 17px 0 27px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-item .bottom .author .title {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}
.blog-item .bottom .author .name {
    color: var(--primary);
    font-size: 10px; 
    letter-spacing: 1px;
    font-weight: normal;
}
.blog-item .bottom .link .read-more {
    display: block;
    padding: 17px 0;
    transition: all 0.5s ease-in-out;
    background: var(--primary);
}
.blog-item .bottom .link .read-more,
.blog-item .bottom .link {
    border-radius: 30px; 
}
.blog-page .link {
    padding: 4px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-image: var(--gold-gradient);
}
.blog-item .bottom .read-more:hover {
    text-decoration: none;
}
.blog-container {
    padding-top: 30px;
}
.upper .logo {
    width: 40vw;
    max-width: 278px;
    position: relative;
    margin: 0 auto 47px auto;
}
.upper .logo img {
    width: 100%;
}
body.blog-page > .container > .upper {
    padding-top: 39px;
    margin-top: 52px;
}
.menu-container.open {
    opacity: 1;
    pointer-events: all;
}
.menu-container.open + .search-container::before {
    opacity: 1;
}
.menu-container {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    padding-top: 53px;
    background: var(--primary); 
}
body.blog-page .mobile::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.3;
    background: white;
}
header .search {
    width: 100%;
}
.search-icon {
    z-index: 31;
}
.search-container::before {
    opacity: 0.2;
    z-index: 2;
    background: #6d5f73;
    transition: all 0.5s ease-in-out;
}
header .search ::-webkit-input-placeholder {
    color: white;
}
.mobile::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.mobile.open::after {
    opacity: 1;
}
.mobile::after {
    transition: all 0.4s ease-in-out;
}
.mobile {
    position: relative;
    background: transparent;
    height: 53px;
    width: 60px;
    padding: 20px;
    transition: all 0.4s ease;
}
.hamburguer-container .hamburguer {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: relative;
}
.hamburguer-container {
    width: 100%;
    height: 100%;
}
body:not(.blog-page) .hamburguer-container .hamburguer span {
    background: var(--gold);
}
.hamburguer-container .hamburguer span {
    position: absolute;
    height: 2px;
    background: white;
    transition: all 0.4s ease-in-out;
    will-change: transform;
}
.hamburguer-container .hamburguer span {
    width: 100%;
}
.hamburguer-container .hamburguer span:nth-of-type(1) {
    top: 0;
}
.hamburguer-container .hamburguer span:nth-of-type(2) {
    top: 6px;
}
.hamburguer-container .hamburguer span:nth-of-type(3) {
    top: 12px;
}
.search {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 12;
    transition: all 0.4s ease;
}
.search input {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 2;
    height: 100%;
    background: transparent;
    outline: 0;
    border: 0;
    color: white;
    font-style: italic;
}
.search .fa-search {
    color: white;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.hamburguer-container .hamburguer + div {
    line-height: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.hamburguer.open ~ div {
    color: gray;
}
.hamburguer.open span:nth-of-type(1) {
    transform: rotate(45deg) translate(5px,4px);
}
.hamburguer.open span:nth-of-type(2) {
    opacity: 0;
}
.hamburguer.open span:nth-of-type(3) {
    width: 100%;
    transform: rotate(-45deg) translate(5px,-4px);
    bottom: 0;
    right: 0;
}
.menu {
    font-weight: 600;
    list-style: none;
    margin-top: 11px;
    width: 100%;
    position: relative;
    height: calc(100% - 61px);
}
.menu-items {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menu ul {
    padding: 0;
}
.menu,
.menu a {
    text-decoration: none;
    color: #f5e8bc;
    text-transform: uppercase;
    align-self: center;
    transition: all 0.5s ease;
}
.menu li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; 
    letter-spacing: 1px;
    margin: 30px 0;
}
.menu .sub + ul {
    max-height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.menu .sub + ul.open {
   margin: 35px 0;
}
.menu h2,
.menu h3 {
    font-weight: 600;
}
.menu h2,
.menu h2 a {
    margin: 0;
    position: relative;
    font-size: 13px;
    transition: all 0.4s ease;
}

.menu .sub + ul,
a.footer {
    background: #332d35; 
}
.menu-container .home img {
    width: 100%;
    height: 100%;
    position: relative;
}
.menu-container .home {
    width: 36px;
    height: 32px;
    margin: 0 auto;
    position: relative;
    display: block;
}
a.footer {
    align-self: flex-end;
    width: 100%;
    font-weight: normal;
    font-size: 9px;
    padding: 19px 0;
    margin: 0;
    height: fit-content;
    text-align: center;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu > ul {
    margin: 0;
}
a.footer span {
    margin: 0;
    position: relative;
    padding-left: 30px;
}
a.footer span::after {
    width: 23px;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url('../images/icon_logo.svg') no-repeat;
}
.menu-container .container {
    transition: all 0.4s ease;
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    height: calc(100vh - 53px);
    display: flex;
    flex-wrap: wrap;
}
.menu h3 {
    margin: 0;
    font-size: 10px;
}
.blog-page .menu .sub::after {
    content: '\f0dd';
    color: #f5e8bc;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    transition: all 0.5s ease-in-out;
    font-weight: 900;
    transform: rotate(-90deg) translateY(5px);
}
.menu .sub + ul li {
    margin: 20px 0;
}
.menu .sub.in::after {
    transform: rotate(0deg) translate(8px,-1px);
}
.menu .sub.in + ul {
    margin: 10px 0 2px 0;
}
.menu h3 a {
    position: relative;
}
input {
    font-family: 'Montserrat';
}
.blog-item,
.fixed-bar {
    box-shadow: 0px 7px 25px 0 rgba(35, 31, 32, 0.2);
    position: relative;
}
.blog-item:not(.current):hover {
    box-shadow: 0px 7px 25px 0 rgba(35, 31, 32, 0.6);
}
.category-name h1 {
    font-weight: normal;
    font-size: 24px;
}
.category-name {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    padding: 35px;
    margin-bottom: 50px;
    font-weight: normal;
}
.category-name,
.fixed-bar {
    background: url('/site/images/header-bg.jpg') 0%/contain repeat;
}
.blog-item,
.category-name,
.fixed-bar {
    border-radius: 5px;
}

.fixed-bar {
    text-align: center;
    margin: 60px 0;
    padding: 30px 20px;
}
.fixed-bar .profile-pic {
    position: relative;
    height: 131px;
    width: 133px;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 10px;
}
.fixed-bar .profile-pic::after {
    content: '';
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: url('/site/images/videos-bg.jpg');
    border-radius: 100%;
    z-index: 1;
}
.fixed-bar .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.fixed-bar .title {
    margin: 20px 0;
    text-transform: uppercase;
    color: #f5e8bc;
    font-size: 16px;
    font-weight: 600;
}
.fixed-bar .description {
    color: var(--body-color);
    line-height: 1.5;
}
.signature {
    margin: 30px 0;
}
hr {
    height: 3px;
    width: 101px;
    background: var(--blog-primary);
    border: 0;
    padding: 0;
    outline: 0;
    margin: 30px auto;
}
.fixed-bar .social {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 30px 0;
}

.fixed-bar .social a {
    color: #e9dab0;
}

.fixed-bar .social > * {
    margin: 0 11px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.fixed-bar .feedback {
    text-align: left;
    margin-top: 30px;
}
.fixed-bar .feedback .quote {
    color: white;
    line-height: 1.5;
    font-size: 16px;
    margin: 5px 0;
}
.fixed-bar .feedback .who {
    font-size: 14px;
    color: white;
}
.fixed-bar .feedback .blog-item {
    margin: 30px 0;
}
.blog-page footer a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 13px auto;
}
body.blog-page footer a:hover {
    color: white !important;
    text-decoration: none !important;
}
.pagination .numbers a.selected {
    cursor: default;
}
footer {
    position: relative;
    font-size: 11px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
.banners-container .slider:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
}
.blog-page footer {
    background: var(--primary);
    color: white;
    padding: 20px 0;
}
footer .bluesoft-sign {
    margin-top: 30px;
}
.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}
.image {
    transition: all 0.5s ease-in-out;
}
.out {
    opacity: 0;
}
.pagination {
    height: 50px;
    width: 100%;
    color: white;
    justify-content: center;
    font-size: 11px;
    align-items: center;
}
.pagination a {
    padding: 10px;
    margin: 0 2px;
    line-height: 4;
}
.pagination .numbers a.selected,
.pagination .numbers a:hover {
    border: 2px solid var(--gold);
}
.pagination .numbers a:hover {
    color: var(--primary);
}
.pagination .numbers a {
    color: var(--primary);
    font-weight: normal;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}
.pagination a.selected::after {
    opacity: 1;
}
.pagination .arrow {
    width: 15px;
    height: 25px;
    padding: 0;
    display: flex;
}
.pagination .arrow svg {
    width: 10px;
    fill: var(--primary);
    height: 25px;
}
.pagination .left.arrow svg {
    transform: rotate(90deg)
}
.pagination .right.arrow svg {
    transform: rotate(-90deg)
}
.pagination > * {
    margin: 0 15px;
}

.lights-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: center center;
    -webkit-animation: bg 6s ease-in-out 4s 1 both;
    -moz-animation: bg 6s ease-in-out 4s 1 both;
    -o-animation: bg 6s ease-in-out 4s 1 both;
    animation: bg 6s ease-in-out 4s 1 both;
}
.pagination .numbers a {
    transition: all 0.5s ease-in-out;
}
.inactive {
    opacity: 0.4;
}
.inactive:hover{
	pointer-events: none;
}

.article-container .info .article-info .author {
    margin: 10px 0;
}
.article-container .info .article-info {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 34px;
}
.article-container .info .article-info,
.article-container .info .article-info .title,
.article-container .info .article-info .tags .title {
	color: var(--gold);
}
.article-container .info .article-info .tags,
.article-container .info .article-info .title ~ span {
    color: var(--primary);
    transition: all 0.4s ease-in-out;
}
.article-container .info .article-info .tags .title ~ span {
    cursor: pointer;
    letter-spacing: 0.6;
}
.info-article .info a {
    cursor: pointer;
}
.info-article .info a,
.article-container .info .article-info .tags .title ~ span a {
    color: var(--body-color);
    transition: all 0.4s ease-in-out;
}
.blog-item .info a:hover,
.info-article .info a:hover,
.article-container .info .article-info .tags .title ~ span a:hover {
	color: var(--primary);
	text-decoration:none;
}

.article-container .info .article-info .tags .title ~ span:hover {
    color: var(--blog-primary);
}
.article-container .info .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-container .info .buttons > a {
    background: var(--primary);
    color: white;
    text-decoration: none;
    display: block;
    transition: all 0.5s ease-in-out;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.article-container .info .buttons > a.disabled {
	opacity: .25;
    pointer-events: none;
}
.article-container .info .know-more {
    width: 100%;
    background: var(--blog-primary);
    text-align: center;
    color: white;
    padding: 30px 43px;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 18px;
}
.article-container .info .know-more p {
    font-weight: 300;
}
.article-container .info .know-more a:hover {
    text-decoration: none;
}
.article-container .info .know-more a {
    background: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    color: var(--blog-primary);
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    padding: 18px 31px;
    margin: 18px auto 8px auto;
    display: inline-block;
    width: auto;
}
.item-page + .related-container p {
    color: white;
    text-align: center;
    font-size: 18.5px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.item-page + .related-container .related-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container.item-page + footer {
    margin-top: 80px;
}
.article-container .info .article-info {
    padding: 0 40px;
    text-align: center;
}
.article-container .info .article-info .title {
    margin-bottom: 10px;
}
.article-container .info .buttons > a {
    display: block;
    margin: 5px 20px;
    width: 100%;
}
.item-page + .related-container .related-container .placeholder-item {
    width: 100%;
}
.item-page + .related-container {
    position: relative;
}
.item-page + .related-container p {
    margin-bottom: 30px;
}
.related::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    content: '';
    z-index: -1;
    mix-blend-mode: multiply;
}
.blog-item {
    margin: 0 0 40px 0;
}
.blog-page footer {
    padding: 34px 0;
}
.fixed-bar .description {
    font-size: 14px;
    color: white;
}
header .menu-container .menu-items h3 + ul li h4 {
    font-size: 10px;
    margin-bottom: 0;
}
.menu .sub + ul .sub + ul {
    position: relative;
}
.youtube iframe {
    width: 100%;
	height:auto;
	min-height: 176px;
}
.online-courses .rounded::after {
    background: var(--primary);
}
.listing-button .rounded::after {
    background-color: var(--primary) ;
}
.rounded::after {
    pointer-events: none;
    border-radius: 30px;
    content: '';
    transition: all 0.4s ease;
    background: var(--gold);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rounded.btn_404::after {
	border-radius: 26.5px;
    content: '';
    transition: all 0.4s ease;
    background: #b1929b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cart.rounded::after {
    background-color: transparent;
}
.rounded {
    position: relative;
    color: white;
    font-size: 12px;
    padding: 10px 20px;
    display: table;
}
.rounded.centered {
    margin-right: auto;
    margin-left: auto;
}
.blog-container .rounded {
    color: white;
}
.instagram-container .rounded::after,
.blog-container .rounded::after {
    background: var(--primary);
}
.rounded span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.numbers-info .numbers-container {
    font-family: 'Oswald';
    position: relative;
}
.numbers-info .numbers-container .circles-container > * {
    z-index: 1;
}
.numbers-info .numbers-container .circles-container .circle-placeholder {
    z-index: 1;
    color: white;
    text-align: center;
    position: relative;
    padding: 10px;
}
.numbers-info .numbers-container .circles-container .circle-placeholder .circle {
    border-radius: 100%;
    background: var(--gold);
    font-weight: normal;
    height: 0;
    position: relative;
    padding-top: 100%;
    width: auto;
}
.blog-page header .mobile {
    z-index: 4;
} 
header .search {
    padding: 0;
}
.blog-page header .search-container {
    display: flex;
    flex: 1; 
    padding: 13px 20px;
    z-index: 2;
    transition: all 0.4s ease;
}
.menu-container.open + .search-container {
    background: var(--gold);
} 
.numbers-info .numbers-container .text-container {
    background: rgb(56, 187, 207);
    color: white;
    padding: 40px 21px; 
}
.numbers-info .numbers-container .text-container .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    color: white;
    font-weight: normal;
}
.numbers-info .numbers-container .text-container ul {
    border-left: 3px solid white;
    margin-top: 41px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
}
.numbers-container ul li strong {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
}
.book-btn {
    display: inline-block;
    background: transparent;
    border-radius: 30px;
    color: var(--primary);
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
}
a.default:hover::after {
    transform: translate(10px);
}
.books-container .default {
    color: var(--primary);
}
.default {
    display: block;
    color: var(--primary);
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.default::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 20px;
    transform: translate(0);
    transition: all 0.5s ease;
    background: url('../images/icons/arrow-primary-color.svg') 0%/contain no-repeat;
}
.default span {
    padding-right: 20px;
}
.feedback-container {
    padding: 60px 20px;
}
.site .video-container .slick-dots li:not(.slick-active) {
    opacity: 0.5;
}
.site .video-container .slick-dots li {
    margin: 0 7px;
}
.video-container .slick-dots li,
.feedback-container .slick-dots li {
    background: white;
    transition: all 0.4s ease;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin: 0 14px;
    opacity: 0.5;
}
.video-container .slick-dots li.slick-active,
.feedback-container .slick-dots li.slick-active {
    background: #3f5d78;
    opacity: 1;
}
.video-container {
    background: white;
    padding: 80px 0;
}
.video-container .yt-btn::after {
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 32px;
    left: 19px;
    margin: auto;
    content: '\f167';
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
}
.video-container .yt-btn::before {
    background: var(--primary);
    transform: scale(1);
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    content: '';
    border-radius: 30px; 
}
.video-container .yt-btn:hover::before {
    transform: scale(1.05);
}
.video-container .yt-btn {
    position: relative;
    color: white;
    padding: 17px 24px;
    text-transform: uppercase;
    display: table;
    font-size: 11px;
    font-family: 'Montserrat';
    margin: 50px auto 0 auto;
}
.video-container .yt-btn span {
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.instagram-container {
    background: white;
    padding: 50px 0;
}
.instagram-container .insta-btn {
    font-size: 10px;
    padding: 12px 20px;
}
.blog-container {
    padding-bottom: 25px;
    position: relative;
}
.instagram-container a {
    margin-bottom: 40px;
}
.instagram-container .insta-btn::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    position: absolute;
    left: 24px;
    top: 8px;
    z-index: 1;
}
.banners-container .btn-container,
.alexandra .rounded {
    margin-top: 32px;
}
.alexandra .rounded {
    height: 39px;
}
.instagram-container .insta-btn::after {
    background-image: linear-gradient(90deg, #f56037, #a735b1);
}
.media-container {
    padding-top: 10px;
    text-align: center;
    padding: 45px 10px;
}
.media-container .top {
    width: 100%;
    max-width: 310px;
    text-align: center;
}
.media-container .default {
    font-style: normal;
    font-size: 14px;
    margin-top: 10px;
}
.media-container .default::after {
    content: none;
}
.media-container .media-item {
    position: relative;
    padding: 15px;
}
.media-container .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 15px;
}
.media-container .media-item img {
    width: 100%;
    left: 10%;
    object-fit: contain;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.book-description > *:first-child {
    margin-bottom: 15px;
    margin: 1rem 0 0.5rem 0;
}
.video-player {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s ease;
}
.video-player iframe {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}
.close i {
    color: white;
    opacity: 1;
    right: 60px;
    border: 0;
    outline: 0;
}
.video-player.on {
    opacity: 1;
    pointer-events: all;
}
.book-btn.rounded::after {
    background: transparent;
    border: 3px solid currentColor;
}
.book-btn.rounded span {
    font-size: 11px;
}
.book-btn.rounded:hover {
    color: var(--primary);
}
.books-container .default {
    transition: all 0.4s ease;
}
.books-container .default:hover {
    opacity: 0.4;
}
.media-container .container {
    width: 100%;
    position: relative;
}
.media-container .media-item {
    width: 50%;
    padding: 30px;
}
.insta-image img {
    width: 100%;
}
.instagram-images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.insta-image img {
    transform: scale(1);
    transition: all 0.4s ease;
}
.insta-image img:hover {
    transform: scale(1.07);
}
.insta-image {
    width: 50%;
}
.blog-page .template .container {
    padding: 0;
}
.blog-page .template-module .row {
    margin: 0;
}
.blog-page .template-module:first-child {
    margin-top: 0;
}
.video-container .slider {
    overflow: visible;
}
.content .template.has-sidebar .container .sidebar.white {
    background-color: #e8f3f2;
    padding: 45px 25px;
    height: 100%;
}
.feedback-page-container .sidebar-left .sidebar .elements h2 {
    transition: all 0.4s ease;
}
.feedback-page-container .sidebar-left .sidebar .elements h2.selected, 
.feedback-page-container .sidebar-left .sidebar .elements h2:hover {
    background-color: var(--primary);
}
.feedback-page-container .sidebar-left .sidebar .elements h2.selected::after {
    content: none;
}
footer .top-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1308px;
    padding: 0 20px;
    align-items: center;
    margin: 0 auto; 
    justify-content: center;
}

.button.btn {
    position: relative;
}
/* Módulo CTA */
.cta {
	padding: 30px 40px 40px 40px; 
	background: var(--primary);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} 
.cta a:focus {
	box-shadow: 0 0 0 #000000;
}
.bottom .button.btn::after,
.cta a::after {
	position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 3px;
	border-radius: 30px;
	content: '';
	transform: scale(1);
	transition: all 0.4s ease;
} 
.bottom .button.btn::after {
    background: var(--primary);
} 
.cta a::after {
    background: white;
}
.bottom .button.btn:hover::after,
.bottom .button.btn:hover::before,
.cta a:hover::after,
.cta a:hover::before { 
	transform: scale(1.1);
} 

.bottom .button.btn::before,
.cta a::before {
    transition: all 0.4s ease;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    border-radius: 30px;
    content: '';
    background: var(--gold-gradient);
}
.bottom .button.btn {
    display: block;
}
.bottom .button.btn span {
    color: white;
    text-transform: uppercase;
}
.bottom .button.btn span,
.cta a span {
	position: relative;
	z-index: 1;
	font-weight: 600;
} 
.cta a span {
    color: var(--primary);
}
.cta strong {
    font-weight: bold;
}
.cta a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-size: 12px;
	font-family: var(--font-family1);
	padding: 15px 40px;
	border-radius: 30px;
	align-self: center;
	height: 100%;
    font-style: normal;
    margin-top: 18px;
}
.cta h3 {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: white;
    font-family: 'Open Sans';
    line-height: 1.4;
    text-align: center;
}
.cta a span {
    position: relative;
    z-index: 1;
    color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
}
.personal-container .hover {
    display: block;
    background: var(--gold);
    max-height: 0;
    border-radius: 0 0 20px 20px;
    transition: all 0.6s ease;
    position: absolute;
    top: 50%;
    width: 100%;
    overflow: hidden;
}
.cart-container .form .content .input:not(.icon-input) {
    height: 100%;
}
.form .content .input {
    position: relative;
}
.form .content .input textarea::-webkit-input-placeholder,
.form .content .input textarea, 
.form .content .input input::-webkit-input-placeholder,
.form .content .input input {
    color: var(--primary);
    font-weight: 500;
}
.form .content .input input:-webkit-autofill,
.form .content .input input:-webkit-autofill:hover,
.form .content .input input:-webkit-autofill:focus,
.form .content .input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px  #e6dbdf inset !important;
    box-shadow: 0 0 0px 1000px #e6dbdf inset !important;
    transition: background-color 1s ease-in-out 20s;
} 
.form a.send.rounded::after {
    background-color: var(--primary);
}
.form .content .input-placeholder::after,
.form .input::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    border-radius: 30px;
    z-index: -1; 
}
.form .input,
.input-placeholder {
    padding: 4px;
    margin: 7px 0;
    position: relative;
} 
.form .icon-input > div,
.form select,
.input input {
    border-radius: 27px;
    border: 0;
    background: white;
}  
.form .content textarea {
	border-radius: 30px;
}
header + .header-mobile {
    z-index: 2;
    position: absolute;
    top: 0;
    height: 110px;
    width: 100%;
    background: url('/site/images/header-bg.jpg') 0%/contain repeat;
}
header + .header-mobile > a {
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 164px;
} 
header + .header-mobile > a img {
    width: 100%;
} 
header + .header-mobile > p {
    text-align: center;
}
header + .header-mobile > p,
header .top-container p.text {
    display: block;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    margin: auto;
    text-transform: uppercase;
    color: white;
    font-family: 'Avenir-Roman';
    font-weight: 300;
    font-size: 11px; 
}
.value {
    position: absolute;
    font-size: 12px;
    right: -7px; 
    top: -6px;
    color: var(--primary);
    background: white;
    border-radius: 100%;
    padding: 0px 8px;
    z-index: 1; 
    transition: all 0.4s ease;
}
header .lang-container span:hover,
header .lang-container span.selected {
    color: var(--gold);
}
.circle {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: var(--gold-gradient);
    box-shadow: 0px 2px 4px #00000057;
    margin: 0 auto;
}
.blog-item .top a {
    background: #8eb2b0;
}
header + .rock {
    position: absolute;
    width: 35vw;
    top: 51px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
}
.blog-page footer .rock {
    position: absolute;
    transform: rotate(180deg);
    bottom: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 60vw;
}
.related-container > .rock {
    width: 60vw;
    max-width: 717px;
    position: absolute;
    top: 0;left: 0;right: 0;
    margin: auto;
}
.item-page + .related-container {
    padding: 60px 0;
}
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 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.amount-container .coin {
    position: relative;
    flex: 1;
    margin-left: 10px;
}
.amount-container .coin select {
    height: 100%;
}

.amount-container .coin::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('/site/images/arrows.jpg') 0%/contain no-repeat;
    pointer-events: none;
}
.amount-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 40px;
    padding: 0 23px;
    border: 2px solid currentColor;
    font-weight: 500;
}
.blog-item .bottom .read-more {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    background: var(--gold-gradient);
    border-radius: 30px;
    display: block;
    text-align: center;
}
.blog-item .bottom .read-more::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 3px;
    background: var(--primary);
    content: '';
    border-radius: 30px;
}
.blog-item .bottom .read-more span {
    position: relative;
    z-index: 1;
}
.books .amount-container .coin {
    margin: 10px auto 15px auto;
    max-width: 110px;
    font-family: 'Montserrat';
}
.books .amount-container .coin select {
    padding: 10px 12px;
    background: white;
}
@media screen and (min-width: 767px) {
    .template.has-sidebar .container .details-top .amount-container .coin {
        flex: auto;
        width: 100%;
        max-width: 115px;
        margin: 20px 0 0 0;
    }
    .template.has-sidebar .container .details-top .amount-container .coin select {
        padding: 10px 14px;
    }
    body .form .margin {
        margin-right: 20px;
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px); 
    } 
    .form .margin,
    .form .margin + div  {
        flex: 1;
    }
    .blog-container .items-parent {
        width: 100%;
    }
    .book-description > *:first-child {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .books-container .books .book-description .title {
        text-align: left;
    }
    .books-container .books .book-description {
        padding-top: 0px;
        text-align: left;
    }
    .instagram-container a {
        margin-bottom: 60px;
    }
    .items-container,
    .blog-container .upper {
        width: 100%;
    }
    div:not(.blog-page) .blog-container .items-container {
        justify-content: center;
    }
    .blog-container .items-container {
        display: flex;
        flex-wrap: wrap;
    }
    .book {
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }
    .books-container .books .book-image {
        width: 550px;
        padding-right: 25px;
    }
    .numbers-info .numbers-container .text-container ul {
        max-width: 603px;
        margin: 10px auto;
    }
    .rounded span {
        font-size: 14px;
        font-weight: normal;
    }
    .menu .sub.in + ul {
        margin: 35px 0 2px 0;
    }
    .article-container .info .buttons > a {
        width: auto;
        margin: 0;
        padding: 14px 19px;
    }
    .article .blog-item .bottom {
        padding: 0;
    }
    .article-container .info-article  {
        padding: 42px 36px;
    }
    .article-container .info .article-info {
        padding: 0;
        text-align: left;
    }
    .fixed-bar .description {
        font-size: 16px;
    }
    .blog-item {
        margin: 40px 0;
    }
    .item-page + .related-container p {
        margin-bottom: 26px;
        text-align: right;
    }
    .item-page + .related-container {
        margin-top: 70px;
        padding: 100px 0;
    }
    .article-container .info .know-more a {
        font-size: 12px;
    }
    .article-container .info .know-more {
        font-size: 23px;
    }
    .article-container .info .article-info .title {
        margin-bottom: 0;
    }
    .blog-container {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .blog-items {
        display: flex; 
        flex-wrap: wrap;
        width: 390px;
    }
    .blog-item {
        width: 100%;
        margin: 0;
    }
    .fixed-bar {
        height: fit-content;
    }
    .pagination {
        margin: 40px 0;
        width: 88%;
    }
    header .container {
        max-width: 100vw;
    }
    header::after {
        z-index: 1;
        background: #b0a5a1;
    }
    .item-placeholder {
        margin-bottom: 50px;
    }
    header .menu-container .menu-items h3 + ul li:first-of-type {
        margin-top: 2px;
    }
    header .menu-container .menu-items h3 + ul li:last-of-type {
        margin-bottom: 18px;
    }
    header .menu-container .menu-items h3 + ul li a {
        padding: 2px 45px;
        cursor: pointer;
    }
    header .menu-container .menu-items > ul > li ul li h3 {
        padding: 0 10px;
    }
    .article-container .article,
    .fixed-bar {
        width: 580px;
    }
    .article-container .article {
        margin: 0 auto;
    }
    .fixed-bar {
        margin: 80px auto 0 auto;
        padding: 60px 43px;
    }
    .item-page + .related-container .related-container .placeholder-item {
        width: 50%;
        padding: 25px;
    }
}
@media screen and (min-width: 1024px) {
    .item-page + .related-container {
        padding: 90px 0 175px 0;
    }
    body.blog-page > .container > .upper {
        padding-top: 79px;
        margin-top: 52px;
    }
    .blog-page footer .rock {
        width: 70vw;
        max-width: 1246px;
    }
    .blog-page header .menu-container .menu-items > ul > li > h2 {
        line-height: 1; 
        pointer-events: none;
    }
    .blog-page header .menu-container .menu-items > ul > li > h2 a {
        pointer-events: all;
    }
    header .logo {
        order: -1;
        display: flex;
        align-items: center;
    }
    .blog-page header .logo {
        padding: 20px 20px 20px 10px;
    }
    header .logo span {
        text-transform: uppercase;
        font-weight: bold;
    }
    header .logo img {
        max-width: 210px;
        width: 100%;
        order: -1;
        margin-right: 40px;
    }
    .circle {
        height: 30px;
        width: 30px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle {
        width: auto;
    }
    .fixed-bar .feedback {
        margin-top: 43px;
    }
    .blog-page header .search-container {
        position: relative;
    }
    .blog-page header .search-container::after {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        opacity: 0.28;
        background: white; 
    }
    header .lang-container span {
        font-size: 14px;
    }
    header .top-container p.text {
        letter-spacing: 1px;
        top: 30px;
        right: 30px;
        font-size: 16px;
        left: auto ;
    }
    header .top-container p.text b {
        font-family: 'Avenir';
        font-weight: bold;
    }
    .try-container > div.yellow .content .text {
        margin: 30px 0;
    }
    .site header .menu-container .menu-items h3 + ul li,
    .site header .menu-container .menu-items h3 + ul li h4 a {
        font-size: 14px;
    }
    .store .rounded,
    .site .rounded {
        font-size: 12px;
    }
    .books-container .book-description .rounded {
        margin: auto auto 0 0;
    } 
    .menu-items {
        height: 100%;
        justify-content: flex-end;
        display: flex;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .store header .top-container .top .search-container i,
    .site header .top-container .top .search-container i {
        right: 8px;
        height: 12px;
        width: 13px;
    }
    header .lang-container {
        margin: 0 30px;
    }
    .media-container {
        padding: 10px 5px 45px 5px;
    }
    .media-container .container {
        margin: 40px -10px 0 -10px;
        display: flex;
        max-width: 100%;
        justify-content: left;
    }
    .banners-container .slide .description {
        margin: 34vh 0 0 60px;
    }
    .blog-page .menu-container {
        flex: 1;
    }
    .blog-item .top {
        height: 209px;
    }
    .blog-item .top a {
        height: 100%;
        display: block;
        position: relative;
    }
    .container div.logo {
        margin: 0 auto 47px auto;
    }
    .container .logo > img.text {
        width: 100%;
        margin-top: 6px;
    }
    .item-page + .related-container .related-container .placeholder-item {
        width: 33.33%;
    }
    .article-container {
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .article-container .article {
        height: 100%;
        flex: 1;
    }
    .blog-container {
        max-width: 860px;
        margin: 0 auto;
    }
    .items-container {
        width: auto;
        flex-wrap: wrap;
        display: flex;
        -ms-display: flex;
        flex-direction: column;
        margin: -25px;
    }
    .blog-items {
        display: block;
        width: 100%;
        flex: 1;
    }
    .item-placeholder {
        width: 420px;
        margin-bottom: 0;
        padding: 25px;
    }
    .blog-item {
        width: 100%;
    }
    .fixed-bar {
        margin: 0 0 0 50px;
        width: 340px;
    }
    .pagination {
        width: 390px;
    }
    .item-placeholder:nth-of-type(odd) {
        order: 1;
    }
    .item-placeholder:nth-of-type(even) {
        order: 2;
    }
    .blog-page header .search-container {
        flex: 0;
    }
}
@media screen and (min-width: 1200px) {
    header .menu-container .menu-items li h4 a { 
        text-align: left !important;
    }
    .books .amount-container .coin {
        margin: 15px auto 25px;
        max-width: 180px;
    }
    .template.has-sidebar .container .details-top .amount-container .coin select,
    .books .amount-container .coin select {
        padding: 9px 25px;
    }
    .template.has-sidebar .container .details-top .amount-container .coin,
    .amount-container .coin {
        max-width: initial;
        flex: 1;
        margin: 0 0 0 37px;
    }
    .search input {
        width: 100%;
    }
    .item-page + .related-container .related-container {
        margin: -25px;
    }
    .item-page + .related-container p {
        margin-bottom: 150px;
        margin-right: 60px;
    }
    .related-container > .rock {
        right: 430px;
    }
    .item-page + .related-container {
        padding: 44px 0 250px 0;
        margin: 0;
    } 
    header + .rock {
        width: 46vw;
        max-width: 749px;
        top: 70px;
        right: 13vw;
        left: auto;
    }
    .menu .sub + ul li a {
        color: white;
    }
    .category-name {
        padding: 60px 35px 50px 35px;
    } 
    .blog-page .menu .sub::after {
        right: 10px;
    }
    .article-container {
        padding-top: 50px;
    }
    .index .blog-container > img {
        max-width: 100%;
        z-index: -1;
        transform: none;
    }
    .article-container .article > img,
    .blog-container > img {
        position: absolute;
        width: 100%;
        max-width: 720px;
        object-fit: contain;    
        top: -110px;
        left: -150px;
        z-index: 2;
        pointer-events: none;
        transform: rotate3d(1, 1, 0, 180deg);
    }
    .store header .menu-container .menu-items h3 + ul li, 
    .store header .menu-container .menu-items h3 + ul li h4 a,
    .site header .menu-container .menu-items h3 + ul li, 
    .site header .menu-container .menu-items h3 + ul li h4 a {
        color: var(--primary);
    }
    .form .input,
    .input-placeholder {
        margin: 15px 0;
    }
    .store header .top .logo img,
    .site header .top .logo img {
        max-width: 435px;
        position: relative;
        top: initial;
        left: initial;
    }
    .video-container .yt-btn::after {
        height: 39px;
        font-size: 25px;
    }
    header .top-container .rounded.personal-area {
        height: 100%;
    }
    .search-container {
        flex: 0;
    }
    header .menu-container .menu-items > ul > li {
        position: relative;
        width: auto;
        height: 100%;
        margin: 0;
        overflow: visible;
    }
    .blog-page header .menu-container .menu-items > ul > li ul {
        background-color: rgba(25, 140, 133,0.5);
    }
    header .menu-container .menu-items > ul > li ul {
        transition: all 0.5s ease-in-out 0.3s;
        overflow: hidden;
        max-height: 0;
    }
    .menu .sub + ul {
        position: absolute;
        width: 160%;
    }
    header .menu-container .menu-items > ul {
        margin-bottom: 0;
    }
    body.store,
    body.site {
        margin-top: 0;
    }
    .store header .top-container .top .cart-container .store,
    .site header .top-container .top .cart-container .store,
    .store .search-parent,
    .site .search-parent,
    .store .lang-container,
    .site .lang-container {
        position: relative;
        top: 0;
        margin-top: 0;
        opacity: 1;
        pointer-events: all;
        left: auto;
        width: auto;
        padding: 0;
    }
    .menu-container {
        padding-top: 0;
        background: transparent;
        position: relative;
        opacity: 1;
        z-index: 3;
        pointer-events: all;
    }
    .menu-container .menu {
        margin-top: 0;
        flex: 1;
        height: initial;
        align-self: initial;
    }
    .menu-container a.footer {
        order: -1;
        line-height: 66px;
        padding: 0 20px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .menu-container a.footer span {
        line-height: 25px;
    }
    .menu-container a.footer,
    .menu-items > .home,
    .menu-items > ul > li {
        background: transparent;
        transition: all 0.5s ease-in-out;
    }
    header .menu-container .menu-items > .home.current,
    .menu-items > ul > li:hover {
        background-color: #117770;
    } 
    .menu-container .container {
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .cta {
		margin: 55px 25px 40px 25px;
	}
	.personal-container span {
        pointer-events: none;
    }
    .personal-container .hover a:hover {
        text-decoration: none;
        color: white;
        opacity: 0.5;
    }
    .personal-container .hover a:first-of-type {
        margin-top: 15px;
    }
    .personal-container .hover a:last-of-type {
        margin-bottom: 15px;
    }
    .personal-container .hover a {
        font-size: 11px;
        color: white;
        text-align: left;
        display: block;
        margin: 6px 0;
        padding: 0 20px;
        cursor: pointer;
        opacity: 1;
        transition: all 0.5s ease;
    }
    .personal-container hr {
        width: 80%;
        margin: 0 auto;
        height: 1px;
        background: rgba(255,255,255,0.2)
    }
	
    .video-container .yt-btn span {
        font-size: 14px;
    }
    .media-container {
        padding: 80px 5px 58px 5px;
    }
    .instagram-container {
        background: white;
        padding: 50px 0 62px 0;
    }
    .instagram-container a {
        margin-bottom: 80px;
    }
    .insta-image {
        width: 20%;
        overflow: hidden;
    }
    .media-container .media-item {
        width: 110px;
        padding: 10px;
    }
    .media-container .default {
        font-size: 18px;
    }
    .upper .logo {
        margin: 0 auto 42px auto;
    }
    .upper .logo img {
        width: 100%;
    }
    .blog-container .upper .logo {
        width: 100%;
        max-width: 225px;
        margin: 0 auto 42px auto;
    }
    .feedback-container .slick-dots {
        bottom: 25px;
    }
    .feedback-container .slider .slide .quote {
        font-size: 24px;
        font-weight: 500;
    }
    .default::after {
        right: 30px;
    }
    .default span {
        line-height: 2;
        padding-right: 70px;
    }
    .book-btn.rounded span {
        font-weight: bold;
    }
    .book-description > *:first-child {
        margin-bottom: 20px;
    }
    .book-btn {
        margin-top: auto;
    }
    .books-container .books .book-description .description {
        font-size: 14px;
    }
    .books-container .books .book-description {
        display: flex;
        flex-direction: column;
    }
    .site .books-container .books .book-description {
        padding-top: 0;
    }
    .numbers-info .numbers-container .text-container ul {
        margin: 30px auto;
		list-style-type: none;
    }
    .numbers-info .numbers-container::before {
        background: url('../images/circles-bg_desktop.jpg') 0%/cover no-repeat;
    }
    .numbers-info .numbers-container::before,
    .numbers-info .numbers-container::after {
        height: 100%;
    }
    .numbers-info .numbers-container .text-container {
        background: transparent;
        position: relative;
        z-index: 1;
        padding: 0px 21px 60px 21px;
    }
	
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle-info {
        padding: 10px 15px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .description {
        font-size: 21px;
    }
    .numbers-info .numbers-container .circles-container .circle-placeholder .circle .number {
        font-size: 55px;
    }
    .numbers-info .numbers-container .circles-container .flex-container {
        margin: 0 auto;
        max-width: 871px;
        padding: 0;
    }
    .blog-container .rounded span,
    .online-courses a.rounded span,
    .alexandra a span {
        font-size: 12px;
        line-height: 2;
        font-weight: bold;
    }
    .alexandra .info {
        width: 390px;
        position: absolute;
        padding-bottom: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .alexandra a.rounded.centered {
        margin-left: 0;
        margin-right: 0;
    }
    .alexandra > .left {
        width: 60%;
    }
    .banners-container {
        height: calc(100vh);
    }
    .banners-container .slick-dots {
        justify-content: flex-start;
        margin-left: 40px;
    }
    a:hover,
    a {
        color: white;
        text-decoration: none;
    }
    .search-container,
    .cart {
        cursor: pointer;
    }
    body.blog-page > .container > .upper {
        padding-top: 109px;
        margin-top: 75px;
    }
    .blog-page footer a {
        margin: 0;
    }
    .blog-page footer a.bluesoft-sign {
        margin-left: 100px;
    }
    .menu .sub + ul .sub::after {
        top: 7px;
        left: 75px;
    }
    .article-container .info .buttons > a {
        padding: 18px 46px;
    }
    .template h3,
    .template h3 {
        line-height: 1.7;
    }
    .template blockquote,
    .template big {
        font-size: 22px;
    }
    .template blockquote,
    .template big {
        margin: 50px 0 70px 70px;
    }
    .template p {
        font-size: 16px;
    }
    .template blockquote p {
        font-size: 22px;
    } 
    .template h1,
    .bottom > .title {
        font-size: 20px;
        line-height: 1.6;
    }
    .lightwidget--hover-zoom-in .lightwidget__image-wrapper .lightwidget__image, .lightwidget--hover-zoom-in .lightwidget__image-wrapper .lightwidget__object-fit-wrapper {
        width: 154px !important;
        height: 154px !important;
    }
    .fixed-bar .social + hr {
        margin: 57px auto;
    }
    .fixed-bar .social > * {
        margin: 0px 19px;
        font-size: 28px;
    }
    .fixed-bar .social {
        margin: 43px 0;
    }
    .signature {
        margin: 39px 0;
    }
    .fixed-bar .youtube .title {
        margin: 40px 0 31px 0;
    }
    .fixed-bar .title {
        margin: 50px 0 46px 0;
        font-size: 20px;
    }
    .fixed-bar .profile-pic {
        width: 211px;
        height: 211px;
        padding: 10px;
    }
    .blog-item .bottom .read-more {
        font-size: 12px;
        padding: 15px 0;
    }
    .author .title {
        font-size: 11px;
    }
    .bottom .author {
        margin: 27px 0;
    }
    .blog-item .bottom .description {
        letter-spacing: 0;
        font-size: 13px;
    }
    .blog-item .bottom {
        padding: 38px 40px;
    }
    .bottom .info {
        font-size: 12px;
    }
    .bottom > .title {
        font-size: 28px;
        line-height: 1.4;
        margin: 9px 0 14px 0;
    }
    body {
        margin-top: 0;
    }
    body.blog-page .sub {
        padding-right: 22px;
    }
    .fixed-bar .social > *:hover {
        transform: scale(1.1);
    }
    .search-container::before {
        opacity: 0.6;
    }
    header::after {
        z-index: 1;
    }
    header .top-container .personal-area,
	header .top-container .top .search-parent > * {
        position: relative;
    }	
	header .top-container .personal-area {
        display: block;
    }
    .item-placeholder {
        width: 50%;
    }
    .blog-container {
        max-width: none;
        margin: 0 auto;
        padding-top: 50px;
    }
    .fixed-bar {
        margin-left: 50px;
        width: 363px;
    }
    .fixed-bar .feedback .item:not(:last-of-type) {
        margin-bottom: 38px;
    }
    .fixed-bar .feedback .quote {
        font-size: 19px;
        margin: 0 0 9px 0;
    }
    .bar-container {
        padding-left: 25px; 
    }
    .fixed-bar .description {
        font-size: 15px;
    }
    footer > .container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    footer > .container .copyright {
        width: fit-content;
        display: flex;
    }
    .container {
        width: 100%;
        padding: 0 50px;
        max-width: 1372px;
    }
    .blog-page .related-container > .container,
    .blog-page > .container {
        max-width: 1284px;
    } 
    footer a {
        margin: 0;
        position: relative;
    }
    .btn-container {
        height: 43px;
    }
    .container.item-page + footer,
    footer {
        margin-top: 180px;
        padding: 20px 0;
    }
    .related-container + footer {
        margin: 0;
    }
    footer .bluesoft-sign,
    footer a {
        font-size: 10px;
    }
    body.blog-page footer a::before {
        position: absolute;
        content: '';
        bottom: -10px;
        width: 100%;
        border-bottom: 1px dotted black;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    body.blog-page footer a:hover::before {
        opacity: 1;
    }
    footer span {
        margin: 0 6px;
    }
    .pagination {
        width: 100%;
    }
    .pagination a:not(.inactive) {
        font-size: 18px;
        font-weight: normal;
        margin: 0 5px;
        cursor: pointer;
    }
    .pagination .numbers a:not(.inactive) {
        margin: 0 3px;
        padding: 2px 10px;
    }
    .items-container {
        width: auto;
    }
    a.footer {
        width: auto;
        background: transparent;
    }
    body.blog-page header .menu-container .menu-items > ul {
        display: flex;
    }
    header .menu-container .menu-items > .home {
        margin: 0 ;
        cursor: pointer;
    }
    header .menu-container .menu-items > ul > li > h2 {
        line-height: 53px;
        padding: 0 20px;
        display: table;
        position: relative;
    }
    header .menu-container .menu-items > ul > li > h2,
    header .menu-container .menu-items > ul > li > h2 a {
        height: 100%;
    }
    header .menu-container .menu-items > ul > li > h2 a {
        display: flex;
        align-items: center;
    }
    header .menu-container .menu-items > ul > li > h2 {
        display: flex;
        align-items: center;
    }
    .menu-container .home {
        height: 100%;
        width: 62px;
        position: relative;
    }
    .menu h2,
    .menu h2 a {
        font-size: 12px;
    }
    .menu a {
        cursor: pointer;
    }
    .menu-container .home img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 15px;
        height: 13px;
    }
    .blog-page header .search-container {
        padding: 0 38px;
    }
    header .search {
        width: 16vw;
        padding: 0;
    }
    .menu .sub.in + ul {
        margin: 0;
        max-height: 0px;
    }
    .menu .sub + ul li:first-of-type {
        margin-top: 25px;
        position: relative;
    }
    .menu .sub + ul li:last-of-type {
        margin-bottom: 25px;
    }
    .search .fa-search {
        transform: translateY(-50%) scale(1);
        transition: all 0.4s ease-in-out;
        will-change: transform;
    }
    .search .fa-search:hover {
        transform: translateY(-50%) scale(1.1);
    }
    header .menu-container .menu-items h3 + ul li:hover,
    .menu .sub + ul li:hover {
        transition: all 0.5s ease-in-out;
        background-color: var(--primary)
    }
    .menu .sub + ul li {
        margin: 0;
        line-height: 1;
        transition: all 0.5s ease-in-out;
    }
    .menu .sub + ul li a {
        display: block;
        padding: 5px 29px;
        text-align: left;
        height: 100%;
        line-height: 2;
    }
    .article-container .article .info-article {
        display: block;
    }
    .article-container .top {
        height: auto;
        width: 100%;
        position: relative;
    }
    .article-container .top .image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .related .blog-item .top {
        position: relative;
    }
    .article-container .info-article  {
        padding: 42px 56px;
    } 
    .article-container .bottom .title,
    .template h1 {
        font-size: 36px;   
        margin: 24px 0 32px 0;
    }
    .article-container .article hr {
        width: 100%;
        margin: 40px auto;
        height: 1px;
        background-color: #e1e1e1;
    }
    .article-container .blog-item .bottom {
        padding: 0
    }
    .category-name h1 {
        font-weight: 300;
        font-size: 33px;
    }
}
@media screen and (min-width: 1400px) {
    header .logo {
        order: -1;
        display: flex;
        align-items: center;
    }
    .blog-page header .logo {
        padding: 20px 20px 20px 50px;
    }
    header .menu-container .menu-items > ul > li > h2 {
        padding: 0 40px;
    }
    .blog-page .menu .sub::after {
        right: 30px;
    }
}
video.video_blog {
	width: 100%;
}

video.video_blog2 {
    width: 100%;
	height: auto;
}

body:has(.cky-consent-container.cky-banner-bottom:not(.cky-hide)) .cky-overlay {
    display: block;
    z-index:99;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-reject{
display:none
}