<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    width: 1180px;
    padding: 0 20px;
}

.footer {
    height: auto;
    min-height: 0;
}
.footer:before { 
    height: 2px;
    background: #fff;
}
.footer a {
    margin-right: 35px;
}
.footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .other {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}
.footer .social {
    padding-right: 0;
    margin-top: 0;
    vertical-align: middle;
}
.footer .social &gt; a {
    font-size: 17px;
}

/* ISSUE */
#page.issue-page {
    background-color: #fafafa;
}

.issue-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.font-theme,
.privileges-slider.thumbnails .thumbnail .meta .badge .caption span,
.ct-box-wrapper .ct-box-column .num {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
}
#issue-hl .category,
#issue-hl .issue-date {
    font-family: 'cmprasanmitbold';
}

.section .ct-heading,
.entrycontent p, 
.entrycontent ul, 
.entrycontent ol, 
.entrycontent .note-box,
.entrycontent .table {
    margin-bottom: 15px;
}
.entrycontent li {
    margin-bottom: 6px;
}
.entrycontent li:last-child,
.entrycontent .table:last-child {
    margin-bottom: 0;
}
.entrycontent small, 
.entrycontent .note-box {
    font-size: 80%;
}
.entrycontent .note-box {
    opacity: 1;
    color: #999;
}

/* Navbar - Start */
#issue-navbar-fixed { 
    z-index: 9; 
}
.issue-navbar .nav {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    padding: 20px 0;
    line-height: 1;
    height: 58px;
}
.issue-navbar .nav .inner {
    position: relative;
}
.issue-navbar .nav .tool {
    position: absolute;
    top: 0;
    right: 0; 
}
.issue-navbar .nav .tool.active {
    color: #641d2e;
}
.issue-navbar .nav .share:before {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.menus ul.list-menus {
    margin: 0 -15px;
}
.menus ul.list-menus li {
    padding: 0 15px;
}
/* Navbar - End */

.section .sc-bgimg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-image 200ms ease-in-out;
    -moz-transition: background-image 200ms ease-in-out;
    -o-transition: background-image 200ms ease-in-out;
    transition: background-image 200ms ease-in-out;
}
.section .img-bound {
    display: block;
    width: 100%;
}
.section .ct-heading {
    font-size: 24px;
}
.section .sc-heading.c-brown:before, 
.section .sc-heading.c-brown:after { 
    background-color: #a99483;
}

.section .sc-heading .heading-line {
    display: block;
    height: 1px;
    width: 320px;
    max-width: 43.2%;
    margin: 15px auto 30px;
    background-image: url(../img/header-line.png);
    background-size: contain;
}
.section .sc-heading.c-white .heading-line {
    background-image: url(../img/header-line-white.png);
}

