<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,700,700i&amp;display=swap');

body, html {
    height: 100%;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #161616;
}

a {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 400;
}

p, h2,h3,h4,h5,h6, dl, dt, dd, .component.lawyers .lawyer-slider-container .lawyer-slider .lawyer-slide .lawyer-content .lawyer-name.lawyer-name, .component.lawyers .lawyer-slider-container .lawyer-slider .lawyer-slide .lawyer-content .lawyer-title.lawyer-name {
	font-family: 'Nunito', sans-serif !important;
}

.component.lawyers .lawyer-slider-container .lawyer-slider .lawyer-slide .lawyer-content .lawyer-name.lawyer-name, .component.lawyers .lawyer-slider-container .lawyer-slider .lawyer-slide .lawyer-content .lawyer-title.lawyer-name {
	font-weight: bold;
}

h2,h3,h4,h5,h6, dt, h3.component-heading {

}

h1, h2.h1 {
	font-family: 'Crimson Text', serif !important;
    font-weight: 700 !important;
}

.component.article h2, .component.article h3, .component.article h4, .component.article h5, .component.article h6 {
	font-family: 'Crimson Text', serif !important;
    font-weight: 700 !important;
}

.component.blocks article.contact a h1, .component.blocks article.contact a h2, .component.blocks article.contact a h3, .component.blocks article.contact a h4 {
	font-family: 'Crimson Text', serif !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

.component.blocks article a h1, .component.blocks article a h2, .component.blocks article a h3, .component.blocks article a h4, .component.blocks article a h5{
	font-family: 'Crimson Text', serif !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

.button {
	font-weight: 700;
}

@media only screen and (min-width: 45.5em) {
.page-template-page-subject-main-php .header-main #logo, .page-template-page-subject-sub-text-php .header-main #logo {
    background-image: url(../img/logo.svg);
 }

 .page-template-page-subject-main-php .header-main nav ul li&gt;a, .page-template-page-subject-sub-text-php .header-main nav ul li&gt;a {
 color: white;
}
}

.form-send-button.loading, .form-send-button.loading span, .form-send-button.loading span:after, .form-send-button.loading:focus, .form-send-button.loading:hover {
	background-image: none !important;
	background: #EC4F23 !important;
}

.component.blocks article.icon {
	text-align: center;
}

	.component.blocks article.icon a {
		border: none;
		padding: 1rem;
	}

	@media only screen and (min-width: 45.5em) {
		.component.blocks article.icon a {
			padding: 1.875rem;
		}
	}

		.component.blocks article.icon a h2.h3 {
			font-size: 17px;
			font-family: 'Crimson Text', serif !important;
    		font-weight: 700 !important;
		}

		@media only screen and (min-width: 45.5em) {
			.component.blocks article.icon a h2.h3 {
				font-size: 32px;
			}
		}

		.component.blocks article.icon a p {
			opacity: 0.8;
			font-size: 1rem;
		}

		.component.blocks article.icon span.icon {
			width: 80px;
			height: 80px;
			border-radius: 1000px;
			display: inline-block;
			background-color: rgba(157,200,185,0.35);
			margin-bottom: 2rem;
			transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		}

		@media only screen and (min-width: 45.5em) {
			.component.blocks article.icon span.icon {
				width: 112px;
				height: 112px;
			}
		}

		.component.blocks article.icon a:hover span.icon {
			background-color: rgba(157,200,185,0.7);
		}

/* Google reCAPTCHA styling */

iframe
{
	width: unset !important;
}

.grecaptcha-badge { z-index: 9; }

/* END Google reCAPTCHA styling */

/********************************************************
				FORMIDABLES FORM CSS
********************************************************/
#frm_form_2_container .frm_inside_container .frm_primary_label,
#frm_form_4_container .frm_inside_container .frm_primary_label,
#frm_form_3_container .frm_inside_container .frm_primary_label{display:none;}

#frm_form_2_container.with_frm_style .form-field,
#frm_form_4_container.with_frm_style .form-field,
#frm_form_3_container.with_frm_style .form-field {margin-bottom: 0;}

#frm_form_2_container .frm_fields_container, #frm_form_4_container .frm_fields_container, #frm_form_3_container .frm_fields_container{position: relative;}

#frm_form_2_container.with_frm_style .frm_submit, #frm_form_4_container.with_frm_style .frm_submit{position: absolute; bottom: -83px; z-index: 9; width: 100%; opacity: 0;}

#frm_form_2_container.with_frm_style .frm_submit button, #frm_form_4_container.with_frm_style .frm_submit button {width:280px;}

.frm_style_formidable-style.with_frm_style .frm_error {
	width: 100%;
    background-color: #EC4F23;
    color: #fff;
    padding: 0 7px;
    margin-top: -10px;
    float: left;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    position: relative;
    z-index: 3;
    font-family: "Avenir LT W02 85 Heavy",sans-serif;
}

.frm_style_formidable-style.with_frm_style .frm_error:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6.5px 7px;
    border-color: transparent transparent #EC4F23 transparent;
    position: absolute;
    right: 100%;
    top: -5px;
    margin-right: -26px;
}

