<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: novel
Author: A Novel Development
Author URI: https://www.nov.dev
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novel
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
#Slider
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bourbon.io
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: dejanire-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1,
h2,
h3 {
  color: #006EB1;
  font-weight: 700;
}

h1, h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

body.page-template-page-template-contact h3,
body.single-service h3 {
  font-size: 1.5625rem;
  color: #000;
}
@media only screen and (min-width: 768px) {
  body.page-template-page-template-contact h3,
  body.single-service h3 {
    font-size: 1.25rem;
  }
}

body.page-template-page-template-contact h3 {
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  border: 0;
  height: 2px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 50px 0;
  }
}
hr::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
hr.blue-sm-green-lg::after {
  background-image: linear-gradient(90deg, #006EB1 0%, #292C68 33%, #fff 33%, #fff 36%, #C1C927 36%, #157A35 100%);
}
hr.blue-lg-green-sm::after {
  background-image: linear-gradient(90deg, #006EB1 0%, #292C68 64%, #fff 64%, #fff 67%, #C1C927 67%, #157A35 100%);
}
hr.pattern {
  position: relative;
}
hr.pattern::before {
  content: none;
  position: absolute;
  right: -100vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media only screen and (min-width: 768px) {
  hr.pattern::before {
    content: "";
  }
}
hr.pattern.pattern--closed::before {
  background-image: url("../img/page__underlay.svg");
  height: 1126px;
}
@media only screen and (min-width: 768px) {
  hr.pattern.pattern--closed::before {
    left: 73%;
  }
}
@media only screen and (min-width: 992px) {
  hr.pattern.pattern--closed::before {
    left: 78%;
  }
}
@media only screen and (min-width: 1200px) {
  hr.pattern.pattern--closed::before {
    left: 83%;
  }
}
hr.pattern.pattern--spread::before {
  left: 70%;
  background-image: url("../img/page__underlay--spread.svg");
  height: 1025px;
}
@media only screen and (min-width: 768px) {
  hr.pattern.pattern--spread::before {
    left: 75%;
  }
}
@media only screen and (min-width: 992px) {
  hr.pattern.pattern--spread::before {
    left: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  hr.pattern.pattern--spread::before {
    left: 85%;
  }
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

img.icon {
  height: 130px;
  width: auto;
}

img.restrain-width {
  max-width: 75%;
}

img.circular {
  border-radius: 50%;
}

img.responsive {
  width: 100%;
  height: auto;
}

.youtube--responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube--responsive iframe,
.youtube--responsive object,
.youtube--responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color--white {
  color: #fff;
}

.background-color__light-blue {
  background-color: rgba(0, 110, 177, 0.1);
}

.btn.btn--nov {
  position: relative;
  min-width: 216px;
  height: 60px;
  padding: 0 30px;
  background-color: transparent;
  border: 0;
}
.btn.btn--nov span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 1;
}
.btn.btn--nov::before, .btn.btn--nov::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 5px;
}
.btn.btn--nov::before {
  background-image: url("../img/button.svg");
  -webkit-transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
  -o-transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
}
.btn.btn--nov::after {
  background-image: url("../img/button--hover.svg");
  -webkit-transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
  opacity: 0;
}
.btn.btn--nov:hover, .btn.btn--nov:focus {
  border: 0;
}
.btn.btn--nov:hover::before, .btn.btn--nov:focus::before {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: opacity 300ms cubic-bezier(0.12, 0, 0.39, 0);
}
.btn.btn--nov:hover::after, .btn.btn--nov:focus::after {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
  -o-transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.image-square-full {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #fff;
  width: 100%;
  padding: 5px 8px;
  text-indent: 5px;
  border-radius: 5px;
  border: 0;
}
.wpcf7 select {
  background-image: url("../img/select__icon.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 textarea {
  height: 226px;
}
.wpcf7 input[type=submit] {
  font-size: 1.125rem;
}
.wpcf7 label {
  width: 100%;
  font-weight: 500;
  margin-bottom: 35px;
}
.wpcf7 label span.color--red {
  color: #dc3232;
}
.wpcf7 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.wpcf7 form.wpcf7-form p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form.wpcf7-form p:nth-of-type(1) {
    width: 48%;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(1) label:last-of-type {
    margin-bottom: 0;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(2) {
    width: 48%;
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
  }
}
.wpcf7 .ajax-loader {
  margin-bottom: -24px;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  margin-top: 5px;
  text-transform: initial;
  font-size: 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  clear: both !important;
}

.grecaptcha-badge {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-toggler {
  border: 0;
  color: transparent;
}
.navbar-toggler:active, .navbar-toggler:focus {
  border: 0;
  outline: none;
}
.navbar-toggler .nov__menu--icon {
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0;
}
.navbar-toggler .nov__menu--icon::after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/menu__icon.svg");
  background-size: cover;
}

.menu-main-menu-container {
  margin: 15px auto 0;
}

ul#main-menu {
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}
ul#main-menu li {
  padding: 5px 0;
}
ul#main-menu li a {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  ul#main-menu li a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  ul#main-menu {
    display: block !important;
  }
}
ul#main-menu &gt; li {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  ul#main-menu &gt; li {
    display: block;
    padding: 15px 0;
  }
}
ul#main-menu &gt; li a {
  color: #006EB1;
  padding: 0;
  position: relative;
  display: inline-block;
}
ul#main-menu &gt; li a:hover, ul#main-menu &gt; li a:focus {
  color: #006EB1;
}
ul#main-menu &gt; li a.dropdown-toggle::after {
  position: absolute;
  bottom: 10px;
  right: -15px;
}
ul#main-menu &gt; li.current_page_item &gt; a, ul#main-menu &gt; li.active &gt; a {
  font-weight: 700;
  color: #006EB1;
}
ul#main-menu &gt; li.current_page_item &gt; a::before, ul#main-menu &gt; li.active &gt; a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #006EB1;
}
ul#main-menu &gt; li.show ul.dropdown-menu {
  display: block;
}