.section.sc-full-bg {
    height: 100%;
}
.section.sc-full-bg .sc-bgimg .img-bound {
    display: block;
    width: 100%;
}
.section.sc-full-bg .sc-inner {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background: none;
}
.section.sc-full-bg .container {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
}
.section.sc-full-bg .sc-content-area {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.section.sc-full-bg .content-box {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #999;
}

#issue-hl {
    position: relative;
}
#issue-hl .sc-bgimg {
    min-height: 220px;
}
#issue-hl .sc-inner {
    padding: 0;
}
#issue-hl .container {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
}
#issue-hl .sc-content-area {
    display: table-cell;
    vertical-align: middle;
}
#issue-hl .content-box {
    max-width: 75%;
    padding-top: 45px;
}
#issue-hl .category {
    font-size: 24px;
    margin-bottom: 10px;
}
#issue-hl .logo,
#issue-hl .issue-date {
    position: absolute;
    z-index: 1;
}
#issue-hl .logo {
    left: 20px;
    top: 20px;
}
#issue-hl .logo img { 
    width: auto;
    max-width: none;
    height: 60px;
}
#issue-hl .issue-date {
    top: 30px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 0.9;
}
#issue-hl .issue-date span {
    font-family: 'itc_giovannibook_italic';
    font-size: 22px;
}
#issue-hl .sc-logo {
    width: 32.75%;
    max-width: 280px;
    min-width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.privileges-slider.thumbnails { 
    text-align: center; 
}
.privileges-slider.thumbnails .thumbnail {
    -webkit-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 40px 1px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.privileges-slider .thumbnail .meta { 
    text-align: left;
    position: relative;
    padding-bottom: 52px;
}  
.privileges-slider .thumbnail .meta-inner {
    width: 75%;
}
.privileges-slider .thumbnail .meta .date { 
    position: absolute; 
    bottom: 0; left: 0; 
    padding: 0 15px 20px;
}
.privileges-slider .thumbnail .meta .title { 
    color: #672639;
    height: auto;
}
.privileges-slider .thumbnail .meta .badge {
    width: 80px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 4%;
    background-image: url(../img/badge.png);
    background-size: contain;
    text-align: center;
    padding-top: 12px;
}
.privileges-slider .thumbnail .meta .badge small { 
    font-size: 50%;
}
.privileges-slider .thumbnail .meta .badge .caption {
    color: #a99483;
    font-size: 12px;
    line-height: 1.2;
} 
.privileges-slider .thumbnail .meta .badge .caption span { 
    color: #fff; 
    font-size: 35px;
}
.privileges-slider .thumbnail .meta .title span {
    font-size: 16px;
}

.section.sc-events {
    background-color: #641d2e;
    background-image: url(../img/bg/events.jpg);
}
.events-slider .event .meta .category,
.events-slider .event .meta .title,
.events-slider .event .meta .more,
.events-slider .event .meta .desc { 
    color: #fff;
}
.events-slider .slick-dots li button:before { 
    border: 1px solid #fff;
}
.events-slider .slick-dots li.slick-active button:before {
    background-color: #fff !important;
    border-color: #fff !important;
    opacity: 1 !important;
}
.events-slider .slick-prev, 
.events-slider .slick-next {
    display: none !important;
}

.section.sc-issue .block-container .block-column { 
    text-align: left;
}
.section.sc-issue .block-container .block-column {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section.sc-issue .block-container .block-column .content {
    max-width: 55%;
}
.section.sc-issue .more-top { 
    margin-top: -160px;
}

.ct-box-wrapper {
    width: 100%;
    display: table;
    margin-top: 13px;
    margin-bottom: 13px;
}
.ct-box-wrapper .ct-box-column { 
    width: 50%; 
    display: inline-block;
    vertical-align: top;
    padding: 12px 0;
    color: #a99483;
    font-size: 13px;
} 
.ct-box-wrapper .ct-box-column .num {
    display: block;
    margin: 3px 0;
    font-size: 35px;
    line-height: 1;
    color: #641d2e;
    letter-spacing: -1px;
}
.ct-box-wrapper .ct-box-column .num &gt; small {
    letter-spacing: normal;
    font-size: 20px;
}

.ct-category {
    font-size: 18px;
}
.ct-row {
    margin-bottom: -30px;
}
.ct-col {
    padding-bottom: 30px;
}

.rating-box {
    margin-top: 30px;
}
.rating-box .rating {
    margin-bottom: 5px;
    line-height: 1;
}
.rating-box .rating img { 
    width: 16px; 
    vertical-align: top;
}
.rating-box small {
    font-size: 80%;
}
.img-block img {
    display: block;
    margin: 0 auto;
}

/* Table */
.tb-style { 
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.tb-style .table tr &gt; th,
.tb-style .table tr &gt; td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.tb-style .table thead th {
    font-size: 20px;
}
.tb-style .table td { 
    font-size: 14px;
    vertical-align: middle;
}

/* Section Skew - Start */
.section.sc-skew {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000;
    -webkit-transform: skew(0deg, -10deg);
    -moz-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    margin-top: -2px;
}
.section.sc-skew:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/skew.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0; top: 0;
}
.section.sc-skew .block-2columns {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.section.sc-skew .block-container .block-column {
    padding-top: 0;
    padding-bottom: 0;
}
.section.sc-skew .block-container .block-column .image,
.section.sc-skew .block-container .block-column .content {
    -webkit-transform: skew(0deg, 10deg);
    -moz-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    margin-top: -58px;
    margin-bottom: -58px;
}
.section.sc-skew + .section:not(.sc-skew) {
    margin-top: 58px;
}
/* Section Skew - End */

/* Overlap */
.overlap-container {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 45px;
}
.overlap-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    margin-top: 45px;
    background-color: #641d2e;
    background-image: url(../img/bg/overlap.jpg);
    background-position: center center;
    background-size: cover;
}
.overlap-front {
    position: relative;
    width: 100%;
}
.overlap-front .block-container {
    background: #fff;
}
.overlap-front .block-container .block-column {
    position: relative;
    padding: 0;
}
.overlap-front .block-container .block-column .image {
    padding: 0 !important;
}
.overlap-front .block-container .block-column .content {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    padding: 60px;
}
.overlap-back,
.overlap-front .block-container .block-content:before {
    -webkit-box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.08);
    box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.08);
    pointer-events: none;
    user-select: none;
}
/* Overlap - End */

