/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2023 
 * ISC License
 * http://link-to-your-git-repo.com
 */

/*--------------------------------------------------------------
# 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.
 */
/* line 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, assets/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 48, assets/sass/_normalize.scss */
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.
 */
/* line 59, assets/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, assets/sass/_normalize.scss */
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.
 */
/* line 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, assets/sass/_normalize.scss */
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.
 */
/* line 100, assets/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, assets/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 128, assets/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, assets/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, assets/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, assets/sass/_normalize.scss */
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.
 */
/* line 171, assets/sass/_normalize.scss */
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.
 */
/* line 181, assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_normalize.scss */
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.
 */
/* line 213, assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, assets/sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 235, assets/sass/_normalize.scss */
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.
 */
/* line 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, assets/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, assets/sass/_normalize.scss */
[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.
 */
/* line 275, assets/sass/_normalize.scss */
[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.
 */
/* line 285, assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_normalize.scss */
[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.
 */
/* line 303, assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, assets/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, assets/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, assets/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, assets/sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 12, assets/sass/_global.scss */
body {
  border-top: 0 !important;
  font-family: proxima-nova, sans-serif;
}

/* line 17, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: proxima-nova, sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.2;
  font-weight: 100;
}

/* line 29, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, sans-serif;
  clear: both;
  text-shadow: none;
  margin: 0;
  line-height: 1.2;
  color: #0c426a;
}

/* line 38, assets/sass/_global.scss */
h1 {
  font-size: 38px;
}

/* line 42, assets/sass/_global.scss */
h2 {
  font-size: 44px;
}

/* line 62, assets/sass/_global.scss */
p {
  font-family: proxima-nova, sans-serif;
  line-height: 1.5;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 100;
  color: #0c426a;
}

/* line 70, assets/sass/_global.scss */
p a {
  color: #5fb3e4;
  font-weight: 700;
}

/* line 76, assets/sass/_global.scss */
span {
  font-weight: 100;
}

/* line 80, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 84, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 88, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 92, assets/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 104, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 110, assets/sass/_global.scss */
abbr, acronym {
  cursor: help;
}

/* line 115, assets/sass/_global.scss */
mark, ins {
  text-decoration: none;
}

/* line 120, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 128, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 132, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 138, assets/sass/_global.scss */
body {
  background-color: #fffefc;
}

/* line 142, assets/sass/_global.scss */
hr {
  border: 0;
  height: 1px;
}

/* line 147, assets/sass/_global.scss */
ul {
  list-style-type: disc;
}

/* line 151, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 155, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 160, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 164, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 168, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 173, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 177, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 185, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 0;
  background: #e6e6e6;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
  padding: .6em 1em .4em;
}

/* line 199, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #d4d4d4;
}

/* line 206, assets/sass/_global.scss */
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;
}

/* line 216, assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 0;
  border-bottom: 1px solid #0c426a;
  border-radius: 0px;
  padding: 3px;
  outline: 0;
}

/* line 240, assets/sass/_global.scss */
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: #333;
  outline: 0;
  background: transparent;
}

/* line 261, assets/sass/_global.scss */
select {
  border: 1px solid #d4d4d4;
}

/* line 265, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 272, assets/sass/_global.scss */
a {
  color: #0c426a;
  text-decoration: none;
  outline: 0;
}

/* line 277, assets/sass/_global.scss */
a:hover {
  text-decoration: underline;
}

/* line 282, assets/sass/_global.scss */
a:visited {
  color: #0c426a;
  outline: 0;
  text-decoration: none;
}

/* line 288, assets/sass/_global.scss */
a:focus, a:active {
  color: #0c426a;
  outline: 0;
  text-decoration: none;
}

/* line 294, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 303, assets/sass/_global.scss */
#content {
  margin: 0 auto;
  padding: 0 1em;
}

/* line 310, assets/sass/_global.scss */
.block-button {
  margin: 10px 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 314, assets/sass/_global.scss */
.block-button.cta-button {
  float: right;
  margin: 2px 0 5px 20px;
}

/* line 318, assets/sass/_global.scss */
.block-button.cta-button a {
  color: #0c426a;
  background: #fff;
  position: relative;
}

/* line 323, assets/sass/_global.scss */
.block-button.cta-button a:hover {
  color: #fff;
  background: #0c426a;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #c7c7c7;
          box-shadow: 0 0.5em 0.5em -0.4em #c7c7c7;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

/* line 332, assets/sass/_global.scss */
.block-button a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #0c426a;
  border: 1px solid #0c426a;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border-radius: 22px;
  position: relative;
  top: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

/* line 345, assets/sass/_global.scss */
.block-button a:hover {
  color: #0c426a;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #1781cf;
          box-shadow: 0 0.5em 0.5em -0.4em #1781cf;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

/* line 357, assets/sass/_global.scss */
.block-button.alt a {
  color: #0c426a;
  background: #fff;
  position: relative;
}

/* line 362, assets/sass/_global.scss */
.block-button.alt a:hover {
  color: #fff;
  background: #0c426a;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #c7c7c7;
          box-shadow: 0 0.5em 0.5em -0.4em #c7c7c7;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

/* line 374, assets/sass/_global.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

/* line 384, assets/sass/_global.scss */
.pagination {
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

/* line 393, assets/sass/_global.scss */
.pagination span, .pagination a {
  height: 40px;
  width: 40px;
  text-decoration: none;
}

/* line 399, assets/sass/_global.scss */
.pagination span p, .pagination a p {
  width: 100%;
  height: 100%;
  font-weight: 100;
  border-radius: 50%;
  font-size: 18px !important;
  background: transparent;
  color: #0c426a;
  line-height: 1;
  margin: 0;
  line-height: 2;
}

/* line 413, assets/sass/_global.scss */
.pagination .page-numbers p {
  border: 0;
  color: #0c426a;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  font-size: 18px !important;
  border-radius: 50%;
}

/* line 420, assets/sass/_global.scss */
.pagination .page-numbers p:hover {
  color: #fff;
  background: #0c426a;
  text-decoration: none;
}

/* line 427, assets/sass/_global.scss */
.pagination .current p {
  border-radius: 50%;
  color: #fff;
  background-color: #0c426a;
}

/* line 433, assets/sass/_global.scss */
.pagination .next p, .pagination .previous p {
  border-radius: 50%;
  color: #0c426a;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  background: transparent;
}

/* line 439, assets/sass/_global.scss */
.pagination .next p:hover, .pagination .previous p:hover {
  color: #fff;
  background: #0c426a;
  text-decoration: none;
}

/* line 448, assets/sass/_global.scss */
.privacy {
  padding: 100px 0;
}

@media screen and (max-width: 700px) {
  /* line 448, assets/sass/_global.scss */
  .privacy {
    padding: 50px 0;
  }
}

/* line 456, assets/sass/_global.scss */
article > .row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 700px) {
  /* line 456, assets/sass/_global.scss */
  article > .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 5, assets/sass/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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. */
}

/* line 18, assets/sass/_accessibility.scss */
.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  min-height: 90px;
  padding: 60px 0;
}

/* line 13, assets/sass/modules/_header.scss */
.masthead-inner {
  margin: 0 auto;
  display: block;
}

/* line 19, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 10;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: fixed;
  top: 0;
}

/* line 26, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #fff;
  -webkit-box-shadow: 1px 3px 15px #333;
          box-shadow: 1px 3px 15px #333;
}

/* line 32, assets/sass/modules/_header.scss */
.admin-bar header#masthead {
  top: 30px;
}

@media screen and (max-width: 782px) {
  /* line 32, assets/sass/modules/_header.scss */
  .admin-bar header#masthead {
    top: 46px;
  }
}

/* line 40, assets/sass/modules/_header.scss */
header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* line 48, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
  top: 0;
  margin-left: -10px;
}