/**
	With the Navwalker..
 */
ul.dropdown-menu {
  border: 0;
  padding: 15px 30px;
  float: none;
}
@media only screen and (max-width: 767px) {
  ul.dropdown-menu {
    position: static !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  ul.dropdown-menu li {
    padding: 5px 0;
  }
}
ul.dropdown-menu li a.dropdown-item:focus, ul.dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  ul.dropdown-menu li a {
    display: inline-block;
  }
}
ul.dropdown-menu &gt; li:not(:first-of-type) {
  margin-top: 10px;
}

/*

ul.social-menu--light,
ul.social-menu--dark {
	padding: 0;
	margin: 0;
	list-style-type: none;
	.nav-link {
		padding: 5px;
		@include respond_to(xl) {
			padding: 10px;
		}
	}
	a {
		font-size: 0;
		outline: none;
		&amp;::before {
			content: '';
			display: block;
			height: 25px;
			width: 25px;
			@include respond_to(lg) {
				width: 30px;
				height: 30px;
			}
			@include respond_to(xl) {
				width: 40px;
				height: 40px;
			}
			background-repeat: no-repeat;
			background-size: cover;
			@include prefixer(transition, all $timing $motion, ("-moz", "-o"));
		}

		&amp;:hover {
			&amp;::before {
				transform: scale(1.15);
			}
		}
	}
}
ul.social-menu--light {
	a {
		&amp;[href*="linkedin"] {
			&amp;::before {
				background-image: url('../img/social__linkedin.svg');
			}
		}
		&amp;[href*="facebook"] {
			&amp;::before {
				background-image: url('../img/social__facebook.svg');
			}
		}
		&amp;[href*="youtube"] {
			&amp;::before {
				background-image: url('../img/social__youtube.svg');
			}
		}
		&amp;[href*="instagram"] {
			&amp;::before {
				background-image: url('../img/social__instagram.svg');
			}
		}
	}
	@include respond_to(custom, false, $-md) {
		margin-top:30px;
		a {
			margin: 0 15px;
			&amp;::before {
				width: 40px;
				height: 40px;
			}
		}
	}
}

ul.social-menu--dark {
	margin-top: 20px;
	a {
		&amp;[href*="linkedin"] {
			&amp;::before {
				background-image: url('../img/social__linkedin--black.svg');
			}
		}
		&amp;[href*="facebook"] {
			&amp;::before {
				background-image: url('../img/social__facebook--black.svg');
			}
		}
		&amp;[href*="youtube"] {
			&amp;::before {
				background-image: url('../img/social__youtube--black.svg');
			}
		}
		&amp;[href*="instagram"] {
			&amp;::before {
				background-image: url('../img/social__instagram--black.svg');
			}
		}
	}
	@include respond_to(custom, false, $-sm) {
		a {
			margin: 0 15px;
			&amp;::before {
				width: 40px;
				height: 40px;
			}
		}
	}
}
*/
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
nav.novel-crumbs {
  color: #006EB1;
}
nav.novel-crumbs a {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 66px;
  width: 66px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .slick-prev:before,
  .slick-next:before {
    height: 44px;
    width: 44px;
  }
}