/* Survey */
#sc-survey {
    background-image: url(../img/bg/survey.jpg);
    text-align: center;
}
#sc-survey.section .sc-heading { 
    color: #333;
    text-transform: capitalize;
}
/* Survey - End */

.section.sc-privileges {
    background-image: url(../img/bg/privileges-bg.jpg);
    background-size: contain;
}
.privileges-slider .thumbnail .meta .badge .no-resize {
    font-size: 68%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    
    .menus ul.list-menus { display: block !important; height: auto !important;}
    
}

@media screen and (min-width: 992px) {
    
    .visible-w991 { display: none !important;}
    
    .privileges-slider.thumbnails .item-push .thumbnail { margin-top: 45px;}
    .privileges-slider.thumbnails .item-pull .thumbnail { margin-top: -45px;}
    .no-touch .privileges-slider.thumbnails .thumbnail { 
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 200ms ease-in-out;
        -moz-transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
    }
    .no-touch .privileges-slider.thumbnails .thumbnail:hover {
        -webkit-transform: scale(1.015);
        -moz-transform: scale(1.015);
        -ms-transform: scale(1.015);
        transform: scale(1.015);
    }
    .no-touch .privileges-slider.thumbnails .thumbnail:hover .meta .badge {
        margin-top: -1px;
    }
    
    /* Overlap */
    .overlap-container {
        max-width: 960px;
        padding: 0;
    }
    .overlap-back {
        margin-left: -45px;
    }
    .overlap-front .block-container {
        background: none;
    }
    .overlap-front .block-container .block-column {
        width: auto;
        height: 100%;
    }
    .overlap-front .block-container .block-image {
        width: 53.125%;
    }
    .overlap-front .block-container .block-content:before {
        content: "";
        display: block;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        margin: auto;
        width: 100%;
        height: 82.22%;
        background: #fff;
    }
    /* Overlap - End */
    
}

@media screen and (min-width: 768px) {
    
    .visible-w767 { display: none !important;}
    
}

@media screen and (max-width: 1199px) {
    
    .privileges-slider.thumbnails { margin: 0;}
    
}

@media screen and (max-width: 1024px) {
    
    #page.issue-page { padding-top: 0;}
    
    .footer .other { display: block;}
    
    .menus .title { padding-left: 20px;}
    .menus .title:after { padding-right: 20px;}
    .menus ul.list-menus { margin: 0;}
    .menus ul.list-menus li { padding: 0 20px;}
    .menus ul.list-menus li.current { display: block;}
    
    .issue-navbar .nav { 
        padding: 0; 
        height: 52px; 
        line-height: 50px; 
        position: relative;
    }
    .issue-navbar .nav .container { 
        padding: 0;
    }
    .issue-navbar .nav .inner { 
        display: table; 
        table-layout: fixed; 
        width: 100%; 
        position: static;
    }
    .issue-navbar .nav .menus, 
    .issue-navbar .nav .tool { 
        display: table-cell; 
        vertical-align: top; 
        cursor: pointer;
    }
    .issue-navbar .nav .tool { 
        position: relative;
        top: 0;
        width: 55px;
        font-size: 0;
        line-height: 1;
        text-align: right;
        vertical-align: middle;
        border-left: 1px solid #ebebeb;
    }
    .issue-navbar .nav .tool:before { 
        display: block; 
        font-size: 16px;
        text-align: center;
        margin-right: 0; 
    }
    .issue-navbar.has-tool .menus .title:after { 
        width: 55px;
        padding-right: 0;
    }
    
}