/* line 60, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  max-width: 220px;
}

/* line 67, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  max-width: 220px;
  margin: auto;
  width: auto;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 67, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-width: 170px;
  }
}

/* line 83, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 87, assets/sass/modules/_header.scss */
.home .logo .custom-logo-link {
  top: 0;
}

/* line 91, assets/sass/modules/_header.scss */
.header-navigation {
  display: none;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 1200px) {
  /* line 91, assets/sass/modules/_header.scss */
  .header-navigation {
    display: inline-block;
    margin-top: 5px;
  }
  /* line 102, assets/sass/modules/_header.scss */
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 108, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    text-align: center;
  }
  /* line 116, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 18px;
    font-weight: 500;
  }
  /* line 126, assets/sass/modules/_header.scss */
  .header-navigation ul li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    border-radius: 50%;
    left: 0;
    border-bottom: 2px solid #0c426a;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* line 137, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    color: #5fb3e4;
    text-decoration: none;
  }
  /* line 141, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover::before {
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 1200px) {
  /* line 159, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    color: transparent;
    border: none !important;
    padding: .5rem .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  /* line 170, assets/sass/modules/_header.scss */
  a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 184, assets/sass/modules/_header.scss */
body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #5fb3e4 !important;
  font-weight: bold !important;
  border-bottom: 2px solid #0c426a !important;
}

/* line 194, assets/sass/modules/_header.scss */
header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current-menu-ancestor > a {
  color: #5fb3e4 !important;
  font-weight: bold !important;
  border-bottom: 2px solid #0c426a !important;
}

/* line 207, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #333;
}

/* line 210, assets/sass/modules/_header.scss */
.light .header-navigation a:hover {
  color: #5fb3e4;
}

/* line 220, assets/sass/modules/_header.scss */
.light .cta-button a {
  color: #fff;
  background: #0c426a;
}

/* line 224, assets/sass/modules/_header.scss */
.light .cta-button a:hover {
  color: #0c426a;
  background: #fff;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #1781cf;
          box-shadow: 0 0.5em 0.5em -0.4em #1781cf;
}

/* line 233, assets/sass/modules/_header.scss */
.light body .current_page_item > a,
.light body .current-menu-item > a,
.light body .current-page-ancestor > a,
.light body .current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

/* line 242, assets/sass/modules/_header.scss */
.light header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.light .current-menu-item > a,
.light .current-page-ancestor > a,
.light .current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  /* line 252, assets/sass/modules/_header.scss */
  .light .mobileNav-link .bar1, .light .mobileNav-link .bar2, .light .mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #333;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 265, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 269, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 279, assets/sass/modules/_header.scss */
.to-right::before {
  content: '';
  width: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
}

/* line 290, assets/sass/modules/_header.scss */
.to-right:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 299, assets/sass/modules/_header.scss */
.to-right-dot::before {
  content: '';
  width: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
}

/* line 310, assets/sass/modules/_header.scss */
.to-right-dot:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 319, assets/sass/modules/_header.scss */
.to-right-bar::before {
  content: '';
  width: 10px;
  border: 1px solid #fff;
  border-radius: 0%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
}