.frm_style_formidable-style.with_frm_style .frm_error:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #EC4F23;
    height: 2px;
}

.frm_style_formidable-style.with_frm_style #frm_error_field_7:after {
    width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea{ border: 0;}

.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder, 
.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder { 
  color: #161616;
  opacity:1;
}

#frm_form_2_container.with_frm_style input[type=text],
#frm_form_3_container.with_frm_style input[type=text],
#frm_form_4_container.with_frm_style input[type=text],
#frm_form_2_container.with_frm_style input[type=email],
#frm_form_3_container.with_frm_style input[type=email],
#frm_form_4_container.with_frm_style input[type=email],
#frm_form_2_container.with_frm_style textarea,
#frm_form_3_container.with_frm_style textarea,
#frm_form_4_container.with_frm_style textarea { font-family: 'Nunito', sans-serif !important;}


.with_frm_style form{position: relative;}
.frm_style_formidable-style.with_frm_style .frm_error_style{
	position: absolute;
    bottom: -40px;
    padding: 0 11px;
    display: block;
    font-size: 0.75rem;
    z-index: 3;
    font-family: "Avenir LT W02 85 Heavy",sans-serif;
    border: none !important;
    background-color: #161616;
    color: #fff;
    border-radius: 0;
}

#frm_form_2_container.with_frm_style input[type=text]::after,
#frm_form_3_container.with_frm_style input[type=text]::after,
#frm_form_4_container.with_frm_style input[type=text]::after{
	content: "*";
    font-family: "Avenir LT W02 85 Heavy",sans-serif;
    font-size: 1.125rem;
    height: 100%;
    width: 38px;
    text-align: center;
    top: 0;
    right: 0;
    position: absolute;
    color: #161616;
    line-height: 46px;
}


@media only screen and (min-width: 1400px) {
	
.fri-rettshjelp .with_frm_style .frm_form_fields &gt; fieldset{max-width: 313px; margin: 0 auto;}
.frm_style_formidable-style.with_frm_style .frm_error:after {width: 313px;}

}

.fri-rettshjelp  .with_frm_style form{display: flex; flex-direction: column;}
.fri-rettshjelp .with_frm_style .frm_form_fields{order: 1;}
.fri-rettshjelp  .with_frm_style .frm_message{order: 2; padding: 0px 11px;}
.with_frm_style .frm_message p{
	font-family: "Avenir LT W02 85 Heavy",sans-serif !important;
	font-size: 0.75rem;
	display: block !important;
	margin-top: 5px;
}


/*********** FORM 2 -  homepage bottom**************************/


.split .with_frm_style .frm_form_fields &gt; fieldset{width: 510px;}

.split .form-extension{max-width: 510px; width: 510px;}

.split #frm_form_2_container.with_frm_style .frm_submit,
.split #frm_form_3_container.with_frm_style .frm_submit,
.split #frm_form_4_container.with_frm_style .frm_submit{
	position: absolute;
    bottom: -73px;
    z-index: 9;
    width: 100%;
    opacity: 0;
    right: -315px;
}

.split #frm_form_2_container.with_frm_style .frm_submit button,
.split #frm_form_3_container.with_frm_style .frm_submit button,
.split #frm_form_4_container.with_frm_style .frm_submit button {
    width: 195px;
}

.split .frm_style_formidable-style.with_frm_style .frm_error:after{
	width: 376%;
}

