@charset "utf-8";
@font-face {
  font-family: 'Deneane';
  src: url('fonts/deneane-webfont.woff') format('woff'),
       url('fonts/deneane-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
header.header {
    border-bottom: 1px solid #CCCCCC;
}
#btnSearch {
    display: none;
    width: 48px;
    height: 36px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTExLjQzNTEgMTAuNjkxOEgxMC43MTI0TDEwLjQ1NjMgMTAuNDI5NEMxMS4zNTI4IDkuMzIxMzMgMTEuODkyNSA3Ljg4Mjc5IDExLjg5MjUgNi4zMTc5QzExLjg5MjUgMi44Mjg0NyA5LjIzMDQyIDAgNS45NDYyNSAwQzIuNjYyMDkgMCAwIDIuODI4NDcgMCA2LjMxNzlDMCA5LjgwNzMyIDIuNjYyMDkgMTIuNjM1OCA1Ljk0NjI1IDEyLjYzNThDNy40MTkxIDEyLjYzNTggOC43NzMwMSAxMi4wNjIzIDkuODE1ODkgMTEuMTA5OEwxMC4wNjI5IDExLjM4MTlWMTIuMTQ5OEwxNC42MzY5IDE3TDE2IDE1LjU1MTdMMTEuNDM1MSAxMC42OTE4Wk01Ljk0NjI1IDEwLjY5MThDMy42NjgzOCAxMC42OTE4IDEuODI5NjIgOC43MzgxNCAxLjgyOTYyIDYuMzE3OUMxLjgyOTYyIDMuODk3NjYgMy42NjgzOCAxLjk0Mzk3IDUuOTQ2MjUgMS45NDM5N0M4LjIyNDEzIDEuOTQzOTcgMTAuMDYyOSAzLjg5NzY2IDEwLjA2MjkgNi4zMTc5QzEwLjA2MjkgOC43MzgxNCA4LjIyNDEzIDEwLjY5MTggNS45NDYyNSAxMC42OTE4WiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K);
    background-size: 100%;
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-bar-right .nav-bar_link a {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 0.875rem;
    color: #fff;
    background: #0D0F16;
    border-radius: 33px;
    padding: 10px 16px;
}
.nav-bar-right .nav-bar_link.nav-bar_lang a {
    color: #0D0F16;
    background: #EFEFEF;
    margin-right: 10px;
}
.nav-main-links {
    display: flex;
    list-style: none;
}
.nav-main-links li {
    margin-right: 30px;
    padding: 15px 0;
}
.nav-main-links li a {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1rem;
    color: #0D0F16;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-main-links li a:hover {
    font-weight: 600;
}
.nav-main-links li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -16px;
    left: 0;
}
.nav-main-links li a img {
    margin-right: 5px;
}
.nav-main-links li a span:before {
    content: attr(data-cat);
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 1rem;
    display: block;
    height: 0;
    color: transparent;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}
