/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined here. */
:root {
  --secondary-color: #192732;
  --headline-color: #192732;
}

/* Responsive */
/* Sizes */
/* Colors */
/* Typography */
/* Navigation */
/* stylelint-disable */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: .67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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: -.25em;
}

sup {
  top: -.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: .35em .75em .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 {
  -webkit-box-sizing: border-box;
          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'] {
  -webkit-box-sizing: border-box;
          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: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

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: 15px;
  font-size: .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: 15px;
  font-size: .9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > 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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #e6e6e6;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .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 {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: black;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .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%;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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: .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;
}

html {
  scroll-padding-top: 82px;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 82px;
  }
}

body.is-no-scroll {
  overflow: hidden;
}

body.home #header {
  height: 0px;
}

.app {
  margin: 0;
  overflow: hidden;
}

main {
  background: #fff;
}

section {
  position: relative;
  padding: 30px 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  section {
    padding: 66px 0;
  }
}

section.bg-image, section.section-background {
  margin: 0;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  section.bg-image, section.section-background {
    padding: 66px 0;
  }
}

section.bg-image.extra-padding, section.section-background.extra-padding {
  padding: 60px;
}

@media screen and (min-width: 768px) {
  section.bg-image.extra-padding, section.section-background.extra-padding {
    padding: 100px 0;
  }
}

section.section-light {
  background: #E7E7E7;
}

section.section-dark {
  color: #fff;
  background: #101820;
}

section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 {
  color: inherit;
}

section.section-dark a {
  color: inherit;
}

section.section-negative {
  padding: 0;
  margin: 0;
}

section.section-negative .container {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  section.section-negative .container {
    margin-top: -66px;
  }
}

section.section-negative + section {
  padding-top: 160px;
}

p, ol, ul, dl, table {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #101820;
          text-decoration-color: #101820;
}

ul li ul, ol li ol {
  margin-bottom: 0;
}

.tick-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tick-list li {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 3.2rem;
  padding-top: .3rem;
  margin-bottom: 2rem;
}

