<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*KYLESTYLE*/
 #categories-filter, #contacts-filter {
	 width: 100%;
	 background-color: #ffffff;
	 border: 1px solid #e9e9e9;
	 border-radius: 27px;
	 height: 54px;
	 padding: 0 30px;
	 cursor: pointer;
	 background-image: url(data:image/svg+xml;
	base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
	 background-repeat: no-repeat;
	 background-position-x: calc(100% - 20px);
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
}
 #categories-filter:after, #contacts-filter:after {
	 content:"v";
}
 #catalog-search {
	 background-color: #ffffff;
	 border: 1px solid #e9e9e9;
	 border-radius: 27px 0 0 27px;
	 height: 54px;
	 padding: 0 30px;
	 font-size:20px;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 #catalog-search::placeholder {
	 color:#111;
}
 #intellectual-property .input-group-addon {
	 border-color: #e9e9e9;
	 padding-right: 30px;
	 background-color: #FFF;
	 border-radius: 0 27px 27px 0;
}
 .headers {
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 10px;
}
 #case-id-header {
	 margin-left: 40px;
	 margin-right: 40px;
}
 #title-header {
	 flex:1;
}
 #licensable-header {
	 margin-right: 4px;
}
 .technology {
	 background-color:#FFF;
	 border: 1px solid #e9e9e9;
	 padding: 30px 0;
	 margin-bottom: 15px;
}
 .technology a {
	 display: flex;
	 flex-direction: column;
	 color: #111;
}
 .technology a:hover {
	 text-decoration:none !important;
}
 .technology a:hover .technology-title {
	 text-decoration:underline;
}
 .technology-id {
	 padding-left: 40px;
	 margin-right: 40px;
}
 .technology-title {
	 margin-right: 40px;
	 margin-left:40px;
}
 .technology-licensable {
	 text-decoration:none;
	 margin-left: 40px;
}
 @media (min-width:992px){
	 .technology {
		 border-radius: 27px;
		 padding: 4px 0;
	}
	 .technology a {
		 flex-direction: row;
		 align-items: center;
	}
	 .technology-title {
		 flex: 1;
		 text-wrap: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 padding-right: 40px;
		 margin-left:0;
		 margin-right:0;
	}
	 .technology-licensable {
		 margin-right: 4px;
		 margin-left: 0;
	}
}
 .tech-details {
	 background-color:#f5f5f5;
	 padding:0 20px;
	 padding-bottom: 20px;
	 padding-top: 10px;
}
 select.arrow-hidden {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 .bold {
	 font-weight: bold;
}
 .font-black {
	 color: black;
}
 .underline {
	 text-decoration: underline;
}
 .bg-none {
	 background-color: transparent;
}
 .bg-gray {
	 background-color: #f5f5f5;
}
 .bg-white {
	 background-color: #fff;
}
 .text-left {
	 text-align: left;
}
 .text-right {
	 text-align: right;
}
 .flex {
	 display: flex;
}
 .center {
	 justify-content: center;
	 align-items: center;
}
 .center-important {
	 justify-content: center !important;
	 align-items: center !important;
}
 .wrap {
	 flex-wrap: wrap;
}
 .gap-2 {
	 gap: 2rem;
}
 .gap-025 {
	 gap: 0.25rem;
}
 .m-w-8 {
	 min-width: 8rem;
}
 .w-100 {
	 width: 100%;
}
 .w-80 {
	 width: 80%;
}
 .border-rounded {
	 border-radius: 27px;
}
 .border-rounded-important {
	 border-radius: 27px !important;
}
 .border-none {
	 border: none !important;
}
 .border-r-none {
	 border-right: none !important;
}
 .border-normalize {
	 border: 1px solid #adadad;
}
 .mt-05-important {
	 margin-top: 0.5rem !important;
}
 .right-1 {
	 right: 1rem;
}
 .top--1-5 {
	 top: -1.5rem;
}
 .z-3 {
	 z-index: 3;
}
 .mb-1 {
	 margin-bottom: 1rem;
}
 .ml-10 {
	 margin-left: 10px;
}
 .ml-2rem {
	 margin-left: 2rem;
}
 .p-0 {
	 padding: 0;
}
 .pl-0 {
	 padding-left: 0;
}
 .px-025 {
	 padding-left: 0.25rem;
	 padding-right: 0.25rem;
}
 .px-05 {
	 padding-left: 0.5rem;
	 padding-right: 0.5rem;
}
 .px-1 {
	 padding-left: 1rem;
	 padding-right: 1rem;
}
 .px-1-25-important {
	 padding-left: 1.25rem !important;
	 padding-right: 1.25rem !important;
}
 .px-2 {
	 padding-left: 2rem;
	 padding-right: 2rem;
}
 .py-075 {
	 padding-top: 0.75rem;
	 padding-bottom: 0.75rem;
}
 .py-1 {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
}
 .py-20 {
	 padding-top: 20px;
	 padding-bottom: 20px;
}
 .pr-0 {
	 padding-right: 0;
}
 .bt-10 {
	 border-top-width: 10px;
}
 .bx-6 {
	 border-left-width: 6px;
	 border-right-width: 6px;
}
 .hover-pointer:hover {
	 cursor: pointer;
}
 .circle {
	 width: 3rem;
	 height: 3rem;
	 border-radius: 50%;
	 margin-left: auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .licensable[data-bool="true"] {
	 background-color: #00b388 
}
 .licensable[data-bool="false"] {
	 background-color: #c8102e;
}
 .check::after {
	 content: "\2713";
	 font-size: 25px;
	 color: #fff;
	 line-height: 100px;
	 text-align: center;
}
 .cross::after {
	 content: "\2715";
	 font-size: 25px;
	 color: #fff;
	 line-height: 100px;
	 text-align: center;
}
 @media screen and (min-width: 992px) {
	 .col-lg-hidden {
		 display: none;
	}
	 .col-lg-text-right {
		 text-align:right;
	}
	 .col-md-text-nowrap {
		 text-wrap: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
	}
	 .col-md-py-1 {
		 padding-top: 1rem;
		 padding-bottom: 1rem;
	}
	 .technology-title {
		 padding-right:60px;
	}
}
/* sm &gt;= 768px md &gt;= 992px */
 @media screen and (max-width: 992px) {
	 .col-sm-hidden {
		 display: none;
	}
	 .col-sm-px-0 {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .col-sm-py-1 {
		 padding-top: 1rem;
		 padding-bottom: 1rem;
	}
	 .col-sm-px-1-25 {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
	 #catalog li:not(:first-child) {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
		 align-items: center;
	}
	 .col-md-text-nowrap {
		 text-wrap: initial;
	}
	 .col-md-custom1 {
		 display: initial;
		 float: initial;
	}
}
 @media screen and (min-width: 992px) {
	 .col-md-hidden {
		 display: none;
	}
	 .col-md-custom1 {
		 display: flex;
		 justify-content: end;
		 padding: 0.5rem 0.25rem;
		 position: absolute;
		 right: 0;
	}
	 .col-md-flex {
		 display: flex;
	}
	 .col-md-m-w-150 {
		 max-width: 150px;
	}
	 .col-md-pr-5 {
		 padding-right: 5rem;
	}
}
</pre></body></html>