/* line 330, assets/sass/modules/_header.scss */
.to-right-bar:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 339, assets/sass/modules/_header.scss */
.to-left::before {
  content: '';
  width: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 352, assets/sass/modules/_header.scss */
.to-left:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 361, assets/sass/modules/_header.scss */
.to-left-dot::before {
  content: '';
  width: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 374, assets/sass/modules/_header.scss */
.to-left-dot:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 383, assets/sass/modules/_header.scss */
.to-left-bar::before {
  content: '';
  width: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 396, assets/sass/modules/_header.scss */
.to-left-bar:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 405, assets/sass/modules/_header.scss */
.center-out-hidden::before {
  content: '';
  width: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 418, assets/sass/modules/_header.scss */
.center-out-hidden:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 427, assets/sass/modules/_header.scss */
.center-out-dot::before {
  content: '';
  width: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 440, assets/sass/modules/_header.scss */
.center-out-dot:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 449, assets/sass/modules/_header.scss */
.center-out-bar::before {
  content: '';
  width: 10px;
  border: 1px solid #fff;
  border-radius: 0%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 462, assets/sass/modules/_header.scss */
.center-out-bar:hover::before {
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
}

/* line 470, assets/sass/modules/_header.scss */
.outline-border {
  padding: 5px;
}

/* line 473, assets/sass/modules/_header.scss */
.outline-border::before, .outline-border::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  padding-left: 2;
}

/* line 484, assets/sass/modules/_header.scss */
.outline-border::before {
  top: -2px;
  left: -2px;
  border-top: 2px transparent solid;
  border-right: 2px transparent solid;
}

/* line 491, assets/sass/modules/_header.scss */
.outline-border::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px transparent solid;
  border-left: 2px transparent solid;
}

/* line 498, assets/sass/modules/_header.scss */
.outline-border:hover {
  background: #f4f4f4;
  color: #fff !important;
}

/* line 502, assets/sass/modules/_header.scss */
.outline-border:hover::before {
  left: 0px;
  top: -2px;
  -webkit-animation: top-right-border 0.75s 1 0.35s forwards;
          animation: top-right-border 0.75s 1 0.35s forwards;
}

/* line 509, assets/sass/modules/_header.scss */
.outline-border:hover::after {
  right: 0px;
  -webkit-animation: bottom-left-border 0.75s 1 1.1s forwards;
          animation: bottom-left-border 0.75s 1 1.1s forwards;
}

@-webkit-keyframes top-right-border {
  0% {
    border-color: #fff;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #fff;
    width: 100%;
    height: 100%;
  }
}

@keyframes top-right-border {
  0% {
    border-color: #fff;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #fff;
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes bottom-left-border {
  0% {
    border-color: #fff;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #fff;
    width: 100%;
    height: 100%;
  }
}

@keyframes bottom-left-border {
  0% {
    border-color: #fff;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #fff;
    width: 100%;
    height: 100%;
  }
}

/* line 1, assets/sass/modules/_footer.scss */
footer#colophon {
  padding: 1em 0;
  font-size: 1rem;
  background: #0c426a;
  color: #fff;
}

/* line 7, assets/sass/modules/_footer.scss */
footer#colophon .footer-wrapper {
  color: #fff;
  font-weight: 400;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 15, assets/sass/modules/_footer.scss */
footer#colophon a {
  color: #fff;
  font-weight: 400;
}

/* line 20, assets/sass/modules/_footer.scss */
footer#colophon .pipe {
  padding: 5px;
  font-weight: 400;
  border-left: 1px solid #fff;
  margin-left: 7px;
  height: 16px;
  display: inline-block;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 auto;
  padding: 2em 1em;
  min-height: 60vh;
  max-width: 100%;
}

/* line 11, assets/sass/modules/_content.scss */
article a, nav a {
  line-height: 1.2;
}

/* line 2, assets/sass/modules/_grid.scss */
.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 2;
  overflow: hidden;
}

@media (min-width: 50em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 74rem;
  }
}

@media (min-width: 70em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 82.25rem;
  }
}

@media (min-width: 90em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 91.25rem;
  }
}

/* line 27, assets/sass/modules/_grid.scss */
.row.internal-row {
  padding: 0;
}

/* line 31, assets/sass/modules/_grid.scss */
.row.right {
  margin-left: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
In this file:
# Hero
--------------------------------------------------------------*/
/* line 5, assets/sass/modules/_home.scss */
#content {
  padding: 0;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 13, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  text-align: center;
  background: black;
  position: relative;
  overflow: hidden;
  height: 85vh;
  min-height: 450px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

@supports (background-attachment: fixed) {
  /* line 13, assets/sass/modules/_home.scss */
  .homePage-hero {
    background-attachment: fixed !important;
  }
}

@media screen and (max-width: 800px) {
  /* line 13, assets/sass/modules/_home.scss */
  .homePage-hero {
    background-attachment: scroll !important;
  }
}

/* line 33, assets/sass/modules/_home.scss */
.homePage-hero::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 46, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: -1;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 64, assets/sass/modules/_home.scss */
.homePage-hero.is_safari video {
  position: inherit;
}

/* line 71, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

/* line 75, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 81, assets/sass/modules/_home.scss */
.homePage-hero-inner {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

/* line 87, assets/sass/modules/_home.scss */
.homePage-hero-inner .block-button.alt {
  margin-top: 25px;
}

/* line 92, assets/sass/modules/_home.scss */
.homePage-header {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  /* line 92, assets/sass/modules/_home.scss */
  .homePage-header {
    padding: 0;
  }
}

/* line 101, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  font-size: 56px;
}

/* line 111, assets/sass/modules/_home.scss */
.homePage-hero-subHeadline {
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: left;
  margin: 20px 0;
}

/* line 1, assets/sass/modules/_hero.scss */
aside {
  position: relative;
}

/* line 5, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 1;
  text-align: left;
  background: black;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 70vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-attachment: scroll;
}

@supports (background-attachment: fixed) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: fixed !important;
  }
}

@media screen and (max-width: 800px) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: scroll !important;
  }
}

/* line 28, assets/sass/modules/_hero.scss */
.page-hero:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 40, assets/sass/modules/_hero.scss */
.page-hero.is_safari video {
  position: inherit;
}

/* line 47, assets/sass/modules/_hero.scss */
.page-hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

/* line 53, assets/sass/modules/_hero.scss */
.page-hero-inner .page-hero-content {
  padding-top: 20px;
}

/* line 59, assets/sass/modules/_hero.scss */
.page-hero-headline {
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
  z-index: 1;
}

@media (max-width: 37.5em) {
  /* line 59, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 3.5rem;
  }
}

/* line 1, assets/sass/modules/_menu.scss */
.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block;
}

/* line 5, assets/sass/modules/_menu.scss */
.main-navigation-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 9, assets/sass/modules/_menu.scss */
.main-navigation-wrap li a {
  background: none;
  text-decoration: none;
  border: none;
}

/* line 16, assets/sass/modules/_menu.scss */
a.nav-back-link {
  float: right;
  color: white;
}

/* line 22, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 1020;
  position: fixed;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  height: 100%;
  width: 70%;
  top: 0;
  right: -1999px;
  background-color: #333;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 600px) {
  /* line 22, assets/sass/modules/_menu.scss */
  #mobile-navigation {
    width: 100%;
  }
}