.slick-prev {
  left: -81px;
}
@media only screen and (max-width: 575px) {
  .slick-prev {
    left: -59px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -81px;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .slick-prev {
    right: -59px;
  }
}
.slick-prev:before {
  content: none;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -81px;
}
@media only screen and (max-width: 575px) {
  .slick-next {
    right: -45px;
  }
}
[dir=rtl] .slick-next {
  left: -81px;
  right: auto;
}
@media only screen and (max-width: 575px) {
  [dir=rtl] .slick-next {
    left: -45px;
  }
}
.slick-next:before {
  content: "";
  background-image: url("../img/arrow__right.svg");
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #fff;
  opacity: 0.75;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

#content {
  position: relative;
}

#main {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.introduction__content {
  padding-bottom: 55px;
}
.introduction__content p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

header.site-header {
  padding: 40px 0 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

.footer-contact__container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-contact__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-contact__container::before, .footer-contact__container::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 40%;
}
@media only screen and (max-width: 1199px) {
  .footer-contact__container::before, .footer-contact__container::after {
    background-size: 50%;
  }
}
.footer-contact__container::before {
  background-image: url("../img/contact__pattern--left.svg");
  background-position: top left;
}
.footer-contact__container::after {
  background-image: url("../img/contact__pattern--right.svg");
  background-position: bottom right;
}

.contact__footer-container {
  padding-top: 50px;
}
.contact__footer-container form.wpcf7-form {
  padding-top: 10px;
}

footer.site-footer {
  overflow-x: hidden;
  background-color: #006EB1;
}
footer.site-footer .background__pattern {
  position: relative;
}
footer.site-footer .background__pattern::before {
  content: "";
  position: absolute;
  right: 83.333333%;
  right: 83.333334%;
  top: 0;
  bottom: 0;
  width: 710px;
  background-image: url("../img/footer__background.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  footer.site-footer .background__pattern::before {
    content: none;
  }
}
footer.site-footer .footer__content {
  padding: 170px 0 120px;
}
footer.site-footer p.byline {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 30px;
}

#hero .banner {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 992px) {
  #hero .banner {
    height: 450px;
  }
}
.responsive-oembed {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
.responsive-oembed div.video__play,
.responsive-oembed div.video__pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.responsive-oembed div.video__play::after,
.responsive-oembed div.video__pause::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 68px 78px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
.responsive-oembed div.video__play {
  display: none;
}
.responsive-oembed div.video__play::after {
  opacity: 0;
  background-image: url("../img/video__play.svg");
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.responsive-oembed div.video__play:hover::after {
  opacity: 1;
}
.responsive-oembed div.video__pause::after {
  opacity: 0;
  background-image: url("../img/video__pause.svg");
  z-index: 5;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.responsive-oembed div.video__pause:hover::after {
  opacity: 1;
}
.responsive-oembed iframe,
.responsive-oembed object,
.responsive-oembed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .offer__container {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .offer__container .offers .icon {
    max-height: 70px;
  }
  .offer__container .offers h3 {
    font-size: 0.875rem;
  }
}

.service__slider .slick-slide &gt; div {
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .service__slider .slick-slide &gt; div {
    margin: 0 15px;
  }
}
.service__slider .slick-slide .service__slide {
  height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .service__slider .slick-slide .service__slide {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.sections__container .section {
  padding-bottom: 30px;
}
.sections__container .section p:last-of-type {
  margin-bottom: 0;
}

body.page-template-page-template-contact #main {
  padding: 0;
}
body.page-template-page-template-contact .contact__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  body.page-template-page-template-contact .contact__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.phone__icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/phone__icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  vertical-align: sub;
}
.phone__icon a {
  text-decoration: underline;
}

.process__container .process p:last-of-type {
  margin-bottom: 0;
}

.our-values__container .values p:last-of-type {
  margin-bottom: 0;
}

.meet__container .person__content strong {
  font-size: 1.25rem;
  color: #006EB1;
}

/*# sourceMappingURL=novel.css.map */
</pre></body></html>