.a-card {
    position: relative;
}
.a-card .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #f0f4f8;
    overflow: hidden;
    position: relative;
}
.a-card .a-media .a-media_img {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    -webkit-transition: .5s ease !important;
    filter: grayscale(1);
}
.a-card:hover .a-media .a-media_img {
    filter: grayscale(0.9);
    transform: scale(1.05);
}
.a-card .a-meta {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.a-card .a-meta .a-source {
    display: none;
}
.a-card .a-head {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    color: #0D0F16;
    margin-bottom: 10px;
}
.a-card .a-date {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #7D7D7D;
}
.a-card .a-card_image {
    margin-bottom: 15px;
}
.a-card_content a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.wide-center-grid {
    display: grid;
    grid-template-columns: 320px 1fr 300px;
    column-gap: 30px;
}
.wide-center-grid .a-card .a-media,
.layout-form_body_right .col-right .a-card .a-media {
    padding-bottom: 66.667%;
}
.wide-center-grid .col-left article:first-of-type, 
.wide-center-grid .col-right article:first-of-type,
.layout-form_body_right .col-right article:first-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}
.wide-center-grid .col-left article:first-of-type .a-head, 
.wide-center-grid .col-right article .a-head,
.layout-form_body_right .col-right article .a-head {
    font-size: 1.625rem;
}
.wide-center-grid .col-right article:first-of-type .a-head,
.layout-form_body_right .col-right article:first-of-type .a-head {
    font-weight: 600;
}
.wide-center-grid .col-left article:first-of-type .a-card_image {
    margin-bottom: 15px;
}
.wide-center-grid .col-left article:first-of-type .a-meta {
    display: block;
}
.wide-center-grid .col-left article:last-of-type {
    display: flex;
    padding: 30px 0;
}
.wide-center-grid .col-left article:last-of-type .a-card_image {
    width: 104px;
    flex-shrink: 0;
    margin-bottom: 0px;
}
.wide-center-grid .col-left article:last-of-type .a-meta {
    position: absolute;
    top: 0;
    left: 0;
}
.wide-center-grid .col-left article:last-of-type .a-date {
    position: absolute;
    bottom: 0;
    left: 0;
}
.wide-center-grid .col-left article:last-of-type .a-card_content {
    padding-left: 1rem;
}
.wide-center-grid .col-left article:last-of-type .a-head {
    font-size: 1.25rem;
    margin-bottom: 0px;
}
.wide-center-grid .col-middle article .a-head {
    font-size: 2.1875rem;
    font-weight: 600;
}
.wide-center-grid .col-right article:last-of-type .a-card_image,
.layout-form_body_right .col-right article:last-of-type .a-card_image {
    display: none;
}
.equl-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 320px));
    column-gap: 25px;
}
.equl-three-grid .a-card .a-media, .equal-three-slider .a-card .a-media {
    padding-bottom: 66.875%;
}
.equl-three-grid .a-card .a-head {
    font-size: 1.125rem;
}
.three-to-one .inset {
    width: 300px;
    flex-shrink: 0;
}
.d-flex {
    display: flex;
}
.three-to-one .equl-three-grid {
    margin-right: 30px;
}
.justify-between {
    justify-content: space-between;
}
.equal-three-slider {
    max-width: 1010px;
    margin: 0!important;
}
.equal-three-slider .swiper-slide {
    width: 320px!important;
}
.dark-bg-section {
    background-color: #0D0F16;
    padding: 50px 0;
    margin-bottom: 80px;
}
.equal-three-slider .a-card .a-head {
    color: #FFFFFF;
    font-weight: 400;
}
.dark-bg-section .title-wrap h2 {
    font-family: 'Deneane';
    font-weight: normal;
    font-size: 4rem;
    line-height: 0.7;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.dark-bg-section .title-wrap h2:after {
    content: "";
    display: block;
    width: 130px;
    height: 63px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: -12px;
}
.dark-bg-section .title-wrap p {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
}
.dark-bg-section .title-wrap {
    position: relative;
    padding-top: 50px;
    flex-grow: 1;
    padding-right: 50px;
    flex-shrink: 0;
}
.dark-bg-section .swiper-button-next {
    right: 50px;
}
.dark-bg-section .swiper-button-prev {
    left: auto;
    right: 102px;
}
.equal-three .equl-three-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}
.s-title h2 {
    font-family: 'Bricolage Grotesque';
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
    color: #0D0F16;
}
.exit {
    font-family: 'Deneane'!important;
}
.equal-four-slider .a-card .a-media {
    padding-bottom: 56.25%;
}
.other-slider .a-card .a-media, 
.equal-three .equl-three-grid .a-card .a-media {
    padding-bottom: 65.48%;
}
.layout-wide-center {
    margin-bottom: 60px;
}
.equl-three-grid .a-card {
    margin-bottom: 40px;
}
.three-to-one {
    margin-bottom: 40px;
}
.equal-three-slider .a-card .a-meta {
    color: rgba(255,255,255,0.6);
}
.equal-three-slider .a-card .a-date {
    color: #C8C8C8;
}
.equal-three .equl-three-grid .a-card .a-head {
    font-size: 1.375rem;
}
.equal-three .equl-three-grid .a-card .a-meta {
    display: none;
}
.s-title {
    margin-bottom: 40px;
}
.equal-three .equl-three-grid .a-card {
    margin-bottom: 60px;
}
.border-top {
    border-top: 1px solid #BABABA;
    padding-top: 80px;
    padding-bottom: 80px;
}
.s-title h3 {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}
.equal-four-slider .swiper-wrapper, .other-slider .swiper-wrapper {
    margin-bottom: 40px;
}
.equal-four-slider .a-card, .other-slider .a-card {
    margin-bottom: 40px;
}
.equal-four-slider .a-card .a-author, .equal-four-slider .a-card .a-date {
    display: none;
}
.equal-four-slider .a-card .a-source {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #0D0F16;
    display: block;
    text-decoration: underline;
}
.equal-four-slider .a-card .a-card_content {
    display: flex;
    flex-direction: column;
}
.equal-four-slider .a-card .a-meta {
    order: 2;
}
.swiper-pagination {
    position: static!important;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 8px!important;
    border-radius: 8px!important;
    background: #D9D9D9!important;
    opacity: 1!important;
    transition: all 300ms ease;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000!important;
    width: 30px!important;
}
.dark-bg-section .swiper-button-next, .dark-bg-section .swiper-button-prev {
    width: 40px!important;
    margin-top: 10px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none!important;
}
.other-slider .a-card .a-source {
    display: none;
}
.other-slider .a-card .a-author {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-style: Bold;
    font-size: 0.875rem;
    display: block;
    text-decoration: underline;
}
.other-slider .a-card .a-media .a-media_img {
    filter: grayscale(0);
}
.pre-footer {
    background-color: #F0F0F0;
    padding-top: 30px;
    padding-bottom: 0;
}
.cover-wrap {
    width: 285px;
    height: auto;
    box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.26);
    padding: 18px;
    background-color: #fff;
}
.cover-wrap img {
    width: 100%;
}
.nav-bar-top {
    padding: 30px 0;
}
.nav-bar-top .grid {
    display: grid;
    grid-template-columns: 20rem auto 20rem;
}
.nav-bar-middle {
    justify-content: center;
}
.nav-bar-right {
    justify-content: flex-end;
}
.nav-bar-top .d-flex {
    align-items: center;
}