/* line 43, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  right: 0;
}

/* line 47, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: #fff;
}

/* line 52, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: auto;
  padding-bottom: 1rem;
}

/* line 56, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  display: block;
  margin-top: 35px;
  margin-left: 40px;
}

@media (max-width: 37.5em) {
  /* line 56, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo {
    margin-top: 45px;
  }
  /* line 62, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo .custom-logo-link img {
    max-height: 70px;
  }
}

/* line 70, assets/sass/modules/_menu.scss */
#mobile-navigation .phone {
  font-size: 1.5em;
}

/* line 73, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button {
  background-color: transparent;
  color: #fff;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-top: 2px;
  padding-bottom: 7px;
}

/* line 85, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button:hover {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  background-color: #333;
  color: #333;
}

/* line 93, assets/sass/modules/_menu.scss */
#mobile-navigation #mobile-navigation-close {
  float: right;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  font-weight: 200;
  padding: 15px 60px 0;
}

@media screen and (min-width: 768px) {
  /* line 93, assets/sass/modules/_menu.scss */
  #mobile-navigation #mobile-navigation-close {
    margin-top: 26px;
  }
}

@media (max-width: 37.5em) {
  /* line 93, assets/sass/modules/_menu.scss */
  #mobile-navigation #mobile-navigation-close {
    padding: 25px 30px 0;
    font-size: 4rem;
  }
}

/* line 115, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-underlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: -10;
  position: fixed;
  padding: 2rem;
  height: 100%;
  width: 30%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  /* line 115, assets/sass/modules/_menu.scss */
  #mobile-navigation .mobile-nav-underlay {
    display: none;
  }
}

/* line 129, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding: 3rem;
}

/* line 134, assets/sass/modules/_menu.scss */
#mobile-navigation li {
  padding: 10px 0;
}

/* line 137, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  background: none;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 1.2;
}

@media (max-width: 37.5em) {
  /* line 137, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 137, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
  }
}

/* line 155, assets/sass/modules/_menu.scss */
#mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
  color: #fff;
}

/* line 160, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu {
  padding-left: 1rem;
  padding-top: 0;
}

/* line 165, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
}

/* line 172, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style-type: none;
  color: transparent;
}

/* line 179, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  visibility: visible;
  opacity: 1;
}

/* line 185, assets/sass/modules/_menu.scss */
.nav-socials-wrapper {
  padding-top: 2rem;
}

/* line 187, assets/sass/modules/_menu.scss */
.nav-socials-wrapper a {
  color: #333;
}

/* line 191, assets/sass/modules/_menu.scss */
.nav-socials-wrapper [class^="socicon-"], .nav-socials-wrapper [class*=" socicon-"] {
  font-size: 1.5rem;
  margin-right: 6px;
}

/* line 197, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  overflow: auto;
}

/* line 1, assets/sass/modules/_stories.scss */
.story-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0;
}

/* line 9, assets/sass/modules/_stories.scss */
.story-wrapper a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
}

