<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body {font-family: 'Open Sans', sans-serif;}

button:focus {outline:none;}

.Overlay {transition: .3s;}
.Overlay.Show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000d1;
    z-index: 15;
}


/* Header */
header.site-header {padding-top: 45px;}

header.site-header .header-container {display: flex;justify-content: space-between;align-items: center;max-width: 950px;margin: 0 auto;padding: 0 15px;}
header.site-header .header-container .header-left {}
header.site-header .header-container .header-right {}

header.site-header .header-container .header-left .site-logo {display: block;max-width: 220px;width: 100%;}

header.site-header .header-container .header-right {margin-top: 29px;position: relative;z-index: 19;}
header.site-header .header-container .header-right &gt; .header-social {display: flex;align-items: center;justify-content: flex-end;margin-bottom: 5px;}
header.site-header .header-container .header-right &gt; .header-social &gt; .social-item {font-size: 20px;color: #3e3e3e;padding: 0 6px;}
header.site-header .header-container .header-right &gt; .header-social &gt; .social-item:hover {opacity: .6;}

header.site-header .header-container .header-right &gt; .right-bar {display: flex;align-items: center;justify-content: flex-end;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage {margin-right: 10px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage .mobileSearchBtn {display: none;font-size: 25px;color: #3e3e3e;padding: 4px 13px;font-weight: 100;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content {position: relative;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content::before {content: "\f002";font-family: FontAwesome;position: absolute;left: 9px;top: 50%;color: #AA9262;font-size: 20px;transform: translateY(-50%);}
header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content &gt; input {width: 100%;background-color: #3e3e3e;border: 0;padding: 10px 10px 10px 39px;max-width: 220px;color: #fff;font-size: 14px;}


header.site-header .header-container .header-right &gt; .right-bar &gt; .MobileHamburger {display: none;font-size: 25px;color: #3e3e3e;padding: 4px 13px;font-weight: 100;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .MobileHamburger.Active &gt; .fa::before {content: "\f00d";font-size: 27px;}

header.site-header .header-container .header-right &gt; .right-bar &gt; .Language {}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .selected-language {display: flex;align-items: center;height: 36px;background-color: #3e3e3e;padding: 4px 7px;width: 76px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .selected-language  &gt; img {border-radius: 6px;max-width: 33px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .selected-language  &gt; span {display: block;flex: auto;color: #d4d4d4;font-size: 15px;margin-left: 4px;text-align: center;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .language-list {position: absolute;transition: .3s;opacity: 0;visibility: hidden;top: 71px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language:hover &gt; .language-list {opacity:1;visibility:visible}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .language-list &gt; a {display: block;display: flex;align-items: center;display: flex;align-items: center;height: 36px;background-color: #545454;padding: 4px 7px;width: 76px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .language-list &gt; a &gt; img {border-radius: 5px;max-width: 32px;}
header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .language-list &gt; a &gt; span {display: block;flex: auto;color: #d4d4d4;font-size: 15px;margin-left: 4px;text-align: center;}


header.site-header .headerNav {background-color: #3E3E3E;margin-top: 45px;position: relative;z-index: 5;}
header.site-header .headerNav &gt; .nav-content {display: flex;align-items: center;justify-content: center;max-width: 950px;width: 100%;margin: 0 auto;}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item {position: relative;}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a ,
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; span{display: block;padding: 15px 30px;text-align: center;color: #fff;font-weight: 600;font-size: 16px;position: relative;cursor: pointer;}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a::after,
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; span::after {content:"";position: absolute;bottom: -4px;left: 0;right: 0;height: 4px;background-color: #ffed00;opacity: 0;visibility: hidden;}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a.Active::after,
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; span.Active::after  {opacity:1;visibility:visible} {}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a:hover,
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; span:hover {background-color: #4e4e4e;}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; .nav-dropdown{
    width: 100%;
    min-width: 220px;
    position: absolute;
    left: 0;
    padding: 8px 12px;
    background-color: #3e3e3e;
    border-top: 4px solid #ffed00;
    opacity: 0;
    visibility:hidden;
    transition: .5s;
}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item:hover &gt; .nav-dropdown{
    opacity: 1;
    visibility:visible;
}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; .nav-dropdown &gt; a{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 7px 0;
    position: relative;
}
header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; .nav-dropdown &gt; a &gt; span{
	position: absolute;
	right: -5px;
	top: 3px;
	font-size: 13px;
	padding: 5px;
	background-color: #ffed00;
	border-radius: 5px;
	color: #000;
	display: none;
}
/* Header */


/*Slider*/
section.Slider {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
section.Slider .siteOwlSlider {}
section.Slider .siteOwlSlider .slider-item {display: block;}
section.Slider .siteOwlSlider .slider-item .slider-catption{
    position: absolute;
    top: 42%;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
section.Slider .siteOwlSlider .slider-item .slider-catption .title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}
section.Slider .siteOwlSlider .slider-item .slider-catption .content{
    font-size: 24px;
    color: #fff;
    font-weight: inherit;
    margin-bottom: 12px;
}
section.Slider .siteOwlSlider .slider-item .slider-catption p{
    font-size: 18px;
    color: #fff;
}
section.Slider .siteOwlSlider .owl-nav {position: absolute;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: space-between;padding: 0 30px;width: 100%;height: 0;}
section.Slider .siteOwlSlider .owl-nav &gt; button {width: 50px;height: 50px;background-color: rgb(0 0 0 / 22%);border-radius: 50%;font-size: 35px;line-height: 17px;color: #dadada;text-align: center;}
section.Slider .siteOwlSlider .owl-dots {display:none;}

section.Slider .DesktopSlider {}
section.Slider .MobileSlider {display: none;}

/*Slider*/


/*References*/
section.References {background-color: #F2F2F2;padding: 40px 0 10px;}
section.References .RefOwl {padding: 0 30px;}
section.References .RefOwl .ref-item {text-align: center;position: relative;padding-bottom: 41px;}
section.References .RefOwl .ref-item::after {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 15px;border-radius: 50%;background-color: #E5E5E5;max-width: 170px;margin: 0 auto;transition:.3s;}
section.References .RefOwl .ref-item &gt; .Img {width: 230px;height: 230px;border-radius: 50%;background-color: #fff;border-bottom: 3px solid #dedede;display: inline-flex;align-items: center;justify-content: center;padding: 24px;transition:.3s;}

section.References .RefOwl .ref-item:hover::after {background-color:grey;}
section.References .RefOwl .ref-item:hover &gt; .Img {border-color:grey;}

section.References .RefOwl .owl-nav {position: absolute;top: calc(50% - 10px);transform: translateY(-50%);display: flex;align-items: center;justify-content: space-between;padding: 0;width: 100%;right: 0;height: 0;left: 0;}
section.References .RefOwl .owl-nav &gt; button {height: 150px;border-radius: 50%;font-size: 75px;color: #dadada;text-align: center;}
section.References .RefOwl .owl-nav &gt; button:hover {color:#333}
/*References*/
	

/*siteBanner*/
section.siteBanner {background-color: #f2f2f2;padding: 40px 0;}
section.siteBanner .banner-item {display: block;}
/*siteBanner*/


/*Footer*/
footer.site-footer {background-color: #3e3e3e;padding-top: 40px;}
footer.site-footer .footer-box {}
footer.site-footer .footer-box .box-title {color: #fff;font-weight: 700;font-size: 16px;}
footer.site-footer .footer-box.box-left {width: 210px;border-right: 2px solid #E4DE88;}
footer.site-footer .footer-box.box-center {text-align: center;}
footer.site-footer .footer-box.box-right {max-width: 340px;padding-left: 50px;border-left: 2px solid #E4DE88;}


footer.site-footer .footer-box .footer-nav {}
footer.site-footer .footer-box .footer-nav &gt; .nav-item {display: block;font-size: 14px;color: #fff;font-weight: 600;padding: 8px 0;}
footer.site-footer .footer-box .footer-nav &gt; .nav-item:hover {opacity: .6;}


footer.site-footer .footer-box .footer-social-list {margin-top: 30px;}
footer.site-footer .footer-box .footer-social-list &gt; .item {}
footer.site-footer .footer-box .footer-social-list &gt; .item &gt; .social-link {display: inline-block;padding: 4px 20px;color: #fff;font-size: 22px;}


footer.site-footer .footer-box .footer-firm-info {margin-top: 52px;}
footer.site-footer .footer-box .footer-firm-info &gt; p {font-size: 14px;color: #cacaca;}
footer.site-footer .footer-box .footer-firm-info &gt; .phone-link {display: inline-block;margin-top: 22px;color: #fff;font-weight: 700;}


footer.site-footer .Copyright {margin-top: 40px;padding: 15px 0;background-color: #404040;}
footer.site-footer .Copyright p {font-size: 13px;color: #cacaca;}
footer.site-footer .Copyright p &gt; span {color: #fff;}
/*Footer*/



/* PageContent */
section.PageContent {padding-bottom: 100px;}
section.PageContent .PageTitle {margin-bottom: 45px;}
section.PageContent .PageTitle &gt; .TitleText {position: relative;background-color: #ededed;font-size: 27px;color: #3e3e3f;padding: 15px 15px 15px 30px;font-weight: 500;}
section.PageContent .PageTitle &gt; .TitleText::before {content: "";position: absolute;left: 0;top: 0;bottom: 0;width: 7px;background-color: #ffed00;}



/* PageContent  - About */
section.PageContent .AboutEditor {}
section.PageContent .AboutEditor p {color: #1d1d1b;font-size: 18px;line-height: 31px;margin-bottom: 15px;}




/* PageContent  - References */
section.PageContent .ReferencesList {
    width: 100%;
}
section.PageContent .ReferencesList .RefItem {margin-bottom: 45px;position: relative;cursor: pointer;}
section.PageContent .ReferencesList .RefItem:last-child {margin-bottom:0;border: 0;}
section.PageContent .ReferencesList .RefItem &gt; .Logo {/* flex: none; *//* display: flex; */align-items: center;justify-content: center;width: 100%;border: 1px solid #1e1d1b;margin-right: 45px;transition: .3s;}
section.PageContent .ReferencesList .RefItem &gt; .Logo &gt; img {width: 100%;}

section.PageContent .ReferencesList .RefItem &gt; .Detail {flex: auto;}
section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column {display: flex;align-items: center;padding: 3px 0;}
section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column{display:block;}
section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column &gt; .item {}
section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column &gt; .item:first-child {flex: none;width: 200px;position: relative;font-weight: 600;margin-right: 7px;}
section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column &gt; .item:first-child::after {content: ":";position: absolute;right: 8px;}

@media only screen and (min-width:991px){
	section.PageContent .ReferencesList .RefItem:hover &gt; .Logo {box-shadow: 10px 10px 40px -30px #676767;}
}





/* PageContent  - DocumentList */
section.PageContent .DocumentList {}
section.PageContent .DocumentList &gt; .downloadItem {background-color: #f6f6f6;margin-bottom: 15px;padding: 15px;position: relative;transition: .3s;}
section.PageContent .DocumentList &gt; .downloadItem:last-child {margin-bottom: 0;}
section.PageContent .DocumentList &gt; .downloadItem &gt; .documentTitle {font-size: 20px;font-weight: 600;padding-right: 140px;}
section.PageContent .DocumentList &gt; .downloadItem &gt; .downloadDocument {position: absolute;right: 14px;top: 50%;transform: translateY(-50%);background-color: #ffed00;color: #000;font-weight: 900;padding: 5px 30px;display: flex;align-items: center;transition: .3s;}
section.PageContent .DocumentList &gt; .downloadItem &gt; .downloadDocument::after {content: "\f063";font-family: FontAwesome;margin-left: 10px;font-weight: 100;}

@media only screen and (min-width:991px){
    section.PageContent .DocumentList &gt; .downloadItem:hover {background-color: #e6e6e6;}
    section.PageContent .DocumentList &gt; .downloadItem &gt; .downloadDocument:hover {background-color:#3e3e3e;color:#fff;}
}



/* PageContent  - ServicesDetail */

section.PageContent .ServicesDetail {}
section.PageContent .ServicesDetail .Column {margin-bottom: 40px;}
section.PageContent .ServicesDetail .Column:last-child {margin-bottom:0;}
section.PageContent .ServicesDetail .Column .service-info {margin-bottom: 30px;}
section.PageContent .ServicesDetail .Column .service-info  li {position: relative;line-height: 28px;/* margin-bottom: 15px; */text-indent: 15px;margin-left: 12px;font-size: 14px;}
section.PageContent .ServicesDetail .Column .service-info p{display: block;line-height: 23px;font-size: 14px;}
/*
section.PageContent .ServicesDetail .Column .service-info  li::before {content: "";position: absolute;left: 0px;top: 11px;width: 7px;height: 7px;background-color: #3e3e3e;}
*/
section.PageContent .ServicesDetail .Column .service-info img{
    padding: 12px 12px;
    /* border: 1px solid #eee; */
    /* background-color: #eee; */
    margin-right: 26px;
}
section.PageContent .ServicesDetail .Column .ColumnTitle {margin-bottom: 35px;}
section.PageContent .ServicesDetail .Column .ColumnTitle &gt; .T {font-weight: 700;margin-bottom: 7px;}
section.PageContent .ServicesDetail .Column .ColumnTitle &gt; .sT {font-size: 20px;}

section.PageContent .ServicesDetail .Column .Layers {}
section.PageContent .ServicesDetail .Column .Layers &gt; div {position: relative;padding-left: 35px;margin-bottom: 5px;}
section.PageContent .ServicesDetail .Column .Layers &gt; div &gt; span {display: block;margin-bottom: 6px;}
section.PageContent .ServicesDetail .Column .Layers &gt; div::before {content:attr(data-count);position: absolute;left: 0;top: 0;text-align: right;width: 20px;}






/* PageContent  - ContactPage */

section.PageContent .ContactPage {}
section.PageContent .ContactPage .AddressBox {margin-bottom: 45px;}
section.PageContent .ContactPage .AddressBox &gt; .Title {font-size: 18px;font-weight: 600;margin-bottom: 14px;padding-bottom: 15px;position: relative;}
section.PageContent .ContactPage .AddressBox &gt; p {font-size: 14px;line-height: 19px;margin-bottom: 29px;display: flex;align-items: center;}
section.PageContent .ContactPage .AddressBox &gt; p &gt; .fa {color: #3e3e3e;font-size: 26px;width: 30px;text-align: center;flex: none;margin-right: 16px;}
section.PageContent .ContactPage .AddressBox &gt; p &gt; .socialLink {color: #000;font-weight: 600;text-decoration: revert;}

section.PageContent .ContactPage .ContactForm {}
section.PageContent .ContactPage .ContactForm .FormElements {margin-bottom: 15px;}
section.PageContent .ContactPage .ContactForm .FormElements.Buttons {text-align: right;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; label {display: block;margin-bottom:  7px;font-weight: 500;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; input,
section.PageContent .ContactPage .ContactForm .FormElements &gt; textarea {width: 100%;padding: 10px 17px;margin-bottom: 8px;background-color: #f5f5f5;border: 0;height: 50px;font-size: 12px;color: #9c9c9c;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; textarea {resize: none;height: 120px;}

section.PageContent .ContactPage .ContactForm .FormElements &gt; button {border: 0;background-color: #b59053;color: #fff;padding: 15px;width: 100%;max-width: 130px;cursor: pointer;text-transform: uppercase;font-weight: 600;font-size: 12px;margin-bottom: 15px;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; .Result{display: none;padding: 13px 10px;text-align: left;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; .Result.Success{background-color: #DDF3D5;border: 1px solid #ccf3bd;margin-bottom: 7px;color: #151d13;font-size: 13px;font-weight: 500;}
section.PageContent .ContactPage .ContactForm .FormElements &gt; .Result.Null {background-color: #f5e9e8;border-color: #f3d6d6;color: #a70000;}



@media only screen and (max-width: 1199px){

	/*Header*/
	header.site-header .headerNav &gt; .nav-content &gt; .nav-item {margin: 0;}

}



@media only screen and (max-width: 991px){

	/*Header*/
	header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a {padding: 15px 13px;}



	/* Footer */
	footer.site-footer .footer-box.box-right {max-width: 230px;}



	/* References */
	section.PageContent .ReferencesList .RefItem &gt; .Logo {width: 200px;}
	section.PageContent .ReferencesList .RefItem &gt; .Logo &gt; img {width: 100%;border: 1px solid #eee;padding: 9px;} 


}


@media only screen and (max-width: 768px){

	body {padding-top: 71px;}

	/*Header*/
	header.site-header {padding-top: 15px;position: fixed;top: 0;left: 0;right: 0;z-index: 15;background-color: #fff;}
	header.site-header .header-container {position:relative;padding-bottom: 10px;border-bottom: 1px solid #eee;}
	header.site-header .header-container .header-left .site-logo {max-width: 190px;}
	header.site-header .header-container .header-right {margin: 0;position: initial;}
    
    header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage {margin:0;}
	header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage .mobileSearchBtn {display: block;}
    header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content {position:absolute;right: 0;left: 0;transition: .3s;top: 100%;opacity: 0;visibility: hidden;}
    header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content &gt; input {max-width:100%;padding: 15px;height: 50px;padding-left: 43px;}
    header.site-header .header-container .header-right &gt; .right-bar &gt; .SearchPage &gt; .search-content.Active {opacity:1;visibility:visible}

    header.site-header .header-container .header-right &gt; .right-bar &gt; .MobileHamburger {display: block;}


    header.site-header .header-container .header-right &gt; .right-bar &gt; .Language {position: absolute;bottom: -49px;right: 0;z-index: 999;}
    header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .language-list {top: 50px;}    
    header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .selected-language{
		background-color: transparent;
		height: 50px;
	}
	header.site-header .header-container .header-right &gt; .right-bar &gt; .Language &gt; .selected-language &gt; span{
		color: #000;
	}
    header.site-header .header-container .header-right &gt; .header-social {margin: 0;position: fixed;top: 170px;flex-direction: column;right: -2px;background-color: #fff;padding: 5px;}
    header.site-header .header-container .header-right &gt; .header-social &gt; .social-item {font-size: 25px;padding: 0 9px;margin-bottom: 12px;}
    header.site-header .header-container .header-right &gt; .right-bar {}
    header.site-header .headerNav {margin: 0;position: fixed;right: 0;top: 70px;width: 250px;bottom: 0;background-color: #f5f5f5;transition: .3s;transform: translateX(300px);z-index: 999;}
    header.site-header .headerNav.Show {transform: translateX(0);}
    header.site-header .headerNav &gt; .nav-content {display:block;}
    header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a {font-size: 14px;text-align: left;color: #3e3e3e;font-weight: 700;}
    header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a.Active {background-color: #eaeaea;}
    header.site-header .headerNav &gt; .nav-content &gt; .nav-item &gt; a::after {right: inherit;top: 0;left: -5px;width: 5px;bottom: 0;height: 100%;}


    /* Slider */
	section.Slider .DesktopSlider {display: none;}
	section.Slider .MobileSlider {display: block;} 

	section.Slider .siteOwlSlider .owl-nav {padding: 0 10px}
	section.Slider .siteOwlSlider .owl-nav &gt; button {width: 40px;height: 40px;font-size: 26px; line-height: 2px;}



	/* RefOwl */
	section.References .RefOwl .ref-item &gt; .Img {width: 180px;height: 180px;}


	/* Footer */
	footer.site-footer .footer-box.box-center {text-align: left;margin-bottom: 19px;}
	footer.site-footer .footer-box .footer-social-list {display: flex;align-items: center;margin-top: 5px;}
    footer.site-footer .footer-box .footer-social-list &gt; .item &gt; .social-link {padding: 10px 0px;margin-right: 15px;padding-right: 22px;}
    footer.site-footer .footer-box.box-right {padding-left: 0;max-width: 100%;border: 0;}
    footer.site-footer .footer-box .footer-firm-info {margin-top: 15px;}
    footer.site-footer .Copyright {padding:10px 0;}


    /* About */
    section.PageContent .PageTitle {margin-bottom:35px;}
    section.PageContent .PageTitle &gt; .TitleText {font-size: 21px;}


    /* Services */
    section.PageContent .ServicesDetail .Column ul.service-info {margin-top:25px;}
    section.PageContent .ServicesDetail .Column .Layers {margin-bottom:40px;}



    /* Documents */
    section.PageContent .DocumentList &gt; .downloadItem {text-align: center;}
    section.PageContent .DocumentList &gt; .downloadItem &gt; .documentTitle {padding-right: 0;font-size:16px;}
    section.PageContent .DocumentList &gt; .downloadItem &gt; .downloadDocument {position: initial;display: inline-block;transform: none;margin-top: 13px;}
	section.PageContent .DocumentList &gt; .downloadItem &gt; .downloadDocument::after {content: "\f061";}



	/* Ref */
	section.PageContent .ReferencesList .RefItem {width: 100%;display: block;padding-bottom: 0;border-bottom: 1px solid #eee;}
	section.PageContent .ReferencesList .RefItem &gt; .Logo {width:100%;border:0;display:block;margin-bottom:20px}
}



@media only screen and (max-width: 575px){

	header.site-header .header-container .header-left .site-logo {max-width: 150px;}


	/* Ref */
	section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column {display: block;margin-bottom: 10px;}
	section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column &gt; .item:first-child {width:100%;margin-bottom: 4px;}
	section.PageContent .ReferencesList .RefItem &gt; .Detail &gt; .detail-column &gt; .item:first-child::after {display:none;}

}

.modal .modal-header .close {position: absolute;right: 0px;top: 0px;width: 40px;height: 40px;background-color: #fff;display: flex;align-items: center;justify-content: center;font-size: 28px;border-radius: 50%;opacity: 1 !important;box-shadow: -5px 5px 20px -10px #000;}


.BackToTop {z-index: 999;position: fixed;right: 20px;bottom: 20px;background-color: #3e3e3e;color: #fff;width: 60px;height: 34px;display: flex;align-items: center;justify-content: center;border-radius: 6px;font-size: 20px;cursor: pointer;transition: .3s,visibility .5s;opacity: 0;visibility: hidden;}
.BackToTop.Nav-hide {bottom: 25px!important;opacity: .5!important}
.BackToTop:hover {box-shadow: 0 0 30px -7px #000}
.BackToTop.Show {opacity: 1;visibility: visible}
.BackToTop {bottom: -500px}</pre></body></html>