textarea,
select,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	width: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.patent-calculator {

}

.patent-calculator--menu {
	display: flex;
	width: 100%;
	background-image: linear-gradient(to right, #111A31 , #102E74);
}

.patent-calculator--menu .mobile-toggle {
	display: none;
	width: 100%;
	justify-content: center;
}

.patent-calculator--menu .mobile-toggle .second-btn {
	line-height: normal;
	height: auto;
	min-height: 52px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 500px;
	text-align: left;
}

.patent-calculator--menu .mobile-toggle .second-btn i {
	display: inline-block;
	min-width: 15px;
	height: 12px;
	background: url("../images/chevron-down-blue.svg") no-repeat center/15px;
	margin-left: 15px;
}

.patent-calculator--menu .mobile-toggle .second-btn:hover i {
	background-image: url("../images/chevron-down-solid.svg");
}

.patent-calculator--menu ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	min-height: 56px;
}

.patent-calculator--menu ul li {
	display: flex;
}

.patent-calculator--menu ul li a {
	align-items: center;
	display: flex;
	color: #fff;
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
	transition: all .3s;
}

.patent-calculator--menu ul li a:hover {
	color: #ED8187;
}

.patent-calculator--menu ul li.current-menu-item a {
	color: #ED8187;
}

.patent-calculator--calculator-section {
	padding: 35px 0 60px;
	position: relative;
	overflow: hidden;
}

.patent-calculator--calculator-section .page-title-wrap {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.consultation-row {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.consultation-row .text {
	color: #2E2C7E;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.consultation-row i {
	display: inline-block;
	margin-right: 10px;
	min-width: 36px;
	height: 30px;
	background: url("../images/talk.svg") no-repeat center/35px;
}

.consultation-row .second-btn {
	width: auto;
	height: auto;
	min-height: 52px;
	padding: 5px 15px;
	min-width: 190px;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.patent-calculator--calculator-section .hsm-title-sec {
	margin-bottom: 35px;
}

.patent-calculator--calculator-body {
	display: flex;
	flex-wrap: wrap;
}

.patent-calculator--calculator-form {
	width: 50%;
}

.patent-calculator--calculator-form .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #565655;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .05em;
}

.patent-calculator--calculator-form .invalid {
	border: 1px solid red !important;
}

.patent-calculator--calculator-form .title.wrong {
	color: red;
}

.patent-calculator--calculator-form .calculator-form {
	position: relative;
}

.patent-calculator--calculator-form .loader-holder {
	background: rgba(255, 255, 255, .8);
}

.patent-calculator--calculator-form .select-all-row {
	display: inline-block;
	width: 100%;
}

.patent-calculator--calculator-form .select-all-row .calculator-label {
	font-weight: 700;
}

.calculator-label {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-top: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.2;
	min-height: 20px;
	color: #565655;
	font-size: .75rem;
	letter-spacing: .05em;
	margin-bottom: 20px;
}

.calculator-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.calculator-label .custom-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #A5A9AD;
	border-radius: 4px;
	-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}

.calculator-label input:checked ~ .custom-checkmark {
	border: 1px solid #565655;
}

.calculator-label .custom-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.calculator-label input:checked ~ .custom-checkmark:after {
	display: block;
}

.calculator-label .custom-checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #565655;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.patent-calculator--calculator-form .checkboxes {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.patent-calculator--calculator-form .checkboxes .calculator-label {
	width: 48%;
}

.patent-calculator--calculator-form .form-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.patent-calculator--calculator-form .form-row .form-item {
	width: 49%;
}

.patent-calculator--calculator-form .form-row .form-item label {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #2E2C7E;
	font-size: .875rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .05em;
}

.calc-input {
	width: 100% !important;
	height: 50px;
	line-height: 1.6;
	padding: 0 20px;
	-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	border: 1px solid #A5A9AD;
	border-radius: 4px !important;
	font-size: 1.187rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #2E2C7E;
	font-family: 'Montserrat', sans-serif;
}

.calc-input:hover {
	border: 1px solid #FFD535;
}

.calc-input::placeholder {
	font-size: 1.187rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	color: #AFB2B6;
}
.calc-input:focus::placeholder {
	opacity: 0;
}

.patent-calculator--calculator-form .submit-row {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.patent-calculator--calculator-form .submit-row .submit {
	border: 0;
	cursor: pointer;
}

.patent-calculator--calculator-section .dots-top {
	background: url("../images/Points-serv.svg") no-repeat center/320%;
	width: 352px;
	height: 188px;
	position: absolute;
	top: 10px;
	right: -10px;
}

.patent-calculator--calculator-section .lines-top {
	background: url("../images/lines3333.svg") no-repeat center/234px;
	width: 234px;
	height: 180px;
	position: absolute;
	top: 70px;
	right: 20px;
}

.patent-calculator--calculator-section .dots-bottom {
	background: url("../images/dots33333.svg") no-repeat center/435px;
	width: 435px;
	height: 230px;
	position: absolute;
	bottom: -180px;
	right: -500px;
}

.patent-calculator--map {
	width: 50%;
	padding-top: 80px;
}

.patent-calculator--map #map {
	min-height: 650px;
	width: 100%;
}

.unitary-patent-intro {

}

.unitary-patent-intro--main {
	padding: 0px 0 60px;
}

.unitary-patent-intro--main .page-title-wrap {
	margin-bottom: 40px;
}

.unitary-patent-intro--main-content {
	display: flex;
	width: 100%;
}

.unitary-patent-intro--main-content .body {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.unitary-patent-intro--main-content .title {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
}

.unitary-patent-intro--main-content .title span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	font-size: 50px;
	color: #002F78;
	font-weight: 600;
	line-height: 1.2;
	font-family:'Segma Black';
	margin-bottom:20px;
}

.unitary-patent-intro--main-content .img-one {
	position: absolute;
	z-index: 1;
	top: 65px;
	left: 0;
}

.unitary-patent-intro--main-content .img-two {
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 0;
}

.unitary-patent-intro--main-content .lines-arrows {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
}

.unitary-patent-intro--main-content .lines-arrows img {
	align-self: center;
}

.unitary-patent-intro--main-content .lines-arrows .mobile {
	display: none;
}

.unitary-patent-intro--main-content .blocks-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.unitary-patent-intro--main-content .blocks-row .item {
	width: 25%;
	border-radius: 4px;
	padding: 20px 0;
}

.unitary-patent-intro--main-content .blocks-row .item:nth-child(2) {
	width: 37%;
	box-shadow: none;
	padding: 20px 20px 15px;
}

.unitary-patent-intro--main-content .blocks-row .item .link {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: #002F78;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	transition: all .3s;
	font-family:'Segma Black';
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height: 75px;
	justify-content: center;
}


.hso-item-more-btn-up {
	color:#002F78;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	background: url(../images/up-serv-arrow.svg) no-repeat right/21px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0px 50px 0px 0px;
    background-position: 85px;
}

.unitary-patent-intro--main-content .blocks-row .item:hover .hso-item-more-btn-up {
	color: #ed8187;
	background: url(../images/arrow-right-hover.svg) no-repeat right/31px;
	transition: all 0.3s;
	background-position: 85px;
}


.unitary-patent-intro--main-content .blocks-row .item .link i {
	width: 40px;
	height: 17px;
	display: inline-block;
	margin-top: 15px;
	background: url("../images/intro-arr-1.svg") no-repeat center/40px;
}

.unitary-patent-intro--main-content .blocks-row .item:nth-child(2) .link i {
	background-image: url("../images/intro-arr-2.svg");
}

.unitary-patent-intro--main-content .img-bottom {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.unitary-patent-intro--main-content .img-bottom img {
	align-self: center;
}

.unitary-patent-intro--about {
	padding: 80px 0;
	background-color:#F8FBFF;
}

.unitary-patent-intro--about .hsm-title-sec {
	margin-bottom: 20px;
}

.unitary-patent-intro--about-body {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	position: relative;
	flex-direction: column;
	gap:36px;
}

.unitary-patent-intro--about-body .item {
	width: 90%;
	padding: 0;
	color:#111A31;
	font-size:16px;
	display: flex;
}

.unitary-patent-intro--about-body .item  .uni-number {
	font-size: 30px;
	font-family: 'Segma Black';
	color: #002F78;
	width: 30px;
	height: 30px;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #CC3333, #003399) border-box;
	border: 3px solid transparent;
	border-radius: 50px;
	margin-right:40px;
}

.unitary-patent-intro-flex {
	display: flex;
}


.unipatent.lines {
	background-image: linear-gradient(#93BCE5 50%, rgba(255,255,255,0) 0%);
	background-position: top;
	background-size: 1px 23px;
	background-repeat: repeat-y;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 85px;
}

.unitary-patent-intro--about-body .item strong{
	width: 48%;
	padding: 0;
	color:#002F78;
	font-size:20px;
	margin-bottom:20px;
	font-family:'Segma Black';
	line-height: 24px;
}

.unitary-patent-intro--court {
	padding: 80px 0;
}

.unitary-patent-intro--court .title span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	font-size: 50px;
	color: #002F78;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Segma Black';
	margin-bottom: 20px;
}

.unitary-patent-intro--court  .title {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
}

.unitary-patent-intro--court .body {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.unitary-patent-court-wrap {
	display:flex;
	gap: 16px;
}

.unitary-patent-court-wrap .item{
	width:33%;
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
	color:#002F78;
	font-weight:600;
	font-size:18px;
	line-height:24px;
	display: flex;
	align-items: center;
	padding: 8px 0;
}

.unitary-patent-court-wrap .item .uni-number {
	font-size:70px;
	font-family:'Segma Black';
	color:#D7E7F4;
	margin-right:23px;
}

.difference-row-first {
	display:flex;
	align-items: center;
	column-gap:20px;
}
.difference-row-second {
	display:flex;
	align-items: center;
	column-gap:20px;
	margin-top:40px;

}

.difference-row-first .difference-col-first,  .difference-secondcol-second{
	width: 40%;
}

.unitary-patent-intro--difference .item:before {
	content:url("../images/dot-unitary.svg");
	margin-right:16px;
}

.unified-patent-court--why .item:before {
	content:url("../images/dot-unitary.svg");
	margin-right:16px;
}

.unified-patent-court--why .difference-row-first .difference-col-second {
	padding: 80px 0px 80px 100px;
}

.unified-patent-court--why  .difference-secondcol-first {
	padding: 80px 100px 80px 0px;
}

.unified-patent-court--why .unitary-patent-intro--about-body .item {
	width: 100%;
	padding: 0;
	color: #111A31;
	font-size: 16px;
	display: flex;
}

.difference-row-first .difference-col-second {
	width: 70%;
	background-color:#F8FBFF;
	padding: 80px 0px 80px 60px;
	position:relative;

}
.difference-secondcol-first {
	width: 70%;
	background-color:#F8FBFF;
	padding: 80px 60px 80px 0px;
	position:relative;

}

.difference-secondcol-first .item {
	width:100%;
}

.difference-row-first .difference-col-second:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #F8FBFF;
	position: absolute;
	top: 0;
	right: -100%;
}

.difference-row-second .difference-secondcol-first:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #F8FBFF;
	position: absolute;
	top: 0;
	left: -100%;
}