@media screen and (max-width: 991px) {
    
    .hidden-w991 { display: none !important;}
    
    .section.sc-full-bg .content-box { max-width: 100%;}
    
    #issue-hl .logo { top: 12px;}
    #issue-hl .issue-date { top: 22px;}
    
    .privileges-slider .thumbnail .meta .badge { width: 70px; height: 105px; padding-top: 8px;}
    .privileges-slider .thumbnail .meta .badge .caption { font-size: 10px;}
    .privileges-slider .thumbnail .meta .badge .caption span { font-size: 30px;}
    .privileges-slider.thumbnails { overflow: hidden; margin: -20px; padding: 0 5px;}
    .privileges-slider.thumbnails .item { padding: 15px 10px;}
    .privileges-slider.thumbnails .thumbnail {
        margin: 0;
        -webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        -o-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px 3px rgba(0,0,0,0.1);
    }
    .privileges-slider.thumbnails .slick-list { overflow: visible; margin: 0; padding-top: 20px !important; padding-bottom: 20px !important;}
    .privileges-slider.thumbnails .slick-dots { bottom: 0;}
    .privileges-slider.slick-dotted {margin-bottom: 0;}
    
    .section.sc-issue .block-container .block-column .content { max-width: 100%; padding-left: 20px; padding-right: 20px;}

    .rating-box { margin-top: 25px;}
    
    /* Section Skew - Start */
    .section.sc-skew {
        background: none;
        overflow: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
    }
    .section.sc-skew:before {
        display: none;
    }
    .section.sc-skew .block-container.rtl {
        direction: ltr;
        unicode-bidi: normal;
    }
    .section.sc-skew .block-container .block-column {
        position: relative;
        overflow: hidden;
        background: #000;
        -webkit-transform: skew(0deg, -10deg);
        -moz-transform: skew(0deg, -10deg);
        -ms-transform: skew(0deg, -10deg);
        transform: skew(0deg, -10deg);
        margin-top: -2px;
    }
    .section.sc-skew .block-container .block-column:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg/skew.png);
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 0; top: 0;
    }
    .section.sc-skew .block-container .block-column .image,
    .section.sc-skew .block-container .block-column .content {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .section.sc-skew .block-container .block-column .image {
        padding: 0 !important;
    }
    .section.sc-skew .block-container .block-column .image img {
        width: 100%;
    }
    .section.sc-skew .block-container .block-column .content {
        margin: 0;
        padding: 68px 20px !important;
        text-align: center;
    }
    .section.sc-skew + .section:not(.sc-skew) {
        margin-top: 30px;
    }
    /* Section Skew - End */
    
}   

@media screen and (max-width: 767px) {
    
    .hidden-w767 { display: none !important;}
    
    #issue-hl .logo img { height: 30px;}
    #issue-hl .issue-date { font-size: 16px; top: 12px;}
    #issue-hl .issue-date span { font-size: 20px;}
    #issue-hl .content-box { max-width: 100%;}
    #issue-hl .content-box .category { font-size: 18px; margin-bottom: 5px;}
    #issue-hl .sc-logo { margin-bottom: 10px;}
    
    .privileges-slider .thumbnail .meta { min-height: 180px;}
    
    .section.sc-issue .more-top { margin-top: auto;}
    .section.sc-issue .block-container .block-column .image { padding-left: 20px; padding-right: 20px;}
    
    .ct-box-wrapper .ct-box-column .num { font-size: 30px;}
    
}

@media screen and (max-width: 640px) {
    
    
}

@media screen and (max-width: 350px) {
    .privileges-slider .thumbnail .meta-inner { width: 68%; }
    .privileges-slider .thumbnail .meta .title { font-size: 18px; }
}


@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall;}

@-webkit-keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInLeftSmall { -webkit-animation-name: fadeInLeftSmall; animation-name: fadeInLeftSmall;}

@-webkit-keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInRightSmall { -webkit-animation-name: fadeInRightSmall; animation-name: fadeInRightSmall;}

@-webkit-keyframes zoomInSmall {
    from { opacity: 0; -webkit-transform: scale3d(.92, .92, .92); transform: scale3d(.92, .92, .92);}
    50% { opacity: 1;}
}
@keyframes zoomInSmall {
    from { opacity: 0; -webkit-transform: scale3d(.92, .92, .92); transform: scale3d(.92, .92, .92);}
    50% { opacity: 1;}
}
.zoomInSmall { -webkit-animation-name: zoomInSmall; animation-name: zoomInSmall;}</pre></body></html>