<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/



* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s ease; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Krona One', sans-serif; transition: all 0.3s ease-out; }
a { font-family: 'Krona One', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Krona One', sans-serif; font-weight: 400; line-height: 120%; }
p, ul li { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 20px; line-height: 200%; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF }
.black { color: #333333; }
.blue { color: #264C9A; }

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 0 0 0 / 60% )!important; padding: 10px 15px!important; }
.sticky + .content { padding-top: 0; }
/*.sticky .header-left { width: 10.25%; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: #F6F6F6; transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #444444!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover &gt; #dropdown{display: block;}*/

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 200px; width: 100%; position: relative; background: #F5941F; font-family: 'Krona One', sans-serif; font-weight: 400; font-size: 13px; color: #FFFFFF; line-height: 120%; padding: 20px 0; display: inline-block; text-align: center; text-transform: uppercase; z-index: 1; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #264C9B; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1;  }
.btn:hover::before {transform: scaleX(1);}
.btn.lg { max-width: 250px; }


/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Open Sans', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"], .ctc-form select, .ctc-form textarea {font-family: 'Open Sans', sans-serif; font-size: 16px;color:#000;height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 0;padding: 15px;box-sizing: border-box;margin: 0 auto 18px; }
.ctc-form textarea {height: 120px;}
/*.ctc-form input[type="text"] {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 48.91%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; border: 0; }
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation &gt; a:hover , .page_navigation &gt; a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; padding: 20px 15px; top: 0; left: 0; right: 0; z-index: 999; }
#header .row { max-width: 1820px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul { padding: 0; margin: 0; }
#header nav ul li { display: inline-block; vertical-align: middle; line-height: 120%; }
#header nav ul li a { position: relative; font-family: 'Krona One', sans-serif; font-weight: 400; font-size: 14px; color: #FFFFFF; line-height: 120%; display: inline-block; text-transform: uppercase;  padding: 0 0 15px; }
#header nav ul li a::before { content: ''; background: #F5941F; width: 100%; max-width: 100%; height: 5px; border-radius: 0; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}
#header nav ul li.active-menu a, #header nav ul li a:hover { color: #FFFFFF; }
.header-left { width: 16.48%; }
.header-right { width: 83.52%; padding: 0 0 0 30px; }
.header-right .header-wrap { max-width: 735px; width: 100%; margin-left: auto; }
.header-right .header-nav { width: 70%; }
.header-right .header-tel { width: 30%; }
.header-right .tel a { position: relative; font-size: 16px; line-height: 160%; }
.header-right .tel a::before { content: '\f095'; font-family: 'FontAwesome'; font-size: 16px; color: #F5941F; display: inline-block; vertical-align: middle; transform: scaleX(-1); margin-right: 10px; }


/*Sticky Header*/
#header.sticky .header-section { align-items: center; }
#header.sticky .header-left { width: 10%; }
#header.sticky .header-right { padding: 0 0 0 30px; }

/*BANNER*/

#banner, .banner-img { position: relative; }
.banner-content { max-width: 970px; width: 100%; margin: 0 auto; position: absolute; top: 20%; left: 0; right: 0; z-index: 2; }
.banner-content .content-text h2 { font-size: 45px; letter-spacing: 0.2em; line-height: 140%; text-shadow: 2px 2px 2px rgb( 0 0 0 / 50% ); margin: 0 0 30px; }


/*CONTENT*/

#content { position: relative; }
.content-text h1 { font-size: 80px; }
.content-text h2 { font-size: 60px; }
.content-text h3 { font-size: 30px; }
.content-text h4 { font-size: 25px; }
.content-text h6 { font-size: 16px; letter-spacing: 0.2em; }
.content-img img { width: 100%; height: 100%; display: block; }
	
	/*NEVTEX*/

	.nevtex-section { position: relative; padding: 30px 15px; overflow: hidden; }
	.nevtex-section::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -45%; max-width: 53.33%; width: 100%; height: 100%; border-radius: 100%; background-color: #F4F6FA; z-index: -1; }
	.nevtex-section .row { max-width: 1860px; width: 100%; margin: 0 auto; }
	.nevtex-left, .nevtex-right { width: 50%; }
	.nevtex-left .nevtex-content { max-width: 660px; width: 100%; margin: 0 auto; padding: 0 15px; }
	.nevtex-content .content-text p { margin: 30px 0; }

	/*GOAL*/

	.goal-section { position: relative; background: url('../images/content/goal-bg.webp')no-repeat center center; background-size: cover; padding: 100px 15px 130px; }
	.goal-section::before { content: ''; background: rgb( 38 76 155 / 90% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
	.goal-section .row { max-width: 1200px; width: 100%; margin: 0 auto; }
	.goal-content { position: relative; z-index: 2; }
	.goal-content .content-text h3 { letter-spacing: -0.02em; line-height: 200%; margin: 60px 0 0; }

	/*PRODUCTS*/

	.products-section { position: relative; padding: 110px 15px 100px; }
	.products-section .row { max-width: 1820px; width: 100%; margin: 0 auto; }
	.products-content .content-text h2 { font-size: 50px; }
	.products-wrap { padding: 60px 0 40px; }
	.products-wrap .products-col { width: 25%; }
	.products-col .content-img { padding: 0 80px; border-right: 1px solid #D5DDEB; min-height: 90%; }
	.products-col.alt .content-img { border-right: 0; }
	.products-col .content-text { margin: 30px 0 0; }
	.products-col.lg { width: 50%;  }
	.products-col.lg .content-img { border-right: 0; }
	.products-col.lg .content-img img { max-width: 60%; width: 100%; margin: 0 auto; }
	.products-col .content-text p { font-size: 16px; }

	/*WOOD*/

	.wood-section, .wood-content, .wood-content .content-img { position: relative; }
	.wood-section .row { max-width: 100%; width: 100%; }
	.wood-content .content-img::before { content: ''; background: rgb( 0 0 0 / 50% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
	.wood-content .wood-box { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; }
	.wood-content .content-text h2, .wood-content .content-text h4 { letter-spacing: 0.2em; }
	.wood-content .content-text h4 { margin: 10px 0 30px; }

/*FOOTER*/

#footer { position: relative;  }
#footer .row { max-width: 100%; width: 100%; }
.footer-wrap { max-width: 1600px; width: 100%; margin: 0 auto; }
.footer-top { padding: 80px 15px; }
.footer-top .content-img { max-width: 30%; width: 100%; margin: 0 auto; }
.footer-top .footer-col { padding: 70px 0 0; }
.footer-col .footer-left { width: 36.25%; background: #F4F6FA; padding: 40px 15px; }
.footer-col .footer-right { width: 63.75%; }
.footer-col .footer-info { max-width: 415px; width: 100%; margin: 0 auto; }
.footer-col .footer-info .content-text h6 { font-size: 13px; }
.footer-col .footer-info a, .footer-col .footer-info p { font-family: 'Krona One', sans-serif; font-weight: 400; font-size: 15px; line-height: 120%; margin: 10px 0 0; display: block; letter-spacing: -0.02em; }
.footer-col .footer-info .tel, .footer-col .footer-info .mail, .footer-col .footer-info .loc { position: relative; padding-left: 35px; }
.footer-col .footer-info .tel::before, .footer-col .footer-info .mail::before, .footer-col .footer-info .loc::before { content: ''; font-family: 'FontAwesome'; font-size: 20px; color: #264C9A; position: absolute; top: 0; left: 0; }
.footer-col .footer-info .tel::before { content: '\f095'; transform: scaleX(-1); }
.footer-col .footer-info .mail::before { content: '\f0e0'; }
.footer-col .footer-info .loc::before { content: '\f3c5'; }
.footer-col .footer-info .mail { margin: 50px 0; }
.footer-col .footer-info .tel a { font-size: 20px; }
.footer-col .footer-form { max-width: 935px; width: 100%; margin-left: auto; padding-left: 15px; }


	/*COPYRIGHT*/

	.footer-bot { position: relative; background: #264C9B; padding: 20px 15px; }
	.copyright .content-text h6 { font-size: 13px; }

/*INNER PAGES*/

/*HEADER*/

.inner #header {  }

/*BANNER*/

.inner #banner { position: relative; }
.inner #banner::before { content: ''; background: rgb( 0 0 0 / 50% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.inner .banner-content { top: 60%; }
.inner .banner-content .content-text h1 { font-size: 45px; letter-spacing: 0.2em; line-height: 140%; text-shadow: 2px 2px 2px rgb( 0 0 0 / 50% ); text-transform: uppercase; text-align: center; }

/*CONTENT*/

.inner #content { padding: 60px 15px; min-height: 600px; }
.inner #content .row { max-width: 1440px; width: 100%; margin: 0 auto; }

	/*ABOUT*/

	.inner.about #content { padding: 0; }
	.inner.about .inner-tag-section { position: relative; padding: 100px 15px; }
	.inner.about .inner-tag-section .row { max-width: 1080px!important; width: 100%; margin: 0 auto; }
	.inner.about .inner-tag-section .content-text h4 { line-height: 200%; }
	.inner.about .inner-goal-section { position: relative; background: none!important; padding: 0 15px!important; overflow: hidden; }
	.inner.about .inner-goal-section::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -20%; max-width: 55%; width: 100%; height: 100%; border-radius: 50% 50% 0 0/100% 100% 0 0; background-color: #F4F6FA; z-index: -1; }
	.inner.about .inner-goal-section .row { max-width: 1860px!important; width: 100%; margin: 0 auto; }
	.inner.about .inner-goal-section .goal-left, .inner.about .inner-goal-section  .goal-right { width: 50%; }
	.inner.about .inner-goal-section .goal-content { max-width: 660px; width: 100%; margin: 0 auto; padding: 0 15px; }
	.inner.about .inner-goal-section .goal-content .content-text p { margin: 30px 0; }

	/*GALLERY*/

	.inner.gallery .products-wrap { padding: 0; }
	.inner.gallery .products-wrap .products-col { margin: 60px 0; }

/*FOOTER*/

.inner .footer-top  { border-top: 1px solid #DDDDDD; }


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}</pre></body></html>