.split .frm_style_formidable-style.with_frm_style #frm_error_field_7:after {
    width: 185%;
}

.split .with_frm_style .frm_message {
	display: inline-block;
    width: 100%;
    padding: 0 11px;
}

/*********** FORM 3 -  blog detail **************************/

.single-post #frm_form_2_container.with_frm_style .frm_submit,
.single-post #frm_form_3_container.with_frm_style .frm_submit{
	position: absolute;
    bottom: -73px;
    z-index: 9;
    width: 210px;
    opacity: 0;
    right: 0;
}

.single-post #frm_form_2_container.with_frm_style .frm_submit button,
.single-post #frm_form_3_container.with_frm_style .frm_submit button {
    width: 100%;
}

.single-post .frm_style_formidable-style.with_frm_style .frm_error:after{
	width: 100%;
}

.single-post .frm_style_formidable-style.with_frm_style #frm_error_field_7:after {
    width: 169%;
}

.single-post .with_frm_style .frm_message{
	display: inline-block;
    width: 100%;
    padding: 0 11px;
}


@media only screen and (min-width: 1101px) and (max-width: 1179.9px) {

.split .with_frm_style .frm_form_fields &gt; fieldset,
.component.form .form-extension{width: 450px; margin: 0 auto;}

.single-post .with_frm_style .frm_form_fields &gt; fieldset{width: 420px; margin: 0 auto;}

}

@media only screen and (min-width: 1024px) and (max-width: 1100.9px) {
	
.split .with_frm_style .frm_form_fields &gt; fieldset,
.single-post .with_frm_style .frm_form_fields &gt; fieldset,
.component.form .form-extension{width: 370px; margin: 0 auto;}

}

@media only screen and (min-width: 992px) and (max-width: 1023.9px) {
	
.split .with_frm_style .frm_form_fields &gt; fieldset,
.single-post .with_frm_style .frm_form_fields &gt; fieldset,
.component.form .form-extension{width: 900px; margin: 0 auto;}

.frm_form_field.frm_half{grid-column: span 12 / span 12}

}

@media only screen and (min-width: 768px) and (max-width: 1023.9px) {
	.single-post #frm_form_2_container.with_frm_style .frm_submit,
	.single-post #frm_form_4_container.with_frm_style .frm_submit{width: 210px;right: 0;}
	.single-post #frm_form_2_container.with_frm_style .frm_submit button,
	.single-post #frm_form_4_container.with_frm_style .frm_submit button,
	#frm_form_4_container.with_frm_style .frm_submit button{width: 100%}
}
@media only screen and (min-width: 601px) and (max-width: 991.9px) {

.frm_form_field.frm_half{grid-column: span 12 / span 12}

}

@media only screen and (min-width: 421px) and (max-width: 1023.9px) {
	
.split .with_frm_style .frm_form_fields &gt; fieldset,
.single-post .with_frm_style .frm_form_fields &gt; fieldset,
.component.form .form-extension{margin: 0 auto;}

}

@media only screen and (max-width: 767px) {
	
.split #frm_form_2_container.with_frm_style .frm_submit, .split #frm_form_4_container.with_frm_style .frm_submit,
.single-post #frm_form_2_container.with_frm_style .frm_submit, 
.single-post #frm_form_4_container.with_frm_style .frm_submit{bottom: -123px; right: 10px;}

.single-post #frm_form_2_container.with_frm_style .frm_submit button, 
.single-post #frm_form_4_container.with_frm_style .frm_submit button,
#frm_form_4_container.with_frm_style .frm_submit button,
.split #frm_form_4_container.with_frm_style .frm_submit button{width: 100%}

.split .frm_style_formidable-style.with_frm_style .frm_error:after {width: 100%;}

.frm_style_formidable-style.with_frm_style .frm_error_style{display: none;}

}

@media only screen and (max-width: 420px) {
	
.split .with_frm_style .frm_form_fields &gt; fieldset{width: 320px; margin: 0 auto;}

.single-post .with_frm_style .frm_form_fields &gt; fieldset{width: 300px; margin: 0 auto;}
.component.form .button.cta{width: 68%;}

}

#frm_field_27_container .frm_error, #frm_form_2_container .frm_error_style{display: none;}</pre></body></html>