.tick-list li:before, .tick-list li:after {
  content: '\f111';
  color: #b0b3b3;
  font-family: "Font Awesome 5 Free";
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.tick-list li:after {
  content: '\f00c';
  color: #101820;
  font-size: 2rem;
  left: .4rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

[hidden], .d-none {
  display: none;
}

blockquote {
  border-left: 16px solid #f0f0f0;
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
}

blockquote cite {
  display: block;
  font-style: italic;
  margin-top: 1.5rem;
  text-align: right;
}

pre {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #101820;
  font-family: Menlo, monospace;
  font-size: .9rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

:not(pre) > code {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #101820;
  font-family: Menlo, monospace;
  font-size: .9rem;
  padding: 0 .2rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th, td {
  padding: .5rem;
  text-align: left;
}

caption {
  caption-side: bottom;
  color: #ababab;
  padding: 1rem 0;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .contain-table {
    width: 100%;
  }
}

#breadcrumbs {
  color: #b0b3b3;
  font-size: 16px;
  font-style: italic;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.content-animate {
  position: relative;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 0;
}

.content-animate.content-animation.content-animate-fade {
  opacity: 0;
  -webkit-animation-name: content-animate-fade;
          animation-name: content-animate-fade;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.content-animate.content-animation.content-animate-top {
  top: 100%;
  opacity: 1;
  -webkit-animation-name: content-animate-top;
          animation-name: content-animate-top;
}

.content-animate.content-animation.content-animate-right {
  opacity: 0;
  right: 100px;
  -webkit-animation-name: content-animate-right;
          animation-name: content-animate-right;
}

.content-animate.content-animation.content-animate-left {
  opacity: 0;
  left: 100px;
  -webkit-animation-name: content-animate-left;
          animation-name: content-animate-left;
}

.content-animate.content-animation.content-animate-delay-1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.content-animate.content-animation.content-animate-delay-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.content-animate.content-animation.content-animate-delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.content-animate.content-animation.content-animate-delay-4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.content-animate.content-animation.content-animate-delay-5 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

@-webkit-keyframes content-animate-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes content-animate-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes content-animate-top {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@keyframes content-animate-top {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes content-animate-right {
  from {
    opacity: 0;
    right: 100px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes content-animate-right {
  from {
    opacity: 0;
    right: 100px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes content-animate-left {
  from {
    opacity: 0;
    left: 100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes content-animate-left {
  from {
    opacity: 0;
    left: 100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 0.8rem;
  }
}

body {
  color: #101820;
}

a, a:visited {
  color: #101820;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

a:hover, a:active, a:visited:hover, a:visited:active {
  text-decoration: none;
}

a:focus, a:visited:focus {
  outline: none;
}

a.focus-visible, a:visited.focus-visible {
  outline: 0.2em solid #b0b3b3;
}

a:focus-visible, a:visited:focus-visible {
  outline: 0.2em solid #b0b3b3;
}

p a:hover, p a:active, p a:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.page-content h1 {
  font-size: 2.75em;
}

@media screen and (max-width: 991px) {
  .page-content h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .page-content h1 {
    font-size: 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #4F4F4F;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.9;
  margin: 0 0 1rem;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin: 1rem 0;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #b0b3b3;
  font-style: normal;
  font-weight: 300;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  h1:not(:first-child), h2:not(:first-child), h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}

hr {
  display: block;
  width: 60px;
  border-top: 1px solid #101820;
  margin: 15px 0;
}

hr.short {
  margin: 10px 0 40px;
}

.text-center hr, hr.center {
  margin-right: auto;
  margin-left: auto;
}

.v-pageHead h1:after, .v-pageHead h2:after, .v-pageHead h3:after {
  display: none;
}

h1 {
  font-size: 1.67rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.375rem;
  }
}

h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.375rem;
  }
}

h3 {
  font-size: 1.25rem;
}

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

h4 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}

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

.highlight {
  color: #b0b3b3;
}

.highlight-2 {
  color: #b0b3b3;
}

.primary {
  color: #101820;
}

.text-black {
  color: #000;
}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 {
  color: inherit;
}

.content-title {
  color: #101820;
  font-size: 2em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.content-title-2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #b0b3b3;
  border: 2px solid #b0b3b3;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 .5rem;
  outline: none;
  padding: 1rem 2.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
    font-size: 14px;
    padding: .75rem 2rem;
  }
}

section .gfield_repeater_buttons .add_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .add_repeater_item_text:active, section .gfield_repeater_buttons .remove_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text:active, .button:hover,
a:hover .button, .button:active, .button:visited:hover,
a:hover .button:visited, .button:visited:active, input[type=submit]:hover,
a:hover input[type=submit], input[type=submit]:active, input[type=reset]:hover,
a:hover input[type=reset], input[type=reset]:active, input[type=button]:hover,
a:hover input[type=button], input[type=button]:active {
  background: #101820;
  border-color: #101820;
  color: #fff;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text::-moz-focus-inner, section .gfield_repeater_buttons .remove_repeater_item_text::-moz-focus-inner, .button::-moz-focus-inner, .button:visited::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section .gfield_repeater_buttons .add_repeater_item_text.focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text.focus-visible, .button.focus-visible, .button:visited.focus-visible, input[type=submit].focus-visible, input[type=reset].focus-visible, input[type=button].focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(176, 179, 179, 0.75);
          box-shadow: 0 0 0 0.5em rgba(176, 179, 179, 0.75);
  color: #fff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text:focus-visible, .button:focus-visible, .button:visited:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(176, 179, 179, 0.75);
          box-shadow: 0 0 0 0.5em rgba(176, 179, 179, 0.75);
  color: #fff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus, section .gfield_repeater_buttons .remove_repeater_item_text:focus, .button:focus, .button:visited:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  outline: none;
  border-color: inherit;
}

.btn-fullwidth section .gfield_repeater_buttons .add_repeater_item_text, .btn-fullwidth section .gfield_repeater_buttons .remove_repeater_item_text, .btn-fullwidth .button, .btn-fullwidth .button:visited, .btn-fullwidth input[type=submit], .btn-fullwidth input[type=reset], .btn-fullwidth input[type=button] {
  width: 100%;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2, .button:visited.button-2, input[type=submit].button-2, input[type=reset].button-2, input[type=button].button-2 {
  color: #b0b3b3;
  background: transparent;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2:hover,
a:hover .button.button-2, .button:visited.button-2:hover,
a:hover .button:visited.button-2, input[type=submit].button-2:hover,
a:hover input[type=submit].button-2, input[type=reset].button-2:hover,
a:hover input[type=reset].button-2, input[type=button].button-2:hover,
a:hover input[type=button].button-2 {
  color: #fff;
  background: #b0b3b3;
  border-color: #b0b3b3;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3, .button:visited.button-3, input[type=submit].button-3, input[type=reset].button-3, input[type=button].button-3 {
  color: #101820;
  background: transparent;
  border-color: #101820;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3:hover,
a:hover .button.button-3, .button:visited.button-3:hover,
a:hover .button:visited.button-3, input[type=submit].button-3:hover,
a:hover input[type=submit].button-3, input[type=reset].button-3:hover,
a:hover input[type=reset].button-3, input[type=button].button-3:hover,
a:hover input[type=button].button-3 {
  color: #fff;
  background: #101820;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4, .button:visited.button-4, input[type=submit].button-4, input[type=reset].button-4, input[type=button].button-4 {
  color: #101820;
  background: #fff;
  border-color: #101820;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4:hover,
a:hover .button.button-4, .button:visited.button-4:hover,
a:hover .button:visited.button-4, input[type=submit].button-4:hover,
a:hover input[type=submit].button-4, input[type=reset].button-4:hover,
a:hover input[type=reset].button-4, input[type=button].button-4:hover,
a:hover input[type=button].button-4 {
  color: #fff;
  background: #101820;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5, .button:visited.button-5, input[type=submit].button-5, input[type=reset].button-5, input[type=button].button-5 {
  color: #fff;
  background: #101820;
  border-color: #101820;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5:hover,
a:hover .button.button-5, .button:visited.button-5:hover,
a:hover .button:visited.button-5, input[type=submit].button-5:hover,
a:hover input[type=submit].button-5, input[type=reset].button-5:hover,
a:hover input[type=reset].button-5, input[type=button].button-5:hover,
a:hover input[type=button].button-5 {
  color: #101820;
  background: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6, .button:visited.button-6, input[type=submit].button-6, input[type=reset].button-6, input[type=button].button-6 {
  border-color: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6:hover,
a:hover .button.button-6, .button:visited.button-6:hover,
a:hover .button:visited.button-6, input[type=submit].button-6:hover,
a:hover input[type=submit].button-6, input[type=reset].button-6:hover,
a:hover input[type=reset].button-6, input[type=button].button-6:hover,
a:hover input[type=button].button-6 {
  color: #b0b3b3;
  background: #fff;
  border-color: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-small, section .gfield_repeater_buttons .remove_repeater_item_text.button-small, .button.button-small, .button:visited.button-small, input[type=submit].button-small, input[type=reset].button-small, input[type=button].button-small {
  padding: .8rem 1rem;
}

.btnreset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  vertical-align: inherit;
  width: auto;
}

.link {
  font-size: 20px;
  color: #b0b3b3;
}

.link:hover {
  color: #fff;
  text-decoration: none;
}

.link.link-arrow:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: '\f061';
  padding-left: 20px;
}

.card {
  border: 0;
}

.card .imgbox {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.card .card-body.nopadding {
  padding: 0px;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea {
  margin-bottom: .5rem;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: #101820;
  display: block;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  outline: none;
  padding: .875rem 1.25rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
}

@media screen and (max-width: 575px) {
  input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    padding: .75rem 1.25rem;
  }
}

input:hover[type=color]::-webkit-input-placeholder, input:hover[type=date]::-webkit-input-placeholder, input:hover[type=datetime]::-webkit-input-placeholder, input:hover[type=datetime-local]::-webkit-input-placeholder, input:hover[type=email]::-webkit-input-placeholder, input:hover[type=month]::-webkit-input-placeholder, input:hover[type=number]::-webkit-input-placeholder, input:hover[type=password]::-webkit-input-placeholder, input:hover[type=search]::-webkit-input-placeholder, input:hover[type=tel]::-webkit-input-placeholder, input:hover[type=text]::-webkit-input-placeholder, input:hover[type=url]::-webkit-input-placeholder, input:hover[type=week]::-webkit-input-placeholder, input:hover[type=time]::-webkit-input-placeholder, select:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-moz-placeholder, input:hover[type=date]::-moz-placeholder, input:hover[type=datetime]::-moz-placeholder, input:hover[type=datetime-local]::-moz-placeholder, input:hover[type=email]::-moz-placeholder, input:hover[type=month]::-moz-placeholder, input:hover[type=number]::-moz-placeholder, input:hover[type=password]::-moz-placeholder, input:hover[type=search]::-moz-placeholder, input:hover[type=tel]::-moz-placeholder, input:hover[type=text]::-moz-placeholder, input:hover[type=url]::-moz-placeholder, input:hover[type=week]::-moz-placeholder, input:hover[type=time]::-moz-placeholder, select:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  opacity: .65;
}

input:hover[type=color]:-ms-input-placeholder, input:hover[type=date]:-ms-input-placeholder, input:hover[type=datetime]:-ms-input-placeholder, input:hover[type=datetime-local]:-ms-input-placeholder, input:hover[type=email]:-ms-input-placeholder, input:hover[type=month]:-ms-input-placeholder, input:hover[type=number]:-ms-input-placeholder, input:hover[type=password]:-ms-input-placeholder, input:hover[type=search]:-ms-input-placeholder, input:hover[type=tel]:-ms-input-placeholder, input:hover[type=text]:-ms-input-placeholder, input:hover[type=url]:-ms-input-placeholder, input:hover[type=week]:-ms-input-placeholder, input:hover[type=time]:-ms-input-placeholder, select:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-ms-input-placeholder, input:hover[type=date]::-ms-input-placeholder, input:hover[type=datetime]::-ms-input-placeholder, input:hover[type=datetime-local]::-ms-input-placeholder, input:hover[type=email]::-ms-input-placeholder, input:hover[type=month]::-ms-input-placeholder, input:hover[type=number]::-ms-input-placeholder, input:hover[type=password]::-ms-input-placeholder, input:hover[type=search]::-ms-input-placeholder, input:hover[type=tel]::-ms-input-placeholder, input:hover[type=text]::-ms-input-placeholder, input:hover[type=url]::-ms-input-placeholder, input:hover[type=week]::-ms-input-placeholder, input:hover[type=time]::-ms-input-placeholder, select:hover::-ms-input-placeholder, textarea:hover::-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::placeholder, input:hover[type=date]::placeholder, input:hover[type=datetime]::placeholder, input:hover[type=datetime-local]::placeholder, input:hover[type=email]::placeholder, input:hover[type=month]::placeholder, input:hover[type=number]::placeholder, input:hover[type=password]::placeholder, input:hover[type=search]::placeholder, input:hover[type=tel]::placeholder, input:hover[type=text]::placeholder, input:hover[type=url]::placeholder, input:hover[type=week]::placeholder, input:hover[type=time]::placeholder, select:hover::placeholder, textarea:hover::placeholder {
  opacity: .65;
}

input[type=color]:focus, input[type=color]:active, input[type=date]:focus, input[type=date]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=email]:focus, input[type=email]:active, input[type=month]:focus, input[type=month]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, input[type=url]:focus, input[type=url]:active, input[type=week]:focus, input[type=week]:active, input[type=time]:focus, input[type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  -webkit-box-shadow: inset -4px 0 0 #b0b3b3;
          box-shadow: inset -4px 0 0 #b0b3b3;
  border-color: #b0b3b3;
}

input:focus[type=color]::-webkit-input-placeholder, input:active[type=color]::-webkit-input-placeholder, input:focus[type=date]::-webkit-input-placeholder, input:active[type=date]::-webkit-input-placeholder, input:focus[type=datetime]::-webkit-input-placeholder, input:active[type=datetime]::-webkit-input-placeholder, input:focus[type=datetime-local]::-webkit-input-placeholder, input:active[type=datetime-local]::-webkit-input-placeholder, input:focus[type=email]::-webkit-input-placeholder, input:active[type=email]::-webkit-input-placeholder, input:focus[type=month]::-webkit-input-placeholder, input:active[type=month]::-webkit-input-placeholder, input:focus[type=number]::-webkit-input-placeholder, input:active[type=number]::-webkit-input-placeholder, input:focus[type=password]::-webkit-input-placeholder, input:active[type=password]::-webkit-input-placeholder, input:focus[type=search]::-webkit-input-placeholder, input:active[type=search]::-webkit-input-placeholder, input:focus[type=tel]::-webkit-input-placeholder, input:active[type=tel]::-webkit-input-placeholder, input:focus[type=text]::-webkit-input-placeholder, input:active[type=text]::-webkit-input-placeholder, input:focus[type=url]::-webkit-input-placeholder, input:active[type=url]::-webkit-input-placeholder, input:focus[type=week]::-webkit-input-placeholder, input:active[type=week]::-webkit-input-placeholder, input:focus[type=time]::-webkit-input-placeholder, input:active[type=time]::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, select:active::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-moz-placeholder, input:active[type=color]::-moz-placeholder, input:focus[type=date]::-moz-placeholder, input:active[type=date]::-moz-placeholder, input:focus[type=datetime]::-moz-placeholder, input:active[type=datetime]::-moz-placeholder, input:focus[type=datetime-local]::-moz-placeholder, input:active[type=datetime-local]::-moz-placeholder, input:focus[type=email]::-moz-placeholder, input:active[type=email]::-moz-placeholder, input:focus[type=month]::-moz-placeholder, input:active[type=month]::-moz-placeholder, input:focus[type=number]::-moz-placeholder, input:active[type=number]::-moz-placeholder, input:focus[type=password]::-moz-placeholder, input:active[type=password]::-moz-placeholder, input:focus[type=search]::-moz-placeholder, input:active[type=search]::-moz-placeholder, input:focus[type=tel]::-moz-placeholder, input:active[type=tel]::-moz-placeholder, input:focus[type=text]::-moz-placeholder, input:active[type=text]::-moz-placeholder, input:focus[type=url]::-moz-placeholder, input:active[type=url]::-moz-placeholder, input:focus[type=week]::-moz-placeholder, input:active[type=week]::-moz-placeholder, input:focus[type=time]::-moz-placeholder, input:active[type=time]::-moz-placeholder, select:focus::-moz-placeholder, select:active::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:active::-moz-placeholder {
  opacity: .4;
}

input:focus[type=color]:-ms-input-placeholder, input:active[type=color]:-ms-input-placeholder, input:focus[type=date]:-ms-input-placeholder, input:active[type=date]:-ms-input-placeholder, input:focus[type=datetime]:-ms-input-placeholder, input:active[type=datetime]:-ms-input-placeholder, input:focus[type=datetime-local]:-ms-input-placeholder, input:active[type=datetime-local]:-ms-input-placeholder, input:focus[type=email]:-ms-input-placeholder, input:active[type=email]:-ms-input-placeholder, input:focus[type=month]:-ms-input-placeholder, input:active[type=month]:-ms-input-placeholder, input:focus[type=number]:-ms-input-placeholder, input:active[type=number]:-ms-input-placeholder, input:focus[type=password]:-ms-input-placeholder, input:active[type=password]:-ms-input-placeholder, input:focus[type=search]:-ms-input-placeholder, input:active[type=search]:-ms-input-placeholder, input:focus[type=tel]:-ms-input-placeholder, input:active[type=tel]:-ms-input-placeholder, input:focus[type=text]:-ms-input-placeholder, input:active[type=text]:-ms-input-placeholder, input:focus[type=url]:-ms-input-placeholder, input:active[type=url]:-ms-input-placeholder, input:focus[type=week]:-ms-input-placeholder, input:active[type=week]:-ms-input-placeholder, input:focus[type=time]:-ms-input-placeholder, input:active[type=time]:-ms-input-placeholder, select:focus:-ms-input-placeholder, select:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-ms-input-placeholder, input:active[type=color]::-ms-input-placeholder, input:focus[type=date]::-ms-input-placeholder, input:active[type=date]::-ms-input-placeholder, input:focus[type=datetime]::-ms-input-placeholder, input:active[type=datetime]::-ms-input-placeholder, input:focus[type=datetime-local]::-ms-input-placeholder, input:active[type=datetime-local]::-ms-input-placeholder, input:focus[type=email]::-ms-input-placeholder, input:active[type=email]::-ms-input-placeholder, input:focus[type=month]::-ms-input-placeholder, input:active[type=month]::-ms-input-placeholder, input:focus[type=number]::-ms-input-placeholder, input:active[type=number]::-ms-input-placeholder, input:focus[type=password]::-ms-input-placeholder, input:active[type=password]::-ms-input-placeholder, input:focus[type=search]::-ms-input-placeholder, input:active[type=search]::-ms-input-placeholder, input:focus[type=tel]::-ms-input-placeholder, input:active[type=tel]::-ms-input-placeholder, input:focus[type=text]::-ms-input-placeholder, input:active[type=text]::-ms-input-placeholder, input:focus[type=url]::-ms-input-placeholder, input:active[type=url]::-ms-input-placeholder, input:focus[type=week]::-ms-input-placeholder, input:active[type=week]::-ms-input-placeholder, input:focus[type=time]::-ms-input-placeholder, input:active[type=time]::-ms-input-placeholder, select:focus::-ms-input-placeholder, select:active::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::placeholder, input:active[type=color]::placeholder, input:focus[type=date]::placeholder, input:active[type=date]::placeholder, input:focus[type=datetime]::placeholder, input:active[type=datetime]::placeholder, input:focus[type=datetime-local]::placeholder, input:active[type=datetime-local]::placeholder, input:focus[type=email]::placeholder, input:active[type=email]::placeholder, input:focus[type=month]::placeholder, input:active[type=month]::placeholder, input:focus[type=number]::placeholder, input:active[type=number]::placeholder, input:focus[type=password]::placeholder, input:active[type=password]::placeholder, input:focus[type=search]::placeholder, input:active[type=search]::placeholder, input:focus[type=tel]::placeholder, input:active[type=tel]::placeholder, input:focus[type=text]::placeholder, input:active[type=text]::placeholder, input:focus[type=url]::placeholder, input:active[type=url]::placeholder, input:focus[type=week]::placeholder, input:active[type=week]::placeholder, input:focus[type=time]::placeholder, input:active[type=time]::placeholder, select:focus::placeholder, select:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder {
  opacity: .4;
}

input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #101820;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #101820;
  opacity: .4;
  -moz-transition: all .1s;
  transition: all .1s;
}

input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #101820;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #101820;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input[type=time]::placeholder, select::placeholder, textarea::placeholder {
  color: #101820;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAJCAYAAAAo/ezGAAAABmJLR0QATwBPAE++ReIbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5QYLEAEcwyCcTgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAqklEQVQoz63RLU4DARCG4afbOs6A30Mg8XsKjkCQTUhagcA2JDU9widQhGMg1uIaXCsQpAXBQtpma3b3TUbMT+ZNZkZVVS1wg8Ive4wd85rkWgcKzPGNUROny/e405FxXdebsiwvcHVmZpVk0VXwd5YZ1i39T0z1oIAkW9y39B+TvPcWNDzh7SD/wIOe/AuS7E6eOU2yGUzQSJ7xghpLAzBpqd3iMsnXEIIfVbktELjI5VUAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  color: #101820;
  line-height: 1;
}

/**
 * Gravity Forms
 */
.gform_wrapper.gform-theme .gform_footer input[type=submit].gform_button:not(.gform-theme__disable) {
  background-color: #4F4F4F !important;
  color: #F6F6F6 !important;
}

.gform_wrapper.gform-theme .gform_footer input[type=submit].gform_button:not(.gform-theme__disable):hover, .gform_wrapper.gform-theme .gform_footer input[type=submit].gform_button:not(.gform-theme__disable):focus {
  background-color: #b0b3b3 !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield input, .gfield textarea, .gfield select {
  margin: 0;
}

.gfield input::-webkit-input-placeholder, .gfield textarea::-webkit-input-placeholder, .gfield select::-webkit-input-placeholder {
  text-transform: normal;
}

.gfield input::-moz-placeholder, .gfield textarea::-moz-placeholder, .gfield select::-moz-placeholder {
  text-transform: normal;
}

.gfield input:-ms-input-placeholder, .gfield textarea:-ms-input-placeholder, .gfield select:-ms-input-placeholder {
  text-transform: normal;
}

.gfield input::-ms-input-placeholder, .gfield textarea::-ms-input-placeholder, .gfield select::-ms-input-placeholder {
  text-transform: normal;
}

.gfield input::placeholder, .gfield textarea::placeholder, .gfield select::placeholder {
  text-transform: normal;
}

.gfield.hidden_label .gfield_label {
  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. */
}

.gfield.hidden_label .gfield_label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .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. */
}

.ginput_container_consent {
  font-size: .66rem;
  text-align: left;
}

.ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ginput_container_consent > input:checked + label {
  color: #fff;
}

.ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(7px + 0.8rem);
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.ginput_container_consent > label::before {
  background: #fff;
  border: 1px solid #101820;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 0.8rem;
  height: calc(3px + .8em);
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: calc(3px + .8em);
}

.ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #101820;
  border-left: calc(2px + .07em) solid #101820;
  content: '';
  font-size: 0.8rem;
  height: calc(3px + .22em);
  left: calc(.25em - 1px);
  position: absolute;
  top: calc(.25em - 1px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.ginput_container_consent label {
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}

.ginput_container_consent .gfield_required {
  display: none;
}

.ginput_container_consent input.focus-visible + label {
  outline: 0.2em solid #b0b3b3;
}

.ginput_container_consent input:focus-visible + label {
  outline: 0.2em solid #b0b3b3;
}

.gform_validation_error .gfield_error input[type=color], .gform_validation_error .gfield_error input[type=date], .gform_validation_error .gfield_error input[type=datetime], .gform_validation_error .gfield_error input[type=datetime-local], .gform_validation_error .gfield_error input[type=email], .gform_validation_error .gfield_error input[type=month], .gform_validation_error .gfield_error input[type=number], .gform_validation_error .gfield_error input[type=password], .gform_validation_error .gfield_error input[type=search], .gform_validation_error .gfield_error input[type=tel], .gform_validation_error .gfield_error input[type=text], .gform_validation_error .gfield_error input[type=url], .gform_validation_error .gfield_error input[type=week], .gform_validation_error .gfield_error input[type=time], .gform_validation_error .gfield_error select, .gform_validation_error .gfield_error textarea {
  -webkit-box-shadow: inset -4px 0 0 #f00;
          box-shadow: inset -4px 0 0 #f00;
}

.gform_validation_error .validation_message {
  color: #ff9a9a;
  font-size: .8rem;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.modal .gform_wrapper,
section .gform_wrapper {
  margin-top: 0;
}

.modal .gform_wrapper .gform_required_legend,
section .gform_wrapper .gform_required_legend {
  display: none;
}

.modal .gform_wrapper .gfield_description,
section .gform_wrapper .gfield_description {
  display: none;
}

.modal .gform_wrapper .gform_fields,
section .gform_wrapper .gform_fields {
  row-gap: 20px;
}

.modal .gform_wrapper li.gfield.gfield_error,
section .gform_wrapper li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.modal .gform_wrapper .validation_error,
section .gform_wrapper .validation_error {
  font-size: .8em;
  border-color: #CF6A6A;
  border-radius: 0;
  padding: 15px;
}

.modal .gform_wrapper .gfield,
section .gform_wrapper .gfield {
  position: relative;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.modal .gform_wrapper .gfield select,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section .gform_wrapper .gfield select {
  border: 1px solid #CECECE;
  border-radius: 0;
  color: rgba(79, 79, 79, 0.8);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 12px 18px 13px;
  background-color: #F6F6F6;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .modal .gform_wrapper .gfield select::-webkit-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, section .gform_wrapper .gfield select::-webkit-input-placeholder {
  color: rgba(79, 79, 79, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .modal .gform_wrapper .gfield select::-moz-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section .gform_wrapper .gfield select::-moz-placeholder {
  color: rgba(79, 79, 79, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .modal .gform_wrapper .gfield select:-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, section .gform_wrapper .gfield select:-ms-input-placeholder {
  color: rgba(79, 79, 79, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .modal .gform_wrapper .gfield select::-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, section .gform_wrapper .gfield select::-ms-input-placeholder {
  color: rgba(79, 79, 79, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.modal .gform_wrapper .gfield select::placeholder,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section .gform_wrapper .gfield select::placeholder {
  color: rgba(79, 79, 79, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, .modal .gform_wrapper .gfield select:hover::-webkit-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, section .gform_wrapper .gfield select:hover::-webkit-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, .modal .gform_wrapper .gfield select:hover::-moz-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, section .gform_wrapper .gfield select:hover::-moz-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, .modal .gform_wrapper .gfield select:hover:-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, section .gform_wrapper .gfield select:hover:-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, .modal .gform_wrapper .gfield select:hover::-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, section .gform_wrapper .gfield select:hover::-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
.modal .gform_wrapper .gfield select:hover::placeholder,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
section .gform_wrapper .gfield select:hover::placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.modal .gform_wrapper .gfield select:focus,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
section .gform_wrapper .gfield select:focus {
  -webkit-box-shadow: inset -4px 0 0 #b0b3b3;
          box-shadow: inset -4px 0 0 #b0b3b3;
}

.modal .gform_wrapper .gfield select,
section .gform_wrapper .gfield select {
  color: rgba(79, 79, 79, 0.4);
}

.modal .gform_wrapper .gfield select option,
section .gform_wrapper .gfield select option {
  color: rgba(79, 79, 79, 0.8);
}

.modal .gform_wrapper .gfield textarea,
section .gform_wrapper .gfield textarea {
  resize: none;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: rgba(79, 79, 79, 0.8);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 12px 18px 13px;
  background-color: #F6F6F6;
}

.modal .gform_wrapper .gfield textarea:focus,
section .gform_wrapper .gfield textarea:focus {
  -webkit-box-shadow: inset -4px 0 0 #b0b3b3;
          box-shadow: inset -4px 0 0 #b0b3b3;
}

.modal .gform_wrapper .gfield_error input, .modal .gform_wrapper .gfield_error textarea, .modal .gform_wrapper .gfield_error select,
section .gform_wrapper .gfield_error input,
section .gform_wrapper .gfield_error textarea,
section .gform_wrapper .gfield_error select {
  -webkit-box-shadow: inset 6px 0 0 #CF6A6A;
          box-shadow: inset 6px 0 0 #CF6A6A;
}

.modal .gform_wrapper li.gfield.gfield_error,
section .gform_wrapper li.gfield.gfield_error {
  background: none;
}

.modal .gform_wrapper .ginput_container_consent > input,
section .gform_wrapper .ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label,
section .gform_wrapper .ginput_container_consent > input:checked + label {
  color: #707070;
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label::after,
section .gform_wrapper .ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label a,
section .gform_wrapper .ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.modal .gform_wrapper .ginput_container_consent > label,
section .gform_wrapper .ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(7px + 1.8rem);
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.modal .gform_wrapper .ginput_container_consent > label::before,
section .gform_wrapper .ginput_container_consent > label::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 1.8rem;
  height: calc(3px + .8em);
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: calc(3px + .8em);
}

.modal .gform_wrapper .ginput_container_consent > label::after,
section .gform_wrapper .ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #707070;
  border-left: calc(2px + .07em) solid #707070;
  content: '';
  font-size: 1.8rem;
  height: calc(3px + .22em);
  left: calc(.25em - 1px);
  position: absolute;
  top: calc(.25em - 1px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.modal .gform_wrapper .ginput_container_consent + .validation_message,
section .gform_wrapper .ginput_container_consent + .validation_message {
  color: #CF6A6A;
  display: block;
  left: calc(7px + 1.8rem);
  position: absolute;
  text-align: left;
  top: 2rem;
}

.modal .gform_wrapper .gfield_consent_label,
section .gform_wrapper .gfield_consent_label {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4;
  margin: 5px 0 83px;
  padding-left: 2.7rem;
}

.modal .gform_wrapper .gfield_consent_label a,
section .gform_wrapper .gfield_consent_label a {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}

.modal .gform_wrapper .ginput_container,
section .gform_wrapper .ginput_container {
  height: 100%;
}

.modal .gform_wrapper .gfield_label,
section .gform_wrapper .gfield_label {
  font-size: 1rem;
  font-weight: 400;
  left: 1.875rem;
  letter-spacing: -.015em;
  line-height: 1.1;
  margin: 0;
  top: 1.125rem;
  margin-bottom: 10px;
}

.modal .gform_wrapper .validation_message,
section .gform_wrapper .validation_message {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding-right: 3px;
  width: auto;
  height: 15px;
  font-size: 0.6rem !important;
  pointer-events: none;
  background: none;
  border: none;
}

.modal .gform_wrapper .gform_footer,
section .gform_wrapper .gform_footer {
  text-align: right;
}

.modal .gform_wrapper .gform_button,
section .gform_wrapper .gform_button {
  font-size: 1rem !important;
  letter-spacing: .075em;
  margin: 0;
  text-transform: uppercase;
  width: 100% !important;
  background: #101820;
  border-color: #101820;
}

@media screen and (max-width: 575px) {
  .modal .gform_wrapper .gform_button,
  section .gform_wrapper .gform_button {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

.modal .gform_wrapper .gform_button:hover, .modal .gform_wrapper .gform_button:focus,
section .gform_wrapper .gform_button:hover,
section .gform_wrapper .gform_button:focus {
  background: #b0b3b3;
}

.modal .gform_wrapper .gform_button.focus-visible,
section .gform_wrapper .gform_button.focus-visible {
  background: #b0b3b3;
}

.modal .gform_wrapper .gform_button:focus-visible,
section .gform_wrapper .gform_button:focus-visible {
  background: #b0b3b3;
}

.section-dark .modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .section-dark .modal .gform_wrapper .gfield textarea, .section-dark .modal .gform_wrapper .gfield select, .section-dark
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .section-dark
section .gform_wrapper .gfield textarea, .section-dark
section .gform_wrapper .gfield select {
  background: #fff;
}

.modal .gform_wrapper .expand-extra-block,
section .gform_wrapper .expand-extra-block {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  margin: 0;
  padding: 0;
}

.modal .gform_wrapper .show-expand .expand-extra-block,
section .gform_wrapper .show-expand .expand-extra-block {
  max-height: 1000px;
}

.modal .gform_wrapper .gform_validation_errors,
section .gform_wrapper .gform_validation_errors {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.modal .gform_wrapper .gfield.full-height,
section .gform_wrapper .gfield.full-height {
  height: 100%;
  padding-bottom: 16px;
}

.modal .gform_wrapper .gfield.full-height textarea.large,
section .gform_wrapper .gfield.full-height textarea.large {
  height: 100%;
}

.modal .gform_wrapper .gfield .gfield,
section .gform_wrapper .gfield .gfield {
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .modal .gform_wrapper .gfield.gfield--width-half,
  section .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}

.modal .form-mandatory-fields,
section .form-mandatory-fields {
  font-size: 12px;
  font-style: italic;
  margin-bottom: -16px;
}

.v-social {
  font-size: 1.6em;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .v-social {
    display: inline-block;
  }
}

.v-social li {
  display: inline-block;
  margin-right: .5rem;
}

@media screen and (min-width: 992px) {
  .v-social li {
    margin: 0;
  }
}

.v-social .fa {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.v-social a .fa:hover, .v-social a .fa:focus {
  color: #b0b3b3;
}

.v-social.logos .title {
  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. */
}

.v-social.logos .title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .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. */
}

/* stylelint-disable-next-line scss/at-rule-no-unknown */
.v-app .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .swiper-wrapper.row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
.v-app .swiper-button-prev,
  .v-app .swiper-button-next {
    position: absolute;
    top: 48%;
    height: 40px;
    width: 40px;
    left: 15px;
  }
.v-app .swiper-button-prev:after,
  .v-app .swiper-button-next:after {
    content: '\f053';
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-size: 36px;
    line-height: 1;
    color: #F6F6F6;
    z-index: 10;
    border-radius: 50%;
    border: 0;
    padding: 8px 15px;
  }
@media screen and (min-width: 992px) {
    .v-app .swiper-button-prev,
    .v-app .swiper-button-next {
      display: none;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .swiper-button-prev::after,
    .v-app .swiper-button-next::after {
      font-size: 26px;
      padding: 8px 13px;
    }
  }
.v-app .swiper-button-next {
    left: auto;
    right: 30px;
  }
.v-app .swiper-button-next::after {
    content: '\f054';
  }
.v-app .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
.v-app .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 7px;
  }
.v-app .swiper-pagination-bullet-active {
    background: #b0b3b3;
  }
@media all and (-ms-high-contrast: none) {
    .v-app .swiper-button-prev,
    .v-app .swiper-button-next {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 27px 44px;
      cursor: pointer;
      height: 44px;
      margin-top: -22px;
      position: absolute;
      top: 50%;
      width: 27px;
      z-index: 10;
    }
    .v-app .swiper-button-prev.swiper-button-disabled,
    .v-app .swiper-button-next.swiper-button-disabled {
      cursor: auto;
      opacity: .35;
      pointer-events: none;
    }
    .v-app .swiper-button-prev,
    .v-app .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23b0b3b3'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto;
    }
    .v-app .swiper-button-next,
    .v-app .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b0b3b3'%2F%3E%3C%2Fsvg%3E");
      left: auto;
      right: 10px;
    }
  }
.v-app .tg-grid-sizer,
  .v-app .tg-gutter-sizer {
    display: block;
    left: -100%;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
  }
.v-app .tg-grid-wrapper {
    display: block;
    min-height: 1px;
    position: relative;
  }
.v-app .tg-grid-loading {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
  }
.v-app .tg-grid-loading .tg-grid-slider .tg-grid-holder {
    height: inherit !important;
    max-height: none !important;
  }
.v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom * *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-left *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-right *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-top * {
    opacity: .01;
  }
.v-app .tg-grid-slider {
    cursor: move;
    overflow: visible !important;
    position: relative;
  }
.v-app .tg-grid-slider .dragged,
  .v-app .tg-slider-dragged * {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.v-app .tg-grid-holder {
    display: block;
    position: relative;
  }
.v-app .tg-grid-area-bottom,
  .v-app .tg-grid-area-top {
    display: block;
    text-align: center;
  }
.v-app .tg-grid-holder,
  .v-app .tg-grid-slider {
    z-index: 3;
  }
.v-app .tg-grid-area-bottom > div:first-child,
  .v-app .tg-grid-area-top > div:first-child {
    margin-left: 0;
  }
.v-app .tg-grid-area-bottom > div:last-child,
  .v-app .tg-grid-area-top > div:last-child {
    margin-right: 0;
  }
.v-app .tg-grid-area-overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item,
  .v-app .tg-item *,
  .v-app .tolb-holder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 1;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-top-holder {
    left: 0;
    line-height: normal;
    position: absolute;
    right: 0;
  }
.v-app .tg-item,
  .v-app .tg-item * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item-clear,
  .v-app .tg-item-line-break {
    clear: both;
    height: 0;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
  }
.v-app .tg-item-line-break {
    height: 10px;
  }
.v-app .tg-item .tg-top-holder {
    top: 0;
  }
.v-app .tg-item .tg-center-holder {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
.v-app .tg-item .tg-bottom-holder {
    bottom: 0;
  }
.v-app .tg-item-content-holder {
    line-height: normal;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-center-inner,
  .v-app .tg-item .tg-top-holder {
    pointer-events: none;
  }
.v-app .tg-item .tg-bottom-holder *,
  .v-app .tg-item .tg-center-inner *,
  .v-app .tg-item .tg-top-holder * {
    pointer-events: all;
  }
.v-app .tg-layout-grid .tg-item-gallery-holder,
  .v-app .tg-layout-grid .tg-item-inner,
  .v-app .tg-layout-justified .tg-item-gallery-holder,
  .v-app .tg-layout-justified .tg-item-inner {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
  }
.v-app .tg-layout-masonry .tg-item-inner,
  .v-app img.tg-item-image {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .tg-item.tg-item-index.tg-item-hidden .tg-item-inner,
  .v-app .tg-item.tg-item-removed .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-exclude,
  .v-app .tg-item.tg-item-reveal .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-settings {
    opacity: .001;
  }
.v-app img.tg-item-image {
    margin: 0;
    outline: transparent solid 1px;
  }
.v-app div.tg-item-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    bottom: 0;
    left: 0;
    outline: transparent solid 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item-gallery-holder .tg-item-image {
    opacity: 0 !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
.v-app .tg-item-gallery-holder .tg-item-image.show {
    opacity: 1 !important;
  }
.v-app .tg-item-media-inner:not(.no-media-poster) {
    outline: transparent solid 1px;
    overflow: hidden;
  }
.v-app .tg-element-absolute,
  .v-app .tg-item-audio-poster,
  .v-app .tg-item-media-content,
  .v-app .tg-item-media-poster,
  .v-app .tg-item-soundcloud,
  .v-app .tg-item-video-player,
  .v-app .tg-item-vimeo,
  .v-app .tg-item-wistia,
  .v-app .tg-item-youtube,
  .v-app .tg-layout-grid .tg-item-media-holder,
  .v-app .tg-layout-grid .tg-item-media-inner,
  .v-app .tg-layout-justified .tg-item-media-holder,
  .v-app .tg-layout-justified .tg-item-media-inner {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
.v-app .tg-item .tg-alternative-product-image {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .tg-item:hover .tg-alternative-product-image {
    opacity: 1;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-left-arrow.tg-force-disabled,
  .v-app .tg-pagination-number .tg-page-number.tg-loading,
  .v-app .tg-right-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-force-disabled {
    cursor: default;
    opacity: .5;
  }
.v-app .tg-media-button,
  .v-app [data-tolb-id] {
    cursor: pointer;
  }
.v-app .tg-item .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-force-play .tg-media-button i:first-child:not(:last-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:first-child:not(:last-child) {
    display: none;
  }
.v-app .tg-item.tg-force-play .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-page-number,
  .v-app .tg-pagination-holder {
    display: inline-block;
  }
.v-app .tg-element-above {
    z-index: 4;
  }
.v-app .tg-pagination-holder {
    margin: 0 15px;
    position: relative;
  }
.v-app .tg-pagination-holder > div:last-child {
    margin-right: 0;
  }
.v-app .tg-pagination-holder .tg-pagination-number {
    margin: 0;
    padding: 0;
  }
.v-app .tg-pagination-next,
  .v-app .tg-pagination-number .tg-page,
  .v-app .tg-pagination-prev {
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    vertical-align: top;
  }
.v-app .tg-page-number.next,
  .v-app .tg-page-number.prev,
  .v-app .tg-pagination-next,
  .v-app .tg-pagination-prev {
    cursor: pointer;
    padding: 0 15px;
  }
.v-app .tg-pagination-number .tg-page:last-child {
    margin: 0 0 5px;
  }
.v-app .tg-page-number {
    cursor: pointer;
    margin: 0 auto;
    min-width: 32px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
  }
.v-app .tg-page-number.dots {
    border-color: transparent;
    cursor: default;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-disabled {
    pointer-events: none;
  }
.v-app .tg-slider-bullets-holder {
    display: inline-block;
    line-height: 0;
    margin: 0 20px 5px 15px;
    position: relative;
  }
.v-app .tg-slider-bullets {
    display: inline-block;
    height: 30px;
    line-height: 0;
    position: relative;
  }
.v-app .tg-slider-bullets-holder::after,
  .v-app .tg-slider-bullets::after {
    clear: both;
    content: '';
    display: block;
  }
.v-app .tg-slider-bullets li {
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    line-height: 0;
    margin: -4px 12px 0 0;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    position: relative;
    top: 50%;
    width: 8px;
  }
.v-app .tg-slider-bullets li:last-child {
    margin-right: 0;
  }
.v-app .tg-slider-bullets li span {
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
  }
.v-app .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
.v-app #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    color: #101820;
    font-size: 1rem;
    background: white;
    height: 90px;
    padding: 0px;
  }
@media screen and (max-width: 991px) {
    .v-app #header {
      height: 82px;
      font-size: 20px;
    }
  }
.v-app #header #header-wrapper {
    background: transparent;
  }
.v-app #header #header-wrapper #custom-row > div {
    padding: 0;
  }
.v-app #header #header-wrapper .site-title {
    font-size: 25px;
    color: var(--headline-color);
    top: 33px;
    left: 33.35px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app #header #header-wrapper .site-title a {
    color: inherit;
    line-height: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.v-app #header #header-wrapper .site-title a span {
    line-height: 0.9;
  }
@media screen and (max-width: 575px) {
    .v-app #header #header-wrapper .site-title {
      left: 33px;
      color: #101820;
    }
    .v-app #header #header-wrapper .site-title a {
      font-size: 24px;
    }
  }
.v-app #header #site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
@media screen and (min-width: 992px) {
    .v-app #header #site-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      max-width: 10%;
    }
  }
.v-app #header .site-logo {
    display: block;
    color: #101820;
    line-height: 1.05;
    font-size: 18px;
  }
.v-app #header .site-logo span {
    color: #b0b3b3;
  }
.v-app #header .site-logo img {
    height: 50px;
    width: auto;
    min-width: 56px;
  }
@media screen and (min-width: 992px) {
    .v-app #header .site-logo img {
      height: auto;
      width: 90px;
    }
  }
.v-app #header #site-header-right {
    position: absolute;
    top: 33.35px;
    right: 33.35px;
  }
.v-app #header #site-header-right .menu-toggle {
    position: relative;
    z-index: 101;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    outline: none;
    -webkit-transform: none;
            transform: none;
  }
@media screen and (min-width: 992px) {
    .v-app #header #site-header-right .menu-toggle {
      display: none;
    }
  }
.v-app #header #site-header-right .menu-toggle .burger-btn {
    height: 24px;
    position: relative;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
    width: 36px;
    z-index: 5;
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span {
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    margin-left: 50%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    border-radius: 15%;
    background: var(--headline-color);
  }
@media screen and (max-width: 767px) {
    .v-app #header #site-header-right .menu-toggle .burger-btn span {
      background: #101820;
    }
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span:first-child {
    top: 3px;
    width: 100%;
    margin-left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span:last-child {
    top: 21px;
    width: 100%;
    margin-left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
.v-app #header #site-header-right .menu-toggle.toggled {
    background: transparent;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span {
    background: #101820;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:first-child {
    top: 50%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:nth-child(2) {
    top: 50%;
    width: 0px;
    margin-left: 100%;
    -webkit-transition: margin-left .2s ease-in .5s, width .2s ease-in .5s;
    transition: margin-left .2s ease-in .5s, width .2s ease-in .5s;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:last-child {
    top: 50%;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
  }
@media screen and (max-width: 575px) {
    .v-app #header #site-header-right {
      right: 20px;
    }
  }
/**
 * Navigation
 */
.v-app .navigation-wrapper {
    position: absolute;
    top: 33.35px;
    right: 33.35px;
  }
@media screen and (max-width: 575px) {
    .v-app .navigation-wrapper {
      top: 33px;
      right: 33px;
    }
  }
.v-app .main-navigation,
  .v-app .site-mask,
  .v-app .menu-wrapper {
    height: 100%;
  }
.v-app #site-navigation .menu > .menu-item {
    width: 100%;
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item.focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item.focus-visible > a {
    color: #b0b3b3;
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item:focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item:focus-visible > a {
    color: #b0b3b3;
  }
.v-app #site-navigation .menu-item.current-menu-item a {
    color: #b0b3b3;
  }
.v-app #site-navigation #primary-menu .page_item a,
  .v-app #site-navigation #primary-menu .menu-item a {
    font-size: 25px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-display", sans-serif;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
    z-index: 11;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1px 0px;
    text-align: center;
    color: var(--headline-color);
    line-height: 0.8;
  }
.v-app #site-navigation #primary-menu .page_item a:hover, .v-app #site-navigation #primary-menu .page_item a.focus-visible, .v-app #site-navigation #primary-menu .menu-item a:hover, .v-app #site-navigation #primary-menu .menu-item a.focus-visible {
    color: var(--headline-color);
  }
.v-app #site-navigation #primary-menu .page_item a:hover, .v-app #site-navigation #primary-menu .page_item a:focus-visible, .v-app #site-navigation #primary-menu .menu-item a:hover, .v-app #site-navigation #primary-menu .menu-item a:focus-visible {
    color: var(--headline-color);
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation #primary-menu .page_item a:hover, .v-app #site-navigation #primary-menu .page_item a.focus-visible, .v-app #site-navigation #primary-menu .menu-item a:hover, .v-app #site-navigation #primary-menu .menu-item a.focus-visible {
      text-decoration: underline;
      text-decoration-thickness: 1px;
    }
    .v-app #site-navigation #primary-menu .page_item a:hover, .v-app #site-navigation #primary-menu .page_item a:focus-visible, .v-app #site-navigation #primary-menu .menu-item a:hover, .v-app #site-navigation #primary-menu .menu-item a:focus-visible {
      text-decoration: underline;
      text-decoration-thickness: 1px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation #primary-menu .page_item a,
    .v-app #site-navigation #primary-menu .menu-item a {
      font-size: 24px;
      color: #101820;
    }
  }
.v-app #site-navigation #primary-menu .page_item.current-menu-item a,
  .v-app #site-navigation #primary-menu .menu-item.current-menu-item a {
    color: #b0b3b3;
  }
.v-app .footer-top,
  .v-app footer {
    font-size: 16px;
  }
.v-app footer {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #4F4F4F;
    font-weight: 400;
    padding: 36px 33.5px 36px;
    background-color: #F6F6F6;
  }
.v-app .v-banner {
    background: #F6F6F6;
    color: #4F4F4F;
    padding: 54px 0;
  }
.v-app .v-banner__btn {
    color: #4F4F4F;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    border-color: #4F4F4F;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    font-size: 20px;
    margin-top: 8px;
  }
.v-app .v-banner__btn:hover {
    color: #101820;
    border-color: #101820;
    border-radius: 3px;
  }
.v-app .v-banner__link {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
  }
.v-app .v-banner__link:hover {
    color: #101820;
  }
.v-app .v-banner__footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-boxes__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #F6F6F6;
  }
.v-app .v-boxes__innerbox {
    padding: 50px;
  }
.v-app .v-boxes__title {
    color: #101820;
    margin-bottom: 20px;
    font-size: 48px;
  }
.v-app .v-boxes__link {
    text-decoration: none;
  }
.v-app .v-boxes__link:hover {
    text-decoration: none;
  }
.v-app .v-boxes__overlap-link {
    position: absolute;
    width: 100%;
    height: 100%;
  }
.v-app .v-boxes__tag {
    background-color: #101820;
    color: white;
    font-size: 12px;
    padding: 8px 22px;
    border-radius: 50px;
    margin-right: 8px;
  }
.v-app .v-boxes__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
  }
.v-app .v-boxes__page-link {
    color: #b0b3b3;
    font-size: 48px;
    line-height: 0.9;
    padding: 20px 20px 30px 36px;
    margin-top: 18px;
    display: block;
  }
.v-app .v-boxes__page-link:hover {
    color: #101820;
  }
.v-app .v-captionedImages {
    font-size: 1rem;
  }
.v-app .v-captionedImages--multiple {
    text-align: left;
  }
.v-app .v-captionedImages--contained {
    font-size: 1.125rem;
    text-align: center;
  }
.v-app .v-captionedImages--contained .v-captionedImages__box {
    background: rgba(176, 179, 179, 0.1);
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__title {
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages--contained .v-captionedImages__text {
    padding: 40px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      min-height: 400px;
      padding: 55px;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
    min-height: 300px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages--full {
    background: #101820;
    color: #fff;
    line-height: 1.5;
    padding: 0;
  }
.v-app .v-captionedImages--full .v-captionedImages__title {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full .v-captionedImages__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 15px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__text {
      min-height: 343px;
      padding: 2rem 48px 2.5rem 31px;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__content h1, .v-app .v-captionedImages--full .v-captionedImages__content h2, .v-app .v-captionedImages--full .v-captionedImages__content h3, .v-app .v-captionedImages--full .v-captionedImages__content h4, .v-app .v-captionedImages--full .v-captionedImages__content h5, .v-app .v-captionedImages--full .v-captionedImages__content h6 {
    color: inherit;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full ul {
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }
.v-app .v-captionedImages--full ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
.v-app .v-captionedImages--full ul:not(.bullets) {
    list-style: none;
  }
.v-app .v-captionedImages--full ul.bullets {
    list-style-position: inside;
  }
.v-app .v-captionedImages--full ul.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -18px -1.5rem;
  }
.v-app .v-captionedImages--full ul.split li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1.5rem;
    max-width: 50%;
    padding: 0 18px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full ul.large {
      font-size: 1.3125rem;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__imageWrap {
    height: 300px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__imageWrap {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
    }
  }
.v-app .v-captionedImages__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.v-app .v-captionedImages__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__title {
    font-size: 2.25rem;
  }
.v-app .v-captionedImages__contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app .v-captionedImages__contentWrap {
      display: block;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages__content h1, .v-app .v-captionedImages__content h2, .v-app .v-captionedImages__content h3, .v-app .v-captionedImages__content h4, .v-app .v-captionedImages__content h5, .v-app .v-captionedImages__content h6 {
    font-size: 1.375rem;
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages__imageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__image {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__imageWrap {
    padding: 1rem;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__image {
    background-repeat: no-repeat;
    background-size: contain;
  }
.v-app .section-contact {
    line-height: 1.4;
    margin: 0;
  }
.v-app .section-contact .container {
    margin-left: 18.35px;
  }
@media screen and (max-width: 575px) {
    .v-app .section-contact .container {
      padding-right: 48px;
    }
  }
.v-app .section-contact .content {
    max-width: 458px;
  }
@media screen and (max-width: 767px) {
    .v-app .section-contact .content {
      max-width: 382px;
    }
  }
.v-app .section-contact p,
  .v-app .section-contact span {
    font-size: 24px;
    line-height: 1.15;
  }
@media screen and (max-width: 767px) {
    .v-app .section-contact p,
    .v-app .section-contact span {
      font-size: 20px;
    }
  }
.v-app .section-contact span {
    color: #b0b3b3;
  }
.v-app .section-contact::before, .v-app .section-contact::after {
    top: 0 !important;
  }
.v-app .section-contact p {
    margin-bottom: 0.6rem;
  }
.v-app .section-contact p a {
    color: #101820;
  }
.v-app .section-contact p a:hover {
    color: #101820;
  }
.v-app .section-contact p.info {
    color: #101820;
  }
.v-app .section-contact p.info span {
    color: #101820;
  }
.v-app .section-contact .social-link {
    color: #101820;
  }
.v-app .section-contact .social-link:hover {
    text-decoration: underline;
  }
.v-app .section-contact__map {
    min-height: 500px;
    padding: 0;
    position: relative;
  }
@media screen and (max-width: 575px) {
    .v-app .section-contact__map {
      min-height: 250px;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
.v-app .section-contact__map .google-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .section-contact__map .google-map .gm-style-iw-t::after {
    display: none;
  }
.v-app .section-contact__map .google-map .gm-style-iw {
    border-radius: 0;
    background: #101820;
    padding: 0;
  }
.v-app .section-contact__map .google-map .gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0;
    background: #101820;
    min-height: 200px;
  }
.v-app .section-contact__map .google-map .gm-style-iw button {
    border: 0;
  }
.v-app .section-contact__map .google-map .gm-style-iw button:focus {
    outline: 0;
    border: 0;
  }
.v-app .section-contact__map .google-map .marker-popup-content {
    color: #fff;
    line-height: 1.4;
    min-width: 260px;
  }
@media screen and (max-width: 575px) {
    .v-app .section-contact__map .google-map .marker-popup-content {
      font-size: 10px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .section-contact__map .google-map .marker-popup-content-image {
      display: none;
    }
  }
.v-app .section-contact__map .google-map .marker-popup-content-address {
    padding: 14px;
  }
.v-app .section-contact__map .google-map .marker-popup-content-address .highlight {
    font-weight: 500;
  }
.v-app .section-contact__map .placeDiv {
    z-index: 9999;
    position: absolute;
    color: #000;
  }
.v-app .section-contact__map .placecard__container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
  }
.v-app .section-contact__map .placecard__left {
    float: left;
    width: 75%;
  }
.v-app .section-contact__map .placecard__right {
    text-align: center;
    float: left;
    width: 25%;
  }
.v-app .section-contact__map .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    -webkit-perspective-origin: 100px 9.5px;
            perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
            transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
  }
.v-app .section-contact__map .placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    -webkit-column-rule-color: #5b5b5b;
       -moz-column-rule-color: #5b5b5b;
            column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
            perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
            transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
  }
.v-app .section-contact__map .placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
  }
.v-app .section-contact__map .placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
  }
.v-app .section-contact__map .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none;
  }
.v-app .v-content.v-carousel {
    padding-top: 150px;
  }
.v-app .v-content.v-carousel .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    min-height: 100%;
    width: 100%;
    background-position: center;
  }
.v-app .v-content.v-work-details .v-work__images a {
    display: inline;
    float: left;
  }
.v-app .v-content.v-work-details p strong {
    color: #101820;
  }
.v-app .v-content.v-work-details .v-work-details__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app .v-content.v-work-details .v-work-details__category span {
    line-height: 1;
    color: #b0b3b3;
  }
.v-app .v-content.v-work-details .v-work-details__category span:first-child {
    color: #101820;
  }
.v-app .v-content.v-work-details .extra-info {
    color: #ff1dff;
  }
.v-app .v-content.v-works-list {
    padding-top: 142px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content.v-works-list {
      padding-top: 122px;
    }
  }
.v-app .v-content.v-works-list .link {
    margin-bottom: 5px;
    position: relative;
    display: block;
    cursor: pointer;
  }
.v-app .v-content.v-works-list .link:hover .title {
    color: #b0b3b3;
  }
.v-app .v-content.v-works-list .link:hover .tooltip-image {
    visibility: visible;
  }
.v-app .v-content.v-works-list .link .tooltip-image {
    visibility: hidden;
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
.v-app .v-content.v-works-list .title {
    font-size: 3.5rem;
    border-bottom: 1px solid #101820;
    margin: 0;
    padding-bottom: 5px;
    color: #101820;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-content__image {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-content__image {
      overflow: visible;
    }
  }
.v-app .v-content__image img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-content__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-content__image--caption {
    padding-bottom: 71%;
  }
.v-app .v-content__caption {
    margin-top: 1rem;
    padding-right: 1rem;
  }
.v-app .v-content__caption h1, .v-app .v-content__caption h2, .v-app .v-content__caption h3, .v-app .v-content__caption h4, .v-app .v-content__caption h5, .v-app .v-content__caption h6 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
.v-app .v-content__caption p {
    margin: 0;
  }
.v-app .v-content__caption a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
.v-app .v-content__caption a:hover, .v-app .v-content__caption a:focus {
    color: #101820;
  }
.v-app .v-content__list {
    color: #101820;
    font-size: 1.1rem;
    line-height: 1.4;
  }
.v-app .v-content__list strong {
    font-size: 1.3rem;
  }
.v-app .v-content__list ul, .v-app .v-content__list ol {
    -webkit-columns: 2 200px;
       -moz-columns: 2 200px;
            columns: 2 200px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-content__list ul, .v-app .v-content__list ol {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1;
    }
  }
.v-app .v-content__list ul li, .v-app .v-content__list ol li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: .9rem;
    padding-left: 1.4rem;
    position: relative;
  }
.v-app .v-content__list ul li::before, .v-app .v-content__list ol li::before {
    left: 0;
    position: absolute;
  }
.v-app .v-content__columns {
    -webkit-columns: 2 300px;
       -moz-columns: 2 300px;
            columns: 2 300px;
    font-size: 1rem;
    margin-top: 3.75rem;
  }
.v-app .v-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.v-app .v-content ul li::before {
    color: #192732;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f111';
    margin-top: .4em;
  }
.v-app .v-content ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app .v-content ul.page-numbers .page-numbers {
    padding: 6px;
  }
.v-app .v-content p {
    color: #b0b3b3;
  }
.v-app .v-content p span {
    color: #101820;
  }
.v-app .v-content p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
.v-app .v-content .button {
    margin-top: 1.5rem;
    padding: 1rem 4.625rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content--intro {
      padding: 100px 0px 66px 0px;
    }
  }
.v-app .v-content--intro p {
    color: #b0b3b3;
    font-size: 3.5rem;
    line-height: 1;
  }
.v-app .v-content--intro p .primary {
    color: #101820;
  }
.v-app .v-content--advanced {
    margin: 50px 0;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content--advanced {
      margin: 100px 0;
    }
  }
.v-app .v-content__advanced-item--header {
    line-height: 1.47;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--header {
      font-size: 1.3125rem;
    }
  }
.v-app .v-content__advanced-item--columns {
    -webkit-column-gap: 2.8rem;
       -moz-column-gap: 2.8rem;
            column-gap: 2.8rem;
    -webkit-columns: 2 320px;
       -moz-columns: 2 320px;
            columns: 2 320px;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--columns {
      margin-top: 50px;
      text-align: left;
    }
  }
.v-app .v-content__advanced-item--images {
    margin: 5rem -15px 3.75rem;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content__advanced-item--images {
      padding: 0 28px;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item--images .v-content__advanced-item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-content__advanced-item--image_slider {
    margin: 5rem -15px 3.75rem;
    overflow: hidden;
  }
@media screen and (max-width: 991px) {
    .v-app .v-content__advanced-item--image_slider {
      padding: 0 28px;
    }
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--image_slider .v-content__advanced-item-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-image {
    opacity: .25;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-content__advanced-item--image_slider .v-content__advanced-item-image.swiper-slide-visible {
    opacity: 1;
  }
.v-app .v-content__advanced-item--link-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 2.5rem -8px 4.375rem;
    padding: 0;
  }
.v-app .v-content__advanced-item--link-group ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 4px 8px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item--link-group ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item--link-group ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-content__advanced-item--link-group ul li::before {
    content: none;
  }
.v-app .v-content__advanced-item--link-group ul li .button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    font-size: .9375rem;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    margin: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
  }
.v-app .v-content__advanced-item--panels {
    margin: 3rem 0;
  }
.v-app .v-content__advanced-item--panels .row {
    margin-bottom: -15px;
  }
.v-app .v-content__advanced-item--panels .col-12 {
    padding-bottom: 15px;
  }
.v-app .v-content__advanced-item-panel-col {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.v-app .v-content__advanced-item-panel {
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .875rem;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
.v-app .v-content__advanced-item-panel-title {
    background: #101820;
    color: #b0b3b3;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1.125rem;
    text-transform: uppercase;
  }
.v-app .v-content__advanced-item-panel-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-content__advanced-item-panel-content > * {
      max-width: 100%;
    }
  }
.v-app .v-content__advanced-item-sidebar {
    background: rgba(176, 179, 179, 0.05);
    padding: 6rem 5rem;
  }
.v-app .v-content__advanced-item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0 8px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-content__advanced-item-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-content__advanced-item-image {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-content__advanced-item-image-caption {
    font-size: .875rem;
    margin-top: .5rem;
  }
.v-app .v-content--custom {
    margin: 0;
  }
.v-app .v-content--custom::before, .v-app .v-content--custom::after {
    top: 0 !important;
  }
.v-app .v-content--custom p {
    display: none;
  }
.v-app .v-content--custom .juicer-feed p {
    display: block;
  }
.v-app .v-content--custom .juicer-feed li.feed-item::before {
    display: none;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text {
    background: rgba(16, 24, 32, 0.85);
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-message p {
    color: #fff;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-message p a {
    color: #b0b3b3;
  }
.v-app .v-content--custom .juicer-feed.slider .j-text .j-meta a:hover {
    color: #b0b3b3;
  }
.v-app .v-content--posts {
    line-height: 1.47;
    padding-top: 185px;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content--posts {
      font-size: 1.3125rem;
    }
  }
.v-app .v-content__linkGroup {
    display: block;
    position: relative;
  }
.v-app .v-content__linkGroup:not(.dud):not(.dud) {
    color: inherit;
    text-decoration: none;
  }
.v-app .v-content__linkGroup:hover .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup:hover .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroup.focus-visible .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup:focus-visible .v-content__linkGroupButton {
    border-radius: 10px 10px 0 0;
  }
.v-app .v-content__linkGroup.focus-visible .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroup:focus-visible .v-content__linkGroupDescription {
    opacity: 1;
    visibility: visible;
  }
.v-app .v-content__linkGroupDescription {
    background: #fff;
    border: 2px solid #b0b3b3;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    font-size: .75rem;
    font-weight: 500;
    left: 0;
    line-height: 1.2;
    opacity: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    width: 100%;
  }
@media not all and (hover: hover) {
    .v-app .v-content__linkGroupDescription {
      display: none;
    }
  }
.v-app .v-intro {
    font-size: 30px;
    background-color: #192732f2;
    color: #fff;
    padding-top: 44px;
    margin-top: 0;
  }
@media screen and (max-width: 575px) {
    .v-app .v-intro {
      font-size: 26px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-intro .custom-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-intro .container {
    position: relative;
    height: 100%;
  }
.v-app .v-intro .link {
    color: #fff;
    font-size: inherit;
  }
.v-app .v-intro .link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
.v-app .v-intro .content-wrapper {
    padding-left: 94px;
  }
.v-app .v-intro .content-wrapper span {
    padding: 0px 88px;
  }
.v-app .v-intro .content-wrapper a {
    color: #fff;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-intro .content-wrapper {
      padding-left: 46px;
    }
    .v-app .v-intro .content-wrapper span {
      padding: 0px 88px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-intro .content-wrapper {
      padding-top: 80px;
      padding-left: 15px;
    }
    .v-app .v-intro .content-wrapper span {
      padding: 0px 0px;
    }
  }
.v-app .v-intro .intro-link {
    margin-top: 140px;
    display: inline-block;
  }
@media screen and (max-width: 575px) {
    .v-app .v-intro .intro-link {
      margin-top: 20px;
    }
  }
.v-app .v-intro .intro-footer {
    position: absolute;
    left: 0px;
    bottom: 30px;
  }
.v-app .v-intro .intro-footer .intro-footer__link {
    color: #fff;
    padding: 15px;
  }
.v-app .v-intro .intro-footer .intro-footer__link:hover {
    text-decoration: underline;
  }
.v-app .v-scroll-head {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
    position: fixed;
    top: 0;
    width: 100%;
    color: #101820;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 0;
    font-size: 204px;
    letter-spacing: -0.020em;
    line-height: 0.7;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head {
      font-size: 160px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head {
      font-size: 120px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head {
      font-size: 90px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head {
      font-size: 75px;
    }
  }
.v-app .v-scroll-head .abcd {
    position: absolute;
    left: 18.35px;
    bottom: 186px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head .abcd {
      bottom: 160px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head .abcd {
      bottom: 118px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head .abcd {
      bottom: 100px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head .abcd {
      left: 10px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      overflow: hidden;
      height: 186px;
      padding-top: 5px;
    }
  }
.v-app .v-scroll-head.sticky {
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
.v-app .v-scroll-head #headline-top,
  .v-app .v-scroll-head #headline-middle {
    display: block;
    height: 196px;
    text-align: left;
    color: #b0b3b3;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head #headline-top,
    .v-app .v-scroll-head #headline-middle {
      height: 192px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head #headline-top,
    .v-app .v-scroll-head #headline-middle {
      height: 143px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head #headline-top,
    .v-app .v-scroll-head #headline-middle {
      height: 95px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head #headline-top,
    .v-app .v-scroll-head #headline-middle {
      height: 0px;
      overflow: visible;
      position: absolute;
      padding: 0;
      margin: 0;
      top: 3px;
    }
  }
.v-app .v-scroll-head #headline-middle {
    display: block;
    margin-top: -42px;
    height: 200px;
    overflow: hidden;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head #headline-middle {
      height: 147px;
      margin-top: -68px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head #headline-middle {
      height: 114px;
      margin-top: -50px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head #headline-middle {
      height: 76px;
      margin-top: -24px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head #headline-middle {
      top: 85px;
    }
  }
.v-app .v-scroll-head #headline-stedy {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: -42px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head #headline-stedy {
      top: -20px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head #headline-stedy {
      top: -19px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head #headline-stedy {
      top: -2px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head #headline-stedy {
      top: 149px;
    }
  }
.v-app .v-scroll-head #headline-stedy.stedy {
    top: -158px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-scroll-head #headline-stedy.stedy {
      top: -126px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-scroll-head #headline-stedy.stedy {
      top: -96px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-scroll-head #headline-stedy.stedy {
      top: -72px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head #headline-stedy.stedy {
      top: 50px;
    }
  }
.v-app .v-scroll-head #headline-last {
    color: #b0b3b3;
    top: 220px;
    position: absolute;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head #headline-last.stedy {
      top: 110px;
    }
  }
.v-app .v-scroll-head .headline {
    height: 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.1s ease 1s;
    transition: -webkit-transform 0.1s ease 1s;
    transition: transform 0.1s ease 1s;
    transition: transform 0.1s ease 1s, -webkit-transform 0.1s ease 1s;
    color: var(--headline-color);
    white-space: nowrap;
  }
@media screen and (max-width: 575px) {
    .v-app .v-scroll-head .headline {
      margin-top: -33px;
      color: #101820;
    }
  }
.v-app .v-scroll-head .headline span {
    display: block;
    width: auto;
    vertical-align: middle;
  }
.v-app .v-cta {
    color: #101820;
    font-size: 2rem;
    font-weight: 900;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta {
      font-size: 1.6rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta {
      font-size: 1.2rem;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta {
      font-size: 1.1rem;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta {
      font-size: .9rem;
    }
  }
.v-app .v-cta .cta-panel {
    height: 100%;
    padding: 45px 80px;
    background: #b0b3b3;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-panel {
      padding: 38px 65px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-panel {
      padding: 30px 50px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel {
      text-align: center;
      padding: 11px 14px;
      font-weight: 400;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta .cta-panel {
      padding: 14px;
    }
  }
.v-app .v-cta .cta-panel a {
    color: inherit;
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel a {
      display: inline-block;
      padding-left: 14px;
      font-weight: 900;
    }
  }
.v-app .v-cta .cta-or {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    width: 74px;
    height: 74px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    background: #101820;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-or {
      padding-top: 13px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-or {
      width: 60px;
      height: 60px;
      padding-top: 13px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-or {
      display: none;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-gallery__contain {
      padding: 0 28px;
    }
  }
.v-app .v-gallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
.v-app .v-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-gallery__inner {
    overflow: hidden;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 63.9%;
  }
.v-app .v-gallery__inner:hover .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner.focus-visible {
    outline: 0.5em solid #b0b3b3;
  }
.v-app .v-gallery__inner:focus-visible {
    outline: 0.5em solid #b0b3b3;
  }
.v-app .v-gallery__inner.focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner:focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-gallery__image {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-gallery__caption {
    background: #101820;
    bottom: 0;
    color: #fff;
    font-size: .9375rem;
    left: 0;
    padding: .9375rem 1.25rem;
    position: absolute;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%;
  }
.v-app .v-gallery + .v-tags {
    margin-top: 0;
  }
.v-app .v-gridSlider {
    margin: 100px 0;
    overflow: hidden;
    text-align: center;
  }
.v-app .v-gridSlider .tg-item {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
.v-app .v-gridSlider .tg-item:not(.tg-item-active) {
    opacity: .15;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridSlider__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-gridSlider__arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-shadow: 0 0 0 0 #b0b3b3;
            box-shadow: 0 0 0 0 #b0b3b3;
    color: #101820;
    font-size: 1.9rem;
    margin: 0;
    outline: none;
    padding: 0 .5rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 3;
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow {
      position: absolute;
      top: calc(50% - 1.5625rem);
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -3rem;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -3rem;
    }
  }
.v-app .v-gridSlider__arrow.tg-disabled {
    opacity: 0;
  }
.v-app .v-gridImages {
    margin: 100px 0;
    text-align: center;
  }
.v-app .v-gridImages .grid-item {
    height: 335px;
    width: 100%;
    margin-bottom: 30px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-gridImages .grid-item {
      height: 235px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridImages .grid-item-double {
      height: 700px;
    }
    .v-app .v-gridImages .grid-item-tall {
      height: 435px;
    }
    .v-app .v-gridImages .grid-item-short {
      height: 235px;
    }
  }
.v-app .v-gridImages .grid-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 5px 5px 5px rgba(79, 79, 79, 0.5);
            box-shadow: 5px 5px 5px rgba(79, 79, 79, 0.5);
    border: 10px solid #F6F6F6;
    background-color: #101820;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-gridImages .grid-item a:hover .grid-item-image {
    border-color: #101820;
    opacity: .8;
  }
.v-app .v-gridImages .grid-item-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    padding: 20px 30px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-gridImages .grid-item-title {
      font-size: 20px;
    }
  }
.v-app .v-gridImages .row + .row {
    margin-top: 30px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridImages .row {
      margin-top: 30px;
    }
  }
.v-app .v-pageHead {
    margin: 0;
    position: relative;
    padding-top: 82px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead {
      padding-top: 82px;
    }
  }
.v-app .v-pageHead--video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 768px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
  }
.v-app .v-pageHead--video .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
.v-app .v-pageHead--video .toggle-audio {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    color: #fff;
    background: none;
    height: 50px;
    width: 50px;
    opacity: .5;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .toggle-audio {
      height: 30px;
      width: 30px;
    }
  }
.v-app .v-pageHead--video .toggle-audio:focus {
    outline: 0;
  }
.v-app .v-pageHead--video .toggle-audio:hover {
    opacity: 1;
  }
.v-app .v-pageHead--carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: none;
    position: relative;
    top: 0;
    pointer-events: all;
    z-index: 1;
    background-color: transparent;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--carousel {
      cursor: pointer;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--carousel {
      max-height: 100vh;
    }
  }
.v-app .v-pageHead--carousel .swiper-pagination {
    position: absolute;
    bottom: 33.35px;
    left: 33.35px;
    color: var(--headline-color);
    display: inline-block;
    text-align: left;
    z-index: 100;
    font-size: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
.v-app .v-pageHead--carousel .swiper-pagination span {
    font-size: inherit;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--carousel .swiper-pagination {
      color: #101820;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--carousel .swiper-pagination {
      left: 33px;
      font-size: 24px;
      bottom: 33px;
    }
  }
.v-app .v-pageHead--carousel .swiper-button-next,
  .v-app .v-pageHead--carousel .swiper-button-prev {
    top: auto;
    bottom: 29px;
    right: 21px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-pageHead--carousel .swiper-button-next::after,
  .v-app .v-pageHead--carousel .swiper-button-prev::after {
    color: var(--headline-color);
    border-color: var(--headline-color);
    background-image: url("../../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    height: 40px;
    width: 40px;
    padding: 15px;
  }
.v-app .v-pageHead--carousel .swiper-button-next.swiper-button-disabled,
  .v-app .v-pageHead--carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
.v-app .v-pageHead--carousel .swiper-button-prev {
    left: auto;
    right: 64px;
  }
.v-app .v-pageHead--carousel .swiper-button-prev::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
.v-app .v-pageHead--titlebar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding: 82px 0 0 0;
    position: relative;
  }
.v-app .v-pageHead--titlebar-image {
    width: 100%;
    height: calc(100vh - 82px);
    background-position: center;
    background-size: cover;
  }
.v-app .v-pageHead--titlebar .overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
.v-app .v-pageHead--titlebar-content {
    margin-top: 0;
    position: absolute;
    bottom: 90px;
    max-width: 555px;
    line-height: 1.1em;
    font-size: 24px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar-content {
      margin-top: 25%;
      font-size: 18px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content {
      font-size: 17px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content p {
      max-width: 280px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content-search p {
      font-size: 15px;
      max-width: none;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar {
      padding-top: 82px;
    }
  }
.v-app .v-pageHead--titlebar--title {
    color: #101820;
    font-size: 4rem;
    font-weight: 400;
    line-height: .8;
    letter-spacing: -.7rem;
    margin: 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-pageHead--titlebar--title {
      font-size: 40px;
    }
  }
.v-app .v-pageHead--titlebar--title span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    -webkit-animation: slideUp 0.5s forwards;
            animation: slideUp 0.5s forwards;
    font-size: 270px;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(6) {
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(7) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(8) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(9) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(10) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(11) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(12) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(13) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
.v-app .v-pageHead--titlebar--title span:nth-child(14) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
@-webkit-keyframes slideUp {
    .v-app to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
@keyframes slideUp {
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
.v-app .v-pageHead__slider {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead__slider {
      padding-right: 0px;
    }
  }
.v-app .v-pageHead__videoWrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (not (-ms-ime-align: auto)) {
    .v-app .v-pageHead__video {
      height: 100%;
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      top: auto;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-pageHead__sliderWrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__slide {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    outline: 0;
    overflow: hidden;
    background-color: #fff;
  }
.v-app .v-pageHead__slide img {
    display: none;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__slide img {
      display: block;
    }
  }
.v-app .v-pageHead__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__slide.swiper-slide {
      background-size: contain;
      background-image: none !important;
      margin-bottom: 30px;
      background-position: bottom center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 20px 33px 50px 33px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__slide.swiper-slide .col {
      padding: 0;
    }
  }
.v-app .v-pageHead__slide.swiper-slide .inner-text {
    color: #192732;
    text-align: center;
    padding: 0px;
    font-size: 28px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-pageHead__slide.swiper-slide .inner-text {
      padding: 24px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__slide.swiper-slide .inner-text {
      font-size: 20px;
      line-height: 1.1;
      padding: 0px 0px 80px 0px;
    }
  }
.v-app .v-pageHead__slide.one-but-empty {
    background-color: transparent;
  }
.v-app .v-pageHead__slide.two-but-text {
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    color: #192732;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__slide.two-but-text {
      margin: 90px 0px 0px 0px;
    }
  }
.v-app .v-pageHead__slide.with-border {
    background-image: none !important;
    padding: 100px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-pageHead__slide.with-border {
      padding: 100px 3%;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead__slide.with-border {
      padding: 100px 33.5px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__slide.with-border {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 20px 33px 50px 33px;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__slide.with-border img {
      display: inline-block;
      max-height: 76vh;
      margin: auto;
      width: auto;
    }
  }
.v-app .v-pageHead__slide.small-image-exists .image_for_small_screen {
    display: none;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__slide.small-image-exists {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .v-app .v-pageHead__slide.small-image-exists img {
      display: none;
    }
    .v-app .v-pageHead__slide.small-image-exists img.image_for_small_screen {
      display: inline-block;
      height: 100%;
      max-height: 70vh;
      width: auto;
    }
  }
.v-app .v-pageHead__slideInner {
    color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
.v-app .v-pageHead__slideInner > * {
    position: relative;
    z-index: 2;
  }
.v-app .v-pageHead__title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.1;
    margin-top: 1rem;
    max-width: 8.3em;
    text-shadow: 2px 2px #4F4F4F;
    padding: 15px 15px 0px 15px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__title {
      font-size: 40px;
    }
  }
.v-app .v-pageHead__ancestor {
    color: #b0b3b3;
    font-size: 1.3125rem;
    font-weight: 500;
  }
.v-app .v-pageHead__caption {
    color: #fff;
    font-size: 24px;
    padding: 15px;
    text-shadow: 2px 2px #4F4F4F;
  }
.v-app .v-pageHead #contact-info {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 33px 33px 33.5px 33px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead #contact-info {
      padding-bottom: 3px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead #contact-info {
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-pageHead #contact-info .hlink {
    font-size: 50px;
    line-height: .9;
  }
.v-app .v-pageHead #contact-info .hlink:hover {
    text-decoration: underline;
  }
.v-app .v-pageHead .floating-nav {
    position: absolute;
    z-index: 10;
    font-size: 25px;
    font-weight: 400;
    background: transparent;
    color: var(--headline-color);
    padding: 6px 12px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    will-change: top, left;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead .floating-nav {
      display: none;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post {
      padding-top: 60px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post {
      text-align: center;
    }
  }
.v-app .v-post__wrap {
    max-width: 100%;
    padding: 0 15px;
    position: relative;
  }
.v-app .v-post__wrap::after {
    clear: both;
    content: '';
    display: table;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__wrap {
      padding-bottom: 5.667rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__aside {
      margin-right: -76px;
      width: 76px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__aside {
      margin-bottom: 1rem;
    }
  }
.v-app .v-post__info {
    border-top: 2px solid #101820;
    color: #101820;
    padding: .5rem 0;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__info {
      position: sticky;
      top: 100px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__info {
      display: inline-block;
      padding: .5rem;
    }
  }
.v-app .v-post__date {
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__date {
      font-size: .8125rem;
    }
  }
.v-app .v-post__date .day {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__date .day {
      font-size: 2.2rem;
      line-height: .7;
      margin-top: .4rem;
    }
  }
.v-app .v-post__content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__content_wrapper {
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      padding-top: 40px;
    }
  }
.v-app .v-post__prev_wrapper, .v-app .v-post__next_wrapper {
    text-align: left;
  }
.v-app .v-post__next_wrapper {
    text-align: right;
  }
.v-app .v-post__prev, .v-app .v-post__next {
    padding: 15px 15px 15px 0px;
    color: #4F4F4F;
    text-align: left;
  }
.v-app .v-post__prev:not(.button):not(.btn), .v-app .v-post__next:not(.button):not(.btn) {
    text-decoration: none;
  }
.v-app .v-post__prev:hover, .v-app .v-post__next:hover {
    color: #101820;
  }
.v-app .v-post__next {
    padding: 15px 0px 15px 0px;
  }
.v-app .v-share {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media screen and (max-width: 991px) {
    .v-app .v-share {
      margin-top: 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-share a:not(.button) {
    text-decoration: none;
  }
.v-app .v-share__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 1.7rem;
    height: 62px;
    margin: 10px 10px;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 62px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-share__btn {
      height: 76px;
      width: 76px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-share__btn--facebook, .v-app .v-share__btn--twitter, .v-app .v-share__btn--linkedin {
      height: 60px;
      width: 60px;
    }
  }
.v-app .v-share__btn:hover, .v-app .v-share__btn:focus {
    background: rgba(16, 24, 32, 0.1);
  }
.v-app .v-share__btn:not(.button):hover, .v-app .v-share__btn:not(.button):focus {
    text-decoration: none;
  }
.v-app .v-posts {
    padding-top: 0;
  }
.v-app .v-posts__archive {
    font-size: .9375rem;
    margin-bottom: 4rem;
  }
.v-app .v-posts__archiveList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
.v-app .v-posts__archiveList li {
    display: inline-block;
    margin: 0 20px;
  }
.v-app .v-posts__archiveLink {
    font-weight: 500;
  }
.v-app .v-posts__archiveLink--active {
    color: #b0b3b3;
  }
.v-app .v-posts__list {
    margin-left: -8px;
    margin-right: -8px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__list {
      padding: 0 12px;
    }
  }
.v-app .v-posts__item {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__content {
      padding: 3.375rem 3.875rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__title {
      font-size: 2.25rem;
    }
  }
.v-app .v-posts__inner {
    background: #fafafa;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
.v-app .v-posts__inner.focus-visible {
    outline: 0.5em solid rgba(176, 179, 179, 0.75);
  }
.v-app .v-posts__inner:focus-visible {
    outline: 0.5em solid rgba(176, 179, 179, 0.75);
  }
.v-app .v-posts__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    overflow: hidden;
    position: relative;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
  }
.v-app .v-posts__image img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-posts__image img {
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: static;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-posts__content {
    color: #4F4F4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .875rem;
    padding: 1rem 1.667rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__content {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 1.5rem 2.875rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__content {
      font-size: 1rem;
    }
  }
.v-app .v-posts__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__title {
      color: #4F4F4F;
      font-size: 2.5rem;
      margin-bottom: 40px;
    }
  }
.v-app .v-posts__excerpt {
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__excerpt {
      margin-bottom: 1.25rem;
    }
  }
.v-app .v-posts__date {
    font-style: italic;
    font-weight: 500;
    margin-top: auto;
  }
.v-app .v-posts hr {
    border-color: #101820;
    margin: .5rem 0;
    width: 34px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts hr {
      margin: 1.25rem 0;
    }
  }
.v-app .v-posts__readmore {
    font-weight: 700;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__readmore {
      color: #101820;
    }
  }
.v-app .v-posts__loadmore {
    margin-top: 34px;
    text-align: center;
  }
.v-app .v-testimonials {
    position: relative;
    background-image: url("../../img/testimonials.jpg");
    background-position: center;
    background-size: cover;
  }
.v-app .v-testimonials .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 24, 32, 0.7);
  }
.v-app .v-testimonials .testimonial {
    color: #101820;
    line-height: 1.2;
    background: #b0b3b3;
    margin-bottom: 110px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
.v-app .v-testimonials .testimonial-stars {
    color: #F6F6F6;
  }
.v-app .v-testimonials .testimonial-name {
    font-size: 14px;
    font-weight: 700;
  }
.v-app .v-video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video {
      padding: 109px 0;
    }
  }
.v-app .v-video__link {
    background: rgba(26, 26, 26, 0.6);
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: calc(100% - 32px);
    padding: 50px;
    text-align: center;
    text-decoration: none;
    width: 536px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link {
      padding: 95px 100px;
    }
  }
.v-app .v-video__link:hover .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link.focus-visible {
    outline: 1em solid rgba(16, 24, 32, 0.75);
  }
.v-app .v-video__link:focus-visible {
    outline: 1em solid rgba(16, 24, 32, 0.75);
  }
.v-app .v-video__link.focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link:focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link h2 {
    color: #fff;
    font-size: 1.889rem;
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link h2 {
      font-size: 3.375rem;
    }
  }
.v-app .v-video__link h2 span {
    font-weight: 400;
  }
.v-app .v-video__play {
    font-size: 1.8rem;
    opacity: .45;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__play {
      font-size: 2.8rem;
    }
  }
.v-app .section-about {
    padding-bottom: 33.5px;
  }
.v-app .section-about .container {
    margin-left: 18.35px;
    padding-right: 48px;
  }
.v-app .section-about p {
    margin-bottom: 0.6rem;
  }
.v-app .section-about p,
  .v-app .section-about .title {
    font-size: 24px;
    line-height: 1.15;
  }
@media screen and (max-width: 767px) {
    .v-app .section-about p,
    .v-app .section-about .title {
      font-size: 20px;
    }
  }
.v-app .section-about .title {
    font-weight: 400;
    margin-bottom: 4px;
  }
.v-app .section-about .sub-content p {
    color: #b0b3b3;
  }
.v-app .section-about .small-content {
    font-size: 1rem;
  }
.v-app .section-about .small-content p {
    font-size: inherit;
  }
.v-app .section-about .main-content p {
    max-width: 552px;
  }
.v-app .section-about .link {
    color: #101820;
    padding: 10px 0px;
    white-space: nowrap;
    font-size: 15px;
  }

/* stylelint-disable-next-line scss/at-rule-no-unknown */
@media screen and (max-width: 991px) {
    html body.home #header .header-bg {
      opacity: 0;
    }
  }
html body.admin-bar #header {
    top: 32px;
  }
@media screen and (max-width: 781px) {
    html body.admin-bar #header {
      top: 46px;
    }
  }
html body.is-touch .v-gallery__caption {
    display: none;
  }
@media screen and (min-width: 992px) {
    html body.focus-visible #site-navigation .menu-item-has-children:focus-within .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    html body.focus-visible #site-navigation .menu-item-has-children:focus-within .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
html body.focus-visible .v-contact .google-map:focus-within {
    outline: 5px solid #101820;
  }
html .v-share-modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
  }
html .v-share-modal__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    color: #101820;
    font-size: 1.7rem;
    height: 76px;
    margin: 5px 10px;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 76px;
  }
html .v-share-modal__btn:hover, html .v-share-modal__btn:focus {
    background: rgba(16, 24, 32, 0.1);
  }
html .v-share-modal__copy {
    position: relative;
  }
html .v-share-modal__copy-input {
    background: rgba(16, 24, 32, 0.05);
    border: 1px solid rgba(16, 24, 32, 0.3);
    margin: 0;
    max-width: 100%;
    padding: .875rem 5rem .875rem 1rem;
    width: 27rem;
  }
html .v-share-modal__copy-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    background: #101820;
    border: 2px solid #101820;
    color: #fff;
    height: 100%;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
html .v-share-modal__copy-text {
    font-size: .8rem;
    font-style: italic;
    line-height: 2;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
  }
html .v-share-modal__copy.is-copied .v-share-modal__copy-text {
    -webkit-animation: link-copied-text 8s;
            animation: link-copied-text 8s;
  }
@-webkit-keyframes link-copied-text {
    html 0% {
      opacity: 0;
      visibility: hidden;
    }
    html 5% {
      opacity: 1;
      visibility: visible;
    }
    html 95% {
      opacity: 1;
      visibility: visible;
    }
    html 100% {
      opacity: 0;
      visibility: hidden;
    }
  }
@keyframes link-copied-text {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    5% {
      opacity: 1;
      visibility: visible;
    }
    95% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
html .v-app {
    /**
	 * When using margin on top and bottom of sections as we are, we need to ensure elements that are padded sit flush.
	 * We do this by setting the margin bottom to 0, and adjacent siblings to 0.
	 */
  }
html .v-app section {
    position: relative;
    overflow: hidden;
  }
html .v-app section:first-child:not(.page-head) {
    margin-top: 180px;
  }
@media screen and (max-width: 991px) {
    html .v-app section:first-child:not(.page-head) {
      margin-top: 130px;
    }
  }
html .v-app section:first-child:not(.page-head):last-child::before, html .v-app section:first-child:not(.page-head):last-child::after, html .v-app section.page-head:first-child + *:last-child::before, html .v-app section.page-head:first-child + *:last-child::after {
    padding: 0;
  }

#klaro .cookie-notice {
  background: #101820;
  font-weight: 700;
}

#klaro .cookie-notice .cn-ok .cm-btn {
  display: none;
}

#klaro .cookie-notice .cn-ok .cm-btn.cm-btn-success, #klaro .cookie-notice .cn-ok .cm-btn.cm-btn-info {
  display: inline-block;
}

#klaro .cm-btn {
  background: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #eee;
  outline: 0;
  padding: .5rem 1.2rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#klaro .cm-btn.cm-btn-success {
  background: #b0b3b3;
  color: #fff;
  font-weight: 700;
}

#klaro .cm-btn.cm-btn-danger {
  background: #fff;
  color: #4F4F4F;
}

#klaro .cm-btn.focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(176, 179, 179, 0.5);
          box-shadow: 0 0 0 5px rgba(176, 179, 179, 0.5);
}

#klaro .cm-btn:focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(176, 179, 179, 0.5);
          box-shadow: 0 0 0 5px rgba(176, 179, 179, 0.5);
}

#klaro .cm-modal {
  background: #12181e;
}

#klaro .hide {
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 1rem;
  right: .5rem;
  top: .5rem;
  -webkit-transform: none;
          transform: none;
}

#klaro .hide.focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #b0b3b3;
          box-shadow: inset 0 0 0 5px #b0b3b3;
}

#klaro .hide:focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #b0b3b3;
          box-shadow: inset 0 0 0 5px #b0b3b3;
}

#klaro .cm-app-input:checked + .cm-app-label .slider {
  background-color: #b0b3b3;
}

#klaro .cm-app-input.focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(176, 179, 179, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(176, 179, 179, 0.5);
}

#klaro .cm-app-input:focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(176, 179, 179, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(176, 179, 179, 0.5);
}

#klaro .cm-powered-by {
  display: none;
}

#klaro a {
  color: #b0b3b3;
}

/*# sourceMappingURL=../../sourcemaps/style.css.map */