@media screen and (max-width: 800px) {
  /* line 9, assets/sass/modules/_stories.scss */
  .story-wrapper a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 9, assets/sass/modules/_stories.scss */
  .story-wrapper a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 21, assets/sass/modules/_stories.scss */
.story-wrapper a .photo {
  width: 100%;
  height: 100%;
  max-height: 338px;
  margin-bottom: 5px;
  overflow: hidden;
}

/* line 29, assets/sass/modules/_stories.scss */
.story-wrapper a .photo img {
  width: 100%;
  height: 100%;
  max-height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 4/3;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/* line 42, assets/sass/modules/_stories.scss */
.story-wrapper a:hover {
  text-decoration: none;
}

/* line 45, assets/sass/modules/_stories.scss */
.story-wrapper a:hover p span {
  text-decoration: none;
}

/* line 49, assets/sass/modules/_stories.scss */
.story-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 56, assets/sass/modules/_stories.scss */
.story-wrapper .content h2 {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 63, assets/sass/modules/_stories.scss */
.story-wrapper .content p {
  font-size: 14px;
  font-weight: 400;
}

/* line 67, assets/sass/modules/_stories.scss */
.story-wrapper .content p span {
  font-weight: 600;
  text-decoration: underline;
}

/* line 3, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-fields-required {
  display: none;
}

/* line 7, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content {
  max-width: 100% !important;
}

/* line 10, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content .nf-field-label label {
  font-size: 16px;
  font-weight: 100;
}

/* line 17, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content input:not([type=button]), .nf-form-cont .nf-form-content textarea {
  border: 0 !important;
  color: #0c426a !important;
  border-bottom: 1px solid #0c426a !important;
  background: transparent !important;
}

/* line 23, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content input:not([type=button])::-webkit-input-placeholder, .nf-form-cont .nf-form-content textarea::-webkit-input-placeholder {
  color: #0c426a !important;
}
.nf-form-cont .nf-form-content input:not([type=button])::-moz-placeholder, .nf-form-cont .nf-form-content textarea::-moz-placeholder {
  color: #0c426a !important;
}
.nf-form-cont .nf-form-content input:not([type=button]):-ms-input-placeholder, .nf-form-cont .nf-form-content textarea:-ms-input-placeholder {
  color: #0c426a !important;
}
.nf-form-cont .nf-form-content input:not([type=button])::-ms-input-placeholder, .nf-form-cont .nf-form-content textarea::-ms-input-placeholder {
  color: #0c426a !important;
}
.nf-form-cont .nf-form-content input:not([type=button])::placeholder, .nf-form-cont .nf-form-content textarea::placeholder {
  color: #0c426a !important;
}

/* line 28, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content input[type=button], .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content button {
  background: #0c426a !important;
  border-radius: 22px;
  padding: 10px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0c426a;
  font-weight: 400 !important;
  color: #fff !important;
  cursor: pointer;
}

/* line 39, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content input[type=button] span, .nf-form-cont .nf-form-content input[type=submit] span, .nf-form-cont .nf-form-content button span {
  font-weight: 400 !important;
}

/* line 43, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-form-content input[type=button]:hover, .nf-form-cont .nf-form-content input[type=submit]:hover, .nf-form-cont .nf-form-content button:hover {
  color: #0c426a !important;
  background: #fff !important;
}

/* line 49, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-fu-progress {
  height: 3px;
  margin-top: 2px;
}

/* line 53, assets/sass/modules/_forms.scss */
.nf-form-cont .nf-fu-progress .nf-fu-progress-bar {
  background-color: #0c426a;
}

/* line 58, assets/sass/modules/_forms.scss */
.nf-form-cont .listradio-wrap .nf-field-element label:after {
  background: transparent;
  border: 1px solid #0c426a !important;
}

/* line 63, assets/sass/modules/_forms.scss */
.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label:before {
  background: #0c426a;
  top: 1px !important;
  left: -30px !important;
  width: 18px !important;
  height: 18px !important;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/blocks/_intro_block.scss */
.intro-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  /* line 8, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

/* line 21, assets/sass/modules/blocks/_intro_block.scss */
.intro-block .header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 45px);
          flex: 0 0 calc(40% - 45px);
}

@media screen and (max-width: 1000px) {
  /* line 21, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block .header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 700px) {
  /* line 21, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block .header {
    margin-bottom: 10px;
  }
}

/* line 34, assets/sass/modules/blocks/_intro_block.scss */
.intro-block h2 {
  font-size: 44px;
  position: relative;
  font-weight: 800;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 34, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block h2 {
    font-size: 40px;
  }
}

@media (max-width: 37.5em) {
  /* line 34, assets/sass/modules/blocks/_intro_block.scss */
  .intro-block h2 {
    font-size: 36px;
  }
}

/* line 49, assets/sass/modules/blocks/_intro_block.scss */
.intro-block p {
  margin: 0px;
  line-height: 2;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 1, assets/sass/modules/blocks/_background_block.scss */
.background-block {
  position: relative;
}

@supports (background-attachment: fixed) {
  /* line 1, assets/sass/modules/blocks/_background_block.scss */
  .background-block {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_background_block.scss */
  .background-block {
    padding: 50px 0 !important;
    background-attachment: inherit !important;
    margin: 20px 0 !important;
  }
}

/* line 12, assets/sass/modules/blocks/_background_block.scss */
.background-block .content {
  position: relative;
  color: #fff;
  max-width: 50%;
}

@media screen and (max-width: 800px) {
  /* line 12, assets/sass/modules/blocks/_background_block.scss */
  .background-block .content {
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  /* line 12, assets/sass/modules/blocks/_background_block.scss */
  .background-block .content {
    max-width: 100%;
  }
}

/* line 25, assets/sass/modules/blocks/_background_block.scss */
.background-block .content h2, .background-block .content p {
  color: #fff;
}

/* line 29, assets/sass/modules/blocks/_background_block.scss */
.background-block .content h2 {
  margin-bottom: 20px;
}

/* line 33, assets/sass/modules/blocks/_background_block.scss */
.background-block .content p {
  font-weight: 500;
  font-size: 18px;
}

/* line 1, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block {
  padding: 40px 10px;
}

/* line 4, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .row {
  overflow: hidden;
  padding-bottom: 40px;
}

/* line 9, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block h2 {
  padding-bottom: 30px;
  font-size: 36px;
}

/* line 14, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs {
  margin-bottom: 50px;
  border-top: 1px solid #fff;
}

/* line 21, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq {
  position: relative;
}

/* line 30, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question {
  padding: 15px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #0c426a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  gap: 10px;
  background: #f3f3f3;
  margin-bottom: 10px;
}

/* line 46, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question h3 {
  font-size: 20px;
}

/* line 51, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question:hover {
  cursor: pointer;
}

/* line 55, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question.active {
  color: #fff;
  border-bottom: 1px solid transparent;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

/* line 63, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question.active .minus, .faqs-block .faqs .faq .question.active .plus {
  top: 50%;
}

/* line 67, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question.active .minus {
  visibility: visible;
  opacity: 1;
}

/* line 73, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question.active .plus {
  visibility: hidden;
  opacity: 0;
}

/* line 80, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question img {
  display: inline-block;
  max-width: 2rem;
  position: relative;
}

/* line 86, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question h3 {
  font-weight: 100;
}

/* line 91, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question .icon {
  position: relative;
  height: 30px;
  width: 30px;
}

/* line 97, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question .plus, .faqs-block .faqs .faq .question .minus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  max-width: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 113, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question .plus {
  visibility: visible;
  opacity: 1;
}

/* line 118, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .question .minus {
  visibility: hidden;
  opacity: 0;
}

/* line 127, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .answer {
  top: -30px;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  z-index: -1000;
  height: 0px;
  visibility: hidden;
  border-bottom: 1px solid transparent;
  padding: 0px 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 138, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .answer a {
  color: #fff;
  font-weight: 600;
}

/* line 142, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .answer a:hover {
  text-decoration: none;
}

/* line 148, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .answer ul li, .faqs-block .faqs .faq .answer ol li {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 155, assets/sass/modules/blocks/_faq_block.scss */
.faqs-block .faqs .faq .answer.open {
  position: relative;
  height: 100%;
  padding: 10px 10px;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  top: 0px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_featured_stories_block.scss */
  .featured-stories-block {
    padding: 50px 0 !important;
  }
}

/* line 6, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  /* line 6, assets/sass/modules/blocks/_featured_stories_block.scss */
  .featured-stories-block .header {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 20, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 0;
}

/* line 32, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 15px);
          flex: 0 0 calc(33% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  /* line 32, assets/sass/modules/blocks/_featured_stories_block.scss */
  .featured-stories-block .featured-stories .story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 32, assets/sass/modules/blocks/_featured_stories_block.scss */
  .featured-stories-block .featured-stories .story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 47, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .photo {
  width: 100%;
  height: 100%;
  max-height: 338px;
  margin-bottom: 5px;
  overflow: hidden;
}

/* line 55, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .photo img {
  width: 100%;
  height: 100%;
  max-height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 4/3;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/* line 68, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 75, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .content h2 {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 81, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .content p {
  font-size: 14px;
  font-weight: 400;
}

/* line 85, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story .content p span {
  font-weight: 600;
  text-decoration: underline;
}

/* line 92, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story:hover {
  text-decoration: none;
}

/* line 95, assets/sass/modules/blocks/_featured_stories_block.scss */
.featured-stories-block .featured-stories .story:hover p span {
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  /* line 1, assets/sass/modules/blocks/_area_of_focus_block.scss */
  .area-of-focus-block {
    padding: 50px 0;
  }
}

/* line 6, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block h2 {
  font-weight: 100;
  font-size: 38px;
}

/* line 13, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

/* line 22, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 15px);
          flex: 0 0 calc(33% - 15px);
  position: relative;
  max-height: 338px;
}

@media screen and (max-width: 800px) {
  /* line 22, assets/sass/modules/blocks/_area_of_focus_block.scss */
  .area-of-focus-block .area-of-focus a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 22, assets/sass/modules/blocks/_area_of_focus_block.scss */
  .area-of-focus-block .area-of-focus a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 36, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus a .photo {
  width: 100%;
  height: 100%;
  max-height: 338px;
  overflow: hidden;
}

/* line 42, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus a .photo img {
  width: 100%;
  height: 100%;
  max-height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 4/3;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 54, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus a .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 62, assets/sass/modules/blocks/_area_of_focus_block.scss */
.area-of-focus-block .area-of-focus a .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 1150px) {
  /* line 1, assets/sass/modules/blocks/_stats_block.scss */
  .stats-block {
    padding: 50px 0;
  }
}

/* line 7, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1270px) {
  /* line 7, assets/sass/modules/blocks/_stats_block.scss */
  .stats-block .stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 18, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats .stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 35px);
          flex: 0 0 calc(25% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (max-width: 1270px) {
  /* line 18, assets/sass/modules/blocks/_stats_block.scss */
  .stats-block .stats .stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
            flex: 0 0 calc(50% - 35px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  /* line 18, assets/sass/modules/blocks/_stats_block.scss */
  .stats-block .stats .stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 36, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats .stat .the-stat {
  line-height: 1;
}

/* line 40, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats .stat p {
  margin: 0;
  font-size: 50px;
  font-weight: 100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0px;
}

/* line 51, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats .stat p span {
  font-weight: 100;
  line-height: 0.8;
}

/* line 57, assets/sass/modules/blocks/_stats_block.scss */
.stats-block .stats .stat h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_materials_block.scss */
  .materials-block {
    padding: 50px 0 !important;
  }
}

/* line 6, assets/sass/modules/blocks/_materials_block.scss */
.materials-block h2 {
  margin-bottom: 10px;
}

/* line 11, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .content {
  margin-bottom: 20px;
}

/* line 15, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .materials-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 15px;
}

@media screen and (max-width: 800px) {
  /* line 15, assets/sass/modules/blocks/_materials_block.scss */
  .materials-block .materials-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 26, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .materials {
  padding: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 30, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .materials h2 {
  font-weight: 300;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  /* line 26, assets/sass/modules/blocks/_materials_block.scss */
  .materials-block .materials {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* line 39, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .materials .material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}

/* line 47, assets/sass/modules/blocks/_materials_block.scss */
.materials-block .materials .material .file-icon img {
  max-width: 1.5rem;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_media_blog_block.scss */
  .media-blog-block {
    padding: 50px 0 !important;
  }
}

/* line 6, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block h2 {
  margin-bottom: 15px;
}

/* line 10, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog {
  padding: 20px 0;
}

/* line 13, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog .media-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 700px) {
  /* line 13, assets/sass/modules/blocks/_media_blog_block.scss */
  .media-blog-block .media-blog .media-article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}

/* line 25, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog .media-article .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 35px);
          flex: 0 0 calc(25% - 35px);
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 700px) {
  /* line 25, assets/sass/modules/blocks/_media_blog_block.scss */
  .media-blog-block .media-blog .media-article .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 36, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog .media-article .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 48, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog .media-article .article-content h3 {
  margin-bottom: 10px;
}

/* line 52, assets/sass/modules/blocks/_media_blog_block.scss */
.media-blog-block .media-blog .media-article .article-content p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1150px) {
  /* line 1, assets/sass/modules/blocks/_team_block.scss */
  .team-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/blocks/_team_block.scss */
.team-block .header h2 {
  font-weight: 100;
  font-size: 38px;
}

/* line 21, assets/sass/modules/blocks/_team_block.scss */
.team-block .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

/* line 30, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 15px);
          flex: 0 0 calc(33% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  /* line 30, assets/sass/modules/blocks/_team_block.scss */
  .team-block .team .member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 30, assets/sass/modules/blocks/_team_block.scss */
  .team-block .team .member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 45, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member .photo {
  width: 100%;
  height: 100%;
  max-height: 338px;
  margin-bottom: 5px;
}

/* line 51, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member .photo img {
  width: 100%;
  height: 100%;
  max-height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 4/3;
}

/* line 64, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member .content h2 {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 70, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member .content p {
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}

/* line 78, assets/sass/modules/blocks/_team_block.scss */
.team-block .team .member .content a {
  color: #5fb3e4;
  font-weight: 400;
  top: -10px;
  position: relative;
}

@media screen and (max-width: 1150px) {
  /* line 1, assets/sass/modules/blocks/_sponsors_block.scss */
  .sponsors-block {
    padding: 50px 0;
  }
}

/* line 7, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block .content {
  margin-bottom: 20px;
}

/* line 11, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block h2 {
  font-weight: 100;
  font-size: 38px;
}

/* line 16, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 23, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block .sponsors .sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16% - 20px);
          flex: 0 0 calc(16% - 20px);
}

@media screen and (max-width: 1350px) {
  /* line 23, assets/sass/modules/blocks/_sponsors_block.scss */
  .sponsors-block .sponsors .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 20px);
            flex: 0 0 calc(20% - 20px);
  }
}

@media screen and (max-width: 1000px) {
  /* line 23, assets/sass/modules/blocks/_sponsors_block.scss */
  .sponsors-block .sponsors .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 20px);
            flex: 0 0 calc(33% - 20px);
  }
}

@media screen and (max-width: 800px) {
  /* line 23, assets/sass/modules/blocks/_sponsors_block.scss */
  .sponsors-block .sponsors .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  /* line 23, assets/sass/modules/blocks/_sponsors_block.scss */
  .sponsors-block .sponsors .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 42, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block .sponsors .sponsor .photo {
  width: 100%;
  height: 100%;
  padding: 10px;
}

/* line 47, assets/sass/modules/blocks/_sponsors_block.scss */
.sponsors-block .sponsors .sponsor .photo img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* line 1, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block {
  text-align: center;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block {
    padding: 50px 0 !important;
  }
}

/* line 6, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block.testimonials-page {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 6, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block.testimonials-page {
    padding: 50px 0 !important;
  }
}

/* line 13, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block.testimonials-page .testimonial {
  padding: 30px 0;
}

/* line 20, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  /* line 20, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials {
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {
  /* line 20, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials {
    max-width: 100%;
  }
}

/* line 33, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial {
  line-height: 1.5;
}

/* line 36, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial .quote {
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
}

@media screen and (max-width: 800px) {
  /* line 36, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials .testimonial .quote {
    font-size: 38px;
  }
}

@media screen and (max-width: 600px) {
  /* line 36, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials .testimonial .quote {
    font-size: 34px;
  }
}

/* line 50, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial .quote p {
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
}

@media screen and (max-width: 800px) {
  /* line 50, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials .testimonial .quote p {
    font-size: 38px;
  }
}

@media screen and (max-width: 600px) {
  /* line 50, assets/sass/modules/blocks/_testimonials_block.scss */
  .testimonials-block .testimonials .testimonial .quote p {
    font-size: 34px;
  }
}

/* line 66, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial .name-title-company {
  margin-top: 10px;
}

/* line 70, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial .name {
  font-weight: 300;
  font-size: 24px;
}

/* line 75, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .testimonials .testimonial .title-company {
  font-weight: 600;
  font-size: 16px;
}

/* line 82, assets/sass/modules/blocks/_testimonials_block.scss */
.testimonials-block .block-button {
  margin: 20px auto;
}

@media screen and (max-width: 1150px) {
  /* line 2, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width {
    padding: 50px 0;
  }
}

/* line 9, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .row-right, .grid-photo-block.full-width .row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

@media screen and (max-width: 1150px) {
  /* line 9, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width .row-right, .grid-photo-block.full-width .row-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 783px) {
  /* line 9, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width .row-right, .grid-photo-block.full-width .row-left {
    padding: 1rem;
  }
}

/* line 28, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width a {
  width: 100%;
  height: 100%;
}

/* line 33, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 39, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-height: 600px;
}

/* line 49, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .photo:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* line 60, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content .inner-content {
  z-index: 1;
  position: relative;
}

/* line 65, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content .inner-content ul {
  list-style-type: disc;
}

/* line 68, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content .inner-content ul li {
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.5;
}

/* line 76, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content .inner-content .block-button {
  margin: 40px 0;
}

/* line 80, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content .inner-content p {
  font-weight: 300;
  line-height: 2;
}

/* line 86, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width .content h2 {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 300;
}

/* line 94, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  position: relative;
}

/* line 106, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width.left .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
}

/* line 110, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width.left .content {
  padding-right: 8.5rem;
}

@media screen and (max-width: 1150px) {
  /* line 110, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.left .content {
    padding: 0rem;
  }
}

@media screen and (max-width: 783px) {
  /* line 110, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.left .content {
    padding: 0rem;
  }
}

@media screen and (max-width: 1150px) {
  /* line 122, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.left .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /* line 127, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.left .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 134, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.full-width.right .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
  padding-left: 8.5rem;
}

@media screen and (max-width: 1150px) {
  /* line 134, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.right .content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 783px) {
  /* line 134, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.right .content {
    padding: 1rem;
  }
}

@media screen and (max-width: 1150px) {
  /* line 148, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.right .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 152, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.full-width.right .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 700px) {
  /* line 162, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained {
    padding: 50px 0;
  }
}

/* line 168, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1150px) {
  /* line 168, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained .row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

@media screen and (max-width: 500px) {
  /* line 168, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained .row {
    grid-gap: 40px;
  }
}

/* line 187, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 195, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .photo:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 205, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .content .inner-content {
  z-index: 1;
  position: relative;
}

/* line 209, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .content .inner-content ul {
  list-style-type: disc;
}

/* line 213, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained .content .inner-content .block-button {
  margin: 40px 0;
}

/* line 219, assets/sass/modules/blocks/_photo_block.scss */
.grid-photo-block.contained img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

@media screen and (max-width: 1150px) {
  /* line 229, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained.left .photo {
    grid-row: 1;
  }
  /* line 233, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained.left .content {
    grid-row: 2;
  }
}

@media screen and (max-width: 1150px) {
  /* line 241, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained.right .photo {
    grid-row: 1;
  }
  /* line 245, assets/sass/modules/blocks/_photo_block.scss */
  .grid-photo-block.contained.right .content {
    grid-row: 2;
  }
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_gallery_block.scss */
  .gallery-block {
    padding: 50px 0;
  }
}

/* line 9, assets/sass/modules/blocks/_gallery_block.scss */
.gallery-block h2 {
  font-weight: 200;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  /* line 2, assets/sass/modules/blocks/_contact_block.scss */
  .contact-block {
    padding: 50px 0 !important;
  }
  /* line 7, assets/sass/modules/blocks/_contact_block.scss */
  .contact-block .row.right {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 13, assets/sass/modules/blocks/_contact_block.scss */
  .contact-block .row.right {
    padding: 0 1rem;
  }
}

/* line 18, assets/sass/modules/blocks/_contact_block.scss */
.contact-block h2 {
  font-weight: 100;
  margin-bottom: 30px;
}

/* line 23, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

@media screen and (max-width: 800px) {
  /* line 23, assets/sass/modules/blocks/_contact_block.scss */
  .contact-block .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 33, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .row .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 95px);
          flex: 0 0 calc(60% - 95px);
}

@media screen and (max-width: 800px) {
  /* line 33, assets/sass/modules/blocks/_contact_block.scss */
  .contact-block .row .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 44, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont {
  margin: 30px 0;
}

/* line 46, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-fields-required {
  display: none;
}

/* line 50, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-field-container {
  margin-bottom: 10px;
}

/* line 54, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button]), .contact-block .form .nf-form-cont .nf-form-content textarea {
  background: transparent;
  padding: 5px;
  border: 0;
  color: #0c426a;
  border-radius: 0;
  border-bottom: 1px solid #0c426a;
  font-size: 21px;
}

/* line 64, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button])::-webkit-input-placeholder, .contact-block .form .nf-form-cont .nf-form-content textarea::-webkit-input-placeholder {
  color: #0c426a;
}
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button])::-moz-placeholder, .contact-block .form .nf-form-cont .nf-form-content textarea::-moz-placeholder {
  color: #0c426a;
}
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button]):-ms-input-placeholder, .contact-block .form .nf-form-cont .nf-form-content textarea:-ms-input-placeholder {
  color: #0c426a;
}
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button])::-ms-input-placeholder, .contact-block .form .nf-form-cont .nf-form-content textarea::-ms-input-placeholder {
  color: #0c426a;
}
.contact-block .form .nf-form-cont .nf-form-content input:not([type=button])::placeholder, .contact-block .form .nf-form-cont .nf-form-content textarea::placeholder {
  color: #0c426a;
}

/* line 69, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont input:not([type=button]) {
  height: 38px !important;
}

/* line 73, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content textarea {
  height: 150px !important;
}

/* line 77, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content select {
  border: 0 !important;
  color: #7f7f7f;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1rem;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 86, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .submit-wrap .nf-field-element {
  text-align: left;
}

/* line 90, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content input[type=button], .contact-block .form .nf-form-cont .nf-form-content input[type=submit] {
  color: #fff !important;
  background: #0c426a;
  border: none !important;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 22px;
  height: unset !important;
  cursor: pointer;
}

/* line 101, assets/sass/modules/blocks/_contact_block.scss */
.contact-block .form .nf-form-cont .nf-form-content input[type=button]:hover, .contact-block .form .nf-form-cont .nf-form-content input[type=submit]:hover {
  color: #0c426a !important;
  background: #fff;
}

/* line 1, assets/sass/modules/blocks/_content_block.scss */
.content-block {
  position: relative;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_content_block.scss */
  .content-block {
    padding: 50px 0 !important;
  }
}

/* line 10, assets/sass/modules/blocks/_content_block.scss */
.content-block h2 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 800;
}

/* line 17, assets/sass/modules/blocks/_content_block.scss */
.content-block .content {
  margin-bottom: 20px;
}

/* line 20, assets/sass/modules/blocks/_content_block.scss */
.content-block .content.two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

/* line 22, assets/sass/modules/blocks/_content_block.scss */
.content-block .content.two p:nth-of-type(1), .content-block .content.two p:nth-of-type(2) {
  padding-right: 20px;
}

@media screen and (max-width: 800px) {
  /* line 20, assets/sass/modules/blocks/_content_block.scss */
  .content-block .content.two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* line 2, assets/sass/modules/blocks/_video_block.scss */
.video-block .video {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

/* line 7, assets/sass/modules/blocks/_video_block.scss */
.video-block .video:hover {
  cursor: pointer;
}

/* line 11, assets/sass/modules/blocks/_video_block.scss */
.video-block .video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 8rem;
}

@media screen and (max-width: 500px) {
  /* line 11, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video .play-button {
    max-width: 5rem;
  }
}

/* line 23, assets/sass/modules/blocks/_video_block.scss */
.video-block .video .video-id {
  width: 100%;
}

/* line 29, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 660px;
  z-index: 10;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #000;
  padding: 40px 20px;
}

@media screen and (max-width: 1200px) {
  /* line 29, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover {
    height: 520px !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 29, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover {
    height: 460px !important;
  }
}

@media screen and (max-width: 750px) {
  /* line 29, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover {
    height: 420px !important;
  }
}

@media screen and (max-width: 700px) {
  /* line 29, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover {
    height: 360px !important;
    width: 95%;
  }
}

/* line 59, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover .video-frame iframe {
  height: 600px;
}

@media screen and (max-width: 1200px) {
  /* line 59, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover .video-frame iframe {
    height: 450px !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 59, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover .video-frame iframe {
    height: 400px !important;
  }
}

@media screen and (max-width: 750px) {
  /* line 59, assets/sass/modules/blocks/_video_block.scss */
  .video-block .video-popover .video-frame iframe {
    height: 300px !important;
  }
}

/* line 75, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover.close-video {
  top: 150%;
  visibility: hidden;
  opacity: 0;
}

/* line 82, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 92, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover .close:hover {
  cursor: pointer;
  background-color: #000;
  border-color: #fff;
}

/* line 97, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover .close:hover span {
  color: #fff;
}

/* line 102, assets/sass/modules/blocks/_video_block.scss */
.video-block .video-popover .close span {
  color: #000;
  position: relative;
  top: -13px;
  left: -4px;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}