.book-slide {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}
.pre-footer .swiper-holder {
    width: calc(100% + 80px);
    margin-left: -40px;
}
.books-slider {
    position: relative;
    background-color: transparent;
    bottom: -40px;
}
.books-slider .swiper-pagination {
    position: absolute!important;
    bottom: 100px!important;
    width: auto!important;
    left: 40px!important;
}
.book-slide h2 {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 2.5rem;
    color: #000;
    max-width: 506px;
    margin-bottom: 10px;
}
.book-slide .col-left h3 {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 30px;
}
.book-slide .col-left > span {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1rem;
    color: #000;
}
.book-slide .col-left h2:before {
    content: "";
    display: block;
    width: 128px;
    height: 1px;
    background-color: #000;
    margin-bottom: 15px;
}
.pre-footer .col-left p {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
footer.footer {
    background-color: #0D0F16;
    padding: 120px 0 80px;
}
.f-left .nav-main-links li a {
    color: #fff;
}
.f-main-links {
    display: flex;
    margin-bottom: 30px;
}
.f-main-links li {
    margin-right: 20px;
}
.f-main-links li a {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}
.nl_form {
    max-width: 566px;
    width: 100%;
    height: 40px;
    display: flex;
    border: 1px solid #fff;
}
.nl_input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Bricolage Grotesque";
    color: rgba(255,255,255,0.5);
    display: inline-block;
    border: none;
    padding-left: 15px;
    background-color: transparent;
}
.nl_btn {
    display: block;
    width: auto;
    height: 100%;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-family: "Bricolage Grotesque";
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    padding: 0 15px;
}
.footer .row:first-of-type {
    margin-bottom: 150px;
}
.footer .copyright {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    padding-right: 50px;
}
.sociale {
    display: flex;
    list-style: none;
}
.sociale li {
    margin-left: 10px;
}
.f-social span {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-right: 10px;
}
.mediadesk {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}
.mediadesk img {
    margin-left: 10px;
}
.mediadesk span {
    flex-shrink: 0;
}
.align-end {
    align-items: flex-end;
}
.nav-bar_contribute {
    padding: 15px 0;
}
.nav-bar_contribute a {
    color: #0D0F16;
}
.nav-bar_contribute a img:first-of-type {
    margin-right: 2px;
}
.nav-bar_contribute a img:last-of-type {
    margin-left: 20px;
}
.nav-bar_contribute a:hover span {
    text-decoration: underline;
}
.tags-wrapper {
    padding: 40px 0;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 0.875rem;
    color: #505050;
}
.align-center {
    align-items: center;
}
.tags {
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 20px;
    flex-grow: 1;
}
.tags li {
    margin-right: 10px;
    flex-shrink: 0;
    height: 35px;
    display: flex;
    align-items: center;
}
.pretags {
    display: inline-block;
    line-height: 35px;
    flex-shrink: 0;
}
.tags li a {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 0.875rem;
    color: #505050;
    background: #fff;
    border-radius: 33px;
    padding: 8px 11px;
    border: 1px solid #C9C9C9;
    transition: all 300ms ease;
}
.tags li a:hover {
    border-color: #000;
}
.layout {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 150px;
}
.layout-form_body_left {
    padding-top: 80px;
    max-width: 670px;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
.article_header_title h1 {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 2.1875rem;
    margin-bottom: 15px;
}
.article_header_meta {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 20px;
}
.layout-form_article-body {
    color: #0D0F16;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
}
.layout-form_article-body > p {
    color: #0D0F16;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
.layout-form_article-body > p strong, .layout-form_article-body > p b {
    font-weight: 700;
}
.layout-form_article-body > p a {
    text-decoration: underline;
    color: #0D0F16;
}
.layout-form_article-body > img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
.article_header_author {
    color: #7D7D7D;
    margin-right: 10px;
}
.related-list {
    padding: 30px 0 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    position: relative;
}
.related-list:before {
    content: "I NDERLIDHUR";
    display: inline-block;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 15px;
    line-height: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: -0.5rem;
    background-color: #fff;
    padding-right: 30px;
}
.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: 104px;
    height: 70px;
    flex-shrink: 0;
    margin-bottom: 0!important;
}
.related-list .a-media {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-card .a-head {
    color: #0D0F16;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: -2px;
}
.related-list .a-card .a-time {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #7D7D7D;
}
.related-list .a-head a {
    color: #000;
}
.more-aticles-wrap {
    margin-top: 30px;
}
.more-aticles-wrap h2 {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
}
.more-aticles-wrap .d-flex {
    flex-wrap: wrap;
}
.more-aticles-wrap .a-card {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}
.more-aticles-wrap .a-card .a-media {
    padding-bottom: 66.875%;
}
.more-aticles-wrap .a-card .a-head {
    font-size: 1.125rem;
}
.more-aticles-wrap .a-card .a-card_content {
    padding-right: 30px;
}
.show-more {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #170D0D;
    background: #fff;
    border-radius: 33px;
    padding: 10px 18px 10px 16px;
    border: 1px solid #DDDCDC;
    max-width: 394px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms ease;
}
.show-more:hover {
    border-color: #000;;
}
.wide-center-grid .col-right article:first-of-type .a-card_image,
.layout-form_body_right .col-right article:first-of-type .a-card_image {
    border-top: 2px solid #000;
    border-bottom: 1px solid #C9C9C9;
}
.wide-center-grid .col-right article:first-of-type .a-card_image:before,
.layout-form_body_right .col-right article:first-of-type .a-card_image:before {
    content: "Opinion";
    display: inline-block;
    color: #0D0F16;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1000;
}
.wide-center-grid .col-right article:first-of-type .a-media,
.layout-form_body_right .col-right article:first-of-type .a-media {
    overflow: visible;
    background: #fff;
}
.wide-center-grid .col-right article:first-of-type .a-media_img,
.layout-form_body_right .col-right article:first-of-type .a-media_img{
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.layout-form_body_right .col-right {
    margin-top: -2px;
}
.main-wrapper {
    padding: 100px 0;
}
.search-bar {
     width: 188px;
}
.search-bar form input[type=submit] {
    width: 48px;
    height: 36px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTExLjQzNTEgMTAuNjkxOEgxMC43MTI0TDEwLjQ1NjMgMTAuNDI5NEMxMS4zNTI4IDkuMzIxMzMgMTEuODkyNSA3Ljg4Mjc5IDExLjg5MjUgNi4zMTc5QzExLjg5MjUgMi44Mjg0NyA5LjIzMDQyIDAgNS45NDYyNSAwQzIuNjYyMDkgMCAwIDIuODI4NDcgMCA2LjMxNzlDMCA5LjgwNzMyIDIuNjYyMDkgMTIuNjM1OCA1Ljk0NjI1IDEyLjYzNThDNy40MTkxIDEyLjYzNTggOC43NzMwMSAxMi4wNjIzIDkuODE1ODkgMTEuMTA5OEwxMC4wNjI5IDExLjM4MTlWMTIuMTQ5OEwxNC42MzY5IDE3TDE2IDE1LjU1MTdMMTEuNDM1MSAxMC42OTE4Wk01Ljk0NjI1IDEwLjY5MThDMy42NjgzOCAxMC42OTE4IDEuODI5NjIgOC43MzgxNCAxLjgyOTYyIDYuMzE3OUMxLjgyOTYyIDMuODk3NjYgMy42NjgzOCAxLjk0Mzk3IDUuOTQ2MjUgMS45NDM5N0M4LjIyNDEzIDEuOTQzOTcgMTAuMDYyOSAzLjg5NzY2IDEwLjA2MjkgNi4zMTc5QzEwLjA2MjkgOC43MzgxNCA4LjIyNDEzIDEwLjY5MTggNS45NDYyNSAxMC42OTE4WiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K);background-size: 100%;
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: center;
}
.search-bar form {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
    border-radius: 33px;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid #DDDCDC;
}

.search-bar form input {
    border: none;
}

.search-bar form input[type=text] {
    width: calc(100% - 40px);
    outline: none;
    background: transparent!important;
    padding-left: 20px;
    color: #0D0F16;
    font-family: 'Bricolage Grotesque';
    font-size:  0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.search-bar form input[type=text]::-ms-input-placeholder { /* Edge 12-18 */
  color: #505050;
  font-family: 'Bricolage Grotesque';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
}

.search-bar form input[type=text]::placeholder {
   color: #505050;
    font-family: 'Bricolage Grotesque';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
}
.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
}
.equal-four-slider .a-card .a-media .a-media_img {
    filter: grayscale(0);
}
.layout-category_wrapper {
    padding-top: 80px;
}
.menuBtn {
    display: none;
}
.f-right {
    flex-shrink: 0;
}
.equal-three-slider .swiper-scrollbar {
    display: none !important;
}
.noscroll {
    overflow-y: hidden;
}
.logo-f {
    display: none;
}
.copyrightM {
   display: none; 
}
.s-title img {
    vertical-align: middle;
}
.framiim {
    margin-bottom: 40px;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.framiim iframe {
    width: 100%;
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.extra p {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.388;
}
.article_header {
    margin-bottom: 30px;
}
.layout-form_article-body h3 {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: 30px;
}
blockquote {
    color: #000;
    font-family: 'Bricolage Grotesque';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    display: block;
    width: 5px;
    bottom: 5px;
    background: #D9D9D9;
}
.layout-form_article-body blockquote p {
    font-family: 'Bricolage Grotesque';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: #000;
}
.imazhiim {
    margin-bottom: 30px;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 15px 0 15px;
}
.tit strong {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 0.875rem;
    color: #7D7D7D;
}
.showM {
    display: none;
}
.header-mobile {
    display: none;
}
.layout-form_article-body > ul {
    list-style-type: square;
    padding-left: 1em;
    margin-bottom: 30px;
}
@media(max-width:1440px){
  .pre-footer .container {
        padding-right: 50px;
    }
}
@media(max-width:1130px){
    .nav-bar-top .nav-bar-right {
        justify-content: flex-end;
    }
    .header .nav-bar-right .nav-bar_link {
        display: none;
    }
    .nav-bar-right .nav-bar_link.nav-bar_lang a {
        margin-right: 0;
    }
    .menuBtn {
        display: block;
        border: none;
        background: transparent;
    }
    #menu {
        display: none;
        position: fixed;
        top: 70px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
        transform: translateX(-100%);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    #menu.is-active {
        display: block;
        transform: translateX(0);
    }
    header .nav-bar-middle, header .nav-bar-right {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    
    .nav-main-links {
        flex-direction: column;
        padding-top: 10px;
    }
    .nav-main-links li {
        padding: 0;
        margin-bottom: 1rem;
    }
    .hideM {
        display: none;
    }
    .tags {
        overflow-x: scroll;
    }
   .footer .d-flex {
       flex-wrap: wrap;
   }
   .footer .copyright {
        margin-bottom: 20px;
    }
     .header-mobile .nav-bar-top {
        height: 70px;
        padding: 0;
    }
    header .nav-bar-top .nav-bar-left {
        width: 100%;
    }
    .nav-bar_search-wrapper, .search-bar {
        width: 100%;
    }
      .header-mobile .nav-bar-top .container {
         height: 100%;
     }
     header .nav-bar-top .grid {
         display: block;
     }
}
@media(max-width:940px){
    .wide-center-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 40px;
    }
    .wide-center-grid .col-middle {
        order: 1;
    }
    .wide-center-grid .col-left {
        order: 2;
    }
    .wide-center-grid .col-right {
        order: 2;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .tags-wrapper .d-flex {
        flex-wrap: nowrap;
    }
    .three-to-one .equl-three-grid {
        margin-right: 0px;
    }
    .equl-three-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        width: 100%;
    }
    .dark-bg-section .title-wrap {
        display: flex;
        align-items: flex-end;
        padding-right: 20px;
        margin-bottom: 50px;
    }
    .dark-bg-section .title-wrap h2:after {
        display: none;
    }
    .dark-bg-section .swiper-arrows {
        display: none;
    }
    .equal-three .equl-three-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .book-slide {
        flex-wrap: wrap;
    }
    .book-slide .col {
        width: 100%;
    }
    .inset {
        margin: auto;
    }
    .tags-wrapper .container, .dark-bg-section .container {
        padding-right: 0;
    }
    .header-mobile .nav-bar-top .grid {
      grid-template-columns: 5rem auto 5rem;
    }
    /*.nav-bar-top .nav-bar-left {*/
    /*    position: relative;*/
    /*}*/
    /*.search-bar {*/
    /*    display: none;*/
    /*    width: 100vw;*/
    /*    position: absolute;*/
    /*    right: -20px;*/
    /*    z-index: 1000;*/
    /*    top: 100%;*/
    /*    display: none;*/
        
    /*}*/
    /*.search-bar form {*/
    /*    border-radius: 0;*/
    /*    background-color: #fff;*/
    /*    border-left: none;*/
    /*    border-right: none;*/
    /*    height: 70px;*/
    /*}*/
    /*.open-search {*/
    /*    display: block;*/
    /*}*/
    #btnSearch {
        display: block;
        /*border: 1px solid #DDDCDC;*/
        /*border-radius: 33px;*/
        border: none;
        background-position: center right;
            width: 20px;
    }
   .tags-wrapper {
        padding: 20px 0;
   }
   .search-bar form input[type=submit] {
        width: 55px;
   }
   .showM {
        display: block;
    }
    .langM {
        color: #0D0F16;
    background: #EFEFEF;
    margin-right: 10px;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 33px;
    padding: 10px 16px;
    }
    .nav-bar-top .nav-bar-left {
        flex-wrap: nowrap!important;
    }
}
@media(max-width:699px){
     .equal-four-slider .a-card {
        width: 280px!important;
    }
}
@media(max-width:500px){
    .equal-three-slider .swiper-scrollbar {
        display: block!important;
        position: static !important;
        margin-top: 20px;
        width: 100%;
        background: #464646!important;
    }
    .equal-three-slider .swiper-scrollbar-drag {
        background: #747474!important;
    }
    .equal-three-slider .swiper-slide {
        width: 280px !important;
    }
   
    .f-main-links {
        display: block;
    }
    .f-left {
        width: 100%;
    }
    .footer .row:first-of-type {
        margin-bottom: 50px;
    }
    .equal-three .equl-three-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .equal-three .equl-three-grid .a-card {
        margin-bottom: 30px;
    }
    .other-slider {
        overflow: visible!important;
    }
    .other-slider .swiper-wrapper {
        display: block!important;
        height: auto!important;
    }
    .other-slider .swiper-wrapper .swiper-slide { 
        height: auto!important;
    }
    .dark-bg-section .title-wrap h2 {
        font-size: 3.2rem;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .dark-bg-section .title-wrap p {
        font-size: 0.815rem;
    }
    .layout-wide-center .container, .three-to-one .container {
        padding: 0;
    }
    .layout-wide-center .a-card .a-card_content,
    .three-to-one .a-card .a-card_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wide-center-grid .col-left article:last-of-type {
        padding-left: 20px;
    }
    .wide-center-grid .col-right article:first-of-type .a-card_image {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }
    .wide-center-grid .col-right article:first-of-type {
        border-top: 1px solid #C9C9C9;
    }
    .wide-center-grid .col-right article:first-of-type .a-media_img {
        max-width: 340px;
    }
    .wide-center-grid .col-right article:first-of-type .a-card_image:before {
        left: 20px;
    }
    .dark-bg-section {
        padding-top: 0;
        margin-bottom: 0px;
    }
    .equal-four {
        padding: 50px 0 50px;
    }
    .equal-four .container {
        padding-right: 0;
    }
    .book-slide h2 {
        font-size: 2rem;
    }
    .book-slide .col-left h3 {
        font-size: 1.125rem;
    }
    .book-slide .col-right {
        padding-top: 30px;
    }
    .pre-footer {
        padding-top: 0;
    }
    footer.footer {
        padding: 80px 0 50px;
    }
    .f-main-links li {
        margin-bottom: 10px;
    }
    .logo-f {
        display: block;
        margin-bottom: 15px;
    }
    .f-social {
        display: none;
    }
    .footer .copyright {
        margin-bottom: 0px;
    }
    .copyrightM {
       display: block; 
       margin-bottom: 60px;
       font-family: 'Bricolage Grotesque';
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        padding-right: 50px;
    }
    .layout-category_wrapper {
        padding-top: 0px;
    }
    .layout-form_body_left {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .more-aticles-wrap .a-card {
        width: 100%;
    }
    .layout-form_body_right {
        display: none;
    }
    .layout {
        margin-bottom: 50px;
    }
    .equal-three {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .equal-four .s-title {
        padding-right: 20px;
    }
    .nav-main-links li a {
        font-size: 1.25rem;
    }
    .nav-main-links li a img {
        width: 1rem;
    }
    .wide-center-grid .col-left article:last-of-type .a-date {
        left: 20px;
    }
    .wide-center-grid .col-left article:last-of-type .a-meta {
        left: 20px;
    }
    .wide-center-grid .col-right {
        padding-top: 30px;
    }
}