.unitary-patent-intro--court .chart {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.unitary-patent-intro--court .chart img {
	align-self: center;
}

.unitary-patent-intro--court .one {
	position: absolute;
	top: -10px;
	left: -60px;
}

.unitary-patent-intro--court .two {
	position: absolute;
	top: -120px;
	right: -50px;
}

.unitary-patent-intro--court .bottom {
	position: absolute;
	bottom: -20px;
	left: -15px;
}

.unitary-patent-intro--difference {
	padding: 60px 0;
	padding-bottom:0px;
}

.unitary-patent-intro--difference .hsm-title-sec {
	margin-bottom: 20px;
}

.unitary-patent-intro--difference .dots {
	background: url("../images/intro-dots-blue.png") no-repeat center/232px;
	width: 232px;
	height: 115px;
	position: absolute;
	bottom: 0;
	right: 260px;
}

.unitary-patent-intro--difference .lines {
	background: url("../images/intro-lines-blue.png") no-repeat center/185px;
	width: 185px;
	height: 150px;
	position: absolute;
	bottom: -30px;
	right: 0;
}

.unitary-patent-intro--table {
	background-image: linear-gradient(to right, #CC3333 , #003399);
	padding: 80px 0;
}

.unitary-patent-intro--table-body .heading {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.unitary-patent-intro--table-body .heading .item {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 10px;
	width: 30%;
	font-family:'Segma Black';
}

.unitary-patent-intro--table-body .heading .item:nth-child(1) {
	width: 40%;
}

.unitary-patent-intro--table-body .main .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 50px;
	transition: all .3s;
	padding: 20px 20px;
	width: 100%;
	border: 1px solid #87BEE9;
	border-bottom:0;
}
.unitary-patent-intro--table-body .main .item:last-child {
	border-bottom:1px solid #87BEE9;
}


.unitary-patent-intro--table-body .main .item:last-child {
	margin-bottom: 0;
}

.unitary-patent-intro--table-body .main .item .title {
	width: 40%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding-right: 10px;
}

.unitary-patent-intro--table-body .main .item .col {
	width: 30%;
	padding-right: 20px;
}

.unitary-patent-intro--table-body .main .item .col .mobile {
	display: none;
	color: #565655;
	font-size: .875rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .05em;
	font-weight: 600;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.unitary-patent-intro--table-body .main .item .col .check {
	background: url("../images/intro-check.svg") no-repeat center/18px;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.unitary-patent-intro--table-body .main .item .col .text {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .05em;
	transition: all .3s;
}


.unitary-patent-intro--landscape .hsm-title-sec {
	margin-bottom: 30px;
	color: #fff;
}

.unitary-patent-intro--landscape .item:before {
	content:url("../images/dot-unitary.svg");
	margin-right:16px;
}

.unitary-patent-intro--landscape .hsm-title-sec:after {
	background: #fff;
}

.unitary-patent-intro--landscape .mspt-txt {
	padding: 0;
}

.up-comparison--main .page-title-wrap {
	margin-bottom: 40px;
}

.up-comparison--navigation {
	width: 100%;
	margin-bottom:50px;
}

.up-comparison--navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.up-comparison--navigation ul li {
	position: relative;
}


.up-comparison--navigation ul li a {
	display: inline-block;
	text-transform: uppercase;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #87BEE9;
	/* margin: 0px 20px; */
	cursor: pointer;
	font-weight: 600;
	padding: 10px 22px;
}

.up-comparison--navigation ul li.current-menu-item a {
	color: #002F78;
	border: 1px solid #87BEE9;
	padding: 10px 22px;
	margin: 0px 20px;
}

.up-comparison--navigation ul li a:hover {
	color: #002F78;
}

.up-comparison--main-content .hsm-title-sec {
	margin-bottom: 20px;
}

.up-comparison--contact {
	padding: 0 0 60px;
}

.up-comparison--contact-body {
	min-height: 103px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-image: linear-gradient(to right, #CC3333 , #003399);
	padding: 30px 30px 30px 40px;
}

.up-comparison--contact-body .text {
	width: calc(100% - 190px);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	padding-right: 10px;
	font-family:'Segma Black';
}

.up-comparison--contact-body .text i {
	display: inline-block;
	min-width: 83px;
	height: 70px;
	margin-right: 40px;
	background: url(../images/talk-com.svg) no-repeat center/73px;
}

.page-template-template-applying-costs .up-comparison--contact-body .text i {
	background: url(../images/costs-up.svg) no-repeat center/73px;

}

.up-comparison--contact-body .second-btn {
	width: auto;
	height: auto;
	min-height: 52px;
	min-width: 190px;
	background: #fff;
	color: #002F78;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform:uppercase;
	border-radius:0;
}

.up-comparison--contact-body .second-btn:hover {
	background: #ED8187;
	color:#fff;
}

.unitary-comparison-first-wrap {
	display:flex;
	margin-bottom:60px;
	margin-top: 40px;
}


.unitary-comparison-first-wrap .item {
	position: relative;
	width:90%;
}

.unitary-comparison-first-wrap .unitary-patent-intro--about-body {
	gap: 40px;
}

.unitary-comparison-first-wrap .unitary-patent-intro--about-body img{
	width:58%;
	margin-top:20px;
}

.up-comparison--schema {
	padding-bottom: 60px;
}
.comparison-img-wrap{
	width:100%;
	display:flex;
	justify-content:center;
}

.up-comparison--schema-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
	color: #2E2C7E;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: 600;
}

.up-comparison--schema-body {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 60px;
}

.up-comparison--schema-body img {
	align-self: center;
}

.up-comparison--schema-extra {
	display: flex;
	width: 100%;
	justify-content: center;
}

.up-comparison--schema-extra span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
	color: #002F78;
	font-size: 24px;
	line-height: 29px;
	border:1px solid #87BEE9;
	font-family:'Segma Black';
}

.up-pros-cons--main {
	padding: 0px 0 60px;
}

.up-pros-cons--main .page-title-wrap {
	margin-bottom: 50px;
}

.up-pros-cons--table {
	padding-bottom: 60px;
}

.up-pros-cons--table .e-com-title {
	text-align:center;
}


.up-pros-cons--table .hsm-title-sec {
	margin-bottom: 20px;
}

.up-pros-cons--table-heading {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.up-pros-cons--table-heading .item {
	width: 50%;
	text-transform: uppercase;
	color: #ED8187;
	font-size: 24px;
	font-weight: 600;
	padding-right: 10px;
	line-height: 29px;
	font-family:'Segma Black';
}

.up-pros-cons--table-body .item {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	transition: all .3s;
	margin-bottom: 10px;
	border-radius: 0px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2387BEE9FF' stroke-width='2' stroke-dasharray='4%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.up-pros-cons--table-body .item:hover {
	background: #F8FBFF;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2387BEE9FF' stroke-width='1' stroke-dasharray='0' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.up-pros-cons--table-body .item strong {
	color:#002F78;
}

.table-line-middle {
	top: 0;
	background-image: linear-gradient(#87BEE9 54%, rgba(255,255,255,0) 0%);
	background-position: top;
	background-size: 1px 15px;
	background-repeat: repeat-y;
	width: 3px;
	height: calc(100% - 40px);
	position: absolute;
	left: 50%;
	top: 20px;
}

.up-pros-cons--table-body .item:hover .table-line-middle {
	background-image: linear-gradient(#87BEE9 100%, rgba(255,255,255,0) 0%);
}

.up-pros-cons--table-body .item:last-child {
	margin-bottom: 0;
}

.up-pros-cons--table-body .item .col {
	width: 50%;
	padding: 20px;
	transition: all .3s;
}

.up-pros-cons--table-body .item .col .mobile {
	display: none;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ED8187;
	font-size: 24px;
	font-weight: 600;
	padding-right: 10px;
	line-height: 29px;
	font-family: 'Segma Black';
}

.up-countries-section--about {
	padding-bottom: 60px;
}

.up-countries-section--about .hsm-title-sec {
	margin-bottom: 20px;
}

.up-countries-section--about-body {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}

.up-countries-section--about-body  .involved-item {
	width:33%;
}

.involved-item .involved-title {
	font-size:18px;
	line-height:24px;
	color:#002F78;
	font-weight:600;
	margin-bottom:60px;
}

.involved-item .involved-txt {
	font-size:16px;
	line-height:22px;
	letter-spacing:0.05em;
	color:#111A31;
	font-weight:400;
	margin-top:20px;
}

.involved-item .involved-txt span {
	color:#ED8187;
}

.up-countries-section--about-body:before {
	width: 100%;
	background-image: linear-gradient(to right, #CC3333 , #003399);
	height:2px;
	position:absolute;
	display:block;
	top:65px;
	content:'';
}


.up-countries-section--about-body:after {
	width: 100%;
	background-image: linear-gradient(to right, #CC3333 , #003399);
	height:2px;
	position:absolute;
	display:block;
	top:55px;
	content:'';
}


.up-countries-section--about-body .involved-item:after {
	content: '';
	background-color: #BF1D25;
	width: 30px;
	height: 20px;
	display: block;
	top: 35px;
	clip-path: polygon(76% 19%, 0% 100%, 100% 100%);
	position: absolute;
}

.up-countries-section--about .title-patent-system {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	font-size: 50px;
	color: #002F78;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Segma Black';
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
	padding-bottom:20px;
}

.up-countries-section--about .unitary-patent-court-wrap .item {
	width: 50%;
	border-bottom: 3px solid;
	border-image: linear-gradient(0.25turn, #CC3333 , #003399) 30;
	color: #002F78;
	font-weight: 600;
	font-family: 'Segma Black';
	font-size: 30px;
	line-height: 36px;
	display: flex;
	align-items: center;
	padding: 25px 0;
}

.up-countries-section--about-body .involved-item:nth-child(2):after {
	background-color: #4F2554;
}



.up-countries-section--about-body .involved-item:nth-child(3):after {
	background-color: #002F78;
}



.up-countries-section--about-body .item {
	padding: 0;
	width: 58%;
}

.up-countries-section--about-body .bg {
	width: 40%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.up-countries-section--about-body .bg img {
	align-self: center;
}

.up-countries-section--about-body .bg .lines {
	background: url("../images/up-country-lines.svg") no-repeat center/198px;
	width: 198px;
	height: 160px;
	position: absolute;
	top: -180px;
	right: 100px;
}

.up-countries-section .up-comparison--contact-body .text i {
	background: url(../images/options.svg) no-repeat center/80px;
	min-width: 81px;
	height: 70px;
}

.up-countries-section  .e-com-title {
	margin-bottom:40px;
	margin-top:50px;
}

.up-countries-section .up-pros-cons--main {
	padding-bottom: 50px;
}

.up-countries-section--map-list {
	padding-bottom: 80px;
}

.up-countries-section--map-body .item {
	display: inline-block;
	width: 100%;
	padding-bottom: 70px;
}

.up-countries-section--map-body .item:last-child {
	padding-bottom: 0;
}

.up-countries-section--map-body .item:first-child {
	padding-bottom: 60px;
}

.up-countries-section--map-body .banner {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
	background-image: linear-gradient(to right, #CC3333 , #003399);
	min-height: 107px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:30px;

}

.up-countries-section--map-body .banner span {
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Segma Black';
}

.up-countries-section--map-body .map-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.up-countries-section--map-body .map-wrap .map {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 680px;
	justify-content: flex-end;
}

.up-countries-section--map-body .map-wrap .map img {
	align-self: center;
}

.up-countries-section--map-body .map-wrap .country-box {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 308px;
	position: relative;
	z-index: 2;
	padding: 30px;
	color: #002F78;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #87BEE9;
	font-weight: 600;
	height: fit-content;
}

.first-wrap-country-maps {
	width: 100%;
	max-width: 308px;
}
.up-countries-section--map-body .map-wrap .dots-top {
	position: absolute;
	background: url("../images/up-grey-dots.svg") no-repeat center/435px;
	width: 435px;
	height: 232px;
	top: -15px;
	right: 10px;
}

.up-countries-section--map-body .map-wrap .dots-bottom {
	position: absolute;
	background: url("../images/up-grey-dots.svg") no-repeat center/435px;
	width: 435px;
	height: 232px;
	bottom: -30px;
	left: 10px;
}

.up-countries-section--map-body .map-wrap .lines {
	position: absolute;
	background: url("../images/up-country-lines.svg") no-repeat center/190px;
	width: 190px;
	height: 155px;
	bottom: -5px;
	left: 100px;
	z-index: 1;
}

.up-countries-section--map-body .helper-text {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

.up-countries-section--map-body .helper-text span {
	max-width: 308px;
	color: #ED8187;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
}


.page-template-template-applying-costs .up-comparison--contact-body .text {
	font-size:24px;
}

.up-costs--tables {
	padding: 0 0 60px;
}

.up-costs--tables .hsm-title-sec {
	margin-bottom: 20px;
}

.up-costs--tables-body .item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 60px;
	justify-content: space-between;
}

.up-costs--tables-body .item:last-child {
	margin-bottom: 0;
	flex-direction: row-reverse;
}

.up-costs--tables-body .item .content {
	position: relative;
	width: 42%;
}

.up-costs--tables-body .item .content .text {
	padding: 0;
	font-size: 16px;
	color: #111A31;
	line-height: 22px;
	letter-spacing: 0.05em;
}


.up-costs--tables-body .item .image {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

.up-costs--tables-body .item .image img {
	align-self: center;
}

.up-costs--tables-body .item:last-child .image {
	justify-content: flex-start;
}

.up-costs--tables-body .item:last-child .content .shapes {
	position: absolute;
	top: 0;
	right: 0;
}

.up-timeline--scheme {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 60px;
}

.up-timeline--scheme img {
	align-self: center;
}

.page-template-template-applying-timeline .unitary-patent-intro--about-body .item strong{
	margin-bottom:10px;
}

.page-template-template-applying-timeline .number-content-title {
	padding: 0;
	color: #002F78;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'Segma Black';
	line-height: 24px;
	margin-bottom:10px;
}

.number-content-wrap span{
	color:#ED8187;
}

.page-template-template-applying-timeline .unitary-patent-intro--about-body .item strong {
	color:#111A31;
	font-weight:700;
	font-size:16px;
}
.page-template-template-applying-timeline .unitary-patent-intro--about-body .item li{
	padding-left: 20px;
}
.page-template-template-applying-timeline .unitary-patent-intro--about-body .item ul{
	margin-top:20px;
}


.up-timeline .up-comparison--contact {
	padding: 0 0 60px;
}

.page-template-template-applying-timeline .up-comparison--contact-body .text {
	width: calc(100% - 517px);
}

.unified-patent-court .unitary-patent-intro--main {
	padding-bottom: 30px;
}

.unified-patent-court--why {
	position: relative;
}

.page-template-template-unified-patent-court .unitary-patent-intro--about-body strong{
	font-size:16px;
	color:#000;
	font-weight:600;
}

.court-title{
	width: 48%;
	padding: 0;
	color: #002F78;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Segma Black';
	line-height: 24px;
}

.unitary-patent-court-wrap-first .item {
	width: 100%;
}

.unitary-patent-court-wrap-second {
	width:20%;
}

.court-page-first-wrap {
	display:flex;
	justify-content: space-between;
}

.unitary-patent-court-wrap-first {
	border:1px solid #87BEE9;
	padding:30px 40px;
	width: 70%;
}

.unified-patent-court--why .shapes {
	background: url("../images/upc-shapes.png") no-repeat center/255px;
	width: 255px;
	height: 105px;
	position: absolute;
	right: -5px;
	top: -87px;
}

.unified-patent-court--why-main {
	padding-bottom: 35px;
}

.unified-patent-court--why-main .hsm-title-sec {
	margin-bottom: 20px;
}

.unified-patent-court--why-main .content {
	padding: 0;
}

.unified-patent-court--conclusion {
	background: #2E2C7E;
	border-radius: 4px;
	padding: 25px 40px 30px;
	width: 100%;
	display: inline-block;
}

.unified-patent-court--conclusion .hsm-title-sec {
	color: #FED73B;
	margin-bottom: 20px;
}

.unified-patent-court--conclusion .hsm-title-sec:after {
	background: #FED73B;
}

.unified-patent-court--conclusion .conclusion-text {
	color: #FED73B;
	padding: 0;
}

.up-services-section .up-comparison--navigation ul li {
	padding-right: 20px;
}

.up-services-section .up-comparison--navigation ul li:last-child {
	padding-right: 0;
}

.up-services-section .up-comparison--navigation ul li:after {
	width: 20px;
	right: 15px;
}

.up-services-opt-out .up-comparison--main {
	padding-bottom: 30px;
}

.opt-out-first-wrap {
	display: flex;
	margin-bottom: 30px;
}


.opt-out-first-wrap .image-collum {
	margin-right: 15%;
}

.page-template-template-up-services-opt-out .up-services-translations--description .main {
	padding: 20px 0;
}

.opt-out-first-wrap .text-title {
	font-size: 30px;
	color: #002F78;
	font-family: 'Segma Black';
	margin: 20px 0;
}

.page-template-template-up-services-request .up-services-translations--description strong{
	font-weight:600;
}

.request-info-text {
	padding:40px;
	font-size:16px;
	letter-spacing:0.05em;
	line-height:22px;
	color:#111A31;
	border:1px solid #87BEE9;
	margin:60px 0px;
	margin-bottom:50px;
}

.page-template-template-up-services-request .up-services-request .up-comparison--contact {
	padding: 0 0 80px;
}

.request-info-text strong{
	font-weight:600;
}

.page-template-template-up-services-request .up-services-request .up-comparison--contact-body .text {
	width: calc(100% - 445px);
}

.page-template-template-up-services-request .unitary-patent-col1 {
	width:61%;
}
.page-template-template-up-services-request .unitary-patent-col2 {
	width:39%;
}

.page-template-template-up-services-request .up-pros-cons--table {
	background-image: linear-gradient(to right, #CC3333 , #003399);
	padding:60px 0px;
}

.page-template-template-up-services-request .up-pros-cons--table .hsm-title-sec {
	width: 100%;
	margin-bottom: 40px;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	padding-left: 0;
	position: relative;
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: #ffffff;
	font-family: 'Segma Black';
}
.page-template-template-up-services-request .up-pros-cons--table-heading .item{
	color:#fff;
	padding-left:20px;
}
.page-template-template-up-services-request .up-pros-cons--table-body .item, .page-template-template-up-services-request .up-services-request .up-pros-cons--table-body .item:hover {
	background:transparent;
	border:1px solid #87BEE9;
}

.page-template-template-up-services-request .up-pros-cons--table-body .item .col:first-child {
	border-right:1px solid #87BEE9;
}
.page-template-template-up-services-request .up-pros-cons--table-body .item strong {
	color: #fff;
}

.page-template-template-up-services-request .up-pros-cons--table-body .item  .mspt-txt, 
.page-template-template-up-services-request  .up-services-request .up-pros-cons--table-body .item:hover .col, .page-template-template-up-services-request .up-pros-cons--table-body .item  .mspt-txt a {
	color: #fff;
}
.page-template-template-up-services-request .up-pros-cons--table-body .item strong {
	position:relative;
}

.page-template-template-up-services-request .up-pros-cons--table-body .item strong:before {
	content:url(../images/pink-dot-list.svg);
	position:absolute;
	left: -20px;

}

.page-template-template-up-services-request .up-pros-cons--table-body .item .col {
	padding-left: 40px;
}


.page-template-template-up-services-request .up-comparison--contact-body .text i {
	background: url(../images/appointment-new.svg) no-repeat center/70px;
}

.up-services-opt-out .up-comparison--main-content .hsm-title-sec {
	margin-bottom: 40px;
}

.up-services-opt-out--steps-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	color: #ED8187;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .2em;
	font-weight: 600;
	text-transform:uppercase;
}

.up-services-opt-out--steps-body {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.up-services-opt-out--steps-body .item {
	background: #F8FBFF;
	width: 32.5%;
	padding: 25px 20px;
	min-height: 200px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2387BEE9FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	display:flex;
	align-items: center;
}

.up-services-opt-out--steps-body .item .text {
	display: inline-block;
	width: 100%;
	color: #002F78;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.up-services-opt-out--steps-body .item .second-btn {
	width: 100%;
	height: auto;
	min-height: 52px;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	margin: 15px 0 0;
	border: 1px solid transparent;
	border-radius:0px;
	background-color:#87BEE9;
	color:#002F78;
}

.up-services-opt-out--steps-body .item .second-btn:hover {
	border-color: #ED8187;
	border: 1px solid transparent;
}

.up-services-opt-out--steps-body .item:nth-child(3) {
	background: #002F78;
	position: relative;
	border-left: 40px solid #87BEE9;
	padding-left: 30px;
	display:block;
}

.up-services-opt-out--steps-body .item:nth-child(3) .text {
	color: #fff;
}

.up-services-opt-out--steps-body .item .sidebar {
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}

.up-services-opt-out--options {
	padding-bottom: 40px;
}

.up-services-opt-out--options-body {
	background-image: linear-gradient(to right, #CC3333 , #003399);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 30px 50px;
	min-height: 125px;
	justify-content: space-between;
}

.up-services-opt-out--options-body .title {
	display: inline-block;
	width: 38%;
	padding-right: 10px;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .05em;
	font-family: 'Segma Black';
}

.up-services-opt-out--options-body .steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 57%;
}

.up-services-opt-out--options-body .step-item {
	display: flex;
	align-items: center;
	padding-right: 10px;
	max-width: 425px;
}

.up-services-opt-out--options-body .step-item span{
	font-weight:400;
}

.up-services-opt-out--options-body .step-item:last-child {
	padding-right: 0;
}
.why-opt-out-block {
	border:1px solid #87BEE9;
	padding:40px;
}

.why-opt-out-block .e-com-title{
	margin-bottom: 20px;
	display: block;
}
.why-opt-out-block  {
	font-size:16px; 
	color:#111A31;
	line-height:22px;
	letter-spacing:0.05em;
}

.why-opt-out-block strong {
	font-weight:700;
}
.why-opt-out-block ul {
	list-style: disc;
	margin-left: 24px;
	margin-top:10px;
}
.why-opt-out-block ul li{
	padding-left:20px;
}
.why-opt-out-block ul li::marker {
	color:#87BEE9;
	font-size:25px;
}

.page-template-template-up-services-opt-out .unitary-patent-intro--about-body .item:before {
	content:url(../images/dot-blue-up.svg);
	display:block;
	margin-right:20px;
}


.page-template-template-up-services-opt-out .up-pros-cons--table .e-com-title {
	text-align: left;
}
.page-template-template-up-services-opt-out .up-pros-cons--table-heading {
	margin-bottom:0px;
	background-image: linear-gradient(to right, #CC3333 , #003399);
	padding: 17px 20px;
}

.page-template-template-up-services-opt-out .up-pros-cons--table-heading .item {
	color: #fff;
}

.page-template-template-up-services-opt-out  .up-pros-cons--table-body .item {
	background-image: none;
	border: 1px solid #87BEE9;
}
.page-template-template-up-services-opt-out  .up-pros-cons--table-body .item .col:first-child {
	border-right: 1px solid #87BEE9;
}

.table-title-ops {
	font-family: 'Segma Black';
	font-size: 24px;
	line-height: 36px;
	color: #002F78;
	margin-bottom: 5px;
	width: 100%;
}
.table-title-ops.second-title-ops {
	margin-top:40px;
}

.page-template-template-up-services-opt-out  .up-pros-cons--table-body .item .col strong {
	color:#111A31;
}
.up-services-opt-out--options-body .step-item .nr {
	display: inline-block;
	margin-right: 15px;
	color: #ED8187;
	font-size: 3.375rem;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Segma Black';
	letter-spacing: .05em;
}

.up-services-opt-out--options-body .step-item .text {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .05em;
}

.up-services-opt-out--about {
	padding-bottom: 30px;
}

.up-services-opt-out--title-banner {
	padding: 60px 0 80px;
}

.up-services-opt-out--title-banner .body {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.up-services-opt-out--title-banner .text {
	display: inline-block;
	max-width: 735px;
	color: #2E2C7E;
	font-weight: 600;
	line-height: 1.2;
	font-size: 3.125rem;
}

.up-services-opt-out--title-banner .bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
	background: #F8F8F8;
	width: 476px;
	height: 240px;
}

.up-services-opt-out--title-banner .shapes {
	background: url("../images/opt-out-banner-shapes.svg") no-repeat center/423px;
	width: 423px;
	height: 288px;
	position: absolute;
	top: -105px;
	right: 0;
}

.up-services-opt-out .up-pros-cons--table {
	position: relative;
}

.up-services-opt-out .up-pros-cons--table .shapes {
	background: url("../images/opt-out-bottom-shapes.svg") no-repeat center/255px;
	width: 255px;
	height: 105px;
	position: absolute;
	top: -30px;
	right: 0;
}

.up-services-opt-out .up-pros-cons--table-body .item:hover {
	background: #fff;
}

.up-services-opt-out .up-pros-cons--table-body .item:hover .col {
	color: #565655;
}

.up-services-request .up-services-opt-out--steps-body .item {
	min-height: 300px;
}

.up-services-request .up-services-opt-out--steps-body .item:last-child {
	width: 66%;
}

.up-services-request .up-comparison--main {
	padding-bottom: 40px;
}

.up-services-request .up-comparison--main-content .hsm-title-sec {
	margin-bottom: 40px;
}


.up-services-request .up-comparison--contact-body .second-btn {
	min-width: 314px;
	padding: 5px 10px;
}

.up-services-request .up-comparison--contact-body .text {
	width: calc(100% - 314px);
}

.up-services-request .up-comparison--contact {
	padding: 0 0 40px;
}

.up-services-request--relevance {
	padding-bottom: 60px;
}

.up-services-request--relevance .relevance-text {
	display: block;
	width: 100%;
	max-width: 580px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: .05em;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	color: #565655;
	padding: 0;
}

.up-services-request--relevance .shapes {
	background: url("../images/req-rel-shapes.svg") no-repeat center/353px;
	width: 353px;
	height: 240px;
	position: absolute;
	top: -30px;
	right: 0;
}

.up-services-request .up-pros-cons--table-body .item .col ul li {
	margin-bottom: 20px;
}

.up-services-request .up-pros-cons--table-body .item .col ul li:last-child {
	margin-bottom: 0;
}

.up-services-request .up-pros-cons--table-body .item .col ul li::marker {
	color: #FED73B;
}

.up-services-request .up-pros-cons--table-body .item:hover {
	background: #fff;
}

.up-services-request .up-pros-cons--table-body .item:hover .col {
	color: #565655;
}

.up-services-request--how-to {
	padding-bottom: 60px;
}

.up-services-request--how-to-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	background: #F8FBFF;
	margin-top:80px;
}

.up-services-request--timing .difference-secondcol-first .item:before {
	content: url(../images/dot-unitary.svg);
	margin-right: 16px;
}

.up-services-request--timing  .difference-secondcol-second img {
	width:50%;
}
.up-services-request--timing   .difference-secondcol-second {
	display:flex;
	align-items:center;
	justify-content: center;
}

.up-services-request--how-to-main .title {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 40px;
	color: #2E2C7E;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 600;
	background: #F8FBFF
		color: #2E2C7E;
	z-index: 2;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding-left: 0;
	position: relative;
	background: -webkit-linear-gradient(0deg, #CC3333 , #003399);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Segma Black';
	text-align: left;
	margin-bottom: 0;
	padding: 5px 0;
	padding-left: 50px;
}


.up-services-request--how-to-main .list {
	width: 50%;
	background-image: linear-gradient(to right, #111A31 , #102E74);
	padding: 40px 50px 40px 125px;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.up-services-request--how-to-main .list .item {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	padding-left: 60px;
	position: relative;
	color: #87BEE9;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em;
	font-weight: 600;
	padding-top: 0px;
}

.up-services-request--how-to-main .list .item img {
	position: absolute;
	top: 0;
	left: 0;
}

.up-services-request--how-to-main .list .item:last-child {
	margin-bottom: 0;
}

.up-services-request--how-to-main .shapes {
	background: url("../images/up-serv-req-list-shapes.svg") no-repeat center/255px;
	width: 255px;
	height: 105px;
	position: absolute;
	left: 45px;
	bottom: -50px;
}

.up-services-request--how-to .subtext {
	padding: 0;
	font-size: 16px;
	color: #111A31;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 22px;
}

.up-services-request--timing {
	padding-bottom: 60px;
}

.up-services-request--timing .hsm-title-sec {
	margin-bottom: 20px;
}

.up-services-request--timing .body {
	padding: 0;
}

.up-services-annuities .up-comparison--main {
	padding-bottom: 40px;
}

.up-services-annuities .up-comparison--contact-body {
	min-height: 132px;
	position: relative;
	z-index: 1;
}

.page-template-template-up-services-annuities .up-comparison--main-content .up-services-translations--description .text strong {
	font-weight:600;
}

.up-services-annuities .up-comparison--contact-body .text-content {
	width: calc(100% - 190px);
}

.up-services-annuities .up-comparison--contact-body .text-content .main {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #2E2C7E;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .05em;
}

.up-services-annuities .up-comparison--contact-body .text-content .txt {
	max-width: 80%;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	padding-right: 10px;
	font-family: 'Segma Black';
}

.page-template-template-up-services-annuities  .opt-out-first-wrap {
	display: flex;
	margin-bottom: 60px;
}

.page-template-template-up-services-annuities .unitary-patent-intro--about-body .item:before {
	content: url(../images/dot-unitary.svg);
	margin-right: 16px;
}
.annu-title {
	width: 100%;
	padding: 0;
	color: #002F78;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Segma Black';
	line-height: 24px;
	display: block;
}

.up-services-annuities .up-comparison--main-content {
	position: relative;
}

.up-services-annuities .up-comparison--main-content .shapes {
	position: absolute;
	background: url("../images/up-ann-shapes.svg") no-repeat center/387px;
	width: 387px;
	height: 264px;
	top: -40px;
	right: -20px;
}

.up-services-annuities--relevance .difference-secondcol-first .item strong, .page-template-template-up-services-request .up-services-request--relevance .item strong, .page-template-template-up-services-translations .up-services-request--timing .difference-secondcol-first .item strong{
	font-weight:600;
	font-size: 16px;
	color: #111A31;
}

.up-services-annuities--relevance .difference-secondcol-first .item span, .page-template-template-up-services-request .up-services-request--relevance .item span, .page-template-template-up-services-translations .up-services-request--timing .difference-secondcol-first .item span {
	color:#ED8187;
}
.second-before-translation .unitary-patent-intro--about-body .item:before{
	display:none;
}

.up-services-annuities--payment {
	padding-bottom: 60px;
}

.second-before-translation .difference-secondcol-first {
	padding:200px 60px;
	padding-left:0px;
}
.second-before-translation  .difference-secondcol-second img {
	width: 90%;
}
.second-before-translation .annu-title {
	font-size:30px;
	margin-bottom:20px;
}

.up-services-annuities--payment .body {
	background: #F8F8F8;
	padding: 60px 30px;
	display: inline-block;
}

.up-services-translations--description {
	display: inline-block;
	width: 100%;
	padding: 20px 15px 40px;
	position: relative;
}


.page-template-template-up-services-translations .up-services-request--timing {
	padding-bottom: 0px;
}

.page-template-template-up-services-translations .up-services-request--timing .difference-secondcol-first .item strong{

}

.up-services-translations--description .main {
	color: #2E2C7E;
	z-index: 2;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding-left: 0;
	position: relative;
	background: -webkit-linear-gradient(0deg, #CC3333 , #003399);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Segma Black';
	text-align: left;
	border-top: 1px solid #92BDE5;
	border-bottom: 1px solid #92BDE5;
	margin-bottom: 0;
	padding: 5px 0;
}

.page-template-template-up-services-translations .unitary-patent-intro--about-body .item:before {
	content: url(../images/dot-unitary.svg);
	margin-right: 16px;
}

.up-services-translations--description .text {
	width: 100%;
	position: relative;
	z-index: 1;
	max-width: 730px;
	margin: 0 auto;
	color: #565655;
	font-size: 1rem;
	letter-spacing: .05em;
}

.up-services-translate-third-block {
	padding:40px;
	border:1px solid #87BEE9;
	display:flex;
	column-gap:50px;
}

.up-services-translate-third-block .third-wrap-translate {
	width:20%;
}
.up-services-translate-third-block .third-wrap-translate-two {
	width:60%;
	font-size:16px;
	font-weight:400;
	color:#111A31;
	letter-spacing:0.05em;
	line-height:22px;
}

.up-services-translate-third-block .third-wrap-translate-two strong{
	font-weight:700;
}

.up-services-translations--description .shapes {
	background: url("../images/up-trans-shapes.svg") no-repeat center/353px;
	width: 353px;
	height: 240px;
	position: absolute;
	top: -60px;
	right: 0;
}
.up-services-translate-third-block .third-wrap-translate-two ul{
	margin:20px 0px;
	list-style:disc;
	margin-left:30px;
}

.up-services-translate-third-block .third-wrap-translate-two ul li::marker{
	font-size:30px;
	color:#ED8187;
}
.up-services-translations .unitary-patent-intro--about-body {
	position: relative;
}

.up-services-translations .unitary-patent-intro--about-body .shapes {
	background: url("../images/up-tran-rel-shapes.svg") no-repeat center/255px;
	width: 255px;
	height: 105px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.up-services-translations .up-services-annuities--relevance {
	padding-bottom: 60px;
}

.up-services-translations .up-services-request--how-to-main .main-content {
	background: #F8F8F8;
	width: 50%;
	padding: 60px 40px 180px 0;
}

.up-services-translations .up-services-request--how-to-main .hsm-title-sec {
	margin-bottom: 85px;
}

.up-services-translations .up-services-request--how-to-main .large-text {
	display: inline-block;
	width: 100%;
	color: #2E2C7E;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 40px;
}

.up-services-translations .up-services-request--how-to-main .small-text {
	padding-left: 40px;
	display: inline-block;
	width: 100%;
	color: #565655;
	font-size: .875rem;
	font-style: italic;
	letter-spacing: .05em;
	line-height: 1.4;
}

.up-services-translations .up-services-request--how-to-main .shapes {
	left: 45px;
	bottom: 35px;
}

.up-services-translations .up-services-request--how-to-main {
	margin: 0;
}

.up-services-infringement .up-comparison--main {
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.up-services-infringement--description {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	padding: 40px 20px;
}

.up-services-infringement--description-steps {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 40px;
}

.up-services-infringement--description-steps .item {
	padding: 20px 50px;
	width: 49%;
	min-height: 112px;
	background: #EFEFEF;
	text-align: center;
	display: flex;
	align-items: center;
	color: #24205A;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: .05em;
}

.up-services-infringement--description .subtext {
	display: block;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
}

.up-services-infringement .up-comparison--contact-body {
	min-height: 132px;
}

.up-services-infringement .up-comparison--contact {
	position: relative;
	z-index: 1;
}

.up-services-infringement .up-comparison--contact-body .large-title {
	width: calc(100% - 190px);
	padding-right: 10px;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Segma Black';
}

.page-template-template-up-services-infringement .unitary-comparison-first-wrap .unitary-patent-intro--about-body img {
	width: 66%;
	margin-top: 0px;
}

.up-services-infringement .up-comparison--main-content .unitary-patent-intro--about-body .item strong {
	color:#111A31;
	font-size:16px;
	font-weight:700;
}
.up-services-infringement .up-comparison--main-content .unitary-patent-intro--about-body .item ul {
	list-style:disc;
	margin-top: 0px;
}

.up-services-infringement .up-comparison--main-content .unitary-patent-intro--about-body .item ul li{
	margin-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
}

.up-services-infringement .up-services-request--relevance .relevance-text {
	max-width: 800px;
	line-height: 1.6;
}

.up-services-infringement .up-services-request--relevance .shapes {
	background: url("../images/infring-rel-shapes.svg") no-repeat center/232px;
	width: 232px;
	height: 425px;
	right: -140px;
	top: -270px;
}

.up-services-infringement--procedure {
	padding-bottom: 60px;
}

.up-services-infringement--procedure-body {
	background: #2E2C7E;
	display: inline-block;
	width: 100%;
	padding: 40px;
}

.up-services-infringement--procedure-body .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.2;
	font-weight: 600;
	font-size: 2.5rem;
}

.up-services-infringement--procedure-body .subtitle {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #FED73B;
	font-size: .875rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .05em;
}

.up-services-infringement--procedure-body .list {
	display: inline-block;
	width: 100%;
}

.up-services-infringement--procedure-body .list .item {
	display: inline-block;
	width: 100%;
	margin-bottom: 22px;
	padding-left: 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .05em;
	position: relative;
}

.up-services-infringement--procedure-body .list .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(254, 215, 59, .3);
	border-radius: 50%;
	width: 19px;
	height: 19px;
}

.up-services-infringement--procedure-body .list .item:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #FED73B;
	border-radius: 50%;
	width: 7px;
	height: 7px;
}

.up-services-infringement--procedure-body .list .item:last-child {
	margin-bottom: 0;
}

.up-services-representation .up-comparison--main {
	padding-bottom: 0;
}

.up-services-representation .up-comparison--main-content .up-services-translations--description {
	background: #FFFFFF;
	padding: 20px 40px;
}


.up-comparison--main-content .up-services-translations--description .text {
	color: #111A31;
	padding: 0;
	max-width: none;
	text-align: left;
	line-height: 1.4em;
}

.up-services-representation--relevance {
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.up-services-representation--relevance .up-services-translations--description {
	padding: 40px;
}

.up-services-representation--relevance .up-services-translations--description .text {
	max-width: 800px;
	padding: 0;
}

.up-services-representation .up-comparison--contact .shapes {
	background: url("../images/infring-rel-shapes.svg") no-repeat center/232px;
	width: 232px;
	height: 425px;
	right: -140px;
	top: -85px;
	position: absolute;
}

.up-services-representation .up-comparison--contact-body .large-title {
	width: calc(100% - 190px);
	padding-right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Segma Black';
}

.up-services-representation .up-comparison--contact-body {
	min-height: 132px;
	position: relative;
	z-index: 1;
}

.up-services-representation .up-services-request--timing .item {
	margin-bottom: 60px;
	display: flex;
}

.up-services-representation .up-services-request--timing .item:last-child {
	margin-bottom: 0;
}

.up-services-representation .up-services-request--timing .item:first-child .body {
	max-width: 800px;
}

.news-all-body {
	min-height: 50vh;
}

.no-news-found {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 40px 0;
	color: #2E2C7E;
}

.single-news-related-wrap .news-all-body {
	min-height: auto;
}

.page-template-template-up-services-infringement .up-comparison--main-content , .page-template-template-up-services-representation .up-comparison--main-content {
	display: flex;
	margin-bottom: 30px;
}
.page-template-template-up-services-infringement .up-comparison--main-content .image-collum , .page-template-template-up-services-representation .up-comparison--main-content .image-collum {
	margin-right: 10%;
}
.page-template-template-up-services-infringement .up-comparison--main-content .text-title , .page-template-template-up-services-representation .up-comparison--main-content .text-title {
	font-size: 30px;
	color: #002F78;
	font-family: 'Segma Black';
	margin: 20px 0;
}
.page-template-template-up-services-infringement .up-comparison--main-content .text span , .page-template-template-up-services-representation .up-comparison--main-content .text span{
	font-size: 18px;
	color: #002F78;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.page-template-template-up-services-infringement .up-services-infringement .up-comparison--contact-body {
	min-height: 100px;
}

.timing-wrap-block {
	display:flex;
	align-items: center;
}

.timing-wrap-block img{
	width: 25%;
	margin-right:120px;
}

.timing-wrap-block .timing-sec-block {
	width:42%;
}


.page-template-template-up-services-infringement .up-comparison--main-content ul {
	margin-top:20px;
	list-style-image: url('../images/dot-list.svg');
}
.page-template-template-up-services-infringement .up-comparison--main-content ul li{
	margin-bottom:30px;
	padding-left: 20px;
	margin-left: 20px;
}

.page-template-template-up-services-infringement .up-comparison--main-content .text strong , .page-template-template-up-services-representation .up-comparison--main-content .text strong{
	font-weight: 600;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content {
	display: flex;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content{
	margin-right: 10%;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .title{
	font-size: 24px;
	font-family: 'Segma Black';
	color: #002F78;
	margin-bottom: 16px;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .text{
	color: #111A31;
	padding: 0;
	max-width: none;
	text-align: left;
	line-height: 1.4em;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .text ul{
	list-style: disc;
	margin-left: 17px;
	margin-top: 10px;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .text ul li{
	padding-left: 20px;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .text strong{
	font-weight: 600;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item:before {
	content: url(../images/dot-unitary.svg);
	margin-right: 16px;
}
.page-template-template-up-services-representation .up-services-request--timing .request-content .content .item .text a{
	font-size: 16px;
	color: #ED8187;
}

.page-template-template-applying-countries .up-countries-section--about-body {
	margin-bottom:70px;
}

.up-countries-section--map-body .item .map-wrap .first-wrap-country-maps {
	position:relative;
}
.up-countries-section--map-body .item:first-child .map-wrap .first-wrap-country-maps:after {
	content:url(../images/before-map-coun-1.svg);
	position: absolute;
	top: 100px;
	left: 400px;
}


.up-countries-section--map-body .item:nth-child(2) .map-wrap .first-wrap-country-maps:after {
	content:url(../images/before-map-coun-2.svg);
	position: absolute;
	left: 0;
	bottom: 83px;
}

.up-countries-section--map-body .item:last-child .map-wrap .first-wrap-country-maps:after {
	content:url(../images/before-map-coun-3.svg);
	position: absolute;
	left: 0;
	bottom: 0;
}


.page-template-template-applying-costs  .up-costs--tables-body .item:last-child .image:after {
	content:url(../images/before-map-coun-1.svg);
	position: absolute;
	bottom: 0;
	right: -310px;
}

.page-template-template-applying-costs  .up-costs--tables-body .item:last-child .image {
	position:relative;
}

.page-template-template-applying-countries .unitary-patent-court-wrap, .page-template-template-applying-timeline .up-comparison--contact-body{
	position:relative;
}
.page-template-template-applying-countries .unitary-patent-court-wrap:before {
	content:url(../images/maps-lines.svg);
	position: absolute;
	left: -22%;
	top: -110px;
}
.page-template-template-applying-countries .unitary-patent-court-wrap:after {
	content:url(../images/maps-lines2.svg);
	position: absolute;
	right: -22%;
	top: -110px;
}

.page-template-template-applying-timeline .up-comparison--contact-body:before {
	content:url(../images/maps-lines.svg);
	position: absolute;
	left: -20%;
	bottom: -174px;
}

.page-template-template-applying-timeline .up-comparison--contact-body:after {
	content:url(../images/maps-lines2.svg);
	position: absolute;
	right: -20%;
	bottom: -312px;
}

.page-template-template-up-services-opt-out  .up-services-opt-out .up-pros-cons--table:before {
	content:url(../images/maps-lines.svg);
	position: absolute;
	left: 0%;
	top: -80px;
}


.page-template-template-up-services-opt-out  .up-services-opt-out .up-pros-cons--table:after {
	content:url(../images/maps-lines2.svg);
	position: absolute;
	right: 0%;
	top: -80px;
}

.page-template-template-up-services-opt-out .up-pros-cons--table-heading, .page-template-template-up-services-opt-out .up-pros-cons--table-body {
	z-index: 2;
	position: inherit;
}
.page-template-template-up-services-request .up-services-request--how-to {
	position:relative;
}
.page-template-template-up-services-request .up-services-request--how-to:before {
	content:url(../images/maps-lines.svg);
	position: absolute;
	left: 0%;
}

@media only screen and (max-width: 1440px) {
	.up-services-infringement--procedure-body .title {
		font-size: 2.2rem;
	}

	.up-services-translations .up-services-request--how-to-main .shapes {
		bottom: 5px;
	}

	.up-services-translations .up-services-request--how-to-main .main-content {
		padding: 40px 40px 150px 0;
	}

	.up-services-translations .up-services-request--how-to-main .hsm-title-sec {
		margin-bottom: 50px;
	}

	.up-services-translations--description .shapes {
		right: -150px;
	}

	.up-services-request--how-to-main .title,
	.up-services-translations .up-services-request--how-to-main .large-text {
		font-size: 2.2rem;
	}

	.up-services-opt-out--title-banner .bg {
		height: 200px;
	}

	.up-services-opt-out--title-banner .text {
		font-size: 2.5rem;
	}

	.up-services-opt-out .up-pros-cons--table .shapes {
		display: none;
	}

	.up-services-opt-out--title-banner {
		padding: 60px 0 80px;
	}

	.up-countries-section--map-body .map-wrap .dots-top {
		right: -100px;
	}

	.up-countries-section--map-body .map-wrap .lines {
		left: -20px;
	}

	.up-countries-section--map-body .map-wrap .dots-bottom {
		left: -110px;
	}
}

@media only screen and (max-width: 1200px) {
	.up-services-infringement--procedure-body .title {
		font-size: 2rem;
	}

	.up-services-translations .up-services-request--how-to-main .main-content {
		padding: 40px 20px 150px 0;
	}

	.up-services-translations .up-services-request--how-to-main .hsm-title-sec {
		margin-bottom: 30px;
	}

	.up-services-request--how-to-main .list {
		padding: 40px 50px;
	}

	.up-services-request--how-to-main .title,
	.up-services-translations .up-services-request--how-to-main .large-text {
		font-size: 2rem;
	}

	.up-services-opt-out--title-banner .shapes {
		background-size: 223px;
		width: 223px;
		height: 175px;
		top: -55px;
	}

	.up-services-opt-out--title-banner .bg {
		height: 180px;
	}

	.up-services-opt-out--title-banner .text {
		font-size: 2.2rem;
	}

	.up-services-opt-out--options-body .step-item {
		max-width: none;
		width: 50%;
	}

	.up-services-opt-out--options-body .step-item .text {
		font-size: .875rem;
	}

	.up-services-opt-out--options-body .step-item .nr {
		font-size: 3rem;
	}

	.up-services-opt-out--options-body .steps {
		width: 67%;
	}

	.up-services-opt-out--options-body .title {
		font-size: 1.2rem;
	}

	.up-costs--tables-body .item:last-child .content .shapes {
		display: none;
	}

	.patent-calculator--menu {
		padding: 20px 0;
	}

	.mobile-toggle {
		display: none;
	}
	.patent-calculator--menu ul {
		flex-wrap: wrap;
		min-height: auto;
		padding: 20px 0 0;
	}

	.patent-calculator--menu ul li {
		width: 100%;
		margin-bottom: 20px;
		justify-content: center;
		padding:0px 20px;
	}

	.patent-calculator--menu .slick-slide:first-child li {
		padding-left:0px;
	}
	.patent-calculator--menu .slick-slide:last-child li {
		padding-right:0px;
	}


	.patent-calculator--menu ul li:last-child {
		margin-bottom: 0;
	}

	.patent-calculator--menu ul li a {
		width: 100%;
		justify-content: center;
		text-align: center;
		border: 0 !important;
	}

	.up-countries-section--map-body .map-wrap .dots-top,
	.up-countries-section--map-body .map-wrap .dots-bottom,
	.up-countries-section--map-body .map-wrap .lines {
		display: none;
	}

	.up-pros-cons--main .page-title-wrap {
		margin-bottom: 35px;
	}

	.up-comparison--main .page-title-wrap {
		margin-bottom: 40px;
	}

	.up-comparison--navigation ul li {
		margin-bottom: 10px;
	}

	.up-comparison--navigation ul {
		justify-content: flex-start;
	}

	.consultation-row {
		width: 60%;
	}

	.up-comparison--navigation {
		width: 100%;
		margin-top: 45px;
	}
}

@media only screen and (max-width: 1000px) {
	.up-services-representation .up-services-request--timing .item {
		margin-bottom: 40px;
	}

	.up-services-infringement--procedure-body {
		padding: 40px 15px;
	}

	.up-services-infringement--procedure-body .title {
		font-size: 1.8rem;
	}

	.up-services-infringement .up-comparison--contact-body .large-title,
	.up-services-representation .up-comparison--contact-body .large-title {
		font-size: 1.5rem;
	}

	.up-services-infringement--description-steps .item {
		padding: 20px 15px;
	}

	.up-services-translations .up-services-request--how-to-main .large-text,
	.up-services-translations .up-services-request--how-to-main .small-text {
		padding-left: 20px;
	}

	.up-services-translations--description .shapes {
		display: none;
	}

	.up-services-annuities .up-comparison--contact-body {
		padding: 20px 15px;
		justify-content: center;
	}

	.up-services-annuities .up-comparison--contact-body .text-content {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	.up-services-request--how-to,
	.up-services-request--timing,
	.up-services-annuities--payment,
	.up-services-translations .up-services-annuities--relevance,
	.up-services-infringement--procedure {
		padding-bottom: 45px;
	}

	.up-services-request--how-to-main .title,
	.up-services-request--how-to-main .list {
		font-size: 1.8rem;
		padding: 40px 20px;
	}

	.up-services-translations .up-services-request--how-to-main .large-text {
		font-size: 1.8rem;
	}

	.up-services-request--relevance .shapes {
		background-size: 253px;
		width: 253px;
		height: 140px;
		right: -60px;
	}

	.up-services-request--relevance {
		padding-bottom: 45px;
	}

	.up-services-request .up-comparison--contact-body .second-btn {
		min-width: auto;
	}

	.up-services-request .up-comparison--contact-body {
		padding: 15px 10px;
		justify-content: center;
	}

	.up-services-request .up-comparison--contact-body .text {
		width: 100%;
		padding: 0 0 20px;
		justify-content: center;
	}

	.up-pros-cons--table-heading .item {
		font-size: 1.5rem;
	}

	.up-services-opt-out--title-banner .shapes {
		right: -100px;
	}

	.up-services-opt-out--title-banner .bg {
		height: 150px;
	}

	.up-services-opt-out--title-banner .text {
		font-size: 2rem;
	}

	.up-services-opt-out--options-body {
		padding: 20px 15px;
	}

	.up-services-opt-out--options-body .steps {
		width: 100%;
	}

	.up-services-opt-out--options-body .title {
		width: 100%;
		margin-bottom: 20px;
	}

	.unified-patent-court--why .shapes {
		display: none;
	}

	.up-timeline--scheme {
		padding-bottom: 45px;
	}

	.up-costs--tables-body .item:last-child .image {
		justify-content: center;
	}

	.up-costs--tables-body .item:last-child .content {
		padding-bottom: 0;
	}

	.up-costs--tables-body .item .image {
		justify-content: center;
		width: 100%;
	}

	.up-costs--tables-body .item .content {
		width: 100%;
		margin-bottom: 20px;
	}

	.up-costs--tables-body .item {
		margin-bottom: 45px;
	}

	.up-costs--tables {
		padding: 0 0 45px;
	}

	.up-countries-section--map-list {
		padding-bottom: 40px;
	}

	.up-countries-section--map-body .item:first-child {
		padding-bottom: 50px;
	}

	.up-countries-section--map-body .item {
		padding-bottom: 50px;
	}

	.up-countries-section--map-body .map-wrap .country-box {
		justify-content: left;
		text-align: left;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 30px;
	}

	.up-countries-section--map-body .map-wrap .map {
		padding-right: 0;
		max-width: none;
	}

	.up-countries-section--map-list .container {
		padding: 0;
	}

	.up-countries-section--map-body .helper-text span {
		max-width: none;
	}

	.up-countries-section--map-body .helper-text {
		margin-top: 20px;
	}

	.up-countries-section--map-body .banner {
		padding: 30px;
		margin: 0 auto 30px;
		width: calc(100% - 30px);
	}

	.up-countries-section--map-body .banner span {
		font-size: 24px;
	}

	.up-countries-section--about {
		padding-bottom: 45px;
	}

	.up-countries-section .up-pros-cons--main {
		padding-bottom: 40px;
	}

	.up-pros-cons--table {
		padding-bottom: 40px;
	}

	.up-comparison--schema-body {
		margin-bottom: 40px;
	}

	.up-comparison--schema-title {
		margin-bottom: 45px;
		font-size: 1.5rem;
	}

	.up-comparison--schema {
		padding-bottom: 45px;
	}

	.up-comparison--contact {
		padding: 0 0 45px;
	}

	.unitary-patent-intro--table{
		padding: 45px 0;
	}

	.unitary-patent-intro--landscape {
		padding-top:40px;
	}

	.unitary-patent-intro--difference .dots,
	.unitary-patent-intro--difference .lines {
		display: none;
	}

	.unitary-patent-intro--difference {
		padding: 0px 0;
	}

	.unitary-patent-intro--court {
		padding: 40px 0;
	}

	.unitary-patent-intro--about {
		padding: 50px 0;
	}

	.patent-calculator--calculator-section {
		padding: 35px 0 40px;
	}

	.patent-calculator--map #map {
		min-height: auto;
		position: absolute;
		top: 0;
		left: -15px;
		width: calc(100% + 30px);
		height: 100%;
	}

	.patent-calculator--map {
		width: 100%;
		padding-top: 0;
		margin-top: 40px;
		position: relative;
		min-height: 450px;
	}

	.patent-calculator--calculator-form {
		width: 100%;
	}

	.patent-calculator--calculator-section .page-title-wrap {
		margin-bottom: 45px;
	}

	.patent-calculator--calculator-section .dots-top,
	.patent-calculator--calculator-section .lines-top {
		display: none;
	}

	.consultation-row {
		width: 100%;
		justify-content: center;
	}

	.unitary-patent-intro--main .page-title-wrap {
		margin-bottom: 0;
	}
	.unitary-patent-intro-flex {
		display: flex;
		flex-direction: column;
	}

	.page-template-template-unitary-patent-intro .e-com-title {
		font-size: 30px;
	}

	.unitary-patent-intro--about-body .item .uni-number {
		margin-right: 26px;
	}

	.unipatent.lines {
		left: 66px;
	}
	.unitary-patent-col2 {
		margin-top:40px;
	}

	.unitary-patent-intro--court .title span {
		font-size:30px;
		margin-bottom:10px;
	}

	.unitary-patent-court-wrap {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
	.unitary-patent-court-wrap .item {
		width: 100%;
		padding: 20px 0px;
	}
	.unitary-patent-court-wrap .item .uni-number {
		font-size: 50px;
	}
	.unitary-patent-intro--court .container {
		padding:0;
	}

	.unitary-patent-court-wrap {
		padding:0 15px;
	}

	.difference-row-first {
		flex-direction: column;
	}
	.difference-row-first .difference-col-first, .difference-secondcol-second {
		width: 100%;
		padding: 0 15px;
	}

	.difference-row-first .difference-col-second {
		width: 100%;
		background-color: #F8FBFF;
		padding: 40px 15px;
		position: relative;
		margin-top:50px;
	}
	.unitary-patent-intro--difference .container, .unitary-patent-intro--landscape .container {
		padding:0;
	}

	.difference-row-second {
		flex-direction: column-reverse;
	}

	.difference-secondcol-first {
		width: 100%;
		background-color: #F8FBFF;
		padding: 40px 15px;
		position: relative;
		margin-top:50px;
	}

	.unitary-patent-intro--table-body .main .item .col .mobile {
		display: none;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 24px;
		letter-spacing: 0;
		font-weight: 600;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		font-family:'Segma Black';
	}

	.court-page-first-wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
		align-items: center;
		gap:30px;
	}

	.unitary-patent-court-wrap-first {
		width: 100%;
		padding: 20px;
	}

	.unitary-patent-court-wrap-second {
		width: 100%;
	}
	.page-template-template-unified-patent-court .unitary-patent-intro--main .container {
		padding: 0 15px;
	}
	.unified-patent-court--why .difference-row-first .difference-col-second, .unified-patent-court--why .difference-secondcol-first{
		padding: 40px 0px;
	}
	.up-comparison--main-content .e-com-title {
		font-size:30px;
	}

	.unitary-comparison-first-wrap {
		display: flex;
		margin-bottom: 40px;
		margin-top: 20px;
		flex-direction: column;
	}
	.unitary-comparison-first-wrap .unitary-patent-intro--about-body {
		gap: 0px;
	}
	.unitary-comparison-first-wrap {
		gap:20px;
	}


	.unitary-comparison-first-wrap .unitary-patent-intro--about-body img {
		width: 100%;
		margin-top: 0px;
	}

	.up-comparison--contact-body .text {
		width: 100%;
		padding: 0 0 20px;
		justify-content: center;
		text-align: center;
		flex-wrap:wrap;
	}
	.up-comparison--contact-body .text i {
		margin-right: 0px;
	}

	.up-comparison--main .ptw-title {
		text-align: center;
	}

	.up-pros-cons--table .e-com-title {
		font-size:30px;
	}

	.up-countries-section .up-comparison--contact-body .text i {
		margin-bottom:20px;
	}

	.page-template-template-applying-countries .up-comparison--contact-body {
		padding: 50px 20px;
		justify-content: center;
	}

	.up-countries-section--about .title-patent-system {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.up-countries-section--about .unitary-patent-court-wrap .item {
		width:100%;
		font-size: 24px;
	}
	.up-countries-section .up-countries-section--map-body .e-com-title {
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0px 15px;
	}

	.first-wrap-country-maps {
		width: 100%;
		max-width: none;
		padding: 0 15px;
	}

	.up-countries-section--map-body .item .map-wrap {
		flex-direction: column-reverse;	
	}

	.first-wrap-country-maps {
		margin-top:30px;
	}
	.up-comparison--contact-body .text i {
		margin-bottom:20px;
	}

	.up-pros-cons--main {
		padding: 0px 0 40px;
	}

	.page-template-template-applying-timeline .up-comparison--contact-body .text {
		width: 100%;
	}

	.page-template-template-up-services-opt-out .up-comparison--main-content .opt-out-first-wrap {
		display: flex;
		margin-bottom: 30px;
		flex-direction: column;
	}
	.page-template-template-up-services-opt-out .up-comparison--main-content .opt-out-first-wrap .image-collum {
		margin-right: 0%;
	}

	.page-template-template-up-services-opt-out .up-services-translations--description .main {
		padding: 10px 0;
		font-size: 30px;
	}

	.page-template-template-up-services-opt-out .up-services-translations--description {
		display: inline-block;
		width: 100%;
		padding: 0;
		position: relative;
	}
	.why-opt-out-block {
		border: 1px solid #87BEE9;
		padding: 20px;
	}

	.up-pros-cons--table-body .item .col .mobile:after {
		content:'';
		width:100%;
		height:68px;
		background-image: linear-gradient(to right, #CC3333 , #003399);
		position:absolute;
		left:0;
		top:0;
		z-index:0;
	}
	.page-template-template-up-services-opt-out .up-pros-cons--table-body .col {
		position:relative;
	}

	.page-template-template-up-services-opt-out .up-pros-cons--table-body .mobile p{
		z-index: 2;
		position: relative;
		color:#fff;
	}

	.page-template-template-up-services-opt-out  .up-pros-cons--table-body .item .col .mobile {
		margin-bottom:40px;
	}
	.opt-out-first-wrap {
		flex-direction: column;
	}
	.opt-out-first-wrap .image-collum {
		margin-right: 0%;
		margin-bottom:30px;
	}

	.up-services-opt-out--about {
		padding-bottom: 0px;
	}
	.page-template-template-up-services-opt-out .up-services-opt-out .up-pros-cons--table:before, .page-template-template-up-services-opt-out .up-services-opt-out .up-pros-cons--table:after {
		display:none;
	}

	.up-services-request .up-comparison--main {
		padding-bottom: 20px;
	}

	.page-template-template-up-services-request .up-services-request .up-comparison--contact {
		padding: 0 0 40px;
	}

	.page-template-template-up-services-request .up-services-translations--description {
		display: inline-block;
		width: 100%;
		padding: 20px 0px;
		position: relative;
	}

	.page-template-template-up-services-request .request-info-text {
		padding: 20px;
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 22px;
		color: #111A31;
		border: 1px solid #87BEE9;
		margin: 30px 0px;
		margin-bottom: 30px;
	}

	.page-template-template-up-services-request .up-services-request .up-comparison--contact-body .text {
		width: 100%;
		font-size: 24px;

	}

	.page-template-template-up-services-request .up-services-request .up-comparison--contact-body {
		padding: 40px 20px;
		justify-content: center;
	}

	.page-template-template-up-services-request .unitary-patent-col1, .page-template-template-up-services-request .unitary-patent-col2 {
		width: 100%;
	}

	.page-template-template-up-services-request .up-pros-cons--table .hsm-title-sec {
		font-size:30px;
	}
	.page-template-template-up-services-request .up-pros-cons--table-body .item .col .mobile:after {
		display:none;
	}
	.up-pros-cons--table-body .item .col .mobile {
		color:#fff;
	}

	.page-template-template-up-services-request  .up-services-request--how-to-main .title{
		font-size: 35px;
		letter-spacing: 0;
	}

	.up-services-request--timing .difference-secondcol-second img {
		width:100%;
	}

	.up-services-annuities .up-comparison--contact-body .text-content .txt {
		max-width: 100%;
	}

	.up-services-translations--description {
		width: 100%;
		padding: 0;
	}

	.up-services-translate-third-block {
		padding: 20px;
		flex-direction: column;
	}
	.page-template-template-up-services-translations .up-services-request--how-to .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.up-services-translate-third-block .third-wrap-translate, .up-services-translate-third-block .third-wrap-translate-two {
		width: 100%;
	}
	.up-services-translate-third-block .third-wrap-translate {
		margin-bottom:40px;
	}
	.second-before-translation .difference-secondcol-first {

		padding: 40px 15px;
	}

	.page-template-template-up-services-infringement .up-comparison--main-content{
		flex-direction: column;
	}

	.page-template-template-up-services-infringement .up-comparison--main-content .image-collum {
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.page-template-template-up-services-infringement .unitary-comparison-first-wrap .unitary-patent-intro--about-body img {
		width: 100%;
		margin-top: 0px;
	}

	.timing-wrap-block {
		flex-direction: column;
	}
	.timing-wrap-block img {
		width: 100%;
		margin-right: 0px;
	}

	.timing-wrap-block .timing-sec-block {
		width: 100%;
		margin-top: 30px;
	}


	.page-template-template-applying-countries .up-countries-section--about-body {
		margin-bottom:0px;
	}

	.up-countries-section--map-body .item .map-wrap .first-wrap-country-maps:after, .page-template-template-applying-costs  .up-costs--tables-body .item:last-child .image:after, .page-template-template-applying-countries .unitary-patent-court-wrap:after, .page-template-template-applying-countries .unitary-patent-court-wrap:before, .page-template-template-applying-timeline .up-comparison--contact-body:after, .page-template-template-applying-timeline .up-comparison--contact-body:before {
		display:none;
	}


}

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

	.page-template-template-up-services-opt-out .up-pros-cons--table-body .item .col:first-child {
		border-right: none;
	}

	.page-template-template-up-services-representation .up-comparison--main-content {
		flex-direction: column;
	}
	.up-services-representation .up-comparison--main-content .up-services-translations--description .main {
		font-size: 30px;
	}
	.page-template-template-up-services-representation .up-services-request--timing .request-content {
		flex-direction: column;
	}
	.page-template-template-up-services-representation .up-services-request--timing .request-content .image{
		margin-top: 20px;
	}

	.unitary-patent-intro--main .ptw-title {
		width: 100%;
		text-align: center;
	}
	.up-services-representation .up-comparison--contact .shapes {
		display: none;
	}

	.up-services-representation--relevance .up-services-translations--description {
		padding: 30px 15px;
	}

	.up-services-representation--relevance .container {
		padding: 0;
	}

	.up-services-representation .up-comparison--main-content .up-services-translations--description {
		padding: 20px 15px;
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.up-services-infringement--procedure-body .title {
		font-size: 1.6rem;
	}

	.up-services-infringement--procedure .container {
		padding: 0;
	}

	.up-services-infringement .up-comparison--contact-body .large-title,
	.up-services-representation .up-comparison--contact-body .large-title {
		width: 100%;
		padding: 0 0 15px;
		font-size: 30px;
		text-align: center;
	}

	.up-services-infringement--description-steps .item {
		width: 100%;
		margin-bottom: 15px;
	}

	.up-services-infringement--description-steps .item:last-child {
		margin-bottom: 0;
	}

	.up-services-translations .up-services-request--how-to-main .large-text,
	.up-services-translations .up-services-request--how-to-main .small-text {
		padding-left: 0;
	}

	.up-services-translations .up-services-request--how-to-main .main-content {
		padding: 30px 15px;
		width: 100%;
	}

	.up-services-annuities--payment .body {
		padding: 30px 15px;
	}

	.up-services-request--how-to .subtext {
		padding: 0 15px;
	}

	.up-services-request--how-to-main .list {
		min-height: auto;
	}

	.up-services-request--how-to-main .title,
	.up-services-translations .up-services-request--how-to-main .large-text {
		font-size: 1.6rem;
	}

	.up-services-request--how-to-main .shapes {
		display: none;
	}

	.up-services-request--how-to-main .title,
	.up-services-request--how-to-main .list {
		width: 100%;
		padding: 30px 15px;
	}

	.up-services-request--how-to-main {
		margin-bottom: 20px;
	}

	.up-services-request--how-to .container {
		padding: 0;
	}

	.up-services-request--relevance .shapes {
		display: none;
	}

	.up-services-request .up-comparison--contact-body .text {
		font-size: .875rem;
	}

	.up-services-request .up-services-opt-out--steps-body .item .text {
		font-size: .875rem;
	}

	.up-services-request .up-services-opt-out--steps-body .item {
		width: 100% !important;
	}

	.up-services-opt-out .up-pros-cons--table-heading .item {
		font-size: 1.2rem;
	}

	.up-services-opt-out--title-banner .shapes {
		display: none;
	}

	.up-services-opt-out .up-pros-cons--table {
		padding-top: 40px;
	}

	.up-services-opt-out--title-banner .text {
		font-size: 1.8rem;
		max-width: none;
	}

	.up-services-opt-out--title-banner {
		padding: 20px 0;
	}

	.up-services-opt-out--title-banner .bg {
		display: none;
	}

	.up-services-opt-out--steps-body .item:not(:nth-child(3)) {
		min-height: auto;
	}

	.up-services-opt-out--options-body .step-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.up-services-opt-out--options-body .step-item:last-child {
		margin-bottom: 0;
	}

	.up-services-opt-out--steps-title {
		font-size: 12px;
	}

	.up-services-opt-out--steps-body .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.up-services-opt-out--steps-body .item:last-child {
		margin-bottom: 0;
	}

	.unified-patent-court--conclusion {
		padding: 25px 15px;
	}

	.unified-patent-court .unitary-patent-intro--main .page-title-wrap {
		margin-bottom: 40px;
	}

	.up-countries-section--about-body .bg {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}

	.up-countries-section--about-body .bg .lines {
		display: none;
	}

	.up-countries-section--about-body .item {
		padding: 0;
		width: 100%;
	}

	.up-comparison--schema-title {
		font-size: 1.3rem;
	}

	.up-comparison--contact-body {
		padding: 40px 20px;
		justify-content: center;
	}

	.up-comparison--navigation ul li:after {
		right: 20px;
		width: 18px;
	}


	.unitary-patent-intro--table-body .main .item .col .mobile {
		display: inline-block;
	}

	.unitary-patent-intro--table-body .main .item .col {
		width: 100%;
		padding: 0 0 15px;
	}

	.unitary-patent-intro--table-body .main .item .col:last-child {
		padding-bottom: 0;
	}

	.unitary-patent-intro--table-body .main .item {
		text-align: center;
		padding: 20px 15px;
	}

	.unitary-patent-intro--table-body .main .item .title {
		width: 100%;
		padding: 0 0 15px;
	}

	.unitary-patent-intro--table-body .heading {
		display: none;
	}

	.unitary-patent-intro--court .chart {
		padding: 0 15px;
	}

	.unitary-patent-intro--court .bottom {
		bottom: -68px;
		left: -75px;
	}

	.unitary-patent-intro--court .bottom img {
		max-height: 100px;
	}

	.unitary-patent-intro--court .two img {
		max-height: 120px;
	}

	.unitary-patent-intro--court .one {
		top: -27px;
		left: -82px;
	}

	.unitary-patent-intro--court .one img {
		max-height: 40px;
	}

	.unitary-patent-intro--main-content .title {
		margin-bottom: 25px;
	}

	.unitary-patent-intro--main-content .body {
		padding: 40px 0 0;
	}

	.unitary-patent-intro--main-content .blocks-row .item:nth-child(2) {
		width: 100%;
		padding: 0 15px;
	}

	.unitary-patent-intro--main-content .blocks-row .item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 15px;
		min-height: 0;
	}

	.unitary-patent-intro--main-content .blocks-row .item:last-child {
		margin-bottom: 0;
	}

	.unitary-patent-intro--main-content .lines-arrows {
		width: auto;
		position: absolute;
		left: 0;
		top: 79px;
	}

	.unitary-patent-intro--main-content .title span {
		font-size: 30px;
	}

	.unitary-patent-intro--main-content .img-two {
		top: -121px;
		right: -20px;
	}

	.unitary-patent-intro--main-content .img-one {
		top: -58px;
	}


	.unitary-patent-intro--main-content .lines-arrows .mobile {
		display: block;
	}

	.unitary-patent-intro--main-content .lines-arrows .desktop {
		display: none;
	}

	.unitary-patent-intro--main-content .blocks-row .item .link {
		font-size: 24px;
	}

	.consultation-row .text {
		width: 100%;
		margin: 0 0 20px;
		justify-content: center;
	}

	.unitary-patent-intro--main-content .title span {
		margin-bottom: 10px;
	}

	.unitary-patent-intro--main .container {
		padding:0;
	}
	.unitary-patent-intro--main {
		padding: 0px 0 30px;
	}
}

@media only screen and (max-width: 700px) {
	.up-services-translations .unitary-patent-intro--about-body .shapes {
		display: none;
	}
	.unitary-patent-intro--about-body .item {
		width: 100%;
	}

	.unitary-patent-intro--about-body .item:first-child {
		margin-bottom: 20px;
	}
	.difference-row-first .difference-col-second:before {
		content: '';
		height: 100%;
		width: 100%;
		background: #F8FBFF;
		position: absolute;
		top: 0;
		left: -100%;
	}
	.difference-row-second .difference-secondcol-first:after {
		content: '';
		height: 100%;
		width: 100%;
		background: #F8FBFF;
		position: absolute;
		top: 0;
		right: -100%;
	}
}

@media only screen and (max-width: 600px) {
	.unitary-patent-intro--main-content .img-one {
		left: -50px;
	}

	.unitary-patent-intro--main-content .img-two {
		right: -60px;
	}
}

@media only screen and (max-width: 500px) {
	.up-pros-cons--table-body .item .col:first-child {
		position:relative;
		background-position: bottom;
		background-size: 12px 1px;
		background-repeat: repeat-x;
	}

	.up-pros-cons--table-heading {
		display: none;
	}

	.up-pros-cons--table-body .item .col .mobile {
		display: inline-block;
	}

	.up-pros-cons--table-body .item .col {
		width: 100%;
		padding: 20px 15px;
	}

	.patent-calculator--calculator-form .form-row.results-row .form-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.patent-calculator--calculator-form .form-row.results-row .form-item:last-child {
		margin-bottom: 0;
	}

	.table-line-middle {
		background-position: top;
		background-repeat: repeat-y;
		width: calc(100% - 30px);
		position: absolute;
		height: 1px;
		background: repeating-linear-gradient( to right, transparent, transparent 7px, #87BEE9 6px, #87BEE9 13px );
		top: 100%;
		left: 11px;
	}
}
}

@media only screen and (max-width: 425px) {
	.head-langs a {
		padding: 5px 10px !important;
		margin: 0 !important;
	}

	.unitary-patent-intro--main-content .title span {
		min-width: auto;
		width: 100%;
	}
}
.page-template-template-applying-pros-cons .up-pros-cons--table-body .item .col .mobile:after {
	display: none;
}
.page-template-template-applying-pros-cons .up-pros-cons--table-body .item .col .mobile {
    color: #ED8187;
}
