@charset "utf-8";


.container {
    margin-left: auto;
    margin-right: auto;
    width: min(100%,1240px);
    padding-right: 20px;
    padding-left: 20px;
}
.flex-c {
    display: flex;
}
.hero-article_wrapper {
    background-color: #000;
    position: relative;
}
.hero-article .a-card {
    position: relative; 
}
.hero-article .a-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.hero-article .a-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.hero-article .a-card_meta {
    display: none;
}
.hero-article .a-head {
    color: #fff;
    order: 1;
    color: #FFF;
    font-family: 'Roboto';font-weight:800;
    font-size: 37px;
    font-style: normal;
    
    line-height: 39px; 
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}
.hero-article .a-card_content {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 70%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    padding-right: 30px;
}
.logo {
    display: block;
}
.menu-btn {
    background: transparent;
    border: none;
    margin-right: 10px;
}
.noscroll {
    overflow-y: hidden;
}
#btnclose {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxNV8yKSI+CjxwYXRoIGQ9Ik0yMSAyLjExNUwxOC44ODUgMEwxMC41IDguMzg1TDIuMTE1IDBMMCAyLjExNUw4LjM4NSAxMC41TDAgMTguODg1TDIuMTE1IDIxTDEwLjUgMTIuNjE1TDE4Ljg4NSAyMUwyMSAxOC44ODVMMTIuNjE1IDEwLjVMMjEgMi4xMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxNV8yIj4KPHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 15px;
}
.offcanvas-content-left {
    position: absolute;
    left: 0;
    top: 0;
    padding: 37px 20px;
    z-index: 200;
    display: flex;
}
.offcanvas-content-right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 42px 20px;
    z-index: 200;
    display: flex;
    align-items: center;
}
.offcanvas-content-right span {
    color: #DFDFDF;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: 7px;
}
.hero-inset_wrapper {
    border-bottom: 1px solid #484848;
    background-color: #000;
}
.social {
    display: flex;
    list-style: none;
}
.social li {
    margin-left: 7px;
}
.social li img {
    display: block;
    opacity: 0.7;
}
.social li a:hover img {
    opacity: 0.9;
}
.a-card {
    position: relative;
}
.a-card .a-card_content .a-cat, .a-card .a-card_content .a-date {
    color: #6653FF;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.a-card .a-card_content .a-cat {
    font-size: 16px;
}
.a-card .a-card_content .a-date {
   font-size: 12px; 
}
.a-card .a-card_image .a-media {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.a-card .a-card_image .a-media {
    background-color: #eee;
}
.a-card .a-card_image .a-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    -webkit-transition: .5s ease !important;
}
.a-card:hover .a-media img  {
	transform: scale(1.02, 1.02);
}
.a-card_link:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1
}
.a-card_link .a-head {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.a-card_link:hover .a-head {
    color: #6653FF!important;
}
.hero-article .a-card_link .a-head {
    color: #fff!important;
}
.hero-article .a-media {
    padding-bottom: 80%;
}
.hero-article .a-card_content .a-cat {
    order: 2;
    font-size: 20px;
    color: #8280FF;
    font-weight: 300;
}
.title {
    font-family: 'Roboto';font-weight:900;
    font-size: 30px;
    font-style: normal;
    
}
.grid-layout-1 article {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.grid-layout-1 article:last-child {
    margin-bottom: 0;
}
.grid-layout-1 article > div {
    width: 50%;
}
.grid-layout-1 article:nth-of-type(2n) > div:first-child {
    order: 2;
}
.grid-layout-1 article:nth-of-type(2n) > div:nth-child(2) {
    order: 1;
}
.grid-layout-1 .a-card .a-card_content:before {
    margin-bottom: 1.25rem;
    display: block;
    height: 5px;
    width: 70px;
    background-color: #000;
    content: "";
}

.column-title {
    margin-bottom: 20px;
}
.column-title h3 {
    color: #6653FF;
    font-family: 'Roboto';font-weight:900;
    font-size: 30px;
    font-style: normal;
    
}
.art-listing .a-card {
    display: flex;  
    margin-bottom: 30px;
}
.art-listing .a-card_image {
    width: 150px;
    flex-shrink: 0;
    margin-right: 18px;
}
.art-listing .a-card .a-media {
    height: 150px;
}
.art-listing .a-card .a-meta {
    display: none;
}
.art-listing .a-card .a-head {
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
}

.art-listing .a-card .a-card_content {
    display: flex;
    flex-direction: column;
}
.art-listing .a-card .a-card_meta {
    order: 1;
    margin-bottom: 7px;
}
.art-listing .a-card .a-card_link {
    order: 2;
}
.art-listing .a-card .a-cat, .art-listing .a-card .a-card_excerpt {
    display: none;
}
.art-listing-wrap .show-more {
    height: 60px;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #6653FF;
    font-family: 'Roboto';font-weight:500;
    font-size: 16px;
    font-style: normal;
    
    line-height: 19px;
}
.art-listing-wrap .show-more img, .art-listing-wrap .show-more span {
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.art-listing-wrap .show-more:hover img {
    transform: translateX(-3px);
}
.art-listing-wrap .show-more:hover span {
    transform: translateX(3px);
}
.grid {
    display: grid;
}
.grid-layout-2 {
    padding-bottom: 30px;
}
.grid-layout-2 article:not(:first-child) {
    display: flex;
    grid-column: span 5; /* Each item occupies one row in the last 5 columns */
    margin-left: 30px;
    margin-bottom: 30px;
}
.grid-layout-2, .grid-layout-3 {
  grid-template-columns: repeat(13, 1fr);
  grid-auto-rows: minmax(auto, max-content);
  gap: 0px;
}
.grid-layout-2 article:first-child {
  grid-column: span 8; /* Spans the first 8 columns */
  grid-row: span 4; /* Spans all 4 rows */
  padding-bottom: 30px;
}
.grid-layout-3 article:not(:first-child) {
    display: flex;
      grid-column: 9 / span 5; /* Each item occupies one row in the last 5 columns */
      margin-left: 30px;
      margin-bottom: 30px;
}
.grid-layout-3 {
    padding-bottom: 30px;
}
.grid-layout-3 article:first-child {
    grid-column: span 5; /* Spans the first 8 columns */
     grid-row: span 3; /* Spans all 4 rows */
  padding-right: 25%;
  padding-bottom: 30px;
}
.grid-layout-3 .inset-wrap {
    grid-column: 6 / span 3; /* Occupies columns 6, 7, and 8 */
    grid-row: 1 / span 3;
    position: relative;
}
.grid-layout-3 .inset-wrap .inset {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
}
.navigation .flex-c {
    justify-content: space-between;
}
.header-menu {
    height: 90px;
    display: flex;
    align-items: center;
    list-style: none;
}
.offcanvas_menu {
    list-style: none;
}
.header-menu li {
    margin-right: 30px;
}
.offcanvas_menu li {
    margin-bottom: 10px;
}
.header-menu li a {
    color: #000;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.offcanvas_menu li a {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header-menu li a:hover {
    color: #6653FF;
}
.offcanvas_search {
    height: 90px;
    background-color: #6653FF;
    display: flex;
    align-items: center;
}
.offcanvas .logo {
    margin-bottom: 30px;
}
.search-bar {
     width: 300px;
}
.search-bar form input[type=submit] {
    width: 74px;
    height: 48px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3LjE1MjcgMTUuMDk0M0gxNi4wNjg2TDE1LjY4NDQgMTQuNzIzOEMxNy4wMjkyIDEzLjE1OTUgMTcuODM4OCAxMS4xMjg2IDE3LjgzODggOC45MTkzOEMxNy44Mzg4IDMuOTkzMTQgMTMuODQ1NiAwIDguOTE5MzggMEMzLjk5MzE0IDAgMCAzLjk5MzE0IDAgOC45MTkzOEMwIDEzLjg0NTYgMy45OTMxNCAxNy44Mzg4IDguOTE5MzggMTcuODM4OEMxMS4xMjg2IDE3LjgzODggMTMuMTU5NSAxNy4wMjkyIDE0LjcyMzggMTUuNjg0NEwxNS4wOTQzIDE2LjA2ODZWMTcuMTUyN0wyMS45NTU0IDI0TDI0IDIxLjk1NTRMMTcuMTUyNyAxNS4wOTQzWk04LjkxOTM4IDE1LjA5NDNDNS41MDI1NyAxNS4wOTQzIDIuNzQ0NDMgMTIuMzM2MiAyLjc0NDQzIDguOTE5MzhDMi43NDQ0MyA1LjUwMjU3IDUuNTAyNTcgMi43NDQ0MyA4LjkxOTM4IDIuNzQ0NDNDMTIuMzM2MiAyLjc0NDQzIDE1LjA5NDMgNS41MDI1NyAxNS4wOTQzIDguOTE5MzhDMTUuMDk0MyAxMi4zMzYyIDEyLjMzNjIgMTUuMDk0MyA4LjkxOTM4IDE1LjA5NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.search-bar form {
    display: flex;
    justify-content: space-between;
    height: 48px
    align-items: center;
}

.search-bar form input {
    border: none
}

.search-bar form input[type=text] {
    width: calc(100% - 40px);
    outline: none;
    background: transparent!important;
    padding-left: 30px;
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.search-bar form input[type=text]::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.search-bar form input[type=text]::placeholder {
  color: #fff;
}
.cse .gsc-control-cse,.gsc-control-cse {
    padding: 1px 0!important
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    text-indent: 0!important;
    outline: none;
    color: #000;
    padding-left: 0;
    background-color: transparent!important
}

.gsib_a {
    padding: 0!important
}

.gsc-search-button-v2 {
    border-radius: 0!important
}

.gsc-search-button-v2,.gsc-search-button-v2:hover,.gsc-search-button-v2:focus {
    border-color: transparent!important;
    background-color: transparent!important;
    outline: none
}

.gsc-search-button {
    margin-left: 0!important
}

.cse .gsc-search-button-v2,.gsc-search-button-v2 {
    padding: 7px 0 6px!important
}

.gsc-input::-webkit-input-placeholder {
    color: transparent
}

.gsc-search-button-v2 svg {
    fill: #000!important
}

.gsc-input:-ms-input-placeholder {
    color: transparent
}

.gsc-input::placeholder {
    color: transparent
}

.cse .gsc-control-cse,.gsc-control-cse {
    border: none
}

table.gsc-search-box {
    margin-bottom: 0
}

.gsc-input-box {
    border: none!important;
    border-right: 0
}

form.gsc-search-box {
    margin-bottom: 0!important
}

.gsc-input-box {
    background-color: transparent!important
}

table.gsc-search-box {
    margin-bottom: 0!important
}

.gsc-control-cse {
    background-color: transparent!important;
    border-radius: 0;
    border: none!important;
    border-bottom: none!important;
}

.gsc-search-button-v2 svg {
    fill: #fff
}

.gsc-search-button-v2 svg {
    width: 20px;
    height: 20px
}

.gsc-input {
    background: 0 0!important
}
.entry-content {
    padding-top: 55px;
}
.title-row {
    margin-bottom: 20px;
}
.title-row h2 {
    color: #000;
    font-family: 'Roboto';font-weight:900;
    font-size: 60px;
    font-style: normal;
    
    line-height: 67.38px;
}
.grid-layout-1 .a-card .a-card_image .a-media {
    min-height: 250px;
    height: 100%;
}
.grid-layout-1 .a-cat {
    display: block;
    margin-bottom: 10px;
}
.grid-layout-1 .a-head {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 28px;
    font-style: normal;
    
    line-height: 35px;
    letter-spacing: -0.015em;
    margin-bottom: 8px;
}
.grid-layout-1 .a-card_excerpt {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #595959;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    display: none;
}
.top-stories > .container {
    padding-bottom: 70px;
}
.video-section {
    background-color: #000;
    padding-bottom: 60px;
    margin-bottom: 25px;
    padding-top: 25px;
}
.video-section .title {
    color: #fff;
}
.title-row h3 {
    color: #000;
    font-family: 'Roboto';font-weight:900;
    font-size: 50px;
    font-style: normal;
    
    line-height: 56px;
}
.grid-layout-2 article:not(:first-child) .a-card_image {
    width: 150px;
    flex-shrink: 0;
    margin-right: 25px;
}
.grid-layout-2 article:not(:first-child) .a-card_image .a-media {
    padding-bottom: 100%;
}
.grid-layout-2 article:first-child .a-card_image .a-media {
    padding-bottom: 61.84%;
}
.grid-layout-2 .a-card .a-cat, .grid-layout-2 .a-card .a-card_excerpt {
    display: none;
}
.grid-layout-2 article:not(:first-child) .a-card_content {
    display: flex;
    flex-direction: column;
}
.grid-layout-2 article:not(:first-child) .a-card_link {
    order: 2;
}
.grid-layout-2 article:not(:first-child) .a-card_meta {
    order: 1;
    margin-bottom: 7px;
}
.grid-layout-2 article:first-child 
.bottom-border {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}
.grid-layout-3 article:first-child .a-card_image .a-media {
    padding-bottom: 60.5%;
}
.grid-layout-3 article:not(:first-child) .a-card_image {
    width: 150px;
    flex-shrink: 0;
    margin-right: 25px;
}
.grid-layout-3 article:not(:first-child) .a-card_image .a-media {
    padding-bottom: 100%;
}
.grid-layout-3 .a-card .a-cat, .grid-layout-3 .a-card .a-card_excerpt {
    display: none;
}
.grid-layout-3 article .a-card_content {
    display: flex;
    flex-direction: column;
}
.grid-layout-3 article .a-card_link {
    order: 2;
}
.grid-layout-3 article .a-card_meta {
    order: 1;
    margin-bottom: 10px;
}
.post-template .hero-article_wrapper, .category-template .hero-article_wrapper {
    padding-bottom: 110px;
}
.post-template .hero-article_wrapper .hero-article, .category-template .hero-article_wrapper .hero-article {
    display: none;
}
.layout-form_article-body {
    max-width: 100%;
    padding-bottom: 50px;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
.layout-form_body {
    justify-content: space-between;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 700px;
}
.layout-form_body_right-rail .inset {
    margin-bottom: 20px;
}
.layout-form_body_left {
    width: calc(100% - 300px);
    padding-right: 60px;
}
.layout-form_body_left .h-col-articles-wrapper {
    max-width: 640px;
    margin: 60px auto;
}
.imazhiim img {
    width: 100%;
}
.layout-form_article-body img {
    max-width: 100%;
    height: auto;
    display: block;
}
.layout-form_article-body .imazhiim {
    margin-bottom: 20px;
}
.tit {
    color: #333;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 15px 0 0;
}
.captionposhte:after {
    content: "";
    width: 300px;
    display: block;
    height: 1px;
    background-color: #6653FF;
    margin-top: 15px;
}
.layout-form_body_right {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.layout-form_body_right-rail {
    width: 100%;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.layout-form_article-body > *:first-child {
    padding-top: 0px!important;
    margin-top: 0px!important;
}
.layout-form_article-body > *:empty {
    display: none;
}
.layout-form_article-body > p {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layout-form_article-body > h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 33px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.layout-form_article-body p a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 700;
}
blockquote {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    width: 6px;
    height: 100%;
    background: #6653FF;
}
.layout-form_article-body blockquote p {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.layout-form_article-body video {
    height: auto;
}
.related-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}
.related-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #6653FF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 20px;
}
.related-list article {
    display: flex;
    width: 100%;
}
.related-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.related-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.related-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 25%;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-card .a-head {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.related-list .a-head a {
    color: #000;
}
.related-list .a-time {
    display: none;
}
.related-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.suggested-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.suggested-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #E83A0F;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.suggested-list ul {
    list-style: none;
}
.suggested-list ul li {
    margin-bottom: 20px;
}
.suggested-list article {
    display: flex;
    width: 100%;
}
.suggested-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.suggested-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.suggested-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.suggested-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 50px;
}
.suggested-list a {
    text-decoration: none!important;
}
.suggested-list .a-card .a-head {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.suggested-list .a-head a {
    color: #000;
}
.suggested-list .a-time {
    display: none;
}
.suggested-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.article_header_title {
    margin-bottom: 22px;
}
.article_header_title h1 {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 50px;
    font-style: normal;
    
    line-height: 55px;
    letter-spacing: -0.02em;
}
.article_header_author {
    display: flex;
    align-items: center;
}
.author_meta {
    margin-left: 10px;
    color: #E83A0F;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.author_meta-name {
    display: block;
    color: #363636;
}
.layout-form_body_right-rail .mag-col-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.layout-form_body_right-rail .art-listing-wrap {
    margin-bottom: 20px;
}
.art-listing-wrap {
    margin-bottom: 30px;
}
.article_header_meta {
    color: #6653FF;
    font-family: "Roboto Slab";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.videos-col {
    width: 100%;
    flex-grow: 1;
    padding-right: 30px;
}
.v-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
}
.v-grid article:first-child {
    grid-column: span 2;
    grid-row: span 1;
}
.v-grid article:not(:first-child) {
    grid-row: span 1;
    grid-column: span 1;
}
.v-grid article:nth-child(2) {
    padding-right: 10px;
}
.v-grid article:nth-child(3)  {
    padding-left: 10px;
}
.v-grid .a-card .a-card_meta, .v-grid .a-card .a-cat {
    display: none;
}
.v-grid .a-card .a-media {
    padding-bottom: 57%;
}
.v-grid .a-card:not(:first-child) .a-head {
    color: #DEDEDE;
    font-family: 'Roboto';font-weight:400;
    
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
}
.v-grid .a-card:first-child .a-head {
    color: #FFF;
    font-family: 'Roboto';font-weight:800;;
    font-size: 32px;
    font-style: normal;
    
    line-height: 33px;
    letter-spacing: -0.01em;
}
.v-grid .a-card:not(:first-child) .a-card_content {
    padding-top: 10px;
    padding-bottom: 20px;
}
.v-grid .a-card:first-child .a-card_content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.v-grid .a-card .a-media:after {
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA2NyA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjUgMEMxNS4wMDggMCAwIDE1LjAwOCAwIDMzLjVDMCA1MS45OTIgMTUuMDA4IDY3IDMzLjUgNjdDNTEuOTkyIDY3IDY3IDUxLjk5MiA2NyAzMy41QzY3IDE1LjAwOCA1MS45OTIgMCAzMy41IDBaTTI2LjggNDguNTc1VjE4LjQyNUw0Ni45IDMzLjVMMjYuOCA0OC41NzVaIiBmaWxsPSIjM0YyN0ZGIi8+Cjwvc3ZnPgo=);
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    opacity: 0.5;
}
.v-grid .a-card:first-child .a-media:after {
    width: 67px;
    height: 67px;
    margin-top: -33px;
    margin-left: -33px;
}
.video-section .title-row.flex-c {
    justify-content: space-between;
    align-items: flex-end;
}
.goto-yt {
    font-family: 'helvetica_neue_lt_std67MdCn';
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.goto-yt img {
    margin-right: 7px;
}
.goto-yt:hover span {
    text-decoration: underline;
}
.aside-col .inset {
    margin-bottom: 30px;
}
.bordered-top {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.grid-layout-2 article:first-child .a-card_content {
    margin-top: 20px;
}
.grid-layout-3 article:first-child .a-card_content {
    margin-top: 15px;
}
.grid-layout-2 article:first-child .a-head {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 40px;
    font-style: normal;
    
    line-height: 41px;
    letter-spacing: -0.036em;
    margin-bottom: 10px;
}
.grid-layout-3 article:first-child .a-head {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 26px;
    font-style: normal;
    
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.grid-layout-2 article:not(:first-child) .a-head, .grid-layout-3 article:not(:first-child) .a-head {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 22px;
    font-style: normal;
    
    line-height: 28px;
}
.desc {
    max-width: 300px;
    color: #000;
    font-family: "Roboto Slab";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 25px;
}

.desc span {
    color: #000;
}

.f-left .f-col {
    margin-right: 50px;
}

.f-nav {
    list-style: none;
    margin-right: 45px;
    margin-top: 36px;
}

.f-nav li {
    margin-bottom: 20px;
}

.f-nav li a {
    color: #000;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    border-top: 1px solid #DEDEDE;
    background-color: #F3F3F3;
}

.f-nav-col {
    display: flex;
    flex: 1;
}

.social img {
    height: 27px;
}

.f-logo {
    height: 21px;
    margin-bottom: 15px;
}

.md-link {
    display: inline-block;
    font-family: "Roboto";
    font-size: 10px;
    color: #000;
    margin-top: 20px;
}

.md-link span {
    vertical-align: middle;
    margin-right: 5px;
}

.md-link img {
    vertical-align: middle;
}

.footer .c-left {
    padding-right: 50px;
}

.showM {
    display: none;
}

.f-other {
    flex-grow: 1;
    margin-right: 0;
}

.some-links .note {
    display: flex;
    margin-left: 30px;
}

.some-links .f-logo {
    display: none;
}

.note span {
    color: #939598;
    font-family: "ProximaNovaACond-Semibold";
    font-size: 14px;
    font-style: normal;
    
}
.footer-wrapper .flex-c {
    justify-content: space-between;
}
.c-list {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 10px;
}
.c-list li {
    margin-left: 25px;
    flex-shrink: 0;
}

.c-list li a {
    color: #6653FF;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.16px;
}
.c-list li a:hover {
    text-decoration: underline;
}
.mediadesk {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.16px;
     
    align-items: center;
}
.mediadesk {
    display: flex;
}
.showM {
    display: none;
}
.mediadesk img {
    margin-left: 10px;
}
.layout_content {
    padding-top: 50px;
}
.post-template .video-section {
    margin-bottom: 0;
}
.aside-col .offcanvas_search {
    margin-bottom: 30px;
}
.site-header .offcanvas {
    padding: 30px 20px 20px;
    height: 100%;
    background-color: #6653FF;
    color: #111;
    z-index: 5000;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(-100vw, 0, 0);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-header .offcanvas.open {
    transform: translateZ(0);
}
.site-header .offcanvas .mediadesk {
    color: #fff;
}
#header-menu {
    display: none;
}
.inset {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}
.navigation:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    
}
.aside-col {
    width: 100%;
}
.newsletter-blck {
    border-left: 7px solid #6653FF;
    border-right: 7px solid #6653FF;
    padding-left: 20px;
    padding-right: 20px;
}
.nl-header h3 {
    color: #FFF;
    font-family: 'Roboto';font-weight:800;;
    font-size: 24px;
    font-style: normal;
    
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}
.nl-header p {
    color: #E3E3E3;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
}
.msg-input {
    display: block;
    width: 100%;
    height: 135px;
    border: 1px solid #6653FF;
    background-color: transparent;
    padding: 10px 15px;
    margin-bottom: 12px;
    color: #B5B5B5;
    font-family: 'Roboto';font-weight:400;
    
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    resize: none;
}
.msg-input input:placeholder {
    color: #B5B5B5;
    font-family: 'Roboto';font-weight:400;
    
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
}
.sumbit-btn {
    display: block;
    width: 100%;
    height: 43px;
    background-color: #6653FF;
    text-align: left;
    padding-left: 15px;
    font-family: 'helvetica_neue_lt_std97BlkCn';
    
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.category-listing {
    padding-top: 50px;
    padding-bottom: 60px;
}
.cat-grid {
    flex-wrap: wrap;
    column-gap: 20px;
}
.cat-grid .a-card {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}
.cat-grid .a-card .a-card_image .a-media {
    padding-bottom: 60.5%;
}
.cat-grid .a-card .a-card_content {
    margin-top: 15px;
}
.cat-grid .a-card .a-head {
    color: #000;
    font-family: 'Roboto';font-weight:800;;
    font-size: 26px;
    font-style: normal;
    
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.cat-grid .a-card .a-card_content {
    display: flex;
    flex-direction: column;
}
.cat-grid .a-card .a-card_meta {
    order: 1;
    margin-bottom: 10px;
}
.cat-grid .a-card .a-card_link {
    order: 2;
}
.cat-grid .a-card .a-cat, .cat-grid .a-card .a-card_excerpt {
    display: none;
}
.f-logo {
    width: 127px;
    margin-bottom: 20px;
}
.f-logo img {
    width: 100%;
}
.article_header-extra {
    margin-bottom: 20px;
}
.article_header-extra p {
    color: #000;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
}
.author_image {
    border-radius: 50%;
}
.article_header_restrict {
    width: calc(100% - 360px);
}
.article_header .flex-c {
    justify-content: space-between;
    align-items: center;
}
.posts_wrapper {
    max-width: 100%;
}
.posts_header_dek {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 24px 24px 30px;
    margin-bottom: 24px;
    position: relative;
}

.posts_header_dek:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #6653FF;
    position: absolute;
    top: -4px;
    left: 0;
}
.posts_header_dek h2 {
    font-weight: 700;
    font-family: 'Roboto';font-weight:800;;
    line-height: 32px;
    font-size: 30px;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.posts_header_dek p {
    font-weight: 400;
    font-family: "Poppins";
    line-height: 22px;
    font-size: 16px;
    color: #0c0c0c;
}

.posts-number {
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1em;
    font-size: 24px;
    color: #6653FF;
    padding-bottom: 24px;
}

.post-card {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 4px;
    margin: 0px 0px 32px;
    position: relative;
}

.post-time {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 10px;
    color: #6653FF;
    display: block;
    line-height: 1.25em;
    margin-bottom: 8px;
}

.post-title h1 {
    font-weight: 700;
    font-family: 'Roboto';font-weight:800;;
    font-size: 30px;
    color: #0c0c0c;
    display: block;
    line-height: 1.25em;
    margin-bottom: 8px;
}

.post-contributor {
    font-family: "Poppins";
    color: rgb(140, 140, 140);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0px;
}

.post-contributor span {
    text-decoration: underline;
}

.post-card-header {
    padding: 24px;
}

.post-body {
    padding: 0 24px;
}

.post-body figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-body figure img {
    width: 100%;
}

.post-body p {
    font-family: "Poppins";
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 20px;
}

.post-footer {
    width: 100%;
    border-top: 1px solid rgb(230, 230, 230);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-footer a {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 10px;
    line-height: 12px;
    color: #6653FF;
}
.post-footer a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.tags {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}
.tags > span {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 38px;
}
.tags a {
    display: inline-block;
    border: 1px solid #6653FF;
    border-radius: 23px;
    background-color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal!important;
    color: #6653FF;
    padding: 4px 20px;
    text-decoration: none!important;
    margin-bottom: 5px;
}
.tags a:hover {
    background-color: #6653FF;
    color: #fff;
}
#btnSearch {
    display: none;
    height: 37px;
    width: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3LjE1MjcgMTUuMDk0M0gxNi4wNjg2TDE1LjY4NDQgMTQuNzIzOEMxNy4wMjkyIDEzLjE1OTUgMTcuODM4OCAxMS4xMjg2IDE3LjgzODggOC45MTkzOEMxNy44Mzg4IDMuOTkzMTQgMTMuODQ1NiAwIDguOTE5MzggMEMzLjk5MzE0IDAgMCAzLjk5MzE0IDAgOC45MTkzOEMwIDEzLjg0NTYgMy45OTMxNCAxNy44Mzg4IDguOTE5MzggMTcuODM4OEMxMS4xMjg2IDE3LjgzODggMTMuMTU5NSAxNy4wMjkyIDE0LjcyMzggMTUuNjg0NEwxNS4wOTQzIDE2LjA2ODZWMTcuMTUyN0wyMS45NTU0IDI0TDI0IDIxLjk1NTRMMTcuMTUyNyAxNS4wOTQzWk04LjkxOTM4IDE1LjA5NDNDNS41MDI1NyAxNS4wOTQzIDIuNzQ0NDMgMTIuMzM2MiAyLjc0NDQzIDguOTE5MzhDMi43NDQ0MyA1LjUwMjU3IDUuNTAyNTcgMi43NDQ0MyA4LjkxOTM4IDIuNzQ0NDNDMTIuMzM2MiAyLjc0NDQzIDE1LjA5NDMgNS41MDI1NyAxNS4wOTQzIDguOTE5MzhDMTUuMDk0MyAxMi4zMzYyIDEyLjMzNjIgMTUuMDk0MyA4LjkxOTM4IDE1LjA5NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-size: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -18px;
    background-color: transparent;
    border: none;
}
.article_header_rubric_label a {
    color: #6653FF;
}
.posts_header_dek {
    display: none;
}
.posts_header {
    padding-top: 25px;
}
.hero-inset_wrapper .inset {
    width: 970px;
}
.hero-inset_wrapper .inset img {
    display: block;
}
.post-body iframe {
    max-width: 100%;
}
.article_header_restrict > .flex-c {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.layout-form_article-body .articles-col {
    padding-right: 0!important;
    margin-top: 60px;
}
.offcanvas-social {
    padding-top: 30px;
}
.offcanvas-social .social li {
    margin-left: 0px;
    margin-right: 10px;
}
.offcanvas-social .social li img {
    opacity: 1;
}
@media(min-width: 1200px){
    .grid-layout-3 article:first-child {
      padding-right: 60px;
    }
    .site-header .offcanvas {
        padding: 30px 80px 40px;
        width: 498px;
        transform: translate3d(-499px, 0, 0);
    }
}
@media(min-width: 1280px){
 .container {
       padding-right: 0px;
       padding-left: 0px;
    }
    
    #header-menu {
        display: block;
    }
    .offcanvas-content-left {
        padding: 37px 40px;
    }
    .offcanvas-content-right {
        padding: 42px 60px;
    }
    
}
@media(min-width: 1040px){
    
    .hero-article .a-card_content {
        padding-right: 15%;
    }
    .hero-article .a-head {
        font-size: 54px;
        line-height: 61px; 
    }
    .hero-article .a-media {
        padding-bottom: 47.82%;
    }
    .cat-grid {
        column-gap: 30px;
    }
    .cat-grid .a-card {
        width: calc(33.33% - 20px);
    }
    
}
@media(min-width: 780px){
   .articles-col {
        flex-grow: 1;
        padding-right: 50px;
    } 
   .aside-col {
        width: 300px;
        flex-shrink: 0;
    }
    .hero-article .a-media {
        padding-bottom: 57.82%;
    }
    .v-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }
    .videos-col {
        width: calc(100% - 300px);
        padding-right: 40px;
    }
    .v-grid article:not(:first-child) {
        grid-row: auto;
        grid-column: span 1;
        padding-left: 20px;
        padding-right: 10px;
    }
    .v-grid article:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }
    
}
@media(max-width: 1039px) {
    .hiqe {
        display: none!important;
    }
    .flex-c {
        flex-wrap: wrap;
    }
    .aside-col {
        margin: 0 auto 0;
    }
    .video-section .aside-col {
        margin-top: 0;
    }
    .grid-layout-3 article:first-child {
        grid-column: span 8;
        grid-row: span 4;
        padding-right: 0;
    }
    .grid-layout-3 .inset-wrap {
        grid-column: span 13;
        grid-row-start: auto;
        grid-row-end: auto;
        padding-bottom: 30px;
    }
    .grid-layout-3 .inset-wrap .inset {
        position: static;
    }
    .video-section {
        padding-bottom: 20px;
    }
    .videos-col {
        padding-right: 0;
    }
    .articles-col {
        padding-right: 0;
    }
    .grid-layout-2 article:not(:first-child) .a-head, .grid-layout-3 article:not(:first-child) .a-head {
        font-size: 20px;
        line-height: 21px;
    }
    .hideM.mediadesk {
        display: none;
    }
    .showM.mediadesk {
        display: flex;
        margin-top: 20px;
    }
    .c-list li {
        margin-left: 0;
        margin-right: 25px;
    }
    .hero-inset_wrapper .inset {
        width: 300px;
    }
}
@media(max-width: 820px) {
    .grid {
        display: block;
    }
    .grid-layout-2 article:not(:first-child) {
        margin-left: 0;
    }
    .f-nav {
        margin-right: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .f-left .f-col {
        margin-right: 0;
    }
    .grid-layout-1 article {
        display: block;
        margin-bottom: 30px!important;
    }
    .grid-layout-1 article > div {
        width: 100%;
    }
    .grid-layout-1 .a-card .a-card_image .a-media {
        height: 200px;
        min-height: 200px;
    }
    .grid-layout-1 .a-card .a-card_content {
        margin-top: 20px;
    }
    .grid-layout-1 .a-card .a-card_content:before {
        display: none;
    }
  
    .v-grid .a-media_img {
        width: 100%;
    }
    .v-list-wrap {
        padding-left: 0;
        margin-top: 40px;
    }
    .v-list {
        position: static;
        margin-bottom: 20px;
    }
    .goto-yt {
        position: static;
    }
    .offcanvas-content-right {
        display: none;
    }
    .hero-article .a-card_content {
        padding-bottom: 20px;
        padding-right: 0;
        position: relative;
        background: none;
        height: auto;
    }
 
    .offcanvas-content-left {
        padding: 20px;
        width: 100%;
        justify-content: space-between;
    }
    .logo svg {
        width: 120px;
    }
    .logo {
        order: 1;
    }
    .menu-btn {
        order: 2;
        margin-right: 0px;
    }
    .layout-form_body_left {
        width: 100%;
        padding-right: 0;
    }
    .layout-form_body_right {
        margin: auto;
    }
    .post-template .hero-article_wrapper, .category-template .hero-article_wrapper {
        padding-bottom: 77px;
    }
    .site-header .offcanvas {
        padding: 30px 20px 20px;
        overflow: scroll;
    }
    .article_header_restrict {
        width: 100%;
    }
   .related-list .a-card_content  {
        padding-right: 0;
        margin-left: 1rem;
    }
    .suggested-list .a-card_content {
        padding-right: 0px;
        margin-left: 1rem;
    }
    .related-list .a-card_image, .suggested-list .a-card_image {
        width: 130px;
    }
    .hero-article .a-card_image {
        position: relative;
    }
    .hero-article .a-card_image:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 80px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    }
    blockquote {
        padding-left: 20px;
    }
    blockquote:before {
        left: 0;
    }
}
@media(max-width:550px) {
     .hero-article .a-card_content .a-cat {
        font-size: 4.5vw;
    }
     .hero-article .a-head {
        font-size: 7vw;
        line-height: 1.1em;
        margin-bottom: 10px;
    }
    .grid-layout-3 article:not(:first-child) {
        margin-left: 0;
    }
    .layout-form_body_right {
        width: 100%;
    }
    .title-row h2 {
        font-size: 10vw;
    }
    .entry-content {
        padding-top: 20px;
    }
    .a-card .a-card_content .a-cat {
        font-size: 14px;
    }
    .grid-layout-1 .a-head {
        font-size: 6vw;
        line-height: 1.2em;
    }
    .grid-layout-2 article:first-child .a-head {
        font-size: 6vw;
        line-height: 1.2em;
    }
    .grid-layout-2 article:not(:first-child) .a-card_image {
        margin-right: 18px;
    }
    .grid-layout-2 {
        padding-bottom: 0px;
    }
    .art-listing .a-card .a-head {
        font-size: 18px;
        line-height: 19px;
    }
    .title-row h3 {
        font-size: 9vw;
        line-height: 1.4em;
    }
    .v-grid .a-card:first-child .a-card_content {
        padding-top: 15px;
    }
    .grid-layout-2 article:first-child .a-card_content {
        margin-top: 15px;
    }
    .v-grid .a-card:first-child .a-head {
        font-size: 6vw;
        line-height: 1.2em;
    }
    .grid-layout-3 {
        padding-bottom: 0px;
    }
    .grid-layout-3 article:not(:first-child) .a-card_image {
        margin-right: 18px;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .video-section .title-row.flex-c {
        align-items: center;
    }
    .goto-yt {
        margin-bottom: 0;
    }
    .top-stories > .container {
        padding-bottom: 0px;
    }
    .article_header_title h1 {
        font-size: 9vw;
        line-height: 1.1em;
    }
    .layout_content {
        padding-top: 40px;
    }
    .layout-form_article-body {
       padding-bottom: 0;
    }
    .article_header_title {
        margin-bottom: 15px;
    }
    .category-listing {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .cat-grid .a-card .a-head {
        font-size: 5vw;
        line-height: 1.1em;
    }
    .post-title h1 {
        font-weight: 700;
        font-size: 6vw;
    }
    .posts_header_dek h2 {
        line-height: 1.2em;
        font-size: 6vw;
    }
    
    .post-card-header {
        padding: 1rem;
    }
    
    .post-body {
        padding: 0 1rem;
    }
    .post-footer {
        padding: 1rem;
    }
    .posts_header_dek {
        padding: 1rem 1rem 25px;
    }
    .posts-number {
        font-size: 5vw;
    }
    .related-list .a-card .a-head, .suggested-list .a-card .a-head {
        font-size: 4vw;
        line-height: 1.2em;
        font-weight: 600;
    }
    .grid-layout-1 .a-cat {
        display: none;
    }
    .layout-form_article-body .articles-col {
        margin-top: 40px;
    }
    .hero-inset_wrapper {
        height: 100px;
    }
    .offcanvas_search {
        height: 50px;
        width: 100vw;
        left: 0;
        position: absolute;
        top: 170px;
        z-index: 1000;
        display: none;
    }
    .offcanvas_search.open-search {
        display: block;
    }
    .search-bar {
        width: 100%;
    }
    .search-bar form input[type=text] {
        padding-left: 20px;
    }
    .iksi {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDIuNDE3MTRMMjEuNTgyOSAwTDEyIDkuNTgyODZMMi40MTcxNCAwTDAgMi40MTcxNEw5LjU4Mjg2IDEyTDAgMjEuNTgyOUwyLjQxNzE0IDI0TDEyIDE0LjQxNzFMMjEuNTgyOSAyNEwyNCAyMS41ODI5TDE0LjQxNzEgMTJMMjQgMi40MTcxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
        background-size: 14px !important;
    }
    #btnSearch {
        display: block;
    }
    
}